:root {
  --red: #c40000;
  --red-dark: #990000;
  --red-deep: #730000;
  --yellow: #f5d900;
  --yellow-dark: #dfc400;
  --ink: #121212;
  --ink-soft: #4a4a4a;
  --muted: #727272;
  --paper: #ffffff;
  --soft: #f7f7f7;
  --cream: #fffaf0;
  --line: #e5e5e5;
  --shadow-lg: 0 24px 70px rgba(0,0,0,.14);
  --radius-lg: 30px;
  --max-width: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.035em; }
h1 { margin-bottom: 24px; font-size: clamp(3rem, 7vw, 5.5rem); }
h2 { margin-bottom: 18px; font-size: clamp(2.2rem, 4.3vw, 4rem); }
h3 { margin-bottom: 8px; font-size: 1.25rem; }
p { color: var(--ink-soft); }
.container { width: min(calc(100% - 40px), var(--max-width)); margin-inline: auto; }
.section { padding: 104px 0; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 9999; padding: 12px 16px; border-radius: 10px; color: #000; background: var(--yellow); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.top-bar { color: #fff; background: var(--red); font-size: .82rem; font-weight: 800; }
.top-bar-inner { display: flex; min-height: 36px; align-items: center; justify-content: space-between; gap: 20px; }
.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.97); backdrop-filter: blur(14px); }
.header-inner { display: flex; min-height: 86px; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 14px; text-decoration: none; }
.brand img { width: 68px; height: 68px; object-fit: cover; border-radius: 14px; box-shadow: 0 6px 18px rgba(0,0,0,.12); }
.brand-text { display: grid; gap: 3px; }
.brand-text strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.42rem; line-height: 1; }
.brand-text small { color: var(--red); font-size: .78rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 25px; }
.site-nav a { font-size: .92rem; font-weight: 800; text-decoration: none; }
.site-nav a:not(.button):hover { color: var(--red); }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 9px; padding: 13px 23px; border: 2px solid transparent; border-radius: 999px; color: #000; background: var(--yellow); box-shadow: 0 9px 24px rgba(245,217,0,.25); font-weight: 900; line-height: 1; text-align: center; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.button:hover, .button:focus-visible { background: var(--yellow-dark); transform: translateY(-2px); }
.button-secondary { border-color: var(--red); color: var(--red); background: #fff; box-shadow: none; }
.button-secondary:hover, .button-secondary:focus-visible { color: #fff; background: var(--red); }
.button-small { min-height: 44px; padding: 10px 18px; font-size: .88rem; }
.button-wide { width: 100%; }

.hero { position: relative; overflow: hidden; padding: 88px 0 96px; background: var(--cream); }
.hero::before { position: absolute; inset: 0 0 0 59%; background: var(--red); content: ""; }
.hero::after { position: absolute; right: 5%; top: 48%; width: 420px; height: 105px; border-radius: 20px; background: var(--yellow); content: ""; transform: translateY(-50%) rotate(-38deg); }
.hero-grid { display: grid; align-items: center; gap: 64px; grid-template-columns: minmax(0,1.08fr) minmax(350px,.92fr); }
.hero-copy { position: relative; z-index: 2; }
.hero-kicker { display: inline-flex; margin-bottom: 22px; padding: 8px 13px; border: 1px solid #d4d4d4; border-radius: 999px; color: var(--red); background: #fff; font-size: .8rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.hero h1 { max-width: 760px; }
.hero h1 span { color: var(--red); }
.hero-lead { max-width: 650px; margin-bottom: 30px; font-size: clamp(1.08rem,1.7vw,1.28rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 12px 22px; margin-top: 28px; color: var(--ink-soft); font-size: .92rem; font-weight: 750; }
.hero-trust span::before { margin-right: 8px; color: var(--red); content: "✓"; font-weight: 900; }
.academy-card { position: relative; z-index: 2; overflow: hidden; border: 1px solid rgba(255,255,255,.8); border-radius: 28px; background: #fff; box-shadow: 0 26px 75px rgba(0,0,0,.22); }
.academy-card-header { display: flex; align-items: center; gap: 16px; padding: 24px; border-bottom: 1px solid var(--line); }
.academy-card-header img { width: 82px; height: 82px; object-fit: cover; border-radius: 16px; }
.academy-card-header div { display: grid; gap: 3px; }
.academy-card-header strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.7rem; }
.academy-card-header span { color: var(--red); font-size: .8rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.academy-card-body { display: grid; grid-template-columns: repeat(2,1fr); }
.academy-stat { padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.academy-stat:nth-child(2n) { border-right: 0; }
.academy-stat:nth-child(n+3) { border-bottom: 0; }
.academy-stat strong { display: block; margin-bottom: 3px; color: var(--red); font-size: 1.42rem; }
.academy-stat span { color: var(--muted); font-size: .85rem; }
.academy-card-footer { padding: 16px 24px; color: #000; background: var(--yellow); font-size: .82rem; font-weight: 900; text-align: center; }

.academy-strip { border-block: 1px solid var(--line); background: #fff; }
.academy-strip-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.academy-strip-grid > div { position: relative; padding: 28px 22px; text-align: center; }
.academy-strip-grid > div:not(:last-child)::after { position: absolute; top: 24%; right: 0; width: 1px; height: 52%; background: var(--line); content: ""; }
.academy-strip strong { display: block; margin-bottom: 4px; }
.academy-strip span { color: var(--muted); font-size: .87rem; }

.section-eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px; color: var(--red); font-size: .78rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.section-eyebrow::before { width: 28px; height: 2px; background: currentColor; content: ""; }
.section-eyebrow.light { color: var(--yellow); }
.about { background: #fff; }
.about-grid { display: grid; align-items: start; gap: 80px; grid-template-columns: .92fr 1.08fr; }
.about-copy p { font-size: 1.08rem; }
.pill-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.pill-row span { padding: 8px 13px; border: 1px solid #d9d9d9; border-radius: 999px; color: var(--red); background: var(--cream); font-size: .82rem; font-weight: 850; }

.method { color: #fff; background: #111; }
.method-grid { display: grid; gap: 80px; grid-template-columns: .9fr 1.1fr; }
.method-intro { align-self: center; }
.method-intro p { color: #d6d6d6; font-size: 1.06rem; }
.method-steps article { display: grid; gap: 20px; grid-template-columns: 64px 1fr; padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.method-steps article:last-child { border-bottom: 0; }
.method-steps article > span { display: grid; width: 52px; height: 52px; place-items: center; border-radius: 14px; color: #000; background: var(--yellow); font-weight: 900; }
.method-steps p { margin-bottom: 0; color: #cfcfcf; }

.pricing { color: #fff; background: var(--red); }
.pricing-grid { display: grid; gap: 64px; grid-template-columns: 1fr 480px; }
.pricing-copy { align-self: center; }
.pricing-copy > p { max-width: 620px; color: #fff; font-size: 1.07rem; }
.offer-note { display: grid; gap: 4px; margin-top: 30px; padding: 22px 24px; border: 2px solid var(--yellow); border-radius: 18px; }
.offer-note strong { color: var(--yellow); }
.offer-note span { color: #fff; }
.membership-card { padding: 42px; border-radius: var(--radius-lg); color: var(--ink); background: #fff; box-shadow: var(--shadow-lg); }
.membership-badge { display: inline-flex; margin-bottom: 20px; padding: 8px 12px; border-radius: 999px; color: #000; background: var(--yellow); font-size: .78rem; font-weight: 900; }
.membership-price { display: flex; align-items: flex-end; margin-bottom: 12px; color: var(--red); }
.membership-price strong { font-size: clamp(4rem,7vw,5.6rem); letter-spacing: -.06em; line-height: .9; }
.membership-price span { margin: 0 0 7px 10px; color: var(--ink-soft); font-weight: 800; }
.membership-card ul { display: grid; gap: 12px; margin: 26px 0 30px; padding: 0; list-style: none; }
.membership-card li { display: flex; gap: 10px; color: var(--ink-soft); }
.membership-card li::before { color: var(--red); content: "✓"; font-weight: 900; }
.membership-card small { display: block; margin-top: 15px; color: var(--muted); font-size: .78rem; line-height: 1.5; }

.faq { background: #fff; }
.faq-grid { display: grid; gap: 70px; grid-template-columns: .78fr 1.22fr; }
.faq-heading { position: sticky; top: 125px; align-self: start; }
.faq-heading a { color: var(--red); font-weight: 850; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 24px 0; font-weight: 850; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { display: grid; width: 32px; height: 32px; flex: 0 0 32px; place-items: center; border-radius: 50%; color: #fff; background: var(--red); content: "+"; font-size: 1.15rem; transition: transform .2s ease; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details p { margin: 0 0 24px; }

.connect { background: var(--cream); }
.connect-card { display: grid; gap: 50px; grid-template-columns: .85fr 1.15fr; padding: 52px; border-radius: var(--radius-lg); color: #fff; background: #111; box-shadow: var(--shadow-lg); }
.connect-card p { color: #d4d4d4; }
.connect-links { display: grid; gap: 12px; }
.connect-links a { display: grid; gap: 3px; padding: 18px 20px; border: 1px solid rgba(255,255,255,.14); border-radius: 16px; text-decoration: none; transition: border-color .2s ease, transform .2s ease; }
.connect-links a:hover { border-color: var(--yellow); transform: translateX(3px); }
.connect-links strong { color: var(--yellow); }
.connect-links span { color: #eee; font-size: .9rem; }

.site-footer { padding: 56px 0 24px; color: #fff; background: var(--red-deep); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-brand { display: flex; align-items: center; gap: 15px; }
.footer-brand img { width: 76px; height: 76px; object-fit: cover; border-radius: 15px; }
.footer-brand div { display: grid; gap: 3px; }
.footer-brand strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; }
.footer-brand span { color: var(--yellow); font-size: .78rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 20px; }
.footer-links a { color: #f3e4e4; font-size: .9rem; text-decoration: none; }
.footer-links a:hover { color: var(--yellow); }
.footer-bottom { margin-top: 34px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.18); color: #e7cece; font-size: .8rem; }

:focus-visible { outline: 3px solid rgba(245,217,0,.72); outline-offset: 3px; }

@media (max-width: 960px) {
  .top-bar-inner { justify-content: center; }
  .top-bar-inner span:last-child { display: none; }
  .site-nav a:not(.button) { display: none; }
  .hero { background: var(--cream); }
  .hero::before { inset: auto 0 0 0; height: 43%; }
  .hero::after { right: 50%; top: auto; bottom: 110px; width: 330px; transform: translateX(50%) rotate(-38deg); }
  .hero-grid, .about-grid, .method-grid, .pricing-grid, .faq-grid, .connect-card { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero h1, .hero-lead { margin-inline: auto; }
  .hero-actions, .hero-trust { justify-content: center; }
  .academy-card { width: min(560px,100%); margin-inline: auto; }
  .faq-heading { position: static; }
}

@media (max-width: 700px) {
  .container { width: min(calc(100% - 28px), var(--max-width)); }
  .section { padding: 76px 0; }
  .header-inner { min-height: 76px; }
  .brand img { width: 58px; height: 58px; border-radius: 12px; }
  .brand-text strong { font-size: 1.18rem; }
  .brand-text small { font-size: .66rem; }
  .site-nav { gap: 0; }
  .button-small { padding-inline: 14px; }
  h1 { font-size: clamp(2.65rem,12vw,4.3rem); }
  .hero { padding: 58px 0 72px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-trust { flex-direction: column; align-items: center; }
  .academy-strip-grid { grid-template-columns: 1fr 1fr; }
  .academy-strip-grid > div:nth-child(2)::after { display: none; }
  .academy-strip-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .about-grid, .method-grid, .pricing-grid, .faq-grid { gap: 42px; }
  .membership-card, .connect-card { padding: 28px; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
  .footer-links { justify-content: flex-start; }
}

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