:root {
  --navy-950: #061a2b;
  --navy-900: #0a2338;
  --navy-800: #12344d;
  --ink: #10293a;
  --muted: #617381;
  --paper: #f4f7f5;
  --white: #ffffff;
  --emerald: #18b887;
  --emerald-dark: #0d8f69;
  --mint: #c8f7e8;
  --gold: #d4ae63;
  --line: rgba(16, 41, 58, .12);
  --shadow: 0 24px 70px rgba(6, 26, 43, .11);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 108px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, Aptos, "Segoe UI", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
svg { flex: 0 0 auto; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
svg:not(.svg-sprite) { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.shell { width: min(1180px, calc(100% - 44px)); margin-inline: auto; }
.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; }
.skip-link { position: fixed; left: 18px; top: -70px; z-index: 1000; padding: 12px 18px; border-radius: 12px; background: var(--white); color: var(--navy-950); box-shadow: var(--shadow); transition: top .2s ease; }
.skip-link:focus { top: 18px; }
.top-strip { position: relative; z-index: 30; color: #d8e9ec; background: var(--navy-950); font-size: 12px; letter-spacing: .02em; }
.top-strip-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.top-strip span, .top-strip a { display: inline-flex; align-items: center; gap: 7px; }
.top-strip a { color: var(--mint); font-weight: 700; }
.site-header { position: sticky; top: 0; z-index: 25; background: rgba(255,255,255,.92); border-bottom: 1px solid rgba(16,41,58,.08); backdrop-filter: blur(18px); }
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.wordmark { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.wordmark-fc { color: var(--emerald-dark); font-family: Georgia, "Times New Roman", serif; font-size: 38px; font-style: italic; line-height: 1; letter-spacing: -.08em; }
.wordmark > span:last-child { display: flex; flex-direction: column; line-height: 1; }
.wordmark strong { color: var(--navy-950); font-size: 16px; letter-spacing: .04em; }
.wordmark small { margin-top: 4px; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .24em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 24px; }
.nav-link { position: relative; padding: 29px 0 26px; color: #45606f; font-size: 13px; font-weight: 700; }
.nav-link::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 18px; height: 2px; background: var(--emerald); transition: right .25s ease; }
.nav-link:hover, .nav-link.active { color: var(--navy-950); }
.nav-link:hover::after, .nav-link.active::after { right: 0; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; border-radius: 14px; color: var(--navy-950); background: #edf3f1; cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; width: 21px; height: 2px; margin: 4px auto; background: currentColor; transition: .2s ease; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; font-size: 14px; font-weight: 800; line-height: 1; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .nav-link:focus-visible, .finance-card a:focus-visible, .choice-controls button:focus-visible, .floating-whatsapp:focus-visible { outline: 3px solid rgba(24,184,135,.38); outline-offset: 4px; }
.button-small { min-height: 42px; padding-inline: 18px; font-size: 12px; }
.button-primary { color: var(--navy-950); background: var(--mint); box-shadow: 0 14px 30px rgba(24,184,135,.18); }
.button-primary:hover { background: #ddfff4; box-shadow: 0 18px 38px rgba(24,184,135,.25); }
.button-dark { color: var(--white); background: var(--navy-950); }
.button-dark:hover { background: var(--navy-800); box-shadow: 0 16px 34px rgba(6,26,43,.2); }
.button-light { color: var(--navy-950); background: var(--white); }
.hero { position: relative; overflow: hidden; color: var(--white); background: radial-gradient(circle at 83% 18%, rgba(24,184,135,.15), transparent 27%), linear-gradient(132deg, #061a2b 0%, #0b2940 60%, #0a3541 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .15; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to right, transparent, #000 55%); }
.hero-grid { position: relative; z-index: 1; min-height: 680px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 54px; padding-block: 84px 92px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; color: var(--mint); font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow > span { width: 30px; height: 1px; background: currentColor; }
.eyebrow-dark { color: var(--emerald-dark); }
.hero h1 { max-width: 680px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(46px, 5.6vw, 76px); font-weight: 500; line-height: .99; letter-spacing: -.045em; }
.hero-copy > p { max-width: 620px; margin: 26px 0 0; color: #c8d7de; font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; margin-top: 34px; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--white); font-size: 14px; font-weight: 800; }
.text-link svg { transition: transform .2s ease; }.text-link:hover svg { transform: translateX(4px); }
.hero-points { display: flex; align-items: stretch; margin-top: 46px; border-top: 1px solid rgba(255,255,255,.12); }
.hero-points > div { min-width: 0; display: flex; align-items: center; gap: 12px; padding: 24px 24px 0 0; margin-right: 24px; border-right: 1px solid rgba(255,255,255,.12); }
.hero-points > div:last-child { padding-right: 0; margin-right: 0; border-right: 0; }
.hero-points strong { color: var(--mint); font-family: Georgia, serif; font-size: 27px; font-weight: 500; }
.hero-points svg { color: var(--gold); }.hero-points span { color: #b9cbd2; font-size: 11px; font-weight: 700; line-height: 1.45; }
.hero-visual { position: relative; width: 100%; min-height: 470px; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px solid rgba(200,247,232,.18); border-radius: 50%; animation: orbit-pulse 7s ease-in-out infinite; }
.orbit-one { width: 440px; height: 440px; }.orbit-two { width: 320px; height: 320px; animation-delay: -3.5s; }
.connection-node { position: absolute; width: 9px; height: 9px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 8px rgba(212,174,99,.1); }
.node-one { left: 7%; top: 31%; }.node-two { right: 6%; top: 16%; }.node-three { right: 10%; bottom: 15%; background: var(--emerald); }
.visual-card { border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.09); box-shadow: 0 30px 70px rgba(0,0,0,.22); backdrop-filter: blur(18px); }
.visual-main { position: relative; z-index: 2; width: min(370px, 82%); min-height: 230px; display: flex; flex-direction: column; justify-content: space-between; padding: 32px; border-radius: 32px; transform: rotate(-3deg); }
.visual-label { color: var(--mint); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.visual-main strong { max-width: 270px; font-family: Georgia, serif; font-size: 30px; font-weight: 500; line-height: 1.12; }
.visual-line { display: flex; gap: 7px; }.visual-line span { height: 3px; border-radius: 3px; background: var(--gold); }.visual-line span:first-child { width: 45%; }.visual-line span:nth-child(2) { width: 24%; background: var(--emerald); }.visual-line span:last-child { width: 10%; background: rgba(255,255,255,.4); }
.visual-float { position: absolute; z-index: 3; display: flex; align-items: center; gap: 9px; padding: 14px 18px; border-radius: 16px; color: var(--white); font-size: 12px; font-weight: 800; animation: float 5s ease-in-out infinite; }
.visual-float svg { color: var(--mint); }.visual-float-a { left: 1%; top: 19%; }.visual-float-b { right: 0; top: 49%; animation-delay: -1.8s; }.visual-float-c { left: 13%; bottom: 11%; animation-delay: -3s; }
.hero-marquee { position: relative; z-index: 2; overflow: hidden; padding: 15px 0; border-top: 1px solid rgba(255,255,255,.1); color: #cddce1; background: rgba(2,18,30,.36); white-space: nowrap; }
.hero-marquee div { width: max-content; min-width: 100%; text-align: center; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }.hero-marquee span { padding-inline: 22px; color: var(--gold); }
.section { padding-block: 110px; }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 70px; margin-bottom: 48px; }
.section-heading h2, .mejoravit-card h2, .contact h2, .pensions h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(38px, 4.3vw, 58px); font-weight: 500; line-height: 1.04; letter-spacing: -.035em; }
.section-heading > p { max-width: 450px; margin: 0 0 4px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.finance-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.finance-card { position: relative; min-height: 390px; display: flex; flex-direction: column; padding: 27px; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: var(--white); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.finance-card::before { content: ""; position: absolute; top: -80px; right: -80px; width: 150px; height: 150px; border-radius: 50%; background: rgba(24,184,135,.07); transition: transform .3s ease; }
.finance-card:hover { transform: translateY(-7px); border-color: rgba(24,184,135,.34); box-shadow: var(--shadow); }.finance-card:hover::before { transform: scale(1.35); }
.card-top { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; }.card-number { color: #a2b0b7; font-family: Georgia, serif; font-size: 14px; font-style: italic; }
.icon-box { width: 52px; height: 52px; display: inline-grid; place-items: center; border-radius: 16px; color: var(--emerald-dark); background: #e9f8f2; }
.finance-card h3 { margin: 40px 0 14px; color: var(--navy-950); font-family: Georgia, serif; font-size: 26px; font-weight: 500; line-height: 1.1; }.finance-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.card-detail { margin-top: auto; padding-top: 26px; color: var(--navy-950); font-size: 12px; font-weight: 850; letter-spacing: .03em; }
.finance-card > a, .insurance-card > a { display: inline-flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--emerald-dark); font-size: 12px; font-weight: 850; }
.finance-card > a svg, .insurance-card > a svg { transition: transform .2s ease; }.finance-card > a:hover svg, .insurance-card > a:hover svg { transform: translateX(4px); }
.mortgage-detail { display: grid; grid-template-columns: .9fr 1.45fr .8fr; align-items: center; gap: 30px; margin-top: 20px; padding: 32px; border-radius: var(--radius); color: var(--white); background: var(--navy-950); }
.mortgage-intro { display: flex; align-items: center; gap: 17px; }.icon-box-large { width: 64px; height: 64px; flex: 0 0 64px; color: var(--mint); background: rgba(255,255,255,.08); }
.mini-label { display: block; margin-bottom: 8px; color: var(--emerald-dark); font-size: 10px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }.mortgage-intro .mini-label { color: var(--mint); }
.mortgage-intro h3, .choice-panel h3 { margin: 0; font-family: Georgia, serif; font-size: 23px; font-weight: 500; }
.mortgage-tags { display: flex; flex-wrap: wrap; gap: 8px; }.mortgage-tags span { padding: 9px 12px; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; color: #d5e1e5; background: rgba(255,255,255,.04); font-size: 10px; font-weight: 750; }
.mortgage-note { padding-left: 24px; border-left: 1px solid rgba(255,255,255,.14); }.mortgage-note strong { color: var(--gold); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }.mortgage-note p { margin: 7px 0 0; color: #b9cad1; font-size: 12px; line-height: 1.55; }
.choice-panel { display: grid; grid-template-columns: .9fr 1.6fr auto; align-items: center; gap: 30px; margin-top: 20px; padding: 30px; border: 1px solid rgba(24,184,135,.2); border-radius: var(--radius); background: #eaf7f2; }
.choice-panel p { margin: 8px 0 0; color: var(--muted); font-size: 13px; }.choice-controls { display: flex; flex-wrap: wrap; gap: 8px; }.choice-controls button { padding: 10px 13px; border: 1px solid rgba(16,41,58,.12); border-radius: 999px; color: #496471; background: rgba(255,255,255,.72); font-size: 11px; font-weight: 800; cursor: pointer; transition: .2s ease; }.choice-controls button:hover, .choice-controls button.selected { color: var(--white); border-color: var(--emerald-dark); background: var(--emerald-dark); }.choice-action { white-space: nowrap; }
.pensions { position: relative; overflow: hidden; color: var(--white); background: var(--navy-950); }.pensions::after { content: ""; position: absolute; width: 520px; height: 520px; right: -220px; top: -230px; border: 1px solid rgba(200,247,232,.1); border-radius: 50%; box-shadow: 0 0 0 80px rgba(200,247,232,.025), 0 0 0 160px rgba(200,247,232,.018); }
.pensions-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 95px; }.pensions-copy > p { max-width: 530px; margin: 24px 0 32px; color: #bdcdd4; font-size: 16px; line-height: 1.75; }
.pension-cards { display: grid; gap: 12px; }.pension-cards article { display: grid; grid-template-columns: 34px 48px 1fr; align-items: center; gap: 18px; padding: 23px 25px; border: 1px solid rgba(255,255,255,.1); border-radius: 20px; background: rgba(255,255,255,.055); transition: transform .2s ease, background .2s ease; }.pension-cards article:hover { transform: translateX(7px); background: rgba(255,255,255,.08); }.pension-cards article > span { color: var(--gold); font-family: Georgia, serif; font-style: italic; }.pension-cards article > svg { color: var(--mint); }.pension-cards h3 { margin: 0 0 6px; font-family: Georgia, serif; font-size: 21px; font-weight: 500; }.pension-cards p { margin: 0; color: #aec0c8; font-size: 12px; line-height: 1.55; }
.mejoravit { padding-block: 70px; background: var(--paper); }.mejoravit-card { position: relative; display: grid; grid-template-columns: 150px 1fr auto; align-items: center; gap: 42px; padding: 46px; overflow: hidden; border: 1px solid rgba(212,174,99,.32); border-radius: 36px; background: linear-gradient(120deg, #f8fbf8, #fffdf7); box-shadow: 0 24px 65px rgba(6,26,43,.07); }.mejoravit-card::after { content: ""; position: absolute; right: 18%; bottom: -130px; width: 300px; height: 300px; border-radius: 50%; background: rgba(212,174,99,.08); }
.mejoravit-mark { position: relative; z-index: 1; width: 122px; height: 122px; display: grid; place-items: center; border-radius: 36px 36px 36px 10px; color: var(--navy-950); background: var(--mint); transform: rotate(-4deg); }.mejoravit-mark span { font-family: Georgia, serif; font-size: 62px; font-style: italic; }.mejoravit-card > div:nth-child(2), .mejoravit-card > a { position: relative; z-index: 1; }.mejoravit-card h2 { max-width: 650px; font-size: clamp(34px, 4vw, 49px); }.mejoravit-card p { margin: 13px 0 0; color: var(--muted); font-size: 14px; }
.insurance { padding-top: 75px; }.insurance-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 18px; }.insurance-card { min-height: 315px; display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--line); border-radius: 26px; background: var(--white); transition: transform .25s ease, box-shadow .25s ease; }.insurance-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }.insurance-card.feature { color: var(--white); border-color: transparent; background: linear-gradient(145deg, var(--navy-900), #0a3a42); }.insurance-card.feature .icon-box { color: var(--mint); background: rgba(255,255,255,.08); }.insurance-card h3 { margin: 27px 0 12px; font-family: Georgia, serif; font-size: 28px; font-weight: 500; }.insurance-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }.insurance-card.feature p { color: #bfd0d6; }.insurance-card.feature > a { color: var(--mint); border-color: rgba(255,255,255,.12); }.insurance-card > a { margin-top: auto; }
.contact { padding: 50px 0 110px; }.contact-panel { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; padding: 66px; overflow: hidden; border-radius: 38px; color: var(--white); background: radial-gradient(circle at 15% 5%, rgba(24,184,135,.16), transparent 32%), var(--navy-950); }.contact-panel::after { content: ""; position: absolute; width: 320px; height: 320px; right: -130px; bottom: -190px; border: 1px solid rgba(200,247,232,.14); border-radius: 50%; box-shadow: 0 0 0 55px rgba(200,247,232,.025), 0 0 0 110px rgba(200,247,232,.018); }.contact-copy { position: relative; z-index: 1; }.contact-copy p { max-width: 540px; margin: 22px 0 0; color: #b9cad1; font-size: 15px; line-height: 1.7; }.contact-actions { position: relative; z-index: 1; display: grid; gap: 12px; }.contact-item { display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: 15px; min-height: 82px; padding: 15px 18px; border: 1px solid rgba(255,255,255,.11); border-radius: 19px; background: rgba(255,255,255,.065); }a.contact-item { transition: transform .2s ease, background .2s ease; }a.contact-item:hover { transform: translateX(5px); background: rgba(255,255,255,.1); }.contact-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; color: var(--mint); background: rgba(255,255,255,.08); }.contact-item > span:nth-child(2) { display: flex; flex-direction: column; gap: 5px; }.contact-item small { color: #91a9b3; font-size: 9px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }.contact-item strong { font-family: Georgia, serif; font-size: 18px; font-weight: 500; }
footer { padding: 70px 0 26px; color: #b7c8cf; background: #03121e; }.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr 1fr; gap: 70px; padding-bottom: 60px; }.wordmark-light .wordmark-fc { color: var(--mint); }.wordmark-light strong { color: var(--white); }.wordmark-light small { color: #92a8b1; }.footer-grid > div:first-child p { max-width: 330px; margin: 24px 0 0; font-size: 13px; line-height: 1.7; }.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 12px; }.footer-grid h3 { margin: 0 0 8px; color: var(--white); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }.footer-grid a, .footer-grid span { font-size: 12px; line-height: 1.5; }.footer-grid a:hover { color: var(--mint); }.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.08); font-size: 10px; letter-spacing: .04em; }.footer-bottom a { color: var(--mint); font-weight: 750; }
.floating-whatsapp { position: fixed; right: 22px; bottom: 22px; z-index: 22; min-height: 54px; display: inline-flex; align-items: center; gap: 9px; padding: 0 19px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; color: var(--navy-950); background: var(--mint); box-shadow: 0 18px 42px rgba(5,35,28,.25); font-size: 12px; font-weight: 900; transition: transform .2s ease, box-shadow .2s ease; }.floating-whatsapp:hover { transform: translateY(-4px); box-shadow: 0 22px 48px rgba(5,35,28,.31); }
[data-reveal] { animation: reveal-in .65s cubic-bezier(.2,.7,.2,1) both; }
@keyframes reveal-in { from { transform: translateY(16px); } to { transform: none; } }@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }@keyframes orbit-pulse { 0%,100% { transform: scale(1); opacity: .7; } 50% { transform: scale(1.035); opacity: 1; } }
@media (max-width: 1050px) {
  .main-nav { gap: 16px; }.nav-link { font-size: 12px; }.hero-grid { grid-template-columns: 1fr .8fr; gap: 25px; }.hero-points > div { margin-right: 16px; padding-right: 16px; }.finance-grid { grid-template-columns: repeat(2, 1fr); }.finance-card { min-height: 340px; }.mortgage-detail { grid-template-columns: 1fr 1.35fr; }.mortgage-note { grid-column: 1 / -1; padding: 18px 0 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.14); }.choice-panel { grid-template-columns: 1fr 1.6fr; }.choice-action { grid-column: 1 / -1; justify-self: start; }.mejoravit-card { grid-template-columns: 120px 1fr; }.mejoravit-card > a { grid-column: 2; justify-self: start; }.insurance-grid { grid-template-columns: repeat(3, 1fr); }.contact-panel { padding: 50px; gap: 40px; }
}
@media (max-width: 860px) {
  html { scroll-padding-top: 78px; }.top-strip { display: none; }.site-header { top: 0; }.nav-wrap { min-height: 72px; }.menu-toggle { display: block; }.main-nav { position: absolute; left: 20px; right: 20px; top: calc(100% + 8px); display: none; align-items: stretch; flex-direction: column; gap: 4px; padding: 16px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.98); box-shadow: var(--shadow); }.main-nav.open { display: flex; }.nav-link { padding: 12px 10px; border-radius: 10px; }.nav-link::after { display: none; }.nav-link:hover, .nav-link.active { color: var(--emerald-dark); background: #edf8f4; }.main-nav .button { margin-top: 6px; }.hero-grid { min-height: auto; grid-template-columns: 1fr; gap: 35px; padding-block: 78px 48px; }.hero-copy { text-align: center; }.hero .eyebrow, .hero-actions { justify-content: center; }.hero-copy > p { margin-inline: auto; }.hero-points { justify-content: center; }.hero-visual { min-height: 390px; }.orbit-one { width: 380px; height: 380px; }.orbit-two { width: 280px; height: 280px; }.visual-main { width: 340px; }.section { padding-block: 86px; }.section-heading { grid-template-columns: 1fr; gap: 18px; }.section-heading > p { max-width: 640px; }.pensions-grid { grid-template-columns: 1fr; gap: 55px; }.pensions-copy { max-width: 650px; }.mejoravit-card { padding: 35px; }.insurance-grid { grid-template-columns: 1fr; }.insurance-card { min-height: 260px; }.contact-panel { grid-template-columns: 1fr; }.footer-grid { grid-template-columns: 1.4fr .8fr 1fr; gap: 35px; }
}
@media (max-width: 650px) {
  .shell { width: min(100% - 30px, 1180px); }.wordmark-fc { font-size: 34px; }.hero-grid { padding-top: 62px; }.hero h1 { font-size: clamp(42px, 13vw, 58px); }.hero-copy > p { font-size: 15px; }.hero-actions { flex-direction: column; align-items: stretch; }.hero-actions .button { width: 100%; }.text-link { justify-content: center; }.hero-points { display: grid; grid-template-columns: 1fr 1fr; }.hero-points > div { justify-content: center; margin: 0; padding: 20px 8px 0; border: 0; }.hero-points > div:last-child { grid-column: 1 / -1; }.hero-visual { min-height: 350px; }.orbit-one { width: 310px; height: 310px; }.orbit-two { width: 220px; height: 220px; }.visual-main { min-height: 205px; padding: 26px; }.visual-main strong { font-size: 25px; }.visual-float { padding: 11px 13px; }.visual-float-a { top: 11%; }.visual-float-b { top: 55%; }.visual-float-c { left: 5%; bottom: 5%; }.hero-marquee div { text-align: left; animation: marquee 20s linear infinite; }.finance-grid { grid-template-columns: 1fr; }.finance-card { min-height: 330px; }.mortgage-detail { grid-template-columns: 1fr; padding: 25px; }.mortgage-note { grid-column: auto; }.choice-panel { grid-template-columns: 1fr; padding: 25px; }.choice-action { grid-column: auto; width: 100%; white-space: normal; }.choice-controls button { flex: 1 1 calc(50% - 8px); }.pensions-grid { gap: 38px; }.pension-cards article { grid-template-columns: 28px 36px 1fr; gap: 11px; padding: 19px; }.mejoravit { padding-block: 50px; }.mejoravit-card { grid-template-columns: 1fr; gap: 26px; padding: 28px; border-radius: 28px; }.mejoravit-mark { width: 88px; height: 88px; }.mejoravit-mark span { font-size: 44px; }.mejoravit-card > a { grid-column: auto; width: 100%; }.contact { padding-bottom: 80px; }.contact-panel { gap: 35px; padding: 34px 24px; border-radius: 28px; }.contact-item { grid-template-columns: 44px 1fr auto; padding: 12px; }.contact-item strong { font-size: 15px; }.footer-grid { grid-template-columns: 1fr; gap: 38px; }.footer-bottom { align-items: flex-start; gap: 20px; }.floating-whatsapp { right: 15px; bottom: 15px; width: 54px; padding: 0; justify-content: center; }.floating-whatsapp span { display: none; }@keyframes marquee { to { transform: translateX(-55%); } }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }[data-reveal] { transform: none; }
}
