:root {
  --navy: #123b5d;
  --navy-dark: #092b46;
  --teal: #1d8584;
  --orange: #f3a52f;
  --ink: #172a3a;
  --muted: #5e6d78;
  --line: #dbe4e8;
  --pale: #f3f7f7;
  --white: #fff;
  --shadow: 0 20px 50px rgba(13, 48, 72, .13);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
a { color: inherit; }
img { max-width: 100%; }
.skip { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .7rem 1rem; background: white; border-radius: .3rem; }
.skip:focus { top: 1rem; }
.shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(18,59,93,.1); background: rgba(255,255,255,.95); backdrop-filter: blur(16px); }
.nav-wrap { min-height: 84px; display: flex; align-items: center; gap: 30px; }
.brand { display: flex; width: 180px; flex: 0 0 auto; }
.brand img { display: block; width: 100%; height: auto; }
nav { display: flex; gap: 25px; margin-left: auto; align-items: center; }
nav a { text-decoration: none; font-size: .89rem; font-weight: 650; color: #314958; }
nav a:hover, nav a:focus-visible { color: var(--teal); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: .78rem 1.2rem; border: 1px solid var(--teal); border-radius: 5px; color: white; background: var(--teal); text-decoration: none; font-weight: 750; transition: transform .2s, background .2s; }
.button:hover { background: #176f6f; transform: translateY(-1px); }
.button-small { min-height: 42px; padding: .55rem .9rem; font-size: .86rem; }
.button-light { background: white; border-color: white; color: var(--navy); }
.button-light:hover { color: white; background: transparent; }
.hero { overflow: hidden; padding: 95px 0 82px; background: radial-gradient(circle at 83% 20%, rgba(243,165,47,.2), transparent 22%), linear-gradient(135deg, #eef6f6 0%, #fff 64%); }
.hero-grid { display: grid; grid-template-columns: 1.35fr .75fr; gap: 76px; align-items: center; }
.eyebrow { margin: 0 0 16px; color: var(--teal); font-size: .77rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
h1 { max-width: 790px; margin: 0; color: var(--navy); font-size: clamp(2.7rem, 6vw, 5.35rem); line-height: .99; letter-spacing: -.055em; }
.lead { max-width: 710px; margin: 30px 0 0; color: #415766; font-size: 1.22rem; }
.actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin-top: 34px; }
.text-link { color: var(--navy); text-decoration: none; font-weight: 800; }
.text-link span { color: var(--orange); }
.hero-card { position: relative; padding: 38px; border-radius: 10px; color: white; background: var(--navy); box-shadow: var(--shadow); }
.hero-card:after { content: ""; position: absolute; right: -28px; bottom: -28px; width: 110px; height: 110px; border: 18px solid rgba(243,165,47,.65); border-radius: 50%; }
.hero-mark { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; color: var(--navy); background: var(--orange); font-size: 1.3rem; font-weight: 900; }
.hero-card h2 { margin: 25px 0 15px; font-size: 1.55rem; line-height: 1.25; }
.check-list { list-style: none; margin: 0; padding: 0; }
.check-list li { position: relative; padding: 10px 0 10px 27px; border-top: 1px solid rgba(255,255,255,.16); }
.check-list li:before { content: "✓"; position: absolute; left: 0; color: var(--orange); font-weight: 900; }
.pillars { color: white; background: var(--navy-dark); }
.pillar-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.pillar-grid > div { padding: 25px 30px; display: grid; grid-template-columns: 42px 1fr; border-left: 1px solid rgba(255,255,255,.12); }
.pillar-grid strong { grid-row: 1 / 3; color: var(--orange); font-size: .8rem; }
.pillar-grid span { font-weight: 800; }
.pillar-grid small { color: #b8c9d3; }
.section { padding: 100px 0; }
.section-tint { background: var(--pale); }
.section-intro { max-width: 760px; margin-bottom: 42px; }
.section h2, .contact-section h2, .legal-page h1 { margin: 0; color: var(--navy); font-size: clamp(2.1rem, 4vw, 3.65rem); line-height: 1.08; letter-spacing: -.035em; }
.section-intro > p:last-child, .split-heading > p { max-width: 660px; color: var(--muted); font-size: 1.07rem; }
.offer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.offer-card { position: relative; min-height: 330px; padding: 38px; overflow: hidden; border: 1px solid var(--line); border-radius: 9px; }
.offer-card:before { content: ""; position: absolute; inset: 0 0 auto; height: 5px; background: var(--orange); }
.coaching-card:before { background: var(--teal); }
.card-number { position: absolute; right: 30px; top: 25px; color: #dce6ea; font-size: 4rem; font-weight: 900; line-height: 1; }
.tag { margin: 0 0 48px; color: var(--teal); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 900; }
.offer-card h3 { max-width: 450px; margin: 0 0 15px; color: var(--navy); font-size: 1.65rem; line-height: 1.23; }
.offer-card p:not(.tag) { max-width: 485px; color: var(--muted); }
.offer-card .text-link { display: inline-block; margin-top: 15px; }
.split-heading { display: grid; grid-template-columns: 1fr .8fr; gap: 80px; align-items: end; margin-bottom: 46px; }
.topic-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.topic-grid article { padding: 27px 23px; border: 1px solid #d6e1e3; border-radius: 7px; background: white; }
.topic-grid span { color: var(--orange); font-weight: 900; font-size: .75rem; }
.topic-grid h3 { margin: 25px 0 10px; color: var(--navy); font-size: 1.06rem; line-height: 1.32; }
.topic-grid p { margin: 0; color: var(--muted); font-size: .91rem; }
.format-note { margin-top: 20px; padding: 20px 24px; display: flex; gap: 25px; border-left: 4px solid var(--orange); background: #fff; }
.format-note strong { flex: 0 0 auto; color: var(--navy); }
.format-note span { color: var(--muted); }
.coaching-section { background: white; }
.coaching-layout { display: grid; grid-template-columns: 1.1fr .8fr; gap: 75px; align-items: start; }
.lead-small { max-width: 650px; color: var(--muted); font-size: 1.08rem; }
.scope-list { margin-top: 38px; }
.scope-list div { padding: 21px 0; display: grid; grid-template-columns: 190px 1fr; gap: 24px; border-top: 1px solid var(--line); }
.scope-list strong { color: var(--navy); }
.scope-list span { color: var(--muted); }
.credit-card { padding: 42px; color: white; border-radius: 9px; background: linear-gradient(145deg, var(--teal), #126466); box-shadow: var(--shadow); }
.tag-light { margin-bottom: 20px; color: #d9f2ef; }
.credit-card h3 { margin: 0 0 16px; font-size: 1.8rem; line-height: 1.2; }
.credit-card > p { color: #e5f2f1; }
.credit-flow { margin: 30px 0; display: grid; grid-template-columns: 34px 1fr; gap: 15px 12px; align-items: start; }
.credit-flow span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; color: var(--navy); background: var(--orange); font-weight: 900; font-size: .8rem; }
.credit-flow p { margin: 2px 0 0; }
.confidentiality { padding: 18px; border-radius: 5px; background: rgba(0,0,0,.12); font-size: .91rem; }
.credit-card .button { margin-top: 12px; }
.process-layout { display: grid; grid-template-columns: .7fr 1fr; gap: 95px; }
.process { margin: 0; padding: 0; list-style: none; }
.process li { display: grid; grid-template-columns: 55px 1fr; gap: 22px; padding: 0 0 28px; }
.process li > span { width: 48px; height: 48px; display: grid; place-items: center; color: var(--teal); border: 1px solid var(--teal); border-radius: 50%; font-size: .75rem; font-weight: 900; }
.process h3 { margin: 0 0 6px; color: var(--navy); }
.process p { margin: 0; color: var(--muted); }
.contact-section { padding: 75px 0; color: white; background: var(--navy); }
.contact-grid { display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: center; }
.contact-section h2 { max-width: 760px; color: white; }
.contact-section p:not(.eyebrow) { color: #c8d7e1; }
.eyebrow-light { color: var(--orange); }
.contact-actions { display: flex; flex-direction: column; align-items: center; gap: 12px; }
.phone { color: white; font-weight: 800; text-decoration: none; }
.site-footer { padding: 60px 0 22px; color: #516774; background: #eef3f4; font-size: .9rem; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .7fr .8fr 1.2fr; gap: 38px; }
.footer-grid > div { display: flex; flex-direction: column; gap: 9px; }
.footer-grid strong { color: var(--navy); }
.footer-grid a { text-decoration: none; }
.footer-grid a:hover { color: var(--teal); }
.footer-brand img { width: 180px; }
.footer-brand p { margin: 0; }
.copyright { margin-top: 42px; padding-top: 20px; border-top: 1px solid #d5e0e3; }
.legal-page { min-height: 65vh; padding: 80px 0 100px; }
.legal-page .legal-wrap { max-width: 840px; }
.legal-page .eyebrow { margin-bottom: 12px; }
.legal-page h1 { margin-bottom: 35px; }
.legal-page h2 { margin: 38px 0 10px; color: var(--navy); font-size: 1.35rem; }
.legal-page p, .legal-page li { color: #405765; }
.legal-page a { color: var(--teal); }
.notice { margin: 30px 0; padding: 20px 24px; border-left: 4px solid var(--orange); background: var(--pale); }
@media (max-width: 980px) {
  nav { display: none; }
  .nav-wrap { gap: 16px; }
  .nav-wrap .button { margin-left: auto; }
  .hero-grid, .coaching-layout, .process-layout { grid-template-columns: 1fr; gap: 48px; }
  .hero-card { max-width: 600px; }
  .topic-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 680px) {
  .shell { width: min(100% - 28px, 1160px); }
  .site-header .brand { width: 145px; }
  .button-small { font-size: .78rem; padding-inline: .7rem; }
  .hero { padding: 65px 0; }
  h1 { font-size: 2.85rem; }
  .section { padding: 72px 0; }
  .pillar-grid, .offer-grid, .split-heading, .topic-grid, .contact-grid, .footer-grid { grid-template-columns: 1fr; }
  .pillar-grid > div { border-left: 0; border-top: 1px solid rgba(255,255,255,.12); }
  .split-heading { gap: 10px; }
  .scope-list div { grid-template-columns: 1fr; gap: 5px; }
  .format-note { flex-direction: column; gap: 4px; }
  .credit-card { padding: 30px 25px; }
  .contact-actions { align-items: flex-start; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
