:root {
  --ink: #17212b;
  --ink-2: #24313d;
  --red: #b4232f;
  --red-dark: #941c27;
  --paper: #f3f1eb;
  --white: #fff;
  --muted: #667085;
  --line: #d9dde3;
  --green: #18794e;
  --radius: 22px;
  --radius-sm: 14px;
  --shadow: 0 18px 50px rgba(23, 33, 43, .09);
  --container: 1180px;
  --panel-radius: clamp(30px, 3vw, 48px);
  --panel-gutter: 10px;
  --logo-surface: #eeeeee;
}

* { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; scroll-padding-top: 110px; }
body {
  margin: 0;
  overflow-x: clip;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #f0a2a9; outline-offset: 4px; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; background: var(--white); padding: 10px 16px; border-radius: 10px; }
.skip-link:focus { top: 16px; }
.container { width: min(calc(100% - 64px), var(--container)); margin-inline: auto; }
.section { padding: 96px 0; }
.section--white, .section--ink {
  margin: 14px var(--panel-gutter);
  overflow: hidden;
  border-radius: var(--panel-radius);
}
.section--white { background: var(--white); box-shadow: inset 0 0 0 1px rgba(23, 33, 43, .06); }
.section--ink { color: var(--white); background: var(--ink); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08); }
.eyebrow { margin: 0 0 16px; color: var(--red); font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.section--ink .eyebrow { color: #ffadb5; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.04; letter-spacing: -.045em; }
h1 { font-size: clamp(2.35rem, 5vw, 4.85rem); }
h2 { max-width: 850px; font-size: clamp(2rem, 4vw, 3.5rem); }
h3 { font-size: clamp(1.3rem, 2vw, 1.65rem); }
.lede { max-width: 760px; color: var(--muted); font-size: clamp(1.05rem, 1.8vw, 1.28rem); }
.section--ink .lede { color: #c9d0d7; }
.serif { font-family: Georgia, "Times New Roman", serif; font-weight: 400; font-style: italic; }
.button {
  display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 12px;
  padding: 12px 22px; border: 1px solid transparent; border-radius: 13px; text-decoration: none;
  font-size: .92rem; font-weight: 800; line-height: 1.2; transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button--primary { color: var(--white); background: var(--red); }
.button--primary:hover { background: var(--red-dark); }
.button--light { color: var(--ink); background: var(--white); }
.button--ghost { color: var(--ink); background: transparent; border-color: #aeb5bd; }
.button--ghost-light { color: var(--white); background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.55); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }

.site-header { position: fixed; z-index: 100; top: 18px; left: 0; width: 100%; pointer-events: none; }
.nav-shell {
  position: relative; display: flex; min-height: 68px; align-items: center; gap: 24px; padding: 8px 20px;
  color: var(--white); background: rgba(20, 27, 34, .61); border: 1px solid rgba(255,255,255,.22);
  border-radius: 22px; box-shadow: 0 12px 34px rgba(0,0,0,.18); backdrop-filter: blur(18px); pointer-events: auto;
}
.brand { display: inline-flex; align-items: center; gap: 10px; color: inherit; text-decoration: none; white-space: nowrap; }
.brand-logo-frame { display: grid; width: 142px; height: 50px; place-items: center; padding: 5px 9px; overflow: hidden; background: var(--logo-surface); border-radius: 13px; }
.brand-logo-frame img { width: 100%; height: 40px; object-fit: contain; object-position: center; background: var(--logo-surface); transform: translateY(-2px); }
.brand-mark { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-family: Georgia, serif; font-size: 1.35rem; font-style: italic; }
.brand-copy { line-height: 1; }
.brand-copy strong { display: block; font-size: .92rem; letter-spacing: .11em; text-transform: uppercase; }
.brand-copy small { display: block; margin-top: 5px; color: #d5dbe0; font-size: .67rem; letter-spacing: .08em; text-transform: uppercase; }
.desktop-nav { position: absolute; left: 50%; display: flex; align-items: stretch; justify-content: center; gap: 0; margin: 0; transform: translateX(-50%); }
.desktop-nav a { display: inline-flex; min-height: 42px; align-items: center; justify-content: center; padding: 9px 14px; color: inherit; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.12); border-radius: 0; font-size: .76rem; font-weight: 750; text-decoration: none; white-space: nowrap; transition: color .2s ease, background .2s ease, border-color .2s ease; }
.desktop-nav a + a { border-left: 0; }
.desktop-nav a:first-child { border-radius: 12px 0 0 12px; }
.desktop-nav a:last-child { border-radius: 0 12px 12px 0; }
.desktop-nav a:hover { color: var(--white); background: rgba(255,255,255,.14); border-color: rgba(255,255,255,.24); }
.menu-toggle { display: none; width: 50px; height: 50px; margin-left: auto; align-items: center; justify-content: center; color: var(--white); background: transparent; border: 1px solid rgba(255,255,255,.4); border-radius: 14px; }
.menu-toggle svg { width: 24px; }
.mobile-menu { display: none; }

.hero { position: relative; min-height: calc(100vh + 96px); min-height: calc(100svh + 96px); overflow: hidden; color: var(--white); background: #121820; border-radius: 0 0 var(--panel-radius) var(--panel-radius); }
.hero-track { position: absolute; inset: 0; display: flex; width: 400%; height: 100%; transform: translate3d(0,0,0); transition: transform 1.6s cubic-bezier(.65,0,.2,1); will-change: transform; }
.hero-track.is-resetting { transition: none; }
.hero-slide { position: relative; width: 25%; height: 100%; flex: 0 0 25%; margin: 0; overflow: hidden; }
.hero-slide picture { display: block; width: 100%; height: 100%; }
.hero-slide img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.84) contrast(.98); transform: scale(1.035); animation: hero-drift 11s ease-in-out infinite alternate; }
.hero-slide:nth-child(2) img { object-position: center 48%; animation-delay: -3s; }
.hero-slide:nth-child(3) img { object-position: center 45%; animation-delay: -6s; }
.hero-shade { position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, rgba(10,15,20,.43) 0%, rgba(10,15,20,.18) 27%, rgba(10,15,20,.55) 72%, rgba(10,15,20,.72) 100%), radial-gradient(circle at 50% 43%, rgba(10,15,20,.08), rgba(10,15,20,.3) 76%); }
.hero-inner { position: relative; z-index: 2; display: grid; min-height: calc(100vh + 96px); min-height: calc(100svh + 96px); place-items: center; padding: 132px 0 160px; text-align: center; }
.hero-copy { width: min(920px, 100%); transform: translateY(-5vh); }
.hero h1 { max-width: 920px; margin: 0 auto 22px; }
.hero-title { opacity: 0; transform: translateY(24px) scale(.985); animation: hero-title-in .85s cubic-bezier(.2,.8,.2,1) .18s forwards; }
.hero .lede { max-width: 760px; min-height: 3.25em; margin-inline: auto; color: #f4f6f7; font-size: clamp(1.05rem,1.55vw,1.3rem); text-shadow: 0 2px 18px rgba(0,0,0,.35); }
.hero-subtitle { opacity: 0; transform: translateY(20px) scale(.99); animation: hero-title-in .8s cubic-bezier(.2,.8,.2,1) .62s forwards; }
.hero-actions { justify-content: center; opacity: 0; transform: translateY(14px); animation: hero-actions-in .7s ease 1.15s forwards; }
.hero-actions .button { min-height: 48px; padding: 10px 14px 10px 18px; }
.hero-actions .button--ghost-light { padding-right: 9px; }
.hero-carousel-ui { position: absolute; z-index: 3; left: 50%; bottom: 130px; display: flex; align-items: center; gap: 12px; transform: translateX(-50%); }
.hero-dots { display: flex; gap: 7px; padding: 9px 11px; background: rgba(17,24,31,.45); border: 1px solid rgba(255,255,255,.22); border-radius: 999px; backdrop-filter: blur(12px); }
.hero-dot { width: 8px; height: 8px; padding: 0; background: rgba(255,255,255,.5); border: 0; border-radius: 50%; cursor: pointer; transition: width .3s ease, background .3s ease; }
.hero-dot.is-active { width: 28px; background: var(--white); border-radius: 999px; }
.hero-pause { display: grid; width: 38px; height: 38px; place-items: center; padding: 0; color: var(--white); background: rgba(17,24,31,.45); border: 1px solid rgba(255,255,255,.22); border-radius: 50%; cursor: pointer; backdrop-filter: blur(12px); }
.hero-seo-headings { position: absolute; }
@keyframes hero-title-in { to { opacity: 1; transform: none; } }
@keyframes hero-actions-in { to { opacity: 1; transform: none; } }
@keyframes hero-drift { from { transform: scale(1.035) translateX(-.7%); } to { transform: scale(1.055) translateX(.7%); } }
.hero-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 26px; }
.hero-tags span { padding: 7px 11px; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; background: rgba(23,33,43,.38); font-size: .74rem; font-weight: 750; letter-spacing: .04em; text-transform: uppercase; backdrop-filter: blur(8px); }
.hero-card-row { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 14px; }
.hero-card { display: flex; min-height: 116px; align-items: center; justify-content: space-between; gap: 18px; padding: 22px 24px; background: var(--white); border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow); text-decoration: none; }
.hero-card span:first-child { font-size: 1.1rem; font-weight: 800; line-height: 1.2; }
.hero-card h1 { margin: 0; font-size: clamp(1.2rem, 2vw, 1.75rem); }
.hero-card a { display: inline-flex; align-items: center; gap: 12px; font-size: .85rem; font-weight: 800; text-decoration: none; white-space: nowrap; }
.hero-card-row--seo { grid-template-columns: repeat(2, 1fr); }
.arrow { display: grid; width: 38px; height: 38px; flex: 0 0 auto; place-items: center; border-radius: 50%; background: #f3dfe1; color: var(--red); }
.arrow svg { width: 18px; height: 18px; }

.hero-v2 {
  position: relative; min-height: 100vh; min-height: 100svh; margin: 0 var(--panel-gutter) 14px;
  overflow: hidden; color: var(--white); background: var(--paper); border-radius: 0 0 var(--panel-radius) var(--panel-radius);
  box-shadow: inset 0 0 0 1px rgba(23,33,43,.08);
}
.hero-v2-media { position: absolute; inset: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; background: var(--paper); }
.hero-v2-panel { position: relative; min-width: 0; margin: 0; overflow: hidden; background: var(--ink); }
.hero-v2-panel img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78) contrast(.96) brightness(.91); }
.hero-v2-panel::after { content: ""; position: absolute; inset: 0; }
.hero-v2-panel--car img { object-position: 39% center; }
.hero-v2-panel--car::after { background: linear-gradient(90deg, rgba(11,17,22,.28), rgba(11,17,22,.04) 72%, rgba(11,17,22,.2)); }
.hero-v2-panel--finance img { object-position: 59% center; }
.hero-v2-panel--finance::after { background: linear-gradient(270deg, rgba(11,17,22,.28), rgba(11,17,22,.04) 72%, rgba(11,17,22,.2)); }
.hero-v2-inner { position: relative; z-index: 3; display: grid; min-height: 100vh; min-height: 100svh; place-items: end center; padding: 132px 0 42px; }
.hero-v2-copy {
  width: min(900px, 100%); padding: 32px 34px 28px; background: rgba(17,24,31,.76);
  border: 1px solid rgba(255,255,255,.28); border-radius: 30px; box-shadow: 0 24px 70px rgba(0,0,0,.3);
  backdrop-filter: blur(20px) saturate(115%);
}
.hero-v2-kicker { display: grid; grid-template-columns: 1fr 54px 1fr; align-items: center; gap: 14px; margin-bottom: 18px; color: #f4c3c7; font-size: .76rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.hero-v2-kicker span:last-child { text-align: right; }
.hero-v2-kicker i { height: 1px; background: rgba(255,255,255,.42); }
.hero-v2-copy h1 { max-width: 830px; margin-bottom: 16px; font-size: clamp(2.6rem, 5.3vw, 5rem); }
.hero-v2-copy .lede { max-width: 760px; margin-bottom: 0; color: #eef1f3; }
.hero-v2-copy .actions { margin-top: 24px; }
.hero-v2-trust { display: flex; flex-wrap: wrap; gap: 8px 20px; margin: 22px 0 0; padding: 18px 0 0; border-top: 1px solid rgba(255,255,255,.2); list-style: none; color: #d8dde1; font-size: .8rem; font-weight: 720; }
.hero-v2-trust li::before { content: "✓"; margin-right: 7px; color: #ffadb5; }
.hero-v2-label { position: absolute; z-index: 2; top: 132px; display: flex; align-items: center; gap: 10px; padding: 9px 13px; color: var(--white); background: rgba(17,24,31,.56); border: 1px solid rgba(255,255,255,.3); border-radius: 999px; backdrop-filter: blur(12px); font-size: .75rem; font-weight: 800; letter-spacing: .03em; }
.hero-v2-label span { color: #ffadb5; }
.hero-v2-label--car { left: max(28px, calc((100% - var(--container)) / 2)); }
.hero-v2-label--finance { right: max(28px, calc((100% - var(--container)) / 2)); }

.split { display: grid; grid-template-columns: 1.02fr .98fr; gap: 70px; align-items: center; }
.media-frame { position: relative; min-height: 510px; overflow: hidden; border-radius: 34px; background: var(--ink); }
.media-frame img { width: 100%; height: 100%; min-height: 510px; object-fit: cover; }
.media-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(23,33,43,.45), transparent 45%); }
.media-note { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 24px; padding: 20px; color: var(--white); background: rgba(23,33,43,.78); border: 1px solid rgba(255,255,255,.2); border-radius: 18px; backdrop-filter: blur(10px); }
.media-note strong { display: block; font-size: 1.25rem; }
.media-note span { color: #d4d9de; }
.video-layout { display: grid; max-width: 1180px; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 32px; align-items: center; margin: 62px auto 0; }
.video-facade { position: relative; width: 100%; min-width: 0; max-width: 620px; aspect-ratio: 16 / 9; justify-self: center; overflow: hidden; background: var(--ink); border-radius: 28px; box-shadow: var(--shadow); }
.video-facade > img, .video-facade > iframe { width: 100%; height: 100%; border: 0; object-fit: cover; }
.video-facade::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(10,15,20,.5), transparent 55%); pointer-events: none; }
.video-facade button { position: absolute; z-index: 2; inset: 50% auto auto 50%; display: grid; width: 72px; height: 72px; place-items: center; color: var(--white); background: var(--red); border: 0; border-radius: 50%; transform: translate(-50%,-50%); cursor: pointer; box-shadow: 0 12px 30px rgba(0,0,0,.28); }
.video-facade button span { margin-left: 4px; font-size: 1.35rem; }
.video-facade:has(iframe)::after { display: none; }
.home-story { padding-top: 110px; }
.editorial-panel { display: grid; grid-template-columns: 1.08fr .92fr; gap: 70px; align-items: center; padding: 52px 46px; background: var(--white); border: 1px solid var(--line); border-radius: 32px; box-shadow: var(--shadow); }
.editorial-panel h2, .editorial-panel .lede { margin-bottom: 0; }
.editorial-panel .lede { align-self: center; }
.story-card { display: grid; width: 100%; min-width: 0; align-content: center; padding: 42px 38px; text-align: center; background: #e9e6de; border-radius: 28px; }
.story-card h2 { margin-inline: auto; font-size: clamp(2rem,3vw,3rem); }
.story-card p { margin-bottom: 0; }
.section-heading-centered { display: grid; place-items: center; text-align: center; }
.section-heading-centered h2 { margin-inline: auto; }
.advantage-flow { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; margin-top: 52px; }
.advantage-step { position: relative; display: grid; min-height: 380px; grid-template-rows: 82px 24px 84px 1fr; row-gap: 7px; justify-items: center; align-items: start; padding: 28px 22px; text-align: center; background: #f8f7f3; border: 1px solid var(--line); border-radius: 26px; }
.advantage-icon { display: grid; width: 74px; height: 74px; place-items: center; color: var(--red); background: #f2dfe1; border-radius: 22px; }
.advantage-icon svg { width: 43px; height: 43px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.advantage-order { align-self: center; color: var(--red); font-size: .72rem; font-weight: 850; letter-spacing: .15em; }
.advantage-step .card-heading { align-self: start; margin: 0; font-size: 1.28rem; }
.advantage-step p { margin: 0; padding-top: 7px; color: var(--muted); }
.advantage-arrow { position: absolute; z-index: 2; top: 49px; right: -20px; display: grid; width: 26px; height: 26px; place-items: center; color: var(--red); background: var(--white); border: 1px solid #e2c9cc; border-radius: 50%; font-size: 1rem; }
.useful-section { padding-block: 86px; }
.js [data-reveal] { opacity: 0; transform: translateY(34px); transition: opacity .75s ease var(--reveal-delay,0ms), transform .85s cubic-bezier(.2,.75,.2,1) var(--reveal-delay,0ms); }
.js [data-reveal].is-visible { opacity: 1; transform: none; }
.facts { display: grid; gap: 12px; margin-top: 28px; }
.fact { display: flex; gap: 15px; align-items: flex-start; padding: 17px 0; border-top: 1px solid var(--line); }
.fact-icon { display: grid; width: 40px; height: 40px; flex: 0 0 auto; place-items: center; color: var(--red); background: #f4dfe1; border-radius: 12px; font-weight: 900; }
.fact strong { display: block; }
.fact span { color: var(--muted); }

.card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 42px; }
.card { display: flex; min-height: 300px; flex-direction: column; padding: 26px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.card-num { margin-bottom: auto; color: var(--red); font-size: 2.7rem; font-weight: 850; letter-spacing: -.06em; }
.card h3 { margin-top: 38px; }
.card p { margin-bottom: 0; color: var(--muted); }
.card-heading { margin-top: 38px; font-size: clamp(1.3rem, 2vw, 1.65rem); line-height: 1.08; letter-spacing: -.035em; }
.link-card { min-height: 230px; color: var(--white); background: var(--ink-2); text-decoration: none; }
.link-card:nth-child(2n) { background: #303d47; }
.link-card h5 { margin: 0 0 auto; font-size: clamp(1.3rem, 2vw, 1.65rem); line-height: 1.08; letter-spacing: -.035em; }
.link-card a { display: flex; align-items: center; justify-content: space-between; gap: 16px; color: var(--white); font-weight: 800; text-decoration: none; }
.link-card .arrow { background: var(--white); }

.process-hero { position: relative; min-height: 88vh; min-height: 88svh; margin: 0 var(--panel-gutter) 14px; overflow: hidden; color: var(--white); background: var(--ink); border-radius: 0 0 var(--panel-radius) var(--panel-radius); }
.process-hero-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 48%; filter: saturate(.84) contrast(.98); }
.process-hero-shade { position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg,rgba(10,15,20,.5) 0%,rgba(10,15,20,.2) 35%,rgba(10,15,20,.72) 100%), radial-gradient(circle at 50% 45%,rgba(10,15,20,.08),rgba(10,15,20,.35) 78%); }
.process-hero-inner { position: relative; z-index: 2; display: grid; min-height: 88vh; min-height: 88svh; place-items: center; padding: 150px 0 100px; text-align: center; }
.process-hero-copy { width: min(900px,100%); transform: translateY(4vh); }
.process-hero .eyebrow { color: #ffb6bd; }
.process-hero h1 { max-width: 900px; margin: 0 auto 22px; opacity: 0; transform: translateY(24px); animation: hero-title-in .85s cubic-bezier(.2,.8,.2,1) .18s forwards; }
.process-hero .lede { max-width: 680px; margin: 0 auto; color: #f2f4f5; opacity: 0; transform: translateY(18px); animation: hero-title-in .75s ease .5s forwards; }
.process-hero-actions { justify-content: center; opacity: 0; transform: translateY(14px); animation: hero-actions-in .7s ease .78s forwards; }
.process-hero-actions .button { min-width: 220px; justify-content: space-between; padding-left: 24px; }
.scroll-arrow { display: grid; width: 34px; height: 34px; place-items: center; color: var(--ink); background: var(--white); border-radius: 50%; font-size: 1.05rem; }
.process-section { padding-top: 96px; scroll-margin-top: 88px; }
.process-intro-panel { position: relative; display: grid; grid-template-columns: .78fr 1.22fr; grid-template-rows: auto 1fr; gap: 16px 54px; align-items: center; padding: 48px; overflow: hidden; color: var(--white); background: #17212b; border: 1px solid rgba(255,255,255,.1); border-radius: 32px; box-shadow: var(--shadow); }
.process-intro-panel::after { content: "03"; position: absolute; right: -16px; bottom: -46px; color: rgba(255,255,255,.035); font-size: 12rem; font-weight: 900; line-height: 1; letter-spacing: -.1em; pointer-events: none; }
.process-intro-panel .eyebrow { grid-column: 1; grid-row: 1; margin-bottom: 0; color: #ffb6bd; }
.process-intro-panel h2 { grid-column: 1; grid-row: 2; margin-bottom: 0; color: var(--white); }
.process-intro-panel .lede { position: relative; z-index: 1; grid-column: 2; grid-row: 1 / 3; margin-bottom: 0; padding: 30px; color: #dce2e7; background: rgba(255,255,255,.065); border: 1px solid rgba(255,255,255,.12); border-radius: 24px; }
.process-visual { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; margin-top: 34px; }
.process-card { position: relative; display: grid; min-height: 540px; grid-template-rows: auto 96px 1fr; align-content: start; padding: 30px; background: #f8f7f3; border: 1px solid var(--line); border-radius: 28px; box-shadow: 0 16px 36px rgba(23,33,43,.08); }
.process-card-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.process-icon { position: relative; display: grid; width: 112px; height: 112px; flex: 0 0 112px; place-items: center; background: var(--white); border: 1px solid #d8dce0; border-radius: 30px; box-shadow: 0 14px 30px rgba(23,33,43,.1); }
.process-icon svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.process-symbol-main { display: grid; width: 64px; height: 64px; place-items: center; color: #1d2a35; }
.process-symbol-main svg { width: 60px; height: 60px; }
.process-symbol-badge { position: absolute; right: -10px; bottom: -10px; display: grid; width: 48px; height: 48px; place-items: center; color: var(--white); background: var(--red); border: 5px solid #f8f7f3; border-radius: 17px; box-shadow: 0 8px 18px rgba(190,31,46,.22); }
.process-symbol-badge svg { width: 22px; height: 22px; stroke-width: 2; }
.process-num { color: var(--red); font-size: 1rem; font-weight: 850; line-height: 1; letter-spacing: .12em; }
.process-card h3 { align-self: center; margin: 18px 0 16px; font-size: clamp(1.65rem,2.2vw,2.2rem); line-height: 1.04; }
.process-card p { margin-bottom: 0; color: var(--muted); }
.process-connector { position: absolute; z-index: 2; top: 64px; right: -27px; display: grid; width: 36px; height: 36px; place-items: center; color: var(--red); background: var(--white); border: 1px solid #dfc7ca; border-radius: 50%; font-size: 1.15rem; box-shadow: 0 7px 18px rgba(23,33,43,.12); }

.contact-panel { display: grid; grid-template-columns: 1.1fr .9fr; gap: 50px; align-items: end; padding: 48px; background: var(--ink); color: var(--white); border-radius: 34px; }
.contact-list { display: grid; gap: 12px; }
.contact-list a { display: block; color: var(--white); text-decoration-thickness: 1px; text-underline-offset: 5px; }
.contact-list span { display: block; color: #aeb9c3; font-size: .8rem; text-transform: uppercase; letter-spacing: .1em; }

.location-shell { display: grid; grid-template-columns: .9fr 1.1fr; gap: 64px; align-items: stretch; }
.location-copy { padding-block: 10px; }
.location-logo { width: 196px; height: auto; margin-bottom: 34px; padding: 8px; background: var(--logo-surface); border-radius: 14px; }
.location-details { display: grid; gap: 0; margin-top: 36px; border-top: 1px solid var(--line); }
.location-details div { display: grid; grid-template-columns: 110px 1fr; gap: 22px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.location-details span { color: var(--muted); font-size: .76rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.location-details strong { line-height: 1.35; }
.location-map { position: relative; min-height: 600px; overflow: hidden; background: radial-gradient(circle at 75% 18%, rgba(180,35,47,.12), transparent 28%), #e8edf0; border: 1px solid #d0d8de; border-radius: 34px; }
.location-map::before { content: ""; position: absolute; inset: 0; background: url('/assets/tenerife-map.svg') center / contain no-repeat; }
.island-map { width: 100%; height: 100%; min-height: 600px; visibility: hidden; }
.map-grid path { fill: none; stroke: rgba(93,112,126,.12); stroke-width: 1; }
.island-shadow { fill: rgba(23,33,43,.12); transform: translate(10px, 14px); }
.island-shape { fill: #faf9f5; stroke: #17212b; stroke-width: 5; }
.island-road { fill: none; stroke: #b4232f; stroke-width: 5; stroke-linecap: round; stroke-dasharray: 3 14; }
.capital-dot { fill: #17212b; }
.map-pin path { fill: #b4232f; }
.map-pin circle { fill: #fff; stroke: #b4232f; stroke-width: 7; }
.map-label { fill: #17212b; font: 800 24px Inter, system-ui, sans-serif; letter-spacing: -.02em; }
.map-label--small { fill: #667085; font-size: 17px; font-weight: 700; }
.map-card { position: absolute; right: 22px; bottom: 22px; display: flex; width: min(360px, calc(100% - 44px)); align-items: center; gap: 18px; padding: 16px; background: rgba(238,238,238,.96); border: 1px solid #cbd2d8; border-radius: 20px; box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.map-card img { width: 112px; height: 54px; object-fit: contain; background: var(--logo-surface); }
.map-card strong, .map-card span { display: block; }
.map-card span { margin-top: 3px; color: var(--muted); font-size: .83rem; }

.page-hero { position: relative; min-height: 74vh; min-height: 74svh; margin: 0 var(--panel-gutter) 14px; overflow: hidden; color: var(--white); background: var(--ink); border-radius: 0 0 var(--panel-radius) var(--panel-radius); box-shadow: inset 0 0 0 1px rgba(255,255,255,.08); }
.page-hero-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.82) contrast(.96); }
.page-hero-shade { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(12,18,24,.82) 0%, rgba(12,18,24,.55) 52%, rgba(12,18,24,.2) 100%), linear-gradient(0deg, rgba(12,18,24,.5), transparent 60%); }
.page-hero-inner { position: relative; z-index: 2; display: flex; min-height: 74vh; min-height: 74svh; flex-direction: column; justify-content: center; padding: 145px 0 82px; }
.page-hero h1 { max-width: 940px; }
.page-hero h1, .page-hero h3, .page-hero .eyebrow { opacity: 0; transform: translateY(24px); animation: hero-title-in .8s cubic-bezier(.2,.8,.2,1) .2s forwards; }
.page-hero h3 { animation-delay: .5s; }
.page-hero .lede { opacity: 0; transform: translateY(18px); animation: hero-title-in .75s ease .55s forwards; }
.page-hero .actions { opacity: 0; transform: translateY(14px); animation: hero-actions-in .7s ease .85s forwards; }
.page-hero .lede { color: #d5dbe0; }
.subpage-hero { position: relative; min-height: 88vh; min-height: 88svh; margin: 0 var(--panel-gutter) 14px; overflow: hidden; color: var(--white); background: var(--ink); border-radius: 0 0 var(--panel-radius) var(--panel-radius); }
.subpage-hero-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.84) contrast(.98); }
.subpage-hero-shade { position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg,rgba(10,15,20,.52) 0%,rgba(10,15,20,.18) 37%,rgba(10,15,20,.76) 100%), radial-gradient(circle at 50% 45%,rgba(10,15,20,.06),rgba(10,15,20,.4) 82%); }
.subpage-hero-inner { position: relative; z-index: 2; display: grid; min-height: 88vh; min-height: 88svh; place-items: center; padding: 150px 0 100px; text-align: center; }
.subpage-hero-copy { width: min(920px,100%); transform: translateY(4vh); }
.subpage-hero .eyebrow { color: #ffb6bd; }
.subpage-hero h1 { max-width: 920px; margin: 0 auto 18px; opacity: 0; transform: translateY(24px); animation: hero-title-in .85s cubic-bezier(.2,.8,.2,1) .18s forwards; }
.subpage-hero h3 { margin: 0 auto 16px; color: #f4f5f6; opacity: 0; transform: translateY(18px); animation: hero-title-in .75s ease .46s forwards; }
.subpage-hero .lede { max-width: 700px; margin: 0 auto; color: #f2f4f5; opacity: 0; transform: translateY(18px); animation: hero-title-in .75s ease .52s forwards; }
.subpage-hero-actions { justify-content: center; opacity: 0; transform: translateY(14px); animation: hero-actions-in .7s ease .78s forwards; }
.subpage-hero-actions .button { min-width: 232px; justify-content: space-between; padding-left: 24px; }
.subpage-section { scroll-margin-top: 88px; }
.subpage-intro-panel { display: grid; grid-template-columns: .82fr 1.18fr; gap: 54px; align-items: center; padding: 48px; color: var(--white); background: var(--ink); border: 1px solid rgba(255,255,255,.1); border-radius: 32px; box-shadow: var(--shadow); }
.subpage-intro-panel h2, .subpage-intro-panel p { margin-bottom: 0; }
.subpage-intro-panel .eyebrow { margin-bottom: 16px; color: #ffb6bd; }
.subpage-intro-panel .lede { padding: 30px; color: #dce2e7; background: rgba(255,255,255,.065); border: 1px solid rgba(255,255,255,.12); border-radius: 24px; }
.benefit-heading { display: flex; justify-content: center; padding: 90px 0 10px; text-align: center; }
.benefit-heading h2 { margin-bottom: 0; }
.page-main { min-height: 45vh; }
.page-content-panel { padding: 48px; background: var(--white); border: 1px solid var(--line); border-radius: 32px; box-shadow: var(--shadow); }
.benefit-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 42px; }
.benefit { position: relative; min-height: 370px; padding: 30px; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: 28px; box-shadow: 0 14px 34px rgba(23,33,43,.07); }
.benefit::after { content: ""; position: absolute; right: -36px; bottom: -36px; width: 120px; height: 120px; background: rgba(180,35,47,.055); border-radius: 50%; }
.benefit p { margin-bottom: 0; color: var(--muted); }
.benefit h5 { margin: 28px 0 12px; font-size: clamp(1.25rem, 2vw, 1.6rem); line-height: 1.08; letter-spacing: -.035em; }
.benefit-num { color: var(--red); font-size: .78rem; font-weight: 850; letter-spacing: .14em; }
.benefit-card-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 22px; }
.benefit-icon { position: relative; display: grid; width: 92px; height: 92px; flex: 0 0 92px; place-items: center; color: var(--ink); background: #f6f3ee; border: 1px solid #ddd8d1; border-radius: 25px; box-shadow: 0 12px 28px rgba(23,33,43,.09); }
.benefit-icon svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.benefit-symbol-main { display: grid; width: 58px; height: 58px; place-items: center; }
.benefit-symbol-main svg { width: 52px; height: 52px; }
.benefit-symbol-badge { position: absolute; right: -8px; bottom: -8px; display: grid; width: 38px; height: 38px; place-items: center; color: var(--white); background: var(--red); border: 4px solid var(--white); border-radius: 13px; box-shadow: 0 7px 16px rgba(180,35,47,.2); }
.benefit-symbol-badge svg { width: 19px; height: 19px; stroke-width: 2.2; }
.private-heading { margin-bottom: 34px; }
.private-heading h3 { margin-bottom: 0; font-size: clamp(2rem,4vw,3.5rem); }
.private-panel { align-items: stretch; overflow: hidden; }
.private-panel-lead { display: flex; min-height: 330px; flex-direction: column; align-items: flex-start; justify-content: flex-end; padding: 34px; background: rgba(255,255,255,.065); border: 1px solid rgba(255,255,255,.12); border-radius: 24px; }
.private-panel-index { margin-bottom: auto; color: #ffb6bd; font-size: .78rem; font-weight: 850; letter-spacing: .14em; }
.private-panel-lead strong { font-size: clamp(1.8rem,3vw,2.6rem); line-height: 1.05; }
.private-panel-lead p { color: #c9d0d7; }
.private-panel-lead .button { margin-top: 16px; }
.private-panel .contact-list { align-content: center; }
.private-panel .contact-list > div { padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.private-panel .contact-list p { margin-bottom: 0; color: #e6eaed; }
.inline-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 36px; }
.inline-link { display: flex; min-height: 100px; align-items: center; justify-content: space-between; gap: 20px; padding: 20px; background: var(--white); border: 1px solid var(--line); border-radius: 18px; font-weight: 800; text-decoration: none; }
.faq-shell { display: grid; grid-template-columns: .7fr 1.3fr; gap: 56px; align-items: start; padding: 48px; background: var(--white); border: 1px solid var(--line); border-radius: 32px; box-shadow: var(--shadow); }
.faq-heading { position: sticky; top: 120px; }
.faq-heading h2 { margin-bottom: 20px; }
.faq-heading > p:last-child { color: var(--muted); }
.faq-list { margin: 0; }
.faq-item { margin-bottom: 10px; background: #f8f7f3; border: 1px solid var(--line); border-radius: 18px; }
.faq-question { display: grid; width: 100%; min-height: 88px; grid-template-columns: 34px 1fr 36px; align-items: center; gap: 16px; padding: 20px; color: var(--ink); background: transparent; border: 0; text-align: left; font-weight: 800; cursor: pointer; }
.faq-index { color: var(--red); font-size: .72rem; letter-spacing: .12em; }
.faq-question::after { content: "+"; display: grid; width: 36px; height: 36px; flex: 0 0 auto; place-items: center; border: 1px solid #aeb5bd; border-radius: 50%; transition: transform .2s ease; }
.faq-question[aria-expanded="true"]::after { transform: rotate(45deg); }
.faq-answer { padding: 0 22px 22px 70px; color: var(--muted); }
.faq-answer[hidden] { display: none; }

.form-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; }
.form-layout--single { grid-template-columns: minmax(0, 1fr); max-width: 980px; }
.form-card { padding: 34px; background: var(--white); border: 1px solid var(--line); border-radius: 28px; box-shadow: var(--shadow); }
.form-layout--single .form-card { padding: 50px; }
.form-layout--single .form-card h2 { margin-bottom: 36px; }
.contact-options-section { padding-bottom: 30px; }
.contact-section-heading { display: flex; flex-direction: column; align-items: center; margin-bottom: 42px; text-align: center; }
.contact-section-heading h2 { margin-bottom: 0; }
.contact-hub { position: relative; min-height: 88vh; min-height: 88svh; margin: 0 var(--panel-gutter) 14px; overflow: hidden; color: var(--white); background: radial-gradient(circle at 12% 20%,rgba(180,35,47,.25),transparent 34%), radial-gradient(circle at 88% 85%,rgba(24,121,78,.18),transparent 30%), var(--ink); border-radius: 0 0 var(--panel-radius) var(--panel-radius); }
.contact-hub::after { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px); background-size: 42px 42px; pointer-events: none; }
.contact-hub-inner { position: relative; z-index: 1; display: flex; min-height: 88vh; min-height: 88svh; flex-direction: column; justify-content: center; padding: 142px 0 76px; }
.contact-hub .contact-section-heading { margin-bottom: 38px; }
.contact-hub .contact-section-heading .eyebrow { color: #ffb6bd; }
.contact-hub .contact-section-heading h1 { max-width: 900px; margin: 0 auto 18px; opacity: 0; transform: translateY(24px); animation: hero-title-in .85s cubic-bezier(.2,.8,.2,1) .18s forwards; }
.contact-hub .contact-section-heading .lede { margin: 0 auto; color: #dce2e7; opacity: 0; transform: translateY(18px); animation: hero-title-in .75s ease .5s forwards; }
.contact-options { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.contact-option { display: grid; min-height: 230px; grid-template-columns: 1fr auto; grid-template-rows: auto 1fr auto; gap: 8px 14px; padding: 26px; color: var(--ink); background: var(--white); border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow); text-decoration: none; transition: transform .2s ease, border-color .2s ease; }
.contact-option:hover { transform: translateY(-4px); border-color: #c69298; }
.contact-option > span:first-child { color: var(--red); font-size: .75rem; font-weight: 850; letter-spacing: .14em; }
.contact-option strong { grid-column: 1 / -1; align-self: end; font-size: 1.45rem; line-height: 1.1; }
.contact-option small { align-self: center; padding-right: 12px; overflow-wrap: anywhere; color: var(--muted); }
.contact-option .arrow { grid-column: 2; grid-row: 3; }
.contact-options--hero .contact-option { min-height: 270px; grid-template-columns: 1fr auto; grid-template-rows: auto auto 1fr auto; color: var(--white); border-color: rgba(255,255,255,.16); box-shadow: 0 18px 42px rgba(0,0,0,.18); }
.contact-options--hero .contact-option-icon { display: grid; width: 66px; height: 66px; grid-column: 1; grid-row: 1; place-items: center; color: currentColor; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.2); border-radius: 19px; }
.contact-options--hero .contact-option-icon svg { width: 38px; height: 38px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.contact-options--hero .contact-option strong { grid-column: 1 / -1; grid-row: 3; }
.contact-options--hero .contact-option small { grid-column: 1; grid-row: 4; color: currentColor; opacity: .82; }
.contact-options--hero .contact-option .arrow { grid-column: 2; grid-row: 4; color: var(--ink); background: rgba(255,255,255,.92); }
.contact-option--phone { background: linear-gradient(145deg,#bd2633,#971b26); }
.contact-option--whatsapp { background: linear-gradient(145deg,#218b5e,#156742); }
.contact-option--email { background: linear-gradient(145deg,#34424e,#222e38); }
.contact-option--form { color: var(--ink) !important; background: linear-gradient(145deg,#faf8f2,#e9e5db); }
.contact-options--hero .contact-option--form { border-color: #d8d1c5; }
.contact-options--hero .contact-option--form .contact-option-icon { background: rgba(180,35,47,.1); border-color: rgba(180,35,47,.18); color: var(--red); }
.contact-options--hero .contact-option--form .arrow { color: var(--white); background: var(--red); }
body:has(.contact-hub) .floating-whatsapp { display: none; }
.final-contact-section { padding-top: 38px; }
.final-contact-shell { display: grid; grid-template-columns: .58fr 1.42fr; gap: 44px; align-items: center; padding: 46px; color: var(--white); background: radial-gradient(circle at 0 0,rgba(180,35,47,.22),transparent 35%),var(--ink); border: 1px solid rgba(255,255,255,.08); border-radius: 32px; box-shadow: var(--shadow); }
.final-contact-heading h2 { margin-bottom: 16px; color: var(--white); }
.final-contact-heading > p:last-child { margin-bottom: 0; color: #c7d0d7; }
.final-contact-heading .eyebrow { color: #ffb6bd; }
.final-contact-actions { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.final-contact-button { display: grid; min-height: 118px; grid-template-columns: 52px 1fr 34px; align-items: center; gap: 14px; padding: 18px; color: var(--white); border: 1px solid rgba(255,255,255,.14); border-radius: 20px; text-decoration: none; transition: transform .2s ease,filter .2s ease; }
.final-contact-button:hover { transform: translateY(-3px); filter: brightness(1.05); }
.final-contact-button > span:nth-child(2), .final-contact-button strong, .final-contact-button small { display: block; min-width: 0; }
.final-contact-button small { margin-top: 3px; overflow-wrap: anywhere; color: currentColor; opacity: .8; font-size: .76rem; }
.final-contact-icon { display: grid; width: 52px; height: 52px; place-items: center; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.18); border-radius: 15px; }
.final-contact-icon svg { width: 29px; height: 29px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.final-contact-button .arrow { width: 34px; height: 34px; color: var(--ink); background: rgba(255,255,255,.92); }
.final-contact-button--phone { background: linear-gradient(145deg,#b92331,#911b25); }
.final-contact-button--whatsapp { background: linear-gradient(145deg,#218b5e,#156742); }
.final-contact-button--email { background: linear-gradient(145deg,#34424e,#222e38); }
.final-contact-button--form { color: var(--ink); background: linear-gradient(145deg,#faf8f2,#e9e5db); border-color: #d8d1c5; }
.final-contact-button--form .final-contact-icon { color: var(--red); background: rgba(180,35,47,.1); border-color: rgba(180,35,47,.18); }
.final-contact-button--form .arrow { color: var(--white); background: var(--red); }
.contact-form-section { padding-top: 30px; }
.private-form-section { padding-bottom: 34px; }
.private-section { padding-top: 34px; }
.contact-location-section { margin-top: 14px; }
.contact-location-shell { display: grid; grid-template-columns: .75fr 1.25fr; gap: 58px; align-items: stretch; }
.contact-location-copy { display: flex; flex-direction: column; justify-content: center; }
.contact-location-copy h2 { margin-bottom: 36px; }
.contact-data { border-top: 1px solid rgba(255,255,255,.18); }
.contact-data > div { display: grid; grid-template-columns: 130px 1fr; gap: 20px; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.contact-data span { color: #aeb9c3; font-size: .74rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-data strong, .contact-data a { color: var(--white); font-weight: 750; line-height: 1.4; }
.google-map-card { position: relative; min-height: 560px; overflow: hidden; background: #dce2e6; border: 1px solid rgba(255,255,255,.18); border-radius: 32px; }
.google-map-card iframe { width: 100%; height: 100%; min-height: 560px; border: 0; filter: saturate(.75) contrast(.95); }
.external-media-placeholder { display: grid; min-height: 560px; place-content: center; justify-items: center; gap: 12px; padding: 32px; color: var(--ink); text-align: center; background: #dce2e6; }
.external-media-placeholder p { max-width: 360px; margin: 0; color: var(--muted); }
.google-map-label { position: absolute; left: 22px; bottom: 22px; display: flex; align-items: center; gap: 16px; padding: 14px 18px; color: var(--ink); background: rgba(238,238,238,.96); border: 1px solid #cbd2d8; border-radius: 19px; box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.google-map-label img { width: 96px; height: 48px; object-fit: contain; background: var(--logo-surface); }
.google-map-label strong, .google-map-label span { display: block; }
.google-map-label span { color: var(--muted); font-size: .84rem; }
.field-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.field { margin-bottom: 20px; }
.field--full { grid-column: 1 / -1; }
.field label { display: block; margin-bottom: 7px; font-size: .88rem; font-weight: 800; }
.field label span { color: var(--muted); font-size: .82em; font-weight: 650; }
.field input, .field textarea { width: 100%; min-height: 52px; padding: 12px 14px; color: var(--ink); background: #fbfbfc; border: 1px solid #aeb5bd; border-radius: 11px; }
.field textarea { min-height: 130px; resize: vertical; }
.field input[aria-invalid="true"] { border-color: #b42318; }
.error { display: block; min-height: 1.3em; margin-top: 5px; color: #b42318; font-size: .82rem; }
.privacy-note { color: var(--muted); font-size: .82rem; }
.form-status { min-height: 1.6em; margin: 16px 0 0; font-weight: 750; }
.honeypot { position: absolute; left: -9999px; }

.consent-banner, .consent-preferences { color: var(--ink); background: #fffefa; border: 1px solid rgba(23,33,43,.14); box-shadow: 0 26px 90px rgba(10,15,20,.24); }
.consent-preferences::backdrop { background: rgba(10,15,20,.55); backdrop-filter: blur(3px); }
.consent-banner { position: fixed; z-index: 120; inset: auto 18px 18px; width: min(1120px,calc(100% - 36px)); height: auto; min-height: 0; max-width: none; max-height: none; margin: 0 auto; padding: 20px; border-radius: 24px; }
.consent-banner[open] { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 20px; align-items: center; animation: consent-enter .32s cubic-bezier(.2,.8,.2,1) both; }
.consent-kicker { margin: 0 0 5px; color: var(--red); font-size: .7rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.consent-copy h2 { margin-bottom: 5px; font-size: clamp(1.35rem,2.4vw,1.85rem); }
.consent-copy > p:not(.consent-kicker) { max-width: 690px; margin: 0; color: var(--muted); font-size: .92rem; line-height: 1.5; }
.consent-links { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 9px; }
.consent-links button, .consent-links a { color: var(--ink); background: none; border: 0; padding: 0; font-size: .78rem; font-weight: 780; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.consent-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.consent-actions .button { min-width: 150px; min-height: 50px; justify-content: center; }
.consent-accept, .consent-reject { color: var(--white); border: 1px solid transparent; font-weight: 820; }
.consent-accept { background: var(--red); }
.consent-accept:hover { background: #a91c2a; }
.consent-reject { background: var(--ink); }
.consent-reject:hover { background: #2c3945; }
.consent-preferences { width: min(700px,calc(100% - 32px)); max-width: none; max-height: min(780px,calc(100dvh - 32px)); margin: auto; padding: 28px; overflow: auto; border-radius: 26px; }
.consent-preferences-head { display: flex; justify-content: space-between; gap: 20px; align-items: start; }
.consent-preferences-head h2 { margin-bottom: 12px; }
.consent-close { width: 44px; height: 44px; color: var(--ink); background: #eef0f2; border: 0; border-radius: 50%; font-size: 1.8rem; cursor: pointer; }
.consent-quick-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 22px 0 14px; }
.consent-quick-actions button { min-height: 44px; color: var(--ink); background: #fff; border: 1px solid #9ca7b0; border-radius: 12px; font-weight: 780; cursor: pointer; }
.consent-quick-actions button:first-child { color: var(--red); border-color: var(--red); }
.consent-options { display: grid; gap: 10px; margin: 14px 0; }
.consent-option { position: relative; display: grid; grid-template-columns: 1fr auto auto; gap: 18px; align-items: center; padding: 17px; background: #f6f6f4; border: 1px solid var(--line); border-radius: 16px; cursor: pointer; }
.consent-option--necessary { cursor: default; }
.consent-option-title { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.consent-option strong, .consent-option small { display: block; }
.consent-option em { padding: 3px 7px; color: var(--muted); background: #e6eaed; border-radius: 999px; font-size: .64rem; font-style: normal; font-weight: 780; text-transform: uppercase; }
.consent-option small { margin-top: 5px; color: var(--muted); line-height: 1.4; }
.consent-option input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.consent-toggle { position: relative; width: 48px; height: 28px; background: #aeb7bf; border-radius: 999px; transition: .2s ease; }
.consent-toggle::after { position: absolute; top: 4px; left: 4px; width: 20px; height: 20px; content: ''; background: #fff; border-radius: 50%; box-shadow: 0 2px 5px rgba(10,15,20,.25); transition: .2s ease; }
.consent-option input:checked + .consent-toggle { background: var(--red); }
.consent-option input:checked + .consent-toggle::after { transform: translateX(20px); }
.consent-option input:focus-visible + .consent-toggle { outline: 3px solid rgba(190,32,48,.25); outline-offset: 3px; }
.consent-note { margin: 14px 0 0; padding: 11px 13px; color: var(--muted); background: #f0f3f5; border-radius: 11px; font-size: .78rem; }
.consent-actions--save .button { width: 100%; }
.consent-status { min-height: 1.4em; color: var(--red); font-weight: 750; }
@keyframes consent-enter { from { opacity: 0; transform: translateY(18px) scale(.985); } to { opacity: 1; transform: none; } }

.legal { max-width: 820px; }
.legal h2 { margin-top: 54px; font-size: 2rem; }
.pending { padding: 16px 18px; background: #fff4d6; border: 1px solid #e0c981; border-radius: 12px; }
.not-found { display: grid; min-height: 80vh; place-items: center; padding: 150px 20px 80px; text-align: center; }
.thanks-page { position: relative; display: grid; min-height: 100svh; place-items: center; padding: clamp(22px,4vw,58px); overflow: hidden; background: #f4f1ea; }
.thanks-page::before, .thanks-page::after { position: absolute; width: 430px; height: 430px; content: ''; border-radius: 50%; filter: blur(8px); pointer-events: none; }
.thanks-page::before { top: -240px; right: -150px; background: rgba(190,32,48,.1); }
.thanks-page::after { bottom: -300px; left: -160px; background: rgba(23,33,43,.1); }
.thanks-shell { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(300px,.78fr) minmax(460px,1.22fr); width: min(1120px,100%); min-height: 610px; overflow: hidden; background: #fffefa; border: 1px solid rgba(23,33,43,.12); border-radius: 38px; box-shadow: 0 34px 100px rgba(23,33,43,.15); }
.thanks-brand { position: relative; display: flex; flex-direction: column; justify-content: space-between; min-width: 0; padding: 42px; overflow: hidden; color: #fff; background: #17212b; }
.thanks-brand::before { position: absolute; inset: auto -100px -120px auto; width: 330px; height: 330px; content: ''; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; }
.thanks-brand-glow { position: absolute; top: 28%; right: -25%; width: 260px; height: 260px; background: rgba(190,32,48,.36); border-radius: 50%; filter: blur(65px); }
.thanks-logo { position: relative; width: min(240px,80%); padding: 15px 18px; background: #eee; border-radius: 18px; }
.thanks-logo img { display: block; width: 100%; height: auto; mix-blend-mode: multiply; }
.thanks-brand-copy { position: relative; max-width: 300px; }
.thanks-brand-copy span { display: block; margin-bottom: 12px; color: #f3abb2; font-size: .72rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.thanks-brand-copy strong { display: block; max-width: 270px; font-size: clamp(2rem,3.4vw,3.4rem); line-height: .98; letter-spacing: -.045em; }
.thanks-brand-copy p { max-width: 260px; margin: 18px 0 0; color: #bdc6cd; line-height: 1.55; }
.thanks-route { position: relative; display: flex; justify-content: space-between; width: 160px; }
.thanks-route::before { position: absolute; top: 50%; right: 8px; left: 8px; height: 1px; content: ''; background: rgba(255,255,255,.35); }
.thanks-route i { position: relative; width: 16px; height: 16px; background: #17212b; border: 3px solid #fff; border-radius: 50%; }
.thanks-route i:first-child { background: var(--red); }
.thanks-content { display: flex; flex-direction: column; justify-content: center; min-width: 0; padding: clamp(42px,6vw,82px); }
.thanks-status { display: grid; width: 66px; height: 66px; margin-bottom: 28px; place-items: center; color: var(--red); background: #f7e1e3; border-radius: 22px; font-family: Georgia,serif; font-size: 2rem; font-style: italic; }
.thanks-status-success { display: none; width: 34px; height: 34px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.2; }
.thanks-page.is-confirmed .thanks-status-default { display: none; }
.thanks-page.is-confirmed .thanks-status-success { display: block; }
.thanks-content .eyebrow { margin-bottom: 14px; }
.thanks-content h1 { max-width: 680px; margin: 0; font-size: clamp(2.5rem,5vw,5rem); line-height: .98; letter-spacing: -.055em; }
.thanks-lede { max-width: 600px; margin: 25px 0 0; color: var(--muted); font-size: clamp(1.05rem,1.8vw,1.35rem); line-height: 1.55; }
.thanks-next { display: none; grid-template-columns: 150px 1fr; gap: 24px; margin-top: 30px; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.thanks-page.is-confirmed .thanks-next { display: grid; }
.thanks-next span { color: var(--muted); font-size: .75rem; font-weight: 820; letter-spacing: .08em; text-transform: uppercase; }
.thanks-next strong { font-size: .96rem; line-height: 1.45; }
.thanks-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.thanks-actions .button { min-height: 56px; }
.thanks-actions .button svg { width: 18px; height: 18px; }
.thanks-whatsapp { display: inline-flex; gap: 10px; align-items: center; justify-content: center; color: #fff; background: #128c5d; border: 1px solid #128c5d; }
.thanks-whatsapp:hover { background: #0e744c; }
.thanks-whatsapp > svg { fill: currentColor; }
.thanks-phone { align-self: flex-start; margin-top: 20px; color: var(--muted); font-size: .82rem; text-decoration: none; }
.thanks-phone strong { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }

.site-footer { margin: 14px var(--panel-gutter) var(--panel-gutter); padding: 34px 0 calc(54px + env(safe-area-inset-bottom)); overflow: hidden; color: #d6dce1; background: #10171e; border-radius: var(--panel-radius); box-shadow: inset 0 0 0 1px rgba(255,255,255,.08); }
.footer-shell { display: grid; gap: 18px; }
.footer-grid { display: grid; grid-template-columns: 1fr 1.3fr 1fr 1fr; gap: 14px; }
.footer-brand, .footer-group { min-width: 0; padding: 24px; background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.09); border-radius: 22px; }
.footer-brand { display: grid; min-height: 100%; place-items: center; }
.footer-brand .brand-logo-frame { width: min(190px,100%); height: 72px; }
.footer-brand p { max-width: 310px; color: #aeb8c1; }
.footer-title, .footer-group h4 { margin-bottom: 18px; color: var(--white); font-size: .76rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.footer-group a, .cookie-settings { display: block; margin: 9px 0; color: #cbd2d8; background: none; border: 0; padding: 0; text-align: left; text-decoration: none; cursor: pointer; }
.footer-group a:hover, .cookie-settings:hover { color: var(--white); text-decoration: underline; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 0; padding: 18px 22px; color: #9ca7b0; background: rgba(255,255,255,.025); border: 1px solid rgba(255,255,255,.07); border-radius: 18px; font-size: .78rem; }
.floating-whatsapp {
  position: fixed; z-index: 89; right: 24px; bottom: 24px; display: inline-flex; min-height: 60px;
  align-items: center; gap: 20px; padding: 10px 12px 10px 24px; color: var(--ink); background: rgba(255,255,255,.95);
  border: 1px solid rgba(23,33,43,.12); border-radius: 999px; box-shadow: 0 16px 42px rgba(23,33,43,.2);
  font-size: .92rem; font-weight: 800; text-decoration: none; backdrop-filter: blur(14px); transition: transform .2s ease, box-shadow .2s ease;
}
.floating-whatsapp:hover { transform: translateY(-3px); box-shadow: 0 20px 48px rgba(23,33,43,.26); }
.whatsapp-icon { display: grid; width: 48px; height: 48px; flex: 0 0 48px; place-items: center; color: var(--white); background: #1fa463; border-radius: 50%; }
.whatsapp-icon svg { width: 23px; height: 23px; overflow: visible; }
.mobile-actions { display: none; }

@media (max-width: 1050px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: inline-flex; }
  .mobile-menu { position: fixed; z-index: 99; inset: 0; display: block; padding: 110px 24px 40px; color: var(--white); background: rgba(16,23,30,.98); visibility: hidden; opacity: 0; transform: translateY(-12px); transition: .2s ease; }
  .mobile-menu.is-open { visibility: visible; opacity: 1; transform: none; }
  .mobile-menu a { display: block; padding: 13px 0; border-bottom: 1px solid #38444e; font-size: 1.2rem; font-weight: 750; text-decoration: none; }
  .mobile-menu .mobile-contact { margin-top: 24px; color: #ffbdc3; }
  .card-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-options { grid-template-columns: repeat(2,1fr); }
  .contact-hub-inner { padding-bottom: 86px; }
  .editorial-panel { grid-template-columns: 1fr; gap: 28px; }
  .advantage-flow { grid-template-columns: repeat(2,1fr); }
  .advantage-arrow { display: none; }
  .video-layout { grid-template-columns: 1fr; gap: 34px; }
  .process-intro-panel { grid-template-columns: 1fr; grid-template-rows: auto auto auto; gap: 16px; }
  .process-intro-panel .eyebrow, .process-intro-panel h2, .process-intro-panel .lede { grid-column: 1; grid-row: auto; }
  .subpage-intro-panel, .faq-shell { grid-template-columns: 1fr; }
  .contact-location-shell { grid-template-columns: 1fr; }
  .final-contact-shell { grid-template-columns: 1fr; }
  .faq-heading { position: static; }
  .process-visual { grid-template-columns: 1fr; }
  .process-card { min-height: 0; grid-template-rows: auto auto 1fr; }
  .process-connector { display: none; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  body { font-size: 16px; }
  .container { width: min(calc(100% - 36px), var(--container)); }
  .section { padding: 66px 0; }
  .site-header { top: 10px; }
  .nav-shell { min-height: 62px; padding-left: 12px; border-radius: 18px; }
  .brand-mark { width: 38px; height: 38px; }
  .brand-logo-frame { width: 118px; height: 44px; padding: 4px 7px; border-radius: 11px; }
  .brand-logo-frame img { height: 36px; }
  .brand-copy small { display: none; }
  .floating-whatsapp { display: none; }
  .hero { min-height: 88vh; min-height: 88svh; padding-top: 0; }
  .hero-shade { background: linear-gradient(0deg, rgba(10,15,20,.88) 0%, rgba(10,15,20,.48) 78%, rgba(10,15,20,.2)); }
  .hero-slide img { object-position: center 64%; transform: scale(1.01); }
  .hero-slide:nth-child(2) img { object-position: center 58%; }
  .hero-slide:nth-child(3) img { object-position: center 58%; }
  .hero-inner { min-height: 88vh; min-height: 88svh; padding: 88px 0 66px; }
  .hero-copy { transform: translateY(-7vh); }
  .hero h1 { margin-bottom: 18px; }
  .hero-actions { width: 100%; flex-wrap: nowrap; gap: 8px; }
  .hero-actions .button { min-height: 44px; flex: 1 1 0; gap: 7px; padding: 8px 9px 8px 12px; font-size: .78rem; white-space: nowrap; }
  .hero-actions .arrow, .hero-actions .scroll-arrow { width: 28px; height: 28px; flex: 0 0 28px; }
  .hero-actions .arrow svg { width: 15px; height: 15px; }
  .hero-carousel-ui { right: auto; bottom: 38px; }
  .hero-card-row { grid-template-columns: 1fr; margin-top: 16px; }
  .hero-card { min-height: 84px; }
  .hero-card { align-items: flex-start; flex-direction: column; }
  .hero-card a { width: 100%; justify-content: space-between; }
  .hero-v2 { min-height: 100vh; min-height: 100svh; }
  .hero-v2-media { grid-template-columns: 1fr; grid-template-rows: 1fr 1fr; gap: 6px; }
  .hero-v2-panel--car img { object-position: 42% center; }
  .hero-v2-panel--finance img { object-position: 55% center; }
  .hero-v2-panel--car::after { background: linear-gradient(0deg, rgba(11,17,22,.24), rgba(11,17,22,.05)); }
  .hero-v2-panel--finance::after { background: linear-gradient(180deg, rgba(11,17,22,.24), rgba(11,17,22,.05)); }
  .hero-v2-inner { min-height: 100vh; min-height: 100svh; place-items: center; padding: 96px 0 82px; }
  .hero-v2-copy { padding: 22px 20px 20px; border-radius: 24px; }
  .hero-v2-copy h1 { margin-bottom: 12px; font-size: clamp(2.05rem, 10.4vw, 3.05rem); }
  .hero-v2-copy .lede { font-size: .95rem; line-height: 1.5; }
  .hero-v2-copy .actions { margin-top: 18px; }
  .hero-v2-copy .button { min-height: 46px; padding: 10px 16px; }
  .hero-v2-kicker { grid-template-columns: 1fr 30px 1fr; gap: 8px; margin-bottom: 14px; font-size: .63rem; }
  .hero-v2-trust { gap: 5px 12px; margin-top: 16px; padding-top: 14px; font-size: .7rem; }
  .hero-v2-label { display: none; }
  .split, .contact-panel, .form-layout, .location-shell { grid-template-columns: 1fr; gap: 34px; }
  .media-frame, .media-frame img { min-height: 390px; }
  .media-frame { border-radius: 24px; }
  .video-facade { border-radius: 24px; }
  .card-grid, .benefit-grid, .inline-links { grid-template-columns: 1fr; }
  .advantage-flow { grid-template-columns: 1fr; }
  .section-heading-centered { width: 100%; padding-inline: 4px; }
  .section-heading-centered h2 { width: 100%; max-width: 330px; margin-inline: auto; font-size: clamp(1.9rem,9vw,2.55rem); text-align: center; }
  .advantage-step { min-height: 0; grid-template-rows: 82px 24px auto auto; row-gap: 8px; padding-bottom: 30px; }
  .advantage-step .card-heading { max-width: 250px; margin-bottom: 3px; }
  .advantage-step p { max-width: 275px; padding-top: 8px; }
  .editorial-panel, .story-card { padding: 26px 22px; border-radius: 24px; }
  .card { min-height: 245px; }
  .process-hero { min-height: 82vh; min-height: 82svh; }
  .process-hero-media { object-position: center; }
  .process-hero-inner { min-height: 82vh; min-height: 82svh; padding: 120px 0 72px; }
  .process-hero-copy { transform: none; }
  .subpage-hero { min-height: 82vh; min-height: 82svh; }
  .subpage-hero-inner { min-height: 82vh; min-height: 82svh; padding: 120px 0 72px; }
  .subpage-hero-copy { transform: none; }
  .subpage-hero-media { object-position: center; }
  .subpage-intro-panel, .faq-shell { gap: 24px; padding: 28px 22px; border-radius: 24px; }
  .subpage-intro-panel { text-align: center; }
  .subpage-intro-panel .lede { padding: 22px; border-radius: 19px; text-align: center; }
  .benefit-heading { padding-top: 66px; }
  .benefit { min-height: 0; padding: 26px 22px; border-radius: 24px; }
  .benefit-icon { width: 76px; height: 76px; flex-basis: 76px; border-radius: 21px; }
  .benefit-symbol-main { width: 48px; height: 48px; }
  .benefit-symbol-main svg { width: 43px; height: 43px; }
  .benefit-symbol-badge { width: 34px; height: 34px; border-radius: 12px; }
  .benefit-symbol-badge svg { width: 17px; height: 17px; }
  .private-panel-lead { min-height: 270px; padding: 26px 22px; }
  .faq-question { grid-template-columns: 28px 1fr 34px; gap: 10px; padding: 18px 14px; }
  .faq-answer { padding: 0 18px 20px 52px; }
  .contact-data > div { grid-template-columns: 1fr; gap: 4px; }
  .google-map-card, .google-map-card iframe { min-height: 440px; }
  .google-map-label { left: 14px; right: 14px; bottom: 14px; }
  .process-intro-panel { padding: 28px 22px; border-radius: 24px; }
  .process-intro-panel .lede { padding: 22px; border-radius: 19px; }
  .process-card { padding: 24px 22px; border-radius: 24px; }
  .process-icon { width: 96px; height: 96px; flex-basis: 96px; border-radius: 26px; }
  .process-symbol-main { width: 56px; height: 56px; }
  .process-symbol-main svg { width: 52px; height: 52px; }
  .process-symbol-badge { right: -8px; bottom: -8px; width: 44px; height: 44px; border-radius: 15px; }
  .contact-panel { padding: 28px 22px; border-radius: 24px; }
  .location-logo { width: 150px; margin-bottom: 26px; }
  .location-details div { grid-template-columns: 1fr; gap: 5px; }
  .location-map, .island-map { min-height: 430px; }
  .map-card { right: 14px; bottom: 14px; width: calc(100% - 28px); }
  .map-card img { width: 96px; }
  .page-hero { padding: 140px 0 62px; }
  .page-hero-inner { min-height: 68vh; min-height: 68svh; padding: 130px 0 70px; }
  .page-content-panel { padding: 28px 22px; border-radius: 24px; }
  .contact-options { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
  .contact-option { min-height: 160px; padding: 16px; }
  .contact-hub { min-height: auto; }
  .contact-hub-inner { min-height: auto; padding: 108px 0 58px; }
  .contact-hub .contact-section-heading { margin-bottom: 30px; }
  .contact-hub .contact-section-heading h1 { font-size: clamp(2rem,9vw,2.8rem); }
  .contact-options--hero .contact-option { min-height: 156px; grid-template-rows: 50px 1fr auto; }
  .contact-options--hero .contact-option-icon { width: 48px; height: 48px; border-radius: 15px; }
  .contact-options--hero .contact-option-icon svg { width: 28px; height: 28px; }
  .contact-options--hero .contact-option strong { grid-row: 2; align-self: end; font-size: 1.02rem; }
  .contact-options--hero .contact-option small { grid-row: 3; padding-right: 0; font-size: .7rem; }
  .contact-options--hero .contact-option .arrow { display: none; }
  .final-contact-section { padding-top: 24px; }
  .final-contact-shell { gap: 28px; padding: 28px 22px; border-radius: 24px; }
  .final-contact-actions { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
  .final-contact-button { min-height: 96px; grid-template-columns: 40px 1fr; gap: 10px; padding: 13px; border-radius: 17px; }
  .final-contact-icon { width: 40px; height: 40px; border-radius: 12px; }
  .final-contact-icon svg { width: 23px; height: 23px; }
  .final-contact-button .arrow { display: none; }
  .final-contact-button strong { font-size: .86rem; }
  .final-contact-button small { font-size: .65rem; line-height: 1.3; }
  .location-map { order: -1; }
  .location-copy { order: 2; text-align: center; }
  .location-logo { margin-inline: auto; }
  .form-layout--single .form-card { padding: 30px 20px; }
  .field-grid { grid-template-columns: 1fr; gap: 0; }
  .form-card { padding: 24px 18px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .consent-banner { top: auto; right: 8px; bottom: calc(8px + env(safe-area-inset-bottom)); left: 8px; width: auto; height: auto; min-height: 0; max-height: none; margin: 0; padding: 13px; border-radius: 17px; }
  .consent-banner[open] { display: block; }
  .consent-kicker { margin-bottom: 2px; font-size: .58rem; }
  .consent-copy h2 { margin-bottom: 3px; font-size: 1rem; }
  .consent-copy > p:not(.consent-kicker) { font-size: .72rem; line-height: 1.35; }
  .consent-links { gap: 12px; margin-top: 6px; }
  .consent-links button, .consent-links a { font-size: .67rem; }
  .consent-actions--primary { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; width: 100%; margin-top: 10px; }
  .consent-actions .button { min-width: 0; min-height: 38px; padding: 7px 8px; border-radius: 11px; font-size: .68rem; }
  .consent-preferences { width: calc(100% - 20px); max-height: calc(100dvh - 20px); padding: 22px 18px; border-radius: 22px; }
  .consent-option { grid-template-columns: 1fr auto; gap: 12px; padding: 14px; }
  .consent-option small { font-size: .74rem; }
  .consent-quick-actions { gap: 8px; }
  .consent-quick-actions button { padding: 8px; font-size: .75rem; }
  .mobile-actions { position: fixed; z-index: 90; left: 12px; right: 12px; bottom: calc(10px + env(safe-area-inset-bottom)); display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 8px; background: rgba(255,255,255,.94); border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); backdrop-filter: blur(15px); }
  .mobile-actions a { min-height: 48px; }
  body:has(.consent-banner[open], .consent-preferences[open]) .mobile-actions { display: none; }
  body:has(form input:focus, form textarea:focus) .mobile-actions { display: none; }
  .thanks-page { min-height: 100svh; padding: 12px; }
  .thanks-shell { grid-template-columns: 1fr; min-height: 0; border-radius: 26px; }
  .thanks-brand { min-height: 175px; padding: 24px; }
  .thanks-logo { width: 155px; padding: 9px 12px; border-radius: 12px; }
  .thanks-brand-copy strong { max-width: none; font-size: 1.85rem; }
  .thanks-brand-copy span, .thanks-brand-copy p, .thanks-route { display: none; }
  .thanks-content { padding: 30px 24px 28px; }
  .thanks-status { width: 52px; height: 52px; margin-bottom: 20px; border-radius: 17px; font-size: 1.55rem; }
  .thanks-status-success { width: 28px; height: 28px; }
  .thanks-content .eyebrow { margin-bottom: 10px; }
  .thanks-content h1 { font-size: clamp(2.25rem,11vw,3.2rem); }
  .thanks-lede { margin-top: 17px; font-size: .98rem; }
  .thanks-next { grid-template-columns: 1fr; gap: 6px; margin-top: 20px; padding: 14px 0; }
  .thanks-actions { display: grid; grid-template-columns: 1fr 1fr; margin-top: 20px; }
  .thanks-actions .button { min-height: 48px; padding: 10px 12px; font-size: .76rem; }
  .thanks-phone { margin-top: 16px; line-height: 1.5; }
}

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