:root{--ink:#10251d;--ink-soft:#4f5f58;--green-950:#022d21;--green-900:#003e2c;--green-800:#00553a;--green-700:#00714a;--green-600:#078457;--green-100:#dff3e8;--green-50:#eef8f2;--cream:#f5f2e9;--cream-dark:#ebe6d9;--white:#fffef9;--line:#d9ddd4;--line-dark:#ffffff2b;--gold:#bb9135;--gold-light:#f0d581;--lime:#f0c765;--sky:#cdebf0;--coral:#f5c7ad;--purple:#d8cafa;--shadow:0 18px 60px #0c2a1f1f;--shadow-soft:0 8px 30px #10251d14;--radius-xl:34px;--radius-lg:24px;--radius-md:16px;--container:1240px}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--white)}body{color:var(--ink);background:var(--white);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;font-family:Helvetica Neue,Helvetica,Arial,sans-serif}button,input{font:inherit}a{color:inherit;text-decoration:none}button,input{color:inherit}button{border:0}img{max-width:100%;display:block}h1,h2,h3,p{margin-top:0}::selection{color:var(--white);background:var(--green-700)}.skip-link{z-index:999;color:#fff;background:var(--green-950);border-radius:8px;padding:10px 14px;position:fixed;top:10px;left:10px;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}.container{width:min(calc(100% - 48px), var(--container));margin-inline:auto}.section{padding:128px 0;scroll-margin-top:110px}.announcement{min-height:42px;color:var(--green-950);background:var(--gold-light);letter-spacing:-.01em;justify-content:center;align-items:center;gap:18px;padding:8px 20px;font-size:13px;font-weight:650;display:flex}.announcement a{border-bottom:1px solid #003e2c59;align-items:center;gap:6px;padding-bottom:2px;display:inline-flex}.site-header{z-index:100;pointer-events:none;height:88px;padding:12px 24px;transition:padding .22s;position:sticky;top:0}.site-header-raised{padding-top:9px}.nav-shell{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);pointer-events:auto;background:#fffef9f2;border:1px solid #10251d17;border-radius:19px;align-items:center;width:min(100%,1320px);height:64px;margin:0 auto;padding:0 18px 0 24px;display:flex;box-shadow:0 8px 28px #10251d1a}.brand{flex:none;align-items:center;width:154px;height:34px;display:flex}.brand img{width:100%;height:auto}.desktop-nav{color:#33473f;align-items:center;gap:28px;margin:0 auto;padding-inline:28px;font-size:14px;font-weight:580;display:flex}.desktop-nav a,.login-link{transition:color .16s}.desktop-nav a:hover,.login-link:hover{color:var(--green-700)}.nav-actions{align-items:center;gap:16px;font-size:14px;font-weight:650;display:flex}.nav-demo{color:#fff;background:var(--green-900);border-radius:12px;align-items:center;gap:9px;height:42px;padding:0 18px;transition:background .16s,transform .16s;display:inline-flex}.nav-demo:hover{background:var(--green-700);transform:translateY(-1px)}.menu-button{background:var(--green-50);cursor:pointer;border-radius:10px;place-items:center;width:42px;height:42px;margin-left:auto;display:none}.mobile-nav{display:none}.hero{background:radial-gradient(circle at 80% 27%,#f0c7653d,#0000 24%),radial-gradient(circle at 53% 92%,#cdebf061,#0000 25%),linear-gradient(#fbfaf6 0%,#f6f3ea 100%);min-height:790px;margin-top:-88px;padding:178px 0 88px;scroll-margin-top:0;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;opacity:.24;background-image:linear-gradient(#003e2c14 1px,#0000 1px),linear-gradient(90deg,#003e2c14 1px,#0000 1px);background-size:80px 80px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#000 0%,#0000 50% 85%,#000 100%);mask-image:linear-gradient(90deg,#000 0%,#0000 50% 85%,#000 100%)}.hero-grid{z-index:1;grid-template-columns:minmax(0,.92fr) minmax(520px,1.08fr);align-items:center;gap:68px;display:grid;position:relative}.hero-kicker,.eyebrow,.mini-eyebrow{color:var(--green-700);letter-spacing:.13em;text-transform:uppercase;align-items:center;gap:9px;margin-bottom:22px;font-size:12px;font-weight:750;line-height:1.2;display:flex}.live-dot{background:var(--green-600);border:2px solid #0784572e;border-radius:999px;width:9px;height:9px;display:inline-block;box-shadow:0 0 0 5px #0784571a}.hero h1{letter-spacing:-.075em;max-width:670px;margin-bottom:28px;font-size:clamp(58px,6.15vw,94px);font-weight:440;line-height:.94}.hero h1 em{color:var(--green-700);font-style:normal;font-weight:780}.hero-lede{color:#42564e;letter-spacing:-.018em;max-width:600px;margin-bottom:32px;font-size:20px;line-height:1.55}.hero-actions,.cta-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.button{border:1px solid #0000;border-radius:14px;justify-content:center;align-items:center;gap:13px;min-height:52px;padding:0 22px;font-size:15px;font-weight:680;transition:transform .18s,background .18s,color .18s,border-color .18s;display:inline-flex}.button svg{transition:transform .18s}.button:hover{transform:translateY(-2px)}.button:hover svg{transform:translate(3px)}.button-primary{color:#fff;background:var(--green-900);box-shadow:0 12px 26px #003e2c33}.button-primary:hover{background:var(--green-700)}.button-secondary{color:var(--green-950);background:#ffffff94;border-color:#cbd2ca}.button-secondary:hover{background:#fff;border-color:#aeb9af}.button-light{color:var(--green-950);background:var(--lime)}.button-light:hover{background:#f6d98c}.button-text{min-height:auto;color:var(--green-700);border-bottom:1px solid #00714a73;border-radius:0;justify-content:flex-start;padding:0 0 5px}.button-text:hover{transform:none}.hero-proof{color:#52645d;flex-wrap:wrap;align-items:center;gap:11px 18px;margin-top:28px;font-size:12px;font-weight:570;display:flex}.hero-proof span{align-items:center;gap:5px;display:inline-flex}.hero-proof svg{color:var(--green-600)}.hero-product{min-width:0;padding:70px 0 58px;position:relative;transform:perspective(1200px)rotateY(-2deg)rotateX(1deg)}.hero-glow{filter:blur(55px);background:#f0c76533;border-radius:50%;position:absolute;inset:5% -5% 0 10%}.product-window{z-index:2;background:#fff;border:1px solid #10251d21;border-radius:22px;position:relative;overflow:hidden;box-shadow:0 36px 90px #0c2c2030,0 8px 20px #0c2c201a}.window-bar{color:#728078;background:#f9faf7;border-bottom:1px solid #e2e6df;grid-template-columns:1fr auto 1fr;align-items:center;height:42px;padding:0 15px;font-size:10px;font-weight:650;display:grid}.window-dots{gap:5px;display:flex}.window-dots span,.dark-browser-top>span{background:#d3d9d1;border-radius:50%;width:7px;height:7px}.window-status{color:var(--green-700);justify-content:flex-end;align-items:center;gap:5px;display:flex}.window-status span{background:var(--green-600);border-radius:50%;width:6px;height:6px}.product-image-wrap{aspect-ratio:3000/1709;height:auto;position:relative;overflow:hidden}.product-image-wrap img{object-fit:contain;object-position:top center;width:100%;height:100%}.floating-card{z-index:3;color:var(--ink);box-shadow:var(--shadow-soft);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffef9f2;border:1px solid #10251d1c;border-radius:14px;align-items:center;gap:10px;padding:11px 13px;display:flex;position:absolute}.floating-card-call{bottom:23px;right:-18px}.floating-card-context{top:28px;left:-26px}.floating-card>span:nth-child(2){flex-direction:column;gap:2px;display:flex}.floating-card strong{font-size:12px;font-weight:720}.floating-card small{color:#718077;font-size:9px}.floating-icon{width:34px;height:34px;color:var(--green-700);background:var(--green-100);border-radius:10px;place-items:center;display:grid}.floating-icon.gold{color:#80601d;background:#f4e8c4}.success-pill{color:var(--green-700);background:var(--green-50);border-radius:999px;padding:4px 7px;font-size:9px;font-weight:760}.hero-bottom-line{background:#10251d1f;height:1px;position:absolute;bottom:0;left:0;right:0}.trust-strip{background:var(--white);border-bottom:1px solid var(--line);padding:34px 0 28px;overflow:hidden}.trust-heading,.stories-heading-row,.resources-heading-row,.roi-heading-row{justify-content:space-between;align-items:flex-end;gap:32px;display:flex}.trust-heading{align-items:center;margin-bottom:28px}.trust-heading p{color:#66766e;letter-spacing:.12em;text-transform:uppercase;margin:0;font-size:11px;font-weight:740}.trust-heading a,.underlined-link{color:var(--green-700);border-bottom:1px solid #00714a54;align-items:center;gap:7px;padding-bottom:3px;font-size:13px;font-weight:660;display:inline-flex}.marquee-mask{width:100%;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 8% 92%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 8% 92%,#0000 100%)}.marquee-track{width:max-content;animation:36s linear infinite marquee;display:flex}.marquee-group{align-items:center;gap:18px;padding-right:18px;display:flex}.customer-logo-card{background:#f4f4f0;border:1px solid #10251d17;border-radius:17px;flex:none;place-items:center;width:210px;height:112px;padding:22px 30px;display:grid;overflow:hidden}.customer-logo-card img{object-fit:contain;filter:grayscale()saturate(0)opacity(.48);mix-blend-mode:multiply;width:100%;height:66px}.customer-logo-dark{background:#ecece7;border-color:#10251d17}.customer-logo-dark img{filter:grayscale()brightness(.58)contrast(1.08)opacity(.66);mix-blend-mode:normal}.customer-logo-light,.customer-logo-cream{background:#f4f4f0}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.section-heading{max-width:830px}.section-heading-center{text-align:center;margin-inline:auto}.section-heading-center .eyebrow{justify-content:center}.eyebrow span{background:currentColor;width:22px;height:1px}.section-heading h2{letter-spacing:-.062em;margin-bottom:20px;font-size:clamp(44px,5vw,72px);font-weight:470;line-height:1.01}.section-heading p{max-width:680px;color:var(--ink-soft);letter-spacing:-.015em;margin-bottom:0;font-size:18px;line-height:1.62}.section-heading-center p{margin-inline:auto}.product-overview{background:var(--white);padding:92px 0 78px}.bento-grid{grid-template-columns:repeat(12,1fr);gap:18px;margin-top:50px;display:grid}.bento-card{background:var(--cream);border-radius:var(--radius-lg);border:1px solid #10251d14;flex-direction:column;min-height:0;padding:26px;display:flex;position:relative;overflow:hidden}.bento-card:after{content:"";border:1px solid #00714a1f;border-radius:50%;width:220px;height:220px;position:absolute;top:-100px;right:-100px;box-shadow:0 0 0 32px #00714a09,0 0 0 64px #00714a06}.bento-call,.bento-context{grid-column:span 7}.bento-booking,.bento-route{grid-column:span 5}.bento-booking{background:var(--green-50)}.bento-route{color:#fff;background:var(--green-900)}.bento-context{background:#f6ecd3}.bento-topline{z-index:1;justify-content:space-between;align-items:center;margin-bottom:22px;display:flex;position:relative}.icon-tile{width:48px;height:48px;color:var(--green-700);background:#ffffffc2;border:1px solid #10251d14;border-radius:13px;place-items:center;display:grid}.bento-route .icon-tile{color:var(--lime);background:#ffffff17;border-color:#ffffff1f}.card-index{color:#7b8982;letter-spacing:.12em;font-size:11px;font-weight:700}.bento-route .card-index{color:#ffffff8c}.bento-card h3{z-index:1;letter-spacing:-.045em;margin-bottom:12px;font-size:29px;font-weight:570;line-height:1.08;position:relative}.bento-card>p{z-index:1;color:#617068;max-width:440px;margin-bottom:18px;font-size:15px;line-height:1.55;position:relative}.bento-route>p{color:#ffffffb3}.call-visual{z-index:1;background:#ffffffbf;border:1px solid #10251d17;border-radius:16px;align-items:center;gap:13px;min-height:88px;margin-top:auto;padding:15px;display:flex;position:relative}.call-avatar{color:#fff;background:var(--green-700);border-radius:50%;place-items:center;width:42px;height:42px;font-size:14px;font-weight:760;display:grid}.call-copy{flex-direction:column;gap:3px;display:flex}.call-copy span{font-size:13px;font-weight:730}.call-copy small{color:#728077;font-size:10px}.call-wave{flex:1;justify-content:center;align-items:center;gap:4px;height:32px;display:flex}.call-wave i{background:var(--green-700);border-radius:99px;width:3px;height:12px;animation:1.15s ease-in-out infinite alternate wave;display:block}.call-wave i:nth-child(2),.call-wave i:nth-child(6){height:22px;animation-delay:-.4s}.call-wave i:nth-child(3),.call-wave i:nth-child(5){height:30px;animation-delay:-.7s}.call-wave i:nth-child(4){height:18px;animation-delay:-.15s}@keyframes wave{0%{transform:scaleY(.55)}to{transform:scaleY(1)}}.answer-badge{color:var(--green-700);background:var(--green-50);border-radius:999px;padding:6px 9px;font-size:9px;font-weight:740}.tee-sheet-mini{z-index:1;grid-template-columns:70px 1fr;gap:10px;margin-top:auto;display:grid;position:relative}.tee-date{color:#fff;background:var(--green-900);border-radius:15px;flex-direction:column;justify-content:center;align-items:center;display:flex}.tee-date small{font-size:9px}.tee-date strong{margin-top:2px;font-size:28px;font-weight:590}.tee-times{gap:6px;display:grid}.tee-times span{background:#ffffffb8;border:1px solid #10251d14;border-radius:9px;align-items:center;gap:7px;padding:9px 10px;font-size:10px;font-weight:650;display:flex}.tee-times span i{background:#8fb79f;border-radius:50%;width:6px;height:6px}.tee-times span b{color:var(--green-700);margin-left:auto;font-size:8px}.tee-times .selected{background:var(--lime);border-color:#00714a40}.route-visual{z-index:1;align-items:center;margin-top:auto;padding:10px 0;display:flex;position:relative}.route-node{color:#fffc;background:#ffffff17;border:1px solid #ffffff29;border-radius:10px;justify-content:center;align-items:center;gap:7px;min-width:88px;padding:10px;font-size:10px;font-weight:650;display:flex}.route-node.active{color:var(--green-950);background:var(--lime);border-color:var(--lime)}.route-node.human{color:var(--green-950);background:#fff}.route-line{background:#ffffff4d;flex:1;min-width:16px;height:1px}.context-tags{z-index:1;flex-wrap:wrap;align-items:flex-end;gap:9px;margin-top:auto;display:flex;position:relative}.context-tags span{color:var(--green-900);background:#ffffffbf;border:1px solid #10251d14;border-radius:999px;padding:9px 12px;font-size:11px;font-weight:670}.context-tags span:first-child{background:#d2f1dc}.context-tags span:nth-child(2){background:#cfe9ff}.context-tags span:nth-child(3){background:#e2d6fa}.context-tags span:nth-child(4){background:#ffe4a4}.section-dark{color:#fff;background:var(--green-950);position:relative;overflow:hidden}.section-dark:before{content:"";border:1px solid #f0c7652e;border-radius:50%;width:700px;height:700px;position:absolute;bottom:-360px;right:-280px;box-shadow:0 0 0 60px #f0c76506,0 0 0 120px #f0c76505}.data-grid{z-index:1;grid-template-columns:.82fr 1.18fr;align-items:center;gap:76px;display:grid;position:relative}.section-dark .eyebrow{color:var(--lime)}.section-dark .section-heading h2{font-size:clamp(44px,4.7vw,68px)}.section-dark .section-heading p{color:#ffffffad}.feature-list{gap:18px;margin:38px 0 34px;padding:0;list-style:none;display:grid}.feature-list li{gap:14px;display:flex}.feature-list li>span{width:38px;height:38px;color:var(--lime);background:#ffffff14;border:1px solid #ffffff1f;border-radius:11px;flex:none;place-items:center;display:grid}.feature-list li div{flex-direction:column;gap:4px;display:flex}.feature-list strong{font-size:14px;font-weight:680}.feature-list small{color:#ffffff91;font-size:12px;line-height:1.5}.data-product{min-width:0;position:relative}.dark-browser-frame{background:0 0;border:0;border-radius:22px;overflow:hidden;transform:none;box-shadow:0 35px 90px #00000059}.dark-browser-top{color:#6b7972;background:#f7f8f5;border-bottom:1px solid #e4e7e1;align-items:center;gap:5px;height:39px;padding:0 14px;display:flex}.dark-browser-top p{margin:0 auto;padding-right:35px;font-size:9px;font-weight:650}.dark-browser-frame>img{object-fit:cover;object-position:top left;width:calc(100% + 2px);max-width:none;height:416px;margin-left:-1px;display:block}.calendar-section{background:#f7f5ee;padding-block:104px;overflow:hidden}.calendar-grid{grid-template-columns:1.18fr .82fr;align-items:center;gap:60px;display:grid}.calendar-product{min-width:0;position:relative}.calendar-frame{box-shadow:var(--shadow);background:#fff;border:1px solid #d7ddd6;border-radius:21px;overflow:hidden}.calendar-frame img{width:100%;height:auto}.screenshot-caption{color:var(--green-900);align-items:center;gap:8px;margin-bottom:13px;font-size:12px;font-weight:720;display:flex}.screenshot-caption small{color:#7c8982;margin-left:auto;font-size:10px;font-weight:550}.caption-dot{background:var(--green-600);border-radius:50%;width:7px;height:7px}.calendar-note{box-shadow:var(--shadow-soft);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffef9f7;border:1px solid #10251d1a;border-radius:12px;grid-template-columns:auto 1fr;align-items:center;gap:2px 9px;padding:11px 13px;display:grid;position:absolute}.calendar-note-top{top:63px;right:-28px}.calendar-note-bottom{bottom:-32px;right:23px}.calendar-note>span{min-width:43px;color:var(--green-900);background:var(--green-50);text-align:center;border-radius:8px;grid-row:span 2;padding:10px 7px;font-size:9px;font-weight:720}.calendar-note strong{font-size:11px}.calendar-note small{color:#75837b;font-size:8px}.calendar-copy .section-heading{max-width:590px}.calendar-copy .section-heading h2{margin-bottom:18px;font-size:clamp(40px,3.75vw,56px);line-height:.99}.audience-section .section-heading{max-width:900px}.audience-section.section{padding:96px 0 72px}.audience-layout{grid-template-columns:300px 1fr;gap:20px;margin-top:62px;display:grid}.audience-tabs{background:var(--cream);border:1px solid #10251d14;border-radius:20px;align-content:start;padding:8px;display:grid}.audience-tabs button{color:#53635b;text-align:left;cursor:pointer;background:0 0;border-radius:13px;grid-template-columns:40px 1fr auto;align-items:center;gap:10px;width:100%;min-height:64px;padding:8px 11px;font-size:13px;font-weight:630;transition:background .16s,color .16s;display:grid}.audience-tabs button>span{background:#ffffffb3;border-radius:10px;place-items:center;width:38px;height:38px;display:grid}.audience-tabs button.active{color:#fff;background:var(--green-900);box-shadow:0 10px 24px #003e2c2b}.audience-tabs button.active>span{color:var(--green-950);background:var(--lime)}.audience-tabs button>svg{opacity:.5}.audience-panel{background:var(--green-50);border:1px solid #00714a1f;border-radius:24px;grid-template-columns:1fr .7fr;gap:40px;min-height:530px;padding:54px;animation:.26s panelIn;display:grid;overflow:hidden}@keyframes panelIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.audience-panel-copy{align-self:center}.mini-eyebrow{margin-bottom:17px}.audience-panel h3{letter-spacing:-.052em;max-width:630px;margin-bottom:18px;font-size:clamp(34px,3.7vw,52px);font-weight:500;line-height:1.04}.audience-panel-copy>p{color:#5d6c65;max-width:610px;margin-bottom:28px;font-size:16px;line-height:1.6}.audience-panel ul{gap:12px;margin:0 0 30px;padding:0;list-style:none;display:grid}.audience-panel li{color:#3f5149;align-items:flex-start;gap:10px;font-size:13px;line-height:1.45;display:flex}.audience-panel li span{width:22px;height:22px;color:var(--green-700);background:#fff;border-radius:50%;flex:none;place-items:center;display:grid}.audience-metric{color:#fff;background:var(--green-900);text-align:center;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;min-height:360px;padding:34px;display:flex;position:relative;overflow:hidden}.metric-orbit{width:68px;height:68px;color:var(--green-950);background:var(--lime);border-radius:50%;place-items:center;margin-bottom:27px;display:grid}.audience-metric>strong{z-index:1;letter-spacing:-.06em;margin-bottom:9px;font-size:clamp(42px,4.2vw,64px);font-weight:500;position:relative}.audience-metric>p{z-index:1;color:#ffffffad;max-width:230px;margin:0;font-size:13px;line-height:1.5;position:relative}.metric-rings i{border:1px solid #f0c76526;border-radius:50%;width:280px;height:280px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.metric-rings i:nth-child(2){width:380px;height:380px}.metric-rings i:nth-child(3){width:480px;height:480px}.roi-section{background:var(--cream)}.roi-heading-row .section-heading{max-width:840px}.roi-note{color:#617068;background:#ffffff85;border:1px solid #10251d14;border-radius:12px;align-items:flex-start;gap:10px;min-width:210px;padding:14px;font-size:11px;line-height:1.45;display:flex}.roi-note svg{color:var(--green-700)}.calculator-shell{box-shadow:var(--shadow);background:#fff;border:1px solid #10251d1a;border-radius:28px;grid-template-columns:1.08fr .92fr;margin-top:62px;display:grid;overflow:hidden}.calculator-inputs{padding:44px}.calculator-title{align-items:center;gap:13px;margin-bottom:34px;display:flex}.calculator-title>span{width:32px;height:32px;color:var(--green-700);background:var(--green-50);border-radius:9px;place-items:center;font-size:10px;font-weight:760;display:grid}.calculator-title h3{letter-spacing:-.035em;margin:0;font-size:23px;font-weight:590}.calc-field{gap:11px;min-width:0;display:grid}.calc-label{color:#5e6d65;font-size:11px;font-weight:650}.calc-value-row{color:var(--green-900);border-bottom:1px solid #d9ded7;align-items:baseline;gap:4px;padding-bottom:7px;font-size:24px;font-weight:550;display:flex}.calc-value-row input{width:100%;min-width:0;color:var(--green-900);background:0 0;border:0;outline:none;padding:0;font-size:24px;font-weight:550}.calc-value-row input::-webkit-inner-spin-button{appearance:none}.calc-value-row input::-webkit-outer-spin-button{appearance:none}.range{appearance:none;cursor:pointer;background:#dae0da;border-radius:999px;width:100%;height:4px;margin:0}.range::-webkit-slider-thumb{appearance:none;background:var(--green-700);width:17px;height:17px;box-shadow:0 0 0 1px var(--green-700), 0 2px 6px #003e2c33;border:3px solid #fff;border-radius:50%}.range::-moz-range-thumb{background:var(--green-700);width:13px;height:13px;box-shadow:0 0 0 1px var(--green-700);border:3px solid #fff;border-radius:50%}.calc-helper{color:#7b8981;border-top:1px solid #e0e4df;margin:28px 0 0;padding-top:18px;font-size:10px;line-height:1.55}.calculator-results{color:#fff;background:var(--green-900);flex-direction:column;padding:42px;display:flex;position:relative;overflow:hidden}.calculator-results:after{content:"";border:1px solid #f0c76540;border-radius:50%;width:330px;height:330px;position:absolute;top:-175px;right:-180px;box-shadow:0 0 0 40px #f0c76508,0 0 0 80px #f0c76505}.results-label{z-index:1;border-bottom:1px solid #ffffff29;justify-content:space-between;align-items:center;padding-bottom:20px;display:flex;position:relative}.results-label span{color:var(--lime);letter-spacing:.11em;text-transform:uppercase;font-size:11px;font-weight:750}.results-label small{color:#ffffff7a;font-size:9px}.primary-result{z-index:1;flex-direction:column;gap:8px;padding:28px 0 24px;display:flex;position:relative}.primary-result small{color:#ffffff9e;font-size:12px}.primary-result strong{color:var(--lime);letter-spacing:-.062em;font-size:clamp(48px,5vw,72px);font-weight:470;line-height:1}.result-comparison{z-index:1;background:#ffffff1f;border:1px solid #ffffff1f;border-radius:12px;grid-template-columns:1fr 1fr;gap:1px;display:grid;position:relative;overflow:hidden}.result-comparison div{background:#00221880;flex-direction:column;gap:7px;padding:15px;display:flex}.result-comparison span{color:#ffffff8c;text-transform:uppercase;font-size:9px}.result-comparison strong{font-size:18px;font-weight:560}.result-funnel{z-index:1;color:#fff6;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;margin:22px 0;display:grid;position:relative}.result-funnel>div{flex-direction:column;gap:3px;display:flex}.result-funnel span{color:#fff;font-size:17px;font-weight:600}.result-funnel small{color:#ffffff80;font-size:8px}.calculator-results .button{z-index:1;width:100%;margin-top:auto;position:relative}.result-disclaimer{z-index:1;color:#ffffff6b;margin:14px 0 0;font-size:8px;line-height:1.45;position:relative}.audience-section{background:#f8f6ef}.audience-section .section-heading{text-align:center;max-width:920px;margin-inline:auto}.audience-section .section-heading .eyebrow{justify-content:center}.audience-layout{flex-direction:column;gap:34px;margin-top:58px;display:flex}.audience-tabs{background:0 0;border:0;border-radius:0;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding:0;display:grid}.audience-tabs button{color:#526159;width:100%;min-height:58px;box-shadow:none;text-align:center;background:#ffffffc7;border:1px solid #d9d3c6;border-radius:999px;justify-content:center;align-items:center;padding:12px 18px;font-size:13px;font-weight:620;line-height:1.25;display:flex}.audience-tabs button+button{border-top:1px solid #d9d3c6}.audience-tabs button:hover{color:var(--green-900);border-color:#00533a66}.audience-tabs button.active{color:#fff;background:var(--green-900);border-color:var(--green-900);box-shadow:0 10px 25px #003e2c21}.audience-panel{background:#ffffffd1;border:1px solid #d9d3c6;border-radius:28px;min-height:0;padding:54px 60px;display:block}.audience-panel-copy{max-width:1080px}.audience-panel h3{max-width:970px;margin-bottom:18px;font-size:clamp(38px,4vw,54px)}.audience-panel-copy>p{max-width:930px;margin-bottom:28px;font-size:17px}.facility-logos{margin-bottom:30px}.facility-logos>span{color:#738078;letter-spacing:.12em;text-transform:uppercase;margin-bottom:12px;font-size:10px;font-weight:750;display:block}.facility-logo-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px;display:grid}.facility-logo-card{background:#f3f2ed;border:1px solid #10251d12;border-radius:14px;place-items:center;min-width:0;height:84px;padding:14px 18px;display:grid;overflow:hidden}.facility-logo-card img{object-fit:contain;filter:grayscale()saturate(0)opacity(.5);mix-blend-mode:multiply;width:100%;height:54px}.facility-logo-card-large img{width:112%;height:66px}.facility-logo-card-dark img{filter:grayscale()brightness(.58)contrast(1.08)opacity(.66);mix-blend-mode:normal}.facility-benefits{border-top:1px solid #ddd8cc;border-bottom:1px solid #ddd8cc;margin-bottom:28px}.facility-benefits>span{color:#738078;letter-spacing:.12em;text-transform:uppercase;padding-top:18px;font-size:10px;font-weight:750;display:block}.audience-panel ul{grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin:0;padding:16px 0 20px;display:grid}.audience-panel li{min-height:0;color:var(--green-950);background:0 0;border:0;border-radius:0;align-items:center;gap:12px;padding:4px 26px 4px 0;font-size:14px;font-weight:570;line-height:1.45;display:flex}.audience-panel li+li{border-left:1px solid #ddd8cc;padding-left:26px}.audience-panel li span{width:30px;height:30px;color:var(--green-700);background:var(--green-50);border:1px solid #00714a1f;border-radius:50%;flex:none;place-items:center;display:grid}.audience-panel .button{width:max-content}.onboarding-section{background:var(--white);border-top:1px solid #10251d12;overflow:hidden}.onboarding-heading-row{justify-content:space-between;align-items:flex-end;gap:60px;display:flex}.onboarding-heading-row .section-heading{max-width:850px}.onboarding-heading-row .section-heading h2{font-size:clamp(48px,5vw,72px)}.onboarding-timing{min-width:190px;color:var(--green-900);background:var(--green-50);border:1px solid #00714a24;border-radius:14px;align-items:center;gap:11px;padding:15px 17px;display:flex}.onboarding-timing>span{color:#6b7a72;text-transform:uppercase;flex-direction:column;gap:2px;font-size:9px;line-height:1.3;display:flex}.onboarding-timing strong{color:var(--green-900);letter-spacing:-.02em;text-transform:none;font-size:15px}.onboarding-steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:62px;display:grid}.onboarding-step{background:var(--cream);border:1px solid #ded8cb;border-radius:22px;min-height:330px;padding:32px;position:relative}.onboarding-step:nth-child(2){background:var(--green-50);border-color:#00714a26}.onboarding-step:nth-child(3){color:#fff;background:var(--green-950);border-color:var(--green-950)}.onboarding-step-top{justify-content:space-between;align-items:center;gap:18px;margin-bottom:54px;display:flex}.onboarding-step-icon{width:48px;height:48px;color:var(--green-700);background:#fff;border:1px solid #10251d14;border-radius:14px;place-items:center;display:grid}.onboarding-step:nth-child(3) .onboarding-step-icon{color:var(--green-950);background:var(--lime);border-color:#0000}.onboarding-step-number{color:#7b8981;letter-spacing:.12em;font-size:11px;font-weight:730}.onboarding-step:nth-child(3) .onboarding-step-number{color:#ffffff7a}.onboarding-step h3{letter-spacing:-.045em;max-width:320px;margin:0 0 15px;font-size:27px;font-weight:570;line-height:1.08}.onboarding-step p{color:#617068;margin:0;font-size:14px;line-height:1.65}.onboarding-step:nth-child(3) p{color:#ffffffa8}.roi-section.section{background:var(--cream);padding:80px 0 108px}.roi-heading-row{display:block}.roi-heading-row .section-heading{text-align:center;max-width:900px;margin-inline:auto}.roi-section .eyebrow{width:max-content;color:var(--green-900);background:#ffffff85;border:1px solid #00714a3d;border-radius:999px;justify-content:center;margin:0 auto 28px;padding:9px 18px}.roi-section .eyebrow span{background:var(--green-600);border-radius:50%;width:7px;height:7px}.roi-section .section-heading h2{margin-bottom:22px;font-size:clamp(54px,5.4vw,76px)}.roi-section .section-heading p{max-width:770px;margin-inline:auto;font-size:19px}.calculator-shell{background:#fff;border:1px solid #d8d2c5;border-radius:30px;grid-template-columns:minmax(0,1.08fr) minmax(400px,.92fr);gap:52px;margin-top:78px;padding:58px;display:grid;overflow:hidden;box-shadow:0 20px 60px #10251d12}.calculator-inputs{align-self:center;padding:8px 2px}.calc-fields-grid{grid-template-columns:1fr;gap:44px;display:grid}.calc-field{gap:18px}.calc-field-heading{justify-content:space-between;align-items:baseline;gap:24px;display:flex}.calc-label{color:#77837c;letter-spacing:.035em;text-transform:uppercase;font-size:11px;font-weight:740}.calc-value-row{width:auto;color:var(--green-900);border-bottom:0;flex:none;justify-content:flex-end;padding:0;font-size:22px;font-weight:650}.calc-value-row input{width:72px;color:var(--green-900);text-align:right;font-size:22px;font-weight:650}.calc-value-row:has(.calc-prefix) input{text-align:left;width:64px}.calc-value-row:has(.calc-suffix) input{width:42px}.range{background:#ded9ce;height:6px}.range::-webkit-slider-thumb{background:var(--green-700);width:21px;height:21px;box-shadow:none;border:0}.range::-moz-range-thumb{background:var(--green-700);width:21px;height:21px;box-shadow:none;border:0}.scenario-fieldset{border:0;margin:48px 0 0;padding:0}.scenario-fieldset legend{color:#77837c;letter-spacing:.035em;text-transform:uppercase;margin-bottom:15px;font-size:11px;font-weight:740}.scenario-options{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.scenario-options button{color:#56645d;cursor:pointer;background:#fff;border:1px solid #d8d2c5;border-radius:999px;min-height:48px;padding:10px 14px;font-size:13px;font-weight:620;transition:color .16s,background .16s,border-color .16s}.scenario-options button strong,.scenario-options button small{display:block}.scenario-options button strong{font-size:12px;font-weight:680}.scenario-options button small{color:#89938d;margin-top:3px;font-size:8px;font-weight:600}.scenario-options button:hover{color:var(--green-900);border-color:var(--green-700)}.scenario-options button.active{color:#fff;background:var(--green-900);border-color:var(--green-900)}.scenario-options button.active small{color:#fff9}.calc-helper{margin-top:32px;padding-top:20px;font-size:9px}.calculator-results{background:var(--green-950);border-radius:24px;justify-content:center;gap:38px;min-height:570px;padding:50px}.calculator-results:after{display:none}.revenue-result-block{z-index:1;position:relative}.revenue-result-block>span{color:#ffffff78;letter-spacing:.055em;text-transform:uppercase;margin-bottom:18px;font-size:11px;font-weight:740;display:block}.revenue-result-block>strong{color:#fff;letter-spacing:-.06em;margin-bottom:28px;font-size:clamp(48px,5vw,66px);font-weight:570;line-height:.95;display:block}.revenue-result-block dl{gap:12px;margin:0;display:grid}.revenue-result-block dl div{justify-content:space-between;align-items:center;gap:24px;display:flex}.revenue-result-block dt,.revenue-result-block dd{color:#ffffff91;margin:0;font-size:13px}.revenue-result-block dl div:last-child dt,.revenue-result-block dl div:last-child dd{color:#ffffffe6;font-weight:650}.annual-result-block{border-top:1px solid #ffffff26;padding-top:38px}.calculator-footer{justify-content:space-between;align-items:center;gap:30px;margin-top:24px;display:flex}.calculator-footer p{color:#7b867f;max-width:700px;margin:0;font-size:9px;line-height:1.55}.calculator-footer .button{flex:none}.stories-section{background:var(--white)}.stories-heading-row .section-heading{max-width:800px}.stories-heading-row>.button{flex:none}.story-grid{grid-template-columns:1.5fr .8fr;gap:18px;margin-top:62px;display:grid}.story-card{background:var(--cream);border:1px solid #10251d17;border-radius:24px;overflow:hidden}.story-card-main{grid-template-rows:auto 1fr;display:grid}.story-image,.story-side-image{background:#e1e7e1;border-bottom:1px solid #10251d17;overflow:hidden}.story-image{height:325px}.story-image img,.story-side-image img{object-fit:cover;object-position:top left;width:100%;height:100%;transition:transform .7s cubic-bezier(.2,.7,.2,1)}.story-card:hover img{transform:scale(1.025)}.story-side-image{height:255px}.story-copy{padding:28px}.story-meta{justify-content:space-between;align-items:center;gap:16px;margin-bottom:17px;display:flex}.story-meta span{color:var(--green-700);letter-spacing:.08em;text-transform:uppercase;font-size:10px;font-weight:740}.story-meta small{color:#7c8981;text-align:right;font-size:9px}.story-copy h3{letter-spacing:-.045em;max-width:680px;margin-bottom:24px;font-size:29px;font-weight:540;line-height:1.12}.story-card-side .story-copy h3{font-size:25px}.story-card-side .story-copy>p{color:#627169;margin-bottom:0;font-size:13px;line-height:1.6}.story-stats{background:#d1d8d1;border:1px solid #d1d8d1;border-radius:13px;grid-template-columns:repeat(3,1fr);gap:1px;display:grid;overflow:hidden}.story-stats>div{background:#ffffffa8;flex-direction:column;gap:4px;padding:16px;display:flex}.story-stats strong{color:var(--green-900);letter-spacing:-.04em;font-size:22px;font-weight:560}.story-stats small,.snapshot-note{color:#74827a;font-size:9px}.snapshot-note{margin:10px 0 0}.testimonial-ready{color:#fff;background:var(--green-900);border-radius:24px;grid-template-columns:.85fr 1.15fr;align-items:center;gap:70px;margin-top:20px;padding:48px 54px;display:grid;position:relative;overflow:hidden}.quote-mark{color:#f0c7651c;font-family:Georgia,serif;font-size:230px;line-height:1;position:absolute;top:-44px;left:24px}.testimonial-intro{z-index:1;position:relative}.testimonial-intro .mini-eyebrow{color:var(--lime)}.testimonial-intro h3{letter-spacing:-.05em;margin-bottom:13px;font-size:35px;font-weight:520;line-height:1.07}.testimonial-intro p{color:#ffffff9e;margin:0;font-size:13px;line-height:1.6}.testimonial-placeholder{z-index:1;background:#ffffff12;border:1px dashed #ffffff42;border-radius:16px;padding:28px;position:relative}.placeholder-lines{gap:8px;margin-bottom:20px;display:grid}.placeholder-lines span{background:#ffffff21;border-radius:99px;height:7px}.placeholder-lines span:nth-child(2){width:92%}.placeholder-lines span:nth-child(3){width:74%}.testimonial-placeholder>p{color:#ffffffb8;font-family:Georgia,serif;font-size:15px;font-style:italic}.placeholder-person{align-items:center;gap:10px;margin-top:22px;display:flex}.placeholder-person>i{background:#f0c76533;border:1px dashed #f0c76566;border-radius:50%;width:34px;height:34px}.placeholder-person>span{flex-direction:column;gap:3px;display:flex}.placeholder-person b{font-size:10px}.placeholder-person small{color:#ffffff73;font-size:8px}.case-feature{background:var(--cream);border:1px solid #10251d1a;border-radius:26px;grid-template-columns:minmax(340px,.82fr) minmax(0,1.18fr);margin-top:62px;display:grid;overflow:hidden;box-shadow:0 26px 70px #07312314}.case-feature-visual{color:#fff;background:radial-gradient(circle at 77% 28%, #f0c76529, transparent 31%), linear-gradient(145deg, var(--green-950), #00583d);flex-direction:column;justify-content:space-between;min-height:610px;padding:34px;display:flex;position:relative;overflow:hidden}.case-feature-visual:after{content:"";border:1px solid #ffffff1c;border-radius:50%;width:330px;height:330px;position:absolute;bottom:-110px;right:-95px}.case-feature-meta{z-index:2;color:#ffffff94;letter-spacing:.08em;text-transform:uppercase;justify-content:space-between;align-items:center;gap:18px;font-size:9px;font-weight:680;display:flex;position:relative}.case-feature-meta span:first-child{color:#fff}.case-feature-rings{width:320px;height:320px;position:absolute;top:104px;left:50%;transform:translate(-50%)}.case-feature-rings i{border:1px solid #ffffff1c;border-radius:50%;position:absolute;inset:0}.case-feature-rings i:nth-child(2){inset:45px}.case-feature-rings i:nth-child(3){inset:90px}.case-feature-logo{z-index:2;background:#f8f4e8;border:1px solid #ffffff52;border-radius:24px;align-self:center;place-items:center;width:min(100%,320px);min-height:184px;padding:34px;display:grid;position:relative;transform:none;box-shadow:0 28px 70px #00140d47}.case-feature-logo img{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:112px;margin:auto}.case-feature-stamp{z-index:2;border-top:1px solid #ffffff2b;justify-content:space-between;align-items:flex-end;gap:20px;padding-top:25px;display:flex;position:relative}.case-feature-stamp strong{letter-spacing:-.075em;font-size:clamp(64px,7vw,92px);font-weight:480;line-height:.82}.case-feature-stamp span{color:#ffffffa3;text-align:right;text-transform:uppercase;max-width:105px;font-size:11px;line-height:1.35}.case-feature-copy{flex-direction:column;justify-content:center;padding:56px;display:flex}.case-feature-copy .mini-eyebrow,.testimonials-header .mini-eyebrow{color:var(--green-700)}.case-feature-copy h3{max-width:660px;color:var(--green-950);letter-spacing:-.058em;margin:13px 0 17px;font-size:clamp(34px,3.5vw,52px);font-weight:490;line-height:1.03}.case-feature-copy>p{color:#5c6c64;max-width:640px;margin:0;font-size:14px;line-height:1.68}.case-feature-stats{background:#10251d1c;border:1px solid #10251d1c;border-radius:14px;grid-template-columns:repeat(3,1fr);gap:1px;margin:30px 0;display:grid;overflow:hidden}.case-feature-stats div{background:#ffffff9e;flex-direction:column;gap:6px;padding:18px 16px;display:flex}.case-feature-stats strong{color:var(--green-950);letter-spacing:-.045em;font-size:24px;font-weight:590}.case-feature-stats span{color:#77847d;letter-spacing:.04em;text-transform:uppercase;font-size:9px;font-weight:680}.case-feature-copy blockquote{color:var(--green-900);border-left:2px solid var(--gold);margin:0;padding:22px 0 22px 24px;font-family:Georgia,serif;font-size:17px;font-style:italic;line-height:1.55}.case-feature-copy cite{color:#68776f;letter-spacing:.06em;text-transform:uppercase;margin-top:13px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:9px;font-style:normal;font-weight:720;display:block}.case-feature-footer{justify-content:space-between;align-items:center;gap:22px;margin-top:30px;display:flex}.after-hours-mini{text-align:right;flex-direction:column;gap:4px;display:flex}.after-hours-mini span{color:#78867e;letter-spacing:.06em;text-transform:uppercase;font-size:9px;font-weight:680}.after-hours-mini strong{color:var(--green-700);letter-spacing:-.035em;font-size:22px;font-weight:620}.testimonials-block{color:#fff;background:radial-gradient(circle at 78% 30%, #f0c76517, transparent 30%), var(--green-950);border-radius:28px;margin-top:110px;overflow:hidden}.testimonials-header{border-bottom:1px solid #ffffff1f;justify-content:space-between;align-items:flex-end;gap:30px;padding:42px 48px 30px;display:flex}.testimonials-header .mini-eyebrow{color:var(--lime)}.testimonials-header h3{letter-spacing:-.06em;margin:10px 0 0;font-size:clamp(36px,4vw,58px);font-weight:480;line-height:1}.testimonial-controls{align-items:center;gap:9px;display:flex}.testimonial-controls>span{color:#ffffff85;letter-spacing:.08em;margin-right:8px;font-size:10px;font-weight:680}.testimonial-controls button{color:#fff;cursor:pointer;background:#ffffff12;border:1px solid #ffffff2e;border-radius:50%;place-items:center;width:44px;height:44px;transition:color .17s,background .17s,transform .17s;display:grid}.testimonial-controls button:first-of-type svg{transform:rotate(180deg)}.testimonial-controls button:hover{color:var(--green-950);background:var(--lime);transform:translateY(-2px)}.testimonial-stage{grid-template-columns:minmax(260px,.65fr) minmax(0,1.35fr);align-items:center;gap:54px;height:520px;min-height:520px;padding:50px 48px 44px;display:grid;overflow:hidden}.testimonial-portrait{background:#0a4936;border:1px solid #ffffff21;border-radius:22px;height:330px;position:relative;overflow:hidden}.testimonial-portrait img{object-fit:cover;filter:saturate(.84)contrast(1.03);width:100%;height:100%;animation:.32s both testimonial-in}.testimonial-quote{animation:.32s both testimonial-in;position:relative}.testimonial-quote-mark{color:#f0c7652e;font-family:Georgia,serif;font-size:130px;line-height:1;position:absolute;top:-65px;left:-5px}.testimonial-quote blockquote{color:#fffffff0;letter-spacing:-.02em;margin:0;font-family:Georgia,serif;font-size:clamp(24px,2vw,29px);font-style:italic;line-height:1.45;position:relative}.testimonial-quote-medium blockquote{font-size:clamp(20px,1.7vw,24px);line-height:1.42}.testimonial-quote-long blockquote{font-size:clamp(17px,1.42vw,20px);line-height:1.4}.testimonial-attribution{flex-direction:column;align-items:flex-start;gap:13px;margin:27px 0 0;display:flex}.testimonial-quote-long .testimonial-attribution{margin-top:20px}.testimonial-attribution>p{flex-direction:column;gap:5px;margin:0;display:flex}.testimonial-quote strong{color:var(--lime);font-size:12px;font-weight:720}.testimonial-attribution p span{color:#ffffff85;font-size:10px}.testimonial-facility-logo{place-items:center;width:104px;height:40px;display:grid}.testimonial-facility-logo img{object-fit:contain;object-position:left center;width:100%;height:100%}.testimonial-facility-logo-inverse img{filter:grayscale()brightness(0)invert()opacity(.62)}.testimonial-facility-logo-original{height:42px}.testimonial-facility-logo-original img{filter:none}.testimonial-facility-logo-light{background:#fff;border-radius:8px;width:126px;height:52px;padding:5px 8px;overflow:hidden}.testimonial-facility-logo-light img{filter:none}.testimonial-selectors{border-top:1px solid #ffffff1f;grid-template-columns:repeat(5,1fr);display:grid}.testimonial-selectors button{color:#ffffff7a;cursor:pointer;letter-spacing:.025em;text-align:left;background:0 0;border:0;border-right:1px solid #ffffff1a;min-height:76px;padding:18px 20px;font-size:14px;font-weight:670;line-height:1.25;transition:color .17s,background .17s;position:relative}.testimonial-selectors button:last-child{border-right:0}.testimonial-selectors button:hover,.testimonial-selectors button.active{color:#fff;background:#ffffff0e}.testimonial-selectors i{background:#ffffff1f;border-radius:99px;height:2px;position:absolute;bottom:13px;left:18px;right:18px}.testimonial-selectors button.active i{background:var(--lime)}@keyframes testimonial-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.resources-section{background:#f7f5ee}.resources-heading-row .section-heading h2{max-width:860px}.resources-heading-actions,.resource-carousel-controls{align-items:center;display:flex}.resources-heading-actions{gap:24px}.resource-carousel-controls{gap:8px}.resource-carousel-controls button{width:43px;height:43px;color:var(--green-950);cursor:pointer;background:#fff;border:1px solid #10251d29;border-radius:50%;place-items:center;padding:0;transition:color .18s,background .18s,opacity .18s;display:grid}.resource-carousel-controls button:hover:not(:disabled){color:#fff;background:var(--green-950)}.resource-carousel-controls button:disabled{opacity:.32;cursor:default}.resource-carousel-previous svg{transform:rotate(180deg)}.resource-carousel-viewport{overscroll-behavior-inline:contain;scroll-behavior:smooth;scroll-snap-type:inline mandatory;scrollbar-width:none;margin-top:58px;overflow-x:auto}.resource-carousel-viewport::-webkit-scrollbar{display:none}.resource-carousel-track{gap:15px;display:flex}.resource-card{scroll-snap-align:start;background:#fff;border:1px solid #10251d17;border-radius:19px;flex:0 0 calc(33.3333% - 10px);min-width:0;transition:transform .22s,box-shadow .22s;overflow:hidden}.resource-card:hover{box-shadow:var(--shadow-soft);transform:translateY(-5px)}.resource-art{height:185px;color:var(--green-950);align-items:flex-end;padding:18px;display:flex;position:relative;overflow:hidden}.resource-art-sun{background:var(--gold-light)}.resource-art-sky{background:var(--sky)}.resource-art-grass{background:#bddca7}.resource-art-sand{background:#e7d9bb}.resource-art-mint{background:#cbe4d9}.resource-art>span:first-child{z-index:1;letter-spacing:-.035em;max-width:160px;font-size:15px;font-weight:770;position:relative}.resource-arrow{background:#ffffff94;border-radius:50%;place-items:center;width:40px;height:40px;transition:transform .22s;display:grid;position:absolute;top:14px;right:14px}.resource-card:hover .resource-arrow{transform:translate(3px,-3px)}.resource-rings i{border:1px solid #003e2c2e;border-radius:50%;width:130px;height:130px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.resource-rings i:nth-child(2){width:200px;height:200px}.resource-rings i:nth-child(3){width:280px;height:280px}.resource-copy{padding:21px}.resource-copy>span{color:var(--green-700);letter-spacing:.1em;text-transform:uppercase;font-size:9px;font-weight:750}.resource-copy h3{letter-spacing:-.035em;min-height:72px;margin:12px 0 24px;font-size:18px;font-weight:590;line-height:1.3}.resource-copy p{color:#66766e;align-items:center;gap:7px;margin:0;font-size:11px;font-weight:620;display:flex}.faq-section{background:var(--white)}.faq-layout{grid-template-columns:.72fr 1.28fr;gap:90px;display:grid}.faq-heading{align-self:start;position:sticky;top:112px}.faq-heading .section-heading h2{font-size:clamp(42px,4.5vw,62px)}.faq-heading .button{margin-top:28px}.faq-list{border-top:1px solid #ccd4cc}.faq-list details{border-bottom:1px solid #ccd4cc}.faq-list summary{letter-spacing:-.02em;cursor:pointer;grid-template-columns:40px 1fr 28px;align-items:center;gap:16px;min-height:82px;font-size:17px;font-weight:590;list-style:none;display:grid}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary>span{color:var(--gold);font-size:10px;font-weight:760}.faq-list summary>i{background:var(--green-50);border-radius:50%;width:28px;height:28px;position:relative}.faq-list summary>i:before,.faq-list summary>i:after{content:"";background:var(--green-700);width:10px;height:1px;transition:transform .18s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.faq-list summary>i:after{transform:translate(-50%,-50%)rotate(90deg)}.faq-list details[open] summary>i:after{transform:translate(-50%,-50%)rotate(0)}.faq-list details>p{color:#5d6c65;max-width:700px;margin:-5px 48px 27px 56px;font-size:14px;line-height:1.7}.final-cta{background:var(--white);padding-top:48px}.cta-panel{color:#fff;background:var(--green-900);border-radius:30px;grid-template-columns:.95fr 1.05fr;align-items:center;gap:50px;min-height:520px;padding:70px;display:grid;position:relative;overflow:hidden}.cta-panel:before{content:"";opacity:.1;background-image:linear-gradient(#fff3 1px,#0000 1px),linear-gradient(90deg,#fff3 1px,#0000 1px);background-size:64px 64px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#0000,#000);mask-image:linear-gradient(90deg,#0000,#000)}.cta-copy{z-index:2;position:relative}.light-eyebrow{color:var(--lime)}.cta-copy h2{letter-spacing:-.067em;margin-bottom:22px;font-size:clamp(52px,5.6vw,78px);font-weight:470;line-height:.98}.cta-copy>p{color:#ffffffad;max-width:500px;margin-bottom:30px;font-size:17px;line-height:1.55}.cta-actions>a:not(.button){color:#ffffffb8;align-items:center;gap:7px;font-size:12px;font-weight:620;display:inline-flex}.cta-art{min-height:350px;position:relative}.cta-swoop{border:1px solid #f0c7652e;border-radius:50%;width:470px;height:470px;position:absolute;top:50%;left:52%;transform:translate(-50%,-50%);box-shadow:0 0 0 55px #f0c76509,0 0 0 110px #f0c76505}.cta-phone,.cta-calendar{z-index:2;color:var(--ink);background:var(--white);border-radius:15px;align-items:center;gap:13px;padding:16px;display:flex;position:absolute;box-shadow:0 22px 55px #00000047}.cta-phone{width:min(100%,420px);top:64px;left:15px;transform:rotate(-3deg)}.cta-calendar{width:min(88%,360px);bottom:56px;right:0;transform:rotate(4deg)}.cta-phone>span,.cta-calendar>span{width:47px;height:47px;color:var(--green-700);background:var(--green-100);border-radius:12px;flex:none;place-items:center;display:grid}.cta-phone>div,.cta-calendar>div{flex-direction:column;gap:4px;display:flex}.cta-phone small,.cta-calendar small{color:#7a8880;font-size:9px}.cta-phone strong,.cta-calendar strong{font-size:13px}.cta-phone>i{color:var(--green-700);background:var(--green-50);border-radius:999px;margin-left:auto;padding:5px 8px;font-size:8px;font-style:normal;font-weight:740}footer{color:#fff;background:var(--green-950);margin-top:110px}.footer-top{grid-template-columns:.9fr 1.1fr;gap:100px;padding:78px 0 58px;display:grid}.footer-brand img{width:185px;height:auto}.footer-brand p{color:#ffffff8f;max-width:320px;margin:22px 0 25px;font-size:14px;line-height:1.55}.footer-brand a{color:var(--lime);align-items:center;gap:6px;font-size:12px;font-weight:650;display:inline-flex}.footer-links{grid-template-columns:1.1fr 1fr .8fr;gap:48px;display:grid}.footer-links>div{flex-direction:column;gap:13px;display:flex}.footer-links span{color:#ffffff6b;letter-spacing:.12em;text-transform:uppercase;margin-bottom:6px;font-size:9px;font-weight:750}.footer-links a{color:#ffffffbf;font-size:12px;transition:color .16s}.footer-links a:hover{color:var(--lime)}.footer-bottom{color:#ffffff5c;border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:22px 0 28px;font-size:10px;display:flex}.case-study-page{background:var(--white);min-height:100vh}.case-study-nav{z-index:20;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffef9eb;border-bottom:1px solid #10251d17;position:sticky;top:0}.case-study-nav-inner{justify-content:space-between;align-items:center;gap:28px;min-height:78px;display:flex}.case-study-brand{width:164px}.case-study-brand img{width:100%;height:auto}.case-study-nav-actions{align-items:center;gap:25px;display:flex}.case-study-nav-actions a{font-size:12px;font-weight:650}.case-study-nav-actions a:last-child{color:#fff;background:var(--green-900);border-radius:10px;align-items:center;gap:8px;min-height:44px;padding:0 18px;display:inline-flex}.case-study-hero{background:radial-gradient(circle at 83% 24%, #bb91351f, transparent 23%), var(--cream);padding:90px 0 0;overflow:hidden}.case-study-hero-grid{grid-template-columns:minmax(0,1.18fr) minmax(360px,.82fr);align-items:center;gap:80px;display:grid}.case-study-hero-copy h1{max-width:850px;color:var(--green-950);letter-spacing:-.07em;margin:22px 0 27px;font-size:clamp(58px,6.6vw,94px);font-weight:460;line-height:.96}.case-study-partnership{color:var(--green-950);letter-spacing:.09em;text-transform:uppercase;align-items:center;gap:10px;margin-bottom:22px;font-size:13px;font-weight:760;display:flex}.case-study-partnership span{color:var(--gold);font-family:Georgia,serif;font-size:19px;font-weight:400}.case-study-hero-copy>p{color:#586861;max-width:620px;margin-bottom:31px;font-size:18px;line-height:1.55}.case-study-meta{color:var(--green-700);letter-spacing:.07em;text-transform:uppercase;flex-wrap:wrap;align-items:center;gap:10px;font-size:10px;font-weight:720;display:flex}.case-study-meta i{background:var(--gold);border-radius:50%;width:3px;height:3px}.case-study-hero-art{background:var(--green-950);border-radius:30px 30px 0 0;justify-content:center;align-items:center;min-height:470px;padding:42px;display:flex;position:relative;overflow:hidden}.case-study-hero-rings i{border:1px solid #ffffff1a;border-radius:50%;width:220px;height:220px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.case-study-hero-rings i:nth-child(2){width:340px;height:340px}.case-study-hero-rings i:nth-child(3){width:470px;height:470px}.case-study-hero-logo{z-index:1;background:#f8f4e8;border-radius:24px;place-items:center;width:min(100%,310px);padding:42px 36px;display:grid;position:relative;transform:none;box-shadow:0 26px 80px #0000004d}.case-study-hero-logo img{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:105px;margin:auto}.case-study-hero-art>span{z-index:1;color:#ffffff7a;letter-spacing:.1em;text-align:center;text-transform:uppercase;font-size:9px;font-weight:680;position:absolute;bottom:24px;left:27px;right:27px}.case-study-hero-stats{z-index:2;background:var(--green-900);border-radius:20px 20px 0 0;grid-template-columns:repeat(3,1fr);margin-top:70px;display:grid;position:relative;overflow:hidden}.case-study-hero-stats div{color:#fff;border-right:1px solid #ffffff21;justify-content:space-between;align-items:baseline;gap:14px;padding:28px 32px;display:flex}.case-study-hero-stats div:last-child{border-right:0}.case-study-hero-stats strong{letter-spacing:-.05em;font-size:32px;font-weight:550}.case-study-hero-stats span{color:#ffffff8c;letter-spacing:.06em;text-align:right;text-transform:uppercase;font-size:9px;font-weight:670}.case-study-body{padding:125px 0}.case-study-layout{grid-template-columns:230px minmax(0,760px);justify-content:center;gap:110px;display:grid}.case-study-aside{background:var(--cream);border:1px solid #10251d17;border-radius:16px;flex-direction:column;align-self:start;padding:24px;display:flex;position:sticky;top:115px}.case-study-aside span{color:var(--green-700);letter-spacing:.1em;text-transform:uppercase;margin-bottom:13px;font-size:9px;font-weight:760}.case-study-aside a{color:#627169;border-bottom:1px solid #10251d17;padding:10px 0;font-size:11px}.case-study-aside a:last-child{border-bottom:0}.case-study-chapter{padding-bottom:105px;scroll-margin-top:110px}.case-study-chapter+.case-study-chapter{border-top:1px solid var(--line);padding-top:105px}.case-study-chapter:last-child{padding-bottom:0}.case-study-label{color:var(--green-700);letter-spacing:.09em;text-transform:uppercase;align-items:center;gap:12px;margin-bottom:22px;font-size:10px;font-weight:740;display:flex}.case-study-label span{width:32px;height:32px;color:var(--green-950);background:var(--gold-light);border-radius:50%;place-items:center;font-size:9px;display:grid}.case-study-chapter h2{color:var(--green-950);letter-spacing:-.065em;margin-bottom:27px;font-size:clamp(45px,5vw,68px);font-weight:470;line-height:1}.case-study-chapter>p:not(.case-study-pullquote){color:#53635b;font-size:17px;line-height:1.8}.case-study-quote{color:#fff;background:var(--green-900);border-radius:18px;margin:48px 0 0;padding:34px 36px;position:relative;overflow:hidden}.case-study-quote>span{color:#f0c7651f;font-family:Georgia,serif;font-size:170px;line-height:1;position:absolute;top:-45px;right:20px}.case-study-quote p{margin:0;font-family:Georgia,serif;font-size:21px;font-style:italic;line-height:1.55;position:relative}.case-study-quote cite{color:var(--lime);letter-spacing:.07em;text-transform:uppercase;margin-top:22px;font-size:9px;font-style:normal;font-weight:700;display:block;position:relative}.case-study-pullquote{color:var(--green-700);margin:4px 0 27px;font-family:Georgia,serif;font-size:27px;font-style:italic;line-height:1.5}.case-study-inline-stats{grid-template-columns:repeat(3,1fr);gap:12px;margin-top:45px;display:grid}.case-study-inline-stats div{background:var(--cream);border:1px solid #10251d17;border-radius:14px;flex-direction:column;justify-content:space-between;min-height:135px;padding:22px;display:flex}.case-study-inline-stats strong{color:var(--green-950);letter-spacing:-.05em;font-size:30px;font-weight:570}.case-study-inline-stats span{color:#718078;letter-spacing:.05em;text-transform:uppercase;font-size:9px;font-weight:680}.after-hours-case{color:#fff;background:radial-gradient(circle at 78% 20%, #f0c7651a, transparent 25%), var(--green-950);padding:115px 0;scroll-margin-top:78px}.after-hours-case-grid{grid-template-columns:.85fr 1.15fr;align-items:end;gap:95px;display:grid}.after-hours-case h2{letter-spacing:-.065em;margin:20px 0 23px;font-size:clamp(48px,5vw,72px);font-weight:470;line-height:1}.after-hours-case p{color:#ffffff9e;max-width:560px;margin:0;font-size:15px;line-height:1.7}.after-hours-case-stats{gap:12px;display:grid}.after-hours-case-stats div{background:#ffffff0f;border:1px solid #ffffff21;border-radius:14px;justify-content:space-between;align-items:center;gap:25px;padding:24px 26px;display:flex}.after-hours-case-stats strong{color:var(--lime);letter-spacing:-.05em;font-size:38px;font-weight:540}.after-hours-case-stats span{color:#ffffff8c;letter-spacing:.06em;text-align:right;text-transform:uppercase;max-width:160px;font-size:9px;font-weight:680}.after-hours-case-quote{background:#ffffff0f;border:1px solid #ffffff21;border-radius:16px;grid-column:1/-1;margin:54px 0 0;padding:30px 34px;position:relative;overflow:hidden}.after-hours-case-quote>span{color:#f0c7651f;font-family:Georgia,serif;font-size:180px;line-height:1;position:absolute;top:-52px;right:25px}.after-hours-case-quote p{color:#ffffffe0;max-width:940px;margin:0;font-family:Georgia,serif;font-size:20px;font-style:italic;line-height:1.55;position:relative}.after-hours-case-quote cite{color:var(--lime);letter-spacing:.07em;text-transform:uppercase;margin-top:18px;font-size:9px;font-style:normal;font-weight:700;display:block;position:relative}.case-study-cta{background:var(--gold-light);padding:110px 0}.case-study-cta-inner{justify-content:space-between;align-items:flex-end;gap:60px;display:flex}.case-study-cta h2{max-width:820px;color:var(--green-950);letter-spacing:-.067em;margin:14px 0 0;font-size:clamp(48px,5.4vw,76px);font-weight:470;line-height:.98}.case-study-cta-inner>a{color:#fff;background:var(--green-950);border-radius:12px;flex:none;justify-content:center;align-items:center;gap:9px;min-height:55px;padding:0 23px;font-size:13px;font-weight:680;display:inline-flex}.case-study-footer{margin-top:0;padding:54px 0}.case-study-footer .container{grid-template-columns:180px 1fr auto;align-items:center;gap:45px;display:grid}.case-study-footer img{width:180px;height:auto}.case-study-footer p{color:#ffffff85;margin:0;font-size:12px}.case-study-footer a{color:var(--lime);font-size:12px;font-weight:650}a:focus-visible,button:focus-visible,summary:focus-visible,input:focus-visible{outline-offset:3px;outline:3px solid #07845759}@media (max-width:1120px){.desktop-nav{gap:18px;padding-inline:18px;font-size:12px}.hero{padding-top:160px}.hero-grid{grid-template-columns:minmax(0,.9fr) minmax(460px,1.1fr);gap:36px}.hero h1{font-size:clamp(54px,6.2vw,75px)}.product-image-wrap{height:auto}.calendar-grid{gap:52px}.data-grid{gap:48px}.audience-panel{padding:42px}.resource-card{flex-basis:calc(50% - 7.5px)}}@media (max-width:920px){.section{padding:96px 0}.product-overview.section{padding:80px 0 70px}.audience-section.section{padding:82px 0 60px}.roi-section.section{padding:72px 0 90px}.container{width:min(calc(100% - 36px), var(--container))}.desktop-nav,.nav-actions{display:none}.menu-button{display:grid}.mobile-nav{opacity:0;visibility:hidden;background:var(--white);width:min(100% - 48px,1320px);box-shadow:var(--shadow);pointer-events:none;border:1px solid #10251d1a;border-radius:17px;gap:0;padding:10px;transition:opacity .17s,transform .17s,visibility .17s;display:grid;position:absolute;top:80px;left:50%;transform:translate(-50%,-8px)}.mobile-nav-open{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)}.mobile-nav>a{border-bottom:1px solid #e5e8e3;padding:14px;font-size:14px;font-weight:620}.mobile-nav-actions{grid-template-columns:1fr 1fr;gap:8px;padding-top:10px;display:grid}.mobile-nav-actions a{border:1px solid var(--green-900);border-radius:10px;justify-content:center;align-items:center;min-height:44px;font-size:13px;font-weight:680;display:flex}.mobile-nav-actions a:last-child{color:#fff;background:var(--green-900)}.hero{padding:154px 0 76px}.hero-grid{grid-template-columns:1fr;gap:18px}.hero-copy{max-width:760px}.hero h1{max-width:780px;font-size:clamp(60px,10vw,90px)}.hero-product{width:100%;max-width:780px;margin:0 auto;padding-top:54px;transform:none}.product-image-wrap{height:auto}.bento-call,.bento-context,.bento-booking,.bento-route{grid-column:span 6}.data-grid,.calendar-grid{grid-template-columns:1fr;gap:58px}.data-copy{max-width:740px}.data-product{width:100%;max-width:780px;margin:0 auto}.calendar-product{max-width:800px;margin:0 auto}.calendar-copy{max-width:760px}.calendar-product{order:2}.calendar-copy{order:1}.audience-layout{grid-template-columns:1fr}.audience-tabs{scroll-snap-type:x mandatory;grid-template-columns:repeat(4,minmax(165px,1fr));overflow-x:auto}.audience-tabs button{scroll-snap-align:start;grid-template-columns:35px 1fr;min-width:160px}.audience-tabs button>svg{display:none}.calculator-shell{grid-template-columns:1fr;gap:34px;padding:36px}.calculator-results{min-height:520px}.story-grid{grid-template-columns:1fr}.story-card-side{grid-template-columns:1fr 1fr;display:grid}.story-side-image{border-bottom:0;border-right:1px solid #10251d17;height:100%;min-height:310px}.case-feature{grid-template-columns:1fr}.case-feature-visual{min-height:520px}.case-feature-logo{width:320px}.testimonial-stage{grid-template-columns:minmax(220px,.58fr) minmax(0,1.42fr);gap:38px}.testimonial-portrait{height:300px}.faq-layout{grid-template-columns:1fr;gap:58px}.faq-heading{max-width:720px;position:static}.cta-panel{grid-template-columns:1fr;padding:58px}.cta-art{min-height:310px}}@media (max-width:700px){.announcement{justify-content:space-between;gap:10px;font-size:10px}.announcement a{white-space:nowrap}.site-header{height:76px;padding:9px 12px}.nav-shell{border-radius:16px;height:58px;padding:0 9px 0 17px}.brand{width:138px}.mobile-nav{width:calc(100% - 24px);top:70px}.hero{min-height:auto;margin-top:-76px;padding:128px 0 62px}.hero:before{background-size:54px 54px}.hero h1{font-size:clamp(50px,15vw,72px);line-height:.96}.hero-lede{font-size:17px}.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .button{width:100%}.hero-proof{flex-direction:column;align-items:flex-start}.hero-product{padding:58px 5px 48px}.product-image-wrap{height:auto}.window-title{display:none}.window-bar{grid-template-columns:1fr 1fr}.floating-card-context{top:22px;left:-3px}.floating-card-call{bottom:13px;right:-3px}.trust-heading a{display:none}.section{padding:82px 0}.product-overview.section{padding:68px 0 58px}.audience-section.section{padding:72px 0 50px}.roi-section.section{padding:64px 0 78px}.section-heading h2{font-size:clamp(40px,12vw,58px)}.section-heading p{font-size:16px}.bento-grid{margin-top:46px}.bento-call,.bento-context,.bento-booking,.bento-route{grid-column:span 12}.bento-card{min-height:0}.route-node{min-width:77px;font-size:8px}.dark-browser-frame>img{height:270px}.calendar-note-top{top:55px;right:-8px}.calendar-note-bottom{right:10px}.audience-panel{grid-template-columns:1fr;min-height:auto;padding:28px}.audience-panel h3{font-size:36px}.audience-panel ul{grid-template-columns:1fr}.audience-panel li{min-height:auto;padding:14px 0}.audience-panel li+li{border-top:1px solid #ddd8cc;border-left:0;padding-left:0}.facility-benefits>span{padding-top:16px}.facility-logo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.facility-logo-card{height:76px;padding:12px 14px}.facility-logo-card img{height:48px}.audience-metric{min-height:300px}.roi-heading-row,.stories-heading-row,.resources-heading-row{flex-direction:column;align-items:flex-start}.roi-note{width:100%}.calculator-inputs,.calculator-results{padding:28px}.calculator-shell{border-radius:22px;gap:20px;margin-top:54px;padding:18px}.calculator-results{border-radius:18px;gap:31px;min-height:auto}.calculator-footer{flex-direction:column;align-items:flex-start}.calc-fields-grid{grid-template-columns:1fr}.primary-result strong{font-size:50px}.story-image{height:230px}.story-stats{grid-template-columns:1fr}.story-card-side{display:block}.story-side-image{border-bottom:1px solid #10251d17;border-right:0;height:220px;min-height:220px}.testimonial-ready{grid-template-columns:1fr;gap:34px;padding:34px 28px}.case-feature{border-radius:21px;margin-top:46px}.case-feature-visual{min-height:465px;padding:26px}.case-feature-meta{flex-direction:column;align-items:flex-start;gap:6px}.case-feature-rings{width:270px;height:270px;top:100px}.case-feature-logo{width:min(100%,270px);min-height:160px;padding:28px}.case-feature-stamp strong{font-size:64px}.case-feature-copy{padding:34px 27px}.case-feature-copy h3{font-size:36px}.case-feature-stats div{padding:15px 10px}.case-feature-stats strong{font-size:20px}.case-feature-stats span{font-size:7px}.case-feature-footer{flex-direction:column;align-items:flex-start}.after-hours-mini{text-align:left}.testimonials-block{border-radius:22px;margin-top:82px}.testimonials-header{flex-direction:column;align-items:flex-start;padding:32px 25px 25px}.testimonials-header h3{font-size:42px}.testimonial-stage{grid-template-columns:1fr;gap:40px;height:auto;min-height:0;padding:34px 25px 38px;overflow:visible}.testimonial-portrait{height:280px}.testimonial-quote-mark{font-size:105px;top:-50px}.testimonial-quote blockquote{font-size:19px}.testimonial-quote-medium blockquote,.testimonial-quote-long blockquote{font-size:17px}.testimonial-selectors{scroll-snap-type:x mandatory;display:flex;overflow-x:auto}.testimonial-selectors button{scroll-snap-align:start;min-width:180px}.resource-card{flex-basis:100%}.resource-copy h3{min-height:auto}.faq-list summary{grid-template-columns:28px 1fr 28px;gap:10px;font-size:15px}.faq-list details>p{margin-left:38px;margin-right:20px}.final-cta{padding-top:24px}.cta-panel{border-radius:24px;width:calc(100% - 24px);padding:42px 24px}.cta-copy h2{font-size:clamp(50px,14vw,68px)}.cta-actions{flex-direction:column;align-items:flex-start}.cta-phone{top:45px;left:0}.cta-calendar{bottom:45px;right:0}footer{margin-top:80px}.footer-top{grid-template-columns:1fr;gap:48px}.footer-links{grid-template-columns:1fr 1fr;gap:36px 24px}.footer-bottom{flex-direction:column;align-items:flex-start;gap:9px}}@media (max-width:430px){.container{width:calc(100% - 28px)}.announcement>span{display:none}.announcement{justify-content:center}.floating-card{padding:8px 9px}.floating-icon{width:30px;height:30px}.floating-card strong{font-size:10px}.floating-card small{font-size:8px}.product-image-wrap{height:auto}.call-wave{display:none}.tee-sheet-mini{grid-template-columns:62px 1fr}.route-node{min-width:70px;padding:8px 5px}.route-node svg,.calendar-note{display:none}.audience-panel{padding:23px}.calculator-inputs,.calculator-results{padding:24px 20px}.scenario-options{grid-template-columns:1fr}.calc-field-heading{flex-direction:column;align-items:flex-start;gap:7px}.calc-value-row{justify-content:flex-start}.calc-value-row input{text-align:left}.result-comparison strong{font-size:15px}.story-copy{padding:23px}.story-copy h3{font-size:25px}.story-meta{flex-direction:column;align-items:flex-start}.cta-phone>i{display:none}}@media (max-width:920px){.onboarding-heading-row{flex-direction:column;align-items:flex-start;gap:28px}.onboarding-steps{grid-template-columns:1fr;margin-top:46px}.onboarding-step{min-height:0}.onboarding-step-top{margin-bottom:34px}.case-study-hero-grid{grid-template-columns:1fr;gap:60px}.case-study-hero-copy{max-width:790px}.case-study-hero-art{border-radius:28px 28px 0 0;min-height:420px}.case-study-layout{grid-template-columns:minmax(0,760px)}.case-study-aside{display:none}.after-hours-case-grid{grid-template-columns:1fr;gap:60px}.case-study-cta-inner{flex-direction:column;align-items:flex-start}}@media (max-width:700px){.onboarding-heading-row .section-heading h2{font-size:43px}.onboarding-timing{width:100%}.onboarding-step{padding:26px}.onboarding-step h3{font-size:25px}.case-study-nav-inner{min-height:68px}.case-study-brand{width:138px}.case-study-nav-actions a:first-child{display:none}.case-study-nav-actions a:last-child{min-height:40px;padding:0 14px;font-size:11px}.case-study-hero{padding-top:65px}.case-study-hero-copy h1{font-size:clamp(50px,14vw,68px)}.case-study-hero-copy>p{font-size:16px}.case-study-hero-art{min-height:360px;padding:27px}.case-study-hero-logo{width:min(100%,270px);padding:35px 30px}.case-study-hero-stats{border-radius:17px 17px 0 0;grid-template-columns:1fr;margin-top:42px}.case-study-hero-stats div{border-bottom:1px solid #ffffff21;border-right:0;padding:21px 24px}.case-study-hero-stats div:last-child{border-bottom:0}.case-study-body{padding:84px 0}.case-study-chapter{padding-bottom:72px}.case-study-chapter+.case-study-chapter{padding-top:72px}.case-study-chapter h2{font-size:45px}.case-study-chapter>p:not(.case-study-pullquote){font-size:16px}.case-study-quote{margin-top:37px;padding:28px 24px}.case-study-quote p{font-size:19px}.case-study-inline-stats{grid-template-columns:1fr}.case-study-inline-stats div{min-height:115px}.after-hours-case{padding:84px 0}.after-hours-case h2{font-size:47px}.after-hours-case-stats div{flex-direction:column;align-items:flex-start}.after-hours-case-stats span{text-align:left;max-width:none}.after-hours-case-quote{margin-top:38px;padding:27px 23px}.after-hours-case-quote p{font-size:18px}.case-study-cta{padding:82px 0}.case-study-cta h2{font-size:49px}.case-study-footer{margin-top:0}.case-study-footer .container{grid-template-columns:1fr;gap:20px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
