:root {
  --black: #111111;
  --ink: #20211f;
  --muted: #6d706b;
  --line: #e7e9e5;
  --paper: #ffffff;
  --soft: #f4f5f2;
  --lime: #c7ff00;
  --forest: #17372b;
  --orange: #ef6e3b;
  --shadow: 0 18px 55px rgba(20, 29, 22, 0.09);
  --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }

.site-header {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  height: 76px;
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 28px;
}
.brand { display: inline-flex; align-items: center; width: 142px; height: 58px; overflow: hidden; }
.brand img { width: 142px; height: 80px; object-fit: contain; }
.desktop-nav { display: flex; gap: 30px; align-items: center; font-size: 13px; color: var(--muted); }
.desktop-nav a:hover, .text-link:hover { color: var(--ink); }
.site-header > .button { justify-self: end; }
.button {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  gap: 14px;
  justify-content: center;
  padding: 15px 22px;
  transition: transform .2s ease, background-color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button span { font-size: 16px; line-height: 0; }
.button-small { font-size: 12px; padding: 11px 17px; }
.button-dark { background: var(--black); color: white; }
.button-dark:hover { background: #30312e; }
.button-lime { background: var(--lime); color: var(--black); }
.button-lime:hover { background: #d7ff55; }
.button-outline { border: 1px solid var(--line); color: var(--ink); }
.button-outline:hover { background: var(--soft); }
.menu-toggle, .mobile-nav { display: none; }

.section, .section-grid { margin: 0 auto; max-width: 1180px; padding: 128px 28px; }
.section-grid { display: grid; gap: 80px; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); }
.hero { align-items: center; min-height: 690px; padding-top: 90px; }
.eyebrow {
  color: var(--orange);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
  margin: 0 0 22px;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1, h2 { letter-spacing: -.055em; }
h1 {
  font-size: clamp(50px, 6.1vw, 83px);
  line-height: .98;
  max-width: 720px;
  margin-bottom: 28px;
}
h1 em, h2 em { color: var(--forest); font-style: normal; }
.hero-lede { color: var(--muted); font-size: 19px; line-height: 1.6; max-width: 500px; }
.hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 25px; margin-top: 38px; }
.text-link { color: var(--ink); font-size: 13px; font-weight: 700; }
.text-link span { color: var(--orange); font-size: 17px; margin-left: 8px; }
.hero-proof { align-items: center; color: var(--muted); display: flex; font-size: 12px; gap: 9px; margin-top: 68px; }
.proof-dot { background: var(--lime); border: 3px solid #efffc2; border-radius: 50%; height: 15px; width: 15px; }

.hero-art { min-height: 490px; position: relative; }
.hero-art img { display: block; height: auto; max-width: 100%; object-fit: contain; width: 100%; }
.browser-window { background: var(--soft); border-radius: 24px; box-shadow: var(--shadow); overflow: hidden; }
.browser-bar { align-items: center; background: #fff; border-bottom: 1px solid var(--line); display: flex; height: 43px; justify-content: space-between; padding: 0 20px; }
.browser-address { color: #777c75; font-size: 10px; }
.browser-status { color: var(--orange); font-size: 10px; font-weight: 700; }
.school-preview { background: #e9f1eb; min-height: 440px; padding: 27px; }
.preview-nav { align-items: center; color: #59665e; display: flex; font-size: 10px; gap: 22px; }
.preview-logo { align-items: center; background: var(--forest); border-radius: 50%; color: var(--lime); display: inline-flex; font-size: 11px; font-weight: 800; height: 27px; justify-content: center; margin-right: auto; width: 27px; }
.preview-hero { background: var(--forest); color: white; margin-top: 32px; min-height: 275px; padding: 42px 34px; position: relative; }
.preview-hero:after { border-left: 1px solid rgba(255,255,255,.24); content: ""; height: 145px; position: absolute; right: 92px; top: 62px; width: 1px; }
.preview-kicker { color: var(--lime); display: block; font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.preview-hero strong { display: block; font-size: 35px; letter-spacing: -.06em; line-height: 1.02; margin-top: 18px; max-width: 260px; position: relative; z-index: 1; }
.preview-button { background: var(--lime); border-radius: 99px; color: var(--black); display: inline-block; font-size: 10px; font-weight: 800; margin-top: 28px; padding: 11px 16px; position: relative; z-index: 1; }
.preview-footer { color: #69776d; display: grid; font-size: 10px; gap: 20px; grid-template-columns: repeat(3, 1fr); padding: 23px 4px; }
.preview-footer b { color: var(--forest); display: block; font-size: 15px; letter-spacing: -.03em; margin-bottom: 3px; }
.preview-footer small { font-size: 10px; }

.problem { align-items: start; background: var(--soft); border-radius: 28px; margin-bottom: 20px; max-width: 1180px; }
h2 { font-size: clamp(38px, 4vw, 58px); line-height: 1.02; margin-bottom: 22px; }
.problem-copy { padding-top: 34px; }
.problem-copy p { font-size: 20px; line-height: 1.55; max-width: 510px; }
.problem-copy .muted { color: var(--muted); font-size: 15px; margin-top: 28px; }
.section-heading { max-width: 650px; }
.pillars { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); margin-top: 60px; }
.pillar { background: var(--soft); border-radius: 22px; min-height: 300px; padding: 25px; position: relative; transition: background-color .25s ease, transform .25s ease; }
.pillar:hover { background: white; box-shadow: var(--shadow); transform: translateY(-4px); }
.pillar-number { color: #9da29b; font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.icon { align-items: center; border-radius: 50%; display: flex; font-size: 19px; height: 44px; justify-content: center; margin: 38px 0 28px; width: 44px; }
.icon-lime { background: var(--lime); }.icon-ink { background: var(--black); color: white; }.icon-outline { border: 1px solid var(--ink); }
.pillar h3 { font-size: 19px; letter-spacing: -.035em; margin-bottom: 10px; }
.pillar p { color: var(--muted); font-size: 14px; line-height: 1.55; max-width: 230px; }
.pillar-arrow { bottom: 24px; color: var(--orange); font-size: 20px; position: absolute; right: 25px; }

.pricing { background: var(--soft); max-width: none; padding-left: max(28px, calc((100vw - 1124px) / 2)); padding-right: max(28px, calc((100vw - 1124px) / 2)); }
.split-heading { align-items: end; display: flex; justify-content: space-between; max-width: 1124px; }
.heading-note { color: var(--muted); font-size: 14px; line-height: 1.5; max-width: 230px; }
.pricing-grid { display: grid; gap: 17px; grid-template-columns: repeat(3, 1fr); margin: 58px auto 0; max-width: 1124px; }
.price-card { background: white; border-radius: 22px; box-shadow: 0 8px 24px rgba(20,29,22,.035); display: flex; flex-direction: column; min-height: 490px; padding: 30px; position: relative; }
.price-featured { background: var(--forest); color: white; transform: translateY(-10px); }
.popular { background: var(--lime); border-radius: 99px; color: var(--black); font-size: 10px; font-weight: 800; padding: 7px 11px; position: absolute; right: 25px; text-transform: uppercase; top: 25px; }
.price-label { font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.price { color: var(--muted); font-size: 17px; margin: 30px 0 4px; }
.price strong { color: var(--ink); font-size: 37px; letter-spacing: -.06em; }
.price-featured .price, .price-featured .price strong { color: white; }
.price-description { color: var(--muted); font-size: 14px; line-height: 1.5; min-height: 48px; }
.price-featured .price-description { color: rgba(255,255,255,.65); }
.price-card ul { border-top: 1px solid var(--line); flex: 1; list-style: none; margin: 22px 0 25px; padding: 18px 0 0; }
.price-featured ul { border-color: rgba(255,255,255,.18); }
.price-card li { font-size: 13px; margin: 13px 0; padding-left: 19px; position: relative; }
.price-card li:before { color: var(--orange); content: "✓"; font-weight: 800; left: 0; position: absolute; }
.price-card .button { width: 100%; }
.addon-row { align-items: center; background: white; border-radius: 18px; display: grid; gap: 22px; grid-template-columns: 45px 1fr auto auto; margin: 52px auto 0; max-width: 1124px; padding: 25px 28px; }
.addon-icon { align-items: center; background: var(--lime); border-radius: 50%; display: flex; font-size: 19px; height: 43px; justify-content: center; width: 43px; }
.addon-row .price-label { margin: 0 0 5px; }.addon-row h3 { font-size: 18px; letter-spacing: -.03em; margin: 0; }.addon-row p:not(.price-label) { color: var(--muted); font-size: 13px; line-height: 1.45; margin: 7px 0 0; max-width: 620px; }
.addon-price { font-size: 19px; letter-spacing: -.04em; white-space: nowrap; }
.addon-row .text-link { white-space: nowrap; }

.steps { display: grid; gap: 90px; grid-template-columns: .8fr 1.2fr; }
.step-list { list-style: none; margin: 0; padding: 0; }
.step-list li { border-top: 1px solid var(--line); display: grid; gap: 30px; grid-template-columns: 43px 1fr; padding: 25px 0; }
.step-list li:last-child { border-bottom: 1px solid var(--line); }
.step-list li > span { color: var(--orange); font-size: 12px; font-weight: 800; padding-top: 3px; }
.step-list h3 { font-size: 18px; letter-spacing: -.03em; margin-bottom: 7px; }
.step-list p { color: var(--muted); font-size: 14px; line-height: 1.5; margin-bottom: 0; max-width: 470px; }

.cta { align-items: center; background: var(--forest); border-radius: 28px; color: white; display: grid; grid-template-columns: 1fr 1fr; margin-bottom: 40px; max-width: 1124px; overflow: hidden; }
.cta h2 { color: white; }.cta h2 em { color: var(--lime); }.cta-copy > p:not(.eyebrow) { color: rgba(255,255,255,.68); font-size: 16px; line-height: 1.55; max-width: 400px; }
.cta-mark { align-items: center; background: var(--paper); border-radius: 18px; color: var(--black); display: flex; flex-direction: column; height: 280px; justify-content: center; margin: 0; }
.cta-mark img { height: 110px; object-fit: contain; width: 230px; }
.cta-mark p { font-size: 11px; font-weight: 700; letter-spacing: .13em; line-height: 1.5; margin: 18px 0 0; text-align: center; }
.cta-mark strong { font-size: 14px; letter-spacing: .02em; }

.faq { display: grid; gap: 90px; grid-template-columns: .8fr 1.2fr; }
.faq-list details { border-top: 1px solid var(--line); padding: 23px 0; }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; display: flex; font-size: 16px; font-weight: 700; justify-content: space-between; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--orange); font-size: 22px; font-weight: 400; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { color: var(--muted); font-size: 14px; line-height: 1.6; margin: 16px 30px 0 0; max-width: 590px; }

.site-footer { align-items: end; border-top: 1px solid var(--line); display: grid; gap: 45px; grid-template-columns: 1fr 1fr 1fr; margin: 0 auto; max-width: 1240px; padding: 48px 28px; }
.footer-brand img { height: 65px; object-fit: contain; object-position: left; width: 155px; }
.footer-brand p, .footer-note { color: var(--muted); font-size: 12px; line-height: 1.5; max-width: 220px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 17px 25px; justify-content: center; }
.footer-links a { color: var(--muted); font-size: 12px; }.footer-links a:hover { color: var(--ink); }
.footer-note { justify-self: end; margin-bottom: 0; }

@media (max-width: 800px) {
  .site-header { grid-template-columns: 1fr auto; height: 70px; padding: 0 20px; }
  .desktop-nav, .site-header > .button { display: none; }
  .menu-toggle { background: none; border: 0; display: flex; flex-direction: column; gap: 6px; padding: 10px 0 10px 10px; }
  .menu-toggle span { background: var(--ink); display: block; height: 1px; width: 25px; }
  .mobile-nav { background: white; border-bottom: 1px solid var(--line); display: flex; flex-direction: column; gap: 22px; max-height: 0; overflow: hidden; padding: 0 20px; transition: max-height .3s ease, padding .3s ease; }
  .mobile-nav.open { max-height: 310px; padding: 25px 20px; }
  .mobile-nav a { color: var(--muted); font-size: 14px; }.mobile-nav .button { color: white; width: fit-content; }
  .section, .section-grid { display: block; padding: 82px 20px; }
  .hero { min-height: 0; padding-top: 65px; }.hero-art { margin: 65px 14px 0; min-height: 380px; }.school-preview { min-height: 330px; padding: 18px; }.preview-nav span:not(.preview-logo) { display: none; }.preview-hero { min-height: 220px; padding: 28px 23px; }.preview-hero strong { font-size: 27px; }.preview-hero:after { height: 110px; right: 10px; top: 45px; }.preview-footer { gap: 15px; padding: 16px 2px; }.preview-footer b { font-size: 12px; }.preview-footer small { font-size: 8px; }
  .problem { margin: 0 20px 20px; padding: 45px 25px; }.problem-copy { padding-top: 18px; }
  .pillars, .pricing-grid { grid-template-columns: 1fr; }.pillars { margin-top: 38px; }.pillar { min-height: 250px; }.pricing { padding-left: 20px; padding-right: 20px; }.split-heading { display: block; }.heading-note { margin-top: 20px; }.price-featured { transform: none; }.price-card { min-height: 0; }.addon-row { align-items: start; display: grid; grid-template-columns: 42px 1fr; margin-top: 38px; }.addon-row .addon-price, .addon-row .text-link { grid-column: 2; }
  .steps, .faq { display: block; }.steps .step-list, .faq-list { margin-top: 45px; }
  .cta { border-radius: 22px; display: block; margin: 0 20px 20px; padding: 62px 25px 25px; }.cta-mark { height: 230px; margin: 45px 0 0; }.cta-mark img { height: 90px; }
  .site-footer { display: block; padding: 40px 20px; }.footer-links { justify-content: flex-start; margin: 30px 0; }.footer-note { margin: 0; }
}
