:root {
  --bg: #fffdf8;
  --surface: #ffffff;
  --ink: #161616;
  --muted: #5f5f63;
  --line: #171717;
  --soft-line: #d8d5ce;
  --indigo: #5146e5;
  --indigo-dark: #3329ad;
  --yellow: #ffd84d;
  --teal: #8de0cd;
  --pink: #ff9db7;
  --blue: #b5d8ff;
  --shadow: 5px 5px 0 var(--line);
  --shadow-small: 3px 3px 0 var(--line);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--bg); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.wrap { width: min(1120px, calc(100% - 36px)); margin: 0 auto; }
.skip-link { position: absolute; top: -100px; left: 12px; z-index: 8; padding: 10px 14px; color: #fff; background: var(--indigo); border: 2px solid var(--line); }
.skip-link:focus { top: 12px; }
.site-header { position: sticky; top: 0; z-index: 6; border-bottom: 2px solid var(--line); background: var(--bg); }
.nav { display: flex; min-height: 69px; align-items: center; justify-content: space-between; gap: 18px; }
.logo { display: inline-flex; align-items: center; gap: 9px; font-size: 1.08rem; font-weight: 900; letter-spacing: -.05em; }
.logo-mark { display: grid; width: 29px; height: 29px; place-items: center; color: var(--ink); background: var(--yellow); border: 2px solid var(--line); border-radius: 7px; box-shadow: var(--shadow-small); transform: rotate(-4deg); }
.logo-mark::after { width: 11px; height: 11px; content: ""; border: 2px solid currentColor; border-radius: 50%; }
.nav-links { display: none; align-items: center; gap: 23px; color: var(--muted); font-size: .87rem; font-weight: 750; }
.nav-links a:hover { color: var(--indigo); }
.nav-links .button-primary, .nav-links .button-primary:hover { color: #fff; }
.nav-links a[aria-current="page"] { color: var(--ink); text-decoration: underline; text-decoration-color: var(--indigo); text-decoration-thickness: 3px; text-underline-offset: 5px; }
.button { display: inline-flex; min-height: 45px; align-items: center; justify-content: center; gap: 8px; padding: 0 16px; color: var(--ink); border: 2px solid var(--line); border-radius: 8px; background: var(--surface); box-shadow: var(--shadow-small); font-size: .87rem; font-weight: 850; cursor: pointer; transition: transform .14s ease, box-shadow .14s ease; }
.button:hover { transform: translate(-2px, -2px); box-shadow: 5px 5px 0 var(--line); }
.button:active { transform: translate(2px, 2px); box-shadow: 1px 1px 0 var(--line); }
.button-primary { color: #fff; background: var(--indigo); }
.button-yellow { background: var(--yellow); }
.mobile-menu { display: inline-grid; width: 40px; height: 40px; place-items: center; padding: 0; border: 2px solid var(--line); border-radius: 8px; background: var(--surface); box-shadow: var(--shadow-small); color: var(--ink); cursor: pointer; }
.mobile-menu { display: grid; }
.mobile-menu span, .mobile-menu span::before, .mobile-menu span::after { display: block; width: 16px; height: 2px; background: currentColor; content: ""; }
.mobile-menu span::before { transform: translateY(-5px); } .mobile-menu span::after { transform: translateY(3px); }
.nav-tools { display: flex; gap: 8px; align-items: center; }
.hero { padding: 75px 0 90px; border-bottom: 2px solid var(--line); }
.hero-grid { display: grid; gap: 49px; align-items: center; }
.kicker { display: inline-block; margin-bottom: 17px; padding: 5px 9px; color: var(--ink); background: var(--yellow); border: 2px solid var(--line); font-size: .72rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; transform: rotate(-2deg); }
h1, h2, h3 { margin-top: 0; line-height: 1.05; letter-spacing: -.055em; }
h1 { max-width: 680px; margin-bottom: 20px; font-size: clamp(2.65rem, 8vw, 5.3rem); }
h2 { font-size: clamp(2rem, 5vw, 3.2rem); }
h3 { font-size: 1.18rem; }
.hero-copy > p:not(.kicker) { max-width: 610px; color: var(--muted); font-size: 1.06rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 27px; }
.microcopy { margin: 15px 0 0; color: var(--muted); font-size: .82rem; }
.hero-art { position: relative; max-width: 465px; margin: 0 auto; }
.doodle { position: absolute; color: var(--indigo); font-size: 2.2rem; font-weight: 900; line-height: 1; }
.doodle.one { top: -25px; right: 20px; transform: rotate(12deg); } .doodle.two { bottom: -27px; left: -10px; transform: rotate(-12deg); }
.dashboard { padding: 11px; border: 2px solid var(--line); border-radius: 14px; background: var(--surface); box-shadow: 8px 8px 0 var(--line); transform: rotate(1deg); }
.dashboard-head { display: flex; justify-content: space-between; padding: 9px 8px 14px; font-size: .72rem; font-weight: 800; }
.dashboard-brand { font-size: .95rem; }
.dash-course { min-height: 145px; padding: 19px; display: flex; align-items: flex-end; border: 2px solid var(--line); border-radius: 8px; background: var(--blue); }
.dash-course strong { max-width: 220px; font-size: 1.45rem; line-height: 1.05; }
.dash-body { padding: 17px 8px 8px; }
.tiny-label { margin: 0 0 7px; color: var(--muted); font-size: .72rem; font-weight: 800; }
.progress { height: 12px; overflow: hidden; border: 2px solid var(--line); border-radius: 99px; background: var(--surface); }
.progress i { display: block; width: 68%; height: 100%; background: var(--teal); border-right: 2px solid var(--line); }
.progress-row { display: flex; justify-content: space-between; margin-top: 6px; color: var(--muted); font-size: .72rem; font-weight: 700; }
.earned { position: absolute; right: -10px; bottom: 18px; padding: 12px 14px; border: 2px solid var(--line); border-radius: 8px; background: var(--teal); box-shadow: var(--shadow); transform: rotate(-3deg); }
.earned strong, .earned span { display: block; } .earned strong { font-size: 1.2rem; } .earned span { font-size: .7rem; font-weight: 800; }
.section { padding: 78px 0; border-bottom: 2px solid var(--line); }
.section-tint { background: var(--yellow); }
.section-heading { max-width: 650px; margin-bottom: 34px; } .section-heading p { color: var(--muted); }
.center { margin-right: auto; margin-left: auto; text-align: center; }
.label { margin-bottom: 10px; color: var(--indigo); font-size: .73rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.grid-3, .benefits, .steps-grid { display: grid; gap: 16px; }
.panel { padding: 23px 20px; border: 2px solid var(--line); border-radius: 10px; background: var(--surface); box-shadow: var(--shadow-small); }
.panel:nth-child(2) { background: var(--pink); } .panel:nth-child(3) { background: var(--teal); }
.panel-icon { display: grid; width: 40px; height: 40px; place-items: center; margin-bottom: 18px; border: 2px solid var(--line); border-radius: 50%; background: var(--yellow); font-weight: 900; }
.panel p, .benefit p, .page-intro p { margin: 0; color: var(--muted); font-size: .9rem; }
.how-grid { display: grid; gap: 18px; }
.how-card { padding: 27px 23px; border: 2px solid var(--line); border-radius: 10px; box-shadow: var(--shadow); }
.how-card.learner { background: var(--indigo); color: #fff; } .how-card.creator { background: var(--teal); }
.how-card p { color: inherit; opacity: .82; } .how-card.creator p { opacity: .8; }
.steps { display: grid; gap: 14px; margin-top: 23px; } .step { display: flex; align-items: flex-start; gap: 11px; font-weight: 750; font-size: .88rem; } .step-number { display: grid; flex: 0 0 27px; height: 27px; place-items: center; color: var(--ink); border: 2px solid var(--line); border-radius: 50%; background: var(--yellow); font-size: .75rem; }
.benefits { grid-template-columns: repeat(2, 1fr); } .benefit { padding: 19px 16px; border: 2px solid var(--line); border-radius: 8px; background: var(--surface); } .benefit-mark { margin-bottom: 12px; color: var(--indigo); font-size: 1.25rem; font-weight: 900; } .benefit h3 { margin-bottom: 6px; font-size: .94rem; letter-spacing: -.025em; }
.page-hero { padding: 72px 0 66px; background: var(--yellow); border-bottom: 2px solid var(--line); } .page-intro { max-width: 700px; } .page-intro h1 { font-size: clamp(2.6rem, 7vw, 4.5rem); } .page-intro p { max-width: 610px; color: var(--ink); font-size: 1.05rem; }
.story-grid { display: grid; gap: 18px; align-items: start; } .number-list { display: grid; gap: 13px; } .number-item { display: grid; grid-template-columns: 42px 1fr; gap: 13px; padding: 18px; border: 2px solid var(--line); border-radius: 8px; background: var(--surface); box-shadow: var(--shadow-small); } .number-item b { display: grid; width: 38px; height: 38px; place-items: center; border: 2px solid var(--line); border-radius: 50%; background: var(--pink); } .number-item h3 { margin: 0 0 5px; font-size: 1rem; } .number-item p { margin: 0; color: var(--muted); font-size: .88rem; }
.callout { padding: 27px 23px; border: 2px solid var(--line); border-radius: 9px; background: var(--blue); box-shadow: var(--shadow); } .callout h2 { font-size: 2rem; } .callout p { color: var(--muted); }
.form-section { background: var(--indigo); color: #fff; } .form-layout { display: grid; gap: 35px; align-items: start; } .form-layout .section-heading p { color: #e4e2ff; } .form-card { padding: 25px; color: var(--ink); border: 2px solid var(--line); border-radius: 10px; background: var(--surface); box-shadow: var(--shadow); } label, legend { display: block; margin-bottom: 6px; font-size: .78rem; font-weight: 800; } fieldset { min-width: 0; padding: 0; border: 0; } input, textarea, select { width: 100%; padding: 11px 12px; color: var(--ink); border: 2px solid var(--line); border-radius: 6px; background: var(--surface); outline: none; } input:not([type="radio"]):focus, textarea:focus, select:focus { box-shadow: 3px 3px 0 var(--indigo); } input[type="radio"]:focus { box-shadow: none; outline: none; } textarea { min-height: 90px; resize: vertical; } .form-field { margin-bottom: 16px; } .form-row { display: grid; gap: 15px; } .radio-group { display: flex; flex-wrap: wrap; gap: 8px; } .radio-option { display: inline-flex; align-items: center; gap: 5px; margin: 0; padding: 8px 10px; border: 2px solid var(--line); border-radius: 6px; font-size: .78rem; cursor: pointer; } .radio-option input { width: auto; accent-color: var(--indigo); } .honey { position: absolute; left: -9999px; } .form-card .button { width: 100%; } .form-note { margin: 12px 0 0; color: var(--muted); font-size: .72rem; text-align: center; } .success { display: none; margin: 16px 0 0; color: #08786d; font-weight: 800; text-align: center; }
.faq-list { max-width: 780px; margin: 0 auto; border-top: 2px solid var(--line); } details { border-bottom: 2px solid var(--line); } summary { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 19px 0; font-weight: 800; cursor: pointer; list-style: none; } summary::-webkit-details-marker { display: none; } summary::after { content: "+"; font-size: 1.3rem; } details[open] summary::after { content: "-"; } details p { max-width: 650px; margin: -2px 0 19px; color: var(--muted); font-size: .9rem; }
.proof { text-align: center; } .proof h2 { max-width: 680px; margin: 0 auto 17px; } .avatars { display: flex; justify-content: center; margin: 24px 0 10px; } .avatar { display: grid; width: 39px; height: 39px; margin-left: -7px; place-items: center; border: 2px solid var(--line); border-radius: 50%; background: var(--pink); font-size: .68rem; font-weight: 900; } .avatar:nth-child(2) { background: var(--teal); } .avatar:nth-child(3) { background: var(--blue); } .avatar:nth-child(4) { background: var(--yellow); } .avatar:nth-child(5) { background: var(--surface); } .proof small { color: var(--muted); font-weight: 750; }
footer { padding: 27px 0; border-top: 2px solid var(--line); background: var(--surface); color: var(--muted); font-size: .78rem; } .footer-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 17px; } .footer-links { display: flex; flex-wrap: wrap; gap: 16px; font-weight: 750; } .footer-note { width: 100%; margin: 0; }
@media (min-width: 680px) { .wrap { width: min(1120px, calc(100% - 64px)); } .nav-links { display: flex; } .mobile-menu { display: none; } .grid-3 { grid-template-columns: repeat(3, 1fr); } .benefits { grid-template-columns: repeat(3, 1fr); } .form-row { grid-template-columns: 1fr 1fr; } .story-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 840px) { .hero { padding-top: 102px; padding-bottom: 115px; } .hero-grid { grid-template-columns: 1.05fr .95fr; } .how-grid, .form-layout { grid-template-columns: 1fr 1fr; } .form-card { padding: 31px; } }
@media (max-width: 679px) { .nav-links.open { position: absolute; top: 69px; left: 18px; right: 18px; display: grid; gap: 0; padding: 8px; border: 2px solid var(--line); background: var(--surface); box-shadow: var(--shadow); } .nav-links.open a { padding: 11px; } .nav-links.open .button { margin: 8px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; } }
