:root{--bg-dark:#09090b;--bg-light:#fff;--bg-soft:#f4f4f5;--bg-card:#111113;--primary:#22c55e;--primary-hover:#16a34a;--primary-glow:#22c55e66;--text-main:#fff;--text-dark:#09090b;--text-muted:#a1a1aa;--border:#ffffff14;--border-light:#00000014;--glass-bg:#0a0a0c99;--glass-border:#ffffff1f;--radius-xl:32px;--radius-lg:24px;--radius-md:16px;--radius-sm:8px;--radius-pill:9999px;--h1-size:clamp(2rem, 4.5vw, 3.25rem);--h2-size:clamp(1.5rem, 4vw, 2.25rem);--h3-size:clamp(1.1rem, 3vw, 1.5rem)}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{background-color:var(--bg-dark);width:100%;min-height:100vh;margin:0;padding:0;overflow-x:hidden}body{color:var(--text-main);-webkit-font-smoothing:antialiased;max-width:100vw;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.5;overflow-x:hidden}h1,h2,h3,h4{font-weight:700;line-height:1.2}a{color:inherit;text-decoration:none;transition:all .2s}button{cursor:pointer;background:0 0;border:none;outline:none;font-family:inherit;transition:all .2s}.container{box-sizing:border-box;width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.app{flex-direction:column;align-items:center;width:100%;display:flex}main{width:100%}.glass{background:var(--glass-bg);-webkit-backdrop-filter:blur(16px);border:1px solid var(--glass-border);box-shadow:0 8px 32px #0000005e}.text-gradient{background:linear-gradient(135deg,#fff 0%,#a1a1aa 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.text-secondary-gradient{background:linear-gradient(135deg, var(--primary) 0%, #16a34a 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.btn{border-radius:var(--radius-pill);white-space:nowrap;justify-content:center;align-items:center;font-weight:500;transition:all .2s;display:inline-flex}.btn-primary{background:var(--primary);color:#fff;box-shadow:0 0 20px var(--primary-glow);background:linear-gradient(135deg,#22c55e 0%,#16a34a 100%)}.btn-primary:hover{filter:brightness(1.1);transform:translateY(-1px)}.btn-secondary{color:#fff;border:1px solid var(--border);background:#1c1c1e}.btn-secondary:hover{background:#27272a}.btn-lg{padding:14px 32px;font-size:1.1rem}.btn-md{padding:10px 24px;font-size:1rem}.btn-sm{padding:6px 16px;font-size:.875rem}.hover-lift{transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s cubic-bezier(.16,1,.3,1),border-color .4s}.hover-lift:hover{transform:translateY(-8px)}.hover-lift-light:hover{border-color:#e4e4e7!important;box-shadow:0 20px 40px #0000000f!important}.hover-lift-dark:hover{border-color:#ffffff26!important;box-shadow:0 20px 40px #0000004d!important}.navbar{z-index:1000;-webkit-backdrop-filter:blur(16px);background:#0a0a0bb3;border:1px solid #ffffff14;border-radius:100px;width:calc(100% - 2rem);max-width:1100px;padding:.5rem 0;transition:all .3s;position:fixed;top:1rem;left:50%;transform:translate(-50%)}@media (min-width:768px){.navbar{width:calc(100% - 3rem);padding:.6rem 0;top:1.5rem}}.navbar-scrolled{background:#0a0a0bf2;border-color:#ffffff1a;box-shadow:0 8px 32px #0000004d}.navbar-scrolled .nav-links a{color:#ffffffbf}.navbar-scrolled .nav-links a:hover,.navbar-scrolled .logo-text{color:#fff}.nav-content{justify-content:space-between;align-items:center;display:flex}.logo{align-items:center;gap:.5rem;font-size:1.125rem;font-weight:700;display:flex}@media (min-width:768px){.logo{gap:.75rem;font-size:1.25rem}}.logo-icon{border-radius:8px;width:32px;height:32px}.nav-links{display:none}@media (min-width:1024px){.nav-links{gap:2rem;display:flex}}.nav-links a{color:var(--text-muted);font-size:.875rem;font-weight:500}.nav-links a:hover{color:#fff}.nav-actions{display:none}@media (min-width:640px){.nav-actions{align-items:center;gap:1.5rem;display:flex}}.login-link{font-size:.875rem;font-weight:500}.nav-burger{z-index:1001;flex-direction:column;gap:5px;padding:10px;display:flex}@media (min-width:1024px){.nav-burger{display:none}}.burger-line{background:#fff;border-radius:2px;width:20px;height:2px;transition:all .3s}.burger-line.open:first-child{transform:translateY(7px)rotate(45deg)}.burger-line.open:nth-child(2){opacity:0}.burger-line.open:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.nav-mobile-menu{background:#0f0f12fa;border:1px solid #ffffff1a;border-radius:24px;flex-direction:column;gap:1.25rem;padding:1.5rem;animation:.3s fadeIn;display:flex;position:absolute;top:calc(100% + 10px);left:0;right:0;box-shadow:0 20px 40px #0006}.nav-mobile-menu a{color:var(--text-muted);border-bottom:1px solid #ffffff0d;padding:.5rem 0;font-size:1rem;font-weight:500}.hero{background:radial-gradient(circle at 50% 0,#22c55e1a 0%,#0000 70%);align-items:center;min-height:80vh;padding:7rem 0 4rem;display:flex;position:relative;overflow:visible}@media (min-width:768px){.hero{min-height:100vh;padding:5rem 0}}.hero:before{content:"";background:var(--primary);filter:blur(150px);opacity:.1;z-index:0;pointer-events:none;width:600px;height:400px;position:absolute;top:20%;left:50%;transform:translate(-50%,-50%)}.hero-container{text-align:center;flex-direction:column;gap:3rem;display:flex}@media (min-width:1024px){.hero-container{text-align:left;grid-template-columns:1fr 1.1fr;gap:4rem;display:grid}}.hero-content{max-width:600px;margin:0 auto}@media (min-width:1024px){.hero-content{margin:0}}.hero-title{letter-spacing:-.02em;margin-bottom:1.25rem;font-size:clamp(1.75rem,8vw,2.5rem);line-height:1.1}@media (min-width:1024px){.hero-title{margin-bottom:1.5rem;font-size:3.5rem}}.hero-description{color:var(--text-muted);margin-bottom:2rem;font-size:1rem;line-height:1.6}@media (min-width:768px){.hero-description{font-size:1.125rem}}@media (min-width:1024px){.hero-description{margin-bottom:2.5rem;font-size:1.25rem}}.hero-actions{flex-direction:column;align-items:stretch;gap:1rem;display:flex}@media (min-width:640px){.hero-actions{flex-direction:row;justify-content:center}}@media (min-width:1024px){.hero-actions{justify-content:flex-start}}.beta-badge{color:var(--primary);border-radius:var(--radius-pill);background:#22c55e1a;border:1px solid #22c55e33;margin-bottom:2rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-block}.hero-trust-text{color:var(--text-muted);margin-top:2rem;font-size:.875rem}.header-features-strip{background:var(--bg-light);border-radius:var(--radius-lg);width:calc(100% - 2rem);color:var(--text-dark);z-index:20;border:1px solid #0000000d;margin:2rem auto 0;padding:1.5rem;position:relative;box-shadow:0 15px 40px #0000001a}@media (min-width:1024px){.header-features-strip{border-radius:var(--radius-xl);max-width:1100px;padding:2rem 0;position:absolute;bottom:-40px;left:50%;transform:translate(-50%);box-shadow:0 30px 60px #0000001f}}.header-features-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:768px){.header-features-grid{grid-template-columns:repeat(3,1fr);gap:2rem}}.header-feature-card{align-items:center;gap:1rem;display:flex}.header-feature-card:not(:last-child){border-bottom:1px solid #0000000d;padding-bottom:1.5rem}@media (min-width:768px){.header-feature-card:not(:last-child){border-bottom:none;border-right:1px solid #0000000d;padding-bottom:0;padding-right:2rem}}.header-feature-icon{color:#fff;background:#111;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.5rem;display:flex}.header-feature-info h4{color:#111;margin-bottom:.25rem;font-size:1.125rem}.header-feature-info p{color:#666;font-size:.875rem}.mockup-header-custom{border-bottom:1px solid var(--border);text-align:center;color:var(--text-muted);background:#ffffff0d;border-radius:12px 12px 0 0;padding:.5rem 1rem;font-size:.75rem}.mockup-dashboard{border-radius:0 0 var(--radius-md) var(--radius-md);background:#0c0c0e;height:360px;display:flex;overflow:hidden;box-shadow:inset 0 0 20px #00000080}.dashboard-sidebar{border-right:1px solid var(--border);background:#0a0a0b;flex-direction:column;align-items:center;gap:2rem;width:60px;padding:1rem 0;display:flex}.sidebar-logo{background:var(--primary);border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-weight:700;display:flex}.sidebar-items span{background:#ffffff1a;border-radius:1px;width:20px;height:2px;margin-bottom:1rem;display:block}.dashboard-main{flex:1;padding:1.5rem}.dashboard-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.stat-card{background:#ffffff0d;border-radius:8px;flex-direction:column;gap:.25rem;padding:.5rem 1rem;display:flex}.stat-label{color:var(--text-muted);text-transform:uppercase;font-size:.65rem}.stat-value{color:var(--primary);font-size:1.125rem;font-weight:700}.agenda-list{flex-direction:column;gap:.75rem;display:flex}.agenda-item{background:#ffffff05;border:1px solid #ffffff0d;border-radius:10px;align-items:center;gap:1rem;padding:.75rem 1rem;display:flex}.agenda-item.highlight{background:#22c55e0d;border-color:#22c55e33}.time{color:var(--text-muted);font-size:.8125rem;font-weight:500}.agenda-info{flex-direction:column;flex:1;display:flex}.agenda-info strong{font-size:.875rem}.agenda-info span{color:var(--text-muted);font-size:.75rem}.agenda-status{background:var(--primary);color:#fff;text-transform:uppercase;border-radius:100px;padding:2px 8px;font-size:.625rem;font-weight:700}.call-booked{border-radius:16px;align-items:center;gap:1rem;width:280px;padding:1rem;display:flex;position:absolute;top:50%;right:-10%;transform:translateY(-50%);box-shadow:0 20px 40px #0006}.booked-avatar{background:#22c55e;border-radius:12px;width:40px;height:40px}.booked-text{text-align:left;flex-direction:column;display:flex}.booked-text strong{font-size:.875rem}.booked-text span{color:var(--text-muted);font-size:.75rem}.beta-counter{border:1px solid var(--border);text-align:left;border-radius:20px;margin-top:2rem;padding:1.5rem}.counter-title{color:var(--text-muted);margin-bottom:.75rem;font-size:.8125rem}.counter-progress{background:#ffffff0d;border-radius:4px;height:8px;margin-bottom:1rem;overflow:hidden}.progress-bar{border-radius:4px;height:100%}.counter-footer{justify-content:space-between;font-size:.875rem;font-weight:700;display:flex}.counter-footer .highlight{color:var(--primary)}.section-title{text-align:center;margin-bottom:1rem;font-size:2.5rem}.section-subtitle{text-align:center;color:var(--text-muted);margin-bottom:4rem;font-size:1rem}.showcase-section{color:#1a1a1a;z-index:4;background:#fff;padding:6rem 0;position:relative}@media (min-width:1024px){.showcase-section{padding:10rem 0 8rem}}.section-bowl-divider{z-index:5;width:100%;line-height:0;position:absolute;top:-40px;left:0;overflow:hidden}@media (min-width:1024px){.section-bowl-divider{top:-80px}}.section-bowl-divider svg{width:calc(100% + 1.3px);height:40px;display:block;position:relative}@media (min-width:1024px){.section-bowl-divider svg{height:80px}}.showcase-grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:640px){.showcase-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.showcase-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem}}.showcase-card{background:#f8f9fa;border:1px solid #eee;border-radius:24px;padding:0;transition:transform .3s,box-shadow .3s;overflow:hidden}@media (min-width:1024px){.showcase-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000000d}.showcase-card{border-radius:32px}}.showcase-mockup-area{background:#fff;justify-content:center;align-items:center;height:200px;padding:1rem;display:flex}@media (min-width:1024px){.showcase-mockup-area{height:240px;padding:1.5rem}}.showcase-info{text-align:left;padding:2rem 1.5rem}@media (min-width:1024px){.showcase-info{padding:2.5rem 2rem}}.showcase-icon-badge{color:#fff;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:1.25rem;font-size:1.25rem;display:flex}@media (min-width:1024px){.showcase-icon-badge{border-radius:12px;width:48px;height:48px;font-size:1.5rem}}.showcase-info h3{color:#111;margin-bottom:.75rem;font-size:1.25rem}@media (min-width:1024px){.showcase-info h3{margin-bottom:1rem;font-size:1.5rem}}.showcase-info p{color:#666;font-size:.9375rem;line-height:1.6}.problem-section{background:#050505;padding:6rem 0}@media (min-width:1024px){.problem-section{padding:10rem 0}}.problem-grid{flex-direction:column;gap:2.5rem;margin-top:3rem;display:flex}@media (min-width:1024px){.problem-grid{grid-template-columns:1fr 1fr;gap:4rem;margin-top:4rem;display:grid}}.problem-card{border:1px solid var(--border);border-radius:24px;padding:2rem}@media (min-width:1024px){.problem-card{border-radius:40px;padding:3rem}}.problem-card.before{background:#ef44440d;border-color:#ef44441a}.problem-card.after{background:#22c55e0d;border-color:#22c55e33}.card-label{text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem;font-size:.75rem;font-weight:700;display:block}.before .card-label{color:#ef4444}.after .card-label{color:#22c55e}.problem-card h3{margin-bottom:1.5rem;font-size:1.5rem}@media (min-width:1024px){.problem-card h3{margin-bottom:2rem;font-size:2rem}}.problem-items{grid-template-columns:1fr;gap:1rem;margin-bottom:2rem;display:grid}@media (min-width:480px){.problem-items{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.problem-items{grid-template-columns:repeat(3,1fr);gap:1.5rem}}.problem-item{text-align:center;background:#ffffff08;border-radius:12px;padding:1rem}.item-name{color:var(--text-muted);margin-bottom:.5rem;font-size:.75rem;display:block}.item-val{font-size:1rem;font-weight:700}.problem-list{flex-direction:column;gap:1rem;list-style:none;display:flex}.problem-list li{color:var(--text-muted);align-items:center;gap:1rem;font-size:.9375rem;display:flex}.problem-footer{border-top:1px solid #ffffff1a;margin-top:3rem;padding-top:2rem;font-size:1.125rem;font-weight:700}.logo-dot{border-radius:8px;width:32px;height:32px}.timeline-container{justify-content:space-between;width:100%;display:flex;position:relative}.timeline-step{text-align:center;z-index:1;width:100px;position:relative}.timeline-line-bg{z-index:0;background:#ffffff1a;height:1px;position:absolute;top:20px;left:50px;right:50px}.timeline-line-anim{background:linear-gradient(90deg, var(--primary) 0%, #4ade80 100%);z-index:0;height:2px;box-shadow:0 0 15px var(--primary-glow);position:absolute;top:20px;left:50px}.nav-mobile-menu a:hover{color:#fff}@keyframes fadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.container{padding:0 1.5rem}}@media (min-width:768px){.section-title{font-size:2.5rem}.section-subtitle{font-size:1.125rem}}@media (max-width:768px){.navbar{border-radius:20px;width:calc(100% - 2rem);top:1rem}.nav-links,.nav-actions{display:none}.nav-burger{display:flex}.hero{min-height:auto;padding-top:6rem;padding-bottom:4rem}.hero-container{text-align:center;grid-template-columns:1fr;gap:2rem}.hero-mockup-wrapper{display:none}.hero-title{font-size:clamp(2rem,8vw,3rem)}.hero-description{font-size:1rem}.hero-actions{flex-wrap:wrap;justify-content:center}.header-features-strip{border-radius:var(--radius-lg);width:calc(100% - 2rem);margin:1.5rem 1rem 0;position:static;transform:none}.header-features-grid{grid-template-columns:1fr;gap:0}.header-feature-card{padding:1.25rem 1.5rem}.header-feature-card:not(:last-child){border-bottom:1px solid #0000000f;border-right:none}.problem-grid{grid-template-columns:1fr;gap:2rem}.problem-card{border-radius:24px;padding:2rem}.problem-items{grid-template-columns:1fr 1fr}.features-grid{grid-template-columns:1fr}.protection-grid{grid-template-columns:1fr!important;gap:2rem!important}.use-cases-grid{grid-template-columns:1fr!important}.personas-grid{grid-template-columns:1fr 1fr!important}.pricing-card{margin:0 1rem 3rem!important}.showcase-grid{grid-template-columns:1fr!important}.section-title{font-size:1.75rem}.section-subtitle{font-size:1rem}}@media (max-width:480px){.personas-grid,.problem-items{grid-template-columns:1fr!important}.hero-actions{flex-direction:column;align-items:stretch}}@media (max-width:768px){.timeline-container{flex-direction:column;align-items:flex-start;gap:2rem;padding-left:0}.timeline-step{text-align:left;flex-direction:row;align-items:center;gap:1rem;display:flex;width:100%!important}.timeline-step>div:first-child{flex-shrink:0;margin:0!important}.timeline-step>p{font-size:.875rem!important}.timeline-line-bg,.timeline-line-anim{display:none}.pricing-table-wrapper{font-size:.75rem}.pricing-table-wrapper th,.pricing-table-wrapper td{padding:.75rem .5rem!important}.scaler-comparison{grid-template-columns:1fr!important;gap:1rem!important}.scaler-box{border-radius:24px!important;padding:2.5rem 1.5rem!important}table{font-size:.75rem}table th,table td{padding:.75rem .5rem!important;font-size:.75rem!important}}.modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;background:#000000d9;justify-content:center;align-items:center;padding:1rem;animation:.3s ease-out fadeIn;display:flex;position:fixed;inset:0;overflow:hidden}.modal-content{box-sizing:border-box;background:#0f0f12fa;border:1px solid #ffffff1a;border-radius:20px;flex-direction:column;width:100%;margin:auto;padding:1.5rem 1rem;animation:.4s cubic-bezier(.16,1,.3,1) slideUp;display:flex;position:relative;box-shadow:0 20px 50px #00000080}@media (min-width:768px){.modal-overlay{align-items:center;padding:2rem}.modal-content{border-radius:32px;max-width:650px;padding:3rem 2.5rem;box-shadow:0 40px 100px #00000080}}.modal-close{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:var(--text-muted);cursor:pointer;z-index:20;background:#0f0f12e6;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;margin-top:-1rem;margin-left:auto;margin-right:-.5rem;transition:all .2s;display:flex;position:sticky;top:0}@media (min-width:768px){.modal-close{background:0 0;margin:0;position:absolute;top:1.5rem;right:1.5rem}}.modal-close:hover{color:#fff;background:#ffffff1a}.modal-header{text-align:center;flex-shrink:0;margin-bottom:1rem}@media (min-width:768px){.modal-header{margin-bottom:2.5rem}}.modal-badge{color:#fff;text-transform:uppercase;border-radius:100px;margin-bottom:.5rem;padding:4px 10px;font-size:.65rem;font-weight:700;display:inline-block}@media (min-width:768px){.modal-badge{margin-bottom:1.5rem;padding:6px 16px;font-size:.75rem}}.modal-title{letter-spacing:-.02em;margin-top:0;margin-bottom:.25rem;font-size:1.25rem;font-weight:800}@media (min-width:768px){.modal-title{margin-bottom:1rem;font-size:2rem}}.modal-subtitle{color:var(--text-muted);font-size:.8rem;line-height:1.3}@media (min-width:768px){.modal-subtitle{font-size:1rem;line-height:1.6}}.modal-form{flex-direction:column;gap:.75rem;display:flex}@media (min-width:768px){.modal-form{gap:1.5rem}}.form-row{flex-direction:column;gap:.75rem;display:flex}@media (min-width:768px){.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}}.form-group{flex-direction:column;gap:.25rem;display:flex}@media (min-width:768px){.form-group{gap:.75rem}}.form-group label{color:var(--text-muted);padding-left:.25rem;font-size:.8125rem;font-weight:600}@media (min-width:768px){.form-group label{font-size:.875rem}}.form-group input,.form-group textarea{color:#fff;appearance:none;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;width:100%;padding:.6rem .75rem;font-family:inherit;font-size:.875rem;transition:all .2s}@media (min-width:768px){.form-group input,.form-group textarea{padding:1rem 1.25rem}}.form-group textarea{resize:vertical;height:48px;min-height:48px}@media (min-width:768px){.form-group textarea{min-height:100px}}.form-group input:focus,.form-group textarea:focus{border-color:var(--primary);background:#ffffff14;outline:none;box-shadow:0 0 0 4px #22c55e1a}.form-note{color:var(--text-muted);justify-content:center;align-items:center;gap:.5rem;margin-top:.25rem;margin-bottom:0;font-size:.75rem;display:flex}@media (min-width:768px){.form-note{margin-top:.5rem;font-size:.8125rem}}.modal-success{text-align:center;padding:.5rem 0}.success-icon-wrapper{border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1.5rem;display:flex;box-shadow:0 10px 25px #22c55e33}@media (min-width:768px){.success-icon-wrapper{width:80px;height:80px;margin-bottom:2rem;box-shadow:0 10px 30px #22c55e4d}}.modal-success h3{margin-bottom:.75rem;font-size:1.25rem;font-weight:800}@media (min-width:768px){.modal-success h3{margin-bottom:1rem;font-size:1.5rem}}.modal-success p{color:var(--text-muted);font-size:.9375rem;line-height:1.5}@media (min-width:768px){.modal-success p{font-size:1rem;line-height:1.6}}.promise-section{background:#fff;padding:10rem 0}.promise-header{text-align:center;margin-bottom:4rem}.promise-header span{color:var(--primary);text-transform:uppercase;letter-spacing:.1em;font-size:.875rem;font-weight:600}.promise-header h2{font-size:var(--h2-size);letter-spacing:-.02em;max-width:800px;color:var(--text-dark);margin:1.5rem auto 0;font-weight:800}.promise-header p{color:var(--text-muted);margin-top:1rem;font-size:1.3rem}.agenda-container{background:#fff;border:1px solid #f1f1f4;border-radius:32px;max-width:800px;margin:0 auto;overflow:hidden;box-shadow:0 40px 100px #0000000d}.agenda-header{background:#fcfcfd;border-bottom:1px solid #f1f1f4;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.agenda-header h3{color:#18181b;font-size:1.125rem;font-weight:700}.agenda-count{color:var(--primary);font-size:.875rem;font-weight:700}.appointment-grid{background:#f1f1f4;gap:1px;display:grid}.apt-card{background:#fff;align-items:center;gap:1.5rem;padding:1.25rem 2rem;display:flex}.apt-date{text-align:center;border-right:1px solid #f1f1f4;min-width:80px;padding-right:1.5rem}.apt-day{color:#a1a1aa;text-transform:uppercase;font-size:.75rem;font-weight:600;display:block}.apt-time{color:#18181b;font-size:1.1rem;font-weight:800}.apt-info{flex:1}.apt-name{color:#18181b;font-size:1rem;font-weight:700}.apt-role{color:#71717a;font-size:.875rem}.apt-type{color:var(--primary);background:#22c55e14;border:1px solid #22c55e1a;border-radius:100px;padding:6px 12px;font-size:.75rem;font-weight:700}.promise-footer{text-align:center;margin-top:3rem}.promise-footer-badge{color:var(--primary);background:#22c55e0d;border:1px solid #22c55e1a;border-radius:100px;align-items:center;gap:.75rem;padding:1rem 2rem;font-weight:700;display:inline-flex}@media (max-width:768px){.promise-section{padding:5rem 0}.promise-header p{font-size:1.1rem}.agenda-container{border-radius:24px;margin:0 1rem}.agenda-header{flex-direction:column;align-items:flex-start;gap:.5rem;padding:1rem 1.25rem}.apt-card{gap:1rem;padding:1rem 1.25rem}.apt-date{min-width:60px;padding-right:1rem}.apt-name{font-size:.9rem}.apt-role{white-space:nowrap;text-overflow:ellipsis;max-width:150px;font-size:.75rem;overflow:hidden}.apt-type{display:none}.promise-footer-badge{border-radius:16px;margin:0 1rem;padding:1rem;font-size:.8125rem}}@media (max-width:480px){.apt-date{min-width:50px}.apt-time{font-size:.9rem}.apt-info{min-width:0}}.comparison-scroll-wrapper{width:100%;position:relative}.scroll-indicator{color:var(--primary);background:#22c55e1a;border:1px solid #22c55e33;border-radius:100px;justify-content:center;align-items:center;gap:.5rem;width:fit-content;margin-bottom:1rem;margin-left:auto;margin-right:auto;padding:.5rem 1rem;font-size:.75rem;font-weight:700;animation:2s ease-in-out infinite pulse-horizontal;display:none}@keyframes pulse-horizontal{0%,to{transform:translate(0)}50%{transform:translate(5px)}}@media (max-width:768px){.scroll-indicator{display:flex}.comparison-section .container{padding:0 1rem}}

