@import "https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap";
:root{--bg:#f7f9fc;--surface:#fff;--surface-alt:#f3f7fb;--line:#dbe6f2;--ink:#14263d;--muted:#5f7289;--brand:#0ea5e9;--brand-dark:#0369a1;--teal:#06b6d4;--amber:#f59e0b;--success:#10b981;--shadow:0 18px 45px #14263d14;--radius:24px;--content-width:1400px;--section-space:128px;--section-space-mobile:60px;--section-inner-space:28px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-height:100vh;color:var(--ink);background:#fff;margin:0;font-family:Inter,ui-sans-serif,system-ui,sans-serif}.app-error-page{min-height:100vh;color:var(--ink);background:#f6f9fc;grid-template-rows:auto 1fr auto;display:grid}.app-error-header,.app-error-footer{width:min(100% - 40px, var(--content-width));justify-content:space-between;align-items:center;gap:24px;margin:0 auto;display:flex}.app-error-header{border-bottom:1px solid #cbd9e7d1;min-height:88px}.app-error-brand{align-items:center;display:inline-flex}.app-error-brand img{width:168px;height:auto}.app-error-surface{color:#62758b;font-size:.82rem;font-weight:700}.app-error-main{grid-template-columns:minmax(220px,.7fr) minmax(0,1fr);align-items:center;gap:clamp(42px,8vw,110px);width:min(100% - 40px,1080px);margin:0 auto;padding:clamp(72px,12vh,136px) 0;display:grid}.app-error-code{color:#dce8f3;letter-spacing:0;-webkit-user-select:none;user-select:none;font-family:Outfit,Inter,sans-serif;font-size:clamp(8rem,18vw,14rem);font-weight:800;line-height:.8}.app-error-content{max-width:620px}.app-error-icon{width:46px;height:46px;color:var(--brand-dark);background:#0ea5e914;border:1px solid #0ea5e957;border-radius:12px;justify-content:center;align-items:center;margin-bottom:22px;font-size:1rem;display:inline-flex}.app-error-kicker{color:var(--brand-dark);letter-spacing:0;text-transform:uppercase;margin:0 0 12px;font-size:.78rem;font-weight:800}.app-error-content h1{color:var(--ink);letter-spacing:0;margin:0;font-family:Outfit,Inter,sans-serif;font-size:clamp(2rem,4vw,3.4rem);font-weight:750;line-height:1.04}.app-error-description{max-width:54ch;color:var(--muted);margin:22px 0 0;font-size:1rem;line-height:1.65}.app-error-actions{flex-wrap:wrap;gap:12px;margin-top:32px;display:flex}.app-error-actions .button{min-height:48px;padding:12px 20px}.app-error-actions .button i{margin-right:8px}.app-error-footer{color:#71849a;border-top:1px solid #cbd9e7d1;min-height:66px;font-size:.75rem;font-weight:600}.app-error-page--pro,.app-error-page--admin,.app-error-page--particulier{background:#f3f7fb}@media (max-width:760px){.app-error-header,.app-error-footer,.app-error-main{width:min(100% - 32px, var(--content-width))}.app-error-header{min-height:74px}.app-error-brand img{width:138px}.app-error-main{grid-template-columns:1fr;align-content:center;gap:34px;padding:56px 0 72px}.app-error-code{font-size:clamp(6.5rem,34vw,9rem)}.app-error-icon{margin-bottom:18px}.app-error-actions{display:grid}.app-error-actions .button{width:100%}.app-error-footer span:last-child{display:none}}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.app-toast-region{z-index:120;pointer-events:none;gap:10px;width:min(380px,100vw - 32px);display:grid;position:fixed;bottom:20px;right:20px}.app-toast{border:1px solid #dbe6f2eb;border-left:4px solid var(--brand);pointer-events:auto;background:#fffffff7;border-radius:12px;grid-template-columns:auto minmax(0,1fr) auto;align-items:flex-start;gap:12px;padding:13px 14px;display:grid;box-shadow:0 18px 44px #14263d24}.app-toast strong{color:var(--ink);font-size:.88rem;font-weight:800;line-height:1.25;display:block}.app-toast p{color:var(--muted);margin:3px 0 0;font-size:.82rem;line-height:1.45}.app-toast-icon{width:28px;height:28px;color:var(--brand-dark);background:#0ea5e91c;border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.app-toast button{width:28px;height:28px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.app-toast button:hover{background:var(--surface-alt);color:var(--ink)}.app-toast--success{border-left-color:var(--success)}.app-toast--success .app-toast-icon{color:#047857;background:#10b9811f}.app-toast--error{border-left-color:#ef4444}.app-toast--error .app-toast-icon{color:#b91c1c;background:#ef44441f}.app-toast--warning{border-left-color:var(--amber)}.app-toast--warning .app-toast-icon{color:#b45309;background:#f59e0b21}.editorial-page{padding:var(--section-space) 0;background:radial-gradient(circle at 15% -5%,#7cbf391f,#0000 30%),radial-gradient(circle at 100% 0,#0ea5e914,#0000 32%),linear-gradient(#fff 0%,#f9fbfd 100%)}.editorial-page-shell{gap:28px;display:grid}.editorial-intro-sections,.editorial-subsection{gap:18px;display:grid}.editorial-subsection{border-bottom:1px solid #e4edf6;padding:.4rem 0 1.45rem;position:relative}.editorial-intro-sections .editorial-subsection:last-child{border-bottom:0;padding-bottom:0}.editorial-subsection h2{margin:0}.editorial-subsection p{margin:0;line-height:1.65}.editorial-highlights{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;padding:1.4rem 1.5rem;display:grid}.editorial-highlight{color:#34506f;align-items:center;gap:12px;font-weight:600;line-height:1.45;display:flex}.editorial-highlight i{color:var(--success);font-size:1rem}.editorial-content{gap:20px;display:grid}.editorial-section{padding:2rem 2.1rem}.editorial-section h2{letter-spacing:-.02em;margin:0 0 14px;font-family:Montserrat,ui-sans-serif,system-ui,sans-serif;font-size:clamp(1.25rem,2vw,1.6rem);line-height:1.15}.editorial-section h1{letter-spacing:-.03em;margin:0 0 14px;font-family:Montserrat,ui-sans-serif,system-ui,sans-serif;font-size:clamp(1.6rem,3vw,2.5rem);line-height:1.08}.editorial-section p{color:#5f7289;margin:0;line-height:1.7}.editorial-section p+p{margin-top:12px}.editorial-actions{justify-content:flex-start;display:flex}.editorial-faq{gap:20px;padding-top:18px;display:grid}.editorial-faq .section-heading.centered{margin-bottom:6px}.editorial-page--prime-cee-estimator .editorial-faq{width:min(900px,100%);margin-left:auto;margin-right:auto;padding-top:0}.editorial-page--prime-cee-estimator .editorial-faq .faq-item{box-shadow:none;background:#ffffffad;border-color:#d7e3efb8}.prime-cee-faq-section{background:radial-gradient(circle at 50% 0,#f0942614,#0000 34%),linear-gradient(#f6fafc 0%,#fff 100%);position:relative;overflow:hidden}.prime-cee-faq-section:before,.prime-cee-faq-section:after{content:"";filter:blur(18px);opacity:.52;pointer-events:none;border-radius:999px;position:absolute}.prime-cee-faq-section:before{background:radial-gradient(circle,#f0942624 0%,#f0942600 72%);width:240px;height:240px;top:76px;left:-76px}.prime-cee-faq-section:after{background:radial-gradient(circle,#29a9e01f 0%,#29a9e000 72%);width:220px;height:220px;bottom:52px;right:-64px}.prime-cee-faq-section .section-kicker{color:#f09426}.editorial-page--prime-cee-estimator{background:linear-gradient(#fff 0%,#f6fafc 100%);padding-top:0}.editorial-page--prime-cee-estimator .editorial-page-shell{gap:0}.prime-cee-page-section{width:100vw;padding:var(--section-space) 0;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);scroll-margin-top:110px}.editorial-page--prime-cee-estimator .final-cta-section{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding-top:clamp(56px,6vw,82px)}.prime-cee-section-shell{width:min(var(--content-width), calc(100% - 32px));margin-left:auto;margin-right:auto}.prime-cee-overview-section{background:radial-gradient(circle at 12% 18%,#29a9e012,#0000 20%),radial-gradient(circle at 88% 78%,#7fc2410f,#0000 18%),linear-gradient(#fff 0%,#fbfdff 100%);position:relative;overflow:hidden}.prime-cee-overview-section:before,.prime-cee-overview-section:after{content:"";filter:blur(18px);opacity:.52;pointer-events:none;border-radius:999px;position:absolute}.prime-cee-overview-section:before{background:radial-gradient(circle,#29a9e02e 0%,#29a9e000 72%);width:230px;height:230px;top:76px;right:-70px}.prime-cee-overview-section:after{background:radial-gradient(circle,#7fc24124 0%,#7fc24100 72%);width:260px;height:260px;bottom:48px;left:-90px}.prime-cee-overview-section .prime-cee-section-shell,.prime-cee-estimator-section .prime-cee-section-shell,.prime-cee-faq-section .prime-cee-section-shell{z-index:1;position:relative}.prime-cee-overview-section .section-heading.centered{max-width:980px;margin-bottom:clamp(44px,6vw,78px)}.prime-cee-overview-section .section-kicker{color:#29a9e0}.prime-cee-overview-section .section-heading h2{font-size:clamp(2.2rem,3.4vw,3.7rem);line-height:1.06}.prime-cee-overview-section .section-heading p{max-width:780px;margin-left:auto;margin-right:auto}.seo-hero-section{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}.seo-hero-section--prime-cee{background:radial-gradient(at 0 0,#7fc2411f 38%,#29a9e51f 72%)}.seo-hero-section--prime-cee .section-kicker{color:#29a9e0}.seo-hero-section--prime-cee .hero-copy h1{color:#12263f}.seo-hero-section--prime-cee .hero-copy h1 span{background:linear-gradient(135deg,#29a9e0 0%,#7fc241 100%);color:#0000;-webkit-background-clip:text;background-clip:text}.seo-hero-prime-cee-logo{pointer-events:none;justify-content:flex-end;align-items:center;width:min(34vw,420px);margin-left:auto;display:flex}.seo-hero-prime-cee-logo img{filter:drop-shadow(0 18px 34px #12263f1f);width:min(100%,360px);height:auto;display:block}.seo-hero-section--prime-cee .hero-benefits .benefit-pill{color:#2c4864}.seo-hero-section--prime-cee .hero-benefits .benefit-pill i{color:#10b981}.seo-hero-section--prime-cee .hero-backdrop img{object-position:54% 58%;opacity:.2}.editorial-page--prime-cee-estimator .editorial-intro-sections{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;padding:0}.editorial-page--prime-cee-estimator .editorial-subsection{background:#ffffffbd;border:1px solid #d7e3efc7;border-radius:24px;align-content:start;gap:18px;min-height:260px;padding:clamp(24px,3vw,34px);display:grid;position:relative;box-shadow:0 18px 42px #12314b0f}.editorial-page--prime-cee-estimator .editorial-subsection:before{content:"";background:linear-gradient(90deg,#29a9e0,#7fc241);border-radius:999px;width:42px;height:4px}.editorial-page--prime-cee-estimator .editorial-subsection h2{color:#12314b;font-size:clamp(1.15rem,1.5vw,1.35rem);line-height:1.18}.editorial-page--prime-cee-estimator .editorial-subsection p{color:#5f7289;font-size:.96rem;line-height:1.7}.prime-cee-estimator-section{background:radial-gradient(circle at 16% 18%,#fffc,#fff0 24%),radial-gradient(circle at 84% 68%,#29a9e014,#29a9e000 18%),#f3f5f8;position:relative;overflow:hidden}.prime-cee-estimator-section:before{content:"";width:100%;height:4px;margin-top:calc(var(--section-space) * -1);margin-bottom:calc(var(--section-space) - 4px);background:linear-gradient(90deg,#efbd1e 0%,#7fc241 47%,#2aaee8 100%);display:block}.prime-cee-estimator-section:after{content:"";filter:blur(18px);opacity:.52;pointer-events:none;background:radial-gradient(circle,#7fc24129 0%,#7fc24100 72%);border-radius:999px;width:260px;height:260px;position:absolute;bottom:80px;right:-82px}.prime-cee-estimator{gap:clamp(24px,3vw,34px);display:grid}.prime-cee-estimator-context{text-align:center;background:0 0;justify-items:center;gap:0;padding:0 0 clamp(30px,4vw,46px);display:grid}.prime-cee-estimator-context-copy{justify-items:center;gap:12px;max-width:760px;display:grid}.prime-cee-estimator-context-copy>span,.prime-cee-result-total span{letter-spacing:.08em;text-transform:uppercase;font-size:.76rem;font-weight:800}.prime-cee-estimator-context-copy>span{color:#7fc241}.prime-cee-result-total span{color:#29a9e0}.prime-cee-estimator-context-copy h3,.prime-cee-result-head h3{color:#12314b;letter-spacing:-.025em;margin:0;font-family:Montserrat,ui-sans-serif,system-ui,sans-serif}.prime-cee-estimator-context-copy h3{font-size:clamp(1.8rem,3.1vw,2.8rem);line-height:1.08}.prime-cee-estimator-context-copy p,.prime-cee-result-head p,.prime-cee-result-total small,.prime-cee-form-note{color:#5f7289;margin:0;line-height:1.6}.prime-cee-estimator-context-copy p{max-width:680px;font-size:1.02rem}.prime-cee-form{border-color:#d7e3efdb;border-radius:22px;gap:22px;padding:clamp(24px,4vw,36px);box-shadow:0 14px 36px #12314b0f}.prime-cee-form-grid{gap:22px}.prime-cee-form-section{border-bottom:1px solid #e7eef6;padding-bottom:20px}.prime-cee-form-section:last-child{border-bottom:0;padding-bottom:0}.prime-cee-units-row{background:#f8fbfd;border:1px solid #e2ebf4;border-radius:18px;grid-template-columns:minmax(180px,1fr) auto;align-items:center;padding:18px 20px}.prime-cee-units-row label{margin:0}.prime-cee-form-note{font-size:.9rem}.prime-cee-result{border-radius:26px;grid-template-columns:minmax(0,1fr) minmax(290px,.42fr);gap:0;padding:0;display:grid;overflow:hidden;box-shadow:0 20px 48px #12314b14}.prime-cee-result-main{background:#fff;gap:22px;padding:clamp(24px,4vw,38px);display:grid}.prime-cee-result-head{gap:10px;max-width:720px;display:grid}.prime-cee-result-head h3{font-size:clamp(1.55rem,3vw,2.35rem);line-height:1.08}.prime-cee-result-facts{background:#fff;border:1px solid #e2ebf4;border-radius:18px;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin:0;display:grid;overflow:hidden}.prime-cee-result-facts div{border-bottom:1px solid #e7eef6;border-right:1px solid #e7eef6;gap:5px;padding:14px 16px;display:grid}.prime-cee-result-facts div:nth-child(3n){border-right:0}.prime-cee-result-facts div:nth-last-child(-n+3){border-bottom:0}.prime-cee-result-facts dt{color:#6c8098;letter-spacing:.07em;text-transform:uppercase;font-size:.72rem;font-weight:750}.prime-cee-result-facts dd{color:#1f344b;margin:0;font-size:.94rem;font-weight:650;line-height:1.35}.prime-cee-result-total{background:linear-gradient(#29a9e014,#7fc2411a);border-left:1px solid #e2ebf4;align-content:start;gap:12px;padding:clamp(24px,3.2vw,34px);display:grid}.prime-cee-result-total strong{color:#10324a;letter-spacing:-.04em;font-family:Montserrat,ui-sans-serif,system-ui,sans-serif;font-size:clamp(2.2rem,4vw,3.4rem);line-height:1}.prime-cee-result-actions{gap:10px;margin-top:12px;display:grid}.prime-cee-result-actions .button{width:100%}.final-cta-section{background:radial-gradient(circle at top,#f59e0b1f,#0000 26%),radial-gradient(circle at 16% 78%,#29a9e014,#0000 22%),radial-gradient(circle at 86% 22%,#7fc24114,#0000 20%),linear-gradient(#fff 0%,#f9fbfd 100%);border-top:1px solid #dde7f1;position:relative;overflow:hidden}.final-cta-section:before{content:"";pointer-events:none;background:linear-gradient(90deg,#ffffff61 0%,#ffffff14 22%,#fff0 100%);position:absolute;inset:0}.final-cta-section:after{content:"";pointer-events:none;background:linear-gradient(90deg,#f2c11f00 0%,#f2c11fd9 18%,#7fc241d9 52%,#29a9e0d9 82%,#29a9e000 100%);border-radius:999px;width:min(420px,38%);height:3px;position:absolute;top:0;left:50%;transform:translate(-50%)}.final-cta-shell{z-index:1;gap:44px;display:grid;position:relative}.final-cta-heading{text-align:center;gap:14px;display:grid}.final-cta-heading h2{letter-spacing:-.035em;margin:0;font-family:Montserrat,ui-sans-serif,system-ui,sans-serif;font-size:clamp(2rem,3.8vw,3.2rem);line-height:1.06}.final-cta-heading h2 span{background:linear-gradient(135deg, var(--brand) 0%, #7ccf47 100%);color:#0000;-webkit-background-clip:text;background-clip:text}.final-cta-heading p{color:#5f7289;margin:0;font-size:1.02rem;line-height:1.7}.final-cta-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:28px;display:grid}.final-cta-item{grid-template-columns:auto 1fr;align-items:center;gap:16px;display:grid}.final-cta-icon{border-radius:18px;justify-content:center;align-items:center;width:62px;height:62px;font-size:1.5rem;display:inline-flex}.final-cta-item-call{color:#e4933c;background:#e4933c1f}.final-cta-item-delay{color:#29a9e0;background:#29a9e01f}.final-cta-item-safe{color:#7cbf39;background:#7cbf391f}.final-cta-copy{gap:4px;display:grid}.final-cta-copy h3{margin:0;font-family:Montserrat,ui-sans-serif,system-ui,sans-serif;font-size:1.05rem;line-height:1.12}.final-cta-copy p{color:#5f7289;margin:0;line-height:1.3}.cookie-consent{z-index:30;background:#0f182447;justify-content:center;align-items:flex-end;padding:24px;display:flex;position:fixed;inset:0}.cookie-consent-panel{background:#fffffffa;border:1px solid #dbe6f2;border-radius:24px;width:min(920px,100%);padding:28px;box-shadow:0 22px 50px #0f182429}.cookie-consent-kicker{color:var(--brand-dark);letter-spacing:.12em;text-transform:uppercase;margin:0 0 10px;font-size:.78rem;font-weight:800}.cookie-consent-copy h2{margin:0;font-family:Montserrat,ui-sans-serif,system-ui,sans-serif;font-size:clamp(1.35rem,2.2vw,1.85rem);line-height:1.08}.cookie-consent-copy p{color:#5f7289;margin:12px 0 0;line-height:1.6}.cookie-consent-legal{font-size:.88rem}.cookie-consent-legal a{color:var(--brand-dark);font-weight:700}.cookie-consent-options{gap:12px;margin-top:22px;display:grid}.cookie-option{background:#f8fafc;border:1px solid #dbe6f2;border-radius:18px;grid-template-columns:auto 1fr;align-items:start;gap:12px;padding:14px 16px;display:grid}.cookie-option input{width:16px;height:16px;accent-color:var(--brand);margin-top:3px}.cookie-option span{gap:4px;display:grid}.cookie-option strong{font-size:.98rem;line-height:1.2}.cookie-option small{color:#5f7289;font-size:.82rem;line-height:1.45}.cookie-option-locked{background:#f4f7fa}.cookie-consent-actions{flex-wrap:wrap;justify-content:flex-end;gap:12px;margin-top:22px;display:flex}.territory-gate{z-index:40;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f18248f;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.territory-gate-panel{text-align:center;background:#fffffff5;border:1px solid #ffffffb3;border-radius:28px;width:min(640px,100%);padding:36px;box-shadow:0 28px 80px #0f18242e}.territory-gate-logo{width:min(220px,100%);margin:0 auto 18px}.territory-gate-kicker{color:var(--brand-dark);letter-spacing:.14em;text-transform:uppercase;margin:0 0 12px;font-size:.82rem;font-weight:800}.territory-gate-panel h2{letter-spacing:-.03em;margin:0;font-family:Montserrat,ui-sans-serif,system-ui,sans-serif;font-size:clamp(1.35rem,2.2vw,1.75rem);line-height:1.04}.territory-gate-actions{flex-wrap:nowrap;justify-content:center;gap:14px;margin-top:26px;display:flex}.territory-gate-button{min-width:220px;min-height:196px;color:var(--ink);font:inherit;cursor:pointer;background:radial-gradient(circle at 50% 18%,#0ea5e914,#fff0 44%),#fffffffa;border:1px solid #d9e4ef;border-radius:24px;flex-direction:column;justify-content:center;align-items:center;padding:18px 20px 20px;display:flex;box-shadow:0 16px 28px #14263d14}.territory-gate-button:hover{transform:translateY(-2px);box-shadow:0 22px 34px #14263d1f}.territory-gate-visual{background:0 0;justify-content:center;align-items:center;width:100%;min-height:116px;display:flex}.territory-gate-map{object-fit:contain;filter:drop-shadow(0 10px 16px #29a9e024);width:min(136px,100%);height:auto;display:block}.territory-gate-label{letter-spacing:-.02em;justify-content:center;align-items:center;margin-top:14px;font-size:1.02rem;font-weight:700;display:inline-flex}a{color:inherit;text-decoration:none}img,video{max-width:100%;display:block}.shell{width:min(var(--content-width), calc(100% - 32px));margin:0 auto}.narrow-shell{width:min(920px,100% - 32px)}.topbar{z-index:20;background:#fffffff5;border-bottom:1px solid #e5e7eb;padding:0;position:sticky;top:0;box-shadow:0 10px 26px #14263d14,0 2px 8px #14263d0a}.topbar-inner{justify-content:center;align-items:center;gap:18px;min-height:108px;display:flex;position:relative}.topbar-shell{width:min(var(--content-width), calc(100% - 32px))}.topbar-main,.topbar-menu{align-items:center;gap:18px;display:flex}.topbar-main{flex-shrink:0;position:absolute;top:50%;left:0;transform:translateY(-50%)}.topbar-menu{flex:auto;grid-template-columns:1fr auto 1fr;justify-content:normal;width:100%;display:grid;position:static}.brandmark{flex-shrink:0;width:240px}.primary-nav{color:#596579;grid-column:2;align-items:center;gap:22px;font-size:.96rem;font-weight:600;display:flex}.topbar-actions{grid-column:3;justify-self:end;align-items:center;gap:12px;display:flex;position:static}.hamburger-button{cursor:pointer;background:#fff;border:1px solid #dbe6f2;border-radius:14px;width:48px;height:48px;padding:0;display:none}.hamburger-button span{background:var(--ink);border-radius:999px;width:20px;height:2px;margin:4px auto;display:block}.territory-switcher{color:#556478;min-height:46px;font:inherit;font-size:inherit;cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;gap:10px;padding:0;font-weight:600;display:inline-flex}.territory-switcher-mobile{display:none}.territory-switcher-icon{object-fit:contain;flex-shrink:0;width:45px;height:45px}.territory-switcher-placeholder{align-items:center;min-height:45px;display:inline-flex}.button{appearance:none;cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;gap:10px;padding:14px 24px;font-size:1rem;font-weight:700;transition:transform .2s,box-shadow .2s,background-color .2s,color .2s;display:inline-flex}.button:hover{transform:translateY(-1px)}.button:disabled,.button[aria-disabled=true]{cursor:not-allowed;opacity:.52;filter:grayscale(.18);box-shadow:none;transform:none}.button:disabled:hover,.button[aria-disabled=true]:hover{transform:none}.button:focus-visible{outline-offset:2px;outline:2px solid #29a9e059}.button.small{padding:14px 28px;font-size:.9rem}.button-primary{color:#fff;background:linear-gradient(135deg, var(--brand) 0%, var(--brand-dark) 100%);box-shadow:0 10px 24px #0ea5e938}.button-secondary{color:#5e6a7d;background:#fff;border:1px solid #d6deeb}main>section{padding:var(--section-space) 0}
.product-showcase-section{padding:var(--section-space) 0;background:#0f1824;position:relative;overflow:hidden}.aid-grid,.quote-grid{align-items:end;gap:0;display:grid}.hero-section{background:radial-gradient(at 0 0,#fdf6e9 44%,#29a9e51f 70%);align-items:center;min-height:calc(100vh - 108px);padding:0;display:flex;position:relative;overflow:hidden}.hero-section:before{content:"";z-index:1;background:#ffffff1c;position:absolute;inset:0}.hero-backdrop{z-index:0;position:absolute;inset:0}.hero-backdrop img{object-fit:cover;object-position:42% 62%;opacity:.18;width:165%;height:165%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(1.32)}.hero-shell{z-index:2;width:min(var(--content-width), calc(100% - 32px));box-sizing:border-box;justify-content:space-between;align-items:center;gap:32px;min-height:calc(100vh - 108px);margin-left:auto;margin-right:auto;padding-top:0;padding-bottom:0;display:flex;position:relative}.card-panel,.feature-card,.step-card,.plan-card,.faq-item,.quote-point,.media-card{border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);background:#fffffff0}.card-panel{padding:28px}.hero-copy{flex-direction:column;justify-content:center;gap:28px;width:48%;margin-right:0;padding:0;display:flex}.section-kicker{letter-spacing:.14em;text-transform:uppercase;color:var(--brand-dark);margin:0 0 12px;font-size:.8rem;font-weight:800;line-height:1.2}.section-heading .section-kicker{min-height:1.2em;font-size:.8rem;line-height:1.2;display:block}.hero-copy h1,.section-heading h2,.aid-copy h2,.quote-copy h2,.hero-offer h2,.brand-story h3,.product-card h3,.plan-card h3{letter-spacing:-.04em;margin:0;font-family:Montserrat,ui-sans-serif,system-ui,sans-serif;line-height:1.02}.hero-copy h1{max-width:none;margin:0;font-family:Montserrat,ui-sans-serif,system-ui,sans-serif;font-size:3rem;font-weight:700;line-height:1.02}.hero-copy h1 span{background:linear-gradient(135deg,#7fc241 0%,#22c7d8 46%,#0ea5e9 100%);color:#0000;-webkit-background-clip:text;background-clip:text}.quote-copy h2 span{background:linear-gradient(135deg, var(--brand) 0%, var(--teal) 100%);color:#0000;-webkit-background-clip:text;background-clip:text}.lead,.section-heading p:not(.section-kicker),.feature-card p,.step-card p,.brand-story p,.product-card p,.plan-card p,.aid-copy p,.faq-item p,.quote-copy p,.quote-point span{color:var(--muted);margin:0;line-height:1.7}.lead{color:#526276;max-width:none;margin-top:0;font-size:1rem;line-height:1.55}.hero-actions{flex-wrap:wrap;gap:16px;margin-top:0;display:flex}.hero-benefits{flex-wrap:wrap;justify-content:flex-start;gap:18px;margin-top:0;display:flex}.benefit-pill,.plan-chip,.offer-badge,.aid-badge,.offer-chip,.product-brand-media-badge{letter-spacing:.01em;border-radius:999px;justify-content:center;align-items:center;min-height:38px;padding:8px 14px;font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:.82rem;font-weight:700;line-height:1;display:inline-flex}.benefit-pill{color:#526276;min-height:auto;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;white-space:nowrap;background:0 0;border:0;border-radius:0;align-items:center;gap:8px;padding:0;font-size:.85rem;font-weight:500;display:inline-flex}.benefit-pill i{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff94;border:1px solid #ffffffc7;border-radius:999px;justify-content:center;align-items:center;width:34px;height:34px;font-size:1rem;display:inline-flex;box-shadow:0 10px 22px #0f172a14}.benefit-fast i{color:#facc15;border-color:#facc158f}.benefit-install i{color:#fb923c;border-color:#fb923c8f}.benefit-shield i{color:#84cc16;border-color:#84cc168f}.hero-offer{background:#ffffff5c;border:0;border-radius:1.65rem;flex-direction:column;justify-content:flex-start;width:52%;min-height:398px;margin:18px 0 82px;padding:1.175rem;display:flex;position:relative;overflow:hidden;transform:translateY(18px);box-shadow:0 26px 58px #155c852e,0 12px 34px #cafaff57}.hero-offer:after{content:"";z-index:1;background:linear-gradient(135deg,#0f172a57 0%,#0f172a38 36%,#0f172a1f 58%,#ffffff0f 100%);position:absolute;inset:0}.hero-offer>*{z-index:2;position:relative}.hero-offer-bg{object-fit:cover;object-position:62% center;z-index:0;width:100%;height:100%;position:absolute;inset:0;transform:scale(1.12)}.hero-offer-top{width:min(54%,350px);max-width:350px;margin:.65rem 0 0 .65rem;display:grid}.offer-eyebrow{color:#fff;letter-spacing:0;text-shadow:0 6px 18px #0f172a47;border-left:3px solid #23b9f2;margin:0;padding-left:14px;font-family:Montserrat,ui-sans-serif,system-ui,sans-serif;font-size:1.8rem;font-weight:700;line-height:1}.offer-eyebrow,.hero-path-preview{width:100%;max-width:none}.hero-offer h2{letter-spacing:0;color:#ffffffeb;text-shadow:0 6px 18px #0f172a3d;max-width:none;margin-top:14px;font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:.9rem;font-weight:600;line-height:1.4}.offer-price{letter-spacing:-.03em;color:#0000;background:linear-gradient(135deg,#21b8ff 0%,#1598df 52%,#045b9a 100%);-webkit-text-fill-color:transparent;filter:drop-shadow(0 2px 5px #045b9a24);text-shadow:none;-webkit-background-clip:text;background-clip:text;margin-top:0;font-size:1.9rem;font-weight:800;line-height:1.02;display:block}.offer-price-group-prime .offer-price{color:#0000;background:linear-gradient(135deg,#8fda41 0%,#64bd45 50%,#1f8f57 100%);-webkit-text-fill-color:transparent;filter:drop-shadow(0 2px 5px #1f8f5724);-webkit-background-clip:text;background-clip:text}.offer-price-prefix{letter-spacing:0;vertical-align:.08em;margin-right:.22em;font-size:.48em;font-weight:750;display:inline-block}.offer-price-amount{display:inline-block}.offer-price-row{grid-template-columns:repeat(2,minmax(0,1fr));align-items:end;gap:16px;display:grid}.offer-pricing{background:#fff;border:1px solid #fff;border-radius:8px;margin-top:34px;padding:18px 20px;box-shadow:0 18px 40px #0f172a29}.offer-price-group{gap:4px;min-height:100%;display:grid}.offer-price-label{color:#526276;letter-spacing:.06em;text-transform:uppercase;align-items:center;font-size:.72rem;font-weight:700;display:inline-flex}.offer-price-group-prime{border-left:1px solid #5262762e;padding-left:12px}.offer-price-note{color:#5b687d;white-space:normal;text-shadow:none;margin:0;font-size:.72rem;line-height:1.35}.offer-financing{color:#17324d;border-top:1px solid #e5edf5;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:10px;margin-top:14px;padding-top:13px;display:grid}.offer-financing>i{color:#078bc9;background:#eef9ff;border:1px solid #b8def3;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;font-size:.92rem;display:inline-flex}.offer-financing>div{gap:2px;min-width:0;display:grid}.offer-financing strong{font-size:.82rem;font-weight:700;line-height:1.25}.offer-financing span{color:#64748b;font-size:.64rem;line-height:1.3}.offer-summary{color:#ffffffe0;text-shadow:0 6px 18px #0f172a38;gap:12px;margin:24px 0 0 .65rem;padding:0;font-size:.92rem;line-height:1.35;list-style:none;display:grid}.hero-path-preview{gap:0;margin:18px 0 0;display:grid}.hero-path-step{color:#fff;text-shadow:0 6px 18px #0f172a38;grid-template-columns:30px minmax(0,1fr);align-items:center;gap:11px;min-height:46px;padding:7px 0;display:grid}.hero-path-step+.hero-path-step{border-top:1px solid #ffffff2e}.hero-path-step span{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#078bc94d;border:1px solid #a6e2ffb8;border-radius:999px;justify-content:center;align-items:center;width:28px;height:28px;font-size:.68rem;font-weight:800;display:inline-flex}.hero-path-step p{color:#ffffffeb;margin:0;font-size:.86rem;font-weight:600;line-height:1.3}.offer-summary li{padding-left:16px;position:relative}.offer-summary li:before{content:"";background:#7dd3fcf2;border-radius:999px;width:6px;height:6px;position:absolute;top:.52em;left:0;box-shadow:0 0 10px #38bdf866}.offer-chip{color:#2f7d32;background:#e8f7e8;border-radius:999px;padding:8px 14px;font-weight:500;position:absolute;top:22px;right:28px}.offer-more{color:#fff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff24;border-color:#ffffff6b;min-height:40px;padding:0 18px;box-shadow:0 8px 22px #0f172a1f}.offer-more:hover{background:#ffffff38;border-color:#ffffff9e}.section-heading{margin-bottom:28px}.section-heading.centered{text-align:center;max-width:760px;margin:0 auto 28px}.feature-section{padding:var(--section-space) 0;background:radial-gradient(circle at 12% 18%,#29a9e012,#0000 20%),radial-gradient(circle at 88% 78%,#7fc2410f,#0000 18%),linear-gradient(#fff 0%,#fbfdff 100%);position:relative;overflow:hidden}.feature-section:before,.feature-section:after{content:"";filter:blur(18px);opacity:.55;pointer-events:none;border-radius:999px;position:absolute}.feature-section:before{background:radial-gradient(circle,#29a9e02e 0%,#29a9e000 70%);width:220px;height:220px;top:72px;right:-60px}.feature-section:after{background:radial-gradient(circle,#7fc24124 0%,#7fc24100 72%);width:260px;height:260px;bottom:42px;left:-80px}.feature-section .shell{z-index:1;position:relative}.feature-section .section-heading.centered{max-width:1380px;margin-bottom:42px}.feature-section .section-kicker{color:#29a9e0;margin-bottom:18px}.feature-section .section-heading h2{letter-spacing:-.045em;font-size:clamp(2.5rem,3.5vw,3.9rem);line-height:1.06}.feature-section .section-heading p:not(.section-kicker){max-width:1240px;margin:18px auto 0;font-size:1.02rem;line-height:1.75}.process-section{padding:var(--section-space) 0;background:radial-gradient(circle at 18% 22%,#fffc,#fff0 24%),radial-gradient(circle at 84% 68%,#29a9e014,#29a9e000 18%),#f3f5f8;position:relative;overflow:hidden}.process-section:before{content:"";background:linear-gradient(90deg,#efbd1e 0%,#7fc241 47%,#2aaee8 100%);width:100%;height:4px;position:absolute;top:0;left:0}.process-section .section-heading.centered{max-width:1380px;margin-bottom:96px}.process-section .section-kicker{color:#7fc241;margin-bottom:18px}.process-section .section-heading h2{letter-spacing:-.045em;font-size:clamp(2.6rem,3.6vw,4rem);line-height:1.06}.process-section .section-heading p:not(.section-kicker){margin-top:18px;font-size:1rem}.section-heading h2,.aid-copy h2,.quote-copy h2{font-size:clamp(1.9rem,3vw,3.4rem)}.section-title-highlight{background:linear-gradient(135deg, var(--brand) 0%, #7ccf47 100%);color:#0000;-webkit-background-clip:text;background-clip:text;font-weight:700}.section-heading p:not(.section-kicker){margin-top:14px}.feature-grid,.steps-grid,.plans-grid{gap:18px;display:grid}.feature-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.feature-section .feature-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;max-width:1180px;margin:0 auto}.steps-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.process-section .steps-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:32px;max-width:1080px;margin:0 auto}.plans-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.feature-card,.step-card,.plan-card{padding:24px;position:relative}.process-section .step-card{min-height:0;box-shadow:none;background:#fff;border:1px solid #d5e0ec;border-radius:20px;flex-direction:column;padding:42px 30px 32px;display:flex}.feature-section .feature-card{min-height:0;box-shadow:none;background:#f8fafc;border:1px solid #d5e0ec;border-radius:20px;padding:22px 22px 24px}.feature-head{align-items:center;gap:12px;display:flex}.feature-card:hover,.step-card:hover,.plan-card:hover{transform:translateY(-3px)}.feature-section .feature-card:hover,.process-section .step-card:hover{transform:none}.feature-icon,.step-number{width:50px;height:50px;color:var(--brand-dark);background:linear-gradient(135deg,#e0f2fe 0%,#ecfeff 100%);border-radius:14px;justify-content:center;align-items:center;font-weight:800;display:inline-flex}.step-icon{color:#2fa7df;background:linear-gradient(135deg,#dcecf8 0%,#f7efd5 100%);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:56px;font-size:1.5rem;display:inline-flex}.step-icon i{justify-content:center;align-items:center;width:1.25em;height:1.25em;line-height:1;display:inline-flex}.step-head{align-items:flex-start;gap:18px;display:flex}.step-copy{min-width:0}.feature-section .feature-icon{color:#29a9e0;background:#deedf9;border-radius:14px;flex:0 0 64px;width:64px;min-width:64px;height:56px;font-size:1.5rem}.feature-section .feature-icon i{justify-content:center;align-items:center;width:1.25em;height:1.25em;line-height:1;display:inline-flex}.feature-section .feature-card-simple .feature-icon{color:#2fa7df;background:#ddebfa}.feature-section .feature-card-fast .feature-icon{color:#f2c11f;background:#f8efcd}.feature-section .feature-card-reliable .feature-icon{color:#f09426;background:#f4ecdf}.feature-section .feature-card-eco .feature-icon{color:#8bc53f;background:#e9f1df}.feature-card h3,.step-card h3{margin:16px 0 10px;font-family:Montserrat,ui-sans-serif,system-ui,sans-serif;font-size:1.2rem}.feature-section .feature-card h3{margin:0;font-size:1.18rem;line-height:1.2}.feature-section .feature-card p{margin:14px 0 0;font-size:.94rem;line-height:1.6}.step-number{color:#fff;letter-spacing:0;background:linear-gradient(135deg,#29a9e0 0%,#7fc241 100%);border-radius:999px;width:60px;height:30px;padding:0;font-size:.85rem;position:absolute;top:-18px;left:30px}.process-section .step-card h3{margin:0;font-size:1.35rem;line-height:1.2}.process-section .step-card p{margin:22px 0 0;font-size:.98rem;line-height:1.7}.centered-action{justify-content:center;margin-top:26px;display:flex}.process-section .centered-action{margin-top:50px}.product-showcase{background:#0f1824;padding:0;position:static;overflow:visible}.product-showcase:before{content:"";z-index:1;background:linear-gradient(90deg,#09111fb8 0%,#09111f8a 42%,#09111f4d 100%);position:absolute;inset:0}.product-showcase-bg{z-index:0;object-fit:cover;object-position:center center;transform-origin:50%;width:100%;min-width:100%;height:100%;min-height:100%;position:absolute;inset:0;transform:scale(1.01)}#produits .section-heading.centered{max-width:1460px;margin-bottom:var(--section-inner-space)}#produits .section-kicker{color:#f09426;margin-bottom:18px}#produits .section-heading h2{letter-spacing:-.045em;font-size:clamp(2.5rem,3.6vw,4rem);line-height:1.06}#produits .section-heading p:not(.section-kicker){max-width:1320px;margin:20px auto 0;font-size:1.02rem;line-height:1.72}.product-brand-card{margin-bottom:var(--section-inner-space);background:#fff;border:1px solid #eef2f7;border-radius:1.7rem;grid-template-columns:.92fr 1.08fr;align-items:stretch;gap:0;padding:0;display:grid;position:relative;overflow:hidden;box-shadow:0 18px 42px #14263d14}.product-brand-card:before{content:"";pointer-events:none;background:radial-gradient(circle at 8% 14%,#29a9e014,#0000 20%),linear-gradient(90deg,#ffffff38 0%,#fff0 38%);position:absolute;inset:0}.product-brand-copy{z-index:1;padding:2.6rem 2.7rem 2.6rem 2.9rem;position:relative}.aux-logo{width:min(200px,100%);margin-bottom:1rem}.product-brand-copy h3{letter-spacing:-.03em;margin:0;font-family:Montserrat,ui-sans-serif,system-ui,sans-serif;font-size:1.7rem;font-weight:700;line-height:1.12}.product-brand-copy p{color:#5b687d;max-width:none;margin:1.5rem 0 0;font-size:.99rem;line-height:1.62}.product-brand-visual{aspect-ratio:auto;background:0 0;border-radius:0;width:100%;height:100%;min-height:100%;position:relative;overflow:hidden}.product-brand-media-badge{z-index:2;color:var(--brand-dark);background:#ffffffeb;position:absolute;top:18px;left:18px;box-shadow:0 10px 20px #14263d1f}.product-brand-video-fallback,.product-brand-visual video{object-fit:cover;object-position:center center;width:100%;height:100%;position:absolute;inset:0}.product-brand-video-fallback{z-index:0}.product-brand-visual video{z-index:1;opacity:0;transition:opacity .18s}.product-brand-visual video.is-ready{opacity:1}.product-showcase .shell{z-index:2;position:relative}.product-stage{grid-template-columns:1fr;align-items:start;gap:44px;width:100%;display:grid}.product-power-card{background:#fff;border:1px solid #e7edf5;border-radius:8px;box-shadow:0 16px 36px #14263d12}.product-series-panel{color:#fff;gap:18px;max-width:860px;padding:0;display:grid}.product-series-kicker{color:#9bdcf8;letter-spacing:.12em;text-transform:uppercase;font-size:.76rem;font-weight:800;display:inline-flex}.product-series-panel h3,.product-power-heading h3{letter-spacing:-.03em;margin:0;font-family:Montserrat,ui-sans-serif,system-ui,sans-serif;font-weight:700}.product-power-heading h3,.product-series-panel h3{color:#fff}.product-series-panel h3{font-size:clamp(1.9rem,3vw,3.4rem);line-height:1.05}.product-series-panel p,.product-power-heading p,.product-power-card-body p{margin:0;line-height:1.6}.product-power-heading p,.product-power-card-body p{color:#5b687d}.product-series-panel p{color:#ffffffdb}.product-checks{gap:10px;margin:0;padding:0;list-style:none;display:grid}.product-checks li{color:#ffffffe6;padding-left:1.7rem;font-size:.97rem;line-height:1.48;position:relative}.product-checks li:before{content:"✓";color:#8bc53f;font-weight:800;position:absolute;top:0;left:0}.product-power-area{gap:30px;display:grid}.product-power-heading{grid-template-columns:minmax(0,.9fr) minmax(280px,.6fr);align-items:end;gap:18px;display:grid}.product-power-heading h3{margin-top:8px;font-size:clamp(1.65rem,2.2vw,2.4rem);line-height:1.08}.product-power-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;display:grid}.product-power-card{grid-template-columns:minmax(190px,.82fr) minmax(0,1.18fr);min-height:100%;display:grid;overflow:hidden}.product-power-card-media{background:#fff;border-right:1px solid #edf2f7;justify-content:center;align-items:center;min-height:252px;padding:18px 14px;display:flex;position:relative}.product-power-card-media img{aspect-ratio:1;object-fit:contain;width:100%;max-width:220px;max-height:220px}.product-power-missing-media{color:#708095;text-align:center;justify-content:center;align-items:center;min-height:156px;font-size:.82rem;font-weight:600;display:flex}.product-power-badges{flex-wrap:wrap;justify-content:space-between;gap:8px;display:flex}.product-power-badges span{color:#2f7d32;white-space:nowrap;background:#e8f7e8;border-radius:999px;justify-content:center;align-items:center;min-height:38px;padding:8px 14px;font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:.82rem;font-weight:500;line-height:1;display:inline-flex}.product-power-card-body{align-content:space-between;gap:16px;min-width:0;padding:22px 20px;display:grid}.product-power-card-head{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.product-power-card-head span{color:var(--brand-dark);letter-spacing:.08em;text-transform:uppercase;font-size:.74rem;font-weight:800;display:block}.product-power-price-row>div>span{color:#526276;letter-spacing:.07em;text-transform:uppercase;font-size:.76rem;font-weight:700;line-height:1.15;display:block}.product-power-price-row>div>span sup{margin-left:1px;font-size:.72em;line-height:0}.product-power-card-head h4{color:var(--ink);letter-spacing:0;margin:4px 0 0;font-family:Montserrat,ui-sans-serif,system-ui,sans-serif;font-size:1.05rem;line-height:1.22}.product-power-reference{color:#708095;text-overflow:ellipsis;white-space:nowrap;margin:8px 0 0;font-size:.82rem;line-height:1.4;overflow:hidden}.product-power-document-links{flex-wrap:wrap;gap:6px 12px;margin-top:8px;display:flex}.product-power-document-link{color:#526276;letter-spacing:0;text-transform:none;text-underline-offset:3px;font-size:.82rem;font-weight:400;line-height:1.4;text-decoration:underline;display:inline}.product-power-document-link:hover,.product-power-document-link:focus-visible{color:var(--brand-blue)}.product-power-document-link.is-disabled{color:#a2adbb;cursor:default;text-decoration:none}.product-power-price-row{border-top:1px solid #edf2f7;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding-top:12px;display:grid}.product-power-price-row div{min-width:0}.product-power-price-row strong{color:#1598df;letter-spacing:-.03em;flex-wrap:wrap;align-items:baseline;gap:.18em;margin-top:4px;font-family:Montserrat,ui-sans-serif,system-ui,sans-serif;font-size:1.26rem;font-weight:800;line-height:1.08;display:flex}.product-power-price-row div:nth-child(2) strong{color:#64bd45}.product-price-footnotes{color:#ffffffc2;gap:4px;margin-top:-12px;font-size:.76rem;line-height:1.35;display:grid}.product-price-footnotes p{margin:0}.product-price-prefix{color:inherit;letter-spacing:-.01em;text-transform:none;font-size:.68em;font-weight:700}.product-price-amount{color:inherit;text-transform:none;font-size:1em}.product-catalog-empty{color:#ffffffe0;background:#ffffff1a;border:1px solid #ffffff47;border-radius:8px;margin:0;padding:18px 20px;font-size:.95rem;line-height:1.5}.product-cta-panel{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1f;border:1px solid #ffffff47;border-radius:8px;justify-content:space-between;align-items:center;gap:22px;padding:18px 20px;display:flex}.product-installation-note{color:#ffffffe0;max-width:780px;margin:0;font-size:.92rem;line-height:1.6}.product-global-cta{flex:none}.bullet-list,.check-list{gap:10px;margin:18px 0 0;padding:0;list-style:none;display:grid}.bullet-list li,.check-list li{color:var(--ink);padding-left:18px;line-height:1.6;position:relative}.bullet-list li:before,.check-list li:before{content:"";background:linear-gradient(135deg, var(--brand), var(--teal));border-radius:50%;width:7px;height:7px;position:absolute;top:.7em;left:0}.product-brand-copy .bullet-list{gap:4px;margin-top:16px}.product-brand-copy .bullet-list li{color:#1f2f45;line-height:1.42}.product-brand-copy .bullet-list li:before{background:#5f7289;width:6px;height:6px;top:.78em}.alt-surface{padding:var(--section-space) 0;background:radial-gradient(circle at 10% 24%,#f1bf1f14,#0000 18%),radial-gradient(circle at 88% 72%,#29a9e00f,#0000 18%),linear-gradient(#fff 0%,#fbfdff 100%);position:relative;overflow:hidden}.alt-surface .shell{z-index:1;gap:var(--section-inner-space);flex-direction:column;display:flex;position:relative}.alt-surface .section-heading.centered{max-width:1460px;margin-bottom:0}.alt-surface .section-kicker{color:#f1bf1f}.alt-surface .plans-grid{grid-template-columns:repeat(2,minmax(0,460px));justify-content:center;align-items:stretch;gap:26px}.plan-card{flex-direction:column;gap:12px;display:flex}.alt-surface .plan-card{min-height:100%;box-shadow:none;background:#fff;border:1px solid #d6deeb;border-radius:20px;padding:26px 28px 28px;position:relative}.plan-card.highlighted{background:#fff;border-color:#f1bf1f;box-shadow:0 18px 34px #f1bf1f1f,0 10px 28px #29a9e012}.plan-card.highlighted:before{content:"";border-radius:inherit;z-index:0;pointer-events:none;background:radial-gradient(circle at 50% 100%,#f1bf1f38 0%,#f1bf1f1a 24%,#f1bf1f00 58%);position:absolute;inset:0}.alt-surface .plan-card>*{z-index:1;position:relative}.plan-card-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.plan-chip{color:#f1bf1f;background:#f1bf1f29;border:0;flex-shrink:0;width:fit-content;margin-bottom:0}.alt-surface .plan-card h3{margin:0;font-size:1.42rem;line-height:1.18}.alt-surface .plan-card>p{color:#5f7289;margin:4px 0 0;font-size:.98rem;line-height:1.45}.alt-surface .plan-card .bullet-list{gap:8px;margin-top:8px}.alt-surface .plan-card .bullet-list li{color:#5f7289;padding-left:20px;line-height:1.42}.alt-surface .plan-card .bullet-list li strong{color:#556478;font-weight:800}.alt-surface .plan-card .bullet-list li:before{background:#5f7289;width:6px;height:6px;top:.72em}.plan-price-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:auto;padding-top:8px;display:grid}.plan-price-block{gap:4px;display:grid}.plan-price-block.is-prime{border-left:1px solid #d6deeb;padding-left:10px}.plan-price-label{color:#556478;letter-spacing:.05em;text-transform:uppercase;font-size:.7rem;font-weight:700}.plan-price{letter-spacing:-.02em;color:var(--ink);margin:0;font-size:1.14rem;font-weight:800;line-height:1.15}.alt-surface .plan-card .plan-note{color:#7c8da2;margin:0;font-size:.7rem;line-height:1.32}.alt-surface .plan-card .plan-annual-fee{text-align:center;border-top:1px solid #e2eaf3;margin:auto 0 0;padding-top:12px}.alt-surface .plan-card .plan-annual-fee-label{color:#556478;letter-spacing:.06em;text-transform:uppercase;margin:0 0 4px;font-size:.7rem;font-weight:700;line-height:1.25}.alt-surface .plan-card .plan-annual-fee-value{color:#14263d;letter-spacing:-.03em;text-shadow:none;filter:none;-webkit-text-stroke:0;margin:0;font-family:Montserrat,ui-sans-serif,system-ui,sans-serif;font-size:2rem;font-weight:800;line-height:1.02}.alt-surface .plan-card .plan-annual-fee-value span{letter-spacing:0;color:#556478;margin-left:.42em;font-size:.76rem;font-weight:700;line-height:1.1;display:inline-block}.alt-surface .plan-card .plan-annual-fee-period{color:#7c8da2;margin:2px 0 0;font-size:.76rem;font-weight:400;line-height:1.25}.alt-surface .plan-card .button{width:min(100%,284px);min-height:44px;margin:18px auto 0;padding:12px 22px;font-size:.88rem}.alt-surface .plan-card .button-secondary{background:#fff;border-color:#d6deeb}.aid-section{width:100vw;padding:var(--section-space) 0;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);position:relative;overflow:hidden}.aid-section:before{content:"";z-index:1;background:radial-gradient(circle at 74% 48%,#7fc24138 0%,#7fc24100 28%),linear-gradient(90deg,#0b1b2bb8 0%,#0b1b2b61 45%,#0b1b2b2e 100%);position:absolute;inset:0}.aid-section-bg{z-index:0;object-fit:cover;object-position:center center;width:100%;height:100%;position:absolute;inset:0}.aid-section-cee-logo{z-index:2;pointer-events:none;justify-content:center;align-items:center;width:clamp(240px,28vw,420px);display:flex;position:absolute;top:50%;left:79%;transform:translate(-50%,-50%)}.aid-section-cee-logo img{object-fit:contain;filter:drop-shadow(0 18px 32px #09234429);width:100%;height:auto;display:block}.aid-stage{z-index:2;width:min(58%,920px);margin:0;position:relative}.aid-card{background:#fffffff7;border:1px solid #7fc24142;border-radius:1.7rem;box-shadow:0 18px 42px #0923441f,0 0 0 1px #7fc24114}.aid-card .section-heading{max-width:none}.aid-card .section-kicker{color:#7fc241}.aid-card .section-heading h2{font-size:clamp(2rem,3.1vw,2.7rem)}.aid-card .section-heading p+p{margin-top:14px}.aid-card-highlight{background:linear-gradient(135deg,#f6fcef 0%,#fbfef8 100%);border:1px solid #e1efd6;border-radius:20px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;margin-top:24px;padding:18px 20px;display:grid}.aid-card-highlight-main{gap:8px;display:grid}.aid-card-highlight-action{justify-content:flex-end;align-self:center;display:flex}.aid-card-highlight strong{letter-spacing:-.02em;color:#4f8d1f;font-size:1.45rem;line-height:1.15}.aid-card-highlight p{color:#5f7289;margin:0;line-height:1.5}.aid-card-highlight-action .button-primary{background:linear-gradient(135deg,#7fc241 0%,#5ea92e 100%);box-shadow:0 12px 26px #7fc2413d}.aid-orb{display:none}.aid-badge{color:#4f8d1f;background:#e8f7e8;border:0;width:fit-content;position:static}.aid-visual h3{margin:16px 0 0;font-family:Montserrat,ui-sans-serif,system-ui,sans-serif;font-size:clamp(2rem,4vw,3.4rem);line-height:1;position:relative}.check-list li:before{background:var(--success)}.faq-list{gap:14px;display:grid}.faq-item{padding:20px 22px}.faq-item summary{cursor:pointer;font-weight:700;list-style:none}.faq-item summary::-webkit-details-marker{display:none}.faq-item p{margin-top:14px}.quote-page{padding:var(--section-space) 0;position:relative;overflow:hidden}.quote-page:before{content:"";pointer-events:none;z-index:-1;background:radial-gradient(circle at 18% -10%,#29a9e01a,#0000 34%),radial-gradient(circle at 82% 0,#7fc2411a,#0000 34%),linear-gradient(#fff 0%,#f9fbfd 100%);position:absolute;inset:0}.quote-page-enriched{position:relative}.quote-page-enriched:after{content:"";filter:blur(1px);z-index:-1;background:radial-gradient(circle,#f1bf1f2b,#0000 70%);border-radius:50%;width:290px;height:290px;position:absolute;top:18%;left:-140px}.quote-page-shell{gap:32px;display:grid}.quote-page .section-heading{max-width:760px}.quote-page .section-heading h2 span{background:linear-gradient(135deg, var(--brand) 0%, #7ccf47 100%);color:#0000;-webkit-background-clip:text;background-clip:text}.quote-page .section-heading p{max-width:62ch}.quote-journey-timeline{grid-template-columns:repeat(var(--quote-step-count,3), minmax(0, 1fr));gap:12px;padding:8px 4px 0;display:grid;position:relative}.quote-journey-timeline:before{content:"";z-index:0;background:linear-gradient(90deg,#d8e4ef 0%,#c9d9e8 100%);height:2px;position:absolute;top:31px;left:39px;right:39px}.quote-journey-timeline:after{content:"";width:var(--quote-step-progress,0%);z-index:0;background:linear-gradient(90deg,#29a9e0 0%,#7fc241 100%);max-width:calc(100% - 78px);height:2px;transition:width .25s;position:absolute;top:31px;left:39px}.quote-journey-timeline-item{z-index:1;text-align:center;cursor:pointer;background:0 0;border:0;border-radius:0;justify-items:center;gap:10px;padding:0;transition:transform .2s;display:grid;position:relative}.quote-journey-timeline-item.is-current,.quote-journey-timeline-item.is-complete{transform:translateY(-1px)}.quote-journey-timeline-dot{color:#6b7f96;background:#fff;border:2px solid #d4e1ec;border-radius:999px;justify-content:center;align-items:center;width:48px;height:48px;font-size:.9rem;font-weight:800;transition:border-color .2s,background-color .2s,color .2s,box-shadow .2s;display:inline-flex;box-shadow:0 6px 14px #14263d0f}.quote-journey-timeline-dot.is-complete,.quote-journey-timeline-dot.is-current{color:#fff;background:linear-gradient(135deg,#29a9e0 0%,#7fc241 100%);border-color:#29a9e04d;box-shadow:0 10px 22px #29a9e033}.quote-journey-timeline-dot i{font-size:.95rem}.quote-journey-timeline-title{color:#5f7289;font-size:.95rem;line-height:1.2;display:block}.quote-journey-timeline-item.is-current .quote-journey-timeline-title,.quote-journey-timeline-item.is-complete .quote-journey-timeline-title{color:var(--ink)}.site-footer{background:linear-gradient(90deg,#f2c11f 0%,#7fc241 48%,#29a9e0 100%) top/100% 6px no-repeat,radial-gradient(circle at 100% 0,#29a9e014,#0000 30%),radial-gradient(circle at 0 100%,#7fc2410f,#0000 24%),linear-gradient(#fff 0% 100%);border-top:1px solid #d9e5f1;margin-top:0;padding:56px 0 28px}.site-footer-shell,.site-footer-meta-row,.site-footer-bottom{justify-content:space-between;align-items:flex-start;gap:32px;display:flex}.site-footer-shell{padding-bottom:28px}.site-footer-meta-row{align-items:flex-start;padding:0 0 28px}.site-footer-brand{max-width:360px}.site-footer-logo{display:inline-block}.site-footer-logo img{width:210px}.site-footer-brand p,.site-footer-bottom p{color:#4f6278;margin:14px 0 0;line-height:1.6}.site-footer-contact{gap:2px;margin-top:16px;display:grid}.site-footer-contact span{letter-spacing:.08em;text-transform:uppercase;color:#6c8098;font-size:.78rem;font-weight:700}.site-footer-contact a,.site-footer-column a{color:var(--ink);font-weight:600}.site-footer-meta-left{flex-wrap:wrap;align-items:flex-start;gap:16px 28px;display:flex}.site-footer-socials{flex-wrap:wrap;flex-shrink:0;justify-content:flex-end;gap:10px;margin-top:0;display:flex}.site-footer-social{color:#52667d;background:#ffffffe6;border:1px solid #d7e3ef;border-radius:999px;justify-content:center;align-items:center;width:42px;height:42px;text-decoration:none;transition:transform .2s,border-color .2s,color .2s,box-shadow .2s;display:inline-flex}.site-footer-social:hover{color:var(--brand-dark);border-color:#29a9e066;transform:translateY(-1px);box-shadow:0 10px 22px #29a9e01f}.site-footer-social i{font-size:1rem}.site-footer-links{flex:1;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;display:grid}.site-footer-column h3{margin:0;font-size:1rem;line-height:1.2}.site-footer-column ul{gap:10px;margin:14px 0 0;padding:0;list-style:none;display:grid}.site-footer-column a{color:#52667d;font-weight:500}.site-footer-bottom{border-top:1px solid #bfd1e2;align-items:center;padding-top:22px}.site-footer-bottom p{margin:0;font-size:.9rem}.quote-grid{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:start}.quote-grid-single{grid-template-columns:1fr}.quote-copy h2{max-width:10ch}.quote-copy p{max-width:58ch;margin-top:16px}.quote-points{gap:14px;margin-top:24px;display:grid}.quote-point{gap:4px;padding:18px 20px;display:grid}.quote-point strong{font-size:1rem}.quote-form{gap:16px;display:grid;position:relative;overflow:hidden}.quote-journey-form:before{display:none}.quote-confirmation{justify-items:start;gap:18px;padding:32px 34px;display:grid}.quote-confirmation-actions{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.quote-confirmation p{color:#5f7289;max-width:58ch;margin:0;line-height:1.65}.quote-summary-table-wrap{background:#fff;border:1px solid #dbe5ef;border-radius:18px;width:100%;overflow-x:auto}.quote-summary-table{border-collapse:collapse;width:100%;min-width:720px}.quote-summary-table th,.quote-summary-table td{text-align:left;vertical-align:top;border-bottom:1px solid #e6edf5;padding:14px 16px}.quote-summary-table th{color:#6c8098;letter-spacing:.08em;text-transform:uppercase;background:#f8fbff;font-size:.76rem;font-weight:800}.quote-summary-table td{color:#50657c;font-size:.92rem}.quote-summary-table tbody tr:last-child td{border-bottom:0}.quote-summary-table .is-numeric{text-align:right;white-space:nowrap}.quote-summary-table td strong,.quote-summary-totals strong{color:#172033}.quote-summary-table td span{color:#74869a;margin-top:4px;font-size:.82rem;line-height:1.45;display:block}.quote-summary-totals{background:#fff;border:1px solid #dbe5ef;border-radius:18px;width:min(100%,420px);margin-left:auto;display:grid;overflow:hidden}.quote-summary-totals div{color:#5f7289;border-bottom:1px solid #e6edf5;justify-content:space-between;gap:18px;padding:12px 16px;display:flex}.quote-summary-totals div:last-child{border-bottom:0}.quote-summary-total-due{background:linear-gradient(135deg,#29a9e014,#7fc2411a)}.quote-estimate-summary{grid-template-columns:minmax(220px,.82fr) minmax(0,1.18fr);gap:16px;width:100%;display:grid}.quote-estimate-main,.quote-estimate-summary dl{background:#fff;border:1px solid #dbe5ef;border-radius:18px;margin:0}.quote-estimate-main{align-content:center;gap:6px;padding:18px;display:grid}.quote-estimate-main span,.quote-estimate-summary dt{color:#6c8098;letter-spacing:.06em;text-transform:uppercase;font-size:.76rem;font-weight:750}.quote-estimate-main strong{color:#172033;font-size:clamp(1.8rem,4vw,2.65rem);line-height:1}.quote-estimate-main small{color:#5f7289;line-height:1.45}.quote-estimate-summary dl{grid-template-columns:repeat(2,minmax(0,1fr));display:grid;overflow:hidden}.quote-estimate-summary dl div{border-bottom:1px solid #e6edf5;border-right:1px solid #e6edf5;gap:5px;padding:14px 16px;display:grid}.quote-estimate-summary dl div:nth-child(2n){border-right:0}.quote-estimate-summary dl div:nth-last-child(-n+2){border-bottom:0}.quote-estimate-summary dd{color:#1f344b;margin:0;font-size:.95rem;font-weight:650;line-height:1.35}.quote-confirmation .quote-contract-note{color:#36536f;background:#29a9e014;border:1px solid #29a9e029;border-radius:14px;max-width:72ch;padding:12px 14px}.quote-result{background:#fff;border:1px solid #94a3b83d;border-radius:28px;grid-template-columns:minmax(0,1fr) minmax(310px,.42fr);justify-items:stretch;gap:0;width:min(100%,980px);padding:0;display:grid;overflow:hidden;box-shadow:0 22px 70px #1720331a}.quote-result-main{gap:20px;min-width:0;padding:clamp(24px,4vw,40px);display:grid}.quote-result-header{gap:8px;max-width:620px;display:grid}.quote-result-header>span,.quote-result-aside-head span{color:#29a9e0;letter-spacing:.08em;text-transform:uppercase;font-size:.78rem;font-weight:800}.quote-result-header h3{color:#172033;letter-spacing:0;margin:0;font-size:clamp(1.75rem,3.8vw,2.65rem);line-height:1.04}.quote-confirmation .quote-result-header p,.quote-result-aside-head p{color:#5f7289;max-width:none;margin:0;line-height:1.55}.quote-result .quote-estimate-main{background:linear-gradient(135deg,#29a9e01c,#7fc24121);border:0;border-radius:22px;margin:0}.quote-result .quote-estimate-main strong{color:#10324a;font-size:clamp(2.25rem,6vw,4rem)}.quote-estimate-facts{background:#fff;border:1px solid #e2ebf4;border-radius:20px;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;margin:0;display:grid;overflow:hidden}.quote-estimate-facts div{border-bottom:1px solid #e7eef6;border-right:1px solid #e7eef6;grid-template-columns:minmax(92px,.38fr) minmax(0,1fr);align-items:baseline;gap:14px;min-width:0;padding:13px 16px;display:grid}.quote-estimate-facts div:nth-child(2n){border-right:0}.quote-estimate-facts div:nth-last-child(-n+2){border-bottom:0}.quote-estimate-facts dt{color:#6c8098;letter-spacing:.06em;text-transform:uppercase;font-size:.75rem;font-weight:700}.quote-estimate-facts dd{color:#1f344b;min-width:0;margin:0;font-size:.92rem;font-weight:650;line-height:1.35}.quote-result-aside{background:#f7fafc;border-left:1px solid #e2ebf4;align-content:start;gap:18px;min-width:0;padding:clamp(22px,3vw,32px);display:grid}.quote-result-aside-head{gap:7px;display:grid}.quote-result-aside-head h4{color:#172033;margin:0;font-size:1.18rem;line-height:1.18}.quote-result .quote-contract-note{max-width:none;margin:0}.quote-result .quote-confirmation-actions{gap:10px;width:100%;display:grid}.quote-result .quote-confirmation-actions .button{width:100%}.quote-result-card{background:linear-gradient(135deg,#7fc24114,#29a9e014),#fffffff5;border:1px solid #d9e5f2;border-left:5px solid #7fc241}.quote-result-card.is-success{background:linear-gradient(135deg,#7fc2411f,#29a9e00f),#fffffff5;border-left-color:#7fc241}.quote-result-card.is-warning{background:linear-gradient(135deg,#f59e0b14,#29a9e014),#fffffff5;border-left-color:#f59e0b}.quote-estimation-form{gap:24px}.quote-estimation-result{grid-template-columns:minmax(0,1fr) minmax(260px,.55fr);align-items:stretch;gap:36px;display:grid}.quote-estimation-details{grid-template-columns:minmax(0,1fr);grid-template-areas:"rooms""material""service";align-content:start;gap:0;min-width:0;display:grid}.quote-estimation-detail-row{border-bottom:1px solid #e7eef6;gap:8px;padding:0 0 22px;display:grid}.quote-estimation-detail-row+.quote-estimation-detail-row{padding-top:22px}.quote-estimation-detail-row--rooms{grid-area:rooms;margin-bottom:22px}.quote-estimation-detail-row--material{grid-area:material}.quote-estimation-material-list{gap:10px;display:grid}.quote-estimation-material-item{grid-template-columns:minmax(0,1fr) 108px;align-items:center;gap:16px;display:grid}.quote-estimation-material-item img{object-fit:contain;width:108px;height:72px;display:block}.quote-estimation-material-item--no-photo{grid-template-columns:1fr}.quote-estimation-line-content,.quote-estimation-line-title strong{min-width:0}.quote-estimation-line-content{gap:4px;display:grid}.quote-estimation-line-title{align-items:center;gap:10px;min-width:0;display:flex}.quote-estimation-material-item b,.quote-estimation-service-item b,.quote-estimation-subscription-title b{color:#1e7da8;background:#2f9fd01f;border-radius:999px;flex:none;justify-content:center;align-items:center;min-width:42px;padding:5px 10px;font-size:.9rem;font-weight:850;line-height:1.2;display:inline-flex}.quote-estimation-material-item p{margin:0}.quote-estimation-service-list{gap:8px;display:grid}.quote-estimation-service-item{display:block}.quote-estimation-detail-row--service{grid-area:service}.quote-estimation-detail-row:last-child{border-bottom:0;padding-bottom:0}.quote-estimation-detail-row span{color:#6c8098;letter-spacing:.06em;text-transform:uppercase;font-size:.75rem;font-weight:700}.quote-estimation-detail-row strong{color:#1f344b;font-size:.98rem;line-height:1.3}.quote-estimation-detail-row p{color:#6c8098;margin:0;font-size:.86rem;line-height:1.45}.quote-estimation-side{align-content:stretch;align-self:stretch;gap:22px;min-width:0;padding-left:28px;display:grid}.quote-estimation-side .quote-estimate-facts{grid-template-columns:1fr}.quote-estimation-side .quote-estimate-facts div,.quote-estimation-side .quote-estimate-facts div:nth-child(2n),.quote-estimation-side .quote-estimate-facts div:nth-last-child(-n+2){border-bottom:1px solid #e7eef6;border-right:0}.quote-estimation-side .quote-estimate-facts div:last-child{border-bottom:0}.quote-estimation-totals{background:linear-gradient(135deg,#29a9e014,#7fc24114);border:1px solid #29a9e02e;border-radius:18px;grid-template-rows:auto minmax(72px,1fr) minmax(72px,1fr) minmax(96px,1.2fr);gap:0;height:100%;padding:16px 18px;display:grid}.quote-estimation-totals-note{color:#51677f;border-bottom:1px solid #29a9e029;margin:0;padding:0 0 16px;font-size:.84rem;line-height:1.45}.quote-estimation-totals div{color:#5f7289;justify-content:space-between;align-items:center;gap:18px;padding:14px 0;display:flex}.quote-estimation-totals span{font-size:.9rem}.quote-estimation-totals strong{color:#172033;white-space:nowrap;font-size:.95rem}.quote-estimation-totals .is-total{box-sizing:border-box;text-align:right;border-top:1px solid #29a9e033;justify-content:flex-end;place-self:stretch stretch;align-items:center;width:calc(100% + 36px);margin:10px -18px -16px;padding:20px 18px;display:flex}.quote-estimation-totals .quote-estimation-total-stack,.quote-estimation-subscription-total .quote-estimation-total-stack{color:inherit;text-align:right;justify-items:end;gap:6px;margin-left:auto;padding:0;display:grid}.quote-estimation-totals .is-total span,.quote-estimation-totals .is-total strong,.quote-estimation-subscription-total .is-total span,.quote-estimation-subscription-total .is-total strong{color:#10324a;font-weight:800}.quote-estimation-totals .is-total span,.quote-estimation-subscription-total .is-total span{letter-spacing:.08em;text-transform:uppercase;font-size:.72rem}.quote-estimation-totals .is-total strong,.quote-estimation-subscription-total .is-total strong{font-size:clamp(1.35rem,2.6vw,1.9rem);line-height:1}.quote-estimation-subscription-section{border-top:1px solid #e7eef6;border-bottom:1px solid #e7eef6;grid-template-columns:minmax(0,1fr) minmax(260px,.55fr);align-items:stretch;gap:36px;margin:26px 0 0;padding:22px 0;display:grid}.quote-estimation-subscription-heading{gap:6px;min-width:0;display:grid}.quote-estimation-subscription-heading span,.quote-estimation-subscription-total span{color:#29a9e0;letter-spacing:.08em;text-transform:uppercase;font-size:.72rem;font-weight:800}.quote-estimation-subscription-heading strong{color:#1f344b;font-size:1rem;line-height:1.3}.quote-estimation-subscription-heading p{color:#6c8098;max-width:720px;margin:0;font-size:.88rem;line-height:1.5}.quote-estimation-subscription-total{background:linear-gradient(135deg,#29a9e014,#7fc24114);border:1px solid #29a9e02e;border-radius:18px;justify-self:end;align-items:stretch;gap:0;width:calc(100% - 28px);height:100%;padding:16px 18px;display:grid}.quote-estimation-subscription-total div{color:#5f7289;text-align:right;align-content:center;justify-items:end;gap:6px;padding:14px 0;display:grid}.quote-estimation-subscription-total strong{color:#1f344b;white-space:nowrap;font-size:1.08rem;line-height:1.2}.quote-estimation-subscription-total small{color:#6c8098;font-size:.76rem;line-height:1.35}.quote-estimation-subscription-total .is-total{box-sizing:border-box;border-top:0;border-radius:0;justify-content:flex-end;place-self:stretch stretch;align-items:center;width:calc(100% + 36px);margin:-16px -18px;padding:20px 18px;display:flex}.quote-estimation-next-action{background:0 0;gap:14px;padding:24px 0 0;display:grid}.quote-estimation-next-action>div{gap:6px;display:grid}.quote-estimation-next-action span{color:#29a9e0;letter-spacing:.08em;text-transform:uppercase;font-size:.76rem;font-weight:800}.quote-estimation-next-action h4{color:#172033;margin:0;font-size:1.15rem;line-height:1.2}.quote-estimation-next-action p{color:#5f7289;margin:0;line-height:1.55}.quote-estimation-form .quote-contract-note{color:#36536f;background:0 0;border:0;border-radius:0;max-width:none;padding:0}.quote-estimation-form .quote-confirmation-actions{justify-content:flex-end}.quote-finalization-screen,.quote-finalization-panel{gap:22px;display:grid}.quote-finalization-panel{border-top:1px solid #e7eef6;margin-top:8px;padding-top:28px}.quote-finalization-head{gap:8px;max-width:780px;display:grid}.quote-finalization-head span,.quote-installer-choice-head span{color:#29a9e0;letter-spacing:.06em;text-transform:uppercase;font-size:.74rem;font-weight:700}.quote-finalization-head h3,.quote-finalization-head h4{color:#12314b;align-items:center;gap:10px;margin:0;font-size:clamp(1.15rem,2vw,1.45rem);display:flex}.quote-finalization-head p,.quote-finalization-note,.quote-finalization-success p{color:#5f7289;margin:0;line-height:1.55}.quote-finalization-grid{grid-template-columns:minmax(0,.95fr) minmax(280px,1fr);align-items:start;gap:28px;display:grid}.quote-finalization-fields{gap:9px;display:grid}.quote-finalization-fields label{color:#52667d;font-size:.86rem}.quote-finalization-fields input{color:#12314b;width:100%;font:inherit;background:#fff;border:1px solid #d9e4ef;border-radius:10px;padding:12px 14px}.quote-address-suggestion-panel{background:#f8fbfdf0;border:1px solid #d9e4efc7;border-radius:12px;gap:6px;margin:-2px 0 4px;padding:8px;display:grid}.quote-address-suggestion-panel button{color:#12314b;text-align:left;cursor:pointer;background:#fff;border:0;border-radius:9px;gap:2px;width:100%;padding:9px 10px;transition:box-shadow .18s,transform .18s;display:grid;box-shadow:inset 0 0 0 1px #d9e4efdb}.quote-address-suggestion-panel button:hover,.quote-address-suggestion-panel button:focus-visible{outline:none;transform:translateY(-1px);box-shadow:inset 0 0 0 1px #29a9e073}.quote-address-suggestion-panel strong{font-size:.84rem;font-weight:700;line-height:1.3}.quote-address-suggestion-panel button span,.quote-address-search-state{color:#6c8098;font-size:.76rem;line-height:1.35}.quote-address-search-state{align-items:center;gap:8px;padding:6px 4px;display:inline-flex}.quote-address-search-state--error{color:#b42318}.quote-installer-choice{gap:14px;display:grid}.quote-installer-choice-head{justify-content:space-between;align-items:center;gap:16px;display:flex}.quote-installer-choice-head strong{color:#12314b;font-size:.95rem}.quote-installer-list{gap:10px;display:grid}.quote-installer-card{color:#12314b;cursor:pointer;text-align:left;background:#fff;border:1px solid #dfe9f3;border-radius:12px;align-items:center;gap:14px;width:100%;padding:13px 14px;transition:border-color .2s,box-shadow .2s,transform .2s;display:flex}.quote-installer-logo{color:#12314b;background:#fff;border-radius:12px;flex:none;justify-content:center;align-items:center;width:48px;height:48px;font-size:.8rem;font-weight:800;display:inline-flex;overflow:hidden;box-shadow:0 0 0 1px #94a3b833}.quote-installer-logo img{object-fit:contain;width:calc(100% - 8px);height:calc(100% - 8px)}.quote-installer-main{gap:3px;min-width:0;display:grid}.quote-installer-card:hover,.quote-installer-card.is-selected{border-color:#29a9e08c;transform:translateY(-1px);box-shadow:0 12px 28px #12314b14}.quote-installer-card strong{font-size:.95rem}.quote-installer-card small,.quote-installer-meta{color:#6c8098;font-size:.8rem}.quote-installer-meta{white-space:nowrap;margin-left:auto}.quote-inline-loader{color:#5f7289;align-items:center;gap:10px;min-height:52px;display:flex}.quote-inline-loader .spinner{border:2px solid #29a9e02e;border-top-color:#29a9e0;border-radius:999px;width:18px;height:18px;animation:.8s linear infinite quote-spinner}.quote-finalization-success{gap:24px;padding-top:4px;display:grid}.quote-finalization-success strong{color:#12314b}.quote-finalization-success-head{display:block}.quote-finalization-success-head>div{gap:6px;max-width:760px;display:grid}.quote-finalization-summary{background:#dce8f3;border:1px solid #dce8f3;border-radius:16px;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;display:grid;overflow:hidden}.quote-finalization-summary div{background:#ffffffeb;border-right:0;gap:5px;padding:18px;display:grid}.quote-finalization-summary div+div{border-left:1px solid #e7eef6}.quote-finalization-summary span,.quote-finalization-next-steps>span{color:#29a9e0;letter-spacing:.07em;text-transform:uppercase;font-size:.72rem;font-weight:800}.quote-finalization-summary strong{color:#12314b;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:.92rem;line-height:1.25;overflow:hidden}.quote-finalization-next-steps{gap:14px;padding-top:4px;display:grid}.quote-finalization-next-step-grid{border-top:1px solid #dce8f3;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;display:grid}.quote-finalization-next-step{min-height:0;box-shadow:none;background:0 0;align-content:start;gap:8px;padding:18px 18px 0 0;display:grid}.quote-finalization-next-step i{color:#1388bd;background:#29a9e01a;border:1px solid #29a9e061;border-radius:999px;place-items:center;width:30px;height:30px;font-size:.78rem;font-style:normal;font-weight:850;display:inline-grid}.quote-finalization-next-step strong{color:#12314b;font-size:.92rem;line-height:1.25}.quote-finalization-next-step p{color:#5f7289;margin:0;font-size:.84rem;line-height:1.45}.quote-finalization-success .quote-confirmation-actions{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.quote-finalization-success .quote-confirmation-actions p{color:#5f7289;max-width:420px;margin:0;font-size:.88rem;line-height:1.45}@keyframes quote-spinner{to{transform:rotate(360deg)}}.quote-result-badge{letter-spacing:.05em;text-transform:uppercase;border-radius:999px;justify-content:center;align-items:center;width:fit-content;padding:6px 12px;font-size:.76rem;font-weight:700;display:inline-flex}.quote-result-badge.is-success{color:#0f6840;background:#10b98124}.quote-result-badge.is-warning{color:#b45309;background:#f59e0b29}.quote-form-head{gap:8px;display:grid}.quote-result-success h3,.quote-result-success p{color:#1f8f43}.quote-result-warning h3,.quote-result-warning p{color:#db7a12}.quote-form-step{letter-spacing:.06em;text-transform:uppercase;color:#6c8098;font-size:.8rem;font-weight:700}.quote-form-head h3{letter-spacing:-.02em;margin:0;font-family:Montserrat,ui-sans-serif,system-ui,sans-serif;font-size:1.45rem;line-height:1.15}.quote-form-head p{color:#5f7289;margin:0;line-height:1.6}.quote-form-fields{gap:16px;display:grid}.form-choice-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;display:grid}.form-choice-grid.has-error .choice-card{border-color:#dc354547}.form-pack-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.choice-card{text-align:left;background:#fff;border:1px solid #d7e3ef;border-radius:18px;grid-template-columns:auto 1fr;align-items:center;gap:12px;padding:14px;transition:border-color .2s,box-shadow .2s,transform .2s;display:grid;position:relative}.choice-card:hover{border-color:#29a9e059;transform:translateY(-1px)}.choice-card.active{background:linear-gradient(#fff 0%,#fffdf7 100%);border-width:2px;border-color:#f1bf1fe6;box-shadow:0 0 0 2px #f1bf1f24,0 12px 24px #f1bf1f1f}.pack-choice-card{background:#fff;border-radius:22px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:14px;padding:18px;box-shadow:0 14px 28px #14263d0f}.pack-choice-card.highlighted{background:radial-gradient(circle at 100% 0,#f1bf1f1a,#0000 34%),linear-gradient(#fff 0%,#fffdf7 100%);border-color:#f1bf1f8c;box-shadow:0 16px 30px #f1bf1f14,0 10px 24px #14263d0d}.pack-choice-card.active,.pack-choice-card.active.highlighted{background:linear-gradient(#fff 0%,#fffdf7 100%);border-width:2px;border-color:#f1bf1fe6;box-shadow:0 0 0 2px #f1bf1f24,0 12px 24px #f1bf1f1f}.pack-choice-card .choice-card-icon{border-radius:18px;width:58px;height:58px}.pack-choice-card .choice-card-copy{gap:6px;padding-right:56px}.pack-choice-card .choice-card-copy strong{letter-spacing:-.02em;color:var(--ink);font-family:Montserrat,ui-sans-serif,system-ui,sans-serif;font-size:1.08rem;line-height:1.15}.pack-choice-card .choice-card-copy span{font-size:.88rem;line-height:1.4}.pack-choice-badge{color:#f1bf1f;background:#f1bf1f29;border-radius:999px;padding:6px 10px;font-size:.72rem;font-weight:600;line-height:1;position:absolute;top:14px;right:14px}.choice-card-icon{color:#2fa7df;background:linear-gradient(135deg,#dcecf8 0%,#f7efd5 100%);border-radius:16px;justify-content:center;align-items:center;width:52px;height:52px;font-size:1.35rem;display:inline-flex}.choice-card-copy{gap:3px;display:grid}.choice-card-copy strong{font-size:.98rem;line-height:1.2}.choice-card-copy span{color:#6b7f96;font-size:.82rem;line-height:1.35}.form-row{gap:8px;display:grid}.form-row label{font-size:.9rem;font-weight:700}.form-required{color:#f1bf1f}.form-row input,.form-row textarea,.form-row select{border:1px solid var(--line);width:100%;font:inherit;color:var(--ink);background:#fff;border-radius:16px;padding:14px 16px}.form-row input[type=checkbox]{width:16px;padding:0}.quote-unit-destinations{border-top:1px solid var(--line);gap:14px;padding-top:18px;display:grid}.quote-unit-destinations-head{gap:4px;display:grid}.quote-unit-destinations-head strong{color:var(--ink);font-size:.98rem}.quote-unit-destinations-head span{color:#6b7f96;font-size:.84rem}.quote-unit-destinations-grid{gap:12px;display:grid}.quote-unit-destination-row{grid-template-columns:minmax(92px,.3fr) minmax(180px,1fr) minmax(128px,.42fr);align-items:center;gap:10px;display:grid}.quote-unit-destination-row label{color:#53677f;font-size:.84rem;font-weight:600}.quote-unit-destination-row input,.quote-unit-destination-row select{border:1px solid var(--line);width:100%;font:inherit;color:var(--ink);background:#fff;border-radius:14px;padding:12px 14px}.quote-unit-destination-row .form-error,.quote-unit-destination-other{grid-column:2/-1}.form-row .checkbox-row{color:var(--color-muted);letter-spacing:0;text-transform:none;align-items:center;gap:.55rem;font-size:.86rem;font-weight:500;display:flex}.form-row .checkbox-row input[type=checkbox],.checkbox-row input[type=checkbox],.form-checkbox input[type=checkbox],.customer-signature-consent input[type=checkbox]{appearance:none;cursor:pointer;background:#fff;border:1.4px solid #b9c9d9;border-radius:3px;flex:0 0 16px;place-content:center;height:16px;margin:0;transition:background-color .18s,border-color .18s,box-shadow .18s;display:inline-grid;width:16px!important;padding:0!important}.form-row .checkbox-row input[type=checkbox]:before,.checkbox-row input[type=checkbox]:before,.form-checkbox input[type=checkbox]:before,.customer-signature-consent input[type=checkbox]:before{content:"";opacity:0;border-bottom:1.6px solid #fff;border-left:1.6px solid #fff;width:8px;height:5px;transition:opacity .18s;transform:rotate(-45deg)translate(1px,-1px)}.form-row .checkbox-row input[type=checkbox]:checked,.checkbox-row input[type=checkbox]:checked,.form-checkbox input[type=checkbox]:checked,.customer-signature-consent input[type=checkbox]:checked{background:#29a9e0;border-color:#29a9e0;box-shadow:0 0 0 3px #29a9e01f}.form-row .checkbox-row input[type=checkbox]:checked:before,.checkbox-row input[type=checkbox]:checked:before,.form-checkbox input[type=checkbox]:checked:before,.customer-signature-consent input[type=checkbox]:checked:before{opacity:1}.form-row .checkbox-row input[type=checkbox]:focus-visible,.checkbox-row input[type=checkbox]:focus-visible,.form-checkbox input[type=checkbox]:focus-visible,.customer-signature-consent input[type=checkbox]:focus-visible{outline:0;box-shadow:0 0 0 4px #29a9e02e}.form-row .checkbox-row input[type=checkbox]:disabled,.checkbox-row input[type=checkbox]:disabled,.form-checkbox input[type=checkbox]:disabled,.customer-signature-consent input[type=checkbox]:disabled{cursor:not-allowed;opacity:.72}.number-stepper{grid-template-columns:minmax(84px,110px) 52px 52px;justify-content:start;align-items:center;gap:10px;display:grid}.number-stepper-button{border:1px solid var(--line);min-height:52px;color:var(--ink);font:inherit;cursor:pointer;background:#fff;border-radius:16px;justify-content:center;align-items:center;font-size:1.3rem;font-weight:700;display:inline-flex}.number-stepper .form-row input,.number-stepper input{text-align:center;font-weight:700}.form-row input:invalid,.form-row textarea:invalid,.form-row select:invalid{border-color:#dc354552}.form-row textarea{resize:vertical}.form-checkbox{color:#5f7289;align-items:flex-start;gap:10px;margin-top:4px;line-height:1.45;display:flex}.form-checkbox input{margin-top:2px}.form-error{color:#c43647;margin:0;font-size:.78rem;line-height:1.35}.form-helper{color:#5b687d;margin:0;font-size:.92rem;font-weight:700;line-height:1.45}.quote-eligibility{border:1px solid #d7e3ef;border-radius:18px;gap:6px;padding:16px 18px;display:grid}.quote-eligibility strong{font-size:.98rem;line-height:1.25}.quote-eligibility p{color:#5f7289;margin:0;line-height:1.5}.quote-eligibility small{color:#7f8fa5;margin-top:-2px;font-size:.78rem;line-height:1.35}.quote-eligibility-checkbox{margin-top:8px}.quote-eligibility.eligible{background:linear-gradient(#7fc24114 0%,#fffffff0 100%);border-color:#7fc24159}.quote-eligibility.eligible strong{color:#2f7d32}.quote-eligibility.not-eligible{background:linear-gradient(#f59e0b14 0%,#fffffff0 100%);border-color:#f59e0b42}.quote-eligibility.not-eligible strong{color:#c26a07}.quote-form-actions{justify-content:space-between;align-items:center;gap:14px;margin-top:8px;display:flex}
.customer-portal-layout{grid-template-columns:minmax(280px,.78fr) minmax(0,1.22fr);align-items:start;gap:24px;display:grid}.customer-portal-layout.is-single{grid-template-columns:minmax(0,1fr)}.customer-portal-access{position:sticky;top:96px}.customer-portal-content,.customer-quote-list{gap:16px;display:grid}.customer-portal-summary{color:#5f7289;background:#fff;border:1px solid #d7e3ef;border-radius:999px;align-items:center;gap:12px;width:fit-content;padding:10px 16px;display:inline-flex}.customer-portal-summary span{color:#fff;background:linear-gradient(135deg,#29a9e0 0%,#7fc241 100%);border-radius:999px;justify-content:center;align-items:center;min-width:32px;height:32px;font-weight:800;display:inline-flex}.customer-portal-summary p,.customer-portal-message,.customer-empty-state p{margin:0}.customer-portal-message{border-radius:14px;padding:12px 14px;font-size:.9rem;line-height:1.45}.customer-portal-message.is-success{color:#176c3d;background:#7fc24124}.customer-portal-message.is-error{color:#b42336;background:#dc35451a}.customer-empty-state{gap:8px;display:grid}.customer-loading-state{color:#5f7289;justify-content:flex-start;align-items:center;gap:12px;min-height:76px;display:flex}.customer-loading-state strong{color:#17324d;font-size:.92rem;font-weight:650}.customer-empty-state p{color:#5f7289;line-height:1.6}.customer-profile-form{gap:22px;display:grid}.customer-profile-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.customer-quote-card,.customer-home-stack{gap:18px;display:grid}.customer-next-step-card{background:linear-gradient(135deg,#29a9e01a,#7fc24114),#fffffff5;border-color:#29a9e02e;justify-content:space-between;align-items:center;gap:24px;padding:clamp(22px,3vw,34px);display:flex}.customer-next-step-copy{gap:8px;display:grid}.customer-next-step-copy h3{color:var(--text-strong);margin:0;font-family:Montserrat,ui-sans-serif,system-ui,sans-serif;font-size:clamp(1.35rem,2.2vw,2rem);line-height:1.15}.customer-next-step-copy p{color:#5f7289;margin:0;font-size:1rem;line-height:1.55}.customer-dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.customer-dashboard-card{color:inherit;gap:10px;text-decoration:none;transition:transform .18s,border-color .18s,box-shadow .18s;display:grid}.customer-dashboard-card:hover{border-color:#29a9e057;transform:translateY(-2px);box-shadow:0 18px 42px #14263d1a}.customer-dashboard-card span{color:#fff;background:linear-gradient(135deg,#29a9e0 0%,#7fc241 100%);border-radius:16px;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.15rem;font-weight:900;display:inline-flex}.customer-dashboard-card strong{color:var(--text-strong);font-family:Montserrat,ui-sans-serif,system-ui,sans-serif;font-size:1.1rem}.customer-dashboard-card p{color:#5f7289;margin:0;line-height:1.55}.customer-dossier-list{gap:14px;display:grid}.customer-new-quote-action{justify-self:start}.customer-dossier-card{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:20px;padding:20px 22px;display:grid}.customer-dossier-main{gap:7px;min-width:0;display:grid}.customer-dossier-card-head{justify-content:space-between;align-items:center;gap:12px;min-width:0;display:flex}.customer-dossier-kind{color:#2f9fd0;letter-spacing:.12em;text-transform:uppercase;font-size:.74rem;font-weight:800}.customer-dossier-title{width:fit-content;color:var(--text-strong);font-family:Montserrat,ui-sans-serif,system-ui,sans-serif;font-size:1.18rem;font-weight:800;line-height:1.2;text-decoration:none}.customer-dossier-title:hover{color:#2f9fd0}.customer-dossier-card.is-quote-card{align-items:start}.customer-dossier-card.is-quote-card .customer-dossier-main{gap:10px}.customer-dossier-card.is-quote-card .customer-dossier-card-head{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:8px;display:flex}.customer-dossier-card.is-quote-card .customer-dossier-title{overflow-wrap:anywhere;min-width:0}.customer-dossier-card.is-quote-card .customer-dossier-side{align-self:end;min-width:150px}.customer-dossier-card.is-quote-card .customer-dossier-actions .button{white-space:nowrap;flex:1 1 0;width:auto}.customer-dossier-card.is-quote-card .customer-dossier-actions .button-secondary{flex:1.25 1 0;min-width:max-content}.customer-dossier-actions{justify-content:flex-end;gap:8px;width:100%;display:flex}.customer-dossier-card.is-quote-card .customer-dossier-meta{color:#5f7289;font-size:inherit;line-height:1.45}.customer-dossier-card.is-quote-card .customer-dossier-meta strong{color:inherit;font-weight:inherit}.customer-dossier-main p{color:#5f7289;margin:0;line-height:1.45}.customer-dossier-summary{color:#5f7289;flex-wrap:wrap;align-items:center;gap:8px;line-height:1.45;display:flex}.customer-dossier-summary>span:not(.customer-prime-cee-badge){align-items:center;display:inline-flex}.customer-dossier-summary>span:not(.customer-prime-cee-badge)+span:not(.customer-prime-cee-badge):before{content:"";background:#b7c6d6;border-radius:999px;width:4px;height:4px;margin-right:8px}.customer-prime-cee-badge{border-radius:999px;justify-content:center;align-items:center;width:fit-content;min-height:24px;padding:3px 9px;font-size:.74rem;font-weight:700;line-height:1;display:inline-flex}.customer-prime-cee-badge.is-active{color:#4b9f2d;background:#6dbe4524}.customer-prime-cee-badge.is-inactive{color:#8a9aab;background:#eef2f5;text-decoration:line-through;text-decoration-thickness:1.5px}.customer-dossier-meta{color:#72849a;flex-wrap:wrap;gap:8px;font-size:.84rem;display:flex}.customer-dossier-meta span,.customer-dossier-meta strong{align-items:center;gap:8px;display:inline-flex}.customer-dossier-meta strong{color:var(--text-strong);font-weight:800}.customer-dossier-meta span+span:before,.customer-dossier-meta strong+span:before{content:"";background:#b7c6d6;border-radius:999px;width:4px;height:4px}.customer-dossier-side{text-align:right;justify-items:end;gap:10px;min-width:220px;display:grid}.customer-dossier-side strong{color:var(--text-strong);font-size:.95rem;line-height:1.35}.customer-status-pill{color:#46576c;background:#57687b1f;border-radius:999px;align-items:center;width:fit-content;padding:6px 10px;font-size:.78rem;font-weight:800;display:inline-flex}.customer-status-pill--info{color:#176f9b;background:#29a9e01a}.customer-status-pill--progress{color:#285c9d;background:#2f79d01f}.customer-status-pill--warning{color:#9a5b00;background:#f59e0b29}.customer-status-pill--success{color:#1f7a46;background:#27ae6024}.customer-status-pill--danger{color:#a33232;background:#e04e4e1f}.customer-quote-review{gap:18px}.customer-quote-page-heading{justify-content:space-between;align-items:flex-end;gap:24px;padding:4px 0 10px;display:flex}.customer-quote-page-heading>div{gap:8px;min-width:0;display:grid}.customer-quote-page-heading h3{color:var(--text-strong);margin:0;font-family:Montserrat,ui-sans-serif,system-ui,sans-serif;font-size:clamp(1.55rem,2.4vw,2.15rem);line-height:1.12}.customer-quote-page-heading p{color:#5f7289;max-width:680px;margin:0;font-size:1rem;line-height:1.55}.customer-quote-sheet{background:#fff;border-color:#d7e3efeb;gap:0;padding:0;display:grid;overflow:visible}.customer-quote-sheet-header{background:linear-gradient(135deg,#29a9e014,#7fc2410d),#fff;border-bottom:1px solid #e3edf6;justify-content:space-between;align-items:flex-start;gap:24px;padding:clamp(24px,3vw,36px);display:flex}.customer-quote-sheet-header h3{color:var(--text-strong);margin:6px 0 8px;font-family:Montserrat,ui-sans-serif,system-ui,sans-serif;font-size:clamp(1.65rem,3vw,2.35rem);line-height:1.08}.customer-quote-sheet-header p{color:#5f7289;max-width:620px;margin:0;font-size:1rem;line-height:1.55}.customer-quote-sheet--detail{border-radius:22px}.customer-quote-sheet--detail .customer-quote-sheet-header{background:linear-gradient(135deg,#29a9e00f,#7fc24109),#fff;align-items:center;padding:clamp(20px,2.4vw,28px) clamp(22px,3vw,34px)}.customer-quote-sheet--detail .customer-quote-sheet-header>div{gap:7px;min-width:0;display:grid}.customer-quote-sheet--detail .customer-quote-sheet-header h3{margin:0;font-size:clamp(1.35rem,2.1vw,1.8rem)}.customer-quote-sheet--detail .customer-quote-sheet-header p{max-width:560px;font-size:.94rem}.customer-quote-sheet-layout{grid-template-columns:minmax(0,1fr) minmax(260px,330px);align-items:stretch;min-height:420px;display:grid}.customer-quote-sheet--detail .customer-quote-sheet-layout{grid-template-columns:minmax(0,1fr) minmax(270px,315px)}.customer-quote-sheet-main{gap:0;padding:8px clamp(24px,3vw,36px) clamp(24px,3vw,36px);display:grid}.customer-quote-sheet--detail .customer-quote-sheet-main{padding:4px clamp(22px,3vw,34px) clamp(22px,3vw,34px)}.customer-quote-section{border-bottom:1px solid #e8f0f7;gap:16px;padding:24px 0;display:grid}.customer-quote-section:last-child{border-bottom:0}.customer-quote-section-head{justify-content:space-between;align-items:baseline;gap:16px;display:flex}.customer-quote-section-head h4{color:var(--text-strong);margin:0;font-family:Montserrat,ui-sans-serif,system-ui,sans-serif;font-size:1.05rem;line-height:1.25}.customer-quote-section-head span{color:#5f7289;font-size:.84rem;font-weight:700}.customer-quote-lines{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 28px;margin:0;display:grid}.customer-quote-lines div{align-items:start;gap:7px;min-width:0;padding:13px 0;display:grid}.customer-quote-lines div.is-wide{grid-column:1/-1}.customer-quote-lines dt{color:#6b7f96;letter-spacing:.04em;text-transform:uppercase;margin:0;font-size:.77rem;font-weight:500}.customer-quote-lines dd{color:#17324d;overflow-wrap:anywhere;margin:0;font-size:.98rem;font-weight:650;line-height:1.35}.customer-quote-installation-grid{grid-template-columns:1fr;align-items:stretch;gap:18px;display:grid}.customer-quote-installation-grid .customer-quote-lines{grid-template-columns:repeat(2,minmax(0,1fr));align-content:start}.customer-installer-chip{align-items:center;gap:10px;min-width:0;display:inline-flex}.customer-installer-chip img,.customer-installer-chip>span{border-radius:8px;flex:none;width:42px;height:42px}.customer-installer-chip img{object-fit:contain;background:#fff;padding:4px;box-shadow:0 0 0 1px #94a3b833}.customer-installer-chip>span{color:#168fc7;background:#29a9e01f;justify-content:center;align-items:center;font-size:.76rem;font-weight:800;display:inline-flex}.customer-installer-chip strong{overflow-wrap:anywhere;min-width:0}.customer-quote-map-area{width:100%}.customer-quote-map-frame{border-radius:var(--admin-radius-sm,10px);background:#f3f4f6;width:100%;min-height:240px;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #94a3b82e}.customer-quote-map-frame .admin-leaflet-location-map{background:#f3f4f6;width:100%;height:100%;min-height:240px;position:relative;overflow:hidden}.customer-quote-map-frame .admin-leaflet-location-map__canvas{width:100%;height:240px}.customer-quote-map-frame .admin-leaflet-location-map .leaflet-container{z-index:0;background:#f3f4f6;width:100%;height:100%;font-family:inherit}.customer-quote-map-frame .admin-leaflet-location-map .leaflet-control-attribution{color:#64748b;font-size:.58rem}.customer-quote-map-frame .admin-leaflet-location-map__empty{z-index:2;color:#64748b;text-align:center;background:#ffffff85;place-items:center;padding:20px;font-size:.82rem;display:grid;position:absolute;inset:0}.customer-quote-map{border-radius:var(--admin-radius-sm,10px);background:#f3f4f6;border:0;width:100%;min-height:240px;box-shadow:inset 0 0 0 1px #94a3b82e}.customer-quote-map--empty{color:#6b7f96;filter:none;place-items:center;font-size:.9rem;font-weight:700;display:grid}.customer-quote-line-block{gap:12px;display:grid}.customer-quote-line-list{background:#fff;border:1px solid #e8f0f7;border-radius:18px;gap:0;display:grid;overflow:hidden}.customer-quote-line-list--document{overflow-x:auto}.customer-detail-section-head--nested{border-top:1px solid #e8f0f7;margin-top:22px;padding-top:20px}.customer-quote-line-header,.customer-quote-line-row{grid-template-columns:minmax(220px,1fr) 96px 56px 92px 70px minmax(104px,auto);align-items:center;gap:12px;min-width:760px;display:grid}.customer-quote-line-header{background:#f8fbfe;border-bottom:1px solid #e8f0f7;padding:10px 16px}.customer-quote-line-header span{color:#6b7f96;letter-spacing:.04em;text-transform:uppercase;font-size:.72rem;font-weight:700}.customer-quote-line-group{border-bottom:1px solid #eef4f9;min-width:760px;display:grid}.customer-quote-line-group:last-of-type{border-bottom:0}.customer-quote-line-group-title{color:#17324d;background:#29a9e014;padding:11px 16px;font-size:.86rem;font-weight:750}.customer-quote-line-row{border-bottom:1px solid #eef4f9;padding:12px 16px}.customer-quote-line-row:last-child{border-bottom:0}.customer-quote-line-list span{color:#6b7f96;font-size:.84rem;font-weight:600}.customer-quote-line-row span:first-child{gap:3px;min-width:0;display:grid}.customer-quote-line-list strong{color:#17324d;font-size:.93rem;font-weight:800}.customer-quote-line-list small{color:#6b7f96;font-size:.8rem;font-weight:600;line-height:1.35}.customer-quote-line-row>strong:last-child,.customer-quote-line-row>span:nth-child(4),.customer-quote-line-row>span:nth-child(6){white-space:nowrap;justify-self:end}.customer-quote-line-list p{color:#5f7289;margin:0;padding:16px;font-size:.9rem}.customer-quote-line-totals{border:1px solid #e8f0f7;border-radius:14px;justify-self:end;gap:0;width:min(100%,360px);min-width:280px;margin:0 0 0 auto;display:grid;overflow:hidden}.customer-quote-line-totals div{border-bottom:1px solid #eef4f9;justify-content:space-between;align-items:center;gap:16px;padding:9px 13px;display:flex}.customer-quote-line-totals div:last-child{border-bottom:0}.customer-quote-line-totals .is-total{background:#f8fbfe}.customer-quote-maintenance-section{gap:14px;display:grid}.customer-quote-maintenance-list{background:#fff;border:1px solid #e8f0f7;border-radius:18px;display:grid;overflow:hidden}.customer-quote-maintenance-header,.customer-quote-maintenance-row{grid-template-columns:minmax(220px,1fr) 56px 120px minmax(120px,auto);align-items:start;gap:12px;display:grid}.customer-quote-maintenance-header{background:#f8fbfe;border-bottom:1px solid #e8f0f7;padding:10px 16px}.customer-quote-maintenance-header span{color:#6b7f96;letter-spacing:.04em;text-transform:uppercase;font-size:.72rem;font-weight:700}.customer-quote-maintenance-row{border-bottom:1px solid #eef4f9;padding:13px 16px}.customer-quote-maintenance-row:last-child{border-bottom:0}.customer-quote-maintenance-row span{color:#6b7f96;font-size:.84rem;font-weight:650}.customer-quote-maintenance-row span:first-child{gap:3px;min-width:0;display:grid}.customer-quote-maintenance-row strong{color:#17324d;overflow-wrap:anywhere;font-size:.93rem;font-weight:750;line-height:1.4}.customer-quote-maintenance-row small{color:#6b7f96;font-size:.8rem;font-weight:600;line-height:1.35}.customer-quote-maintenance-row>strong:last-child,.customer-quote-maintenance-row>span:nth-child(3){white-space:nowrap;justify-self:end}.customer-quote-maintenance-total strong{justify-items:end;gap:3px;line-height:1.2;display:grid}.customer-quote-maintenance-total small{color:#6b7f96;white-space:nowrap;font-size:.78rem;font-weight:600}.customer-quote-summary-panel{border-radius:0 var(--radius) var(--radius) 0;background:#f8fbfe;border-left:1px solid #e3edf6;align-self:stretch;padding:clamp(24px,3vw,34px)}.customer-quote-sheet--detail .customer-quote-summary-panel{border-radius:0 22px 22px 0;padding:clamp(22px,2.6vw,30px)}.customer-quote-summary-sticky{flex-direction:column;gap:18px;max-height:calc(100vh - 174px);display:flex;position:sticky;top:150px;overflow:auto}.customer-quote-total-box{box-shadow:none;background:0 0;border-bottom:1px solid #dfeaf4;gap:8px;padding-bottom:20px;display:grid}.customer-quote-total-box span,.customer-quote-total-box small{color:#6b7f96;font-size:.82rem}.customer-quote-total-box strong{color:#12304c;font-family:Montserrat,ui-sans-serif,system-ui,sans-serif;font-size:clamp(1.75rem,2.6vw,2.35rem);line-height:1.05}.customer-quote-deposit-reminder{border-bottom:1px solid #dfeaf4;gap:8px;padding-bottom:18px;display:grid}.customer-quote-deposit-reminder div{justify-content:space-between;align-items:baseline;gap:14px;display:flex}.customer-quote-deposit-reminder span{color:#6b7f96;letter-spacing:0;text-transform:none;font-size:.82rem;font-weight:500}.customer-quote-deposit-reminder strong{color:#12304c;text-align:right;font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:.92rem;font-weight:600;line-height:1.35}.customer-quote-signature-callout{gap:12px;display:grid}.customer-quote-signature-callout--steps{padding-top:0}.customer-quote-signature-callout--steps .customer-installation-step-list{margin-top:2px}.customer-quote-signature-callout--steps .customer-installation-step-list li{padding:9px 0}.customer-quote-signature-callout--steps .customer-installation-step-list strong{font-size:.88rem}.customer-quote-signature-callout--action{border-top:1px solid #ddeaf4;padding-top:16px}.customer-quote-signature-callout strong{color:var(--text-strong);font-family:Montserrat,ui-sans-serif,system-ui,sans-serif;font-size:1.05rem}.customer-quote-signature-callout p{color:#5f7289;margin:0;font-size:.92rem;line-height:1.55}.customer-quote-signature-callout .button{width:100%}.customer-action-disabled-help{color:#64748b;width:100%;margin-top:-4px;font-size:.78rem;line-height:1.35;display:block}.customer-mobile-sticky-action,.customer-mobile-secondary-actions{display:none}.customer-table-panel,.customer-detail-stack{width:100%}.customer-table-scroll{width:100%;overflow-x:auto}.customer-data-table{border-collapse:collapse;width:100%;min-width:860px}.customer-data-table th,.customer-data-table td{text-align:left;vertical-align:middle;border-bottom:1px solid #e4edf6;padding:12px 14px}.customer-data-table th{color:#72849a;letter-spacing:.14em;text-transform:uppercase;font-size:.72rem;font-weight:900}.customer-data-table td{color:var(--text);font-size:.92rem}.customer-data-table td strong{color:var(--text-strong);font-weight:900;display:block}.customer-data-table td small{color:#72849a;margin-top:4px;font-size:.78rem;display:block}.customer-data-table tr:last-child td{border-bottom:0}.customer-data-table .is-numeric{text-align:right;white-space:nowrap}.customer-detail-stack{gap:16px;display:grid}.customer-detail-actions{justify-content:space-between;align-items:center;gap:14px;display:flex}.customer-detail-actions>div{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.customer-detail-panel,.customer-installation-workflow{gap:18px;display:grid}.customer-installation-workflow ol{grid-template-columns:repeat(auto-fit,minmax(135px,1fr));gap:10px;margin:0;padding:0;list-style:none;display:grid}.customer-installation-workflow li{color:#70839a;background:#f8fbfe;border:1px solid #dce8f4;border-radius:18px;gap:8px;min-height:96px;padding:14px;display:grid}.customer-installation-workflow li span{color:#5f7289;background:#e6eef7;border-radius:999px;justify-content:center;align-items:center;width:30px;height:30px;font-size:.8rem;font-weight:900;display:inline-flex}.customer-installation-workflow li strong{color:inherit;font-size:.92rem;line-height:1.25}.customer-installation-workflow li.is-done{color:#2f7d32;background:#7fc2411a;border-color:#7fc2415c}.customer-installation-workflow li.is-done span,.customer-installation-workflow li.is-current span{color:#fff;background:linear-gradient(135deg,#29a9e0 0%,#7fc241 100%)}.customer-installation-workflow li.is-current{color:#137aa5;background:#29a9e01a;border-color:#29a9e06b;box-shadow:0 14px 32px #14263d14}.customer-detail-head,.customer-detail-section-head{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.customer-detail-head h3,.customer-detail-section-head h3{color:var(--text-strong);margin:10px 0 0;font-family:Montserrat,ui-sans-serif,system-ui,sans-serif;font-size:1.2rem;line-height:1.2}.customer-detail-head time,.customer-detail-section-head span{color:#5f7289;white-space:nowrap;font-weight:900}.customer-quote-card-head{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.customer-quote-card-head h3{margin:10px 0 0;font-family:Montserrat,ui-sans-serif,system-ui,sans-serif;font-size:1.2rem;line-height:1.2}.customer-quote-card-head time{color:#6b7f96;flex-shrink:0;font-size:.86rem}.customer-quote-details{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:0;display:grid}.customer-quote-details--two{grid-template-columns:repeat(2,minmax(0,1fr))}.customer-quote-details div{background:#f9fbfd;border:1px solid #d7e3ef;border-radius:16px;min-width:0;padding:14px}.customer-quote-details dt{color:#6b7f96;letter-spacing:.06em;text-transform:uppercase;margin:0 0 6px;font-size:.75rem;font-weight:500}.customer-quote-details dd{color:var(--ink);overflow-wrap:anywhere;margin:0;font-size:.92rem;font-weight:700;line-height:1.35}.customer-documents{gap:12px;padding-top:4px;display:grid}.customer-signature-box{background:#f7fbff;border:1px solid #cfe0ee;border-radius:18px;gap:10px;padding:16px;display:grid}.customer-signature-box strong{color:var(--text-strong)}.customer-signature-box p,.customer-signature-box small{color:#6b7f96;margin:0;line-height:1.55}.customer-signature-box .button{width:fit-content}.customer-installation-review .customer-quote-page-heading h3{font-size:clamp(1.45rem,2.2vw,2rem)}.customer-installation-action-panel{gap:16px}.customer-section-note{color:#5f7289;margin:0;font-size:.92rem;line-height:1.55}.customer-document-list{background:#fff;border:1px solid #e8f0f7;border-radius:16px;gap:0;display:grid;overflow:hidden}.customer-document-row{border-bottom:1px solid #eef4f9;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:14px;padding:12px 14px;display:grid}.customer-document-row:last-child{border-bottom:0}.customer-document-row>span:first-child{gap:3px;min-width:0;display:grid}.customer-document-row strong{color:#17324d;font-size:.92rem;font-weight:750}.customer-document-row small,.customer-document-row>span:nth-child(2){color:#6b7f96;font-size:.82rem;font-weight:600}.customer-document-upload--flat{border-top:1px solid #e8f0f7;padding-top:16px}.customer-installation-step-list{gap:10px;margin:0;padding:0;list-style:none;display:grid}.customer-installation-step-list li{grid-template-columns:auto minmax(0,1fr);align-items:flex-start;gap:12px;padding:13px 0;display:grid}.customer-installation-step-list li+li{border-top:1px solid #eef4f9}.customer-installation-step-list li>span{background:#fff;border:2px solid #cddbea;border-radius:999px;width:13px;height:13px;margin-top:5px}.customer-installation-step-list li.is-current:not(.is-done)>span{background:#fff;border-color:#29a9e0;box-shadow:0 0 0 5px #29a9e01f}.customer-installation-step-list li.is-done>span{background:#7fc241;border-color:#7fc241}.customer-installation-step-list div{gap:3px;display:grid}.customer-installation-step-list strong{color:#17324d;font-size:.94rem;font-weight:750}.customer-installation-step-list small,.customer-quote-signature-callout small{color:#6b7f96;font-size:.84rem;line-height:1.45}.customer-modal-backdrop{z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0c1c2c75;place-items:center;padding:22px;display:grid;position:fixed;inset:0}.customer-modal{background:#fff;border-radius:24px;grid-template-rows:auto minmax(0,1fr) auto;width:min(100%,560px);max-height:min(720px,100vh - 44px);display:grid;overflow:hidden;box-shadow:0 24px 80px #0c1c2c42}.customer-modal-header{border-bottom:1px solid #e2ebf4;justify-content:space-between;align-items:center;gap:16px;padding:22px 24px;display:flex}.customer-modal-header h3{color:var(--text-strong);margin:4px 0 0;font-family:Montserrat,ui-sans-serif,system-ui,sans-serif;font-size:1.25rem}.customer-modal-close{color:#28445f;cursor:pointer;background:#edf4fa;border:0;border-radius:999px;justify-content:center;align-items:center;width:34px;height:34px;font-size:1.35rem;display:inline-flex}.customer-modal-body{gap:18px;min-height:0;padding:24px;display:grid;overflow:auto}.customer-modal-body--payment{gap:16px}.customer-modal-body p{color:#5f7289;margin:0;line-height:1.6}.customer-modal-highlight{background:#f6fbff;border:1px solid #d7e8f4;border-radius:16px;gap:6px;padding:16px 18px;display:grid}.customer-modal-highlight span{color:#5f7289;letter-spacing:.08em;text-transform:uppercase;font-size:.78rem;font-weight:800}.customer-modal-highlight strong{color:#12314b;font-family:Montserrat,ui-sans-serif,system-ui,sans-serif;font-size:1.08rem}.customer-checkout-error{color:#9f1239;background:#fff1f2eb;border:1px solid #be123c40;border-radius:14px;padding:12px 14px;font-weight:700;line-height:1.45}.customer-payment-page{min-height:100vh;color:var(--text-strong);background:radial-gradient(circle at 0 0,#29a9e01f,#0000 34rem),linear-gradient(#f8fbff 0%,#fff 56%);padding:22px 20px 56px}.customer-payment-header{justify-content:center;margin-bottom:14px;display:flex}.customer-payment-logo{justify-content:center;align-items:center;display:inline-flex}.customer-payment-logo img{width:min(190px,48vw);height:auto;display:block}.customer-payment-shell{gap:18px;width:min(100%,720px);margin:0 auto;display:grid}.customer-payment-intro{text-align:center;gap:8px;display:grid}.customer-payment-intro span,.customer-payment-complete span{color:#0d8fc5;letter-spacing:.12em;text-transform:uppercase;font-size:.78rem;font-weight:800}.customer-payment-intro h1{margin:0;font-family:Montserrat,ui-sans-serif,system-ui,sans-serif;font-size:clamp(2rem,5vw,3rem);line-height:1.04}.customer-payment-intro p{color:#61758d;width:min(100%,580px);margin:0 auto;font-size:1rem;line-height:1.6}.customer-payment-error,.customer-payment-complete{background:#fff;border:1px solid #dce8f2;border-radius:18px;box-shadow:0 18px 48px #12314b14}.customer-payment-error{color:#a02626;background:#fff7f7;border-color:#f3b4b4;padding:16px 18px;font-weight:700}.customer-payment-checkout-shell{min-height:620px;position:relative}.customer-payment-checkout{min-height:620px}.customer-payment-loading{z-index:1;color:#607083;background:#fffffff0;border-radius:18px;place-items:center;padding:24px;font-weight:800;display:grid;position:absolute;inset:0}.customer-payment-complete{text-align:center;justify-items:center;gap:14px;padding:28px;display:grid}.customer-payment-complete h2{max-width:520px;margin:0;font-family:Montserrat,ui-sans-serif,system-ui,sans-serif;font-size:clamp(1.45rem,4vw,2rem);line-height:1.18}.customer-payment-back{color:#536780;justify-self:center;font-weight:800;text-decoration:none}.customer-signature-consent{color:#40566e;grid-template-columns:auto minmax(0,1fr);align-items:flex-start;gap:12px;line-height:1.5;display:grid}.customer-signature-consent input[type=checkbox]{margin-top:2px}.customer-signature-preview{background:#29a9e00d;border:1px dashed #29a9e080;border-radius:18px;gap:8px;padding:18px;display:grid}.customer-signature-preview span{color:#6b7f96;letter-spacing:.08em;text-transform:uppercase;font-size:.78rem;font-weight:800}.customer-signature-preview strong{color:#12304c;min-height:34px;font-family:Montserrat,ui-sans-serif,system-ui,sans-serif;font-size:1.35rem;font-style:italic}.customer-signature-pad{gap:10px;display:grid}.customer-signature-pad-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.customer-signature-pad-head span{color:#40566e;font-size:.86rem}.customer-signature-canvas{cursor:crosshair;touch-action:none;background:linear-gradient(#fffffffa,#f8fcfffa),repeating-linear-gradient(0deg,#0000 0 31px,#29a9e014 32px);border:1px dashed #29a9e08c;border-radius:16px;width:100%;min-height:160px}.customer-signature-pad small{color:#6b7f96;line-height:1.45}.customer-modal-footer{background:#fff;border-top:1px solid #e2ebf4;grid-template-columns:1fr auto;justify-content:flex-end;align-items:center;gap:12px;padding:18px 24px 22px;display:grid}.customer-modal-primary-action{justify-items:end;gap:7px;max-width:330px;display:grid}.customer-modal-action-help{color:#6b7f96;text-align:left;grid-column:1/-1;width:100%;font-size:.78rem;line-height:1.35}.customer-documents-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.customer-documents-head span{min-width:30px;height:30px;color:var(--brand-dark);background:#29a9e01f;border-radius:999px;justify-content:center;align-items:center;font-weight:800;display:inline-flex}.customer-documents ul{gap:10px;margin:0;padding:0;list-style:none;display:grid}.customer-documents li{background:#fff;border:1px solid #d7e3ef;border-radius:16px;justify-content:space-between;align-items:center;gap:12px;padding:12px;display:flex}.customer-documents li>span{gap:3px;min-width:0;display:grid}.customer-documents small{color:#6b7f96;overflow-wrap:anywhere;line-height:1.35}.customer-documents p{color:#6b7f96;margin:0;line-height:1.5}.customer-document-upload{gap:12px;padding-top:6px;display:grid}.customer-document-upload-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.customer-document-upload-groups{gap:14px;display:grid}.customer-document-upload-group{gap:9px;display:grid}.customer-document-upload-group>strong{color:#12314b;font-size:.9rem}.customer-document-upload-grid .md-span-2{grid-column:1/-1}.customer-document-picker{background:#f9fbfd;border:1px solid #d7e3ef;border-radius:16px;gap:7px;min-width:0;padding:12px;display:grid}.customer-document-picker span{font-size:.88rem;font-weight:800}.customer-document-picker input{max-width:100%;font-size:.82rem}.customer-document-picker small{color:#6b7f96;overflow-wrap:anywhere;line-height:1.35}
.storefront-page{--storefront-content-width:var(--content-width);--storefront-section-space:clamp(56px, 7vw, 88px);--storefront-section-gap:clamp(22px, 3vw, 34px);--storefront-card-gap:clamp(14px, 2vw, 20px);color:#13263b;background:#fff;min-height:100vh;overflow-x:clip}.storefront-page--state{background:radial-gradient(circle at 42% 28%,#29a9e029,#0000 28%),radial-gradient(circle at 58% 38%,#7fc2411f,#0000 26%),linear-gradient(#f7fbff 0%,#fff 100%);place-items:center;padding:32px;display:grid}.storefront-state{text-align:center;background:#fff;border:1px solid #dbe6f2;border-radius:10px;justify-items:center;gap:22px;width:min(100%,640px);padding:40px;display:grid}.storefront-state-logo{width:min(220px,72vw);height:auto}.storefront-state span,.storefront-eyebrow,.storefront-section-head span{color:#0878aa;letter-spacing:.1em;text-transform:uppercase;font-size:.76rem;font-weight:900}.storefront-state h1,.storefront-hero h1,.storefront-section-head h2{color:#13263b;letter-spacing:0;margin:0}.storefront-state p{color:#60748a;margin:12px 0 0;line-height:1.55}.storefront-header{z-index:20;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff5;border-bottom:1px solid #dbe6f2;padding:14px 0;position:sticky;top:0}.storefront-header-inner{width:min(var(--storefront-content-width), calc(100% - 32px));grid-template-columns:minmax(0,1fr) auto auto auto;align-items:center;gap:24px;margin:0 auto;display:grid}.storefront-brand{color:#13263b;align-items:center;gap:12px;min-width:0;font-size:1rem;font-weight:900;text-decoration:none;display:inline-flex}.storefront-brand span:last-child{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.storefront-logo{object-fit:contain;background:#fff;border:1px solid #dbe6f2;border-radius:8px;flex:none;width:48px;height:48px;padding:5px}.storefront-logo--fallback{color:#0878aa;background:#e6f5fb;place-items:center;padding:0;display:inline-grid}.storefront-nav{align-items:center;gap:18px;display:flex}.storefront-nav a{color:#60748a;font-size:.86rem;font-weight:800;text-decoration:none}.storefront-header-cta{white-space:nowrap}.storefront-territory-select{color:#556478;justify-self:end;font-size:.92rem;position:relative}.storefront-territory-select select{min-width:116px;min-height:45px;color:inherit;font:inherit;appearance:none;cursor:pointer;background:0 0;border:0;outline:none;padding:0 22px 0 0;font-weight:600}.storefront-territory-select select:disabled{opacity:1;cursor:default}.storefront-territory-select i{color:#8b98a8;pointer-events:none;font-size:.68rem;position:absolute;right:0}.storefront-hero,.storefront-offer,.storefront-reviews{width:min(var(--storefront-content-width), calc(100% - 32px));margin:0 auto}.storefront-hero{grid-template-columns:minmax(0,1fr) minmax(280px,380px);align-items:center;gap:clamp(32px,6vw,86px);padding:clamp(56px,9vw,108px) 0 48px;display:grid}.storefront-hero-content{gap:18px;display:grid}.storefront-hero h1{max-width:820px;font-size:clamp(2.2rem,6vw,5.4rem);line-height:.94}.storefront-hero p{color:#60748a;max-width:670px;margin:0;font-size:clamp(1rem,1.5vw,1.22rem);line-height:1.65}.storefront-hero-actions{flex-wrap:wrap;gap:10px;margin-top:4px;display:flex}.storefront-facts{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.storefront-hero-badges{margin-top:0}.storefront-facts span{color:#345069;background:#fff;border:1px solid #cfe0ef;border-radius:999px;padding:7px 11px;font-size:.82rem;font-weight:800}.storefront-hero-card{background:#fff;border:1px solid #dbe6f2;border-radius:10px;gap:12px;padding:24px;display:grid;box-shadow:0 18px 40px #14263d14}.storefront-hero-logo{object-fit:contain;background:#fff;border:1px solid #dbe6f2;border-radius:10px;width:96px;height:96px;padding:8px}.storefront-hero-card strong{color:#13263b;font-size:1.35rem;line-height:1.2}.storefront-hero-card span,.storefront-hero-card p{color:#60748a;margin:0;font-size:.92rem;line-height:1.5}.storefront-offer,.storefront-reviews{padding:var(--storefront-section-space) 0;border-top:1px solid #dbe6f2}.storefront-offer-section{padding:var(--storefront-section-space) 0;background:#0f1824;border-top:1px solid #d9e5f1}.storefront-offer-section:after{content:"";z-index:4;pointer-events:none;background:linear-gradient(90deg,#f2c11f 0%,#7fc241 48%,#29a9e0 100%);height:6px;position:absolute;top:0;left:0;right:0}.storefront-offer-section .storefront-offer{border-top:0;width:100%;margin:0;padding:0}.storefront-series-panel{max-width:880px;margin-bottom:var(--storefront-section-gap)}.storefront-offer-section .storefront-series-panel{color:#fff}.storefront-series-panel .product-series-kicker{color:#0878aa}.storefront-offer-section .storefront-series-panel .product-series-kicker{color:#9bdcf8}.storefront-series-panel h2{color:#13263b;letter-spacing:0;margin:0;font-family:Montserrat,ui-sans-serif,system-ui,sans-serif;font-size:clamp(1.8rem,3vw,3.2rem);font-weight:700;line-height:1.06}.storefront-offer-section .storefront-series-panel h2{color:#fff}.storefront-series-panel p{color:#60748a;max-width:760px}.storefront-offer-section .storefront-series-panel p{color:#ffffffdb}.storefront-series-panel .product-checks{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;max-width:760px}.storefront-series-panel .product-checks li{color:#345069;min-width:0;padding-left:1.45rem;font-size:.9rem}.storefront-offer-section .storefront-series-panel .product-checks li{color:#ffffffe6}.storefront-offer-section .storefront-offer-footnotes,.storefront-offer-section .storefront-offer-state{color:#ffffffc2}.storefront-section-head{max-width:780px;margin-bottom:var(--storefront-section-gap);gap:8px;display:grid}.storefront-section-head h2{font-size:clamp(1.55rem,3vw,2.7rem);line-height:1.08}.storefront-section-head p{color:#60748a;margin:0;line-height:1.6}.storefront-product-grid,.storefront-review-grid{gap:var(--storefront-card-gap);display:grid}.storefront-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.storefront-review-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.storefront-review-card{background:#fff;border:1px solid #dbe6f2;border-radius:10px;gap:10px;min-width:0;padding:18px;display:grid}.storefront-product-card{background:#fff;border:1px solid #dbe6f2;border-radius:10px;grid-template-columns:minmax(180px,.8fr) minmax(0,1.2fr);min-width:0;display:grid;overflow:hidden;box-shadow:0 16px 34px #14263d0f}.storefront-product-media{background:#fff;border-right:1px solid #edf2f7;justify-content:center;align-items:center;min-height:236px;padding:18px 14px;display:flex;position:relative}.storefront-product-media img{object-fit:contain;width:100%;max-width:210px;max-height:204px}.storefront-product-badges{flex-wrap:wrap;justify-content:space-between;gap:8px;display:flex}.storefront-product-badges span{color:#2f7d32;white-space:nowrap;background:#e8f7e8;border-radius:999px;align-items:center;min-height:30px;padding:6px 10px;font-size:.72rem;font-weight:700;line-height:1;display:inline-flex}.storefront-product-missing-media{color:#708095;text-align:center;place-items:center;min-height:120px;font-size:.82rem;font-weight:700;display:grid}.storefront-product-body{align-content:space-between;gap:14px;min-width:0;padding:20px;display:grid}.storefront-product-body h3,.storefront-review-card h3{color:#13263b;font-size:1rem;line-height:1.25}.storefront-product-body p,.storefront-review-card p{color:#60748a;margin:0;font-size:.9rem;line-height:1.55}.storefront-product-body a,.storefront-product-body>div>span{color:#526276;font-size:.8rem;font-weight:400;line-height:1.4}.storefront-product-body a{text-underline-offset:3px;margin-top:6px;text-decoration:underline;display:inline-flex}.storefront-product-prices{border-top:1px solid #edf2f7;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding-top:12px;display:grid}.storefront-product-prices>div{min-width:0}.storefront-product-prices>div>span{color:#526276;letter-spacing:.06em;text-transform:uppercase;font-size:.68rem;font-weight:700;line-height:1.15;display:block}.storefront-product-prices>div>span sup{margin-left:1px;font-size:.72em;line-height:0}.storefront-product-prices strong{color:#1598df;flex-wrap:wrap;align-items:baseline;gap:.18em;margin-top:4px;font-family:Montserrat,ui-sans-serif,system-ui,sans-serif;font-size:1.18rem;font-weight:800;line-height:1.08;display:flex}.storefront-product-prices>div:nth-child(2) strong{color:#64bd45}.storefront-product-prices strong span{font-size:.62em;font-weight:700}.storefront-offer-footnotes,.storefront-offer-state{margin-top:calc(var(--storefront-section-gap) * .62);color:#60748a;font-size:.78rem;line-height:1.45}.storefront-offer-footnotes{gap:3px;display:grid}.storefront-offer-footnotes p,.storefront-offer-state{margin-bottom:0}.storefront-review-rating{color:#f59e0b;letter-spacing:.08em;font-size:.9rem;font-weight:900}.storefront-review-card span{color:#6b7f96;font-size:.78rem;font-weight:800}.storefront-quote{--storefront-quote-space:clamp(36px, 5vw, 56px);--storefront-quote-gap:clamp(16px, 2.2vw, 24px);background:#fff}.storefront-quote .quote-page{padding:0 0 var(--storefront-quote-space);background:#fff}.storefront-quote .quote-page:before,.storefront-quote .quote-page-enriched:after{content:none}.storefront-quote .quote-page-shell{gap:var(--storefront-quote-gap);padding-top:var(--storefront-quote-space)}.storefront-quote .quote-page .section-heading.centered{text-align:center;margin-bottom:8px;margin-left:auto;margin-right:auto}.storefront-quote .quote-journey-timeline{padding-top:0}.storefront-quote .quote-grid-single{margin-top:0}.storefront-quote .quote-form.card-panel{padding:clamp(20px,3vw,28px)}.storefront-quote .quote-page .section-heading.centered p:not(.section-kicker){margin-left:auto;margin-right:auto}.storefront-hero--pro-style{isolation:isolate;background:radial-gradient(at 0 0,#fdf6e9 38%,#29a9e51f 72%);align-items:center;width:auto;min-height:calc(100vh - 77px);margin:0;padding:0;display:flex;position:relative;overflow:hidden}.storefront-hero--pro-style:before{content:"";z-index:1;background:#ffffff1c;position:absolute;inset:0}.storefront-hero-backdrop{z-index:0;position:absolute;inset:0}.storefront-hero--pro-style .storefront-hero-backdrop img{object-fit:cover;object-position:48% 54%;opacity:.26;width:100%;height:100%;position:absolute;inset:0;transform:none}.storefront-hero-shell{z-index:2;width:min(var(--storefront-content-width), calc(100% - 32px));box-sizing:border-box;justify-content:flex-start;align-items:center;min-height:calc(100vh - 77px);margin-left:auto;margin-right:auto;padding:0;display:flex;position:relative}.storefront-hero--pro-style .storefront-hero-content{flex-direction:column;gap:28px;width:min(820px,100%);margin:0;padding:0;display:flex}.storefront-hero--pro-style .storefront-hero-content h1{max-width:none;color:var(--text-strong);letter-spacing:-.04em;font-family:Montserrat,ui-sans-serif,system-ui,sans-serif;font-size:3rem;font-weight:700;line-height:1.02}.storefront-hero--pro-style .storefront-hero-content h1 span{background:linear-gradient(135deg, var(--brand) 0%, #7ccf47 100%);color:#0000;-webkit-background-clip:text;background-clip:text}.storefront-hero--pro-style .storefront-hero-content h1 .storefront-hero-title-prefix{color:var(--text-strong);white-space:nowrap;background:0 0;display:block}.storefront-hero--pro-style .storefront-hero-content>p{color:#526276;max-width:620px;font-size:1rem;line-height:1.55}.storefront-hero--pro-style .storefront-eyebrow{color:var(--brand-dark)}.storefront-hero--pro-style .storefront-facts{margin-top:0}.storefront-hero--pro-style .storefront-facts span{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff9e;border-color:#ffffffad}.storefront-hero-benefits{margin-top:0}
