:root {
  --ink:#152225;
  --muted:#627174;
  --line:#dde5e2;
  --soft:#f4f6f4;
  --beige:#f3efe8;
  --brand:#123e46;
  --brand-2:#1d626b;
  --accent:#dce9e3;
  --white:#fff;
  --dark:#10343b;
  --radius:22px;
  --radius-sm:14px;
  --shadow:0 22px 60px rgba(16,52,59,.10);
  --container:1220px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:86px}
body{margin:0;font-family:Inter,"Segoe UI",Arial,"Helvetica Neue",sans-serif;color:var(--ink);background:#fff;line-height:1.5;-webkit-font-smoothing:antialiased}
body.menu-open{overflow:hidden}
a{color:inherit;text-decoration:none}
img{display:block;width:100%;height:auto}
button,input,select{font:inherit}
button{cursor:pointer}
svg{display:block}
.container{width:min(var(--container),calc(100% - 48px));margin-inline:auto}
.section{padding:104px 0}
.section-soft{background:var(--soft)}
.section-dark{background:var(--dark);color:#fff}
.skip-link{position:fixed;left:12px;top:-80px;z-index:9999;background:#fff;padding:10px 14px;border-radius:8px;box-shadow:var(--shadow)}
.skip-link:focus{top:12px}

/* Header */
.site-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.94);backdrop-filter:blur(18px);border-bottom:1px solid rgba(223,230,228,.85)}
.header-inner{height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:inline-flex;align-items:center;gap:11px;min-width:max-content}
.brand-mark{width:40px;height:40px;border-radius:11px;background:var(--brand);display:grid;place-items:center;color:#fff}
.brand-mark svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:2.3;stroke-linecap:round;stroke-linejoin:round}
.brand-mark svg path:first-child{fill:currentColor;stroke:currentColor;opacity:.18}
.brand-copy{display:flex;flex-direction:column;line-height:1.05}
.brand-copy strong{font-size:18px;letter-spacing:-.02em;color:var(--brand)}
.brand-copy small{font-size:10px;letter-spacing:.02em;color:#7b8589;margin-top:5px}
.desktop-nav{display:flex;align-items:center;gap:27px;font-size:14px;color:#465357}
.desktop-nav a{position:relative;padding:8px 0;transition:.2s ease}
.desktop-nav a:after{content:"";position:absolute;height:1px;background:var(--brand);left:0;right:100%;bottom:4px;transition:right .25s ease}
.desktop-nav a:hover{color:var(--brand)}
.desktop-nav a:hover:after{right:0}
.header-actions{display:flex;align-items:center;gap:14px}
.header-phone{display:flex;flex-direction:column;text-align:right;line-height:1.1}
.header-phone span{font-weight:700;font-size:14px}
.header-phone small{font-size:10px;color:#869095;margin-top:5px}
.menu-toggle{display:none;width:44px;height:44px;border:1px solid var(--line);border-radius:12px;background:#fff;align-items:center;justify-content:center;flex-direction:column;gap:5px;padding:0}
.menu-toggle span{display:block;width:19px;height:1.5px;background:var(--ink);transition:.25s ease}
.menu-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}
.menu-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}
.menu-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}
.mobile-menu{position:absolute;left:0;right:0;top:100%;background:#fff;border-top:1px solid var(--line);box-shadow:0 22px 50px rgba(16,47,54,.12)}
.mobile-menu-inner{padding:18px 0 24px;display:flex;flex-direction:column}
.mobile-menu-inner>a:not(.btn){padding:14px 2px;border-bottom:1px solid #edf0ef;font-weight:600}
.mobile-menu-inner .mobile-phone{border:0!important;color:var(--brand);font-size:18px;margin:8px 0}
.mobile-menu-inner .btn{margin-top:8px}

/* Buttons */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;border-radius:12px;padding:0 22px;border:1px solid transparent;font-weight:700;font-size:14px;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease,color .2s ease}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:var(--brand);color:#fff;box-shadow:0 9px 24px rgba(18,59,69,.18)}
.btn-primary:hover{background:#0e3139;box-shadow:0 12px 30px rgba(18,59,69,.25)}
.btn-white{background:#fff;color:var(--brand)}
.btn-white:hover{box-shadow:0 10px 30px rgba(0,0,0,.14)}
.btn-outline{border-color:#bfc9c6;background:#fff;color:var(--brand)}
.btn-outline:hover{border-color:var(--brand);background:#f8faf9}
.btn-ghost{border-color:var(--line);background:#fff;color:var(--ink)}
.btn-ghost:hover{border-color:#b9c4c1}
.btn-sm{min-height:42px;padding:0 18px;border-radius:11px}
.btn-lg{min-height:54px;padding:0 26px}
.btn-block{width:100%}

/* Hero */
.section-hero{padding:64px 0 72px;background:linear-gradient(180deg,#fbfcfb 0%,#fff 100%);overflow:hidden}
.hero-grid{display:grid;grid-template-columns:1.01fr .99fr;align-items:center;gap:64px}
.eyebrow,.section-kicker{display:inline-flex;align-items:center;font-size:12px;text-transform:uppercase;letter-spacing:.11em;color:var(--brand);font-weight:800}
.status-dot{width:8px;height:8px;border-radius:50%;background:#5f8c74;margin-right:9px;box-shadow:0 0 0 5px rgba(95,140,116,.13)}
h1,h2,h3,p{margin-top:0}
h1{font-size:clamp(46px,4.8vw,68px);line-height:1.01;letter-spacing:-.05em;margin:22px 0 24px;max-width:720px}
h1 span,h2 span{color:var(--brand-2)}
.hero-lead{font-size:17px;line-height:1.67;color:var(--muted);max-width:670px;margin-bottom:31px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.hero-points{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);margin-top:42px;padding-top:25px;gap:18px}
.hero-points>div{display:flex;flex-direction:column;gap:4px}
.hero-points strong{font-size:22px;letter-spacing:-.03em;color:var(--brand)}
.hero-points span{font-size:12px;color:#778286}
.hero-visual{position:relative}
.photo-card{position:relative;border-radius:26px;overflow:hidden;background:#dfe6e4;box-shadow:var(--shadow)}
.hero-photo{aspect-ratio:1.02/1}
.hero-photo>img{width:100%;height:100%;object-fit:cover;object-position:center}
.photo-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0) 45%,rgba(8,28,32,.35) 100%)}
.floating-card{position:absolute;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.85);box-shadow:0 16px 50px rgba(15,45,51,.16);border-radius:16px}
.floating-card-main{left:22px;bottom:22px;padding:14px 16px;display:flex;align-items:center;gap:12px;min-width:230px}
.floating-icon{width:38px;height:38px;border-radius:11px;background:#e4f0ea;color:#416f5a;display:grid;place-items:center;flex:0 0 auto}
.floating-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2.2}
.floating-card-main div{display:flex;flex-direction:column;gap:2px}
.floating-card-main strong{font-size:13px}.floating-card-main span{font-size:10px;color:#7a8589}
.floating-card-small{right:22px;top:22px;padding:12px 14px;display:flex;flex-direction:column;gap:2px}
.floating-card-small span{font-size:10px;color:#7a8589}.floating-card-small strong{font-size:12px}

/* Trust */
.trust-strip{border-top:1px solid #edf0ef;border-bottom:1px solid #e6ebea;background:#fff}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.trust-grid>div{display:flex;align-items:center;gap:13px;padding:24px 26px;border-right:1px solid #e7ecea}
.trust-grid>div:first-child{padding-left:0}.trust-grid>div:last-child{border-right:0;padding-right:0}
.trust-grid svg{width:24px;height:24px;fill:none;stroke:var(--brand);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}
.trust-grid span{display:flex;flex-direction:column;line-height:1.15}.trust-grid strong{font-size:13px}.trust-grid small{font-size:10px;color:#7c878b;margin-top:5px}

/* Headings */
.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:50px;margin-bottom:42px}
.section-heading>div{max-width:790px}
.section-heading h2,.split-content h2,.faq-intro h2,.contact-copy h2{font-size:clamp(38px,4vw,56px);line-height:1.06;letter-spacing:-.045em;margin:14px 0 0}
.section-heading>p{max-width:390px;color:var(--muted);font-size:15px;line-height:1.65;margin-bottom:4px}
.section-heading.dark>p{color:#a9bdc1}.section-kicker.light{color:#b7d1c4}

/* Services */
.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.service-card{position:relative;min-height:292px;border:1px solid var(--line);border-radius:var(--radius);padding:26px;background:#fff;display:flex;flex-direction:column;transition:.25s ease}
.service-card:hover{transform:translateY(-5px);box-shadow:0 18px 45px rgba(18,59,69,.08);border-color:#c7d1ce}
.icon-box{width:46px;height:46px;background:#eef3f1;border-radius:13px;display:grid;place-items:center;color:var(--brand);margin-bottom:28px}
.icon-box svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.service-index{position:absolute;right:25px;top:29px;font-size:11px;color:#9aa4a7;font-weight:700}
.service-card h3{font-size:20px;line-height:1.2;letter-spacing:-.02em;margin-bottom:11px}
.service-card p{font-size:13px;color:var(--muted);line-height:1.65;margin-bottom:22px}
.service-card>a:not(.btn){font-size:12px;font-weight:800;color:var(--brand);margin-top:auto;display:inline-flex;gap:7px;align-items:center}.service-card>a span{transition:transform .2s}.service-card>a:hover span{transform:translateX(4px)}
.service-card-accent{background:var(--brand);border-color:var(--brand);color:#fff;overflow:hidden}
.service-card-accent:before{content:"";position:absolute;width:230px;height:230px;border-radius:50%;background:rgba(255,255,255,.06);right:-85px;top:-90px}
.service-card-accent:hover{border-color:var(--brand);box-shadow:0 20px 50px rgba(18,59,69,.18)}
.accent-inner{position:relative;z-index:1;display:flex;flex-direction:column;height:100%}
.accent-inner h3{font-size:24px;margin:18px 0 10px}.accent-inner p{color:#c8d7d9;max-width:300px}.accent-inner .btn{margin-top:auto;width:max-content}

/* About */
.split-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:80px;align-items:center}
.split-photo{position:relative;border-radius:26px;overflow:hidden;min-height:500px;background:#dce2df}
.split-photo>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.image-badge{position:absolute;left:20px;bottom:20px;background:#fff;border-radius:16px;padding:15px 18px;max-width:190px;box-shadow:0 15px 40px rgba(0,0,0,.14);display:flex;flex-direction:column}
.image-badge strong{font-size:24px;color:var(--brand);letter-spacing:-.03em}.image-badge span{font-size:11px;color:#728085;line-height:1.4;margin-top:4px}
.split-content h2{margin-bottom:20px}.lead-copy{color:var(--muted);font-size:16px;line-height:1.7;max-width:640px;margin-bottom:28px}
.benefits-list{display:flex;flex-direction:column;gap:0;border-top:1px solid #dfe5e3}
.benefits-list>div{display:grid;grid-template-columns:36px 1fr;gap:13px;padding:20px 0;border-bottom:1px solid #dfe5e3}
.check-icon{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#e5efea;color:#42705b;font-weight:900}
.benefits-list h3{font-size:15px;margin-bottom:5px}.benefits-list p{font-size:12px;line-height:1.55;color:var(--muted);margin:0}

/* Pricing */
.pricing-heading{align-items:center}
.pricing-switch{display:flex;padding:4px;background:#eef2f0;border-radius:12px;gap:4px}
.pricing-switch button{min-width:96px;height:40px;border:0;background:transparent;border-radius:9px;color:#718085;font-size:12px;font-weight:800;transition:.2s}
.pricing-switch button.active{background:#fff;color:var(--brand);box-shadow:0 4px 16px rgba(18,59,69,.08)}
.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;align-items:stretch}
.price-card{position:relative;border:1px solid var(--line);border-radius:var(--radius);padding:28px;background:#fff;display:flex;flex-direction:column;min-height:515px;transition:.25s ease}
.price-card:hover{transform:translateY(-5px);box-shadow:0 20px 50px rgba(18,59,69,.09)}
.price-card.featured{border:1.5px solid var(--brand);box-shadow:0 18px 50px rgba(18,59,69,.09)}
.popular-badge{position:absolute;right:18px;top:18px;background:#e6f0eb;color:#386550;border-radius:999px;padding:7px 10px;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}
.price-label{font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:#728085;font-weight:800}
.price-card h3{font-size:22px;letter-spacing:-.025em;margin:11px 0 7px}.price-card>div>p{font-size:12px;color:var(--muted)}
.price{display:flex;align-items:baseline;gap:7px;padding:25px 0 23px;border-bottom:1px solid var(--line)}
.price strong{font-size:40px;letter-spacing:-.05em;color:var(--brand)}.price span{font-size:11px;color:#788387}
.price-card ul{list-style:none;padding:23px 0 28px;margin:0;display:flex;flex-direction:column;gap:13px}
.price-card li{font-size:12px;color:#4f5a5e;position:relative;padding-left:24px}.price-card li:before{content:"✓";position:absolute;left:0;top:-1px;width:16px;height:16px;border-radius:50%;background:#e8f1ed;color:#45705e;display:grid;place-items:center;font-size:10px;font-weight:900}
.price-card .btn{margin-top:auto}.pricing-note{text-align:center;color:#7d888b;font-size:11px;margin:20px 0 0}

/* Audience */
.audience-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}
.audience-card:nth-child(1),.audience-card:nth-child(2){grid-column:span 3}
.audience-card:nth-child(n+3){grid-column:span 2}
.audience-card{min-height:210px;border:1px solid rgba(255,255,255,.12);border-radius:18px;padding:22px;background:rgba(255,255,255,.035);transition:.25s ease}
.audience-card:hover{background:rgba(255,255,255,.075);transform:translateY(-4px);border-color:rgba(255,255,255,.23)}
.audience-card>span{display:inline-flex;padding:7px 9px;border-radius:8px;background:rgba(255,255,255,.09);font-size:9px;text-transform:uppercase;letter-spacing:.08em;color:#bdd1d4;font-weight:800}
.audience-card h3{font-size:18px;line-height:1.24;margin:34px 0 10px}.audience-card p{font-size:12px;line-height:1.55;color:#9fb4b8;margin:0}

/* Process */
.process-wrap{display:grid;grid-template-columns:1fr .82fr;gap:64px;align-items:stretch}
.process-list{list-style:none;padding:0;margin:0;border-top:1px solid var(--line)}
.process-list li{display:grid;grid-template-columns:58px 1fr;gap:20px;padding:24px 0;border-bottom:1px solid var(--line)}
.process-list li>span{font-size:11px;font-weight:800;color:#90a09b;padding-top:4px}.process-list h3{font-size:17px;margin-bottom:6px}.process-list p{font-size:12px;color:var(--muted);line-height:1.6;margin:0;max-width:560px}
.process-photo{position:relative;border-radius:24px;overflow:hidden;min-height:445px;background:#dce2df}
.process-photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.process-caption{position:absolute;left:18px;right:18px;bottom:18px;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);border-radius:14px;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:16px}.process-caption span{font-size:10px;color:#7a8589}.process-caption strong{font-size:13px;color:var(--brand)}

/* Team */
.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.team-card{background:#fff;border:1px solid #e0e6e4;border-radius:var(--radius);overflow:hidden;transition:.25s ease}
.team-card:hover{transform:translateY(-5px);box-shadow:0 18px 45px rgba(18,59,69,.08)}
.team-photo{aspect-ratio:1.15/1;overflow:hidden;background:#dfe5e2}.team-photo img{width:100%;height:100%;object-fit:cover;object-position:center 25%;transition:transform .5s ease}.team-card:hover .team-photo img{transform:scale(1.025)}
.team-body{padding:21px}.team-body h3{font-size:19px;margin-bottom:3px}.role{font-size:11px;color:#4f7a68;font-weight:800;margin-bottom:15px}.team-body>p:not(.role){font-size:12px;color:var(--muted);line-height:1.6;min-height:58px}.team-meta{display:flex;gap:7px;flex-wrap:wrap;margin-top:17px}.team-meta span{font-size:9px;background:#f0f4f2;color:#61706c;border-radius:999px;padding:7px 9px}

/* Reviews */
.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.review-card{border:1px solid var(--line);border-radius:var(--radius);padding:27px;min-height:285px;display:flex;flex-direction:column;transition:.25s ease}.review-card:hover{box-shadow:0 18px 45px rgba(18,59,69,.07);transform:translateY(-3px)}
.quote-mark{font-family:Georgia,serif;font-size:56px;line-height:.7;color:#afc5bc;margin-bottom:20px}.review-card>p{font-size:13px;line-height:1.75;color:#4b5659}.review-author{margin-top:auto;padding-top:22px;border-top:1px solid var(--line);display:flex;align-items:center;gap:11px}.review-author>span{width:36px;height:36px;border-radius:50%;background:#edf2f0;color:var(--brand);display:grid;place-items:center;font-size:10px;font-weight:900}.review-author div{display:flex;flex-direction:column}.review-author strong{font-size:12px}.review-author small{font-size:9px;color:#879195;margin-top:3px}

/* FAQ */
.faq-layout{display:grid;grid-template-columns:.72fr 1.28fr;gap:80px;align-items:start}
.faq-intro{position:sticky;top:115px}.faq-intro h2{margin-bottom:20px}.faq-intro p{font-size:14px;line-height:1.7;color:var(--muted);max-width:430px;margin-bottom:25px}
.faq-list{display:flex;flex-direction:column;gap:10px}
.faq-item{border:1px solid var(--line);border-radius:15px;background:#fff;overflow:hidden;padding:0 18px;transition:border-color .2s ease,box-shadow .2s ease}
.faq-item button{width:100%;border:0;background:transparent;padding:19px 0;display:flex;align-items:center;justify-content:space-between;gap:30px;text-align:left;font-weight:700;color:var(--ink)}
.faq-item button span{font-size:15px}.faq-item button i{position:relative;width:20px;height:20px;flex:0 0 auto;border-radius:50%;border:1px solid #c5cfcc}.faq-item button i:before,.faq-item button i:after{content:"";position:absolute;background:var(--brand);left:5px;right:5px;top:9px;height:1px}.faq-item button i:after{transform:rotate(90deg);transition:.2s}.faq-item.open{border-color:#c9d6d2;box-shadow:0 10px 30px rgba(18,62,70,.06)}
.faq-item.open button i:after{transform:rotate(0)}
.faq-answer{display:grid;grid-template-rows:0fr;transition:grid-template-rows .28s ease}.faq-answer>p{overflow:hidden;margin:0;color:var(--muted);font-size:12px;line-height:1.7;max-width:690px}.faq-item.open .faq-answer{grid-template-rows:1fr}.faq-item.open .faq-answer>p{padding-bottom:19px}

/* Contact */
.contact-section{padding:88px 0;background:var(--beige)}
.contact-shell{background:var(--brand);border-radius:28px;padding:44px;display:grid;grid-template-columns:1fr .78fr;gap:80px;align-items:center;color:#fff;overflow:hidden;position:relative}
.contact-shell:before{content:"";position:absolute;width:420px;height:420px;border-radius:50%;border:1px solid rgba(255,255,255,.07);left:-170px;bottom:-240px;box-shadow:0 0 0 80px rgba(255,255,255,.025),0 0 0 160px rgba(255,255,255,.018)}
.contact-copy,.contact-form{position:relative;z-index:1}.contact-copy h2{font-size:clamp(37px,4vw,56px);margin:16px 0 20px}.contact-copy h2 span{color:#c1d8ce}.contact-copy>p{color:#c7d6d8;font-size:14px;line-height:1.75;max-width:590px}
.contact-details{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:34px}.contact-details>a,.contact-details>div{display:flex;flex-direction:column;padding-top:15px;border-top:1px solid rgba(255,255,255,.18)}.contact-details small{font-size:9px;color:#93adb2;text-transform:uppercase;letter-spacing:.08em}.contact-details strong{font-size:13px;margin-top:6px;font-weight:700}
.contact-form{background:#fff;color:var(--ink);border-radius:20px;padding:28px;box-shadow:0 20px 60px rgba(7,29,34,.24)}.form-heading h3{font-size:22px;margin-bottom:4px}.form-heading p{font-size:11px;color:var(--muted);margin-bottom:22px}.contact-form label{display:flex;flex-direction:column;gap:7px;margin-bottom:13px}.contact-form label>span{font-size:10px;font-weight:800;color:#586568}.contact-form input,.contact-form select{width:100%;height:48px;border:1px solid #d8dfdd;border-radius:11px;background:#fbfcfb;padding:0 13px;outline:none;color:var(--ink);transition:.2s}.contact-form input:focus,.contact-form select:focus{border-color:#6f8f85;box-shadow:0 0 0 3px rgba(70,111,95,.1)}.contact-form input.error{border-color:#bd6c6c;box-shadow:0 0 0 3px rgba(189,108,108,.08)}.form-note{font-size:9px;color:#90999c;line-height:1.5;text-align:center;margin:11px 10px 0}.form-success{display:none;margin-top:12px;padding:11px 12px;border-radius:10px;background:#eaf3ef;color:#376652;font-size:11px;font-weight:700}.form-success.show{display:block}

/* Footer */
.site-footer{background:#fff}.footer-top{padding:36px 0 28px;display:flex;align-items:center;justify-content:space-between;gap:30px}.footer-nav{display:flex;gap:25px;font-size:11px;color:#667378}.footer-nav a:hover{color:var(--brand)}.footer-bottom{border-top:1px solid var(--line);padding:18px 0 24px;display:flex;align-items:center;justify-content:space-between;gap:20px;color:#8b9598;font-size:9px}.footer-bottom a{color:var(--brand);font-weight:800}

/* Reveals */
.reveal{opacity:0;transform:translateY(18px);transition:opacity .6s ease,transform .6s ease;transition-delay:var(--delay,0ms)}.reveal.visible{opacity:1;transform:none}

@media (max-width:1100px){
  .desktop-nav{display:none}.menu-toggle{display:flex}.desktop-cta{display:none}.header-phone{margin-left:auto}
  .hero-grid{gap:38px}.hero-grid{grid-template-columns:1.05fr .95fr}.hero-points{gap:10px}
  .trust-grid{grid-template-columns:repeat(2,1fr)}.trust-grid>div{border-bottom:1px solid #e7ecea}.trust-grid>div:nth-child(2){border-right:0}.trust-grid>div:nth-child(3),.trust-grid>div:nth-child(4){border-bottom:0}.trust-grid>div:first-child,.trust-grid>div:nth-child(3){padding-left:0}.trust-grid>div:nth-child(2),.trust-grid>div:nth-child(4){padding-right:0}
  .services-grid{grid-template-columns:repeat(2,1fr)}
  .split-grid{gap:45px}.pricing-grid{gap:12px}.price-card{padding:23px}.audience-grid{grid-template-columns:repeat(2,1fr)}
.audience-card:nth-child(n){grid-column:auto}
  .process-wrap{gap:42px}.faq-layout{gap:45px}.contact-shell{gap:45px;padding:40px}
}

@media (max-width:800px){
  html{scroll-padding-top:72px}.container{width:min(100% - 32px,var(--container))}.section{padding:68px 0}
  .site-header{backdrop-filter:blur(12px)}.header-inner{height:68px}.brand-mark{width:36px;height:36px;border-radius:10px}.brand-copy strong{font-size:16px}.brand-copy small{font-size:9px}.header-phone{display:none}
  .section-hero{padding:40px 0 48px}.hero-grid{grid-template-columns:1fr;gap:30px}.hero-content{order:1}.hero-visual{order:2}.eyebrow{font-size:10px}.hero-lead{font-size:15px;margin-bottom:24px}h1{font-size:clamp(38px,9vw,50px);margin:17px 0 19px}.hero-actions{display:grid;grid-template-columns:1fr 1fr}.hero-actions .btn{padding-inline:14px}.hero-points{margin-top:26px;padding-top:20px}.hero-points strong{font-size:19px}.hero-points span{font-size:10px}.hero-photo{aspect-ratio:1.15/1}.floating-card-small{display:none}
  .trust-grid{grid-template-columns:1fr 1fr}.trust-grid>div{padding:18px 14px!important}.trust-grid svg{width:21px;height:21px}.trust-grid strong{font-size:11px}.trust-grid small{font-size:9px}
  .section-heading{display:block;margin-bottom:30px}.section-heading h2,.split-content h2,.faq-intro h2,.contact-copy h2{font-size:clamp(32px,7.4vw,42px)}.section-heading>p{margin:14px 0 0;max-width:580px;font-size:13px}.section-kicker{font-size:10px}
  .services-grid{grid-template-columns:1fr}.service-card{min-height:225px;padding:22px}.icon-box{margin-bottom:22px}.service-card-accent{min-height:245px}
  .split-grid{grid-template-columns:1fr;gap:30px}.split-photo{min-height:360px}.split-content{padding-top:2px}
  .pricing-heading{display:flex;align-items:flex-start;flex-direction:column}.pricing-switch{margin-top:18px}.pricing-grid{grid-template-columns:1fr}.price-card{min-height:auto;padding:24px}.price-card ul{min-height:0}
  .audience-grid{grid-template-columns:repeat(2,1fr)}.audience-card:nth-child(n){grid-column:auto}.audience-card{min-height:170px}.audience-card h3{margin-top:24px}
  .process-wrap{grid-template-columns:1fr;gap:28px}.process-photo{min-height:360px;order:-1}.process-list li{grid-template-columns:45px 1fr}
  .team-grid,.reviews-grid{grid-template-columns:1fr}.team-card{display:grid;grid-template-columns:170px 1fr}.team-photo{aspect-ratio:auto;height:100%;min-height:220px}.team-body>p:not(.role){min-height:0}.review-card{min-height:0}
  .faq-layout{grid-template-columns:1fr;gap:28px}.faq-intro{position:static}.faq-intro .btn{display:none}
  .contact-section{padding:58px 0}.contact-shell{grid-template-columns:1fr;gap:30px;padding:32px;border-radius:24px}.contact-details{grid-template-columns:1fr 1fr}.contact-form{padding:23px}
  .footer-top{align-items:flex-start}.footer-nav{display:grid;grid-template-columns:repeat(2,1fr);gap:13px 25px}.footer-bottom{flex-wrap:wrap;justify-content:flex-start}.footer-bottom a{margin-left:auto}
}

@media (max-width:520px){
  .container{width:calc(100% - 30px)}.section{padding:54px 0}.mobile-menu-inner{padding:8px 0 18px}.mobile-menu-inner>a:not(.btn){padding:13px 2px}
  .brand-copy small{display:none}.header-inner{height:64px}.brand-mark{width:35px;height:35px}.menu-toggle{width:40px;height:40px}
  .section-hero{padding:30px 0 38px}h1{font-size:36px;line-height:1.04;letter-spacing:-.044em}.hero-lead{font-size:14px;line-height:1.58}.hero-actions{grid-template-columns:1fr}.hero-actions .btn{width:100%}.hero-points{border-top:0;padding-top:0;margin-top:24px;grid-template-columns:repeat(3,1fr);gap:7px}.hero-points>div{background:var(--soft);border:1px solid #e8ecea;border-radius:12px;padding:11px 9px;min-height:74px}.hero-points>div:not(:first-child){padding-left:9px;border-left:1px solid #e8ecea}.hero-points strong{font-size:17px}.hero-points span{font-size:10px;line-height:1.25}.hero-photo{border-radius:19px;aspect-ratio:1.05/1}.floating-card-main{left:11px;right:11px;bottom:11px;min-width:0;padding:12px}.floating-card-main strong{font-size:12px}.floating-icon{width:34px;height:34px}
  .trust-strip{padding:10px 0}.trust-grid{grid-template-columns:1fr 1fr;gap:8px}.trust-grid>div{border:1px solid #e7ecea!important;border-radius:12px;padding:12px!important;min-height:92px;align-items:flex-start;flex-direction:column;gap:8px;background:#fff}.trust-grid svg{width:20px;height:20px}.trust-grid strong{font-size:11px;line-height:1.2}.trust-grid small{font-size:9px;line-height:1.3;margin-top:4px}
  .section-heading h2,.split-content h2,.faq-intro h2,.contact-copy h2{font-size:31px;line-height:1.08;letter-spacing:-.04em}.section-heading>p{font-size:13px;line-height:1.58}.section-kicker,.eyebrow{letter-spacing:.09em}
  .service-card{border-radius:17px;padding:18px;min-height:0}.service-card h3{font-size:18px}.service-card p{font-size:12.5px;margin-bottom:18px}.icon-box{width:42px;height:42px;margin-bottom:18px}.service-card-accent{min-height:225px}.accent-inner h3{font-size:22px;margin-top:15px}
  .split-photo{min-height:300px;border-radius:19px}.image-badge{left:11px;bottom:11px;padding:12px 14px}.image-badge strong{font-size:21px}.lead-copy{font-size:13.5px}.benefits-list>div{padding:15px 0}.benefits-list p{font-size:12px}
  .pricing-switch{width:100%}.pricing-switch button{flex:1}.price-card{padding:21px;border-radius:18px}.price-card h3{font-size:20px}.price{padding:20px 0 18px}.price strong{font-size:36px}.price-card ul{padding:19px 0 22px;gap:11px}.price-card li{font-size:12px}.pricing-note{text-align:left;line-height:1.55;font-size:10.5px}
  .audience-grid{grid-template-columns:1fr;gap:9px}.audience-card{min-height:0;padding:18px;border-radius:15px}.audience-card h3{font-size:18px;margin:18px 0 7px}.audience-card p{font-size:11.5px}
  .process-photo{min-height:275px;border-radius:19px}.process-caption{left:11px;right:11px;bottom:11px;padding:12px;align-items:flex-start;flex-direction:column;gap:2px}.process-list li{padding:17px 0;grid-template-columns:38px 1fr;gap:12px}.process-list h3{font-size:16px}.process-list p{font-size:12px;line-height:1.55}
  .team-grid{gap:10px}.team-card{display:grid;grid-template-columns:112px 1fr;border-radius:17px}.team-photo{height:100%;min-height:184px;aspect-ratio:auto}.team-photo img{object-position:center 22%}.team-body{padding:15px 14px}.team-body h3{font-size:16px}.role{font-size:10px;margin-bottom:10px}.team-body>p:not(.role){font-size:11px;line-height:1.45;margin-bottom:8px}.team-meta{gap:5px;margin-top:10px}.team-meta span{font-size:8px;padding:5px 7px}
  .reviews-grid{gap:10px}.review-card{min-height:0;padding:20px;border-radius:17px}.quote-mark{font-size:46px;margin-bottom:13px}.review-card>p{font-size:12.5px;line-height:1.68}.review-author{padding-top:18px}
  .faq-list{gap:8px}.faq-item{padding:0 14px;border-radius:13px}.faq-item button{padding:16px 0;gap:14px}.faq-item button span{font-size:13px;line-height:1.35}.faq-answer>p{font-size:12px;line-height:1.58}.faq-item.open .faq-answer>p{padding-bottom:16px}
  .contact-section{padding:40px 0}.contact-shell{padding:22px 17px;border-radius:19px}.contact-copy h2{font-size:29px}.contact-copy>p{font-size:12.5px;line-height:1.62}.contact-details{grid-template-columns:1fr;margin-top:25px}.contact-form{padding:18px;border-radius:15px}.form-heading h3{font-size:20px}.form-heading p{font-size:11px}.contact-form label>span{font-size:10px}.contact-form input,.contact-form select{height:46px}.form-note{font-size:9px}
  .footer-top{display:block;padding:25px 0 20px}.footer-nav{margin-top:22px;grid-template-columns:1fr 1fr;gap:12px 18px}.footer-bottom{padding:15px 0 18px;display:grid;grid-template-columns:1fr;gap:8px}.footer-bottom a{margin-left:0}
}

@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}.reveal{opacity:1;transform:none;transition:none}.btn,.service-card,.price-card,.team-card,.review-card,.audience-card{transition:none}}
