:root {
  --orange: #f47c00;
  --orange-dark: #9c4300;
  --orange-action: #a94700;
  --orange-action-hover: #873800;
  --orange-soft: #fff1e3;
  --charcoal: #26282b;
  --ink: #17191c;
  --muted: #666b72;
  --line: #e7e8ea;
  --surface: #f7f7f8;
  --white: #ffffff;
  --shadow-sm: 0 8px 24px rgba(20, 22, 25, .08);
  --shadow-lg: 0 22px 70px rgba(20, 22, 25, .16);
  --radius-sm: 14px;
  --radius: 24px;
  --radius-lg: 34px;
  --max: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
:where(a, button, input, textarea, select):focus-visible {
  outline: 3px solid var(--orange-dark);
  outline-offset: 3px;
}
.container { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.section { padding: 104px 0; }
.section--soft { background: var(--surface); }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 14px;
  color: var(--orange-dark);
  font-weight: 800;
  font-size: .79rem;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 28px; height: 3px; border-radius: 3px; background: var(--orange); }
.section-heading { max-width: 750px; margin-bottom: 50px; }
.section-heading h2,
.split-copy h2,
.quote-copy h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.08;
  letter-spacing: -.045em;
}
.section-heading p,
.split-copy > p,
.quote-copy > p { margin: 18px 0 0; color: var(--muted); font-size: 1.08rem; }

.skip-link { position: fixed; top: -60px; left: 16px; z-index: 9999; background: var(--ink); color: white; padding: 10px 14px; border-radius: 8px; transition: top .2s; }
.skip-link:focus { top: 16px; }

