:root{--ink:#142a31;--muted:#59686d;--green:#08734f;--green-dark:#055c3f;--mint:#e9f5ee;--line:#dce4e0;--paper:#f6f8f6;--white:#fff;--navy:#162e34;--radius:16px;--shadow:0 18px 55px rgba(19,45,36,.07)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:var(--white);font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}button,input,select{font:inherit}button,a,input,select,summary{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit;text-decoration:none}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid #df9d22;outline-offset:4px}input,select,button{min-width:0}button:disabled{cursor:not-allowed;opacity:.48}img,svg{max-width:100%}.icon{width:22px;height:22px;flex-shrink:0;vertical-align:middle}h1,h2,h3,p{margin:0}h1,h2,h3{line-height:1.15;letter-spacing:-.045em}h1{font-size:clamp(40px,4.9vw,68px);font-weight:750}h2{font-size:38px;font-weight:700}h3{font-size:22px;letter-spacing:-.035em}p{color:var(--muted)}[hidden]{display:none!important}.container{width:min(1184px,calc(100% - 80px));margin:auto}.narrow{max-width:840px}.section{padding:88px 0}.eyebrow{font-size:11px;letter-spacing:.13em;font-weight:750;line-height:1.6;color:var(--green);display:block;margin-bottom:16px}.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:50px;padding:13px 19px;border-radius:9px;font-size:14px;font-weight:700;border:1px solid transparent;line-height:1.4;transition:background .18s,transform .18s,border-color .18s;text-align:center}.button:hover{transform:translateY(-1px)}.button-primary{background:var(--green);color:white;box-shadow:0 4px 10px rgba(0,90,55,.1)}.button-primary:hover{background:var(--green-dark)}.button-primary .button-arrow{width:18px;height:18px;margin-left:6px}.button-outline{border-color:var(--line);background:white;color:var(--ink)}.button-outline:hover{border-color:var(--green);background:var(--mint)}.button-dark{background:var(--navy);color:white}.button-dark:hover{background:#24464e}.button-small{background:var(--green);color:white;font-size:12px;min-height:42px;padding:10px 14px;border-radius:8px}.button-small .button-arrow{display:none}.button-small .icon{height:19px;width:19px}.button-text{border:0;padding:0;min-height:30px;color:var(--green);justify-content:flex-start;box-shadow:none}.button-text .button-arrow{display:none}.text-link{display:inline-flex;gap:12px;align-items:center;color:var(--green);font-weight:700;font-size:14px}.text-link:hover{text-decoration:underline;text-underline-offset:5px}.skip-link{position:fixed;top:8px;left:16px;background:var(--navy);color:white;z-index:100;padding:12px;transform:translateY(-180%)}.skip-link:focus{transform:translateY(0)}
.topline{background:var(--navy);color:#e1ece7;font-size:10px;letter-spacing:.03em}.topline .container{display:flex;align-items:center;justify-content:space-between;min-height:33px;gap:20px}.topline span{display:flex;align-items:center;gap:7px}.topline .icon{width:13px;height:13px}.topline i{width:3px;height:3px;border-radius:50%;background:#9cb6aa;margin:0 4px}.header{background:rgba(255,255,255,.97);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20}.header-inner{height:86px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:inline-flex;align-items:center;gap:11px;flex-shrink:0}.logo-mark{width:42px;height:42px;display:flex;align-items:center;justify-content:center;background:var(--green);border-radius:10px;color:white}.logo-mark .icon{width:28px;height:28px;stroke-width:1.5}.logo-text{font-size:24px;font-weight:800;letter-spacing:-1.2px;line-height:1.08}.logo-text>span{color:var(--green);font-weight:500;letter-spacing:-1px}.logo-text small{display:block;font-size:7px;letter-spacing:1.45px;font-weight:600;color:var(--muted);margin-top:6px}.desktop-nav{display:flex;align-items:center;gap:26px;font-size:12px;font-weight:700;margin-left:auto;margin-right:16px}.desktop-nav a{padding:31px 0;position:relative;white-space:nowrap}.desktop-nav a:hover,.desktop-nav a.active{color:var(--green)}.desktop-nav a.active:after{content:'';position:absolute;bottom:20px;height:2px;background:var(--green);left:0;right:0}.header-actions{display:flex;align-items:center;gap:12px}.menu-toggle{display:none;background:white;border:1px solid var(--line);border-radius:8px;width:44px;height:44px;align-items:center;justify-content:center}.mobile-menu{padding:8px 24px 20px;border-top:1px solid var(--line)}.mobile-menu a{display:block;padding:11px 0;font-size:15px;font-weight:700}
.hero{background:var(--paper);position:relative;overflow:hidden;padding:68px 0 72px}.hero:before{content:'';position:absolute;right:0;top:0;width:42%;height:100%;background-image:radial-gradient(#bdd2c7 .75px,transparent .75px);background-size:20px 20px;opacity:.45;pointer-events:none}.hero-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(340px,.83fr);gap:64px;align-items:center;position:relative}.pill-eyebrow{display:inline-flex;gap:9px;align-items:center;font-size:10px;background:var(--mint);border:1px solid #d2e8db;border-radius:5px;padding:7px 10px;letter-spacing:.065em;margin-bottom:24px}.tiny-square{height:5px;width:5px;display:inline-block;background:var(--green)}.hero h1{font-weight:750;line-height:1.04;letter-spacing:-.052em}.hero h1>span{color:var(--green)}.hero-break{display:none}.hero-lead{font-size:16px;line-height:1.8;max-width:530px;margin:23px 0 28px}.hero-actions{display:flex;gap:18px;align-items:center;flex-wrap:wrap}.hero-secondary{font-size:13px;font-weight:700;display:flex;align-items:center;gap:7px}.hero-secondary .icon{width:17px;height:17px}.hero-secondary:hover{color:var(--green)}.hero-trust{display:flex;flex-wrap:wrap;gap:20px;margin-top:25px;font-size:11px;color:var(--muted)}.hero-trust span{display:flex;align-items:center;gap:5px}.hero-trust .icon{height:14px;width:14px;color:var(--green)}.request-card{padding:25px 26px 20px;background:white;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);position:relative}.request-card:before{content:'';height:4px;position:absolute;top:-1px;left:25px;right:25px;border-radius:0 0 3px 3px;background:var(--green)}.request-card-heading{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:15px}.request-card-heading .eyebrow{margin:0;font-size:9px}.request-channel{font-size:10px;color:var(--muted);display:flex;align-items:center;gap:4px}.request-channel .icon{height:13px;width:13px}.request-card h2{font-size:27px;letter-spacing:-.045em;line-height:1.16}.request-card>p{font-size:12px;margin-top:8px}.quick-services{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:20px 0}.quick-service{font-size:12px;text-align:left;display:flex;align-items:center;gap:8px;min-height:40px;border:1px solid var(--line);border-radius:7px;background:white;padding:9px 11px;color:var(--ink)}.quick-service .icon{height:17px;width:17px;color:var(--muted)}.quick-service:hover,.quick-service[aria-pressed=true]{color:var(--green);background:var(--mint);border-color:#7fb79d}.quick-service[aria-pressed=true] .icon{color:var(--green)}.field-label{display:block;font-size:11px;font-weight:700;margin-bottom:7px}.field-label>span{font-weight:400;color:var(--muted)}.input-with-icon{position:relative}.input-with-icon>.icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);height:18px;width:18px;color:#6d8179;pointer-events:none}.input-with-icon input{width:100%;border:1px solid var(--line);border-radius:7px;min-height:44px;padding:10px 12px 10px 39px;background:#fbfcfb;font-size:13px;color:var(--ink)}.input-with-icon input:focus{border-color:var(--green);background:white}.input-with-icon input::placeholder{color:#76827e}.request-card .field-hint{font-size:10px;margin:7px 0 16px}.request-card .button{width:100%;font-size:12px;min-height:48px}.request-foot{display:flex;justify-content:center;align-items:center;gap:5px;color:var(--muted);font-size:9px;line-height:1.5;margin-top:13px}.request-foot .icon{width:13px;height:13px}
.audience-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:white}.audience-strip .container{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:20px}.audience-strip span{color:var(--muted);font-size:9px;letter-spacing:.1em;font-weight:700}.audience-strip p{font-weight:700;font-size:14px;color:var(--ink);letter-spacing:-.02em}.audience-strip i{height:4px;width:4px;background:#a5b6aa;border-radius:50%}.audience-strip .audience-end{font-size:11px;border:1px solid var(--line);padding:4px 9px;border-radius:4px}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:35px;margin-bottom:34px}.section-heading .eyebrow{margin-bottom:12px}.section-heading p{font-size:14px;max-width:385px;line-height:1.75}.service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.service-card{padding:26px;background:white;border:1px solid var(--line);border-radius:13px;position:relative;transition:border .18s,transform .18s}.service-card:hover{border-color:#8bae9b;transform:translateY(-3px)}.service-card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:27px}.service-icon{background:var(--mint);height:43px;width:43px;display:flex;align-items:center;justify-content:center;border:1px solid #d9e9de;border-radius:9px;color:var(--green)}.card-index{font-size:11px;color:#6c7d74;font-family:ui-monospace,monospace}.service-card h3{font-size:21px;margin-bottom:12px}.service-card h3 a:after{content:'';position:absolute;inset:0;border-radius:13px}.service-card p{font-size:13px;max-width:275px;line-height:1.7;min-height:44px}.card-link{margin-top:24px;font-size:11px;font-weight:700;color:var(--green);display:flex;align-items:center;justify-content:space-between;position:relative;z-index:1}.card-link .icon{width:18px;height:18px}.service-inquiry{background:#fafbf9}.service-inquiry .service-icon{background:#f0f3ef;color:#526b5d}.steps-section{background:var(--paper);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.steps-section .section-heading{margin-bottom:42px}.steps-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:34px}.step{border-top:1px solid #bdcfc2;padding-top:19px}.step-top{display:flex;justify-content:space-between;color:var(--green);margin-bottom:25px}.step-top>span{font-family:ui-monospace,monospace;font-size:12px}.step-top>.icon{height:23px;width:23px}.step h3{font-size:22px;line-height:1.3;margin-bottom:12px}.step p{font-size:13px;max-width:305px;line-height:1.8}.catalog-promo-inner{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.catalog-promo h2{margin-bottom:20px}.catalog-promo p{font-size:14px;max-width:420px}.catalog-promo .button{margin:25px 0 28px;font-size:12px}.catalog-stats{display:flex;gap:32px}.catalog-stats>span{font-size:9px;display:flex;flex-direction:column;color:var(--muted)}.catalog-stats strong{font-size:20px;color:var(--ink);line-height:1.4;letter-spacing:-.04em;font-weight:700;margin-bottom:4px}.catalog-preview{border:1px solid var(--line);border-radius:16px;background:var(--paper);padding:25px}.catalog-preview-label{display:flex;align-items:center;gap:8px;font-size:10px;letter-spacing:.08em;font-weight:700;color:#596c60;margin-bottom:22px}.catalog-preview-label .icon{width:15px;height:15px}.preview-row{display:flex;gap:12px;align-items:center;background:white;border:1px solid var(--line);border-radius:9px;padding:15px 13px;margin-bottom:11px}.preview-row>span{color:var(--green);background:var(--mint);display:grid;place-items:center;width:33px;height:33px;border-radius:6px}.preview-row .icon{height:19px;width:19px}.preview-row>div>small{font-size:8px;letter-spacing:.09em;color:var(--muted);display:block}.preview-row>div>strong{font-size:14px;display:block;letter-spacing:-.03em}.preview-options{font-size:9px;color:var(--green);margin-left:auto;text-align:right;max-width:125px}.catalog-preview>p{font-size:10px;line-height:1.7;margin-top:18px;max-width:none}.faq-section{border-top:1px solid var(--line)}.faq-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:76px}.faq-layout>div:first-child>p{font-size:14px;margin:18px 0 24px;max-width:315px}.faq-layout>div:first-child .button{font-size:12px}.accordion details{border-bottom:1px solid var(--line)}.accordion details:first-child{border-top:1px solid var(--line)}.accordion summary{font-size:14px;line-height:1.6;font-weight:700;display:flex;gap:20px;align-items:center;justify-content:space-between;padding:22px 0;cursor:pointer;list-style:none}.accordion summary::-webkit-details-marker{display:none}.plus{font-size:21px;font-weight:400;color:var(--green);width:18px;flex-shrink:0;text-align:center}.accordion details[open] .plus{transform:rotate(45deg)}.accordion details>p{font-size:13px;line-height:1.8;padding:0 34px 22px 0}.cta-section{padding:0 0 82px}.cta-band{background:var(--navy);border-radius:18px;color:white;padding:43px 46px;display:flex;justify-content:space-between;align-items:center;gap:36px;position:relative;overflow:hidden}.cta-band .eyebrow{color:#93c9aa;font-size:9px;letter-spacing:.12em;margin-bottom:14px}.cta-band h2{font-size:36px}.cta-band p{color:#c1d1ca;font-size:12px;margin-top:16px}.cta-band .button{background:#abebc0;color:#134530;box-shadow:none;font-size:13px}.cta-band .button:hover{background:#c5f4d4}.cta-band>div:last-child{flex-shrink:0}.cta-band small{display:block;color:#b4c9be;font-size:10px;text-align:center;margin-top:12px}.footer{background:var(--paper);border-top:1px solid var(--line);padding:55px 0 0}.footer-grid{display:grid;grid-template-columns:1.25fr .8fr .75fr 1.1fr;gap:45px}.footer .brand{margin-bottom:19px}.footer .logo-mark{width:35px;height:35px;border-radius:8px}.footer .logo-mark .icon{width:24px;height:24px}.footer .logo-text{font-size:21px}.footer .logo-text small{font-size:6px;letter-spacing:1.2px}.footer-grid p{font-size:11px;max-width:245px;line-height:1.8;margin-bottom:18px}.footer-grid h3{font-size:12px;font-weight:700;letter-spacing:0;margin:4px 0 20px}.footer-grid>div>a:not(.brand):not(.button){display:block;font-size:11px;color:var(--muted);padding:4px 0}.footer-grid a:hover{color:var(--green)}.footer .location{display:flex;align-items:center;gap:6px;font-size:10px;color:var(--muted)}.footer .location .icon{width:14px;height:14px}.footer .button-text{font-size:12px;white-space:nowrap}.footer .button-text .icon{width:18px;height:18px}.footer-bottom{margin-top:46px;padding:22px 0;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;font-size:9px;color:var(--muted);gap:20px}.footer-bottom>div{display:flex;gap:20px}.mobile-cta{display:none}
.breadcrumb{display:flex;align-items:center;gap:9px;font-size:10px;color:var(--muted);padding-top:24px;line-height:1.4}.breadcrumb .icon{width:12px;height:12px}.breadcrumb a:hover{color:var(--green)}.page-hero{padding:44px 0 66px;border-bottom:1px solid var(--line);background:linear-gradient(180deg,white 65%,var(--paper))}.page-hero-grid{display:grid;grid-template-columns:1.25fr .8fr;gap:76px;align-items:center}.page-hero h1{font-size:56px;line-height:1.1;max-width:680px}.page-hero .eyebrow{font-size:10px}.page-lead{font-size:16px;line-height:1.8;margin:22px 0 27px;max-width:620px}.quiet-note{font-size:10px;margin-top:18px}.requirements-card{background:var(--paper);padding:30px;border-radius:16px;border:1px solid var(--line)}.requirements-card h2{font-size:23px;margin:23px 0}.check-list{padding:0;margin:0;list-style:none;display:grid;gap:15px}.check-list li{font-size:13px;display:flex;gap:10px;align-items:flex-start;line-height:1.5}.check-list .icon{width:17px;height:17px;color:var(--green);margin-top:2px}.requirements-card p{font-size:11px;margin-top:25px;border-top:1px solid var(--line);padding-top:19px}.prose-split{display:grid;grid-template-columns:1fr 1fr;gap:76px;align-items:start}.prose-split h2{font-size:33px;max-width:460px}.prose-split p{font-size:14px;line-height:1.9}.prose-split .text-link{margin-top:25px}.sample-section{background:var(--paper);border-top:1px solid var(--line)}.sample-section h2{font-size:30px}.sample-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.sample-card{background:white;border:1px solid var(--line);border-radius:12px;padding:25px}.sample-label{font-size:10px;letter-spacing:.03em;color:var(--muted);display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:19px}.sample-label>span{font-size:8px;letter-spacing:0;padding:2px 6px;background:var(--mint);color:var(--green);border-radius:4px;white-space:nowrap}.sample-card h3{font-size:24px;letter-spacing:-.025em;margin-bottom:14px}.sample-card p{font-size:12px;line-height:1.7}.sample-card>small{display:block;font-size:10px;color:var(--muted);margin-top:14px}.sample-card .button{margin-top:22px;width:100%;font-size:11px;min-height:43px;padding:10px}.sample-card .button .icon{width:16px;height:16px}.catalog-note{font-size:11px;line-height:1.8;margin-top:20px;color:var(--muted)}.simple-hero{padding:54px 0 52px;background:white}.simple-hero h1{max-width:890px;font-size:52px;line-height:1.13}.simple-hero p{max-width:750px;font-size:16px;line-height:1.8;margin-top:20px}.simple-hero+.section{padding-top:18px}.info-layout{display:grid;grid-template-columns:1.3fr .7fr;gap:80px;align-items:start}.info-blocks{display:grid;gap:26px}.info-block{padding-bottom:25px;border-bottom:1px solid var(--line)}.info-block h2{font-size:25px;margin-bottom:15px}.info-block p{font-size:15px;line-height:1.9}.sticky-contact{background:var(--paper);border:1px solid var(--line);border-radius:14px;padding:27px;position:sticky;top:118px}.sticky-contact h2{font-size:25px;line-height:1.2;margin:24px 0 15px}.sticky-contact p{font-size:13px;line-height:1.8}.sticky-contact .button{font-size:12px;margin:25px 0 14px;width:100%}.sticky-contact small{color:var(--muted);font-size:10px}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;max-width:1000px}.contact-card{border:1px solid var(--line);border-radius:15px;padding:36px;background:var(--paper)}.contact-card>.icon{width:33px;height:33px;color:var(--green);margin-bottom:25px}.contact-card h2{font-size:24px;margin-bottom:20px}.contact-card p{font-size:14px;max-width:375px}.contact-card .contact-number,.contact-card .contact-place{font-size:29px;letter-spacing:-.03em;line-height:1.45;font-weight:700;color:var(--ink);margin-bottom:19px}.contact-card .button{margin-top:27px;font-size:13px}.contact-card .text-link{margin-top:25px}.copy-button{border:0;background:none;font-size:12px;text-decoration:underline;text-underline-offset:4px;color:var(--green);display:block;margin-top:14px;padding:6px 0}.contact-card #copy-feedback{font-size:11px;display:block;color:var(--green);min-height:20px}.notice{border-left:3px solid #b1c3b5;background:var(--paper);padding:16px 20px;font-size:12px;line-height:1.8;margin:25px 0}.not-found{padding:110px 0 135px}.not-found .hero-actions{margin-top:30px}
.catalog-title{padding-bottom:37px}.catalog-section{padding:0 0 76px}.catalog-filters{display:grid;grid-template-columns:1.5fr 1fr 1.2fr auto;gap:16px;align-items:end;padding:23px;background:var(--paper);border:1px solid var(--line);border-radius:13px}.catalog-filters label{display:block;font-size:11px;font-weight:700;margin-bottom:8px}.catalog-filters select{width:100%;height:44px;background:white;border:1px solid var(--line);border-radius:7px;font-size:12px;color:var(--ink);padding:9px 30px 9px 11px}.catalog-filters .input-with-icon input{background:white}.button-clear{background:white;border-color:var(--line);font-size:12px;min-height:44px;padding:10px 14px}.catalog-status{display:flex;justify-content:space-between;align-items:center;gap:20px;margin:26px 0 12px;font-size:12px;color:var(--muted)}.catalog-status strong{font-size:18px;letter-spacing:-.03em;color:var(--ink);margin-right:5px}.catalog-status>span{font-size:10px}.top-note{margin:0 0 23px;padding-left:12px;border-left:2px solid #bdcfbe;max-width:1050px}.catalog-results{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.result-card{background:white;border:1px solid var(--line);border-radius:12px;padding:21px;display:flex;flex-direction:column;min-width:0}.result-top{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-bottom:18px;font-size:10px;color:var(--muted)}.result-top small{white-space:nowrap;font-size:9px}.result-card h3{font-size:21px;letter-spacing:-.035em;overflow-wrap:anywhere;margin-bottom:16px}.option-tags{display:flex;flex-wrap:wrap;gap:5px;margin-bottom:20px}.option-tags>span{font-size:9px;line-height:1.5;border:1px solid #dde9e0;background:#f5f9f6;border-radius:4px;padding:3px 6px;color:#365d49;word-break:break-word}.result-bottom{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:10px;padding-top:15px;border-top:1px solid #edf0ed}.result-bottom>small{font-size:9px;color:var(--muted);flex-shrink:0}.result-bottom .button{font-size:10px;min-height:37px;padding:8px 9px;border-radius:6px;gap:6px}.result-bottom .button .icon{width:15px;height:15px}.result-bottom .button .button-arrow{display:none}.pagination{margin-top:28px;display:flex;justify-content:center;gap:24px;align-items:center;font-size:12px;color:var(--muted)}.pagination .button{min-height:41px;font-size:12px;padding:10px 17px}.catalog-empty{padding:70px 20px;text-align:center;background:var(--paper);border:1px solid var(--line);border-radius:12px}.catalog-empty>.icon{width:36px;height:36px;color:var(--green);margin-bottom:23px}.catalog-empty h2{font-size:27px}.catalog-empty p{font-size:14px;max-width:550px;margin:20px auto 24px}.source-note{margin-top:34px;border-top:1px solid var(--line);padding-top:20px}.source-note summary{font-size:12px;font-weight:700;cursor:pointer}.source-note p{font-size:12px;margin-top:15px;line-height:1.8;max-width:950px}
@media(min-width:1400px){.hero{padding:80px 0 84px}.hero-grid{gap:90px}}
@media(max-width:1100px){.container{width:calc(100% - 56px)}.desktop-nav{gap:17px;margin-right:0;font-size:11px}.header-inner{gap:20px}.hero-grid{gap:35px;grid-template-columns:1.1fr .85fr}.hero h1{font-size:57px}.hero-actions{gap:14px}.hero-actions>.button{font-size:12px;padding:12px 15px}.hero-secondary{font-size:11px}.request-card{padding:23px 21px 18px}.hero-trust{gap:13px;font-size:10px}.footer-grid{gap:30px}.page-hero-grid{gap:40px}.page-hero h1{font-size:48px}.faq-layout{gap:45px}.catalog-promo-inner{gap:42px}.catalog-filters{grid-template-columns:1.4fr .9fr 1.1fr auto;gap:10px}.result-bottom{flex-wrap:wrap}.result-bottom .button{margin-left:auto}}
@media(max-width:900px){.desktop-nav{display:none}.header-inner{height:75px}.menu-toggle{display:flex}.hero{padding:46px 0 54px}.hero-grid{gap:28px;grid-template-columns:1.05fr .9fr}.hero h1{font-size:48px}.hero-break{display:block}.hero-lead{font-size:14px;margin-top:20px}.pill-eyebrow{font-size:8px;letter-spacing:.04em}.hero-trust{gap:10px}.hero-trust span:last-child{display:none}.request-card h2{font-size:23px}.quick-service{font-size:10px;padding:9px 8px;gap:5px}.request-card .button{font-size:11px}.request-card .button-arrow{display:none}.audience-strip .container{gap:13px}.audience-strip p{font-size:12px}.audience-strip span{font-size:8px}.audience-end{display:none}.service-card{padding:22px}.service-card h3{font-size:18px}.service-card p{font-size:12px}.section{padding:64px 0}.section-heading h2,h2{font-size:32px}.section-heading p{font-size:12px;max-width:300px}.steps-grid{gap:24px}.step h3{font-size:20px}.catalog-promo-inner{gap:32px}.catalog-preview{padding:18px}.preview-row{gap:8px;padding:13px 10px}.preview-options{font-size:8px}.faq-layout{grid-template-columns:.85fr 1.15fr;gap:36px}.cta-band{padding:36px 32px;gap:25px}.cta-band h2{font-size:29px}.cta-band .button{font-size:11px;padding:12px 14px}.footer-grid{grid-template-columns:1.3fr 1fr;gap:35px 60px}.page-hero-grid{gap:32px}.page-hero h1{font-size:42px}.page-lead{font-size:14px}.requirements-card{padding:24px}.requirements-card h2{font-size:21px}.check-list li{font-size:12px}.prose-split{gap:38px}.prose-split h2{font-size:28px}.sample-card{padding:20px}.sample-card h3{font-size:21px}.sample-label{flex-wrap:wrap}.simple-hero h1{font-size:43px}.info-layout{gap:35px;grid-template-columns:1.2fr .8fr}.info-block p{font-size:14px}.catalog-filters{grid-template-columns:1fr 1fr}.catalog-filters .search-field{grid-column:1/-1}.catalog-filters .button-clear{grid-column:1/-1;min-height:36px}.catalog-results{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-filters{padding:20px;gap:16px}.sample-card .button .button-arrow{display:none}}
@media(max-width:680px){.container{width:calc(100% - 40px)}body{padding-bottom:79px}.topline{font-size:9px}.topline .container{min-height:30px;justify-content:center}.topline .topline-right{display:none}.header-inner{height:70px;gap:14px}.logo-mark{width:35px;height:35px;border-radius:9px}.logo-mark .icon{width:24px;height:24px}.logo-text{font-size:22px}.logo-text small{font-size:6px;letter-spacing:1.2px}.brand{gap:8px}.header-actions{gap:8px}.header-actions .button-small{font-size:10px;padding:9px 10px;min-height:37px}.header-actions .button-small .icon{width:17px;height:17px}.header-actions .button-small span{display:none}.header-actions .button-small{width:37px}.menu-toggle{width:37px;height:37px}.menu-toggle .icon{width:20px;height:20px}.hero{padding:35px 0 37px}.hero:before{width:100%;height:50%;top:auto;bottom:0}.hero-grid{grid-template-columns:1fr;gap:33px}.hero h1{font-size:48px;letter-spacing:-.055em;line-height:1.03}.hero-break{display:none}.pill-eyebrow{font-size:8px;padding:6px 8px;margin-bottom:19px;gap:7px}.hero-lead{font-size:14px;line-height:1.8;margin:19px 0 22px;max-width:450px}.hero-actions{gap:15px}.hero-actions>.button{font-size:12px;min-height:48px}.hero-secondary{font-size:11px}.hero-trust{font-size:9px;gap:17px;margin-top:20px}.hero-trust span:last-child{display:flex}.request-card{padding:22px 22px 18px;border-radius:14px;max-width:none}.request-card h2{font-size:25px}.request-card h2 br{display:none}.request-card>p{font-size:12px}.request-card-heading{margin-bottom:15px}.quick-services{grid-template-columns:repeat(3,1fr);margin:19px 0;gap:7px}.quick-service{font-size:10px;padding:10px 7px;justify-content:center;gap:5px;min-height:42px}.quick-service .icon{width:15px;height:15px}.request-card .button{font-size:12px;min-height:49px}.request-card .button-arrow{display:block}.request-foot{font-size:9px}.field-label{font-size:11px}.input-with-icon input{font-size:16px}.request-card .field-hint{font-size:10px}.audience-strip .container{min-height:auto;padding-top:17px;padding-bottom:17px;flex-wrap:wrap;gap:9px 13px;justify-content:center}.audience-strip .container>span:first-child{width:100%;text-align:center;margin-bottom:3px;font-size:8px}.audience-strip p{font-size:10px}.audience-strip i{height:3px;width:3px}.section{padding:49px 0}.section-heading{display:block;margin-bottom:25px}.section-heading .eyebrow{margin-bottom:11px}.eyebrow{font-size:9px}.section-heading h2,h2{font-size:29px}.section-heading p{margin-top:14px;max-width:none;font-size:12px}.section-heading .text-link{margin-top:18px;font-size:12px}.service-grid{grid-template-columns:1fr 1fr;gap:12px}.service-card{padding:20px 16px;border-radius:11px}.service-card-top{margin-bottom:20px}.service-icon{height:36px;width:36px;border-radius:8px}.service-icon .icon{height:21px;width:21px}.card-index{font-size:9px}.service-card h3{font-size:17px;line-height:1.2;letter-spacing:-.035em;min-height:20px}.service-card p{font-size:11px;line-height:1.75;min-height:58px}.card-link{font-size:10px;margin-top:20px}.card-link .icon{width:15px;height:15px}.service-inquiry h3{font-size:16px}.steps-grid{grid-template-columns:1fr;gap:26px}.steps-section .section-heading{margin-bottom:27px}.step{padding-top:16px;position:relative;padding-left:42px}.step-top{margin:0}.step-top>span{position:absolute;left:0;top:19px;font-size:11px}.step-top>.icon{position:absolute;right:0;top:19px;width:20px;height:20px}.step h3{font-size:20px;max-width:calc(100% - 24px);margin-bottom:10px}.step p{font-size:12px;max-width:none}.catalog-promo-inner{grid-template-columns:1fr;gap:30px}.catalog-promo h2{margin-bottom:16px}.catalog-promo p{font-size:13px;max-width:none}.catalog-promo .button{font-size:12px;margin:22px 0 25px}.catalog-stats{gap:30px}.catalog-stats strong{font-size:20px}.catalog-stats>span{font-size:9px}.catalog-preview{padding:20px}.catalog-preview>p{font-size:10px}.preview-options{font-size:9px}.preview-row>div>strong{font-size:14px}.preview-row{padding:13px;gap:12px}.faq-layout{grid-template-columns:1fr;gap:27px}.faq-layout>div:first-child>p{margin:15px 0 18px;max-width:none;font-size:13px}.accordion summary{font-size:13px;padding:18px 0}.accordion details>p{font-size:12px;padding-bottom:19px}.faq-layout>div:first-child .button{min-height:43px;font-size:11px}.cta-section{padding-bottom:47px}.cta-band{padding:28px 24px;display:block;border-radius:14px}.cta-band h2{font-size:29px}.cta-band p{font-size:12px;line-height:1.75;margin-top:14px}.cta-band>div:last-child{margin-top:24px}.cta-band .button{width:100%;min-height:49px;font-size:12px}.cta-band small{font-size:9px}.footer{padding-top:35px}.footer-grid{grid-template-columns:1fr 1fr;gap:27px 25px}.footer-grid>div:first-child{grid-column:1/-1}.footer-grid>div:last-child{grid-column:1/-1}.footer-grid p{max-width:330px}.footer-grid h3{font-size:12px;margin-bottom:15px}.footer-grid>div>a:not(.brand):not(.button){font-size:11px;padding:5px 0}.footer .brand{margin-bottom:15px}.footer-grid p{font-size:11px;margin-bottom:14px}.footer-bottom{display:block;margin-top:28px;font-size:9px;padding:20px 0}.footer-bottom>div{margin-top:10px;gap:18px}.mobile-cta{display:flex;position:fixed;z-index:30;bottom:0;left:0;right:0;background:rgba(255,255,255,.98);border-top:1px solid var(--line);padding:11px 20px calc(11px + env(safe-area-inset-bottom));justify-content:space-between;align-items:center;gap:12px;box-shadow:0 -4px 15px rgba(15,41,29,.04)}.mobile-cta>span{display:flex;flex-direction:column;gap:3px}.mobile-cta strong{font-size:12px;letter-spacing:-.02em}.mobile-cta small{font-size:9px;color:var(--muted)}.mobile-cta .button{font-size:12px;min-height:44px;padding:10px 14px;gap:7px}.mobile-cta .button .icon{width:18px;height:18px}.mobile-cta .button-arrow{display:none}.desktop-only{display:none}.breadcrumb{font-size:9px;padding-top:19px;gap:5px}.page-hero{padding:32px 0 41px}.page-hero-grid{grid-template-columns:1fr;gap:30px}.page-hero h1{font-size:42px;line-height:1.1}.page-lead{font-size:14px;line-height:1.8;margin:18px 0 22px}.page-hero .eyebrow{font-size:9px}.quiet-note{font-size:9px;margin-top:15px}.requirements-card{padding:24px}.requirements-card h2{font-size:23px;margin:20px 0}.check-list li{font-size:13px}.requirements-card p{font-size:11px}.prose-split{grid-template-columns:1fr;gap:22px}.prose-split h2{font-size:28px}.prose-split p{font-size:13px}.prose-split .text-link{font-size:12px;margin-top:20px}.sample-grid{grid-template-columns:1fr;gap:13px}.sample-card{padding:23px}.sample-label{flex-wrap:nowrap;font-size:10px}.sample-card h3{font-size:23px}.sample-card .button{font-size:12px;min-height:44px}.sample-card p{font-size:12px}.sample-section h2{font-size:27px}.catalog-note{font-size:10px;line-height:1.9}.simple-hero{padding:34px 0 34px}.simple-hero h1{font-size:38px}.simple-hero p{font-size:14px;margin-top:18px}.simple-hero+.section{padding-top:8px}.info-layout{grid-template-columns:1fr;gap:30px}.info-block h2{font-size:23px}.info-block p{font-size:13px}.info-blocks{gap:24px}.sticky-contact{position:static;padding:25px}.sticky-contact h2{font-size:26px}.sticky-contact .button{max-width:330px}.contact-grid{grid-template-columns:1fr;gap:16px}.contact-card{padding:27px}.contact-card .contact-number,.contact-card .contact-place{font-size:28px}.contact-card p{font-size:13px}.contact-card .button{font-size:12px}.catalog-filters{grid-template-columns:1fr;gap:15px;padding:20px}.catalog-filters .search-field,.catalog-filters .button-clear{grid-column:auto}.catalog-filters select{font-size:16px;height:46px}.catalog-filters label{font-size:11px}.catalog-filters .input-with-icon input{font-size:15px;min-height:46px}.catalog-filters .button-clear{font-size:12px}.catalog-results{grid-template-columns:1fr;gap:13px}.catalog-status{align-items:flex-start;gap:10px}.catalog-status>span{font-size:9px;padding-top:5px;white-space:nowrap}.catalog-status p{font-size:11px}.catalog-status strong{font-size:17px}.result-card{padding:23px}.result-top{font-size:10px}.result-card h3{font-size:23px}.option-tags>span{font-size:10px;padding:4px 7px}.result-bottom .button{font-size:11px;min-height:40px}.result-bottom>small{font-size:10px}.catalog-empty{padding:45px 23px}.catalog-empty h2{font-size:25px}.catalog-empty p{font-size:13px}.catalog-empty .button{font-size:12px}.catalog-section{padding-bottom:45px}.source-note p{font-size:11px}.not-found{padding:65px 0 85px}.not-found h1{font-size:36px}}
@media(max-width:370px){.container{width:calc(100% - 30px)}.hero h1{font-size:42px}.hero-secondary{font-size:10px}.hero-trust{gap:10px;font-size:8px}.quick-service{font-size:9px;gap:4px}.quick-service .icon{width:13px;height:13px}.request-card{padding:20px 17px}.hero-actions{gap:14px}.hero-actions>.button{font-size:11px;padding:12px}.service-card{padding:18px 13px}.service-card h3{font-size:16px}.service-card p{font-size:10px}.mobile-cta{padding-left:15px;padding-right:15px}.mobile-cta strong{font-size:11px}.catalog-stats{gap:24px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
@media print{.header,.topline,.footer,.mobile-cta,.button,.quick-services,.catalog-filters,.pagination{display:none!important}.container{width:100%}body{padding:0}.section{padding:20px 0}.hero{padding:20px}.hero-grid{display:block}.request-card{display:none}}

/* v0.2: clear sales copy, no extra interactions or mandatory fields. */
.hero h1{font-size:clamp(42px,4.7vw,66px);line-height:1.1;letter-spacing:-.05em}
.hero-lead{max-width:560px}
@media(max-width:1100px) and (min-width:681px){.hero h1{font-size:clamp(35px,4.6vw,51px)}.hero-actions{flex-wrap:wrap}}
@media(max-width:680px){.hero h1{font-size:clamp(34px,8.9vw,51px)}.hero-trust{flex-wrap:wrap;gap:10px 16px}.hero-actions{align-items:flex-start;flex-direction:column}.hero-actions>.button{font-size:13px;padding:13px 16px}.pill-eyebrow{font-size:8px;letter-spacing:.02em}.audience-strip .audience-end{display:none}.mobile-cta strong{font-size:11px}}

/* Optional measurement preference: in document flow, never over the WhatsApp actions. */
.measurement-preference{background:var(--paper);border-bottom:1px solid var(--line);scroll-margin-top:110px}
.measurement-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-top:18px;padding-bottom:18px}
.measurement-inner h2{font-size:16px;letter-spacing:0;margin-bottom:5px}
.measurement-inner p{max-width:790px;font-size:13px;line-height:1.6}
#measurement-status:not(:empty){margin-top:5px;font-weight:700}
.measurement-actions{display:flex;gap:10px;flex-shrink:0}
.measurement-actions .button{min-width:90px;min-height:44px;padding:10px 15px}
.measurement-settings{padding-top:12px;padding-bottom:12px}
.measurement-settings button{background:none;border:0;padding:8px 0;color:var(--green);text-decoration:underline;text-underline-offset:3px;font-size:13px;min-height:44px}
@media(max-width:768px){.measurement-inner{align-items:flex-start;flex-direction:column;gap:12px}.measurement-actions{width:100%}.measurement-actions .button{flex:1}}
