:root {
  --petrol-950: #0a2d34;
  --petrol-900: #123e46;
  --petrol-800: #184f58;
  --petrol-100: #dce9e8;
  --gold: #c9a56a;
  --gold-light: #e2ca9e;
  --ink: #17282c;
  --muted: #5e6d70;
  --paper: #f7f5f0;
  --white: #fff;
  --line: rgba(18, 62, 70, .16);
  --shadow: 0 26px 70px rgba(8, 41, 47, .14);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 400 1rem/1.7 var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link { position: fixed; z-index: 999; left: 1rem; top: -5rem; background: var(--white); padding: .75rem 1rem; border-radius: .5rem; }
.skip-link:focus { top: 1rem; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.narrow { width: min(940px, calc(100% - 40px)); }
.site-header { position: absolute; inset: 0 0 auto; z-index: 20; border-bottom: 1px solid rgba(255,255,255,.2); color: var(--white); }
.header-inner { min-height: 92px; display: grid; grid-template-columns: 240px 1fr auto; gap: 2rem; align-items: center; }
.brand img { width: 210px; height: auto; }
.header-nav { display: flex; justify-content: center; gap: 2rem; }
.header-nav a { text-decoration: none; font-size: .88rem; letter-spacing: .03em; color: rgba(255,255,255,.85); transition: color .2s ease; }
.header-nav a:hover { color: var(--white); }

.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: .6rem; padding: .82rem 1.35rem; border: 1px solid var(--gold); border-radius: 999px; text-decoration: none; font-weight: 700; line-height: 1.2; transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding: .66rem 1.1rem; color: var(--white); font-size: .88rem; }
.button-small:hover { background: var(--gold); color: var(--petrol-950); }
.button-primary { background: var(--gold); color: var(--petrol-950); box-shadow: 0 15px 34px rgba(0,0,0,.18); }
.button-primary:hover { background: var(--gold-light); }
.button-light { background: var(--white); color: var(--petrol-950); border-color: var(--white); padding-inline: 1.6rem; }
.button-light:hover { background: var(--gold-light); border-color: var(--gold-light); }
.whatsapp-icon { width: 1.12rem; height: 1.12rem; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.hero { position: relative; isolation: isolate; min-height: 780px; background: var(--petrol-950); color: var(--white); overflow: hidden; }
.hero-media, .hero-overlay { position: absolute; inset: 0; z-index: -2; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-overlay { z-index: -1; background: linear-gradient(90deg, rgba(6,31,37,.98) 0%, rgba(8,40,46,.92) 35%, rgba(8,40,46,.34) 63%, rgba(8,40,46,.08) 100%), linear-gradient(0deg, rgba(6,31,37,.32), transparent 48%); }
.hero-grid { min-height: 780px; display: grid; align-items: center; padding-top: 100px; }
.hero-copy { width: min(650px, 62%); padding: 4rem 0; }
.eyebrow { margin: 0 0 1.15rem; color: var(--gold-light); font-size: .76rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.dark { color: var(--petrol-800); }
.hero h1, .section h2, .final-cta h2 { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -.045em; line-height: .99; }
.hero h1 { max-width: 650px; font-size: clamp(3.35rem, 6vw, 5.9rem); }
.hero h1 em { color: var(--gold-light); font-weight: 400; }
.hero-lead { max-width: 590px; margin: 1.75rem 0 0; color: rgba(255,255,255,.83); font-size: clamp(1.05rem, 1.5vw, 1.24rem); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.25rem 1.5rem; margin-top: 2.1rem; }
.text-link { color: var(--white); text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.45); padding-bottom: .15rem; font-weight: 650; }
.hero-note { width: fit-content; margin: 1.4rem 0 0; padding-left: 1rem; border-left: 2px solid var(--gold); color: rgba(255,255,255,.68); font-size: .86rem; }

.trust-bar { background: var(--white); border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid div { padding: 1.6rem 2rem; border-left: 1px solid var(--line); }
.trust-grid div:last-child { border-right: 1px solid var(--line); }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid strong { color: var(--petrol-900); font-family: var(--serif); font-size: 1.32rem; font-weight: 400; }
.trust-grid span { margin-top: .2rem; color: var(--muted); font-size: .84rem; }

.section { padding: clamp(5rem, 9vw, 8.2rem) 0; }
.section-intro { background: var(--paper); }
.section h2 { color: var(--petrol-950); font-size: clamp(2.65rem, 5vw, 4.6rem); }
.section-lead { max-width: 780px; margin: 1.7rem 0 0; color: var(--muted); font-size: 1.12rem; }
.steps { margin: 4rem 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.steps li { display: grid; grid-template-columns: 110px 1fr; gap: 1.4rem; padding: 2rem 0; border-bottom: 1px solid var(--line); }
.step-number { color: var(--gold); font-family: var(--serif); font-size: 2.4rem; line-height: 1; }
.steps h3 { margin: 0; color: var(--petrol-900); font-size: 1.25rem; }
.steps p { margin: .45rem 0 0; color: var(--muted); }

.cases { background: var(--petrol-950); color: var(--white); }
.cases h2 { color: var(--white); }
.section-heading { margin-bottom: 3.2rem; }
.split-heading { display: grid; grid-template-columns: 1.4fr .6fr; gap: 4rem; align-items: end; }
.split-heading > p { margin: 0 0 .4rem; color: rgba(255,255,255,.66); }
.case-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem; }
.case-card { position: relative; overflow: hidden; padding: clamp(2rem, 4vw, 3.4rem); border: 1px solid rgba(255,255,255,.16); border-radius: 26px; background: rgba(255,255,255,.05); }
.case-card.featured { background: #164951; box-shadow: var(--shadow); }
.case-index { position: absolute; right: 1.5rem; top: .2rem; color: rgba(255,255,255,.08); font: 400 8rem/1 var(--serif); }
.card-kicker { margin: 0 0 1rem; color: var(--gold-light); font-size: .76rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.case-card h3 { position: relative; max-width: 520px; margin: 0; font: 400 clamp(2rem, 3.3vw, 3.1rem)/1.08 var(--serif); letter-spacing: -.035em; }
.case-card > p:not(.card-kicker) { position: relative; margin: 1.3rem 0 0; color: rgba(255,255,255,.72); }
.case-card ul { margin: 1.6rem 0 2.2rem; padding: 0; list-style: none; }
.case-card li { position: relative; padding: .65rem 0 .65rem 1.35rem; border-bottom: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.84); }
.case-card li::before { content: ""; position: absolute; left: 0; top: 1.25rem; width: 5px; height: 5px; border-radius: 50%; background: var(--gold); }
.case-card a { color: var(--gold-light); text-decoration: none; font-weight: 750; }
.case-card a span { display: inline-block; transition: transform .2s ease; }
.case-card a:hover span { transform: translateX(4px); }

.reassurance { background: #e8eeec; }
.reassurance-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(3rem, 8vw, 7rem); align-items: stretch; }
.quote-panel { display: flex; flex-direction: column; justify-content: space-between; min-height: 430px; padding: 2.5rem; border-radius: 24px; background: var(--petrol-900); color: var(--white); box-shadow: var(--shadow); }
.quote-panel blockquote { margin: 4rem 0 0; color: var(--white); font: italic 400 clamp(2rem, 3.5vw, 3rem)/1.12 var(--serif); letter-spacing: -.035em; }
.reassurance-copy { align-self: center; }
.reassurance-copy p { margin: 1.5rem 0 0; color: var(--muted); font-size: 1.08rem; }
.credentials { display: grid; gap: .55rem; margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid var(--line); color: var(--petrol-800); font-size: .88rem; }

.faq { background: var(--white); }
.faq-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(3rem, 8vw, 7rem); }
.faq-heading { position: sticky; top: 2rem; align-self: start; }
.faq-heading h2 { font-size: clamp(2.65rem, 4.2vw, 4rem); }
.faq-heading > p:last-child { color: var(--muted); }
.accordion { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button { width: 100%; display: flex; justify-content: space-between; gap: 1.5rem; align-items: center; padding: 1.45rem 0; border: 0; background: none; color: var(--petrol-950); font: 700 1.05rem/1.4 var(--sans); text-align: left; cursor: pointer; }
.faq-icon { width: 32px; height: 32px; flex: 0 0 32px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--gold); font-size: 1.35rem; }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s ease; }
.faq-answer p { overflow: hidden; margin: 0; color: var(--muted); }
.faq-item.is-open .faq-answer { grid-template-rows: 1fr; }
.faq-item.is-open .faq-answer p { padding: 0 3.7rem 1.45rem 0; }

.final-cta { padding: 4.5rem 0; background: var(--petrol-900); color: var(--white); }
.final-cta-inner { display: grid; grid-template-columns: 1fr auto; gap: 3rem; align-items: center; }
.final-cta h2 { max-width: 790px; color: var(--white); font-size: clamp(2.5rem, 4.5vw, 4rem); }
.final-cta p:not(.eyebrow) { margin: 1rem 0 0; color: rgba(255,255,255,.7); }

.site-footer { padding: 4rem 0 1.5rem; background: #071f24; color: rgba(255,255,255,.68); }
.footer-main { display: grid; grid-template-columns: 1.1fr .8fr 1.1fr; gap: 3rem; }
.footer-brand img { width: 210px; }
.site-footer h2 { margin: 0 0 .8rem; color: var(--gold-light); font-size: .76rem; letter-spacing: .15em; text-transform: uppercase; }
.site-footer p { margin: .75rem 0 0; }
.site-footer a { display: block; width: fit-content; margin: .35rem 0; text-decoration: none; }
.site-footer a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 3rem; padding-top: 1.3rem; border-top: 1px solid rgba(255,255,255,.12); font-size: .78rem; }
.footer-bottom a { margin: 0; }

.floating-whatsapp { position: fixed; right: 22px; bottom: 22px; z-index: 30; display: flex; align-items: center; gap: .5rem; min-height: 50px; padding: .75rem 1rem; border-radius: 999px; background: #1f9d62; color: var(--white); box-shadow: 0 14px 34px rgba(0,0,0,.24); text-decoration: none; font-weight: 800; font-size: .86rem; transition: transform .2s ease, box-shadow .2s ease; }
.floating-whatsapp:hover { transform: translateY(-2px); box-shadow: 0 18px 38px rgba(0,0,0,.3); }

@media (max-width: 920px) {
  .header-inner { grid-template-columns: 1fr auto; }
  .header-nav { display: none; }
  .hero-media img { object-position: 65% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(6,31,37,.98), rgba(8,40,46,.78) 70%, rgba(8,40,46,.4)); }
  .hero-copy { width: min(680px, 82%); }
  .split-heading, .reassurance-grid, .faq-grid { grid-template-columns: 1fr; }
  .faq-heading { position: static; }
  .final-cta-inner { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .container, .narrow { width: min(100% - 24px, 1180px); }
  .site-header { position: absolute; }
  .header-inner { min-height: 68px; gap: 1rem; }
  .brand img { width: 150px; }
  .button-small { display: inline-flex; width: 40px; min-height: 40px; padding: 0; border-color: #29b76f; background: #1f9d62; color: var(--white); }
  .button-small .button-label { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
  .button-small .whatsapp-icon { width: 1.1rem; height: 1.1rem; }
  .hero, .hero-grid { min-height: 0; }
  .hero-grid { align-items: start; padding: 96px 0 2rem; }
  .hero-media img { object-position: 68% center; }
  .hero-overlay { background: linear-gradient(0deg, rgba(6,31,37,.99) 8%, rgba(7,34,40,.93) 60%, rgba(8,40,46,.7) 100%); }
  .hero-copy { width: 100%; padding: 0; }
  .hero .eyebrow { margin-bottom: .75rem; font-size: .69rem; letter-spacing: .14em; }
  .hero h1 { font-size: clamp(2.5rem, 10.8vw, 3.05rem); line-height: 1; }
  .hero-lead { margin-top: 1rem; font-size: .96rem; line-height: 1.52; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: .75rem; margin-top: 1.25rem; }
  .hero-actions .button { width: 100%; }
  .text-link { width: fit-content; font-size: .9rem; }
  .hero-note { margin-top: .9rem; padding-left: .8rem; font-size: .8rem; line-height: 1.5; }
  .trust-grid { grid-template-columns: repeat(3, 1fr); padding-block: 0; }
  .trust-grid div, .trust-grid div:last-child { min-width: 0; padding: .9rem .45rem; border: 0; border-right: 1px solid var(--line); }
  .trust-grid div:last-child { border-right: 0; }
  .trust-grid strong { font-size: .98rem; line-height: 1.18; }
  .trust-grid span { margin-top: .3rem; font-size: .68rem; line-height: 1.3; }
  .section { padding: 3.2rem 0; }
  .section h2 { font-size: clamp(2.2rem, 9.5vw, 2.8rem); line-height: 1.02; }
  .section-lead { margin-top: 1rem; font-size: .98rem; line-height: 1.58; }
  .steps { margin-top: 2.1rem; }
  .steps li { grid-template-columns: 46px 1fr; gap: .75rem; padding: 1.2rem 0; }
  .steps h3 { font-size: 1.05rem; }
  .steps p { margin-top: .3rem; font-size: .9rem; line-height: 1.5; }
  .step-number { font-size: 1.55rem; }
  .section-heading { margin-bottom: 2rem; }
  .split-heading { gap: .8rem; }
  .split-heading > p { font-size: .92rem; line-height: 1.5; }
  .case-grid { grid-template-columns: 1fr; }
  .case-card { padding: 1.5rem; border-radius: 18px; }
  .case-index { right: 1rem; font-size: 5.5rem; }
  .case-card h3 { font-size: 1.72rem; line-height: 1.08; }
  .case-card > p:not(.card-kicker) { margin-top: .9rem; font-size: .93rem; line-height: 1.55; }
  .case-card ul { margin: 1rem 0 1.35rem; }
  .case-card li { padding: .42rem 0 .42rem 1.15rem; font-size: .88rem; }
  .case-card li::before { top: .95rem; }
  .case-card a { font-size: .88rem; }
  .reassurance-grid { gap: 2rem; }
  .quote-panel { min-height: 0; justify-content: flex-start; padding: 1.4rem; }
  .quote-panel blockquote { margin-top: 1rem; font-size: 1.7rem; line-height: 1.1; }
  .reassurance-copy p { margin-top: 1rem; font-size: .96rem; line-height: 1.55; }
  .credentials { margin-top: 1.25rem; padding-top: 1rem; font-size: .8rem; }
  .faq-grid { gap: 1.8rem; }
  .faq-heading > p:last-child { margin-bottom: 0; font-size: .93rem; }
  .faq-item button { padding: 1.05rem 0; font-size: .98rem; }
  .faq-item.is-open .faq-answer p { padding: 0 2.8rem 1.1rem 0; font-size: .9rem; line-height: 1.5; }
  .final-cta { padding: 3.2rem 0 4.7rem; }
  .final-cta h2 { font-size: 2.25rem; line-height: 1.03; }
  .final-cta p:not(.eyebrow) { margin-top: .75rem; font-size: .94rem; line-height: 1.5; }
  .final-cta-inner { gap: 1.5rem; }
  .button-light { width: 100%; }
  .site-footer { padding: 3rem 0 1.25rem; }
  .footer-main { grid-template-columns: 1fr; gap: 1.5rem; }
  .footer-main p, .footer-main a { font-size: .9rem; }
  .footer-bottom { margin-top: 2rem; }
  .footer-bottom { flex-direction: column; }
  .floating-whatsapp { right: 12px; bottom: 12px; min-width: 120px; min-height: 48px; height: 48px; justify-content: center; padding: .65rem .9rem; font-size: .82rem; }
  .floating-whatsapp .whatsapp-icon { width: 1.15rem; height: 1.15rem; }
}

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