:root {
  --navy: #142f43;
  --blue: #2467c9;
  --cream: #faf9f5;
  --text: #45545e;
  --line: #dde1df;
  --yellow: #f4d577;
  --light-blue: #e9f1f8;
  --radius: 18px;
  --mobile-cta-height: 0px;
  --consent-height: 0px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; scroll-padding-bottom: calc(var(--mobile-cta-height) + var(--consent-height) + 20px); }
body { margin: 0; background: var(--cream); color: var(--navy); font: 16px/1.6 Inter, "Segoe UI", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
img { display: block; max-width: 100%; height: auto; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { line-height: 1.15; letter-spacing: -.035em; }
h1 { font-size: clamp(36px, 3.4vw, 48px); font-weight: 650; }
h2 { font-size: clamp(30px, 3vw, 40px); font-weight: 600; }
h3 { font-size: 22px; font-weight: 600; }
p { color: var(--text); }
a, button, summary { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; border-radius: 4px; }
[hidden] { display: none !important; }
.container { width: min(1160px, calc(100% - 64px)); margin-inline: auto; }
.section { padding-block: 72px; }
.section-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: end; margin-bottom: 32px; }
.section-heading h2 { max-width: 500px; }
.section-heading > p { font-size: 15px; max-width: 460px; }
.eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; color: var(--blue); margin-bottom: 18px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 12px; min-height: 50px; padding: 13px 22px; border: 1px solid transparent; border-radius: 9px; background: var(--blue); color: #fff; font-size: 14px; font-weight: 600; line-height: 1.45; text-align: center; transition: background .15s; }
.button:active { filter: brightness(.92); }
.button:hover { background: #194f9f; }
.button-small { min-height: 44px; font-size: 13px; padding: 10px 16px; }
.button-outline { background: transparent; border-color: #b5c4d0; color: var(--navy); }
.button-outline:hover { background: var(--light-blue); }
.text-link { display: inline-block; padding-block: 8px; color: var(--blue); font-size: 14px; font-weight: 600; }
.text-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 30; padding: 12px; background: white; }
.skip-link:focus { top: 12px; }
/* Header */
.header { border-bottom: 1px solid var(--line); }
.header-inner { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 10px; font-size: 19px; font-weight: 700; line-height: 1.2; letter-spacing: -.04em; white-space: nowrap; }
.brand-light { font-weight: 400; }
.brand-mark { display: flex; align-items: center; justify-content: center; width: 38px; height: 40px; border-radius: 12px 12px 12px 3px; background: var(--navy); color: white; font-size: 31px; font-weight: 500; }
.brand-mark > span { color: var(--yellow); }
.brand-sub { display: block; font-size: 7px; letter-spacing: .1em; margin-top: 6px; font-weight: 500; }
.header nav { display: flex; align-items: center; gap: 24px; font-size: 13px; }
.header nav a { padding-block: 12px; }
.header nav a:hover { color: var(--blue); }
.menu-toggle { display: none; }
/* One portrait and one heading, shared by every screen size. */
.hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 400px); grid-template-rows: auto auto auto auto; column-gap: 64px; padding-block: 48px 52px; align-content: center; }
.hero-copy, .hero-title-group { display: contents; }
.hero .eyebrow { grid-column: 1; grid-row: 1; align-self: end; margin: 0 0 18px; font-size: 10px; }
.hero h1 { grid-column: 1; grid-row: 2; max-width: 620px; }
.hero-lead { display: block; text-wrap: balance; }
.hero-goal { display: block; color: var(--blue); max-width: 560px; font-size: .76em; font-weight: 500; line-height: 1.25; margin-top: 12px; text-wrap: balance; }
.hero-description { grid-column: 1; grid-row: 3; font-size: 16px; margin-block: 22px; max-width: 580px; }
.hero-actions { grid-column: 1; grid-row: 4; align-self: start; display: grid; justify-items: start; gap: 12px; }
.hero-actions .cta-note { margin: -4px 0 0; }
.trial-panel { display: grid; grid-template-columns: 1.4fr 1fr; gap: 36px; align-items: center; padding: 32px; background: var(--light-blue); border: 1px solid #cbd5dc; border-radius: var(--radius); }
.trial-panel h2 + p { margin-top: 20px; }
.trial-action .monthly-price { margin: 0 0 20px; }
.trial-action .button { width: 100%; }
.trial-action .cta-note, .plan-card .cta-note { text-align: center; }
.cta-note { margin-top: 12px; font-size: 12px; line-height: 1.5; }
.hero-visual { grid-column: 2; grid-row: 1 / 5; align-self: center; position: relative; max-width: 420px; width: 100%; justify-self: end; padding-bottom: 28px; }
.photo-frame { overflow: hidden; border-radius: 94px 18px 18px 18px; background: #e9c4a0; }
.photo-frame img { width: 100%; aspect-ratio: 1 / 1.07; object-fit: cover; }
.teacher-card { position: absolute; bottom: 0; left: 24px; right: 24px; padding: 15px 20px; border: 1px solid #e8e7e0; border-radius: 12px; background: white; box-shadow: 0 8px 24px #142f4308; }
.teacher-card strong { display: block; font-size: 18px; }
.teacher-card span { display: block; color: var(--text); font-size: 13px; }
/* Qualification */
.trust-strip { padding-block: 28px; background: #f0f2ed; border-block: 1px solid var(--line); }
.trust-strip h2 { font-size: 22px; letter-spacing: -.02em; }
.trust-facts { list-style: none; padding: 0; margin: 22px 0 0; display: grid; grid-template-columns: .7fr .9fr 1.3fr 1.4fr 1fr; gap: 20px; align-items: center; }
.trust-facts li + li { border-left: 1px solid #ccd4cd; padding-left: 20px; }
.trust-facts strong { display: block; font-size: 18px; font-weight: 600; }
.trust-facts span { display: block; color: var(--text); font-size: 13px; line-height: 1.5; }
/* Audience and lesson process */
.problem-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.problem-card { padding: 24px 22px; background: white; border: 1px solid var(--line); border-radius: var(--radius); }
.card-number { color: var(--blue); font-size: 12px; font-weight: 600; }
.problem-card h3 { font-size: 20px; line-height: 1.3; margin: 16px 0 12px; letter-spacing: -.025em; }
.problem-card p { font-size: 14px; }
#approach { padding-top: 12px; }
.learning-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.steps article { display: flex; gap: 16px; }
.steps article > span { width: 34px; height: 34px; display: grid; place-items: center; flex-shrink: 0; border-radius: 50%; background: var(--light-blue); color: var(--blue); font-size: 12px; font-weight: 600; }
.steps h3 { font-size: 21px; margin: 5px 0 12px; }
.steps p { font-size: 14px; }
.lesson-facts { display: flex; flex-wrap: wrap; list-style: none; gap: 10px 24px; margin: 28px 0 0; padding: 18px 22px; background: var(--light-blue); border-radius: 12px; font-size: 13px; }
.lesson-facts li::before { content: '✓'; margin-right: 8px; color: var(--blue); }
/* Programs */
#pricing { border-top: 1px solid var(--line); }
.pricing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.plan-card { position: relative; display: flex; flex-direction: column; padding: 32px; border: 1px solid #cbd5dc; border-radius: var(--radius); background: white; }
.plan-card.featured { border: 1px solid var(--blue); background: #edf3fc; box-shadow: inset 0 0 0 1px var(--blue); }
.plan-card h3 { font-size: 27px; }
.plan-count { margin-top: 8px; font-size: 15px; }
.plan-badge { position: absolute; top: -13px; right: 24px; padding: 4px 12px; background: var(--yellow); border-radius: 6px; font-size: 10px; font-weight: 700; letter-spacing: .06em; }
.monthly-price { margin-top: 22px; font-size: 52px; font-weight: 600; line-height: 1.15; letter-spacing: -.04em; }
.monthly-price span { font-size: 16px; font-weight: 400; letter-spacing: 0; white-space: nowrap; }
.unit-price { font-size: 13px; margin-top: 6px; }
.program-features { display: grid; gap: 10px; list-style: none; padding: 22px 0; margin: 22px 0 0; border-top: 1px solid #d9e0e7; font-size: 14px; }
.program-features li { position: relative; padding-left: 23px; }
.program-features li::before { content: '✓'; position: absolute; left: 0; color: var(--blue); }
.program-features strong { font-weight: 600; }
.plan-card .button { margin-top: auto; width: 100%; }
.pricing-notes { margin: 24px auto 0; max-width: 850px; text-align: center; font-size: 14px; }
.pricing-notes p + p { margin-top: 12px; }
/* Teacher */
.about { background: #f0f1eb; }
.about-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 64px; align-items: center; }
.about-photo { position: relative; max-width: 380px; }
.about-photo img { width: 100%; border-radius: var(--radius); }
.photo-caption { position: absolute; left: 20px; right: 20px; bottom: 20px; padding: 14px 18px; background: var(--cream); border-radius: 10px; font-size: 14px; line-height: 1.5; }
.about-copy > p:not(.eyebrow) { margin-top: 18px; font-size: 15px; }
.credentials { display: flex; gap: 32px; padding-block: 18px; margin-block: 24px 12px; border-block: 1px solid #d3d9cf; }
.credentials strong { display: block; font-size: 20px; }
.credentials span { display: block; margin-top: 4px; font-size: 12px; color: var(--text); }
/* FAQ */
.faq > div:first-child { margin-bottom: 28px; }
.faq-list { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; border-top: 1px solid var(--line); }
.faq-list details { break-inside: avoid; border-bottom: 1px solid var(--line); }

summary { position: relative; padding: 19px 32px 19px 0; cursor: pointer; list-style: none; font-size: 15px; font-weight: 600; line-height: 1.5; }
summary::-webkit-details-marker { display: none; }
summary::after { content: '+'; position: absolute; top: 14px; right: 3px; color: var(--blue); font-size: 25px; font-weight: 400; }
details[open] summary::after { content: '−'; }
details p { font-size: 14px; padding: 0 28px 20px 0; }
/* Final contact and footer */
.final-cta { background: var(--light-blue); padding-block: 60px; text-align: center; }
.final-cta .container { max-width: 760px; }
.final-star { display: block; color: #94701c; font-size: 40px; line-height: 1; margin-bottom: 18px; }
.final-cta .button { margin-block: 24px 16px; }
.final-cta p:last-child { font-size: 14px; max-width: 530px; margin-inline: auto; }
.footer { padding-block: 32px calc(32px + var(--mobile-cta-height) + var(--consent-height)); }
.footer-top { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.footer-top > span { font-size: 12px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 40px; margin-top: 20px; font-size: 12px; color: var(--text); }
.footer-bottom p { max-width: 540px; }
.privacy-settings { background: none; border: 0; min-height: 44px; padding: 10px 0; margin-top: 10px; font-size: 12px; text-decoration: underline; }
/* Consent is a compact card; the mobile action appears only after the hero. */
.consent-banner { position: fixed; bottom: calc(var(--mobile-cta-height) + 16px); left: 24px; width: min(440px, calc(100% - 48px)); z-index: 20; padding: 16px; border: 1px solid #cbd5dc; border-radius: 12px; background: #f8fafc; box-shadow: 0 4px 24px #142f4314; }
.consent-inner.container { width: 100%; }
.consent-inner p { font-size: 12px; line-height: 1.5; }
.consent-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 12px; }
.consent-actions .button { min-height: 44px; font-size: 13px; }
.mobile-cta { display: none; }
@media (max-width: 1100px) {
  .header-cta { display: none; }
  .hero { column-gap: 36px; grid-template-columns: minmax(0, 1fr) minmax(0, 360px); }
  .hero-visual { max-width: 360px; }
  .trust-facts { gap: 14px; }
  .trust-facts li + li { padding-left: 14px; }
  .problem-grid { grid-template-columns: repeat(2, 1fr); }
  .problem-card h3 { margin-top: 10px; }
  .about-grid, .faq { gap: 40px; }
}
@media (min-width: 701px) and (max-width: 900px) {
  .hero { grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr); column-gap: 28px; padding-block: 36px; }
  .hero h1 { font-size: 35px; }
  .hero-description { font-size: 15px; }
  .teacher-card { left: 12px; right: 12px; padding: 12px; }
  .teacher-card strong { font-size: 16px; }
  .teacher-card span { font-size: 12px; }
  .trust-facts { grid-template-columns: repeat(3, 1fr); row-gap: 18px; }
  .trust-facts li:nth-child(4) { border-left: 0; padding-left: 0; }
  .learning-steps { gap: 20px; }
  .steps article { display: block; }
  .steps h3 { margin-top: 14px; }
}
@media (max-width: 700px) {
  .container { width: calc(100% - 40px); }
  .section { padding-block: 44px; }
  h2 { font-size: 30px; }
  .section-heading { grid-template-columns: 1fr; gap: 16px; margin-bottom: 24px; }
  .section-heading > p { font-size: 15px; }
  .eyebrow { font-size: 10px; letter-spacing: .07em; margin-bottom: 14px; }
  .header-inner { min-height: 64px; flex-wrap: wrap; gap: 0; }
  .brand { font-size: 18px; }
  .brand-mark { width: 34px; height: 36px; font-size: 28px; }
  .brand-sub { font-size: 6px; }
  .header nav { width: 100%; flex-wrap: wrap; justify-content: space-between; gap: 8px; font-size: 13px; padding-block: 8px; }
  .js .header nav { display: none; }
  .js .header nav.is-open { display: flex; }
  .js .menu-toggle { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 6px; width: 44px; height: 44px; border: 1px solid #cbd3d8; border-radius: 8px; background: transparent; }
  .menu-toggle span { width: 18px; height: 2px; background: var(--navy); }
  .hero { display: block; padding-block: 24px 32px; }
  .hero-copy { display: block; }
  .hero .eyebrow { font-size: 9px; letter-spacing: .02em; margin-bottom: 18px; }
  .hero-title-group { display: block; position: relative; }
  .hero h1 { font-size: 31px; line-height: 1.13; letter-spacing: -.035em; }
  .hero-lead { display: block; padding-right: 126px; min-height: 148px; }
  .hero-goal { display: block; font-size: 27px; font-weight: 600; margin-top: 14px; text-wrap: initial; }
  .hero-visual { position: absolute; top: 0; right: 0; width: 112px; padding: 0; }
  .photo-frame { border-radius: 42px 12px 12px 12px; }
  .photo-frame img { width: 112px; height: 148px; aspect-ratio: auto; object-fit: cover; }
  .teacher-card { display: none; }
  .hero-description { font-size: 15px; line-height: 1.6; margin-block: 18px 22px; }
  .hero-actions .button { width: 100%; padding-inline: 12px; font-size: 14px; }
  .cta-note { font-size: 11px; text-align: center; margin-top: 10px; }
  .trust-strip { padding-block: 24px; }
  .trust-strip h2 { font-size: 21px; line-height: 1.25; }
  .trust-facts { grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 18px; }
  .trust-facts li + li { padding-left: 0; border-left: 0; }
  .trust-facts li { padding: 0; }
  .trust-facts li:nth-child(n+3) { grid-column: 1 / -1; border-top: 1px solid #d5dcd3; padding-top: 12px; }
  .trust-facts li:nth-child(n+3) strong { display: inline; margin-right: 4px; font-size: 14px; }
  .trust-facts li:nth-child(n+3) span { display: inline; }
  .trust-facts span { font-size: 13px; }
  .problem-grid { grid-template-columns: 1fr; gap: 12px; }
  .problem-card { display: grid; grid-template-columns: 24px 1fr; column-gap: 12px; padding: 18px; border-radius: 12px; }
  .card-number { grid-column: 1; grid-row: 1 / 3; padding-top: 3px; }
  .problem-card h3 { grid-column: 2; margin: 0 0 8px; font-size: 19px; }
  .problem-card p { grid-column: 2; font-size: 14px; }
  #approach { padding-top: 0; }
  .learning-steps { grid-template-columns: 1fr; gap: 22px; }
  .steps h3 { font-size: 20px; margin-top: 4px; margin-bottom: 8px; }
  .steps p { font-size: 14px; }
  .lesson-facts { display: grid; gap: 9px; padding: 16px 18px; margin-top: 24px; }
  .trial-panel { grid-template-columns: 1fr; padding: 24px; gap: 24px; }
  .pricing-grid { grid-template-columns: 1fr; gap: 28px; }
  .plan-card { padding: 24px; }
  .plan-card h3 { font-size: 26px; }
  .monthly-price { font-size: 48px; margin-top: 16px; }
  .program-features { margin-top: 18px; padding-block: 18px; }
  .pricing-notes { text-align: left; font-size: 14px; }
  .about-grid { grid-template-columns: 1fr; gap: 24px; }
  .about-photo { max-width: 340px; justify-self: center; }
  .about-photo img { max-height: 360px; object-fit: cover; object-position: center 32%; }
  .photo-caption { left: 16px; right: 16px; bottom: 16px; padding: 12px 14px; font-size: 13px; }
  .about-copy > p:not(.eyebrow) { font-size: 15px; margin-top: 16px; }
  .credentials { gap: 24px; }
  .credentials span { font-size: 11px; }
  .faq-list { grid-template-columns: 1fr; gap: 0; }
  summary { font-size: 15px; padding-block: 17px; }
  .final-cta { padding-block: 44px; }
  .final-cta h2 br { display: none; }
  .final-cta .button { width: 100%; }
  .final-cta .eyebrow { font-size: 9px; }
  .footer-top { gap: 12px; }
  .footer-top > span { display: none; }
  .footer-bottom { flex-direction: column; gap: 12px; }
  .consent-banner { left: 12px; width: calc(100% - 24px); bottom: calc(var(--mobile-cta-height) + 10px); padding: 12px; }
  .consent-inner p { font-size: 12px; }
  .consent-actions { margin-top: 8px; gap: 8px; }
  .mobile-cta:not([hidden]) { display: block; position: fixed; bottom: 0; left: 0; right: 0; padding: 10px 20px calc(10px + env(safe-area-inset-bottom)); background: var(--cream); border-top: 1px solid var(--line); z-index: 15; }
  .mobile-cta .cta-note { margin-top: 4px; font-size: 10px; }
  .mobile-cta .button { width: 100%; min-height: 46px; font-size: 14px; padding-block: 10px; }
}
@media (max-width: 374px) {
  .hero h1 { font-size: 29px; }
  .hero-goal { font-size: 26px; }
  .hero-lead { padding-right: 116px; }
  .hero-visual, .photo-frame img { width: 102px; }
  .hero .eyebrow { font-size: 8.5px; }
  .hero-actions .button { font-size: 13px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
