:root {
  --ink: #10292d;
  --ink-2: #2f474a;
  --muted: #66797b;
  --teal: #0f7a72;
  --teal-dark: #075a57;
  --teal-soft: #dff2ef;
  --navy: #092f35;
  --cream: #f5f3ed;
  --sand: #e7e0d1;
  --white: #fff;
  --line: #dce5e4;
  --shadow: 0 24px 60px rgba(10, 46, 50, 0.12);
  --shadow-sm: 0 12px 32px rgba(10, 46, 50, 0.09);
  --radius: 4px;
  --container: min(1180px, calc(100% - 48px));
  --header-height: 82px;
  --ease: cubic-bezier(.2, .75, .25, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Helvetica Neue", "Aptos", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(3rem, 6vw, 5.6rem); max-width: 820px; }
h2 { font-size: clamp(2.35rem, 4.5vw, 4.25rem); font-weight: 500; }
h2 em { color: var(--teal); font-family: Georgia, serif; font-weight: 400; }
h3 { font-size: 1.35rem; }
.container { width: var(--container); margin-inline: auto; }
.section { padding: clamp(84px, 10vw, 144px) 0; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 10px 16px; background: white; transform: translateY(-140%); }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid #3fada3; outline-offset: 3px; }

.topbar { background: var(--navy); color: #dcebea; font-size: .78rem; letter-spacing: .01em; }
.topbar__inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.topbar p { margin: 0; display: flex; align-items: center; gap: 8px; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #66d8a8; box-shadow: 0 0 0 4px rgba(102, 216, 168, .12); }
.topbar__contact { display: flex; gap: 10px; }
.topbar a:hover { color: white; }

.site-header { position: sticky; z-index: 100; top: 0; background: rgba(255,255,255,.94); backdrop-filter: blur(16px); transition: box-shadow .3s; }
.site-header.is-scrolled { box-shadow: 0 8px 24px rgba(10, 42, 46, .08); }
.nav-wrap { height: var(--header-height); display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--teal); min-width: max-content; }
.brand__mark { width: 42px; height: 42px; stroke: none; }
.brand__text { display: flex; flex-direction: column; line-height: 1; color: var(--ink); }
.brand__text strong { font-size: 1.25rem; letter-spacing: -.04em; }
.brand__text small { margin-top: 5px; color: var(--muted); font-size: .65rem; letter-spacing: .075em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: clamp(18px, 2.25vw, 34px); margin-left: auto; }
.desktop-nav a { position: relative; font-size: .86rem; font-weight: 600; }
.desktop-nav a::after { content: ""; position: absolute; bottom: -8px; left: 0; width: 100%; height: 2px; background: var(--teal); transform: scaleX(0); transform-origin: right; transition: transform .3s var(--ease); }
.desktop-nav a:hover::after, .desktop-nav a.is-active::after { transform: scaleX(1); transform-origin: left; }
.nav-actions { display: flex; align-items: center; gap: 14px; }
.language-switcher { display: flex; gap: 1px; border: 1px solid var(--line); padding: 2px; }
.lang-btn { min-width: 30px; min-height: 28px; padding: 2px 6px; border: 0; background: transparent; color: var(--muted); cursor: pointer; font-size: .67rem; font-weight: 700; }
.lang-btn.is-active { color: white; background: var(--navy); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; cursor: pointer; padding: 11px; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--ink); transition: transform .25s, opacity .25s; }
.menu-toggle.is-open span:first-child { transform: translateY(7px) rotate(45deg); }
.menu-toggle.is-open span:nth-child(2) { opacity: 0; }
.menu-toggle.is-open span:last-child { transform: translateY(-7px) rotate(-45deg); }
.mobile-menu { position: fixed; z-index: 99; inset: var(--mobile-menu-top, calc(36px + var(--header-height))) 0 0; padding: 34px max(24px, calc((100vw - 1180px)/2)) max(34px, env(safe-area-inset-bottom)); background: white; overflow-y: auto; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; }
.mobile-menu[hidden] { display: none; }
.mobile-menu a:not(.button) { display: block; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 1.15rem; font-weight: 600; }
.mobile-menu .button { margin-top: 24px; width: 100%; }

.button { display: inline-flex; justify-content: center; align-items: center; gap: 12px; min-height: 52px; padding: 13px 25px; border: 1px solid transparent; border-radius: var(--radius); font-weight: 700; font-size: .9rem; cursor: pointer; transition: transform .25s var(--ease), background .25s, color .25s, box-shadow .25s; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 19px; height: 19px; }
.button--primary { background: var(--teal); color: white; box-shadow: 0 12px 28px rgba(15,122,114,.2); }
.button--primary:hover { background: var(--teal-dark); box-shadow: 0 16px 34px rgba(15,122,114,.28); }
.button--outline { border-color: #9eb1b0; color: var(--ink); background: transparent; }
.button--outline:hover { border-color: var(--teal); color: var(--teal); }
.button--glass { border-color: rgba(255,255,255,.55); color: white; background: rgba(255,255,255,.07); backdrop-filter: blur(8px); }
.button--glass:hover { background: white; color: var(--ink); }
.button--small { min-height: 42px; padding: 10px 20px; }
.button--large { min-height: 58px; padding-inline: 28px; }

.hero { position: relative; min-height: min(790px, calc(100vh - 36px)); display: grid; align-items: center; overflow: hidden; color: white; background: var(--navy); }
.hero__image, .hero__overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero__image { object-fit: cover; object-position: center; }
.hero__overlay { background: linear-gradient(90deg, rgba(3,34,39,.93) 0%, rgba(3,34,39,.76) 39%, rgba(3,34,39,.2) 65%, rgba(3,34,39,.04) 100%), linear-gradient(0deg, rgba(3,34,39,.3), transparent 45%); }
.hero__content { position: relative; z-index: 1; padding: 105px 0 120px; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--teal); font-size: .74rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow > span:empty { width: 28px; height: 1px; background: currentColor; }
.eyebrow--light { color: #75d2c7; }
.hero h1 { margin: 22px 0 24px; max-width: 850px; font-weight: 500; }
.hero__lead { max-width: 660px; color: rgba(255,255,255,.82); font-size: clamp(1.08rem, 1.5vw, 1.3rem); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 38px 0 54px; }
.hero__proof { display: flex; align-items: center; gap: 28px; }
.hero__proof > div:not(.proof-separator) { display: grid; grid-template-columns: auto auto; align-items: center; gap: 0 8px; }
.hero__proof strong { font-size: 1.1rem; }
.hero__proof span { color: #f1c75b; letter-spacing: .1em; font-size: .75rem; }
.hero__proof small { grid-column: 1/-1; color: rgba(255,255,255,.65); font-size: .73rem; }
.proof-separator { width: 1px; height: 34px; background: rgba(255,255,255,.25); }
.hero__scroll { position: absolute; z-index: 2; right: max(24px, calc((100vw - 1180px)/2)); bottom: 34px; display: flex; align-items: center; gap: 10px; font-size: .67rem; letter-spacing: .15em; text-transform: uppercase; }
.hero__scroll i { display: block; width: 1px; height: 38px; background: rgba(255,255,255,.5); position: relative; overflow: hidden; }
.hero__scroll i::after { content:""; position:absolute; inset: 0; background:white; transform:translateY(-100%); animation: scroll-line 2s infinite; }
@keyframes scroll-line { 70%,100% { transform: translateY(100%); } }

.trust-bar { border-bottom: 1px solid var(--line); background: white; }
.trust-bar__grid { min-height: 88px; display: grid; grid-template-columns: repeat(5, 1fr); }
.trust-bar__grid > span { display: flex; align-items: center; justify-content: center; gap: 10px; padding: 18px; border-right: 1px solid var(--line); font-size: .82rem; font-weight: 700; }
.trust-bar__grid > span:first-child { border-left: 1px solid var(--line); }
.trust-bar svg { width: 21px; height: 21px; color: var(--teal); }

.section-heading { margin-bottom: 60px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading--split { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 70px; }
.section-heading--split > p { margin: 0 0 9px; color: var(--muted); font-size: 1.02rem; }
.section-heading--center { max-width: 760px; margin-inline: auto; text-align: center; }
.section-heading--center .eyebrow { justify-content: center; }
.services { background: #fbfcfb; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.service-card { position: relative; display: flex; flex-direction: column; min-height: 610px; padding: 40px 36px 34px; border: 1px solid var(--line); background: white; box-shadow: 0 4px 0 transparent; overflow: hidden; transition: transform .35s var(--ease), box-shadow .35s, border-color .35s; }
.service-card::after { content:""; position:absolute; inset:auto 0 0; height:4px; background:var(--teal); transform:scaleX(0); transform-origin:left; transition:transform .35s; }
.service-card:hover { transform: translateY(-8px); border-color: #b8d2d0; box-shadow: var(--shadow-sm); }
.service-card:hover::after { transform: scaleX(1); }
.service-card--featured { background: var(--navy); color: white; border-color: var(--navy); }
.service-card--featured p { color: #b9cbcc !important; }
.service-card__top { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 52px; }
.service-card__number { color: #9aabaa; font-size: .75rem; font-weight: 700; letter-spacing: .12em; }
.service-icon { width: 62px; height: 62px; display: grid; place-items: center; color: var(--teal); background: var(--teal-soft); border-radius: 50%; }
.service-card--featured .service-icon { color: white; background: var(--teal); }
.service-icon svg { width: 30px; height: 30px; }
.service-card h3 { margin-bottom: 16px; font-size: 2rem; font-weight: 500; }
.service-card > p { color: var(--muted); min-height: 78px; }
.service-card ul { list-style: none; padding: 0; margin: 20px 0 34px; }
.service-card li { position: relative; padding: 8px 0 8px 23px; font-size: .9rem; }
.service-card li::before { content:""; position:absolute; left:0; top:17px; width:11px; height:6px; border-left:1.5px solid var(--teal); border-bottom:1.5px solid var(--teal); transform:rotate(-45deg); }
.text-link { margin-top: auto; display: flex; align-items: center; justify-content: space-between; padding-top: 22px; border-top: 1px solid rgba(135,155,155,.3); color: var(--teal); font-weight: 800; font-size: .86rem; }
.service-card--featured .text-link { color: #75d2c7; }
.text-link svg { width: 20px; height: 20px; transition: transform .2s; }
.text-link:hover svg { transform: translateX(5px); }
.service-badge { position: absolute; top: 42px; left: 36px; padding: 5px 9px; background: #eef7e7; color: #467444; font-size: .65rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }

.about { overflow: hidden; }
.about__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(54px, 8vw, 110px); align-items: center; }
.about__visual { position: relative; }
.about__visual::before { content:""; position:absolute; z-index:-1; left:-42px; top:-42px; width:48%; height:56%; background:var(--teal-soft); }
.about__visual img { width: 100%; aspect-ratio: 4/4.5; object-fit: cover; object-position: center; }
.about__stamp { position:absolute; right:-38px; bottom:34px; width:152px; height:152px; padding:24px; display:grid; place-content:center; text-align:center; color:white; background:var(--teal); border:8px solid white; border-radius:50%; box-shadow:var(--shadow); }
.about__stamp strong { font-size:2rem; line-height:1; }
.about__stamp span { margin-top:5px; font-size:.7rem; line-height:1.3; }
.about__content h2 { margin: 16px 0 28px; }
.about__content .lead { color: var(--ink-2); font-size: 1.2rem; font-weight: 500; }
.about__content > p:not(.eyebrow):not(.lead) { color: var(--muted); }
.about__values { margin: 36px 0; border-top: 1px solid var(--line); }
.about__values > div { display: flex; gap: 20px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.about__values > div > span { color: var(--teal); font-size: .7rem; font-weight: 800; }
.about__values p { margin: 0; display: flex; flex-direction: column; }
.about__values small { color: var(--muted); font-size: .8rem; }

.process { background: var(--cream); }
.process__grid { list-style:none; margin:0; padding:0; display:grid; grid-template-columns:repeat(3,1fr); counter-reset: steps; }
.process__grid li { position:relative; padding: 10px 52px; text-align:center; }
.process__grid li + li { border-left: 1px solid #d8d3c8; }
.process__grid > li > span { position:absolute; top:0; left:30px; color:#aea99e; font-size:.68rem; font-weight:800; }
.process-icon { width:72px; height:72px; margin:0 auto 30px; display:grid; place-items:center; color:var(--teal); background:white; border-radius:50%; box-shadow:0 10px 24px rgba(18,55,58,.08); }
.process-icon svg { width:30px; height:30px; }
.process__grid h3 { margin-bottom:14px; }
.process__grid p { color:var(--muted); font-size:.92rem; }

.quote { position: relative; background: var(--navy); color: white; overflow:hidden; }
.quote::before { content:""; position:absolute; width:600px; height:600px; left:-280px; bottom:-360px; border:1px solid rgba(255,255,255,.08); border-radius:50%; box-shadow:0 0 0 80px rgba(255,255,255,.018),0 0 0 160px rgba(255,255,255,.012); }
.quote__grid { position:relative; display:grid; grid-template-columns:.72fr 1.28fr; gap:clamp(45px,7vw,90px); align-items:start; }
.quote__intro { position:sticky; top:125px; }
.quote__intro h2 { margin:18px 0 26px; }
.quote__intro h2 em { color:#75d2c7; }
.quote__intro > p:not(.eyebrow) { color:#b8ccce; }
.quote__benefits { list-style:none; margin:36px 0; padding:0; }
.quote__benefits li { display:flex; gap:12px; align-items:center; padding:10px 0; font-size:.9rem; }
.quote__benefits svg { width:21px; height:21px; color:#75d2c7; }
.quote__contact { display:flex; flex-direction:column; padding-top:30px; border-top:1px solid rgba(255,255,255,.15); }
.quote__contact span { color:#8fa9ab; font-size:.75rem; }
.quote__contact a { margin-top:2px; font-size:1.35rem; font-weight:700; }
.form-card { color:var(--ink); background:white; padding:clamp(26px,4vw,48px); box-shadow:var(--shadow); }
.form-section-heading { display:flex; align-items:center; gap:12px; margin:0 0 24px; }
.form-section-heading:not(:first-child) { margin-top:38px; padding-top:30px; border-top:1px solid var(--line); }
.form-section-heading span { display:grid; place-items:center; width:28px; height:28px; border-radius:50%; color:white; background:var(--teal); font-size:.65rem; font-weight:800; }
.form-section-heading h3 { margin:0; font-size:1.05rem; letter-spacing:-.01em; }
.form-grid { display:grid; gap:20px; }
.form-grid--2 { grid-template-columns:repeat(2,1fr); }
form label { display:flex; flex-direction:column; gap:7px; color:var(--ink-2); font-size:.76rem; font-weight:700; }
input, select, textarea { width:100%; border:1px solid #cbd7d6; border-radius:2px; color:var(--ink); background:white; transition:border-color .2s, box-shadow .2s; }
input, select { min-height:49px; padding:10px 13px; }
textarea { padding:12px 13px; resize:vertical; }
input:focus, select:focus, textarea:focus { outline:0; border-color:var(--teal); box-shadow:0 0 0 3px rgba(15,122,114,.1); }
input[aria-invalid="true"], select[aria-invalid="true"], textarea[aria-invalid="true"] { border-color:#ad342e; }
.field-error { min-height:0; color:#ad342e; font-size:.7rem; font-weight:500; }
.full-width { margin-top:20px; }
.upload-label > input { position:absolute; width:1px; height:1px; opacity:0; pointer-events:none; }
.upload-box { min-height:49px; padding:8px 12px; display:flex; align-items:center; gap:10px; border:1px dashed #9db2b0; color:var(--muted); cursor:pointer; font-weight:400; }
.upload-box:hover { border-color:var(--teal); }
.upload-box svg { width:23px; height:23px; color:var(--teal); }
.upload-box span { display:flex; flex-direction:column; line-height:1.3; }
.upload-box strong { color:var(--ink); font-size:.74rem; }
.upload-box small { font-size:.62rem; }
.file-list { color:var(--teal); font-weight:500; }
.checkbox-label { flex-direction:row; align-items:flex-start; margin:22px 0 !important; gap:10px !important; font-weight:400; line-height:1.45; }
.checkbox-label input { width:17px; min-height:auto; height:17px; margin:2px 0 0; accent-color:var(--teal); }
.checkbox-label a { color:var(--teal); text-decoration:underline; }
.honeypot { position:absolute !important; left:-10000px !important; }
.button--submit { width:100%; }
.button--submit[disabled] { opacity:.65; cursor:wait; transform:none; }
.form-note { margin:18px 0 0; display:flex; justify-content:center; align-items:center; gap:8px; color:var(--muted); font-size:.68rem; }
.form-note svg { width:14px; height:14px; }
.form-status { display:none; margin-top:16px; padding:12px 14px; font-size:.82rem; font-weight:600; }
.form-status.is-success { display:block; color:#276348; background:#e4f5e9; }
.form-status.is-error { display:block; color:#8b2924; background:#fce9e7; }

.reasons { background:#fbfcfb; }
.reasons__grid { display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid var(--line); border-left:1px solid var(--line); }
.reasons__grid article { min-height:230px; padding:35px; border-right:1px solid var(--line); border-bottom:1px solid var(--line); background:white; transition:background .25s; }
.reasons__grid article:hover { background:#f3f8f7; }
.reasons__grid article > span { display:grid; place-items:center; width:45px; height:45px; color:var(--teal); background:var(--teal-soft); }
.reasons__grid svg { width:23px; height:23px; }
.reasons__grid h3 { margin:28px 0 10px; font-size:1.05rem; }
.reasons__grid p { color:var(--muted); font-size:.84rem; }

.reviews { overflow:hidden; }
.reviews__grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.review-card { margin:0; min-height:340px; padding:38px 34px; display:flex; flex-direction:column; border:1px solid var(--line); background:white; }
.review-card--accent { background:var(--cream); border-color:var(--cream); transform:translateY(-12px); }
.stars { color:#e5ad2c; font-size:.82rem; letter-spacing:.16em; }
.review-card blockquote { margin:32px 0; font-family:Georgia,serif; font-size:1.12rem; line-height:1.65; }
.review-card figcaption { margin-top:auto; padding-top:22px; border-top:1px solid rgba(126,147,147,.25); display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:13px; }
.avatar { display:grid; place-items:center; width:42px; height:42px; color:white; background:var(--teal); border-radius:50%; font-size:.68rem; font-weight:800; }
.review-card figcaption p { margin:0; display:flex; flex-direction:column; line-height:1.4; }
.review-card figcaption small { color:var(--muted); font-size:.7rem; }
.review-card figcaption svg { width:31px; height:31px; color:#c4d2d1; }
.center-action { margin-top:42px; text-align:center; }

.contact { background:var(--cream); }
.contact__grid { display:grid; grid-template-columns:.85fr 1.15fr; gap:clamp(60px,10vw,130px); align-items:start; }
.contact__content h2 { margin:18px 0 22px; }
.contact__content > p:not(.eyebrow) { color:var(--muted); }
address { margin:38px 0; font-style:normal; }
address > a, address > div { display:flex; align-items:center; gap:18px; padding:14px 0; }
address > * > span { width:44px; height:44px; display:grid; place-items:center; color:var(--teal); background:white; border-radius:50%; }
address svg { width:20px; height:20px; }
address p { margin:0; display:flex; flex-direction:column; line-height:1.45; }
address small { color:var(--muted); font-size:.7rem; }
address strong { font-size:.95rem; }
.contact__actions { display:flex; flex-wrap:wrap; gap:12px; }
.contact-form { padding:clamp(27px,4vw,46px); background:white; box-shadow:var(--shadow-sm); }
.contact-form h3 { margin-bottom:26px; font-size:1.4rem; }
.contact-form > label:not(.checkbox-label):not(.honeypot), .contact-form > .form-grid { margin-bottom:18px; }

.footer { color:#c3d2d3; background:#06272c; }
.footer__top { padding:75px 0 58px; display:grid; grid-template-columns:1.6fr repeat(3,1fr); gap:60px; }
.brand--footer { margin-bottom:22px; }
.brand--footer .brand__text { color:white; }
.brand--footer .brand__text small { color:#8aa3a5; }
.footer__brand p { max-width:300px; color:#8fa8aa; font-size:.85rem; }
.footer h3 { margin-bottom:24px; color:white; font-size:.78rem; letter-spacing:.1em; text-transform:uppercase; }
.footer ul { list-style:none; padding:0; margin:0; }
.footer li { margin:9px 0; }
.footer li a { color:#9eb1b2; font-size:.84rem; transition:color .2s; }
.footer li a:hover { color:white; }
.footer__contact li { color:#9eb1b2; font-size:.84rem; }
.socials { display:flex; gap:8px; margin-top:25px; }
.socials a { width:38px; height:38px; display:grid; place-items:center; border:1px solid #335157; border-radius:50%; }
.socials a:hover { color:white; border-color:#75d2c7; }
.socials svg { width:17px; height:17px; }
.footer__bottom { min-height:72px; display:flex; align-items:center; justify-content:space-between; gap:24px; border-top:1px solid #26474c; color:#748f91; font-size:.73rem; }
.footer__bottom p { margin:0; }
.footer__bottom div { display:flex; gap:24px; }

.mobile-quote { display:none; }
.back-to-top { position:fixed; z-index:80; right:20px; bottom:20px; width:45px; height:45px; border:0; color:white; background:var(--teal); box-shadow:var(--shadow-sm); cursor:pointer; opacity:0; transform:translateY(12px); pointer-events:none; transition:opacity .25s,transform .25s; }
.back-to-top.is-visible { opacity:1; transform:none; pointer-events:auto; }
.back-to-top svg { width:22px; height:22px; }

.reveal { opacity:0; transform:translateY(26px); transition:opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.is-visible { opacity:1; transform:none; }
.service-grid .reveal:nth-child(2), .reasons__grid .reveal:nth-child(2), .reviews__grid .reveal:nth-child(2) { transition-delay:.1s; }
.service-grid .reveal:nth-child(3), .reasons__grid .reveal:nth-child(3), .reviews__grid .reveal:nth-child(3) { transition-delay:.2s; }

@media (max-width: 1080px) {
  :root { --container: min(100% - 40px, 980px); }
  .desktop-nav { display:none; }
  .menu-toggle { display:block; }
  .nav-actions { margin-left:auto; }
  .service-card { padding-inline:28px; }
  .footer__top { grid-template-columns:1.4fr repeat(3,1fr); gap:34px; }
}

@media (max-width: 820px) {
  :root { --container: min(100% - 32px, 720px); --header-height:72px; }
  .topbar__contact { display:none; }
  .topbar__inner { justify-content:center; text-align:center; }
  .nav-cta { display:none; }
  .hero { min-height:700px; }
  .hero__image { object-position:62% center; }
  .hero__overlay { background:linear-gradient(90deg,rgba(3,34,39,.92),rgba(3,34,39,.6)),linear-gradient(0deg,rgba(3,34,39,.5),transparent); }
  .hero__content { padding:82px 0 110px; }
  .hero h1 { font-size:clamp(2.75rem,10vw,4.5rem); }
  .trust-bar__grid { grid-template-columns:repeat(3,1fr); }
  .trust-bar__grid > span:nth-child(4), .trust-bar__grid > span:nth-child(5) { display:none; }
  .section-heading--split { grid-template-columns:1fr; gap:22px; }
  .service-grid { grid-template-columns:1fr; }
  .service-card { min-height:auto; }
  .service-card > p { min-height:0; }
  .about__grid { grid-template-columns:1fr; }
  .about__visual { max-width:600px; }
  .about__stamp { right:-8px; }
  .process__grid { grid-template-columns:1fr; gap:28px; }
  .process__grid li + li { border-left:0; border-top:1px solid #d8d3c8; padding-top:38px; }
  .quote__grid { grid-template-columns:1fr; }
  .quote__intro { position:static; }
  .reasons__grid { grid-template-columns:repeat(2,1fr); }
  .reviews__grid { grid-template-columns:1fr; }
  .review-card { min-height:auto; }
  .review-card--accent { transform:none; }
  .contact__grid { grid-template-columns:1fr; }
  .footer__top { grid-template-columns:1.4fr 1fr 1fr; }
  .footer__brand { grid-column:1/-1; }
}

@media (max-width: 560px) {
  :root { --container: calc(100% - 28px); }
  body { padding-bottom:62px; }
  .section { padding:76px 0; }
  .brand__mark { width:37px; height:37px; }
  .brand__text strong { font-size:1.05rem; }
  .brand__text small { font-size:.56rem; }
  .language-switcher .lang-btn { min-width:27px; padding-inline:4px; }
  .hero { min-height:calc(100svh - 36px); }
  .hero__image { object-position:68% center; }
  .hero__overlay { background:linear-gradient(90deg,rgba(3,34,39,.93),rgba(3,34,39,.62)),linear-gradient(0deg,rgba(3,34,39,.7),transparent 60%); }
  .hero__content { padding:72px 0 92px; }
  .hero h1 { margin-top:16px; font-size:clamp(2.5rem,12.4vw,3.7rem); }
  .hero__lead { font-size:1rem; }
  .hero__actions { margin:30px 0 38px; }
  .hero__actions .button { width:100%; }
  .hero__proof { gap:15px; }
  .hero__proof > div:nth-of-type(3), .hero__proof .proof-separator:nth-of-type(2) { display:none; }
  .hero__scroll { display:none; }
  .trust-bar__grid { min-height:74px; }
  .trust-bar__grid > span { padding:12px 6px; flex-direction:column; gap:3px; font-size:.66rem; }
  .section-heading { margin-bottom:40px; }
  h2 { font-size:clamp(2.2rem,10vw,3rem); }
  .service-card { padding:32px 25px; }
  .service-card__top { margin-bottom:42px; }
  .service-badge { left:25px; top:36px; }
  .about__visual::before { left:-14px; top:-14px; }
  .about__stamp { width:125px; height:125px; border-width:6px; padding:20px; }
  .process__grid li { padding-inline:20px; }
  .process__grid > li > span { left:5px; }
  .form-card { margin-inline:-4px; }
  .form-grid--2 { grid-template-columns:1fr; }
  .reasons__grid { grid-template-columns:1fr; }
  .reasons__grid article { min-height:auto; }
  .contact__actions .button { width:100%; }
  .footer__top { grid-template-columns:1fr 1fr; gap:35px; padding-top:58px; }
  .footer__brand { grid-column:1/-1; }
  .footer__bottom { padding:20px 0; flex-direction:column; justify-content:center; }
  .mobile-quote { position:fixed; z-index:90; inset:auto 0 0; height:62px; display:flex; align-items:center; justify-content:center; gap:9px; color:white; background:var(--teal); font-size:.84rem; font-weight:800; box-shadow:0 -8px 24px rgba(4,44,47,.16); }
  .mobile-quote svg { width:19px; height:19px; }
  .back-to-top { bottom:76px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *, *::before, *::after { animation-duration:.01ms !important; animation-iteration-count:1 !important; transition-duration:.01ms !important; }
  .reveal { opacity:1; transform:none; }
}
