:root {
  --ink: #0d171d;
  --ink-2: #15252e;
  --paper: #f1f0e8;
  --paper-bright: #fbfaf4;
  --yellow: #efff45;
  --yellow-deep: #cfdf28;
  --blue: #72bfff;
  --orange: #ff7356;
  --muted: #626b6f;
  --line: rgba(13, 23, 29, .15);
  --white-line: rgba(255, 255, 255, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html[data-lang="en"] .lang-es, html[data-lang="es"] .lang-en { display: none !important; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body.dialog-open { overflow: hidden; }
a { color: inherit; }
button, input { font: inherit; }
button, a, input { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
[hidden] { display: none !important; }
.skip-link { position: fixed; top: -70px; left: 16px; z-index: 200; padding: 12px 17px; background: var(--yellow); color: var(--ink); font-weight: 850; transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; z-index: 60; top: 0; left: 0; right: 0; min-height: 84px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; padding: 14px clamp(20px, 4vw, 70px); color: white; border-bottom: 1px solid rgba(255,255,255,.1); transition: min-height .25s, background .25s, backdrop-filter .25s; }
.site-header.scrolled { min-height: 70px; background: rgba(13,23,29,.9); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 11px; justify-self: start; text-decoration: none; }
.brand-mark { position: relative; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 12px; overflow: hidden; transform: rotate(-3deg); }
.brand-mark::before { content: ""; position: absolute; width: 60px; height: 2px; background: var(--yellow); transform: rotate(-35deg); }
.brand-mark i { position: absolute; inset: 5px; border: 1px solid rgba(239,255,69,.28); border-radius: 8px; }
.brand-mark b { position: relative; z-index: 1; color: white; font-size: 13px; }
.brand-name { color: white; font-size: 20px; font-weight: 900; letter-spacing: -.05em; }
.brand-name span { color: var(--yellow); }
.desktop-nav { display: flex; align-items: center; gap: 29px; }
.desktop-nav a { color: rgba(255,255,255,.6); font-size: 11px; font-weight: 750; text-decoration: none; transition: color .2s; }
.desktop-nav a:hover { color: white; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 13px; }
.language-switch { display: flex; padding: 3px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; }
.language-switch button { width: 36px; height: 32px; border: 0; border-radius: 999px; background: transparent; color: rgba(255,255,255,.53); font-size: 9px; font-weight: 850; cursor: pointer; transition: background .2s, color .2s; }
.language-switch button[aria-pressed="true"] { background: white; color: var(--ink); }
.header-cta { display: inline-flex; align-items: center; gap: 20px; min-height: 42px; padding: 0 13px 0 17px; border-radius: 999px; background: var(--yellow); color: var(--ink); font-size: 10px; font-weight: 850; text-decoration: none; transition: background .2s, transform .2s; }
.header-cta:hover { background: white; transform: translateY(-2px); }
.header-cta b { font-size: 17px; }

.hero { --mx: 72%; --my: 22%; position: relative; min-height: 940px; display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(420px, .68fr); gap: clamp(55px, 7vw, 120px); align-items: center; padding: 140px clamp(22px, 6vw, 100px) 90px; overflow: hidden; background: radial-gradient(circle at var(--mx) var(--my), rgba(114,191,255,.14), transparent 24%), radial-gradient(circle at 8% 88%, rgba(239,255,69,.11), transparent 28%), var(--ink); color: white; }
.hero-grid { position: absolute; inset: 0; opacity: .48; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 67px 67px; mask-image: linear-gradient(to bottom, black, transparent 90%); }
.road-lines { position: absolute; width: 700px; height: 700px; right: -470px; bottom: -360px; border: 1px solid rgba(239,255,69,.14); border-radius: 50%; box-shadow: 0 0 0 65px rgba(239,255,69,.025), 0 0 0 130px rgba(239,255,69,.018), 0 0 0 195px rgba(239,255,69,.012); }
.road-lines span { position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 10px rgba(239,255,69,.1); }
.road-lines span:nth-child(1) { left: 11%; top: 20%; }
.road-lines span:nth-child(2) { left: 3%; top: 39%; background: var(--blue); }
.road-lines span:nth-child(3) { left: 0; top: 59%; background: var(--orange); }
.hero-copy { position: relative; z-index: 2; max-width: 920px; }
.eyebrow, .section-index { display: flex; align-items: center; gap: 12px; margin: 0; text-transform: uppercase; letter-spacing: .18em; font-size: 9px; font-weight: 850; }
.eyebrow > span { width: 33px; height: 2px; background: var(--yellow); }
.eyebrow b { font-size: inherit; }
.hero h1, .intro h2, .process-heading h2, .final-cta h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.055em; line-height: .95; }
.hero h1 { max-width: 920px; margin: 25px 0 30px; font-size: clamp(59px, 6.6vw, 104px); }
.hero h1 em { display: block; color: var(--yellow); font-weight: 400; }
.hero-lede { max-width: 720px; margin: 0; color: rgba(255,255,255,.62); font-size: clamp(16px, 1.35vw, 20px); line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 37px; }
.primary-button { min-width: 215px; min-height: 58px; display: inline-flex; align-items: center; justify-content: space-between; gap: 30px; padding: 0 17px 0 23px; border-radius: 999px; background: var(--yellow); color: var(--ink); font-size: 11px; font-weight: 900; text-decoration: none; box-shadow: 0 17px 45px rgba(239,255,69,.12); transition: transform .2s, background .2s, box-shadow .2s; }
.primary-button:hover { transform: translateY(-3px); background: white; box-shadow: 0 21px 55px rgba(239,255,69,.2); }
.primary-button b { font-size: 19px; }
.hero-actions p { margin: 0; display: flex; flex-direction: column; gap: 3px; color: rgba(255,255,255,.42); font-size: 9px; }
.hero-actions p strong { color: white; font-size: 11px; }
.hero-assurances { max-width: 700px; display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 48px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.14); }
.hero-assurances > span { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.66); font-size: 9px; text-transform: uppercase; letter-spacing: .09em; }
.hero-assurances i { width: 21px; height: 21px; display: grid; place-items: center; border-radius: 50%; background: rgba(239,255,69,.1); color: var(--yellow); font-style: normal; }
.hero-assurances b { font-size: inherit; }
.hero-in { opacity: 0; transform: translateY(23px); animation: heroIn .7s cubic-bezier(.2,.7,.2,1) forwards; }
.hero-copy .hero-in:nth-child(2) { animation-delay: .08s; }
.hero-copy .hero-in:nth-child(3) { animation-delay: .16s; }
.hero-copy .hero-in:nth-child(4) { animation-delay: .24s; }
.hero-copy .hero-in:nth-child(5) { animation-delay: .32s; }

.lead-card { position: relative; z-index: 3; align-self: center; padding: clamp(27px, 3.3vw, 48px); border-radius: 22px; background: var(--paper-bright); color: var(--ink); box-shadow: 0 38px 110px rgba(0,0,0,.36); animation-delay: .28s; }
.lead-card::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 5px; border-radius: 22px 22px 0 0; background: linear-gradient(90deg, var(--yellow), var(--blue), var(--orange)); }
.card-topline { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 20px; color: #526069; text-transform: uppercase; letter-spacing: .15em; font-size: 8px; font-weight: 850; }
.card-topline > b { display: flex; align-items: center; gap: 7px; font-size: 8px; }
.card-topline > b i { width: 7px; height: 7px; border-radius: 50%; background: #39a965; box-shadow: 0 0 0 5px rgba(57,169,101,.1); }
.lead-card > h2 { max-width: 490px; margin: 0 0 11px; font-family: Georgia, serif; font-size: clamp(35px, 3.6vw, 51px); font-weight: 400; letter-spacing: -.045em; line-height: 1; }
.lead-card > p { margin: 0 0 27px; color: var(--muted); font-size: 12px; line-height: 1.65; }
form > label:not(.check-row):not(.honeypot) { display: block; margin-bottom: 15px; text-transform: uppercase; letter-spacing: .09em; font-size: 9px; font-weight: 850; }
input:not([type="checkbox"]) { width: 100%; margin-top: 7px; padding: 15px; border: 1px solid #ced1cd; border-radius: 10px; background: white; color: var(--ink); outline: none; text-transform: none; letter-spacing: 0; font-size: 15px; font-weight: 500; transition: border-color .2s, box-shadow .2s; }
input:focus { border-color: #267eb5; box-shadow: 0 0 0 3px rgba(114,191,255,.22); }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.collection-notice { margin: 20px 0 17px; padding: 14px 15px; border-left: 3px solid #267eb5; background: #eaf5fd; }
.collection-notice strong { font-size: 10px; }
.collection-notice p { margin: 5px 0 0; color: #52616a; font-size: 8.5px; line-height: 1.55; }
.collection-notice button, .check-row button { border: 0; background: transparent; padding: 0; color: #1f6f9f; text-decoration: underline; text-underline-offset: 2px; cursor: pointer; }
.check-row { display: grid; grid-template-columns: 17px 1fr; align-items: start; gap: 10px; margin: 0 0 13px; color: #525c60; font-size: 8.6px; line-height: 1.5; }
.check-row input { width: 16px; height: 16px; margin: 1px 0 0; accent-color: #267eb5; }
.submit-button { width: 100%; min-height: 62px; display: flex; align-items: center; justify-content: space-between; margin-top: 17px; padding: 0 0 0 22px; border: 0; border-radius: 11px; background: var(--ink); color: white; cursor: pointer; font-size: 12px; font-weight: 900; box-shadow: 0 15px 35px rgba(13,23,29,.2); transition: transform .2s, box-shadow .2s; }
.submit-button:hover { transform: translateY(-2px); box-shadow: 0 20px 42px rgba(13,23,29,.28); }
.submit-button:disabled { cursor: wait; opacity: .7; transform: none; }
.submit-button b { font-size: inherit; }
.submit-button > i { width: 62px; align-self: stretch; display: grid; place-items: center; border-left: 1px solid rgba(255,255,255,.17); color: var(--yellow); font-size: 20px; font-style: normal; }
.form-fineprint { margin: 11px 0 0; color: #7b8383; text-align: center; font-size: 8px; line-height: 1.5; }
.form-error { margin: 13px 0; padding: 12px; border-radius: 8px; background: #ffe5de; color: #932d18; font-size: 10px; line-height: 1.5; }
.success-panel { text-align: center; padding: 45px 10px 35px; }
.success-icon { width: 68px; height: 68px; display: grid; place-items: center; margin: 0 auto 22px; border-radius: 50%; background: var(--yellow); font-size: 29px; }
.success-panel h3 { margin: 0 0 12px; font-family: Georgia, serif; font-size: 39px; font-weight: 400; letter-spacing: -.04em; }
.success-panel p { margin: 0 auto 24px; color: var(--muted); line-height: 1.65; }
.secondary-button { min-height: 46px; padding: 0 18px; border: 1px solid var(--line); border-radius: 999px; background: white; color: var(--ink); cursor: pointer; font-weight: 800; }

.service-strip { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--yellow); border-bottom: 1px solid var(--ink); }
.service-strip > div { min-height: 84px; display: flex; align-items: center; gap: 15px; padding: 18px clamp(15px, 2.5vw, 35px); border-right: 1px solid rgba(13,23,29,.25); }
.service-strip > div:last-child { border: 0; }
.service-strip span { font-family: Georgia, serif; font-size: 12px; }
.service-strip b { font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }

.section-pad { padding: 115px clamp(22px, 6vw, 100px); }
.section-index { align-self: start; color: var(--muted); }
.section-index > span { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-family: Georgia, serif; letter-spacing: 0; }
.section-index b { font-size: inherit; }
.section-index.light { color: rgba(255,255,255,.5); }
.intro { display: grid; grid-template-columns: .45fr 1.55fr; gap: 60px; background: var(--paper-bright); }
.intro-main { max-width: 1080px; }
.intro h2 { margin: 0; font-size: clamp(49px, 5.8vw, 88px); }
.intro h2 em { display: block; color: #267eb5; font-weight: 400; }
.intro-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; margin: 50px 0 0 25%; }
.intro-copy > p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.8; }
.micro-note { display: grid; grid-template-columns: 28px 1fr; gap: 12px; padding: 17px; border: 1px solid var(--line); border-radius: 13px; background: var(--paper); }
.micro-note > span { color: #267eb5; font-size: 20px; }
.micro-note p { margin: 0; color: var(--ink); font-size: 10px; line-height: 1.65; }

.services-section { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; background: var(--paper); }
.service-card { position: relative; min-height: 420px; display: flex; flex-direction: column; overflow: hidden; padding: clamp(26px, 4vw, 54px); border-radius: 20px; }
.service-card::after { content: ""; position: absolute; width: 230px; height: 230px; right: -135px; bottom: -145px; border: 1px solid currentColor; border-radius: 50%; opacity: .16; box-shadow: 0 0 0 35px currentColor; transition: transform .35s; }
.service-card:hover::after { transform: translate(-24px,-24px) scale(1.15); }
.service-yellow { background: var(--yellow); }
.service-blue { background: var(--blue); }
.service-dark { background: var(--ink); color: white; }
.service-light { background: var(--paper-bright); border: 1px solid var(--line); }
.card-no { align-self: flex-end; font-family: Georgia, serif; font-size: 12px; opacity: .55; }
.service-symbol { width: 67px; height: 67px; display: grid; place-items: center; margin: 52px 0 31px; border: 1px solid currentColor; border-radius: 17px; font-family: Georgia, serif; font-size: 18px; transform: rotate(-3deg); }
.service-card h3 { max-width: 560px; margin: 0 0 16px; font-family: Georgia, serif; font-size: clamp(31px, 3.3vw, 48px); line-height: 1.02; letter-spacing: -.04em; font-weight: 400; }
.service-card p { max-width: 550px; margin: auto 0 0; font-size: 12px; line-height: 1.75; opacity: .64; }

.process-section { background: var(--ink); color: white; display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(60px, 9vw, 160px); }
.process-heading { position: sticky; top: 120px; align-self: start; }
.process-heading h2 { margin: 30px 0 0; font-size: clamp(49px, 5.2vw, 78px); }
.process-list { list-style: none; padding: 0; margin: 0; }
.process-list li { display: grid; grid-template-columns: 65px 1fr; gap: 22px; padding: 41px 0; border-top: 1px solid var(--white-line); }
.process-list li > span { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid var(--yellow); border-radius: 50%; color: var(--yellow); font-family: Georgia, serif; }
.process-list h3 { margin: 0 0 11px; font-family: Georgia, serif; font-size: 28px; font-weight: 400; letter-spacing: -.03em; }
.process-list p { max-width: 570px; margin: 0; color: rgba(255,255,255,.5); font-size: 12px; line-height: 1.7; }

.final-cta { position: relative; overflow: hidden; text-align: center; background: var(--orange); }
.final-cta > * { position: relative; z-index: 2; }
.final-orbit { position: absolute; z-index: 0; width: 560px; height: 560px; left: 50%; top: 50%; border: 1px solid rgba(13,23,29,.2); border-radius: 50%; transform: translate(-50%,-50%); box-shadow: 0 0 0 70px rgba(13,23,29,.035), 0 0 0 140px rgba(13,23,29,.025); }
.final-cta > p { margin: 0; text-transform: uppercase; letter-spacing: .17em; font-size: 9px; font-weight: 850; }
.final-cta h2 { max-width: 1050px; margin: 20px auto 39px; font-size: clamp(53px, 7vw, 104px); }
.final-cta .primary-button { margin: auto; background: var(--ink); color: white; box-shadow: 0 18px 48px rgba(13,23,29,.2); }
.final-cta .primary-button b { color: var(--yellow); }

footer { padding: 58px clamp(22px, 5vw, 80px) 27px; background: var(--ink); color: white; }
.footer-top { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; padding-bottom: 38px; border-bottom: 1px solid var(--white-line); }
.footer-brand { color: white; }
.footer-top > p { justify-self: center; color: rgba(255,255,255,.5); font-family: Georgia, serif; font-size: 16px; font-style: italic; }
.footer-top > a:last-child { justify-self: end; color: var(--yellow); font-size: 10px; font-weight: 850; text-underline-offset: 4px; }
.footer-top > a:last-child b { margin-left: 7px; }
.legal-disclaimer { padding: 26px 0; border-bottom: 1px solid var(--white-line); }
.legal-disclaimer p { max-width: 1250px; margin: 0 auto; color: rgba(255,255,255,.39); text-align: center; font-size: 8.5px; line-height: 1.75; }
.footer-bottom { display: grid; grid-template-columns: 1fr auto 1fr; gap: 25px; align-items: center; padding-top: 24px; color: rgba(255,255,255,.42); font-size: 9px; }
.footer-bottom nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 17px; }
.footer-bottom button { border: 0; background: transparent; color: inherit; padding: 0; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.footer-bottom > span:last-child { text-align: right; }

.cookie-banner { position: fixed; z-index: 100; left: 18px; right: 18px; bottom: 18px; max-width: 1050px; margin: auto; display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; padding: 19px 21px; border: 1px solid rgba(255,255,255,.13); border-radius: 16px; background: rgba(13,23,29,.97); color: white; box-shadow: 0 25px 85px rgba(0,0,0,.36); backdrop-filter: blur(16px); }
.cookie-banner strong { display: block; margin-bottom: 5px; font-family: Georgia, serif; font-size: 18px; font-weight: 400; }
.cookie-banner p { margin: 0; color: rgba(255,255,255,.5); font-size: 10px; line-height: 1.55; }
.cookie-banner p button { border: 0; background: transparent; color: var(--yellow); padding: 0; text-decoration: underline; cursor: pointer; }
.cookie-actions { display: flex; gap: 9px; }
.cookie-actions button { min-height: 43px; padding: 0 16px; border-radius: 999px; font-size: 9px; font-weight: 850; cursor: pointer; }
.cookie-reject { border: 1px solid rgba(255,255,255,.24); background: transparent; color: white; }
.cookie-accept { border: 1px solid var(--yellow); background: var(--yellow); color: var(--ink); }

.legal-dialog { width: min(800px, calc(100vw - 30px)); max-height: calc(100vh - 30px); padding: 0; border: 0; border-radius: 18px; background: var(--paper-bright); color: var(--ink); box-shadow: 0 40px 120px rgba(0,0,0,.48); }
.legal-dialog::backdrop { background: rgba(6,12,15,.82); backdrop-filter: blur(5px); }
.dialog-head { position: sticky; z-index: 2; top: 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 24px; background: var(--ink); color: white; }
.dialog-head > div > span { display: block; margin-bottom: 4px; color: var(--yellow); text-transform: uppercase; letter-spacing: .16em; font-size: 7px; font-weight: 850; }
.dialog-head h2 { margin: 0; font-family: Georgia, serif; font-size: 28px; font-weight: 400; }
.dialog-head button { border: 0; background: transparent; color: white; font-size: 31px; cursor: pointer; }
.dialog-body { padding: 27px 30px 42px; }
.dialog-body .effective { color: #267eb5; text-transform: uppercase; letter-spacing: .13em; font-size: 8px; font-weight: 850; }
.dialog-body h3 { margin: 26px 0 8px; font-family: Georgia, serif; font-size: 21px; font-weight: 400; letter-spacing: -.02em; }
.dialog-body p { color: #525d61; font-size: 11.5px; line-height: 1.72; }

.reveal { opacity: 0; transform: translateY(25px); transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }

@keyframes heroIn { to { opacity: 1; transform: translateY(0); } }

@media (max-width: 1080px) {
  .hero { grid-template-columns: 1fr; }
  .lead-card { width: min(100%, 720px); }
  .desktop-nav { display: none; }
  .site-header { grid-template-columns: 1fr auto; }
  .service-strip { grid-template-columns: repeat(2, 1fr); }
  .service-strip > div:nth-child(2) { border-right: 0; }
  .service-strip > div:nth-child(-n+2) { border-bottom: 1px solid rgba(13,23,29,.25); }
}

@media (max-width: 800px) {
  .intro { grid-template-columns: 1fr; }
  .intro-copy { margin-left: 0; }
  .process-section { grid-template-columns: 1fr; }
  .process-heading { position: static; }
}

@media (max-width: 620px) {
  .site-header { min-height: 70px; padding: 10px 15px; }
  .brand-mark { width: 36px; height: 36px; }
  .brand-name { font-size: 17px; }
  .header-actions { gap: 8px; }
  .language-switch button { width: 31px; height: 29px; }
  .header-cta { width: 35px; min-height: 35px; justify-content: center; padding: 0; font-size: 0; }
  .header-cta b { font-size: 18px; }
  .hero { min-height: auto; padding: 115px 17px 68px; gap: 48px; }
  .hero h1 { font-size: clamp(49px, 14.6vw, 69px); }
  .hero-lede { font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-assurances { gap: 11px; }
  .lead-card { padding: 29px 17px; border-radius: 16px; }
  .lead-card::before { border-radius: 16px 16px 0 0; }
  .check-row { font-size: 8.2px; }
  .service-strip { grid-template-columns: 1fr; }
  .service-strip > div { border-right: 0; border-bottom: 1px solid rgba(13,23,29,.25); }
  .section-pad { padding: 78px 17px; }
  .intro h2, .process-heading h2, .final-cta h2 { font-size: clamp(46px, 13vw, 65px); }
  .intro-copy { grid-template-columns: 1fr; gap: 24px; margin-top: 35px; }
  .services-section { grid-template-columns: 1fr; gap: 12px; }
  .service-card { min-height: 365px; padding: 29px 22px; border-radius: 16px; }
  .service-symbol { margin-top: 37px; }
  .process-list li { grid-template-columns: 52px 1fr; gap: 13px; }
  .process-list h3 { font-size: 23px; }
  .footer-top { grid-template-columns: 1fr; gap: 23px; text-align: center; }
  .footer-brand, .footer-top > p, .footer-top > a:last-child { justify-self: center; margin: 0; }
  .footer-bottom { grid-template-columns: 1fr; text-align: center; }
  .footer-bottom > span:last-child { text-align: center; }
  .cookie-banner { left: 9px; right: 9px; bottom: 9px; grid-template-columns: 1fr; gap: 15px; padding: 17px; }
  .cookie-actions { width: 100%; }
  .cookie-actions button { flex: 1; }
  .dialog-body { padding: 23px 20px 34px; }
}

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

/* Clear, high-traffic visual system */
:root {
  --ink: #123b56;
  --ink-2: #0d3048;
  --paper: #f3f6f8;
  --paper-bright: #ffffff;
  --yellow: #f4b942;
  --yellow-deep: #db9d24;
  --blue: #dcebf4;
  --orange: #e7f0f5;
  --muted: #5b6972;
  --line: rgba(18, 59, 86, .16);
}

body { background: #f3f6f8; }
.hero-grid, .road-lines, .final-orbit { display: none; }
.hero { min-height: 860px; background: #123b56; }
.site-header.scrolled { background: rgba(13, 48, 72, .97); backdrop-filter: blur(10px); }
.brand-mark { transform: none; border-radius: 9px; }
.brand-mark::before { background: #f4b942; }
.brand-mark i { border-radius: 5px; }
.brand-name span { color: #f4b942; }
.desktop-nav a { color: rgba(255, 255, 255, .78); font-size: 13px; }
.language-switch { padding: 4px; border: 1px solid rgba(255, 255, 255, .55); border-radius: 10px; background: rgba(255, 255, 255, .08); }
.language-switch button { width: 50px; height: 42px; border-radius: 7px; color: #ffffff; font-size: 14px; font-weight: 800; }
.language-switch button[aria-pressed="true"] { background: #ffffff; color: #123b56; box-shadow: 0 2px 8px rgba(0, 0, 0, .15); }
.header-cta { min-height: 50px; padding: 0 18px; border-radius: 9px; background: #f4b942; font-size: 13px; gap: 11px; }
.header-cta:hover { background: #ffffff; }
.header-cta b { font-size: 16px; }
.hero h1 { font-size: clamp(54px, 5.7vw, 88px); line-height: 1.01; }
.hero h1 em { color: #f4b942; }
.hero-lede { color: rgba(255, 255, 255, .78); }
.primary-button { min-width: 235px; min-height: 64px; padding: 0 22px 0 26px; border-radius: 10px; background: #f4b942; font-size: 15px; box-shadow: 0 12px 28px rgba(0, 0, 0, .16); }
.primary-button:hover { background: #ffffff; box-shadow: 0 16px 35px rgba(0, 0, 0, .2); }
.hero-assurances > span { color: rgba(255, 255, 255, .8); font-size: 11px; letter-spacing: .04em; text-transform: none; }
.hero-assurances i { background: rgba(244, 185, 66, .16); color: #f4b942; }
.lead-card { border-radius: 14px; box-shadow: 0 24px 60px rgba(0, 0, 0, .25); }
.lead-card::before { height: 4px; border-radius: 14px 14px 0 0; background: #f4b942; }
.lead-card > h2 { font-size: clamp(34px, 3.2vw, 46px); }
.lead-card > p { font-size: 14px; }
form > label:not(.check-row):not(.honeypot) { font-size: 11px; }
input:not([type="checkbox"]) { min-height: 53px; border-radius: 8px; }
.collection-notice { border-left-color: #2d78a3; background: #edf5fa; }
.submit-button { min-height: 66px; border-radius: 9px; background: #123b56; font-size: 15px; }
.submit-button > i { color: #f4b942; }
.service-strip { background: #ffffff; border-color: var(--line); }
.service-strip > div { border-color: var(--line); }
.service-strip span { color: #2d78a3; }
.service-card { min-height: 360px; border-radius: 12px; }
.service-card::after { display: none; }
.service-yellow { background: #f4b942; }
.service-blue { background: #dcebf4; }
.service-dark { background: #123b56; }
.service-light { background: #ffffff; }
.service-symbol { transform: none; border-radius: 10px; }
.process-section, footer { background: #123b56; }
.final-cta { background: #e7f0f5; }
.final-cta .primary-button { background: #123b56; color: #ffffff; }
.final-cta .primary-button b { color: #f4b942; }
.footer-top > a:last-child { color: #f4b942; font-size: 14px; }
.cookie-banner { border-radius: 10px; background: rgba(13, 48, 72, .98); }
.cookie-accept { border-color: #f4b942; background: #f4b942; }

@media (max-width: 620px) {
  .site-header { padding: 10px 12px; }
  .brand-name { display: none; }
  .header-actions { gap: 7px; }
  .language-switch button { width: 46px; height: 40px; font-size: 13px; }
  .header-cta { width: 45px; min-height: 45px; padding: 0; border-radius: 8px; }
  .header-cta b { font-size: 17px; }
  .hero { padding-top: 112px; }
  .hero h1 { font-size: clamp(44px, 12.5vw, 60px); }
  .lead-card { border-radius: 12px; }
  .primary-button { width: 100%; min-width: 0; }
}
