:root{--ink:#192222;--muted:#586565;--line:#dce3e2;--paper:#fff;--surface:#f3f6f5;--green:#176343;--green-soft:#e6f0e9;--blue:#315dc1;--yellow:#f7dc65;--amber:#80520e;--dark:#172b25}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:88px}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Hiragino Kaku Gothic ProN","Yu Gothic",sans-serif;color:var(--ink);background:var(--paper);line-height:1.75;letter-spacing:0}button,input,select{font:inherit}button,a,input{ -webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button{cursor:pointer}img{display:block;max-width:100%;height:auto}svg{width:20px;height:20px;flex:none;stroke-width:1.8}h1,h2,h3,p{margin:0}h1,h2,h3{line-height:1.4;overflow-wrap:anywhere}p{overflow-wrap:anywhere}h2{font-size:36px;font-weight:700}h3{font-size:21px}button:focus-visible,a:focus-visible,input:focus-visible,[tabindex]:focus-visible{outline:3px solid var(--blue);outline-offset:4px}button:disabled{opacity:.5;cursor:wait}.site-header{height:72px;padding:0 5%;display:flex;align-items:center;gap:32px;border-bottom:1px solid var(--line);background:#ffffffef;position:sticky;top:0;z-index:10}.brand{display:flex;align-items:center;gap:10px;font-size:18px;font-weight:750;white-space:nowrap}.brand-mark{width:32px;height:32px;background:var(--green);display:grid;place-items:center;color:white;border-radius:6px}.site-header nav{margin-left:auto;display:flex;gap:28px;font-size:14px}.site-header nav a:hover,.site-footer a:hover{color:var(--green)}.button{display:inline-flex;align-items:center;justify-content:center;gap:14px;padding:15px 24px;min-height:52px;border-radius:5px;font-size:15px;font-weight:700;border:1px solid transparent;transition:background .15s,transform .15s}.button:hover{transform:translateY(-2px)}.button.primary{background:var(--green);color:white}.button.primary:hover{background:#124e35}.button.secondary{border-color:#bacac2;background:white}.button.small{min-height:42px;padding:9px 17px;font-size:13px}.button.large{padding:20px 30px}.text-link{display:inline-flex;align-items:center;gap:12px;font-weight:700;color:var(--green);border-bottom:1px solid #a5b7a9;padding-bottom:4px}.actions{display:flex;justify-content:center;flex-wrap:wrap;gap:12px;margin:26px 0 14px}.eyebrow{font-size:13px;font-weight:700;color:var(--green);display:flex;align-items:center;gap:8px;margin-bottom:18px}.status-dot{width:7px;height:7px;background:var(--green);border-radius:50%}.hero{position:relative;background:#f7f9f8;overflow:hidden}.hero-copy{position:relative;z-index:1;text-align:center;padding:46px 24px 0}.hero .eyebrow{justify-content:center}.hero h1{font-size:48px;line-height:1.35}.hero-value{font-size:26px;font-weight:600;margin-top:13px}.hero-lead{font-size:15px;color:#4f605b;margin-top:18px}.sample-note{font-size:12px;color:var(--muted);line-height:1.7}.hero-visual{height:340px;background-image:url('assets/hero-board.png');background-repeat:no-repeat;background-size:auto 100%;background-position:center top;margin-top:24px}.benefit-band{display:flex;justify-content:center;gap:8%;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:24px;flex-wrap:wrap;background:white;font-size:14px;font-weight:600}.benefit-band span{display:flex;align-items:center;gap:10px}.benefit-band svg{color:var(--green)}.section{padding:88px max(24px,calc((100% - 1120px)/2))}.section-heading{margin-bottom:40px}.section-heading>p:last-child:not(.eyebrow){max-width:700px;margin-top:22px;color:var(--muted);font-size:16px}.pain-section{display:grid;grid-template-columns:1fr 1fr;gap:64px}.pain-rows>div{display:grid;grid-template-columns:32px 1fr;gap:8px 16px;border-bottom:1px solid var(--line);padding:24px 0}.pain-rows>div:first-child{padding-top:0}.pain-rows b{font-size:13px;color:var(--green);padding-top:4px}.pain-rows h3{font-size:18px}.pain-rows p{grid-column:2;color:var(--muted);font-size:14px}.experience-section{background:var(--surface)}.demo-tabs{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid #aebdb6;margin-bottom:24px;gap:16px}.demo-tabs button{border:0;background:transparent;display:flex;align-items:center;justify-content:center;gap:12px;padding:20px 12px;color:var(--muted);font-size:16px;font-weight:700;border-bottom:3px solid transparent}.demo-tabs button span{font-size:12px;width:23px;height:23px;display:grid;place-items:center;border:1px solid currentColor;border-radius:50%}.demo-tabs [aria-selected=true]{color:var(--green);border-bottom-color:var(--green)}.demo-panel{border:1px solid #bfcfc6;border-radius:8px;overflow:hidden;background:white;box-shadow:0 10px 32px #1d39230a}.demo-toolbar{padding:15px 22px;display:flex;justify-content:space-between;gap:14px;border-bottom:1px solid var(--line);font-size:13px;color:var(--muted);background:#fcfdfc}.demo-toolbar>span{display:flex;align-items:center;gap:10px}.demo-label{font-size:11px;color:var(--amber)}.demo-content{padding:32px;min-height:385px}.intake-layout,.estimate-layout,.review-layout{display:grid;grid-template-columns:1fr 1fr;gap:36px}.source-pane{border-right:1px solid var(--line);padding-right:34px}.pane-label{font-size:12px;display:flex;align-items:center;gap:8px;color:var(--green);margin-bottom:16px}.source-pane h3{margin:12px 0 24px}.field-list{display:grid;gap:14px}.field-list>div{display:flex;justify-content:space-between;align-items:center;gap:14px}.field-list dt,.field-list dd{margin:0}.field-list dt{font-size:13px;color:var(--muted)}.field-list dd{font-size:15px;font-weight:600}.material-row{display:flex;gap:16px;border-top:1px solid var(--line);padding-top:22px;margin-top:24px;font-size:13px}.material-row span{display:flex;align-items:center;gap:8px}.destination-pane{align-self:center}.destination-pane h3{font-size:25px}.destination-pane p{margin:18px 0 26px;font-size:15px;color:var(--muted)}.destination-pane .button{font-size:14px}.highlight-number{font-size:44px;font-weight:650;color:var(--green);line-height:1.3;display:block}.mapping{display:flex;align-items:center;gap:20px;margin:22px 0}.mapping>div{flex:1}.mapping small{font-size:12px;color:var(--muted)}.estimate-layout{grid-template-columns:1.35fr .65fr}.demo-table{width:100%;border-collapse:collapse;font-size:12px;font-variant-numeric:tabular-nums}.demo-table th,.demo-table td{padding:6px;border-bottom:1px solid #e9eeeb;text-align:right;white-space:nowrap}.demo-table th:first-child,.demo-table td:first-child{text-align:left;white-space:normal}.demo-table th{font-weight:500;color:var(--muted)}.demo-table .highlight{background:#edf4d8}.demo-takeaway{display:flex;align-items:flex-start;gap:14px;font-size:14px;max-width:800px;margin-top:24px;color:#3d5750}.demo-takeaway svg{margin-top:3px;color:var(--green)}.review-task{padding:18px 0;border-bottom:1px solid var(--line);display:grid;grid-template-columns:1fr auto;gap:12px;font-size:14px}.review-task p{color:var(--muted);font-size:13px}.review-task button{border:1px solid #bdccc4;border-radius:4px;background:white;align-self:center;padding:7px 10px;font-size:13px}.review-task button[aria-pressed=true]{background:var(--green-soft);color:var(--green)}.review-summary{align-self:center;background:#f6f8f7;padding:28px}.review-summary p{font-size:14px;color:var(--muted);margin:16px 0}.tag{display:inline-flex;font-size:12px;color:var(--green);padding:3px 8px;background:var(--green-soft);border-radius:3px;margin-bottom:15px}.outputs-layout{display:grid;grid-template-columns:1fr 1fr;gap:80px}.document-preview{background:#eef2f1;padding:32px 40px;align-self:start}.document-preview img{box-shadow:0 5px 16px #15242117;border:1px solid #dde3e0}.output-copy h3{font-size:28px}.output-copy>p{margin:18px 0;color:var(--muted);font-size:15px}.totals-summary{margin:24px 0;font-variant-numeric:tabular-nums}.totals-summary>div{display:flex;justify-content:space-between;padding:9px 0;border-bottom:1px solid var(--line)}.totals-summary dd{margin:0;font-weight:700}.totals-summary>div:last-child{font-size:20px;color:var(--green)}.document-links{margin-top:32px}.document-links>a{display:flex;align-items:center;gap:14px;padding:18px 0;border-bottom:1px solid var(--line);font-size:15px;font-weight:600}.document-links small{font-size:12px;font-weight:400;color:var(--muted)}.document-links>a>svg:last-child{margin-left:auto}.integration-section{background:var(--dark);color:white}.integration-section .eyebrow{color:#b6d5c3}.integration-section .section-heading>p:last-child{color:#becfc8}.integration-flow{display:grid;grid-template-columns:1fr 32px 1fr;gap:34px;align-items:center}.integration-flow>div{border-top:1px solid #547366;padding-top:28px}.integration-flow>svg{color:var(--yellow)}.integration-label{font-size:12px;color:#b8c8c1}.integration-flow h3{margin:12px 0 15px;font-size:24px}.integration-flow p{color:#c7d5ce;font-size:15px;margin-bottom:22px}.tag.light{background:#e2efdf;color:#1c4832}.tag.pending{background:#f8e6b9;color:#684807}.integration-note{border-top:1px solid #547366;margin-top:30px;padding-top:24px;font-size:13px;color:#c7d5ce}.responsibility-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px}.responsibility-grid h3{display:flex;align-items:center;gap:12px;margin-bottom:24px}.responsibility-grid>div:first-child h3{color:var(--blue)}.responsibility-grid>div:last-child h3{color:var(--green)}.responsibility-grid ul{list-style:none;padding:0;margin:0}.responsibility-grid li{padding:14px 0;border-bottom:1px solid var(--line);font-size:15px}.start-section{background:var(--surface)}.onboarding{list-style:none;display:grid;grid-template-columns:repeat(3,1fr);gap:36px;margin:0;padding:0}.onboarding>li{border-top:2px solid var(--green);padding-top:20px}.onboarding>li>span{font-size:13px;color:var(--green);font-weight:700}.onboarding h3{margin:18px 0;font-size:20px}.onboarding p{font-size:14px;color:var(--muted)}.onboarding small{display:block;margin-top:24px;font-size:12px}.commercial{display:grid;grid-template-columns:1fr 1fr;gap:64px;border-top:1px solid #c7d4cb;padding-top:34px;margin-top:42px}.commercial h3{font-size:17px;margin-bottom:14px}.commercial p{color:var(--muted);font-size:14px}.faq-section{display:grid;grid-template-columns:1fr 1.4fr;gap:70px}.faq-list details{border-bottom:1px solid var(--line)}.faq-list summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:20px;font-size:15px;font-weight:600;padding:24px 0}.faq-list summary::-webkit-details-marker{display:none}.faq-list details[open] summary svg{transform:rotate(45deg)}.faq-list details p{padding:0 28px 24px 0;font-size:14px;color:var(--muted)}.contact-section{background:#e9f0eb;text-align:center}.contact-section .eyebrow{justify-content:center}.contact-section h2{font-size:40px}.contact-section>p:not(.eyebrow){margin:24px auto;max-width:680px;color:#53635b}.contact-section .contact-detail{font-size:12px}.site-footer{display:grid;grid-template-columns:1fr 1fr auto;gap:32px;padding:48px max(24px,calc((100% - 1120px)/2));font-size:12px;color:var(--muted)}.site-footer>div{display:flex;gap:24px}.site-footer>small{grid-column:1/-1;font-size:11px}.mobile-only{display:none}.sub-main{max-width:1120px;margin:auto;padding:64px 24px}.sub-main h1{font-size:36px;margin-bottom:20px}.sub-main>p{color:var(--muted);margin-bottom:36px}.sample-document{padding:38px;border:1px solid var(--line);margin:36px 0;background:white}.sample-document h2{font-size:26px}.sample-document h3{font-size:18px;margin:20px 0}.sample-document .doc-meta{display:flex;flex-wrap:wrap;justify-content:space-between;font-size:13px;gap:12px;margin:20px 0}.sample-document .demo-table{font-size:14px}.sample-document .demo-table td,.sample-document .demo-table th{padding:11px 8px}.sample-document p{font-size:14px;margin:22px 0}.document-fields{display:grid;grid-template-columns:150px 1fr;margin-top:22px;border-top:1px solid var(--line)}.document-fields dt,.document-fields dd{margin:0;padding:15px;border-bottom:1px solid var(--line);font-size:14px}.document-fields dt{background:var(--surface)}.brief{max-width:980px}.brief h2{font-size:24px;margin:46px 0 16px}.brief li,.brief p{font-size:14px}.brief table{width:100%;border-collapse:collapse;font-size:13px}.brief td,.brief th{padding:12px;border:1px solid var(--line);text-align:left;vertical-align:top}.watch-page{background:#f3f6f5}.watch-header{max-width:750px;margin:0 auto;padding:24px;display:flex;justify-content:space-between;align-items:center}.watch-header>a:last-child{font-size:13px;color:var(--green)}.watch-main{max-width:650px;padding:0 16px 32px;margin:auto}.video-box{background:#101c17;overflow:hidden;border-radius:6px}.video-box video{display:block;width:100%;height:auto;aspect-ratio:3/4;object-fit:contain;max-height:720px}.player-controls{display:flex;align-items:center;flex-wrap:wrap;gap:8px;background:#172b25;color:white;padding:12px}.player-controls button{display:grid;place-items:center;width:40px;height:40px;background:#294738;border:1px solid #476453;border-radius:4px;color:white}.player-controls button svg{width:18px;height:18px}.player-controls input[type=range]{flex:1;min-width:80px;width:90px;accent-color:#b6d592}.player-controls input[type=number]{width:65px;background:#294738;border:1px solid #476453;color:white;border-radius:3px;padding:6px;font-size:13px}.time-readout{font-size:12px;font-variant-numeric:tabular-nums;white-space:nowrap}.watch-cta{display:flex;justify-content:center;margin:24px 0}.video-box:fullscreen{display:flex;flex-direction:column;justify-content:center;border-radius:0}.video-box:fullscreen video{flex:1;min-height:0;max-height:none;object-fit:contain}.video-box:fullscreen .player-controls{flex:0 0 auto}.loading-message{font-size:13px;flex-basis:100%}.icon-button{position:relative}.icon-button:after{content:attr(aria-label);position:absolute;bottom:calc(100% + 6px);left:50%;transform:translateX(-50%);background:white;color:#16261d;font-size:12px;padding:4px 8px;white-space:nowrap;border-radius:3px;display:none;z-index:3}.icon-button:hover:after,.icon-button:focus-visible:after{display:block}
@media(max-width:1020px){.site-header nav{gap:16px}.section{padding:64px 32px}.hero h1{font-size:40px}.pain-section,.faq-section{gap:38px}.outputs-layout{gap:40px}.demo-content{padding:24px}.intake-layout,.estimate-layout,.review-layout{gap:26px}.site-footer{padding:38px 32px}}
@media(max-width:760px){h2{font-size:28px}.site-header{height:60px;padding:0 20px;gap:12px}.site-header nav{display:none}.site-header>.button{margin-left:auto;font-size:12px;padding:8px 12px}.brand{font-size:16px}.hero-copy{padding:34px 22px 0}.hero h1{font-size:34px}.hero-value{font-size:23px;margin-top:18px}.hero-lead{font-size:14px}.hero-visual{height:220px;background-size:100% auto;margin-top:22px}.hero .sample-note{font-size:11px}.benefit-band{justify-content:flex-start;gap:14px;padding:22px;font-size:12px}.benefit-band svg{width:17px;height:17px}.section{padding:56px 22px}.pain-section,.faq-section{display:block}.pain-section .section-heading{margin-bottom:32px}.demo-tabs{gap:0;margin-bottom:16px}.demo-tabs button{font-size:13px;gap:7px;padding:14px 4px}.demo-tabs button span{width:20px;height:20px;font-size:11px}.demo-toolbar{flex-direction:column;gap:6px;padding:14px 18px}.demo-content{padding:22px 18px;min-height:660px}.intake-layout,.estimate-layout,.review-layout{grid-template-columns:1fr;gap:24px}.source-pane{border-right:0;border-bottom:1px solid var(--line);padding-right:0;padding-bottom:22px}.source-pane h3{font-size:20px;margin:8px 0 20px}.field-list dd{font-size:14px}.material-row{font-size:12px;gap:12px}.destination-pane h3{font-size:21px}.destination-pane p{font-size:14px;margin:14px 0}.highlight-number{font-size:34px}.mapping{margin:16px 0}.demo-takeaway{font-size:13px}.outputs-layout{grid-template-columns:1fr;gap:32px}.document-preview{padding:24px 36px;max-width:460px}.output-copy h3{font-size:26px}.integration-flow{grid-template-columns:1fr;gap:20px}.integration-flow>svg{transform:rotate(90deg)}.integration-flow h3{font-size:22px}.responsibility-grid,.onboarding,.commercial{grid-template-columns:1fr;gap:32px}.responsibility-grid h3{font-size:19px}.onboarding>li{display:grid;grid-template-columns:34px 1fr;gap:0 14px}.onboarding h3{margin:0 0 16px}.onboarding p,.onboarding small{grid-column:2}.onboarding small{margin-top:16px}.commercial{margin-top:32px;padding-top:26px}.contact-section h2{font-size:30px}.site-footer{grid-template-columns:1fr;padding:36px 22px;gap:22px}.site-footer>div{justify-content:flex-start}.mobile-only{display:initial}.desktop-only{display:none}.sample-document{padding:22px 14px}.sub-main{padding:36px 18px}.sub-main h1{font-size:28px}.sample-document .demo-table{font-size:11px}.sample-document .demo-table th,.sample-document .demo-table td{padding:8px 3px}.document-fields{grid-template-columns:100px 1fr}.document-fields dt,.document-fields dd{padding:10px;font-size:12px}.watch-header{padding:18px 16px}.watch-header .brand{font-size:15px}.watch-main{max-width:540px}.video-box video{max-height:none}.player-controls{gap:8px;padding:10px}.player-controls input[type=range]{order:-2;min-width:calc(100% - 95px)}.time-readout{order:-1;min-width:70px}.player-controls button{width:36px;height:36px}.player-controls input[type=number]{margin-left:auto}.player-controls [data-fullscreen]{margin-left:auto}.watch-cta .button{font-size:14px}.brief{overflow-wrap:anywhere}.brief table{font-size:11px}.brief td,.brief th{padding:7px}}
@media(max-width:360px){.hero h1{font-size:30px}.hero-value{font-size:21px}.hero-visual{height:150px}.actions{gap:10px}.actions .button{font-size:13px;padding:13px 16px}.demo-table{font-size:10px}.demo-table th,.demo-table td{padding:5px 2px}.demo-content{padding:18px 12px}.demo-tabs button{font-size:12px}.site-header .brand-mark{display:none}.field-list dd{font-size:12px}}
.review-task input{width:23px;height:23px;accent-color:var(--green);align-self:center}.sample-nav{display:flex;flex-wrap:wrap;gap:16px;font-size:14px;color:var(--green)}.sample-nav a{border-bottom:1px solid #a5b7a9}.quote-amount{border-bottom:2px solid var(--ink);display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;padding:12px 0}.quote-amount strong{font-size:26px}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}[hidden]{display:none!important}.hero-visual{height:280px}@media(min-width:761px){.hero-copy{padding-top:32px}.hero .actions{margin-top:20px}.hero-visual{margin-top:18px}}@media(max-width:760px){.hero-visual{height:170px}.hero-copy{padding-top:26px}.hero-value{margin-top:12px}.hero .actions{margin-top:18px}.hero-lead{margin-top:12px}.hero .eyebrow{margin-bottom:12px}.hero h1{font-size:32px}.review-summary{padding:22px 18px}}@media(max-width:360px){.hero-visual{height:125px}.hero h1{font-size:28px}}
.demo-content{min-height:480px}.estimate-all{font-size:13px;margin-top:24px}.review-summary{background:transparent}.hero-visual{background-size:auto 100%}@media(max-width:760px){.demo-content{min-height:800px}.hero-visual{background-size:100% auto}}@media(min-width:761px) and (max-height:800px){.hero-copy{padding-top:22px}.hero h1{font-size:40px}.hero-value{font-size:23px}.hero-visual{height:220px}.hero-lead{margin-top:12px}.hero .eyebrow{margin-bottom:12px}}@media(max-width:760px) and (max-height:760px){.hero-copy{padding:20px 18px 0}.hero h1{font-size:28px}.hero-value{font-size:20px}.hero-lead{font-size:13px}.hero .actions{margin-top:14px;margin-bottom:10px}.hero .button{min-height:45px;padding:10px 14px;font-size:12px}.hero-visual{height:110px;margin-top:12px}.hero .sample-note{font-size:10px}}
.demo-content{min-height:520px}.destination-pane p.highlight-number{font-size:34px;font-weight:700;color:var(--green);line-height:1.4;margin:20px 0}@media(max-width:760px){h2{font-size:26px}.demo-content{min-height:800px}}@media(max-width:360px){h2{font-size:24px}.demo-tabs button span{display:none}.demo-tabs button{white-space:nowrap}}
.document-preview img{aspect-ratio:1800 / 3148}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}

/* v4.3: use context first, followed immediately by inspectable product artifacts. */
.hero-v43{min-height:510px;height:min(610px,calc(100svh - 190px));display:flex;align-items:center;background:#293835;color:white}
.hero-v43:after{content:"";position:absolute;inset:0;background:rgba(9,24,22,.49)}
.hero-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 53%}
.hero-v43 .hero-copy{width:1120px;margin:0 auto;padding:34px 0 44px;text-align:left;z-index:1}
.hero-v43 .eyebrow{justify-content:flex-start;color:#e6f4df;margin-bottom:18px;font-size:14px}
.hero-v43 .status-dot{background:#cae79b}
.hero-v43 h1{font-size:48px;line-height:1.35;max-width:590px;text-shadow:0 1px 8px #0004}
.hero-v43 .hero-value{font-size:25px;line-height:1.5;margin:20px 0 0}
.hero-v43 .hero-lead{font-size:15px;color:#fff;margin:18px 0 0;line-height:1.8}
.hero-v43 .actions{justify-content:flex-start;margin:24px 0 16px;gap:12px}
.hero-v43 .button.primary{background:#e6eaa7;color:#1c3626}
.hero-v43 .button.primary:hover{background:#f4f5cf}
.hero-v43 .button.secondary{background:#fff;color:var(--ink);border-color:#fff}
.hero-v43 .sample-note{color:#f0f4f1;font-size:12px}
.photo-credit{position:absolute;right:24px;bottom:15px;z-index:1;background:#172923d9;padding:2px 9px;font-size:11px;color:white}
.story-section{padding-top:40px;padding-bottom:60px;background:white}
.story-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:28px}
.story-heading .eyebrow{margin-bottom:8px}.story-heading h2{font-size:30px}.story-heading .text-link{font-size:14px;white-space:nowrap}
.product-sequence{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px}
.product-sequence figure{margin:0;min-width:0}
.sequence-image{height:284px;background:#eef3f5;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:16px;border-top:2px solid #99afaa}
.sequence-image img{max-width:100%;max-height:100%;object-fit:contain;width:auto;height:auto;box-shadow:0 5px 16px #162a261a}
.quote-image{background:#e9efe8}
.product-sequence figcaption{padding:20px 0 0}
.product-sequence figcaption>span{font-size:11px;letter-spacing:0;color:var(--green);font-weight:700}
.product-sequence h3{font-size:21px;margin-top:8px}.product-sequence p{font-size:14px;color:var(--muted);margin-top:8px}
.story-section>.sample-note{margin-top:24px;max-width:900px}
.pain-section{padding-top:58px;padding-bottom:58px;background:#f4f6f7;border-top:1px solid var(--line)}
.pain-section h2{font-size:30px}.pain-section .section-heading{margin:0}
.experience-section{background:white}.outputs-section{background:#f4f6f7}
.player-controls [data-mute]{flex:none}
.video-box video{max-height:min(720px,calc(100svh - 205px))}
@media(max-width:1190px){.hero-v43 .hero-copy{padding-left:32px;padding-right:32px}.hero-v43 h1{font-size:44px}.product-sequence{gap:22px}.sequence-image{height:248px}}
@media(max-width:760px){
  .hero-v43{height:540px;min-height:0;align-items:flex-start}
  .hero-v43:after{background:rgba(9,24,22,.57)}
  .hero-photo{object-position:66% center}
  .hero-v43 .hero-copy{padding:34px 22px 48px}
  .hero-v43 .eyebrow{font-size:13px;margin-bottom:16px}
  .hero-v43 h1{font-size:34px;line-height:1.4}
  .hero-v43 .hero-value{font-size:22px;line-height:1.5;margin-top:16px}
  .hero-v43 .hero-lead{font-size:13px;margin-top:16px}
  .hero-v43 .actions{gap:10px;margin:20px 0 14px;max-width:440px}
  .hero-v43 .button{font-size:13px;min-height:46px;padding:10px 16px;gap:8px}
  .hero-v43 .sample-note{font-size:11px;line-height:1.7}
  .photo-credit{bottom:10px;right:16px;font-size:10px}
  .story-section{padding-top:28px;padding-bottom:40px}
  .story-heading{display:block;margin-bottom:24px}.story-heading h2{font-size:25px}.story-heading .text-link{margin-top:20px;font-size:13px}
  .product-sequence{grid-template-columns:1fr;gap:30px}
  .sequence-image{height:300px;padding:20px;max-width:520px}
  .product-sequence figcaption{padding-top:12px}.product-sequence h3{font-size:20px}.product-sequence p{font-size:14px}
  .pain-section{padding-top:40px;padding-bottom:40px}.pain-section .section-heading{margin-bottom:26px}.pain-section h2{font-size:26px}
  .player-controls button{width:34px;height:34px}.player-controls input[type=number]{width:52px;margin-left:0}.player-controls [data-fullscreen]{margin-left:0}
}
@media(max-width:360px){
  .hero-v43{height:520px}.hero-v43 .hero-copy{padding:24px 18px 40px}.hero-v43 h1{font-size:28px}.hero-v43 .eyebrow{font-size:12px;margin-bottom:14px}
  .hero-v43 .hero-value{font-size:20px;margin-top:14px}.hero-v43 .hero-lead{font-size:12px;margin-top:14px}
  .hero-v43 .actions{display:grid;grid-template-columns:1fr;justify-items:start;margin:18px 0 12px;gap:9px}
  .hero-v43 .button{font-size:13px;min-height:42px;width:205px;padding:8px 12px}
  .story-heading h2{font-size:23px}.sequence-image{height:270px}.pain-section h2{font-size:24px}
  .player-controls{gap:7px}.player-controls button{width:33px;height:33px}
}
@media(min-width:761px) and (max-height:760px){.hero-v43{min-height:470px}.hero-v43 .hero-copy{padding-top:26px;padding-bottom:32px}.hero-v43 h1{font-size:40px}.hero-v43 .hero-value{font-size:23px;margin-top:14px}.hero-v43 .actions{margin-top:18px}.hero-v43 .eyebrow{margin-bottom:12px}}
.watch-page .watch-header{max-width:1280px}
.watch-page .watch-main{width:100%;max-width:min(1280px,calc((100svh - 210px) * 16 / 9 + 32px))}
.watch-page .video-box video{aspect-ratio:16/9;max-height:none}
.watch-page .video-box:fullscreen video{aspect-ratio:auto}
.watch-page .watch-cta{gap:12px;flex-wrap:wrap;margin-top:20px}
.demo-launch{display:flex;align-items:center;gap:24px;margin-top:26px;flex-wrap:wrap}
