:root{--navy-900:#0a1628;--navy-800:#0f2137;--navy-700:#1a3352;--navy-600:#254a6e;--cyan-500:#00e5ff;--cyan-400:#33ebff;--cyan-600:#00b8cc;--white:#fff;--gray-50:#f8fafc;--gray-100:#f1f5f9;--gray-200:#e2e8f0;--gray-300:#cbd5e1;--gray-400:#94a3b8;--gray-500:#64748b;--gray-600:#475569;--gray-700:#334155;--green-500:#10b981;--green-400:#34d399;--red-500:#ef4444;--brand-900:var(--navy-900);--brand-800:var(--navy-800);--brand-600:var(--cyan-600);--brand-500:var(--cyan-500);--ink:var(--navy-900);--muted:var(--gray-600);--bg:var(--white);--surface:var(--white);--primary:var(--cyan-500);--primary-dark:var(--navy-800);--accent:var(--cyan-400);--light:var(--gray-50);--text:var(--navy-900);--shadow-s:0 1px 2px rgba(10,22,40,.08);--shadow-m:0 12px 28px rgba(10,22,40,.14);--radius-s:0.375rem;--radius-m:0.5rem;--radius-l:0.75rem;--max-ch:68ch;--section-padding:clamp(4rem,8vw,7rem);--container-max:1280px;--shadow-sm:0 1px 2px rgba(10,22,40,.05);--shadow-md:0 4px 6px -1px rgba(10,22,40,.1),0 2px 4px -2px rgba(10,22,40,.1);--shadow-lg:0 10px 15px -3px rgba(10,22,40,.1),0 4px 6px -4px rgba(10,22,40,.1);--shadow-xl:0 20px 25px -5px rgba(10,22,40,.1),0 8px 10px -6px rgba(10,22,40,.1);--shadow-cyan:0 0 40px rgba(0,229,255,.15);--transition-fast:150ms ease;--transition-base:250ms ease;--transition-slow:350ms ease;--radius-sm:0.375rem;--radius-md:0.5rem;--radius-lg:0.75rem;--radius-xl:1rem;--radius-2xl:1.5rem}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-family:var(--font-body);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}body{background:var(--white);color:var(--gray-700);overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:700;line-height:1.2;color:var(--navy-900)}h1{font-size:clamp(2.25rem,5vw,3.75rem);letter-spacing:-.02em}h2{font-size:clamp(1.75rem,4vw,2.5rem);letter-spacing:-.01em}h3{font-size:clamp(1.25rem,2.5vw,1.5rem)}p{font-size:1.0625rem;line-height:1.75}.text-sm{font-size:.875rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.container{width:100%;max-width:var(--container-max);margin:0 auto;padding:0 1.25rem}@media (min-width:640px){.container{padding:0 1.5rem}}@media (min-width:1024px){.container{padding:0 2rem}}.section{padding:var(--section-padding) 0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.75rem;font-family:var(--font-body);font-size:.9375rem;font-weight:600;border-radius:var(--radius-lg);transition:all var(--transition-base);white-space:nowrap}.btn-primary{background:var(--cyan-500);color:var(--navy-900);box-shadow:0 0 0 0 rgba(0,229,255,0)}.btn-primary:hover{background:var(--cyan-400);transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,229,255,.35)}.btn-primary:active{transform:translateY(0)}.btn-secondary{background:transparent;color:var(--white);border:2px solid hsla(0,0%,100%,.3)}.btn-secondary:hover{background:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.5)}.btn-outline{background:var(--white);color:var(--navy-900);border:2px solid var(--gray-200)}.btn-outline:hover{border-color:var(--cyan-500);box-shadow:0 0 0 3px rgba(0,229,255,.1)}.btn-outline-primary{border:2px solid #e2e8f0;color:#0f172a;background:transparent;transition:all .3s ease}.btn-outline-primary:hover{border-color:#00d4ff;background-color:#00d4ff;color:#fff;box-shadow:0 4px 12px rgba(0,212,255,.3)}.btn-ghost{background:transparent;color:var(--navy-900);padding:.5rem 1rem}.btn-ghost:hover{background:var(--gray-100)}.btn-lg{padding:1rem 2rem;font-size:1rem}.btn i{font-size:1.25em}.card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-xl);padding:2rem;transition:all var(--transition-base)}.card:hover{border-color:var(--cyan-500);box-shadow:var(--shadow-xl),var(--shadow-cyan);transform:translateY(-4px)}.card-featured{border:2px solid var(--cyan-500);position:relative}.card-featured:before{content:"";position:absolute;inset:-2px;border-radius:inherit;background:linear-gradient(135deg,var(--cyan-500),var(--cyan-600));z-index:-1;opacity:.1}.badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:rgba(0,229,255,.1);color:var(--cyan-500);font-size:.875rem;font-weight:600;border-radius:9999px;border:1px solid rgba(0,229,255,.2)}.badge-dark{background:rgba(0,229,255,.15);border-color:rgba(0,229,255,.3)}.badge-popular{position:absolute;top:-.875rem;left:50%;transform:translateX(-50%);background:var(--cyan-500);color:var(--navy-900);padding:.375rem 1rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.nav{position:fixed;top:0;left:0;right:0;z-index:1000;background:hsla(0,0%,100%,.95);backdrop-filter:blur(12px);border-bottom:1px solid var(--gray-200);transition:all var(--transition-base)}.nav.scrolled{box-shadow:var(--shadow-md)}.nav-container{justify-content:space-between;height:4.5rem}.nav-container,.nav-logo{display:flex;align-items:center}.nav-logo{font-family:var(--font-display);font-size:1.375rem;font-weight:700;color:var(--navy-900);gap:.5rem}.nav-logo span{color:var(--cyan-500)}.nav-logo__image{height:clamp(48px,6vw,64px);width:auto;max-width:240px;display:block;-o-object-fit:contain;object-fit:contain}.nav-links{display:none;align-items:center;gap:.5rem}@media (min-width:768px){.nav-links{display:flex}}.nav-link{padding:.5rem 1rem;font-size:.9375rem;font-weight:500;color:var(--gray-600);border-radius:var(--radius-md);transition:all var(--transition-fast)}.nav-link:hover{color:var(--navy-900);background:var(--gray-100)}.nav-cta{margin-left:1rem}.nav-mobile-toggle{display:flex;padding:.5rem;color:var(--navy-900)}@media (min-width:768px){.nav-mobile-toggle{display:none}}.mobile-menu{position:fixed;top:4.5rem;left:0;right:0;background:var(--white);border-bottom:1px solid var(--gray-200);padding:1rem;display:none;flex-direction:column;gap:.5rem;box-shadow:var(--shadow-lg)}.mobile-menu.open{display:flex}.mobile-menu .nav-link{padding:1rem;border-radius:var(--radius-md)}.hero{position:relative;background:linear-gradient(135deg,var(--navy-900) 0,var(--navy-800) 50%,var(--navy-700) 100%);color:var(--white);padding-top:calc(4.5rem + var(--section-padding));padding-bottom:var(--section-padding);overflow:hidden}.hero:before{inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");opacity:.03}.hero:after,.hero:before{content:"";position:absolute;pointer-events:none}.hero:after{width:600px;height:600px;background:radial-gradient(circle,rgba(0,229,255,.15) 0,transparent 70%);top:-200px;right:-200px}.hero-grid{display:grid;gap:3rem;align-items:center}@media (min-width:1024px){.hero-grid{grid-template-columns:1fr 1fr;gap:4rem}}.hero-content{position:relative;z-index:1}.hero h1{color:var(--white);margin-bottom:1.5rem}.hero h1 .highlight{color:var(--cyan-500);display:block}.hero-subtitle{font-size:1.25rem;color:var(--gray-300);margin-bottom:2rem;max-width:540px}.hero-cta-group{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2.5rem}.hero-proof{align-items:center;gap:1rem;padding-top:1.5rem;border-top:1px solid hsla(0,0%,100%,.1)}.hero-proof,.hero-proof-avatars{display:flex}.hero-proof-avatars span{width:2.5rem;height:2.5rem;background:var(--navy-600);border:2px solid var(--navy-800);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;margin-left:-.5rem}.hero-proof-avatars span:first-child{margin-left:0}.hero-proof-text{font-size:.9375rem;color:var(--gray-400)}.hero-proof-text strong{color:var(--white)}.calculator{background:hsla(0,0%,100%,.05);backdrop-filter:blur(20px);border:1px solid hsla(0,0%,100%,.1);border-radius:var(--radius-2xl);padding:2rem;position:relative;z-index:1}@media (min-width:640px){.calculator{padding:2.5rem}}.calculator-header{margin-bottom:2rem}.calculator-title{font-size:1.25rem;font-weight:700;color:var(--white);margin-bottom:.5rem}.calculator-desc{font-size:.9375rem;color:var(--gray-400)}.calculator-input-group{margin-bottom:2rem}.calculator-label{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:.9375rem;color:var(--gray-300)}.calculator-value{font-family:var(--font-display);font-size:1.5rem;font-weight:700;color:var(--cyan-500)}.calculator-slider{width:100%;height:8px;background:hsla(0,0%,100%,.1);border-radius:4px;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.calculator-slider::-webkit-slider-thumb{-webkit-appearance:none;width:24px;height:24px;background:var(--cyan-500);border-radius:50%;cursor:pointer;box-shadow:0 0 20px rgba(0,229,255,.5);-webkit-transition:transform var(--transition-fast);transition:transform var(--transition-fast)}.calculator-slider::-webkit-slider-thumb:hover{transform:scale(1.1)}.calculator-slider::-moz-range-thumb{width:24px;height:24px;background:var(--cyan-500);border-radius:50%;cursor:pointer;border:none;box-shadow:0 0 20px rgba(0,229,255,.5)}.calculator-result{background:rgba(0,229,255,.1);border:1px solid rgba(0,229,255,.2);border-radius:var(--radius-xl);padding:1.5rem;margin-bottom:1.5rem;text-align:center}.calculator-result-label{font-size:.875rem;color:var(--gray-400);margin-bottom:.5rem}.calculator-result-value{font-family:var(--font-display);font-size:2.5rem;font-weight:700;color:var(--red-500);line-height:1}.calculator-result-value.positive{color:var(--green-500)}.calculator-result-sub{font-size:.875rem;color:var(--gray-400);margin-top:.5rem}.calculator-details{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem}.calculator-detail{background:hsla(0,0%,100%,.05);border-radius:var(--radius-lg);padding:1rem;text-align:center}.calculator-detail-value{font-family:var(--font-display);font-size:1.25rem;font-weight:700;color:var(--white)}.calculator-detail-label{font-size:.75rem;color:var(--gray-500);margin-top:.25rem}.calculator-cta{width:100%}.calculator-assumptions{margin-top:1rem;border-top:1px solid hsla(0,0%,100%,.1);padding-top:1rem}.calculator-assumptions-toggle{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:var(--gray-500);background:none;border:none;cursor:pointer;padding:0;transition:color var(--transition-fast)}.calculator-assumptions-toggle:hover{color:var(--gray-400)}.calculator-assumptions-content{display:none;margin-top:.75rem;padding:1rem;background:rgba(0,0,0,.2);border-radius:var(--radius-md);font-size:.75rem;color:var(--gray-500);line-height:1.6}.calculator-assumptions-content.open{display:block}.calculator-assumptions-content ul{margin:.5rem 0;padding-left:1.25rem}.calculator-assumptions-content li{margin-bottom:.25rem}.calculator-assumptions-content strong{color:var(--cyan-500)}.stats-bar{background:var(--navy-900);border-top:1px solid hsla(0,0%,100%,.1);border-bottom:1px solid hsla(0,0%,100%,.1);padding:2rem 0}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media (min-width:768px){.stats-grid{grid-template-columns:repeat(4,1fr);gap:3rem}}.stat-item{text-align:center}.stat-value{font-family:var(--font-display);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;color:var(--cyan-500);line-height:1;margin-bottom:.5rem}.stat-label{font-size:.875rem;color:var(--gray-400)}.problem-section{background:var(--gray-50)}.section-header{text-align:center;max-width:720px;margin:0 auto 3rem}.section-header .badge,.section-header h2{margin-bottom:1rem}.section-header p{color:var(--gray-600)}.problem-grid{display:grid;gap:1.5rem}@media (min-width:768px){.problem-grid{grid-template-columns:repeat(3,1fr)}}.problem-card{background-color:#fff;border:1px solid #f1f5f9;border-radius:var(--radius-xl);padding:2rem;text-align:center;transition:all var(--transition-base);box-shadow:0 4px 6px rgba(0,0,0,.05)}.problem-card:hover{border-color:var(--red-500);box-shadow:var(--shadow-lg)}.problem-number-badge{width:4rem;height:4rem;background-color:#ffebee;color:#d32f2f;font-weight:700;border-radius:8px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:1.5rem}.problem-card-highlight{background-color:#ffebee;color:#c62828}.problem-card h3{margin-bottom:.75rem;font-size:1.125rem}.problem-card p{font-size:.9375rem;color:var(--gray-600)}.problem-stat{display:inline-flex;align-items:center;gap:.5rem;margin-top:1rem;padding:.5rem 1rem;background:#fef2f2;border-radius:var(--radius-md);font-size:.875rem;font-weight:600;color:var(--red-500)}.how-section{background:var(--white)}.how-visual{margin-bottom:3rem;border-radius:var(--radius-2xl);overflow:hidden;box-shadow:var(--shadow-xl)}.how-visual img{width:100%}.how-grid{display:grid;gap:1.5rem}@media (min-width:768px){.how-grid{grid-template-columns:repeat(3,1fr)}}.how-card{background:var(--gray-50);border-radius:var(--radius-xl);padding:2rem;text-align:center}.how-card-img{width:120px;height:120px;margin:0 auto 1.5rem;display:block;-o-object-fit:contain;object-fit:contain}.how-card-media{border-radius:var(--radius-lg);background:var(--white);box-shadow:var(--shadow-sm)}.how-card h3{margin-bottom:.5rem}.how-card p{font-size:.9375rem;color:var(--gray-600)}.how-features{display:grid;gap:1.5rem;margin-top:3rem}@media (min-width:768px){.how-features{grid-template-columns:1fr 1fr;gap:2rem;align-items:center}}.how-features-img{border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-lg)}.how-features-list{list-style:none}.how-features-list li{display:flex;align-items:flex-start;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--gray-200)}.how-features-list li:last-child{border-bottom:none}.how-features-list i{flex-shrink:0;width:1.5rem;height:1.5rem;background:var(--cyan-500);color:var(--navy-900);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.875rem;margin-top:.125rem}.how-features-list span{font-size:1rem;color:var(--gray-700)}.cases-section{background:var(--gray-50)}.cases-grid{display:grid;gap:1.5rem}@media (min-width:768px){.cases-grid{grid-template-columns:repeat(3,1fr)}}.case-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-xl);padding:2rem;transition:all var(--transition-base)}.case-card:hover{border-color:var(--green-500);box-shadow:var(--shadow-xl);transform:translateY(-4px)}.case-header{margin-bottom:1.5rem}.case-type{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--gray-500);margin-bottom:.5rem}.case-name{font-size:1.25rem;font-weight:700;color:var(--navy-900)}.case-result{background:linear-gradient(135deg,#d1fae5,#a7f3d0);border-radius:var(--radius-lg);padding:1.5rem;text-align:center;margin-bottom:1.5rem}.case-result-value{font-family:var(--font-display);font-size:3rem;font-weight:700;color:var(--green-500);line-height:1}.case-result-label{font-size:.875rem;color:var(--gray-600);margin-top:.5rem}.case-details{list-style:none;margin-bottom:1.5rem}.case-details li{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;font-size:.9375rem;color:var(--gray-600)}.case-details li i{color:var(--green-500)}.case-quote{font-size:.9375rem;font-style:italic;color:var(--gray-600);padding-left:1rem;border-left:3px solid var(--cyan-500);margin-bottom:1rem}.case-link{display:inline-flex;align-items:center;gap:.25rem;font-size:.875rem;font-weight:600;color:var(--cyan-600);transition:color var(--transition-fast)}.case-link:hover{color:var(--cyan-500)}.cases-note{display:flex;align-items:center;gap:.75rem;margin-top:2rem;padding:1rem 1.5rem;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);font-size:.875rem;color:var(--gray-600)}.cases-note i{color:var(--cyan-500);font-size:1.25rem;flex-shrink:0}.cases-note a{color:var(--cyan-600);font-weight:600}.cases-note a:hover{color:var(--cyan-500)}.lead-magnet{background:linear-gradient(135deg,var(--navy-900) 0,var(--navy-800) 100%);position:relative;overflow:hidden}.lead-magnet:before{content:"";position:absolute;width:500px;height:500px;background:radial-gradient(circle,rgba(0,229,255,.1) 0,transparent 70%);bottom:-200px;left:-200px}.lead-magnet-content{position:relative;z-index:1;max-width:640px;margin:0 auto;text-align:center}.lead-magnet-icon{width:5rem;height:5rem;background:rgba(0,229,255,.15);border:1px solid rgba(0,229,255,.3);border-radius:var(--radius-xl);display:flex;align-items:center;justify-content:center;margin:0 auto 2rem;color:var(--cyan-500);font-size:2rem}.lead-magnet h2{color:var(--white);margin-bottom:1rem}.lead-magnet p{color:var(--gray-400);margin-bottom:2rem}.lead-magnet-form{display:flex;flex-direction:column;gap:1rem;max-width:480px;margin:0 auto}@media (min-width:640px){.lead-magnet-form{flex-direction:row}}.lead-magnet-form input{flex:1;padding:1rem 1.25rem;font-size:1rem;background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);border-radius:var(--radius-lg);color:var(--white);outline:none;transition:all var(--transition-fast)}.lead-magnet-form input::-moz-placeholder{color:var(--gray-500)}.lead-magnet-form input::placeholder{color:var(--gray-500)}.lead-magnet-form input:focus{border-color:var(--cyan-500);box-shadow:0 0 0 3px rgba(0,229,255,.2)}.lead-magnet-benefits{display:flex;justify-content:center;gap:2rem;margin-top:1.5rem;flex-wrap:wrap}.lead-magnet-benefits span{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--gray-400)}.lead-magnet-benefits i{color:var(--cyan-500)}.segments-section{background:var(--white)}.segments-grid{display:grid;gap:1.5rem}@media (min-width:768px){.segments-grid{grid-template-columns:repeat(3,1fr)}}.segment-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-xl);padding:2rem;text-align:center;transition:all var(--transition-base)}.segment-card:hover{border-color:var(--cyan-500);box-shadow:var(--shadow-xl)}.segment-card.featured{border:2px solid var(--cyan-500);position:relative}.segment-icon-wrapper{background-color:#e0f7fa;color:#00d4ff;border-radius:50%;width:64px;height:64px;display:flex;align-items:center;justify-content:center;font-size:28px;margin:0 auto 20px}.segment-icon-wrapper svg{width:1em;height:1em;display:block}.segment-card h3{margin-bottom:.25rem}.segment-size{font-size:.875rem;color:var(--gray-500);margin-bottom:1rem}.segment-pain{font-weight:600;color:var(--navy-900);margin-bottom:1rem;font-size:.9375rem}.segment-benefits{list-style:none;text-align:left;margin-bottom:1.5rem}.segment-benefits li{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;font-size:.9375rem;color:var(--gray-600)}.segment-benefits li i{color:var(--cyan-500);flex-shrink:0}.segment-card .btn{width:100%}.pricing-section{background:var(--gray-50)}.pricing-grid{display:grid;gap:1.5rem}@media (min-width:768px){.pricing-grid{grid-template-columns:repeat(3,1fr);align-items:start}}.pricing-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-xl);padding:2rem;transition:all var(--transition-base)}.pricing-card:hover{box-shadow:var(--shadow-xl)}.pricing-card.featured{border:2px solid var(--cyan-500);position:relative;transform:scale(1.02)}@media (min-width:768px){.pricing-card.featured{transform:scale(1.05)}}.pricing-header{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--gray-200)}.pricing-name{font-size:1.25rem;font-weight:700;color:var(--navy-900);margin-bottom:.25rem}.pricing-desc{font-size:.875rem;color:var(--gray-500)}.pricing-price{margin-bottom:.5rem}.pricing-amount{font-family:var(--font-display);font-size:2.5rem;font-weight:700;color:var(--navy-900)}.pricing-period{font-size:.875rem;color:var(--gray-500)}.pricing-features{list-style:none;margin-bottom:1.5rem}.pricing-features li{margin-bottom:12px;line-height:1.5;display:flex;align-items:flex-start;gap:.75rem;font-size:.9375rem;color:var(--gray-600)}.pricing-features li i{color:var(--cyan-500);margin-top:.125rem;flex-shrink:0}.pricing-roi{background:var(--gray-50);border-radius:var(--radius-lg);padding:1rem;margin-bottom:1.5rem}.pricing-card.featured .pricing-roi{background:rgba(0,229,255,.1)}.pricing-roi-row{display:flex;justify-content:space-between;font-size:.875rem;padding:.25rem 0}.pricing-roi-label{color:var(--gray-600)}.pricing-roi-value{font-weight:600;color:var(--navy-900)}.pricing-roi-value.highlight{color:var(--green-500)}.pricing-card .btn{width:100%}.pricing-note{font-size:.75rem;color:var(--gray-500);text-align:center;margin:.5rem 0 1rem;font-style:italic}.pricing-cta{margin-top:2rem;display:flex;flex-direction:column;align-items:center;gap:.75rem}.pricing-cta-note{color:var(--gray-600);font-size:.95rem;text-align:center}.faq-section{background:var(--white)}.faq-container{max-width:860px;margin:0 auto;display:grid;gap:clamp(14px,2vw,18px)}.faq-section .faq-item{background:var(--white);border-radius:18px;border:1px solid rgba(15,23,42,.08);box-shadow:0 1px 2px rgba(15,23,42,.06),0 10px 24px rgba(15,23,42,.08);overflow:hidden}.faq-section .faq-item__header{display:flex;align-items:center;padding:clamp(18px,3vw,24px)}.faq-section .faq-item__button{flex:1;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:0;background:transparent;border:0;font-size:1.0625rem;font-weight:600;color:var(--navy-900);text-align:left;cursor:pointer}.faq-section .faq-item__label{flex:1}.faq-section .faq-item__icon{flex-shrink:0;width:42px;height:42px;border-radius:999px;background:rgba(15,23,42,.08);display:grid;place-items:center;transition:transform var(--transition-fast),background var(--transition-fast)}.faq-section .faq-item__icon:before{content:"";width:10px;height:10px;border-right:2px solid var(--navy-900);border-bottom:2px solid var(--navy-900);transform:rotate(-45deg);transition:border-color var(--transition-fast)}.faq-section .faq-item__button:focus-visible .faq-item__icon,.faq-section .faq-item__button:hover .faq-item__icon{background:var(--cyan-500)}.faq-section .faq-item__button:focus-visible .faq-item__icon:before,.faq-section .faq-item__button:hover .faq-item__icon:before{border-color:var(--white)}.faq-section .faq-item--open .faq-item__icon{transform:rotate(90deg);background:var(--cyan-500)}.faq-section .faq-item--open .faq-item__icon:before{border-color:var(--white)}.faq-section .faq-item__content{padding:0 clamp(18px,3vw,24px) clamp(18px,3vw,24px);border-top:1px solid rgba(15,23,42,.08);color:var(--gray-600);line-height:1.75}@media (max-width:640px){.faq-section .faq-item__header{padding:16px}.faq-section .faq-item__button{font-size:1rem}.faq-section .faq-item__icon{width:40px;height:40px}}.final-cta{background:linear-gradient(135deg,var(--navy-900) 0,var(--navy-800) 100%);position:relative;overflow:hidden}.final-cta:before{content:"";position:absolute;width:800px;height:800px;background:radial-gradient(circle,rgba(0,229,255,.1) 0,transparent 60%);top:-400px;right:-400px}.final-cta-content{position:relative;z-index:1;max-width:720px;margin:0 auto;text-align:center}.final-cta h2{color:var(--white);margin-bottom:1rem}.final-cta p{color:var(--gray-400);font-size:1.125rem;margin-bottom:2rem}.final-cta-buttons{display:flex;flex-direction:column;gap:1rem;justify-content:center;margin-bottom:2rem}@media (min-width:640px){.final-cta-buttons{flex-direction:row}}.final-cta-note{font-size:.875rem;color:var(--gray-500)}.footer{background:var(--navy-900);color:#e2e8f0;padding:4rem 0 2rem}.footer-grid{display:grid;gap:3rem;margin-bottom:3rem}@media (min-width:768px){.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr}}.footer-brand p{margin-top:1rem;font-size:.9375rem;max-width:280px;color:#e2e8f0;font-weight:400}.footer-title{font-size:.875rem;font-weight:600;color:#fff;opacity:1;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.25rem}.footer-links{list-style:none}.footer-links li{margin-bottom:.75rem}.footer-links a{font-size:.9375rem;color:#e2e8f0;font-weight:400;transition:color var(--transition-fast)}.footer-links a:hover{color:#00d4ff;text-decoration:none}.footer-contact p{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;font-size:.9375rem;color:#e2e8f0;font-weight:400}.footer-contact i{color:var(--cyan-500)}.footer-bottom{padding-top:2rem;border-top:1px solid hsla(0,0%,100%,.1);text-align:center;font-size:.875rem}.mobile-cta{position:fixed;bottom:0;left:0;right:0;background:var(--white);border-top:1px solid var(--gray-200);padding:1rem;z-index:999;display:none;box-shadow:0 -4px 20px rgba(0,0,0,.1)}@media (max-width:767px){.mobile-cta{display:block}body{padding-bottom:5rem}}.mobile-cta .btn{width:100%}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes countUp{0%{opacity:0}to{opacity:1}}.animate-on-scroll{opacity:0;transform:translateY(30px);transition:all .6s ease}.animate-on-scroll.visible{opacity:1;transform:translateY(0)}.animate-delay-1{transition-delay:.1s}.animate-delay-2{transition-delay:.2s}.animate-delay-3{transition-delay:.3s}.animate-delay-4{transition-delay:.4s}.text-center{text-align:center}.text-left{text-align:left}.text-cyan{color:var(--cyan-500)}.text-green{color:var(--green-500)}.text-red{color:var(--red-500)}.font-display{font-family:var(--font-display)}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}section[id]{scroll-margin-top:6rem}body{font-family:var(--font-body),system-ui,sans-serif}.badge-dot{width:.5rem;height:.5rem;border-radius:999px;background:var(--cyan-500);box-shadow:0 0 0 4px rgba(0,229,255,.15);display:inline-block}.nav-mobile-icon{position:relative;display:inline-block;transition:transform var(--transition-base),background var(--transition-base)}.nav-mobile-icon,.nav-mobile-icon:after,.nav-mobile-icon:before{width:24px;height:2px;background:var(--navy-900);border-radius:999px}.nav-mobile-icon:after,.nav-mobile-icon:before{content:"";position:absolute;left:0;transition:transform var(--transition-base),top var(--transition-base),opacity var(--transition-base)}.nav-mobile-icon:before{top:-7px}.nav-mobile-icon:after{top:7px}.nav-mobile-toggle.open .nav-mobile-icon{background:transparent}.nav-mobile-toggle.open .nav-mobile-icon:before{top:0;transform:rotate(45deg)}.nav-mobile-toggle.open .nav-mobile-icon:after{top:0;transform:rotate(-45deg)}.lead-magnet-icon{font-family:var(--font-display),system-ui,sans-serif;font-weight:700;letter-spacing:.08em}.case-details li:before,.how-features-list li:before,.pricing-features li:before,.segment-benefits li:before{content:"";flex-shrink:0;width:1.1rem;height:1.1rem;border-radius:999px;margin-top:.2rem;background:var(--cyan-500);box-shadow:0 0 0 3px rgba(0,229,255,.15)}.case-details li:before{background:var(--green-500);box-shadow:0 0 0 3px rgba(16,185,129,.18)}.lead-magnet-benefits span:before{width:.6rem;height:.6rem}.cases-note:before,.lead-magnet-benefits span:before{content:"";border-radius:999px;background:var(--cyan-500);display:inline-block}.cases-note:before{width:.8rem;height:.8rem;flex-shrink:0}.faq-section .faq-question:after{content:"";display:none}.footer-note{margin-top:1rem;font-size:.8125rem;color:#e2e8f0;font-weight:400}.footer-contact p{flex-wrap:wrap;align-items:baseline}.footer-contact-label{color:#e2e8f0;font-weight:400;text-transform:uppercase;letter-spacing:.08em;font-size:.7rem}.footer-owner{margin-top:.75rem;font-size:.875rem;color:#e2e8f0;font-weight:400}.footer-contact-item{display:grid;gap:6px;margin-bottom:.75rem}.footer .contact-reveal{border-bottom:0;padding:0;gap:12px;align-items:center}.footer .contact-reveal__value a,.footer .contact-reveal__value span,.footer-contact-value{color:#e2e8f0;font-weight:400}.footer-contact-value:focus-visible,.footer-contact-value:hover{color:#00d4ff;text-decoration:none}.footer .contact-reveal__actions .btn{padding:6px 12px;font-size:.8rem;border-radius:999px;border:1px solid hsla(0,0%,100%,.22);background:hsla(0,0%,100%,.08);color:var(--gray-200)}.footer .contact-reveal__actions .btn:focus-visible,.footer .contact-reveal__actions .btn:hover{background:hsla(0,0%,100%,.16);border-color:hsla(0,0%,100%,.4)}.footer .contact-reveal__actions{display:none}.hero-savings-sub{display:block;font-size:.6em;color:var(--gray-400)}.how-features-title{margin-bottom:1.5rem}.calculator-result--positive{background:rgba(16,185,129,.15);border-color:rgba(16,185,129,.3)}.shop-config{background:var(--white)}.shop-config__intro{max-width:720px;margin:0 auto 2rem;text-align:center}.shop-config__layout{display:grid;gap:2rem}@media (min-width:1024px){.shop-config__layout{grid-template-columns:minmax(0,320px) minmax(0,1fr);align-items:start}}.shop-steps{display:grid;gap:12px}.shop-step{width:100%;text-align:left;display:grid;gap:4px;padding:16px 18px;border-radius:16px;border:1px solid rgba(15,23,42,.12);background:var(--white);transition:border-color .2s ease,box-shadow .2s ease}.shop-step__index{width:32px;height:32px;border-radius:999px;background:rgba(15,23,42,.08);display:grid;place-items:center}.shop-step__index,.shop-step__title{font-weight:600;color:var(--navy-900)}.shop-step__desc{font-size:.9rem;color:var(--gray-600)}.shop-step.is-active{border-color:var(--cyan-500);box-shadow:0 12px 28px rgba(0,229,255,.15)}.shop-panel{background:var(--surface);border-radius:20px;padding:24px;border:1px solid rgba(15,23,42,.08);box-shadow:0 18px 40px rgba(15,23,42,.08)}.shop-panel__content{display:grid;gap:1.25rem}.shop-actions{display:flex;justify-content:space-between;gap:1rem;margin-top:1.5rem;flex-wrap:wrap}.shop-summary h2{margin-bottom:1rem}.shop-summary__list{list-style:none;display:grid;gap:.75rem;margin:0;padding:0}.shop-summary__list li{display:flex;justify-content:space-between;gap:1rem;padding-bottom:.75rem;border-bottom:1px solid rgba(15,23,42,.08)}.shop-summary__label{font-weight:600;color:var(--navy-900)}.shop-summary__qty{display:inline-block;margin-left:.5rem;color:var(--gray-500);font-size:.9rem}.shop-summary__price{text-align:right;font-weight:600;color:var(--navy-900)}.shop-summary__unit{display:block;font-size:.85rem;color:var(--gray-500);font-weight:400}.shop-totals{margin-top:1.5rem;display:grid;gap:.5rem}.shop-totals div{display:flex;justify-content:space-between;color:var(--gray-700)}.shop-totals__grand{font-size:1.05rem;font-weight:700;color:var(--navy-900)}.shop-note{font-size:.9rem;color:var(--gray-600)}.shop-error{color:#b91c1c;font-weight:600}@media (max-width:640px){.shop-summary__list li{flex-direction:column;align-items:flex-start}.shop-summary__price{text-align:left}}@font-face{font-family:__Space_Grotesk_7394d9;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e1aab0933260df4d-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Space_Grotesk_7394d9;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/b7387a63dd068245-s.p.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Space_Grotesk_7394d9;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/36966cca54120369-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Space_Grotesk_7394d9;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e1aab0933260df4d-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Space_Grotesk_7394d9;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/b7387a63dd068245-s.p.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Space_Grotesk_7394d9;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/36966cca54120369-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Space_Grotesk_7394d9;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e1aab0933260df4d-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Space_Grotesk_7394d9;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/b7387a63dd068245-s.p.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Space_Grotesk_7394d9;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/36966cca54120369-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Space_Grotesk_Fallback_7394d9;src:local("Arial");ascent-override:89.71%;descent-override:26.62%;line-gap-override:0.00%;size-adjust:109.69%}.__className_7394d9{font-family:__Space_Grotesk_7394d9,__Space_Grotesk_Fallback_7394d9;font-style:normal}.__variable_7394d9{--font-display:"__Space_Grotesk_7394d9","__Space_Grotesk_Fallback_7394d9"}@font-face{font-family:__Inter_0fc6d3;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_0fc6d3;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_0fc6d3;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_0fc6d3;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_0fc6d3;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_0fc6d3;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.p.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_0fc6d3;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_0fc6d3;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_0fc6d3;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_0fc6d3;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_0fc6d3;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_0fc6d3;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_0fc6d3;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.p.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_0fc6d3;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_0fc6d3;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_0fc6d3;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_0fc6d3;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_0fc6d3;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_0fc6d3;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_0fc6d3;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.p.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_0fc6d3;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_0fc6d3;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_0fc6d3;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_0fc6d3;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_0fc6d3;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_0fc6d3;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_0fc6d3;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.p.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_0fc6d3;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_Fallback_0fc6d3;src:local("Arial");ascent-override:90.49%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:107.06%}.__className_0fc6d3{font-family:__Inter_0fc6d3,__Inter_Fallback_0fc6d3;font-style:normal}.__variable_0fc6d3{--font-body:"__Inter_0fc6d3","__Inter_Fallback_0fc6d3"}