:root {
  --ink: #071b3d;
  --ink-2: #0c2b58;
  --blue: #1458ed;
  --blue-dark: #0e45c9;
  --aqua: #12a7bb;
  --aqua-dark: #087c8c;
  --brass: #c7973d;
  --white: #ffffff;
  --ice: #f3f8fc;
  --mist: #e7eef5;
  --muted: #5c6b7d;
  --text: #17233a;
  --border: #d7e0e9;
  --shadow: 0 20px 54px rgba(7, 27, 61, 0.12);
  --radius: 8px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--white);
  font-family: "DM Sans", Arial, sans-serif;
  line-height: 1.6;
}
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3, .wordmark { font-family: "Manrope", Arial, sans-serif; letter-spacing: 0; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; padding: 10px 14px; background: var(--white); color: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.section { padding: 104px max(24px, calc((100% - var(--max)) / 2)); }
.section-label { margin-bottom: 12px; color: var(--aqua-dark); font-size: .78rem; font-weight: 800; text-transform: uppercase; }
.section-label--light { color: #66d9e5; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--blue); font-weight: 700; }
.text-link svg { width: 20px; transition: transform .25s ease; }
.text-link:hover svg { transform: translateX(4px); }

/* Link hub */
.link-hub {
  min-height: 86vh;
  display: grid;
  place-items: center;
  padding: 64px 24px 72px;
  background:
    linear-gradient(rgba(20,88,237,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20,88,237,.035) 1px, transparent 1px),
    var(--white);
  background-size: 48px 48px;
}
.hub-shell { width: min(100%, 620px); text-align: center; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 96px;
  height: 96px;
  margin: 0 auto 20px;
  border: 2px solid var(--brass);
  outline: 1px solid var(--brass);
  outline-offset: 5px;
  border-radius: 50%;
  color: var(--ink);
  background: var(--white);
  font: 800 1.65rem "Manrope", sans-serif;
}
.hub-shell h1 { margin-bottom: 8px; color: var(--ink); font-size: clamp(2.2rem, 7vw, 3.65rem); line-height: 1.04; }
.hub-shell h1 span { color: var(--blue); }
.hub-intro { margin-bottom: 30px; color: var(--muted); font-size: 1.02rem; }
.hub-links { display: grid; gap: 12px; text-align: left; }
.hub-link {
  min-height: 78px;
  display: grid;
  grid-template-columns: 34px 1fr 24px;
  align-items: center;
  gap: 16px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  color: var(--white);
  box-shadow: 0 8px 22px rgba(7, 27, 61, .12);
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.hub-link:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(7, 27, 61, .18); }
.hub-link > svg:first-child { color: #f0c76e; width: 30px; height: 30px; }
.hub-link span { display: grid; line-height: 1.25; }
.hub-link strong { font: 700 1.1rem "Manrope", sans-serif; }
.hub-link small { margin-top: 4px; color: rgba(255,255,255,.72); font-size: .78rem; }
.hub-link .arrow { justify-self: end; }
.hub-link--ink { background: var(--ink); }
.hub-link--blue { background: var(--blue); }
.hub-link--aqua { background: var(--aqua-dark); }
.hub-link--light { color: var(--ink); background: var(--white); border-color: var(--border); }
.hub-link--light small { color: var(--muted); }
.social-links { display: flex; justify-content: center; gap: 12px; margin-top: 22px; }
.social-links a { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--border); border-radius: 50%; color: var(--ink); background: var(--white); transition: color .2s ease, border-color .2s ease; }
.social-links a:hover { color: var(--blue); border-color: var(--blue); }
.trust-strip { display: grid; grid-template-columns: repeat(3, 1fr); background: var(--ink); color: var(--white); }
.trust-strip div { min-height: 96px; display: flex; align-items: center; justify-content: center; gap: 14px; border-right: 1px solid rgba(255,255,255,.16); font-weight: 600; }
.trust-strip svg { color: #f0c76e; }
.academy-preview { padding: 88px 24px; }
.preview-inner { max-width: var(--max); margin: auto; display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 72px; }
.preview-copy h2 { color: var(--ink); font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.14; }
.preview-copy > p:not(.section-label) { max-width: 510px; color: var(--muted); font-size: 1.06rem; }
.preview-inner img { width: 100%; aspect-ratio: 16/10; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.hub-footer { min-height: 76px; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 20px max(24px, calc((100% - var(--max)) / 2)); border-top: 1px solid var(--border); color: var(--muted); font-size: .86rem; }
.hub-footer p { margin: 0; }

/* Academy */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 82px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 32px;
  padding: 0 max(24px, calc((100% - 1280px) / 2));
  border-bottom: 1px solid rgba(215,224,233,.85);
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(14px);
}
.wordmark { display: flex; align-items: center; gap: 12px; color: var(--ink); font-size: .84rem; font-weight: 800; line-height: 1.15; text-transform: uppercase; }
.wordmark small { display: block; margin-top: 3px; color: var(--aqua-dark); font-size: .68rem; }
.wordmark-icon { width: 46px; height: 46px; display: grid; place-items: center; color: var(--white); background: var(--ink); border-bottom: 4px solid var(--aqua); border-radius: 5px; }
.site-header nav { display: flex; gap: 32px; color: var(--ink); font-size: .9rem; font-weight: 600; }
.site-header nav a:hover { color: var(--blue); }
.header-cta { justify-self: end; }
.menu-button { display: none; }
.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 700;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button--primary { color: var(--white); background: var(--blue); box-shadow: 0 10px 24px rgba(20,88,237,.22); }
.button--primary:hover { background: var(--blue-dark); }
.button--outline { color: var(--blue); border-color: var(--blue); background: var(--white); }
.button--aqua { color: var(--white); background: var(--aqua-dark); }
.button svg { width: 20px; }
.academy-hero { position: relative; min-height: min(700px, calc(100vh - 82px)); display: flex; align-items: center; overflow: hidden; }
.academy-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.academy-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,.97) 28%, rgba(255,255,255,.12) 57%, transparent 78%); }
.hero-content { position: relative; z-index: 1; width: min(630px, 48%); margin-left: max(24px, calc((100% - var(--max)) / 2)); padding: 80px 0; }
.hero-content h1 { margin-bottom: 18px; color: var(--ink); font-size: clamp(3.6rem, 6.8vw, 6rem); line-height: .98; }
.hero-content p { max-width: 430px; color: #34455c; font-size: clamp(1.2rem, 2vw, 1.55rem); line-height: 1.4; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 34px; }
.section-heading { max-width: 720px; margin: 0 auto 56px; text-align: center; }
.section-heading--left { margin-left: 0; text-align: left; }
.section-heading h2, .path-copy h2, .antoinette h2, .capture h2 { color: var(--ink); font-size: clamp(2.25rem, 4.5vw, 3.8rem); line-height: 1.12; }
.section-heading > p:last-child { color: var(--muted); }
.program-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.program { position: relative; padding: 40px 34px; border-right: 1px solid var(--border); }
.program:last-child { border-right: 0; }
.program--featured { background: var(--ice); box-shadow: inset 0 4px 0 var(--blue); }
.recommended { position: absolute; top: -34px; left: 34px; color: var(--blue); font-size: .73rem; font-weight: 800; text-transform: uppercase; }
.program-number { color: var(--aqua-dark); font: 700 .8rem "Manrope", sans-serif; }
.program h3 { margin: 18px 0 4px; color: var(--ink); font-size: 1.55rem; }
.price { margin-bottom: 18px; color: var(--blue); font: 800 2rem "Manrope", sans-serif; }
.program-fit { min-height: 76px; color: var(--muted); }
.program ul { min-height: 224px; padding: 20px 0 0; margin: 0 0 28px; border-top: 1px solid var(--border); list-style: none; }
.program li { position: relative; padding-left: 24px; margin-bottom: 12px; font-size: .92rem; }
.program li::before { content: "✓"; position: absolute; left: 0; color: var(--aqua-dark); font-weight: 800; }
.program > a { display: inline-flex; align-items: center; gap: 7px; color: var(--blue); font-weight: 700; }
.program > a svg { width: 18px; }
.path-finder { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; color: var(--white); background: var(--ink); }
.path-copy h2 { color: var(--white); }
.path-copy > p:last-child { color: #afbdd0; }
.path-tool { min-height: 335px; padding: 42px; color: var(--ink); background: var(--white); border-radius: var(--radius); box-shadow: 0 24px 55px rgba(0,0,0,.2); }
.path-step, .path-result { display: none; }
.path-step.is-active, .path-result.is-active { display: block; animation: fadeUp .45s ease both; }
.path-step > p { margin-bottom: 30px; font: 700 1.5rem "Manrope", sans-serif; line-height: 1.3; }
.choice-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.choice-row button { min-height: 62px; padding: 10px 18px; border: 1px solid var(--border); border-radius: 6px; color: var(--ink); background: var(--ice); cursor: pointer; font-weight: 700; }
.choice-row button:hover { color: var(--blue); border-color: var(--blue); background: var(--white); }
.path-result span { color: var(--aqua-dark); font-size: .75rem; font-weight: 800; text-transform: uppercase; }
.path-result h3 { margin: 12px 0 8px; color: var(--ink); font-size: 2rem; }
.path-result > p { color: var(--muted); }
.reset-path { margin-left: 12px; padding: 10px; border: 0; color: var(--muted); background: transparent; cursor: pointer; text-decoration: underline; }
.antoinette { display: grid; grid-template-columns: 1.15fr .85fr; gap: 88px; align-items: center; }
.conversation > p:not(.section-label) { max-width: 670px; color: var(--muted); }
.chat-art { max-width: 650px; display: grid; gap: 14px; margin-top: 34px; padding-top: 28px; border-top: 1px solid var(--border); }
.chat-row { display: flex; align-items: flex-start; gap: 12px; }
.chat-row p { max-width: 450px; margin: 0; padding: 14px 16px; border-radius: 8px; background: var(--ice); font-size: .9rem; }
.chat-row strong { display: block; margin-bottom: 4px; color: var(--ink); }
.chat-row--user { justify-content: flex-end; }
.chat-row--user p { color: var(--white); background: var(--blue); }
.avatar { flex: 0 0 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: var(--ink); font-weight: 700; font-size: .78rem; }
.booking { padding: 48px; color: var(--white); background: var(--ink); border-radius: var(--radius); box-shadow: var(--shadow); }
.booking > svg { width: 40px; height: 40px; margin-bottom: 28px; color: #65d8e5; }
.booking h3 { font-size: 2rem; line-height: 1.2; }
.booking > p:not(.section-label) { color: #afbdd0; }
.booking .button { width: 100%; margin: 18px 0; }
.phone-link { display: block; text-align: center; color: #c7d2e0; font-size: .9rem; }
.capture { display: grid; grid-template-columns: .9fr 1.1fr; gap: 84px; align-items: start; color: var(--white); background: var(--ink-2); }
.capture h2 { color: var(--white); }
.capture-copy > p:not(.section-label) { color: #b9c7d8; }
.capture-copy > a { color: #71dce7; font-weight: 700; }
.lead-form { display: grid; gap: 16px; padding: 38px; color: var(--ink); background: var(--white); border-radius: var(--radius); }
.lead-form label { display: grid; gap: 7px; font-size: .83rem; font-weight: 700; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.lead-form input, .lead-form select { width: 100%; min-height: 48px; padding: 10px 12px; border: 1px solid var(--border); border-radius: 5px; color: var(--ink); background: var(--white); outline: 0; }
.lead-form input:focus, .lead-form select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(20,88,237,.11); }
.consent { grid-template-columns: 20px 1fr !important; align-items: start; color: var(--muted); font-weight: 500 !important; }
.consent input { width: 18px; min-height: 18px; margin-top: 2px; }
.form-status { min-height: 24px; margin: 0; color: var(--aqua-dark); font-size: .9rem; font-weight: 700; }
.lead-form button:disabled { opacity: .65; cursor: wait; }
.faq { display: grid; grid-template-columns: .75fr 1.25fr; gap: 96px; }
.faq-list details { border-top: 1px solid var(--border); }
.faq-list details:last-child { border-bottom: 1px solid var(--border); }
.faq-list summary { position: relative; padding: 22px 44px 22px 0; color: var(--ink); cursor: pointer; font: 700 1.02rem "Manrope", sans-serif; list-style: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 8px; color: var(--blue); font-size: 1.5rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { padding-right: 44px; color: var(--muted); }
.site-footer { min-height: 190px; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 60px; padding: 40px max(24px, calc((100% - var(--max)) / 2)); color: #c4d0df; background: #03132f; font-size: .85rem; }
.wordmark--footer { color: var(--white); }
.site-footer > div { display: grid; gap: 6px; }
.site-footer p { margin: 0; }

@keyframes fadeUp { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }

@media (max-width: 900px) {
  .section { padding-top: 76px; padding-bottom: 76px; }
  .site-header { grid-template-columns: 1fr auto; height: 72px; }
  .site-header nav {
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    display: none;
    padding: 22px 24px;
    border-bottom: 1px solid var(--border);
    background: var(--white);
  }
  .site-header nav.is-open { display: grid; }
  .header-cta { display: none; }
  .menu-button { width: 44px; height: 44px; display: grid; align-content: center; gap: 5px; padding: 10px; border: 0; background: transparent; }
  .menu-button span { width: 22px; height: 2px; display: block; background: var(--ink); }
  .academy-hero { min-height: 680px; align-items: flex-end; }
  .academy-hero > img { object-position: 68% center; }
  .academy-hero::after { background: linear-gradient(0deg, #fff 0%, rgba(255,255,255,.96) 43%, rgba(255,255,255,.1) 78%); }
  .hero-content { width: auto; margin: 0; padding: 0 24px 52px; }
  .hero-content h1 { font-size: clamp(3.2rem, 12vw, 5rem); }
  .program-grid { grid-template-columns: 1fr; }
  .program { border-right: 0; border-bottom: 1px solid var(--border); }
  .program:last-child { border-bottom: 0; }
  .program-fit, .program ul { min-height: 0; }
  .program--featured { margin-top: 24px; }
  .path-finder, .capture { grid-template-columns: 1fr; gap: 40px; }
  .antoinette { grid-template-columns: 1fr; gap: 48px; }
  .faq { grid-template-columns: 1fr; gap: 12px; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .site-footer > p { grid-column: 1/-1; }
}

@media (max-width: 660px) {
  .link-hub { min-height: auto; padding: 46px 18px 54px; }
  .brand-mark { width: 76px; height: 76px; font-size: 1.35rem; }
  .hub-shell h1 { font-size: 2.35rem; }
  .hub-link { min-height: 72px; grid-template-columns: 28px 1fr 20px; gap: 12px; padding: 10px 15px; }
  .hub-link strong { font-size: 1rem; }
  .hub-link small { font-size: .73rem; }
  .trust-strip { grid-template-columns: 1fr; }
  .trust-strip div { min-height: 68px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .preview-inner { grid-template-columns: 1fr; gap: 34px; }
  .hub-footer { align-items: flex-start; flex-direction: column; }
  .wordmark { max-width: 230px; }
  .wordmark-icon { width: 40px; height: 40px; font-size: .72rem; }
  .academy-hero { min-height: 620px; }
  .academy-hero > img { object-position: 72% center; }
  .hero-content h1 { font-size: 3.25rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 16px; }
  .program { padding: 36px 24px; }
  .path-tool, .booking, .lead-form { padding: 28px 22px; }
  .choice-row, .field-row { grid-template-columns: 1fr; }
  .chat-row p { font-size: .84rem; }
  .capture { padding-left: 18px; padding-right: 18px; }
  .site-footer { grid-template-columns: 1fr; gap: 28px; }
  .site-footer > p { grid-column: auto; }
}

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

/* Corporate homepage with integrated link hub */
.main-header {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: 82px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 36px;
  padding: 12px max(24px, calc((100% - 1280px) / 2));
  border-bottom: 1px solid rgba(215,224,233,.8);
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(14px);
}
.main-header nav { display: flex; gap: 30px; color: var(--ink); font-size: .9rem; font-weight: 600; }
.main-header nav a { padding: 9px 0; border-bottom: 2px solid transparent; }
.main-header nav a:hover { color: var(--blue); border-color: var(--blue); }
.main-header-cta { justify-self: end; }
.main-menu-button { display: none; }
.button--soft { color: var(--ink); border-color: var(--border); background: rgba(255,255,255,.94); box-shadow: 0 8px 22px rgba(7,27,61,.08); }
.main-hero {
  position: relative;
  min-height: 700px;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: 60px;
  padding: 76px max(24px, calc((100% - var(--max)) / 2)) 90px;
  overflow: hidden;
  background:
    linear-gradient(rgba(20,88,237,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20,88,237,.035) 1px, transparent 1px),
    var(--white);
  background-size: 48px 48px;
}
.main-hero::before, .main-hero::after { content: ""; position: absolute; z-index: 0; width: 420px; height: 420px; border: 1px solid rgba(20,88,237,.12); border-radius: 50%; }
.main-hero::before { left: -300px; top: 80px; box-shadow: 0 0 0 24px rgba(20,88,237,.025), 0 0 0 54px rgba(20,88,237,.018); }
.main-hero::after { right: -310px; bottom: -80px; box-shadow: 0 0 0 24px rgba(18,167,187,.025), 0 0 0 54px rgba(18,167,187,.018); }
.main-hero-copy, .hero-visual { position: relative; z-index: 1; }
.hero-trust { display: flex; align-items: center; gap: 9px; color: var(--blue); font-size: .78rem; font-weight: 800; text-transform: uppercase; }
.hero-trust svg { width: 19px; }
.main-hero h1 { margin-bottom: 24px; color: var(--ink); font-size: clamp(3.3rem, 4.9vw, 4.4rem); line-height: 1.02; }
.main-hero h1 span { color: var(--blue); }
.main-hero-copy > p:not(.hero-trust) { max-width: 570px; color: var(--muted); font-size: 1.08rem; }
.hero-points { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 38px; padding-top: 26px; border-top: 1px solid var(--border); }
.hero-points > span { display: grid; grid-template-columns: 38px 1fr; align-items: center; column-gap: 10px; }
.hero-points svg { grid-row: 1/3; width: 32px; height: 32px; padding: 7px; color: var(--blue); background: var(--ice); border-radius: 50%; }
.hero-points strong { color: var(--ink); font-size: .88rem; }
.hero-points small { color: var(--muted); font-size: .75rem; }
.hero-visual { padding: 20px; border: 1px solid rgba(255,255,255,.8); border-radius: 28px; background: rgba(255,255,255,.55); box-shadow: 0 30px 70px rgba(7,27,61,.13); backdrop-filter: blur(8px); }
.hero-visual img { width: 100%; min-height: 520px; display: block; object-fit: cover; object-position: 67% center; border-radius: 20px; }
.hero-note { position: absolute; left: -46px; bottom: 54px; display: flex; align-items: center; gap: 12px; max-width: 300px; padding: 15px 18px; border: 1px solid rgba(215,224,233,.9); border-radius: 16px; background: rgba(255,255,255,.96); box-shadow: var(--shadow); }
.hero-note > span { flex: 0 0 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: var(--ink); font-weight: 700; }
.hero-note p { margin: 0; color: var(--muted); font-size: .75rem; line-height: 1.35; }
.hero-note strong { display: block; margin-bottom: 3px; color: var(--ink); font-size: .82rem; }
.linktree-section { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 90px; padding: 104px max(24px, calc((100% - var(--max)) / 2)); background: var(--ice); }
.linktree-intro h2 { color: var(--ink); font-size: clamp(2.4rem, 4.7vw, 4rem); line-height: 1.08; }
.linktree-intro > p:not(.section-label) { max-width: 500px; color: var(--muted); font-size: 1.05rem; }
.linktree-benefits { display: grid; gap: 14px; margin-top: 34px; }
.linktree-benefits > div { display: grid; grid-template-columns: 48px 1fr; align-items: center; gap: 14px; padding: 15px 0; border-top: 1px solid var(--border); }
.linktree-benefits svg { grid-row: 1/3; width: 46px; height: 46px; padding: 11px; color: var(--blue); border-radius: 14px; background: var(--white); box-shadow: 0 8px 20px rgba(7,27,61,.07); }
.linktree-benefits span { display: grid; }
.linktree-benefits strong { color: var(--ink); font-size: .95rem; }
.linktree-benefits small { color: var(--muted); }
.linktree-card { width: min(100%, 590px); justify-self: end; padding: 44px 38px 32px; border: 1px solid rgba(255,255,255,.9); border-radius: 28px; text-align: center; background: rgba(255,255,255,.92); box-shadow: 0 26px 68px rgba(7,27,61,.13); }
.linktree-card .brand-mark { width: 78px; height: 78px; margin-bottom: 18px; font-size: 1.35rem; }
.linktree-card > h2 { margin-bottom: 6px; color: var(--ink); font-size: clamp(1.8rem, 4vw, 2.45rem); line-height: 1.05; }
.linktree-card > h2 span { color: var(--blue); }
.linktree-card > p { margin-bottom: 26px; color: var(--muted); font-size: .86rem; }
.linktree-card .hub-link { min-height: 72px; border-radius: 15px; }
.trust-strip--rounded { width: min(calc(100% - 48px), var(--max)); margin: 42px auto 0; overflow: hidden; border-radius: 18px; box-shadow: var(--shadow); }

@media (max-width: 980px) {
  .main-header { grid-template-columns: 1fr auto; min-height: 72px; }
  .main-header nav { position: absolute; top: 72px; left: 0; right: 0; display: none; padding: 24px; border-bottom: 1px solid var(--border); background: var(--white); }
  .main-header nav.is-open { display: grid; }
  .main-header-cta { display: none; }
  .main-menu-button { width: 44px; height: 44px; display: grid; align-content: center; gap: 5px; padding: 10px; border: 0; background: transparent; }
  .main-menu-button span { width: 22px; height: 2px; display: block; background: var(--ink); }
  .main-hero { grid-template-columns: 1fr; gap: 48px; padding-top: 58px; }
  .main-hero-copy { max-width: 720px; }
  .hero-visual { max-width: 760px; }
  .hero-note { left: 24px; }
  .linktree-section { grid-template-columns: 1fr; gap: 50px; }
  .linktree-card { justify-self: center; }
}

@media (max-width: 660px) {
  .main-header { padding-left: 18px; padding-right: 18px; }
  .main-header .wordmark { font-size: .72rem; }
  .main-hero { min-height: auto; padding: 48px 18px 66px; }
  .main-hero h1 { font-size: 3.05rem; }
  .main-hero .hero-actions { align-items: stretch; }
  .main-hero .button { width: 100%; }
  .hero-points { grid-template-columns: 1fr; }
  .hero-visual { padding: 10px; border-radius: 20px; }
  .hero-visual img { min-height: 390px; border-radius: 14px; }
  .hero-note { left: 18px; right: 18px; bottom: 28px; max-width: none; }
  .linktree-section { padding: 72px 18px; }
  .linktree-card { padding: 36px 14px 24px; border-radius: 22px; }
  .linktree-card .hub-link { border-radius: 13px; }
  .trust-strip--rounded { width: calc(100% - 36px); margin-top: 28px; border-radius: 16px; }
}

/* Rebuilt Blue's Business Solutions 1st homepage */
.home-page {
  --home-ink: #071a3d;
  --home-text: #15233f;
  --home-muted: #5c6b83;
  --home-blue: #045ff2;
  --home-blue-2: #0051d8;
  --home-gold: #d5a33f;
  --home-line: #dbe8f7;
  --home-surface: #ffffff;
  --home-soft: #f7fbff;
  --home-shadow: 0 18px 48px rgba(7, 26, 61, .11);
  --premium-border: rgba(125, 177, 255, .26);
  --premium-shadow: 0 18px 42px rgba(7,26,61,.08), 0 0 24px rgba(4,95,242,.055);
  --premium-hover-shadow: 0 24px 54px rgba(7,26,61,.13), 0 0 30px rgba(4,95,242,.1);
  --home-max: 1360px;
  color: var(--home-text);
  background: #fff;
}

.home-page h1,
.home-page h2,
.home-page h3 {
  font-family: "Spectral", Georgia, serif;
  font-style: italic;
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: 0;
}

.home-page .button,
.home-page nav,
.home-page summary {
  font-family: "DM Sans", Arial, sans-serif;
}

.home-header {
  position: sticky;
  top: 14px;
  z-index: 70;
  width: min(calc(100% - 32px), 1380px);
  min-height: 76px;
  display: grid;
  grid-template-columns: 204px 1fr auto;
  align-items: center;
  gap: 24px;
  margin: 14px auto 0;
  padding: 8px 12px 8px 22px;
  border: 1px solid rgba(12, 29, 61, .16);
  border-radius: 999px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 14px 38px rgba(8, 27, 62, .14);
  backdrop-filter: blur(20px);
}

.home-logo {
  display: block;
  width: 176px;
  height: 58px;
  overflow: hidden;
}

.home-logo img {
  width: 176px;
  height: 176px;
  object-fit: cover;
  object-position: center center;
  transform: translateY(-56px);
  mix-blend-mode: multiply;
}

.home-header nav {
  display: flex;
  justify-content: center;
  gap: 34px;
  color: #0e1c39;
  font-size: .89rem;
  font-weight: 800;
}

.home-header nav a {
  position: relative;
  padding: 16px 0;
}

.home-header nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6px;
  height: 3px;
  border-radius: 999px;
  background: var(--home-blue);
  opacity: 0;
  transform: scaleX(.4);
  transition: opacity .2s ease, transform .2s ease;
}

.home-header nav a:hover,
.home-header nav a.is-active {
  color: var(--home-blue);
}

.home-header nav a:hover::after,
.home-header nav a.is-active::after {
  opacity: 1;
  transform: none;
}

.home-page .button.header-enroll {
  min-width: 144px;
  min-height: 52px;
  border-radius: 999px;
  color: #fff;
  background: #101827 !important;
  box-shadow: none !important;
  text-transform: none;
  font-size: .9rem;
}

.home-page .button.header-enroll:hover {
  background: var(--home-blue) !important;
}

.home-header .main-menu-button {
  width: 48px;
  height: 48px;
  display: none;
  place-content: center;
  gap: 7px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: #101827;
  background: transparent;
  cursor: pointer;
}

.home-header .main-menu-button span {
  width: 22px;
  height: 2px;
  display: block;
  border-radius: 999px;
  background: currentColor;
  transition: transform .2s ease;
}

.home-header .main-menu-button[aria-expanded="true"] span:first-child {
  transform: translateY(4.5px) rotate(45deg);
}

.home-header .main-menu-button[aria-expanded="true"] span:last-child {
  transform: translateY(-4.5px) rotate(-45deg);
}

.home-hero {
  position: relative;
  min-height: 560px;
  display: grid;
  grid-template-columns: minmax(430px, .88fr) minmax(520px, 1.12fr);
  align-items: stretch;
  gap: 28px;
  padding: 54px max(28px, calc((100% - var(--home-max)) / 2)) 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 34%, rgba(4,95,242,.11), transparent 27%),
    linear-gradient(90deg, #fff 0%, #fff 45%, #f4f9ff 100%);
}

.home-hero__copy {
  position: relative;
  z-index: 2;
  padding: 22px 0 34px;
}

.hero-kicker {
  margin-bottom: 20px;
  color: var(--home-blue);
  font-size: .88rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.home-hero h1 {
  margin-bottom: 20px;
  color: #101a2f;
  font-size: clamp(4rem, 5.8vw, 5.9rem);
  line-height: .98;
}

.home-hero h1 span,
.programs-section h2 span {
  color: var(--home-blue);
}

.hero-lede {
  max-width: 560px;
  margin-bottom: 0;
  color: #34445f;
  font-size: 1.16rem;
  line-height: 1.55;
}

.home-page .button {
  position: relative;
  overflow: hidden;
  min-height: 52px;
  border-radius: 8px;
  padding: 13px 24px;
  font-size: .86rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  box-shadow:
    0 12px 28px rgba(7,26,61,.12),
    inset 0 1px 0 rgba(255,255,255,.35);
}

.home-page .button::after {
  content: "";
  position: absolute;
  inset: -80% 56% 48% -30%;
  border-radius: 50%;
  background: rgba(255,255,255,.34);
  filter: blur(10px);
  pointer-events: none;
}

.home-page .button--primary {
  background: linear-gradient(180deg, #0967ff 0%, #0056e8 100%);
  box-shadow: 0 12px 26px rgba(4,95,242,.23);
}

.home-page .button--outline {
  color: var(--home-blue);
  border-color: var(--home-blue);
  background: #fff;
  box-shadow: none;
}

.button--gold {
  color: #082150;
  background: linear-gradient(180deg, #edc66a 0%, #d39b31 100%);
  box-shadow: 0 12px 25px rgba(167,116,27,.2);
}

.button--outline-light {
  color: #fff;
  border-color: rgba(255,255,255,.65);
  background: transparent;
}

.hero-features {
  display: grid;
  grid-template-columns: repeat(5, minmax(86px, 1fr));
  gap: 18px;
  margin-top: 36px;
  color: #112650;
  font-size: .82rem;
  font-weight: 800;
  line-height: 1.16;
}

.hero-features span {
  display: grid;
  grid-template-columns: 30px 1fr;
  align-items: center;
  gap: 8px;
}

.hero-features svg {
  width: 28px;
  height: 28px;
  color: var(--home-blue);
}

.home-hero__media {
  position: relative;
  min-height: 500px;
  align-self: end;
}

.home-hero__media > img {
  position: absolute;
  right: 80px;
  bottom: 0;
  width: min(680px, 92%);
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: drop-shadow(0 28px 42px rgba(7,26,61,.12));
  mask-image: linear-gradient(90deg, transparent 0%, #000 10%, #000 88%, transparent 100%);
}

@media (min-width: 1121px) {
  .tax-academy-page .home-hero {
    padding-top: 28px;
  }

  .tax-academy-page .home-hero__media {
    min-height: 560px;
    align-self: stretch;
  }
}

.connect-card {
  position: absolute;
  right: 0;
  top: 48px;
  width: 254px;
  padding: 28px 26px;
  border: 1px solid rgba(255,255,255,.88);
  border-top: 5px solid var(--home-blue);
  border-radius: 18px;
  background: rgba(255,255,255,.86);
  box-shadow:
    0 24px 56px rgba(7,26,61,.14),
    0 4px 14px rgba(4,95,242,.08),
    inset 0 1px 0 rgba(255,255,255,.95);
  backdrop-filter: blur(18px) saturate(135%);
}

.connect-card h2 {
  margin-bottom: 8px;
  color: #101a2f;
  font-family: "Spectral", Georgia, serif;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 600;
}

.connect-card h3 {
  margin: 20px 0 14px;
  color: #101a2f;
  font-size: 1rem;
}

.connect-card p,
.connect-card a {
  color: #30405b;
  font-size: .86rem;
  line-height: 1.35;
}

.connect-card a,
.connect-card .location {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 13px 0 0;
}

.connect-card svg {
  flex: 0 0 auto;
  width: 19px;
  height: 19px;
  color: var(--home-blue);
}

.connect-socials {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}

.message-label {
  margin: 16px 0 0;
  color: #1d2d4b !important;
  font-size: .88rem !important;
  font-weight: 800;
}

.direct-icons {
  align-items: center;
}

.direct-icon,
.connect-socials a.direct-icon,
.footer-socials a.direct-icon {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin: 0;
  border: 1px solid rgba(255,255,255,.68);
  border-radius: 12px;
  color: #fff;
  background: #f4f8ff;
  box-shadow:
    0 9px 20px rgba(7,26,61,.16),
    inset 0 1px 0 rgba(255,255,255,.5);
  transition: transform .22s ease, box-shadow .22s ease, filter .22s ease;
}

.direct-icon::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -45% 42% 36% -35%;
  border-radius: 50%;
  background: rgba(255,255,255,.42);
  filter: blur(8px);
  pointer-events: none;
}

.direct-icon:hover {
  transform: translateY(-3px) scale(1.035);
  filter: saturate(1.08);
  box-shadow:
    0 14px 28px rgba(7,26,61,.2),
    0 0 22px rgba(34,112,255,.14),
    inset 0 1px 0 rgba(255,255,255,.66);
}

.connect-card .direct-icon svg,
.direct-icon svg,
.footer-socials .direct-icon svg {
  width: 28px;
  height: 28px;
  color: currentColor;
  stroke-width: 2;
}

.connect-card .direct-icon img,
.direct-icon img,
.footer-socials .direct-icon img {
  position: relative;
  z-index: 1;
  width: 25px;
  height: 25px;
  object-fit: contain;
  filter: drop-shadow(0 1px 2px rgba(0,0,0,.14));
}

.connect-socials a.direct-icon.direct-icon--whatsapp,
.footer-socials a.direct-icon.direct-icon--whatsapp {
  background:
    radial-gradient(circle at 28% 14%, rgba(255,255,255,.34), transparent 32%),
    linear-gradient(145deg, #38e56a 0%, #10b943 58%, #079731 100%);
}

.connect-socials a.direct-icon.direct-icon--instagram,
.footer-socials a.direct-icon.direct-icon--instagram {
  background:
    radial-gradient(circle at 32% 105%, #ffd15c 0 18%, transparent 37%),
    radial-gradient(circle at 18% 18%, #7d4cff 0 20%, transparent 42%),
    linear-gradient(135deg, #7a39f5 0%, #d8218b 48%, #ff6231 100%);
}

.connect-socials a.direct-icon.direct-icon--facebook,
.footer-socials a.direct-icon.direct-icon--facebook {
  background:
    radial-gradient(circle at 28% 14%, rgba(255,255,255,.34), transparent 32%),
    linear-gradient(145deg, #2f8cff 0%, #1877f2 58%, #0b51b7 100%);
}

.connect-socials a.direct-icon.direct-icon--tiktok,
.footer-socials a.direct-icon.direct-icon--tiktok {
  background:
    radial-gradient(circle at 22% 18%, rgba(37,244,238,.48), transparent 35%),
    radial-gradient(circle at 82% 86%, rgba(254,44,85,.52), transparent 38%),
    linear-gradient(145deg, #24252d 0%, #090a0d 72%, #17181d 100%);
}

.connect-socials a.direct-icon.direct-icon--email,
.footer-socials a.direct-icon.direct-icon--email {
  color: #1f63e9;
  border: 1px solid rgba(42,105,232,.58);
  background: rgba(255,255,255,.92);
}

.connect-card hr {
  margin: 24px 0 0;
  border: 0;
  border-top: 1px solid #dce9f8;
}

.proof-band {
  width: min(calc(100% - 56px), var(--home-max));
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 34px auto 0;
  border: 1px solid var(--home-line);
  border-radius: 12px;
  background: rgba(255,255,255,.9);
  box-shadow:
    0 18px 42px rgba(7,26,61,.08),
    inset 0 1px 0 rgba(255,255,255,.9);
  backdrop-filter: blur(12px);
}

.proof-band > div {
  min-height: 96px;
  display: grid;
  grid-template-columns: 46px 1fr;
  align-items: center;
  gap: 17px;
  padding: 18px 28px;
  border-right: 1px solid var(--home-line);
}

.proof-band > div:last-child {
  border-right: 0;
}

.proof-band svg {
  width: 42px;
  height: 42px;
  color: #0d2f70;
}

.proof-band span,
.mentor-banner ul,
.program-card ul {
  display: grid;
}

.proof-band strong {
  color: #122447;
  font-size: .95rem;
}

.proof-band small {
  color: var(--home-muted);
  font-size: .8rem;
}

.programs-section,
.why-section,
.testimonials-section,
.faq-section {
  padding: 78px max(28px, calc((100% - var(--home-max)) / 2)) 0;
}

.section-heading {
  max-width: 790px;
  margin: 0 auto 42px;
  text-align: center;
}

.section-heading .section-label {
  margin-bottom: 8px;
  color: var(--home-blue);
  font-size: .78rem;
  letter-spacing: .07em;
}

.section-heading h2,
.why-section > h2,
.testimonials-section > h2,
.faq-section h2 {
  margin-bottom: 10px;
  color: #13213d;
  font-size: clamp(2rem, 3.2vw, 3.1rem);
  line-height: 1.08;
  text-align: center;
}

.section-heading p:last-child {
  color: var(--home-muted);
}

.program-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.program-card {
  min-height: 430px;
  display: flex;
  flex-direction: column;
  padding: 34px 26px 24px;
  border: 1px solid var(--home-line);
  border-radius: 12px;
  background: #fff;
  box-shadow:
    0 18px 42px rgba(7,26,61,.08),
    0 3px 10px rgba(4,95,242,.04);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.program-card:hover {
  transform: translateY(-4px);
  border-color: rgba(4,95,242,.3);
  box-shadow:
    0 24px 52px rgba(7,26,61,.12),
    0 0 24px rgba(4,95,242,.08);
}

.program-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.program-topline span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--home-blue);
  font-size: 1.38rem;
  font-weight: 800;
}

.program-topline svg {
  width: 56px;
  height: 56px;
  color: rgba(4,95,242,.25);
}

.program-card h3 {
  margin-bottom: 8px;
  color: var(--home-blue);
  font-size: 1.7rem;
  font-weight: 800;
  text-transform: uppercase;
}

.program-card--gold h3,
.program-card--gold li::before,
.program-card--gold .program-topline svg {
  color: #b98420;
}

.program-card--gold .program-topline span {
  background: var(--home-gold);
}

.program-card > p {
  min-height: 50px;
  margin-bottom: 20px;
  color: #243958;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.38;
}

.program-card ul {
  gap: 10px;
  padding: 0;
  margin: 0 0 26px;
  list-style: none;
  color: #2e3f5b;
  font-size: .91rem;
}

.program-card li {
  position: relative;
  padding-left: 24px;
}

.program-card li::before,
.mentor-banner li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--home-blue);
  font-weight: 900;
}

.program-card .button {
  width: 100%;
  margin-top: auto;
  font-size: .78rem;
}

.mentor-banner {
  width: min(calc(100% - 56px), var(--home-max));
  min-height: 232px;
  display: grid;
  grid-template-columns: 290px 1fr 390px;
  align-items: center;
  gap: 34px;
  margin: 36px auto 0;
  padding: 0 36px;
  border: 2px solid #b9d7ff;
  border-radius: 14px;
  background: linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(245,250,255,.92) 55%, rgba(255,255,255,.96) 100%);
  box-shadow:
    0 20px 48px rgba(7,26,61,.09),
    0 0 28px rgba(4,95,242,.06),
    inset 0 1px 0 rgba(255,255,255,.95);
  backdrop-filter: blur(12px);
  overflow: hidden;
}

.mentor-banner > img {
  align-self: end;
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center 23%;
  mask-image: linear-gradient(90deg, transparent 0%, #000 16%, #000 92%);
}

.mentor-banner h2 {
  margin-bottom: 8px;
  color: var(--home-blue);
  font-size: clamp(2rem, 3.2vw, 2.75rem);
  line-height: 1.05;
}

.mentor-banner p {
  margin-bottom: 12px;
  color: #273c5f;
  font-size: .98rem;
}

.mentor-banner ul {
  gap: 7px;
  padding: 0;
  margin: 0;
  list-style: none;
  color: #234166;
  font-size: .9rem;
}

.mentor-banner li {
  position: relative;
  padding-left: 24px;
}

.mentor-actions {
  display: grid;
  justify-items: start;
  gap: 22px;
}

.whatsapp-button {
  position: relative;
  overflow: hidden;
  min-width: min(100%, 340px);
  display: grid;
  grid-template-columns: 38px 1fr;
  align-items: center;
  gap: 14px;
  padding: 18px 22px;
  border: 1px solid rgba(255,255,255,.64);
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(180deg, #22c66b, #0fae54);
  box-shadow:
    0 14px 30px rgba(15,174,84,.24),
    0 0 24px rgba(34,198,107,.12),
    inset 0 1px 0 rgba(255,255,255,.5);
  font-weight: 800;
  line-height: 1.1;
}

.whatsapp-button svg,
.whatsapp-button img {
  grid-row: 1/3;
  width: 34px;
  height: 34px;
}

.whatsapp-button img {
  object-fit: contain;
  filter: drop-shadow(0 3px 7px rgba(0, 82, 40, .28));
}

.whatsapp-button small {
  display: block;
  margin-top: 4px;
  font-size: .75rem;
  opacity: .9;
}

.phone-text {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #173b75;
  font-size: 1.04rem;
  font-weight: 700;
}

.why-section h2,
.testimonials-section h2 {
  font-family: "Spectral", Georgia, serif;
  color: #0d2c63;
  font-size: 1.38rem;
  font-style: italic;
  font-weight: 600;
  text-transform: uppercase;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  border: 1px solid var(--home-line);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: var(--premium-shadow);
}

.why-grid article {
  min-height: 154px;
  padding: 24px 20px;
  border-right: 1px solid var(--home-line);
  text-align: center;
  transition: background .22s ease, box-shadow .22s ease;
}

.why-grid article:hover {
  background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(241,247,255,.9));
  box-shadow: inset 0 0 28px rgba(4,95,242,.065);
}

.why-grid article:last-child {
  border-right: 0;
}

.why-grid svg {
  width: 42px;
  height: 42px;
  margin-bottom: 12px;
  color: var(--home-blue);
}

.why-grid h3 {
  margin-bottom: 6px;
  color: #122447;
  font-size: .93rem;
  font-weight: 900;
  line-height: 1.2;
}

.why-grid p {
  margin: 0;
  color: #4b5e78;
  font-size: .8rem;
  line-height: 1.35;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 1200px;
  margin: 0 auto;
}

.testimonial-grid article {
  min-height: 142px;
  display: grid;
  grid-template-columns: 76px 1fr;
  align-items: center;
  gap: 18px;
  padding: 22px 26px;
  border: 1px solid var(--home-line);
  border-radius: 12px;
  background: #fff;
  box-shadow:
    0 14px 34px rgba(7,26,61,.07),
    0 2px 8px rgba(4,95,242,.04);
  transition: transform .22s ease, box-shadow .22s ease;
}

.testimonial-grid article:hover {
  transform: translateY(-3px);
  box-shadow:
    0 20px 42px rgba(7,26,61,.11),
    0 0 20px rgba(4,95,242,.06);
}

.testimonial-grid img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
  border: 3px solid rgba(255,255,255,.96);
  box-shadow:
    0 0 0 1px rgba(0,103,245,.16),
    0 10px 22px rgba(7,26,61,.14),
    0 0 20px rgba(0,103,245,.16);
}

.stars {
  margin-bottom: 6px;
  color: #f5b61d;
  letter-spacing: .08em;
}

.testimonial-grid p:not(.stars) {
  margin-bottom: 8px;
  color: #243958;
  font-size: .86rem;
  line-height: 1.4;
}

.testimonial-grid strong {
  color: #17233f;
  font-size: .86rem;
}

.faq-title-row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto 10px;
  border-bottom: 1px solid var(--home-line);
}

.faq-title-row h2 {
  margin: 0;
  font-family: "Spectral", Georgia, serif;
  font-size: 1.34rem;
  font-style: italic;
  font-weight: 600;
  text-transform: uppercase;
}

.faq-title-row a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--home-blue);
  font-size: .86rem;
  font-weight: 800;
}

.faq-title-row svg {
  width: 17px;
  height: 17px;
}

.faq-columns {
  max-width: 1200px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 24px;
  margin: 0 auto;
}

.faq-columns details {
  padding: 0 18px;
  border: 1px solid var(--premium-border);
  border-radius: 10px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 8px 24px rgba(7,26,61,.055);
  transition: border-color .22s ease, box-shadow .22s ease;
}

.faq-columns details:hover,
.faq-columns details[open] {
  border-color: rgba(4,95,242,.32);
  box-shadow: 0 14px 32px rgba(7,26,61,.085), 0 0 20px rgba(4,95,242,.06);
}

.faq-columns summary {
  position: relative;
  padding: 17px 34px 17px 0;
  color: #263955;
  cursor: pointer;
  font-size: .89rem;
  font-weight: 700;
  list-style: none;
}

.faq-columns summary::after {
  content: "";
  position: absolute;
  right: 6px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #526780;
  border-bottom: 2px solid #526780;
  transform: translateY(-65%) rotate(45deg);
}

.faq-columns details[open] summary::after {
  transform: translateY(-20%) rotate(225deg);
}

.faq-columns p {
  margin-bottom: 16px;
  color: var(--home-muted);
  font-size: .86rem;
}

.final-cta {
  position: relative;
  width: min(calc(100% - 56px), var(--home-max));
  min-height: 142px;
  display: grid;
  grid-template-columns: 1fr auto 220px;
  align-items: center;
  gap: 30px;
  margin: 42px auto 0;
  padding: 28px 34px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 14px;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(100deg, #073178 0%, #0059e8 56%, #0869ff 100%);
  box-shadow:
    0 22px 50px rgba(0,64,164,.24),
    0 0 32px rgba(4,95,242,.13),
    inset 0 1px 0 rgba(255,255,255,.28);
}

.final-cta h2 {
  margin-bottom: 8px;
  color: #fff;
  font-size: clamp(2rem, 3.2vw, 2.7rem);
  line-height: 1.04;
}

.final-cta p {
  max-width: 650px;
  margin: 0;
  color: rgba(255,255,255,.9);
}

.final-cta__actions {
  display: flex;
  gap: 22px;
}

.final-cta > img {
  width: 210px;
  height: 110px;
  object-fit: cover;
  object-position: 45% 26%;
  border-radius: 8px;
  opacity: .9;
  mix-blend-mode: screen;
}

.home-footer {
  position: relative;
  margin-top: 44px;
  color: #142c52;
  border-top: 1px solid var(--premium-border);
  background:
    radial-gradient(circle at 7% 0%, rgba(4,95,242,.08), transparent 27%),
    linear-gradient(180deg, #fbfdff 0%, #f4f9ff 100%);
  box-shadow: 0 -18px 48px rgba(7,26,61,.065);
  font-size: .9rem;
}

.footer-main {
  width: min(calc(100% - 56px), var(--home-max));
  display: grid;
  grid-template-columns: 1.3fr .8fr .8fr 1.15fr;
  gap: clamp(34px, 5vw, 84px);
  margin: 0 auto;
  padding: 48px 0 42px;
}

.footer-brand > img {
  width: 190px;
  height: 82px;
  object-fit: cover;
  object-position: center center;
  mix-blend-mode: multiply;
}

.footer-brand > p {
  max-width: 290px;
  margin: 12px 0 20px;
  color: #526783;
  line-height: 1.55;
}

.footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.footer-column h2 {
  margin: 3px 0 8px;
  color: #102344;
  font-family: "Spectral", Georgia, serif;
  font-size: 1.08rem;
  font-style: italic;
  font-weight: 600;
}

.footer-column a {
  position: relative;
  color: #405774;
  font-size: .88rem;
  font-weight: 600;
  line-height: 1.25;
  transition: color .2s ease, transform .2s ease;
}

.footer-column > a:hover {
  color: var(--home-blue);
  transform: translateX(3px);
}

.footer-contact a {
  display: grid;
  grid-template-columns: 24px 1fr;
  align-items: start;
  gap: 11px;
}

.footer-contact svg {
  width: 21px;
  height: 21px;
  color: var(--home-blue);
  filter: drop-shadow(0 3px 7px rgba(4,95,242,.18));
}

.footer-contact small {
  display: block;
  margin-top: 4px;
  color: #70829a;
  font-size: .73rem;
  overflow-wrap: anywhere;
}

.footer-socials {
  display: flex;
  gap: 12px;
}

.footer-bottom {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px max(28px, calc((100% - var(--home-max)) / 2));
  border-top: 1px solid rgba(125,177,255,.22);
  color: #526783;
  background: rgba(237,245,255,.72);
  backdrop-filter: blur(14px);
  font-size: .8rem;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom > div {
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer-bottom > div span {
  width: 1px;
  height: 14px;
  background: #b7c8dd;
}

.footer-bottom a {
  font-weight: 700;
}

.footer-bottom a:hover {
  color: var(--home-blue);
}

.home-page :where(.hero-features, .proof-band, .program-card, .mentor-banner, .why-grid, .testimonial-grid article, .faq-columns details) svg {
  filter: drop-shadow(0 4px 8px rgba(4,95,242,.15));
}

.home-page :where(.program-card, .testimonial-grid article) {
  border-color: var(--premium-border);
}

@media (max-width: 1120px) {
  .home-header {
    grid-template-columns: 178px 1fr auto;
    gap: 18px;
  }

  .home-header nav {
    gap: 20px;
  }

  .home-hero {
    grid-template-columns: 1fr;
    padding-bottom: 28px;
  }

  .home-hero__media {
    min-height: 520px;
  }

  .home-hero__media > img {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: min(760px, 100%);
  }

  .connect-card {
    right: 24px;
  }

  .proof-band,
  .program-card-grid,
  .why-grid,
  .testimonial-grid,
  .faq-columns,
  .mentor-banner,
  .final-cta,
  .home-footer {
    grid-template-columns: 1fr 1fr;
  }

  .proof-band > div:nth-child(2) {
    border-right: 0;
  }

  .proof-band > div {
    border-bottom: 1px solid var(--home-line);
  }

  .proof-band > div:nth-child(n+3) {
    border-bottom: 0;
  }

  .program-card-grid article:last-child,
  .why-grid article:last-child,
  .testimonial-grid article:last-child {
    grid-column: 1 / -1;
  }

  .why-grid article:nth-child(2n) {
    border-right: 0;
  }

  .mentor-banner {
    padding: 22px 28px;
  }

  .mentor-banner > img {
    height: 250px;
  }

  .mentor-actions,
  .final-cta__actions,
  .home-footer .footer-socials {
    grid-column: 1 / -1;
  }

  .final-cta > img {
    display: none;
  }

  .home-footer {
    gap: 22px;
  }

  .footer-socials {
    justify-self: start;
  }
}

@media (max-width: 860px) {
  .home-header {
    grid-template-columns: minmax(0, 1fr) auto auto;
    width: calc(100% - 28px);
    min-height: 64px;
    top: 10px;
    gap: 8px;
    margin-top: 10px;
    padding: 6px 8px 6px 14px;
  }

  .home-logo {
    width: 138px;
    height: 50px;
  }

  .home-logo img {
    width: 138px;
    height: 138px;
    transform: translateY(-44px);
  }

  .home-header nav {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    display: none;
    padding: 14px 20px 18px;
    border: 1px solid rgba(12, 29, 61, .14);
    border-radius: 22px;
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 18px 38px rgba(8, 27, 62, .16);
  }

  .home-header nav.is-open {
    display: grid;
    justify-content: stretch;
    gap: 2px;
  }

  .home-header nav a {
    padding: 13px 0;
  }

  .header-enroll {
    display: inline-flex;
    min-width: 126px;
    min-height: 46px;
    padding: 10px 18px;
    font-size: .82rem;
  }

  .home-header .main-menu-button {
    display: grid;
  }

  .home-hero {
    min-height: auto;
    padding: 42px 20px 20px;
  }

  .home-hero h1 {
    font-size: clamp(3.05rem, 13vw, 4.4rem);
  }

  .hero-actions,
  .final-cta__actions {
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
  }

  .hero-features {
    grid-template-columns: 1fr 1fr;
  }

  .home-hero__media {
    min-height: 460px;
  }

  .connect-card {
    position: relative;
    top: auto;
    right: auto;
    width: min(100%, 340px);
    margin-left: auto;
  }

  .home-hero__media > img {
    height: 390px;
    bottom: 28px;
    opacity: .92;
  }

  .proof-band,
  .program-card-grid,
  .why-grid,
  .testimonial-grid,
  .faq-columns,
  .mentor-banner,
  .final-cta,
  .home-footer {
    grid-template-columns: 1fr;
  }

  .proof-band > div,
  .proof-band > div:nth-child(2),
  .why-grid article {
    border-right: 0;
    border-bottom: 1px solid var(--home-line);
  }

  .proof-band > div:last-child,
  .why-grid article:last-child {
    border-bottom: 0;
  }

  .programs-section,
  .why-section,
  .testimonials-section,
  .faq-section {
    padding: 58px 20px 0;
  }

  .mentor-banner,
  .final-cta,
  .proof-band {
    width: calc(100% - 40px);
  }

  .mentor-banner {
    gap: 20px;
    padding: 0 22px 24px;
  }

  .mentor-banner > img {
    width: min(100%, 330px);
    justify-self: center;
  }

  .faq-title-row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding-bottom: 10px;
  }

  .final-cta {
    margin-top: 34px;
    padding: 26px 22px;
  }

  .home-footer {
    justify-items: start;
    padding: 28px 20px;
  }
}

@media (max-width: 520px) {
  .home-header {
    width: calc(100% - 20px);
    grid-template-columns: minmax(0, 1fr) auto auto;
  }

  .home-logo {
    width: 112px;
  }

  .home-logo img {
    width: 112px;
    height: 112px;
    transform: translateY(-31px);
  }

  .header-enroll {
    min-width: 108px;
    min-height: 44px;
    padding: 9px 14px;
    font-size: .78rem;
  }

  .home-header .main-menu-button {
    width: 42px;
    height: 42px;
  }
}

@media (max-width: 920px) {
  .footer-main {
    grid-template-columns: 1.2fr 1fr;
    gap: 38px 56px;
  }
}

@media (max-width: 620px) {
  .footer-main {
    width: calc(100% - 40px);
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 40px 0 34px;
  }

  .footer-brand > p {
    max-width: 340px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    padding: 18px 20px;
  }

  .footer-bottom > div {
    flex-wrap: wrap;
  }
}

/* Multi-page business site */
.business-site {
  background: #fff;
}

.business-site main {
  overflow: hidden;
}

.business-header .header-enroll {
  min-width: 208px;
}

.business-hero,
.inner-page-hero {
  width: min(calc(100% - 56px), var(--home-max));
  min-height: 590px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
}

.business-hero__copy,
.inner-page-hero__copy {
  position: relative;
  z-index: 2;
  align-self: center;
  padding: 64px 26px 64px 0;
}

.business-hero h1,
.inner-page-hero h1 {
  max-width: 760px;
  margin-bottom: 24px;
  color: #0a1f46;
  font-size: clamp(3.45rem, 4.25vw, 4.8rem);
  line-height: 1;
}

.business-hero h1 span,
.inner-page-hero h1 span {
  color: var(--home-blue);
}

.business-hero h1 .business-hero__lead {
  color: #0a1f46;
  font-family: "Spectral", Georgia, serif;
  font-size: .9em;
  font-style: italic;
  font-weight: 600;
  line-height: 1.04;
}

.business-hero h1 .business-hero__accent {
  color: var(--home-blue);
  font-family: "Spectral", Georgia, serif;
  font-style: italic;
  font-weight: 600;
}

.business-hero__copy > p,
.inner-page-hero__copy > p {
  max-width: 610px;
  margin-bottom: 30px;
  color: #415875;
  font-size: 1.08rem;
  line-height: 1.7;
}

.business-hero__media,
.inner-page-hero__media {
  position: relative;
  min-height: 590px;
}

.business-hero__media::before,
.inner-page-hero__media::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 8% 7% 9% 5%;
  border: 1px solid rgba(4,95,242,.15);
  border-radius: 50%;
  box-shadow: 0 0 58px rgba(4,95,242,.08);
}

.business-hero__media img,
.inner-page-hero__media img {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: drop-shadow(0 28px 46px rgba(7,26,61,.13));
  mask-image: linear-gradient(90deg, transparent 0%, #000 11%, #000 100%);
}

.page-band {
  padding: 86px max(28px, calc((100% - var(--home-max)) / 2));
}

.business-section-heading {
  max-width: 820px;
  margin: 0 auto 48px;
  text-align: center;
}

.business-section-heading h2 {
  margin-bottom: 14px;
  color: #10264d;
  font-size: clamp(2.5rem, 4vw, 4.2rem);
  line-height: 1.05;
}

.business-section-heading > p {
  max-width: 710px;
  margin: 0 auto;
  color: #5a6f89;
  font-size: 1rem;
  line-height: 1.65;
}

.business-services {
  border-top: 1px solid rgba(125,177,255,.18);
}

.service-rail {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1240px;
  margin: 0 auto;
}

.service-rail article {
  min-height: 230px;
  display: grid;
  grid-template-columns: 62px 1fr;
  align-content: start;
  gap: 24px;
  padding: 22px 38px;
  border-right: 1px solid var(--home-line);
}

.service-rail article:last-child {
  border-right: 0;
}

.service-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(4,95,242,.46);
  border-radius: 50%;
  color: var(--home-blue);
  background: rgba(255,255,255,.9);
  box-shadow: 0 10px 25px rgba(4,95,242,.09), inset 0 1px 0 #fff;
}

.service-icon svg {
  width: 30px;
  height: 30px;
}

.service-rail h3 {
  margin-bottom: 11px;
  color: #12294f;
  font-family: "Spectral", Georgia, serif;
  font-size: 1.45rem;
  line-height: 1.15;
}

.service-rail p {
  margin-bottom: 16px;
  color: #5b6e87;
  font-size: .9rem;
  line-height: 1.55;
}

.service-rail a,
.text-arrow-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--home-blue);
  font-size: .86rem;
  font-weight: 800;
}

.service-rail a svg,
.text-arrow-link svg {
  width: 17px;
  height: 17px;
}

.business-value-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 46px max(28px, calc((100% - var(--home-max)) / 2));
  color: #fff;
  background:
    radial-gradient(circle at 50% -20%, rgba(113,180,255,.3), transparent 36%),
    linear-gradient(110deg, #083a92 0%, #045ff2 52%, #063d9c 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.28), 0 22px 46px rgba(0,65,168,.16);
}

.business-value-band article {
  min-height: 150px;
  padding: 6px 34px;
  border-right: 1px solid rgba(255,255,255,.28);
  text-align: center;
}

.business-value-band article:last-child {
  border-right: 0;
}

.business-value-band svg {
  width: 42px;
  height: 42px;
  margin-bottom: 12px;
  filter: drop-shadow(0 0 10px rgba(255,255,255,.2));
}

.business-value-band h3 {
  margin-bottom: 7px;
  color: #fff;
  font-family: "Spectral", Georgia, serif;
  font-size: 1.3rem;
}

.business-value-band p {
  color: rgba(255,255,255,.86);
  font-size: .84rem;
  line-height: 1.5;
}

.business-process {
  background: #fff;
}

.process-line {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1160px;
  margin: 0 auto;
}

.process-line::before {
  content: "";
  position: absolute;
  left: 16%;
  right: 16%;
  top: 18px;
  height: 1px;
  background: rgba(4,95,242,.34);
}

.process-line article {
  position: relative;
  display: grid;
  justify-items: center;
  padding: 0 46px;
  text-align: center;
}

.process-line article > span {
  position: relative;
  z-index: 2;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  margin-bottom: 28px;
  border-radius: 50%;
  color: #fff;
  background: var(--home-blue);
  box-shadow: 0 8px 20px rgba(4,95,242,.22), 0 0 18px rgba(4,95,242,.1);
  font-weight: 900;
}

.process-line svg {
  width: 52px;
  height: 52px;
  margin-bottom: 14px;
  color: var(--home-blue);
}

.process-line h3 {
  margin-bottom: 8px;
  color: #142a50;
  font-size: 1.1rem;
}

.process-line p {
  color: #5b6e87;
  font-size: .86rem;
  line-height: 1.55;
}

.academy-feature-band {
  width: min(calc(100% - 56px), var(--home-max));
  min-height: 170px;
  display: grid;
  grid-template-columns: 150px 1fr auto;
  align-items: center;
  gap: 34px;
  margin: 0 auto 34px;
  padding: 24px 38px;
  border: 1px solid var(--premium-border);
  border-radius: 14px;
  background:
    linear-gradient(120deg, rgba(237,246,255,.98), rgba(255,255,255,.96)),
    #fff;
  box-shadow: var(--premium-shadow);
}

.academy-feature-band__icon {
  width: 112px;
  height: 112px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(4,95,242,.25);
  border-radius: 50%;
  color: #fff;
  background: var(--home-blue);
  box-shadow: 0 16px 32px rgba(4,95,242,.18), 0 0 30px rgba(4,95,242,.11);
}

.academy-feature-band__icon svg {
  width: 54px;
  height: 54px;
}

.academy-feature-band h2 {
  margin-bottom: 7px;
  color: #10264d;
  font-size: clamp(2rem, 3.2vw, 3rem);
}

.academy-feature-band p {
  max-width: 660px;
  color: #5b6e87;
  line-height: 1.55;
}

.business-founder {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  align-items: stretch;
  gap: 0;
  padding-top: 42px;
  padding-bottom: 0;
  background: linear-gradient(90deg, #fff, #f5f9ff);
}

.business-founder__copy {
  align-self: center;
  max-width: 650px;
  padding: 60px 68px 60px 0;
}

.business-founder__copy h2 {
  margin-bottom: 18px;
  color: #10264d;
  font-size: clamp(2.5rem, 4vw, 4rem);
  line-height: 1.03;
}

.business-founder__copy p {
  margin-bottom: 14px;
  color: #546a84;
  line-height: 1.65;
}

.business-founder__media {
  min-height: 440px;
}

.business-founder__media img {
  width: 100%;
  height: 100%;
  max-height: 560px;
  object-fit: cover;
  object-position: center 23%;
  mask-image: linear-gradient(90deg, transparent, #000 16%);
}

.business-contact-cta {
  width: min(calc(100% - 56px), var(--home-max));
  min-height: 150px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 28px;
  margin: 46px auto 0;
  padding: 30px 42px;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(100deg, #083989, #045ff2 58%, #0642a9);
  box-shadow: 0 22px 52px rgba(0,65,168,.22), 0 0 30px rgba(4,95,242,.1);
}

.business-contact-cta h2 {
  margin-bottom: 6px;
  color: #fff;
  font-size: clamp(2.2rem, 3.6vw, 3.4rem);
}

.business-contact-cta p {
  color: rgba(255,255,255,.86);
}

.home-page .button--light {
  color: var(--home-blue);
  background: #fff;
  box-shadow: 0 12px 30px rgba(0,29,82,.18), inset 0 1px 0 #fff;
}

/* Personal guidance contact */
.contact-guidance {
  position: relative;
  width: min(calc(100% - 56px), var(--home-max));
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, .72fr);
  align-items: center;
  gap: clamp(48px, 7vw, 110px);
  margin: 60px auto;
  padding: 76px clamp(38px, 5vw, 76px);
  border: 1px solid rgba(28, 93, 207, .17);
  border-radius: 8px;
  background:
    radial-gradient(circle at 86% 14%, rgba(46, 128, 255, .12), transparent 24%),
    linear-gradient(135deg, #f7fbff, #fff 48%, #f2f7ff);
  box-shadow: 0 28px 70px rgba(15, 48, 101, .12), inset 0 1px 0 #fff;
}

.contact-guidance::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, .82);
  border-radius: 6px;
  pointer-events: none;
}

.contact-guidance__intro,
.contact-guidance__card {
  position: relative;
  z-index: 1;
}

.contact-guidance__intro h2 {
  max-width: 720px;
  margin: 8px 0 18px;
  color: #10264d;
  font-size: clamp(2.7rem, 4.5vw, 4.7rem);
  line-height: 1.02;
}

.contact-guidance__intro > p {
  max-width: 650px;
  color: #526984;
  font-size: 1.02rem;
  line-height: 1.68;
}

.contact-support-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 28px;
  margin-top: 34px;
  list-style: none;
}

.contact-support-list li {
  min-height: 52px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: #172d52;
  font-weight: 700;
  line-height: 1.3;
}

.contact-support-list li > span {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(38, 108, 236, .32);
  border-radius: 50%;
  color: var(--home-blue);
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 8px 22px rgba(23, 89, 208, .12), 0 0 18px rgba(40, 119, 255, .1);
}

.contact-support-list svg {
  width: 23px;
  height: 23px;
}

.contact-guidance__card {
  padding: 38px;
  border: 1px solid rgba(21, 76, 176, .16);
  border-radius: 8px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 24px 58px rgba(11, 45, 102, .16), inset 0 1px 0 #fff;
}

.contact-guidance__eyebrow {
  color: var(--home-blue);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.contact-guidance__card h3 {
  margin: 8px 0 10px;
  color: #10264d;
  font-family: "Spectral", Georgia, serif;
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1.05;
}

.contact-guidance__card > p {
  color: #5a6f88;
  line-height: 1.58;
}

.contact-guidance__form {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.contact-guidance__form label {
  display: grid;
  gap: 8px;
}

.contact-guidance__form label > span {
  color: #173056;
  font-size: .84rem;
  font-weight: 800;
}

.contact-guidance__form input,
.contact-guidance__form textarea {
  width: 100%;
  padding: 14px 15px;
  border: 1px solid rgba(18, 63, 149, .15);
  border-radius: 8px;
  color: #10264d;
  font: inherit;
  background: rgba(255,255,255,.94);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.85);
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
  resize: vertical;
}

.contact-guidance__form input::placeholder,
.contact-guidance__form textarea::placeholder {
  color: #7b8da3;
}

.contact-guidance__form input:focus,
.contact-guidance__form textarea:focus {
  border-color: rgba(0,103,245,.55);
  box-shadow: 0 0 0 4px rgba(0,103,245,.1), 0 10px 28px rgba(7,26,61,.08);
  outline: 0;
  background: #fff;
}

.contact-guidance__form textarea {
  min-height: 132px;
}

.contact-guidance__honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.contact-guidance__submit {
  width: 100%;
  margin-top: 6px;
}

.contact-guidance__status {
  min-height: 22px;
  margin: 2px 0 0;
  color: #1050bf;
  font-size: .88rem;
  font-weight: 700;
}

.contact-guidance__status.is-error {
  color: #b3334b;
}

.contact-guidance__turnstile {
  min-height: 65px;
  width: 100%;
}

.contact-guidance__button {
  width: 100%;
  margin-top: 26px;
}

.contact-guidance__divider {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 28px 0 20px;
  color: #52647e;
  font-size: .88rem;
  font-weight: 700;
  white-space: nowrap;
}

.contact-guidance__divider::before,
.contact-guidance__divider::after {
  content: "";
  height: 1px;
  flex: 1;
  background: #d9e4f3;
}

.contact-guidance__socials {
  justify-content: center;
  gap: 18px;
  margin-top: 0;
}

.contact-guidance__socials .direct-icon {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  box-shadow: 0 12px 24px rgba(7,26,61,.17), 0 0 18px rgba(34,112,255,.1), inset 0 1px 0 rgba(255,255,255,.64);
}

.contact-guidance__socials .direct-icon img {
  width: 29px;
  height: 29px;
}

/* Shared inner-page hero */
.inner-page-hero {
  min-height: 570px;
}

.inner-page-hero__copy {
  padding-top: 54px;
  padding-bottom: 54px;
}

.inner-page-hero__media {
  min-height: 570px;
}

.inner-page-hero__media img {
  object-position: center top;
  mask-image: linear-gradient(90deg, transparent 0%, #000 15%, #000 88%, transparent 100%);
}

/* Programs page */
.program-details {
  width: min(calc(100% - 56px), var(--home-max));
  margin: 0 auto;
  border-top: 1px solid var(--home-line);
}

.program-detail {
  display: grid;
  grid-template-columns: 240px 1fr 1.25fr 230px;
  min-height: 290px;
  border-right: 1px solid var(--home-line);
  border-bottom: 1px solid var(--home-line);
  border-left: 1px solid var(--home-line);
  background: rgba(255,255,255,.98);
  box-shadow: 0 12px 30px rgba(7,26,61,.045);
}

.program-detail > div {
  padding: 32px 34px;
  border-right: 1px solid var(--home-line);
}

.program-detail > div:last-child {
  border-right: 0;
}

.program-detail__identity {
  color: #fff;
  background: linear-gradient(145deg, #0870ff, #034fc9);
}

.program-detail--affiliate .program-detail__identity {
  background: linear-gradient(145deg, #0b2f68, #071c43);
}

.program-detail--ero .program-detail__identity {
  color: #fff;
  background: linear-gradient(145deg, #e4ad2a, #c68b0d);
}

.program-detail__identity svg {
  width: 54px;
  height: 54px;
  margin-bottom: 28px;
  filter: drop-shadow(0 6px 14px rgba(0,0,0,.12));
}

.program-detail__identity h2 {
  margin-bottom: 8px;
  color: #fff;
  font-size: 2rem;
  line-height: 1.05;
}

.program-detail__identity p {
  color: rgba(255,255,255,.86);
  line-height: 1.45;
}

.program-detail h3 {
  margin-bottom: 10px;
  color: #14294d;
  font-family: "Spectral", Georgia, serif;
  font-size: 1.15rem;
}

.program-detail__fit > p {
  margin-bottom: 22px;
  color: #5d6e85;
  line-height: 1.5;
}

.program-detail ul {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
  color: #435873;
  font-size: .86rem;
}

.program-detail li {
  position: relative;
  padding-left: 20px;
  line-height: 1.4;
}

.program-detail li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .42em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--home-blue);
  box-shadow: 0 0 8px rgba(4,95,242,.24);
}

.program-detail--ero li::before {
  background: var(--home-gold);
}

.program-detail__price {
  display: grid;
  place-content: center;
  text-align: center;
}

.program-detail__price > p {
  margin: 0;
  color: var(--home-blue);
  font-family: "Spectral", Georgia, serif;
  font-style: italic;
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1;
}

.program-detail--affiliate .program-detail__price > p {
  color: #0b2f68;
}

.program-detail--ero .program-detail__price > p {
  color: #c68b0d;
}

.program-detail__price > span {
  margin: 8px 0 24px;
  color: #6b7c93;
  font-size: .78rem;
  font-weight: 700;
}

.program-detail__price .button {
  min-width: 150px;
}

.program-comparison {
  padding-bottom: 48px;
}

.comparison-table-wrap {
  max-width: 1180px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid var(--premium-border);
  border-radius: 12px;
  box-shadow: var(--premium-shadow);
}

.comparison-table-wrap table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  font-size: .85rem;
}

.comparison-table-wrap th,
.comparison-table-wrap td {
  padding: 13px 16px;
  border-right: 1px solid var(--home-line);
  border-bottom: 1px solid var(--home-line);
  text-align: center;
}

.comparison-table-wrap th:last-child,
.comparison-table-wrap td:last-child {
  border-right: 0;
}

.comparison-table-wrap tr:last-child th,
.comparison-table-wrap tr:last-child td {
  border-bottom: 0;
}

.comparison-table-wrap thead th {
  color: #fff;
  background: #0b2d63;
  font-family: "DM Sans", Arial, sans-serif;
  font-weight: 800;
}

.comparison-table-wrap tbody th {
  color: #1d355b;
  background: #f7fbff;
  text-align: left;
}

.comparison-table-wrap td {
  color: #536780;
}

.comparison-price th,
.comparison-price td {
  color: var(--home-blue) !important;
  font-weight: 900;
}

.comparison-price td:last-child {
  color: #bd8208 !important;
}

.payment-guidance {
  width: min(calc(100% - 56px), 1180px);
  min-height: 150px;
  display: grid;
  grid-template-columns: 110px 1fr auto;
  align-items: center;
  gap: 30px;
  margin: 0 auto 44px;
  padding: 26px 34px;
  border: 1px solid var(--premium-border);
  border-radius: 12px;
  background: linear-gradient(110deg, #eef6ff, #fff);
  box-shadow: var(--premium-shadow);
}

.payment-guidance__icon {
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(145deg, #0a67ef, #082856);
  transform: rotate(-4deg);
  box-shadow: 0 15px 28px rgba(4,95,242,.18);
}

.payment-guidance__icon svg {
  width: 44px;
  height: 44px;
}

.payment-guidance h2 {
  margin-bottom: 7px;
  color: #11284f;
  font-size: 2rem;
}

.payment-guidance p {
  max-width: 700px;
  color: #5b6e87;
  line-height: 1.55;
}

.program-guidance-band {
  min-height: 235px;
  display: grid;
  grid-template-columns: minmax(220px, .5fr) 1fr .8fr;
  align-items: center;
  gap: 42px;
  padding: 0 max(28px, calc((100% - var(--home-max)) / 2));
  color: #fff;
  background:
    radial-gradient(circle at 15% 50%, rgba(99,174,255,.24), transparent 22%),
    linear-gradient(105deg, #0a367b, #045ff2);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2);
}

.program-guidance-band > img {
  align-self: end;
  width: 100%;
  height: 225px;
  object-fit: cover;
  object-position: center 10%;
  mask-image: linear-gradient(90deg, transparent 0%, #000 17%, #000 85%, transparent);
}

.program-guidance-band h2 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 2.35rem;
}

.program-guidance-band p {
  max-width: 650px;
  margin-bottom: 18px;
  color: rgba(255,255,255,.87);
  line-height: 1.55;
}

.program-guidance-band__contact {
  display: grid;
  gap: 14px;
  padding-left: 38px;
  border-left: 1px solid rgba(255,255,255,.28);
}

.program-guidance-band__contact a {
  display: flex;
  align-items: center;
  gap: 11px;
  font-weight: 700;
}

.program-guidance-band__contact svg {
  width: 22px;
  height: 22px;
}

.program-faq {
  padding-bottom: 20px;
}

/* About page */
.about-story {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  align-items: center;
  gap: 80px;
  padding-top: 70px;
  padding-bottom: 70px;
}

.about-story__copy h2,
.meet-founder__copy h2 {
  margin-bottom: 18px;
  color: #10264d;
  font-size: clamp(2.6rem, 4vw, 4rem);
}

.about-story__copy p,
.meet-founder__copy p {
  color: #536982;
  font-size: 1.02rem;
  line-height: 1.72;
}

.about-story__mark {
  display: grid;
  place-items: center;
}

.about-story__mark img {
  width: min(360px, 80%);
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid rgba(4,95,242,.22);
  border-radius: 50%;
  mix-blend-mode: multiply;
  box-shadow: 0 20px 48px rgba(7,26,61,.08), 0 0 34px rgba(4,95,242,.07);
}

.about-audience {
  padding-top: 42px;
}

.audience-rail {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1120px;
  margin: 0 auto;
}

.audience-rail article {
  min-height: 235px;
  padding: 22px 48px;
  border-right: 1px solid var(--home-line);
  text-align: center;
}

.audience-rail article:last-child {
  border-right: 0;
}

.audience-rail svg {
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  color: var(--home-blue);
  filter: drop-shadow(0 5px 10px rgba(4,95,242,.15));
}

.audience-rail h3 {
  margin-bottom: 10px;
  color: #142a50;
  font-family: "Spectral", Georgia, serif;
  font-size: 1.5rem;
}

.audience-rail p {
  color: #5b6f88;
  font-size: .9rem;
  line-height: 1.55;
}

.mission-band {
  padding: 58px max(28px, calc((100% - var(--home-max)) / 2));
  color: #fff;
  background:
    radial-gradient(circle at 50% -20%, rgba(92,173,255,.28), transparent 36%),
    linear-gradient(110deg, #0a3a87, #045ff2 55%, #083b8b);
}

.mission-band__heading {
  margin-bottom: 38px;
  text-align: center;
}

.mission-band__heading h2 {
  margin-bottom: 7px;
  color: #fff;
  font-size: clamp(2.3rem, 3.6vw, 3.5rem);
}

.mission-band__heading p {
  color: rgba(255,255,255,.82);
}

.mission-band__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.mission-band__grid article {
  padding: 0 34px;
  border-right: 1px solid rgba(255,255,255,.28);
  text-align: center;
}

.mission-band__grid article:last-child {
  border-right: 0;
}

.mission-band__grid svg {
  width: 46px;
  height: 46px;
  margin-bottom: 14px;
  filter: drop-shadow(0 0 10px rgba(255,255,255,.2));
}

.mission-band__grid h3 {
  margin-bottom: 8px;
  color: #fff;
  font-family: "Spectral", Georgia, serif;
  font-size: 1.25rem;
}

.mission-band__grid p {
  color: rgba(255,255,255,.84);
  font-size: .84rem;
  line-height: 1.5;
}

.meet-founder {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  align-items: center;
  gap: 72px;
}

.meet-founder__media {
  min-height: 500px;
  border: 1px solid var(--premium-border);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--premium-shadow);
}

.meet-founder__media img {
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
  object-position: center top;
}

.meet-founder__copy p {
  margin-bottom: 16px;
}

.about-academy-band {
  margin-top: 0;
}

.about-contact {
  max-width: 850px;
  margin: 0 auto;
  padding: 54px 28px 10px;
  text-align: center;
}

.about-contact h2 {
  margin-bottom: 10px;
  color: #10264d;
  font-size: clamp(2.4rem, 4vw, 3.8rem);
}

.about-contact p {
  max-width: 700px;
  margin: 0 auto 24px;
  color: #5b6e87;
  line-height: 1.6;
}

/* Multi-page responsive behavior */
@media (max-width: 1120px) {
  .business-hero,
  .inner-page-hero {
    grid-template-columns: 1fr 1fr;
  }

  .business-hero h1,
  .inner-page-hero h1 {
    font-size: clamp(3.1rem, 5.2vw, 4.25rem);
  }

  .service-rail article {
    grid-template-columns: 1fr;
    padding: 22px 28px;
  }

  .program-detail {
    grid-template-columns: 210px 1fr 1fr;
  }

  .program-detail__price {
    grid-column: 1 / -1;
    grid-template-columns: 1fr auto;
    align-items: center;
    justify-content: stretch;
    padding: 24px 34px !important;
    text-align: left;
  }

  .program-detail__price > span {
    margin: 6px 0 0;
  }

  .program-detail__price .button {
    grid-column: 2;
    grid-row: 1 / 3;
  }

  .program-guidance-band {
    grid-template-columns: 240px 1fr;
  }

  .program-guidance-band__contact {
    grid-column: 2;
    padding: 0 0 28px;
    border: 0;
  }
}

@media (max-width: 860px) {
  .business-header .header-enroll {
    min-width: 176px;
  }

  .business-hero,
  .inner-page-hero {
    width: 100%;
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .business-hero__copy,
  .inner-page-hero__copy {
    padding: 54px 20px 34px;
  }

  .business-hero h1,
  .inner-page-hero h1 {
    font-size: clamp(3.2rem, 12vw, 4.8rem);
  }

  .business-hero__media,
  .inner-page-hero__media {
    min-height: 520px;
  }

  .business-hero__media img,
  .inner-page-hero__media img {
    mask-image: linear-gradient(180deg, transparent 0%, #000 12%, #000 94%, transparent 100%);
  }

  .page-band {
    padding: 64px 20px;
  }

  .contact-guidance {
    width: calc(100% - 40px);
    grid-template-columns: 1fr;
    gap: 42px;
    margin: 44px auto;
    padding: 52px 34px;
  }

  .service-rail,
  .business-value-band,
  .process-line,
  .audience-rail,
  .mission-band__grid {
    grid-template-columns: 1fr 1fr;
  }

  .service-rail article:nth-child(2),
  .business-value-band article:nth-child(2),
  .audience-rail article:nth-child(2),
  .mission-band__grid article:nth-child(2) {
    border-right: 0;
  }

  .service-rail article:last-child,
  .audience-rail article:last-child {
    grid-column: 1 / -1;
  }

  .business-value-band article,
  .mission-band__grid article {
    padding: 26px;
    border-bottom: 1px solid rgba(255,255,255,.24);
  }

  .business-value-band article:nth-child(n+3),
  .mission-band__grid article:nth-child(n+3) {
    border-bottom: 0;
  }

  .process-line::before {
    display: none;
  }

  .process-line article:last-child {
    grid-column: 1 / -1;
    max-width: 480px;
    justify-self: center;
  }

  .academy-feature-band {
    grid-template-columns: 112px 1fr;
  }

  .academy-feature-band > .button {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .business-founder,
  .about-story,
  .meet-founder {
    grid-template-columns: 1fr;
  }

  .business-founder__copy {
    padding: 40px 0;
  }

  .business-founder__media {
    min-height: 430px;
  }

  .business-contact-cta {
    grid-template-columns: 1fr;
  }

  .program-detail {
    grid-template-columns: 190px 1fr;
  }

  .program-detail__included {
    border-top: 1px solid var(--home-line);
  }

  .program-detail__price {
    grid-column: 1 / -1;
  }

  .comparison-table-wrap {
    overflow-x: auto;
  }

  .comparison-table-wrap table {
    min-width: 760px;
  }

  .payment-guidance {
    grid-template-columns: 92px 1fr;
  }

  .payment-guidance .button {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .program-guidance-band {
    grid-template-columns: 1fr;
    padding-top: 24px;
  }

  .program-guidance-band > img {
    width: min(320px, 100%);
    justify-self: center;
  }

  .program-guidance-band__contact {
    grid-column: auto;
  }

  .about-story {
    gap: 30px;
  }

  .about-story__mark {
    grid-row: 1;
  }
}

@media (max-width: 620px) {
  .business-hero h1 .business-hero__lead {
    font-size: .72em;
    line-height: 1.08;
  }

  .home-page .business-header .button.header-enroll {
    width: 104px;
    min-width: 104px;
    padding-right: 13px;
    padding-left: 13px;
    font-size: 0;
    justify-self: end;
  }

  .home-page .business-header .button.header-enroll::before {
    content: "Schedule";
    font-size: .76rem;
  }

  .business-hero__media,
  .inner-page-hero__media {
    min-height: 430px;
  }

  .business-hero__media img {
    object-position: 56% center;
  }

  .inner-page-hero__media img {
    object-position: center top;
  }

  .contact-guidance {
    width: calc(100% - 24px);
    padding: 42px 22px;
  }

  .contact-guidance::before {
    inset: 10px;
  }

  .contact-guidance__intro h2 {
    font-size: 2.65rem;
  }

  .contact-support-list {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .contact-guidance__card {
    padding: 28px 20px;
  }

  .contact-guidance__divider {
    font-size: .8rem;
  }

  .business-section-heading {
    margin-bottom: 34px;
  }

  .business-section-heading h2 {
    font-size: 2.5rem;
  }

  .service-rail,
  .business-value-band,
  .process-line,
  .audience-rail,
  .mission-band__grid {
    grid-template-columns: 1fr;
  }

  .service-rail article,
  .service-rail article:nth-child(2),
  .audience-rail article,
  .audience-rail article:nth-child(2) {
    grid-column: auto;
    border-right: 0;
    border-bottom: 1px solid var(--home-line);
  }

  .service-rail article:last-child,
  .audience-rail article:last-child {
    border-bottom: 0;
  }

  .business-value-band article,
  .business-value-band article:nth-child(2),
  .mission-band__grid article,
  .mission-band__grid article:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.24);
  }

  .business-value-band article:last-child,
  .mission-band__grid article:last-child {
    border-bottom: 0;
  }

  .process-line article,
  .process-line article:last-child {
    grid-column: auto;
    padding: 0 18px 38px;
  }

  .academy-feature-band {
    width: calc(100% - 40px);
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 28px 22px;
  }

  .academy-feature-band__icon {
    width: 88px;
    height: 88px;
  }

  .academy-feature-band__icon svg {
    width: 42px;
    height: 42px;
  }

  .academy-feature-band > .button {
    grid-column: auto;
    justify-self: stretch;
  }

  .business-founder {
    padding-bottom: 0;
  }

  .business-founder__media,
  .meet-founder__media,
  .meet-founder__media img {
    min-height: 410px;
  }

  .business-contact-cta {
    width: calc(100% - 40px);
    padding: 28px 22px;
  }

  .program-details {
    width: calc(100% - 40px);
  }

  .program-detail {
    grid-template-columns: 1fr;
    border: 1px solid var(--home-line);
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 22px;
  }

  .program-detail > div {
    border-right: 0;
    border-bottom: 1px solid var(--home-line);
  }

  .program-detail > div:last-child {
    border-bottom: 0;
  }

  .program-detail__identity {
    min-height: 230px;
  }

  .program-detail__price {
    grid-column: auto;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .program-detail__price .button {
    grid-column: auto;
    grid-row: auto;
    margin-top: 18px;
  }

  .payment-guidance {
    width: calc(100% - 40px);
    grid-template-columns: 1fr;
    padding: 26px 22px;
  }

  .program-guidance-band {
    padding: 24px 20px 34px;
  }

  .program-guidance-band__contact {
    padding-bottom: 0;
  }

  .about-story__mark img {
    width: min(290px, 82%);
  }

  .mission-band {
    padding: 50px 20px;
  }

  .meet-founder {
    gap: 36px;
  }
}

/* Social brand backgrounds: keep footer buttons colored even when generic link styles load later. */
.footer-socials a.direct-icon.direct-icon--whatsapp{background-color:#10b943!important;background-image:linear-gradient(145deg,#38e56a 0%,#10b943 58%,#079731 100%)!important}
.footer-socials a.direct-icon.direct-icon--instagram{background-color:#d8218b!important;background-image:radial-gradient(circle at 32% 105%,#ffd15c 0 18%,transparent 37%),radial-gradient(circle at 18% 18%,#7d4cff 0 20%,transparent 42%),linear-gradient(135deg,#7a39f5 0%,#d8218b 48%,#ff6231 100%)!important}
.footer-socials a.direct-icon.direct-icon--facebook{background-color:#1877f2!important;background-image:linear-gradient(145deg,#2f8cff 0%,#1877f2 58%,#0b51b7 100%)!important}
.footer-socials a.direct-icon.direct-icon--tiktok{background-color:#090a0d!important;background-image:radial-gradient(circle at 22% 18%,rgba(37,244,238,.48),transparent 35%),radial-gradient(circle at 82% 86%,rgba(254,44,85,.52),transparent 38%),linear-gradient(145deg,#24252d 0%,#090a0d 72%,#17181d 100%)!important}