.topbar { background: var(--charcoal); color: rgba(255,255,255,.86); font-size: .82rem; }
.topbar__inner { min-height: 38px; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.topbar__inner p { margin: 0; }
.topbar__meta { display: flex; gap: 20px; color: rgba(255,255,255,.68); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid rgba(231,232,234,.88);
  backdrop-filter: blur(14px);
}
.nav { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand img { width: 182px; height: auto; }
.nav__links { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.nav__links a { font-size: .94rem; font-weight: 700; color: #36393e; position: relative; }
.nav__links a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 2px; background: var(--orange); transition: right .25s ease; }
.nav__links a:not(.button):hover::after, .nav__links a:not(.button):focus-visible::after { right: 0; }
.nav__actions { display: flex; align-items: center; gap: 10px; }
.menu-toggle { display: none; border: 0; background: transparent; width: 44px; height: 44px; border-radius: 12px; padding: 10px; }
.menu-toggle:hover { background: var(--surface); }
.menu-toggle span { display: block; height: 2px; background: var(--ink); margin: 5px 0; border-radius: 5px; transition: .25s; }

.language { position: relative; }
.language__toggle { min-height: 44px; display: flex; align-items: center; gap: 8px; padding: 0 11px; border: 1px solid var(--line); background: white; border-radius: 12px; color: var(--ink); font-weight: 800; }
.language__toggle:hover { border-color: #c8cace; }
.language__menu { position: absolute; z-index: 20; top: calc(100% + 10px); right: 0; min-width: 174px; margin: 0; padding: 8px; list-style: none; border: 1px solid var(--line); background: white; border-radius: 14px; box-shadow: var(--shadow-sm); opacity: 0; visibility: hidden; transform: translateY(-6px); transition: .2s; }
.language.open .language__menu { opacity: 1; visibility: visible; transform: none; }
.language__menu button { width: 100%; display: flex; align-items: center; gap: 10px; border: 0; background: transparent; border-radius: 9px; padding: 9px 10px; text-align: left; font-weight: 700; color: #35383c; }
.language__menu button:hover, .language__menu button[aria-current="true"] { background: var(--orange-soft); color: var(--orange-dark); }
.flag {
  display: inline-block;
  flex: 0 0 22px;
  width: 22px;
  height: 15px;
  border: 1px solid rgba(23, 25, 28, .16);
  border-radius: 3px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 1px 2px rgba(23, 25, 28, .08);
}
.flag--en { background-image: url("../images/flags/gb.svg"); }
.flag--nl { background-image: url("../images/flags/nl.svg"); }
.flag--fr { background-image: url("../images/flags/fr.svg"); }
.flag--de { background-image: url("../images/flags/de.svg"); }
.flag--ro { background-image: url("../images/flags/ro.svg"); }
.chevron { width: 15px; transition: transform .2s; }
.language.open .chevron { transform: rotate(180deg); }

.button { display: inline-flex; justify-content: center; align-items: center; gap: 9px; min-height: 48px; border: 1px solid transparent; border-radius: 14px; padding: 0 20px; font-weight: 800; transition: transform .2s, background .2s, border-color .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button--primary { color: white; background: var(--orange-action); box-shadow: 0 10px 24px rgba(169,71,0,.25); }
.button--primary:hover { background: var(--orange-action-hover); box-shadow: 0 14px 30px rgba(135,56,0,.3); }
.button--dark { color: white; background: var(--charcoal); }
.button--dark:hover { background: #151719; }
.button--ghost { color: white; background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.27); }
.button--ghost:hover { background: rgba(255,255,255,.15); }
.button--full { width: 100%; }
.button svg { width: 19px; height: 19px; }

.hero { position: relative; min-height: 760px; display: grid; align-items: center; overflow: hidden; background: #161819; color: white; }
.hero__bg { position: absolute; inset: 0; }
.hero__bg picture, .hero__bg img { width: 100%; height: 100%; }
.hero__bg img { object-fit: cover; object-position: 66% 50%; filter: saturate(.78) contrast(1.02); }
.hero__bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(15,17,18,.96) 0%, rgba(15,17,18,.84) 38%, rgba(15,17,18,.34) 72%, rgba(15,17,18,.16) 100%); }
.hero__grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 680px) 1fr; align-items: end; min-height: 760px; padding: 118px 0 76px; }
.hero__content { align-self: center; }
.hero__content h1 { margin: 0; max-width: 720px; font-size: clamp(3.2rem, 7vw, 6.2rem); line-height: .98; letter-spacing: -.062em; }
.hero__content h1 em { color: var(--orange); font-style: normal; }
.hero__lead { max-width: 640px; margin: 24px 0 0; color: rgba(255,255,255,.78); font-size: clamp(1.05rem, 2vw, 1.28rem); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero__proof { align-self: end; justify-self: end; display: grid; grid-template-columns: repeat(3, minmax(110px, 1fr)); gap: 1px; width: min(100%, 505px); overflow: hidden; border: 1px solid rgba(255,255,255,.19); border-radius: 20px; background: rgba(255,255,255,.16); box-shadow: var(--shadow-lg); backdrop-filter: blur(12px); }
.proof { min-height: 130px; padding: 24px 22px; background: rgba(21,23,25,.72); }
.proof strong { display: block; font-size: 1.75rem; line-height: 1; color: var(--orange); letter-spacing: -.04em; }
.proof span { display: block; margin-top: 10px; color: rgba(255,255,255,.72); font-size: .86rem; line-height: 1.35; }
.hero__scroll { position: absolute; bottom: 25px; left: 50%; z-index: 2; transform: translateX(-50%); color: rgba(255,255,255,.58); font-size: .72rem; text-transform: uppercase; letter-spacing: .14em; }
.hero__scroll::after { content: ""; display: block; width: 1px; height: 28px; margin: 9px auto 0; background: linear-gradient(white, transparent); }

.trust-strip { border-bottom: 1px solid var(--line); }
.trust-strip__inner { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { min-height: 110px; display: flex; align-items: center; gap: 15px; padding: 22px 30px; border-right: 1px solid var(--line); }
.trust-item:first-child { padding-left: 0; }
.trust-item:last-child { border-right: 0; padding-right: 0; }
.trust-item__icon { flex: 0 0 44px; width: 44px; height: 44px; display: grid; place-items: center; border-radius: 13px; background: var(--orange-soft); color: var(--orange-dark); }
.trust-item__icon svg { width: 22px; }
.trust-item strong { display: block; font-size: .94rem; }
.trust-item span { display: block; margin-top: 2px; color: var(--muted); font-size: .82rem; }

.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 265px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: white; overflow: hidden; transition: transform .25s, box-shadow .25s, border-color .25s; }
.service-card:hover { transform: translateY(-7px); border-color: #d9dadc; box-shadow: var(--shadow-sm); }
.service-card::after { content: ""; position: absolute; right: -45px; bottom: -55px; width: 130px; height: 130px; border-radius: 50%; background: var(--orange-soft); transition: transform .3s; }
.service-card:hover::after { transform: scale(1.28); }
.service-card__icon { position: relative; z-index: 1; width: 52px; height: 52px; display: grid; place-items: center; border-radius: 15px; background: var(--charcoal); color: var(--orange); }
.service-card__icon svg { width: 25px; height: 25px; }
.service-card h3 { position: relative; z-index: 1; margin: 26px 0 0; font-size: 1.18rem; line-height: 1.2; }
.service-card p { position: relative; z-index: 1; margin: 12px 0 0; color: var(--muted); font-size: .93rem; }

.split { display: grid; grid-template-columns: 1.06fr .94fr; gap: 80px; align-items: center; }
.visual-stack { position: relative; min-height: 590px; }
.visual-stack__main { position: absolute; inset: 0 70px 65px 0; overflow: hidden; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.visual-stack__main img { width: 100%; height: 100%; object-fit: cover; }
.visual-stack__small { position: absolute; right: 0; bottom: 0; width: 47%; aspect-ratio: 1.05; overflow: hidden; border: 8px solid white; border-radius: 24px; box-shadow: var(--shadow-sm); }
.visual-stack__small img { width: 100%; height: 100%; object-fit: cover; }
.visual-stack__badge { position: absolute; top: 34px; right: 18px; width: 126px; height: 126px; display: grid; place-items: center; padding: 18px; border-radius: 50%; background: var(--orange-action); color: white; text-align: center; box-shadow: 0 15px 35px rgba(169,71,0,.3); transform: rotate(7deg); }
.visual-stack__badge strong { display: block; font-size: 2.2rem; line-height: 1; }
.visual-stack__badge span { display: block; font-size: .72rem; font-weight: 800; line-height: 1.2; text-transform: uppercase; letter-spacing: .09em; }
.feature-list { margin: 30px 0 0; padding: 0; list-style: none; display: grid; gap: 18px; }
.feature-list li { display: grid; grid-template-columns: 38px 1fr; gap: 14px; align-items: start; }
.feature-list__check { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; background: var(--orange-soft); color: var(--orange-dark); }
.feature-list__check svg { width: 19px; }
.feature-list strong { display: block; line-height: 1.3; }
.feature-list span { display: block; margin-top: 3px; color: var(--muted); font-size: .91rem; }

.adr { position: relative; padding: 78px 0; overflow: hidden; background: var(--charcoal); color: white; }
.adr::before { content: "ADR"; position: absolute; right: -25px; top: 50%; transform: translateY(-50%); color: rgba(255,255,255,.035); font-size: 19rem; line-height: 1; font-weight: 900; letter-spacing: -.08em; }
.adr__inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; }
.adr__copy { display: grid; grid-template-columns: 84px 1fr; gap: 28px; align-items: center; }
.adr__mark { width: 84px; height: 84px; display: grid; place-items: center; border: 3px solid var(--orange); transform: rotate(45deg); border-radius: 11px; }
.adr__mark span { transform: rotate(-45deg); font-weight: 900; font-size: 1.25rem; color: var(--orange); }
.adr h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.2rem); letter-spacing: -.045em; line-height: 1.05; }
.adr p { max-width: 760px; margin: 14px 0 0; color: rgba(255,255,255,.68); }

.about-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 80px; align-items: center; }
.portrait-card { position: relative; max-width: 440px; }
.portrait-card::before { content: ""; position: absolute; inset: 22px -22px -22px 22px; border-radius: var(--radius-lg); background: var(--orange); }
.portrait-card img { position: relative; z-index: 1; width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: var(--radius-lg); filter: grayscale(1); }
.portrait-card__caption { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 24px; padding: 17px 20px; border-radius: 16px; background: rgba(255,255,255,.92); backdrop-filter: blur(10px); box-shadow: var(--shadow-sm); }
.portrait-card__caption strong { display: block; font-size: 1.05rem; }
.portrait-card__caption span { color: var(--muted); font-size: .86rem; }
.about-copy blockquote { margin: 30px 0; padding: 0 0 0 26px; border-left: 4px solid var(--orange); font-size: 1.32rem; font-weight: 700; line-height: 1.5; letter-spacing: -.015em; }
.company-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 34px; }
.fact { padding: 20px; border: 1px solid var(--line); border-radius: 16px; background: white; }
.fact span { display: block; color: var(--muted); font-size: .76rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; }
.fact strong { display: block; margin-top: 7px; font-size: .95rem; line-height: 1.3; }

.quote-section { background: var(--orange-soft); }
.quote-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 70px; align-items: start; }
.quote-copy { position: sticky; top: 125px; }
.contact-panel { margin-top: 34px; padding: 25px; border-radius: 20px; background: var(--charcoal); color: white; }
.contact-line { display: grid; grid-template-columns: 44px 1fr; gap: 14px; align-items: center; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.contact-line:last-child { border-bottom: 0; }
.contact-line__icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 13px; background: rgba(244,124,0,.15); color: var(--orange); }
.contact-line__icon svg { width: 21px; }
.contact-line span { color: rgba(255,255,255,.58); font-size: .78rem; }
.contact-line strong { display: block; font-size: .92rem; }
.quote-form { padding: 38px; border-radius: var(--radius); background: white; box-shadow: var(--shadow-lg); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.field { display: grid; gap: 8px; }
.field--full { grid-column: 1 / -1; }
.field label { font-size: .84rem; font-weight: 800; color: #35383d; }
.field input, .field textarea, .field select { width: 100%; border: 1px solid #d9dbde; border-radius: 12px; background: #fbfbfc; color: var(--ink); padding: 13px 14px; outline: none; transition: border-color .2s, box-shadow .2s, background .2s; }
.field input, .field select { min-height: 50px; }
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--orange); background: white; box-shadow: 0 0 0 4px rgba(244,124,0,.12); }
.field input::placeholder, .field textarea::placeholder { color: var(--muted); opacity: 1; }
.checkbox { display: grid; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; font-size: .82rem; color: var(--muted); }
.checkbox input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--orange-dark); }
.checkbox a { color: var(--orange-dark); text-decoration: underline; }
.form-note { margin: 14px 0 0; text-align: center; color: var(--muted); font-size: .77rem; }
.form-status { display: none; margin: 0 0 18px; padding: 13px 15px; border-radius: 11px; font-size: .9rem; font-weight: 700; }
.form-status.is-success { display: block; background: #eaf8ef; color: #166534; }
.form-status.is-error { display: block; background: #fff0f0; color: #9b1c1c; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.site-footer { padding: 65px 0 24px; background: #17191b; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .75fr .8fr; gap: 70px; padding-bottom: 45px; }
.footer-brand img { width: 210px; filter: drop-shadow(0 3px 8px rgba(0,0,0,.28)); }
.footer-brand p { max-width: 440px; margin: 22px 0 0; color: rgba(255,255,255,.58); }
.footer-title { margin: 0 0 17px; font-size: .8rem; text-transform: uppercase; letter-spacing: .13em; color: var(--orange); }
.footer-links { display: grid; gap: 10px; }
.footer-links a { color: rgba(255,255,255,.7); font-size: .9rem; }
.footer-links a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.43); font-size: .78rem; }
.footer-legal { display: flex; gap: 18px; }
.whatsapp-float { position: fixed; z-index: 950; right: 22px; bottom: 22px; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: #117d3e; color: white; box-shadow: 0 14px 35px rgba(18,97,49,.32); transition: transform .2s; }
.whatsapp-float:hover { transform: translateY(-4px) scale(1.03); }
.whatsapp-float svg { width: 29px; height: 29px; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.js .reveal.visible { opacity: 1; transform: none; }

.legal-page { min-height: 100vh; background: var(--surface); }
.legal-hero { padding: 85px 0 55px; background: var(--charcoal); color: white; }
.legal-hero h1 { margin: 0; font-size: clamp(2.4rem, 5vw, 4rem); letter-spacing: -.045em; }
.legal-content { max-width: 880px; margin: 0 auto; padding: 70px 0 100px; }
.legal-content article { padding: 44px; border-radius: var(--radius); background: white; box-shadow: var(--shadow-sm); }
.legal-content h2 { margin: 34px 0 10px; font-size: 1.45rem; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content p, .legal-content li { color: var(--muted); }
.legal-content a { color: var(--orange-dark); text-decoration: underline; }

.response-page { min-height: 100vh; display: grid; place-items: center; margin: 0; padding: 28px; background: var(--surface); }
.response-card { width: min(100%, 620px); padding: 42px; border-radius: var(--radius); background: white; box-shadow: var(--shadow-lg); text-align: center; }
.response-card img { width: 220px; height: auto; margin: 0 auto 30px; }
.response-card .form-status { display: block; margin-bottom: 24px; }

@media (max-width: 1080px) {
  .nav__links { gap: 18px; }
  .nav__links .button { display: none; }
  .hero__grid { grid-template-columns: 1fr; align-items: center; }
  .hero__proof { justify-self: start; margin-top: 55px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-strip__inner { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .trust-item:nth-child(3) { padding-left: 0; }
  .split { gap: 48px; }
  .about-grid, .quote-grid { gap: 50px; }
}

@media (max-width: 820px) {
  .topbar { display: none; }
  .nav { min-height: 72px; flex-wrap: wrap; }
  .brand img { width: 154px; }
  .nav__links { order: 3; flex: 1 0 100%; display: flex; flex-direction: column; align-items: stretch; gap: 0; margin: 0; padding: 0 0 18px; }
  .nav__links a { padding: 16px 10px; border-bottom: 1px solid var(--line); font-size: 1.05rem; }
  .nav__links a::after { display: none; }
  .nav__links .button { display: inline-flex; margin-top: 24px; border-bottom: 0; }
  .js .nav { flex-wrap: nowrap; }
  .js .menu-toggle { display: block; }
  .js .nav__links { position: fixed; inset: 72px 0 0; z-index: 999; display: flex; margin: 0; padding: 22px 20px 40px; background: white; transform: translateX(100%); visibility: hidden; pointer-events: none; transition: transform .3s ease, visibility .3s; }
  .js body.menu-open .nav__links { transform: none; visibility: visible; pointer-events: auto; }
  .js body.menu-open .menu-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .js body.menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
  .js body.menu-open .menu-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .language__toggle .language-name { display: none; }
  .hero { min-height: auto; }
  .hero__grid { min-height: 760px; padding: 90px 0 80px; }
  .hero__bg img { object-position: 70% center; }
  .hero__bg::after { background: linear-gradient(90deg, rgba(15,17,18,.96), rgba(15,17,18,.73)); }
  .hero__content h1 { font-size: clamp(3.15rem, 12vw, 5rem); }
  .hero__scroll { display: none; }
  .section { padding: 80px 0; }
  .split, .about-grid, .quote-grid { grid-template-columns: 1fr; }
  .split-copy { order: -1; }
  .visual-stack { min-height: 520px; }
  .adr__inner { grid-template-columns: 1fr; }
  .adr__copy { grid-template-columns: 70px 1fr; }
  .adr__mark { width: 70px; height: 70px; }
  .quote-copy { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  .container { width: min(100% - 28px, var(--max)); }
  .nav__actions { gap: 3px; }
  .hero__grid { min-height: 720px; padding: 80px 0 48px; }
  .hero__lead { font-size: 1rem; }
  .hero__actions { flex-direction: column; align-items: stretch; }
  .hero__proof { width: 100%; grid-template-columns: repeat(3, 1fr); margin-top: 42px; }
  .proof { min-height: 105px; padding: 18px 12px; }
  .proof strong { font-size: 1.42rem; }
  .proof span { font-size: .72rem; }
  .trust-strip__inner { grid-template-columns: 1fr; }
  .trust-item, .trust-item:first-child, .trust-item:nth-child(3) { min-height: 92px; padding: 17px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-item:last-child { border-bottom: 0; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .section-heading { margin-bottom: 34px; }
  .visual-stack { min-height: 410px; }
  .visual-stack__main { inset: 0 35px 45px 0; }
  .visual-stack__small { width: 52%; border-width: 5px; }
  .visual-stack__badge { top: 18px; right: 0; width: 95px; height: 95px; }
  .visual-stack__badge strong { font-size: 1.7rem; }
  .visual-stack__badge span { font-size: .58rem; }
  .adr { padding: 65px 0; }
  .adr__copy { grid-template-columns: 1fr; }
  .adr__mark { margin-left: 10px; }
  .company-facts { grid-template-columns: 1fr; }
  .portrait-card::before { inset: 15px -10px -15px 10px; }
  .quote-form { padding: 24px 18px; border-radius: 18px; }
  .form-grid { grid-template-columns: 1fr; gap: 17px; }
  .field--full { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .footer-legal { flex-wrap: wrap; }
  .whatsapp-float { width: 54px; height: 54px; right: 15px; bottom: 15px; }
  .legal-content article { padding: 28px 22px; }
  .response-card { padding: 30px 22px; }
}

@media (max-width: 460px) {
  .legal-page .nav__actions > .button { display: none; }
}

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