:root {
  --navy-950: #04131f;
  --navy-900: #071c2e;
  --navy-800: #0b2942;
  --ocean-700: #087d91;
  --ocean-500: #17aeba;
  --ocean-300: #78dce1;
  --gold-500: #f2a900;
  --gold-300: #ffd36a;
  --ink: #102132;
  --muted: #5c6c79;
  --paper: #ffffff;
  --mist: #f2f7f8;
  --line: #dce7e9;
  --success: #13795b;
  --shadow: 0 18px 50px rgba(2, 21, 35, .12);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --content: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; transform: translateY(-150%); padding: .7rem 1rem; color: #fff; background: var(--navy-950); border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }
.container { width: min(calc(100% - 40px), var(--content)); margin-inline: auto; }
.narrow { width: min(calc(100% - 40px), 820px); margin-inline: auto; }

.topline { background: var(--navy-950); color: #d7edf2; font-size: .86rem; }
.topline .container { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.topline p { margin: 0; }
.topline a { color: var(--gold-300); font-weight: 750; text-decoration: none; }

.site-header { position: sticky; z-index: 50; top: 0; background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(220,231,233,.9); backdrop-filter: blur(12px); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 1.25rem; }
.brand { display: inline-flex; align-items: center; gap: .75rem; text-decoration: none; min-width: 270px; }
.brand img { width: 50px; height: 50px; }
.brand-copy { display: grid; line-height: 1.03; }
.brand-copy strong { color: var(--navy-900); font-size: 1.08rem; letter-spacing: -.02em; }
.brand-copy span { margin-top: .27rem; color: var(--ocean-700); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 1.2rem; }
.main-nav > a:not(.nav-call) { position: relative; color: #203342; font-size: .91rem; font-weight: 730; text-decoration: none; }
.main-nav > a:not(.nav-call)::after { position: absolute; right: 0; bottom: -.6rem; left: 0; height: 2px; content: ""; background: var(--ocean-500); transform: scaleX(0); transition: transform .2s ease; }
.main-nav > a:hover::after, .main-nav > a[aria-current="page"]::after { transform: scaleX(1); }
.nav-call, .button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: .55rem; padding: .72rem 1.15rem; border: 0; border-radius: 999px; font-weight: 850; line-height: 1.2; text-align: center; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.nav-call, .button-primary { color: var(--navy-950); background: var(--gold-300); box-shadow: 0 8px 24px rgba(242,169,0,.24); }
.nav-call:hover, .button:hover { transform: translateY(-2px); }
.button-secondary { color: #fff; background: transparent; border: 1px solid rgba(255,255,255,.42); }
.button-light { color: var(--navy-900); background: #fff; box-shadow: 0 10px 28px rgba(0,0,0,.14); }
.menu-button { display: none; width: 46px; height: 46px; align-items: center; justify-content: center; color: var(--navy-900); background: var(--mist); border: 1px solid var(--line); border-radius: 12px; cursor: pointer; }
.menu-button svg { width: 25px; }
.mobile-menu { position: fixed; z-index: 45; top: 120px; right: 0; bottom: 0; left: 0; overflow-y: auto; padding: 1rem 20px 7rem; background: rgba(4,19,31,.98); color: #fff; }
.mobile-menu[hidden] { display: none; }
.mobile-menu nav { display: grid; width: min(100%, 520px); margin: 0 auto; }
.mobile-menu a { padding: 1rem .25rem; border-bottom: 1px solid rgba(255,255,255,.13); font-size: 1.05rem; font-weight: 760; text-decoration: none; }
.mobile-menu .button { margin-top: 1.2rem; color: var(--navy-950); }

.hero { position: relative; overflow: hidden; color: #fff; background: var(--navy-900); isolation: isolate; }
.hero::before { position: absolute; z-index: -2; inset: 0; content: ""; background: linear-gradient(90deg, rgba(4,19,31,.98) 0%, rgba(4,19,31,.89) 48%, rgba(4,19,31,.3) 100%), url('/assets/hero-coast.svg') center/cover no-repeat; }
.hero::after { position: absolute; z-index: -1; right: -8%; bottom: -160px; width: 520px; height: 520px; content: ""; border: 1px solid rgba(120,220,225,.2); border-radius: 50%; box-shadow: 0 0 0 55px rgba(120,220,225,.04), 0 0 0 120px rgba(120,220,225,.035); }
.hero-home .container { min-height: 650px; display: grid; grid-template-columns: minmax(0, 690px) 1fr; align-items: center; padding-block: 92px; }
.hero-compact .container { min-height: 430px; display: flex; align-items: center; padding-block: 74px; }
.hero-content { max-width: 760px; }
.eyebrow { display: inline-flex; align-items: center; gap: .55rem; margin: 0 0 1rem; color: var(--gold-300); font-size: .82rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow::before { width: 34px; height: 2px; content: ""; background: currentColor; }
h1, h2, h3 { margin: 0 0 .8rem; color: var(--navy-900); font-weight: 900; line-height: 1.08; letter-spacing: -.035em; text-wrap: balance; }
h1 { color: #fff; font-size: clamp(2.55rem, 6vw, 5.25rem); }
.hero-compact h1 { max-width: 900px; font-size: clamp(2.35rem, 5vw, 4.4rem); }
h2 { font-size: clamp(2rem, 4vw, 3.25rem); }
h3 { font-size: 1.25rem; letter-spacing: -.02em; }
.hero-lede { max-width: 680px; margin: 1.25rem 0 0; color: #d8e9ee; font-size: clamp(1.08rem, 2vw, 1.28rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 1rem 1.4rem; margin: 2.1rem 0 0; padding: 0; list-style: none; color: #d7edf2; font-size: .9rem; font-weight: 700; }
.hero-proof li { display: inline-flex; align-items: center; gap: .45rem; }
.hero-proof li::before { display: grid; width: 22px; height: 22px; place-items: center; content: "✓"; color: var(--navy-950); background: var(--ocean-300); border-radius: 50%; font-size: .72rem; font-weight: 950; }

.breadcrumbs { background: var(--mist); border-bottom: 1px solid var(--line); }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: .45rem; margin: 0; padding: .8rem 0; color: var(--muted); font-size: .8rem; list-style: none; }
.breadcrumbs li + li::before { margin-right: .45rem; content: "/"; color: #9aabb4; }
.breadcrumbs a { font-weight: 730; text-decoration: none; }

.trust-strip { position: relative; z-index: 3; margin-top: -34px; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; color: #fff; background: var(--navy-800); border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius-md); box-shadow: var(--shadow); }
.trust-item { min-height: 112px; display: grid; align-content: center; padding: 1.25rem 1.5rem; border-right: 1px solid rgba(255,255,255,.12); }
.trust-item:last-child { border-right: 0; }
.trust-item strong { color: var(--gold-300); font-size: 1.18rem; line-height: 1.15; }
.trust-item span { margin-top: .25rem; color: #c5dde4; font-size: .82rem; }

.section { padding-block: 96px; }
.section-sm { padding-block: 70px; }
.section-mist { background: var(--mist); }
.section-dark { color: #d8e9ee; background: var(--navy-900); }
.section-dark h2, .section-dark h3 { color: #fff; }
.section-ocean { color: #e7fbfc; background: linear-gradient(135deg, #086f83, #0d96a4); }
.section-ocean h2, .section-ocean h3 { color: #fff; }
.section-heading { max-width: 760px; margin-bottom: 2.3rem; }
.section-heading p { margin: 0; color: var(--muted); font-size: 1.05rem; }
.section-dark .section-heading p, .section-ocean .section-heading p { color: #c9e4e8; }
.kicker { margin: 0 0 .7rem; color: var(--ocean-700); font-size: .78rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.section-dark .kicker, .section-ocean .kicker { color: var(--gold-300); }

.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1.5rem; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1.35rem; }
.grid-4 { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 1rem; }
.service-card, .info-card { position: relative; overflow: hidden; padding: 1.65rem; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: 0 10px 30px rgba(3,27,44,.06); }
.service-card { min-height: 275px; display: flex; flex-direction: column; }
.service-card::before { position: absolute; top: 0; right: 0; left: 0; height: 5px; content: ""; background: linear-gradient(90deg, var(--ocean-500), var(--gold-300)); }
.card-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 1.1rem; color: var(--navy-900); background: #e3f7f8; border-radius: 14px; font-size: 1.3rem; font-weight: 900; }
.service-card p, .info-card p { margin: 0 0 1rem; color: var(--muted); }
.service-card a { margin-top: auto; color: var(--ocean-700); font-weight: 850; text-decoration: none; }
.service-card a::after { margin-left: .3rem; content: "→"; }
.info-card ul { margin: .7rem 0 0; padding-left: 1.2rem; }

.split { display: grid; grid-template-columns: minmax(0,1.08fr) minmax(320px,.92fr); align-items: center; gap: clamp(2.5rem, 7vw, 6.5rem); }
.split-reverse > :first-child { order: 2; }
.content p { margin: 0 0 1.15rem; color: var(--muted); }
.content .lead { color: var(--ink); font-size: 1.15rem; font-weight: 620; }
.content a:not(.button) { color: var(--ocean-700); font-weight: 800; }
.feature-panel { position: relative; overflow: hidden; padding: clamp(1.75rem, 4vw, 3rem); color: #fff; background: var(--navy-900); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.feature-panel::after { position: absolute; right: -80px; bottom: -110px; width: 250px; height: 250px; content: ""; border: 36px solid rgba(49,195,207,.12); border-radius: 50%; }
.feature-panel h3 { color: #fff; font-size: 1.7rem; }
.feature-panel p { color: #c8dfe5; }
.feature-list { display: grid; gap: .85rem; margin: 1.4rem 0 0; padding: 0; list-style: none; }
.feature-list li { position: relative; padding-left: 1.85rem; }
.feature-list li::before { position: absolute; top: .12rem; left: 0; color: var(--gold-300); content: "◆"; font-size: .8rem; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; counter-reset: step; }
.step { position: relative; padding: 1.65rem; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md); counter-increment: step; }
.step::before { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 1rem; content: counter(step, decimal-leading-zero); color: var(--navy-950); background: var(--gold-300); border-radius: 50%; font-size: .8rem; font-weight: 900; }
.step p { margin: 0; color: var(--muted); }

.area-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: .75rem; }
.area-link { display: flex; min-height: 58px; align-items: center; justify-content: space-between; gap: .8rem; padding: .8rem 1rem; color: var(--navy-900); background: #fff; border: 1px solid var(--line); border-radius: 12px; font-size: .9rem; font-weight: 820; text-decoration: none; transition: border .2s, transform .2s; }
.area-link::after { color: var(--ocean-700); content: "›"; font-size: 1.25rem; }
.area-link:hover { transform: translateY(-2px); border-color: var(--ocean-300); }

.review-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.2rem; }
.review { padding: 1.7rem; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md); }
.stars { color: var(--gold-500); letter-spacing: .14em; }
.review blockquote { margin: 1rem 0; color: #263d4c; font-size: 1.02rem; }
.review cite { color: var(--muted); font-size: .86rem; font-style: normal; font-weight: 780; }

.faq-list { display: grid; gap: .8rem; }
details { background: #fff; border: 1px solid var(--line); border-radius: 14px; }
summary { position: relative; padding: 1.15rem 3.5rem 1.15rem 1.2rem; color: var(--navy-900); font-weight: 850; cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { position: absolute; top: 50%; right: 1.2rem; content: "+"; color: var(--ocean-700); font-size: 1.5rem; transform: translateY(-50%); }
details[open] summary::after { content: "−"; }
details p { margin: 0; padding: 0 1.2rem 1.2rem; color: var(--muted); }

.cta-band { position: relative; overflow: hidden; padding: clamp(2rem,5vw,4rem); color: #fff; background: var(--navy-900); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.cta-band::after { position: absolute; top: -150px; right: -100px; width: 360px; height: 360px; content: ""; background: radial-gradient(circle, rgba(49,195,207,.3), transparent 68%); }
.cta-band-inner { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.cta-band h2 { max-width: 700px; margin-bottom: .6rem; color: #fff; }
.cta-band p { max-width: 720px; margin: 0; color: #cde3e8; }
.cta-band .hero-actions { flex-shrink: 0; margin-top: 0; }

.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 1.5rem; }
.contact-card { padding: 2rem; color: #fff; background: var(--navy-900); border-radius: var(--radius-lg); }
.contact-card h2, .contact-card h3 { color: #fff; }
.contact-card a { color: var(--gold-300); font-weight: 850; }
.contact-list { display: grid; gap: 1rem; margin-top: 1.4rem; }
.contact-list div { padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.14); }
.contact-list span { display: block; color: #9fc3cd; font-size: .8rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.contact-list strong { font-size: 1.2rem; }

.site-footer { padding: 70px 0 110px; color: #b9d2d9; background: var(--navy-950); }
.footer-grid { display: grid; grid-template-columns: 1.45fr repeat(3,1fr); gap: 2.5rem; }
.footer-brand .brand-copy strong { color: #fff; }
.footer-brand p { max-width: 420px; margin: 1.1rem 0 0; }
.site-footer h3 { margin-bottom: 1rem; color: #fff; font-size: 1rem; }
.footer-links { display: grid; gap: .55rem; }
.footer-links a { color: #b9d2d9; font-size: .9rem; text-decoration: none; }
.footer-links a:hover { color: var(--gold-300); }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 3.5rem; padding-top: 1.25rem; border-top: 1px solid rgba(255,255,255,.1); color: #829faa; font-size: .78rem; }
.footer-bottom p { margin: 0; }

.mobile-action-bar { display: none; position: fixed; z-index: 60; right: 0; bottom: 0; left: 0; grid-template-columns: 1fr 1fr; gap: 1px; padding: 8px; background: rgba(4,19,31,.97); box-shadow: 0 -8px 30px rgba(0,0,0,.2); }
.mobile-action-bar a { display: flex; min-height: 50px; align-items: center; justify-content: center; border-radius: 10px; font-weight: 900; text-decoration: none; }
.mobile-action-bar a:first-child { color: var(--navy-950); background: var(--gold-300); }
.mobile-action-bar a:last-child { color: #fff; background: var(--ocean-700); }

.notice { padding: 1rem 1.15rem; color: #28554a; background: #e9f8f2; border: 1px solid #bfe8d8; border-radius: 12px; }
.space-top { margin-top: 1.5rem; }
.faq-heading { margin-top: 2.5rem; }
.page-title-dark { color: var(--navy-900); font-size: clamp(2.4rem,5vw,4rem); }
.error-title { color: var(--navy-900); font-size: clamp(2rem,5vw,4rem); }
.actions-centred { justify-content: center; }
.button-ocean { color: #fff; background: var(--ocean-700); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; margin: -1px; padding: 0; white-space: nowrap; border: 0; clip: rect(0,0,0,0); clip-path: inset(50%); }
.legal h2 { margin-top: 2.2rem; font-size: 1.55rem; }
.legal h3 { margin-top: 1.6rem; font-size: 1.15rem; }
.legal p, .legal li { color: var(--muted); }
.error-page { min-height: 66vh; display: grid; place-items: center; padding-block: 80px; text-align: center; }
.error-code { color: var(--ocean-500); font-size: clamp(5rem,18vw,11rem); font-weight: 950; line-height: .8; letter-spacing: -.08em; }

[data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 1020px) {
  .main-nav > a:not(.nav-call) { display: none; }
  .menu-button { display: inline-flex; }
  .nav-call { margin-left: auto; }
  .hero-home .container { min-height: 600px; grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: repeat(2,1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.12); }
  .grid-4 { grid-template-columns: repeat(2,1fr); }
  .area-grid { grid-template-columns: repeat(3,1fr); }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > :last-child { grid-column: 2 / -1; }
}

@media (max-width: 760px) {
  body { font-size: 16px; }
  .container, .narrow { width: min(calc(100% - 28px), var(--content)); }
  .topline .container { justify-content: center; min-height: 34px; }
  .topline p:first-child { display: none; }
  .header-inner { min-height: 72px; }
  .brand { min-width: 0; }
  .brand img { width: 43px; height: 43px; }
  .brand-copy strong { font-size: .94rem; }
  .brand-copy span { font-size: .61rem; }
  .nav-call { display: none; }
  .mobile-menu { top: 106px; }
  .hero-home .container { min-height: 590px; padding-block: 74px 90px; }
  .hero-compact .container { min-height: 390px; padding-block: 64px; }
  .hero::before { background: linear-gradient(90deg, rgba(4,19,31,.98), rgba(4,19,31,.82)), url('/assets/hero-coast.svg') 62% center/cover no-repeat; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .button { width: 100%; }
  .hero-proof { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; }
  .trust-strip { margin-top: -26px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-item { min-height: 100px; padding: 1rem; }
  .trust-item strong { font-size: 1rem; }
  .section { padding-block: 72px; }
  .section-sm { padding-block: 56px; }
  .grid-2, .grid-3, .grid-4, .split, .steps, .review-grid, .contact-grid { grid-template-columns: 1fr; }
  .split-reverse > :first-child { order: initial; }
  .area-grid { grid-template-columns: 1fr 1fr; }
  .cta-band-inner { display: grid; }
  .cta-band .hero-actions { display: grid; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem 1rem; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > :last-child { grid-column: auto; }
  .footer-bottom { display: grid; }
  .mobile-action-bar { display: grid; }
}

@media (max-width: 440px) {
  .brand-copy strong { max-width: 175px; }
  .brand-copy span { display: none; }
  .hero-proof { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item { min-height: 84px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .trust-item:last-child { border-bottom: 0; }
  .area-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
