:root {
  --navy-950: #04122c;
  --navy-900: #071b3f;
  --navy-800: #0c2f67;
  --blue-600: #1265b4;
  --cyan-500: #09a9c7;
  --yellow-400: #f1cd1f;
  --orange-500: #e96f0b;
  --ink: #14213b;
  --muted: #58657a;
  --line: #dce3ee;
  --surface: #fff;
  --surface-soft: #f3f7fb;
  --shadow: 0 20px 55px rgba(4, 18, 44, 0.12);
  --radius-lg: 28px;
  --radius-md: 18px;
  --shell: 72rem;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 7rem; }
body { margin: 0; color: var(--ink); background: var(--surface); font-family: "Segoe UI", Inter, system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif; font-size: 1rem; line-height: 1.65; text-rendering: optimizeLegibility; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--blue-600); text-underline-offset: 0.18em; }
a:hover { color: var(--navy-800); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.13; text-wrap: balance; }
h1 { font-size: clamp(2.8rem, 7vw, 5.5rem); letter-spacing: -0.05em; }
h2 { font-size: clamp(2rem, 4.5vw, 3.5rem); letter-spacing: -0.035em; }
h3 { font-size: 1.25rem; }
.shell { width: min(calc(100% - 2rem), var(--shell)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: 0.7rem; left: 0.7rem; transform: translateY(-160%); padding: 0.7rem 1rem; border-radius: 0.5rem; background: #fff; color: var(--navy-900); font-weight: 700; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; z-index: 50; top: 0; border-bottom: 1px solid rgba(255,255,255,.12); background: rgba(7,27,63,.96); color: #fff; backdrop-filter: blur(16px); }
.header-inner { display: flex; min-height: 5rem; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { display: inline-flex; align-items: center; gap: .75rem; color: #fff; font-weight: 750; text-decoration: none; }
.brand:hover { color: #fff; }
.brand-mark { display: grid; width: 2.55rem; height: 2.55rem; place-items: center; border-radius: .8rem; background: linear-gradient(135deg, var(--blue-600), var(--cyan-500), #28a447); color: #fff; font-size: .8rem; letter-spacing: .06em; box-shadow: 0 8px 22px rgba(9,169,199,.24); }
.nav-list { display: flex; flex-wrap: wrap; align-items: center; gap: .2rem; margin: 0; padding: 0; list-style: none; }
.nav-list a { display: block; padding: .6rem .78rem; border-radius: .55rem; color: rgba(255,255,255,.82); font-size: .94rem; font-weight: 650; text-decoration: none; }
.nav-list a:hover, .nav-list a:focus-visible { background: rgba(255,255,255,.1); color: #fff; }

.hero { position: relative; overflow: hidden; min-height: 43rem; padding: clamp(5rem, 11vw, 8rem) 0 6rem; background: radial-gradient(circle at 78% 20%, rgba(18,101,180,.34), transparent 35%), linear-gradient(140deg, var(--navy-950), var(--navy-900)); color: #fff; }
.hero::after { position: absolute; right: -10rem; bottom: -18rem; width: 42rem; height: 42rem; border: 7rem solid rgba(9,169,199,.12); border-radius: 50%; content: ""; }
.hero-ribbon { position: absolute; inset: 0 0 auto; height: .5rem; background: url("../../images/header.jpg") center / cover no-repeat; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1.35fr) minmax(18rem,.65fr); align-items: end; gap: clamp(2rem,7vw,6rem); }
.hero-copy { max-width: 48rem; }
.hero h1 { margin-bottom: 1.7rem; }
.hero-lead { max-width: 44rem; margin-bottom: 2rem; color: rgba(255,255,255,.8); font-size: clamp(1.1rem,2vw,1.35rem); }
.eyebrow { margin-bottom: .8rem; color: var(--blue-600); font-size: .8rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow-light { color: #77e2ef; }
.button-row { display: flex; flex-wrap: wrap; gap: .8rem; }
.button { display: inline-flex; min-height: 3.2rem; align-items: center; justify-content: center; padding: .75rem 1.2rem; border: 1px solid transparent; border-radius: .85rem; font-weight: 750; text-decoration: none; transition: transform 160ms ease, background 160ms ease, border-color 160ms ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--orange-500); color: #fff; box-shadow: 0 12px 30px rgba(233,111,11,.24); }
.button-primary:hover { background: #ff7b0a; color: #fff; }
.button-secondary { border-color: rgba(255,255,255,.35); color: #fff; }
.button-secondary:hover { border-color: #fff; background: rgba(255,255,255,.08); color: #fff; }
.hero-card { padding: 1.6rem; border: 1px solid rgba(255,255,255,.15); border-radius: var(--radius-lg); background: rgba(255,255,255,.08); box-shadow: 0 20px 60px rgba(0,0,0,.2); backdrop-filter: blur(14px); }
.card-kicker { margin-bottom: .5rem; color: var(--yellow-400); font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero-card-title { margin-bottom: 1.4rem; font-size: 1.35rem; font-weight: 750; line-height: 1.3; }
.quick-facts { margin: 0; }
.quick-facts div { padding: 1rem 0; border-top: 1px solid rgba(255,255,255,.14); }
.quick-facts dt { color: rgba(255,255,255,.58); font-size: .82rem; }
.quick-facts dd { margin: .25rem 0 0; color: #fff; font-weight: 650; }

.section { padding: clamp(4.5rem,9vw,7rem) 0; }
.section-tinted { background: var(--surface-soft); }
.intro-section { padding-block: clamp(3.5rem,7vw,5.5rem); }
.intro-grid { display: grid; grid-template-columns: 1fr .85fr; gap: clamp(2rem,8vw,7rem); align-items: end; }
.intro-grid h2 { margin-bottom: 0; }
.section-lead, .section-heading > p:last-child { color: var(--muted); font-size: 1.1rem; }
.section-heading { max-width: 47rem; margin-bottom: 2.4rem; }
.section-heading h2 { margin-bottom: 1rem; }
.card-grid { display: grid; gap: 1rem; }
.card-grid-three { grid-template-columns: repeat(3,1fr); }
.service-card { min-height: 19rem; padding: 1.7rem; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; box-shadow: 0 10px 30px rgba(4,18,44,.04); }
.service-card h3 { margin: 2.8rem 0 .8rem; }
.service-card p { margin-bottom: 0; color: var(--muted); }
.card-number { color: var(--blue-600); font-size: .78rem; font-weight: 850; letter-spacing: .12em; }
.services-layout { width: min(100%,68rem); margin-inline: auto; }
.service-list { border-top: 1px solid var(--line); }
.service-row { display: grid; grid-template-columns: 3rem 1fr; gap: 1rem; padding: 1.5rem 0; border-bottom: 1px solid var(--line); }
.service-row h3 { margin-bottom: .35rem; }
.service-row p { margin-bottom: 0; color: var(--muted); }
.service-index { color: var(--blue-600); font-size: .82rem; font-weight: 850; }

.coaching-section { background: linear-gradient(135deg,var(--navy-950),var(--navy-800)); color: #fff; }
.coaching-grid { display: grid; grid-template-columns: 1fr .75fr; gap: clamp(2rem,8vw,6rem); align-items: center; }
.coaching-grid h2 { margin-bottom: 1.2rem; }
.coaching-grid > div:first-child > p:last-child { max-width: 42rem; color: rgba(255,255,255,.76); font-size: 1.08rem; }
.notice-card { padding: 1.8rem; border: 1px solid rgba(255,255,255,.16); border-left: .35rem solid var(--orange-500); border-radius: var(--radius-md); background: rgba(255,255,255,.08); }
.notice-card strong { color: var(--yellow-400); }
.notice-card p { margin: .6rem 0 0; color: rgba(255,255,255,.78); }
.steps-list { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; margin: 0; padding: 0; list-style: none; }
.steps-list li { padding: 1.6rem; border: 1px solid var(--line); border-radius: var(--radius-md); }
.steps-list li > span { display: grid; width: 2.4rem; height: 2.4rem; place-items: center; margin-bottom: 2rem; border-radius: 50%; background: var(--navy-900); color: #fff; font-weight: 800; }
.steps-list h3 { margin-bottom: .45rem; }
.steps-list p { margin-bottom: 0; color: var(--muted); }

.contact-section { position: relative; overflow: hidden; background: var(--navy-900); color: #fff; }
.contact-section::after { position: absolute; inset: auto -8rem -8rem auto; width: 22rem; height: 22rem; border-radius: 50%; background: radial-gradient(circle,rgba(241,205,31,.24),transparent 68%); content: ""; }
.contact-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr .8fr; gap: clamp(2rem,8vw,6rem); align-items: center; }
.contact-grid h2 { margin-bottom: 1rem; }
.contact-grid > div:first-child > p:last-child { max-width: 40rem; color: rgba(255,255,255,.76); }
.contact-card { padding: 1.8rem; border-radius: var(--radius-lg); background: #fff; color: var(--ink); box-shadow: var(--shadow); }
.contact-card address { font-style: normal; }
.contact-links { display: grid; gap: .25rem; margin: 1.2rem 0; }
.contact-links a { font-size: 1.06rem; font-weight: 750; }
.contact-card p { margin-bottom: 0; color: var(--muted); }
.site-footer { padding: 1.5rem 0; border-top: 1px solid rgba(255,255,255,.1); background: var(--navy-950); color: rgba(255,255,255,.68); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.footer-inner p { margin: 0; }
.footer-inner nav { display: flex; gap: 1rem; }
.footer-inner a { color: #fff; }

.legal-main { min-height: 70vh; background: var(--surface-soft); }
.legal-hero { padding: 4.5rem 0 3.5rem; background: linear-gradient(135deg,var(--navy-950),var(--navy-800)); color: #fff; }
.legal-hero h1 { margin: 0; font-size: clamp(2.7rem,7vw,4.5rem); }
.legal-content { max-width: 54rem; padding-block: 4rem 6rem; }
.legal-content section { padding: 1.7rem 0; border-bottom: 1px solid var(--line); }
.legal-content section:first-child { padding-top: 0; }
.legal-content h2 { margin-bottom: .8rem; color: var(--navy-800); font-size: clamp(1.35rem,3vw,1.7rem); letter-spacing: -.015em; }
.legal-content p:last-child { margin-bottom: 0; }
.legal-content address { font-style: normal; }
:focus-visible { outline: 3px solid var(--orange-500); outline-offset: 3px; }

@media (max-width: 850px) {
  html { scroll-padding-top: 9rem; }
  .header-inner { flex-direction: column; align-items: flex-start; gap: .45rem; padding-block: .8rem; }
  .nav-list { gap: 0; }
  .nav-list a { padding: .45rem .65rem; }
  .hero { min-height: auto; padding-top: 4.5rem; }
  .hero-grid, .intro-grid, .coaching-grid, .contact-grid { grid-template-columns: 1fr; }
  .card-grid-three, .steps-list { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .service-card h3 { margin-top: 1.8rem; }
  .intro-grid { gap: 1.3rem; }
  .hero-card { max-width: 34rem; }
}

@media (max-width: 560px) {
  .shell { width: min(calc(100% - 1.25rem),var(--shell)); }
  .brand { font-size: .95rem; }
  .nav-list a { font-size: .84rem; }
  .hero { padding-bottom: 4.5rem; }
  .hero h1 { font-size: clamp(2.6rem,15vw,4rem); }
  .button-row { display: grid; }
  .button { width: 100%; }
  .section { padding-block: 4rem; }
  .service-row { grid-template-columns: 2rem 1fr; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
}

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

@media print {
  .site-header, .site-footer, .button-row { display: none; }
  body { color: #000; background: #fff; font-size: 11pt; }
  .legal-hero { padding: 1rem 0; background: none; color: #000; }
  .legal-content { max-width: none; padding: 1rem 0; }
  a { color: #000; text-decoration: none; }
}
