@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap');

:root {
  font-family: "DM Sans", sans-serif;
  color: #122020;
  background: #f5f7f0;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  --ink: #122020;
  --ink-soft: #536264;
  --paper: #f5f7f0;
  --paper-deep: #e7ede2;
  --line: rgba(18, 32, 32, 0.13);
  --green: #0b7863;
  --green-dark: #063d38;
  --lime: #cff36d;
  --coral: #ee8566;
  --blue: #8fd1d1;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--paper); }
body, button, input { font-family: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { border: 0; cursor: pointer; }
::selection { color: var(--green-dark); background: var(--lime); }

.site-shell { overflow: hidden; }
.container { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; transform: translateY(-160%); padding: 10px 14px; border-radius: 8px; color: white; background: var(--green-dark); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(245,247,240,.93); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(18,32,32,.08); }
.nav { position: relative; height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-family: "Manrope", sans-serif; font-size: 16px; font-weight: 800; letter-spacing: -.055em; white-space: nowrap; }
.brand b { color: var(--green); font-weight: 700; }
.brand-badge { position: relative; display: inline-flex; flex: 0 0 auto; align-items: center; justify-content: center; background: white; border-radius: 8px; box-shadow: 0 2px 7px rgba(18,32,32,.14); overflow: hidden; }
.brand-badge img { width: 100%; height: 100%; object-fit: cover; }
.nav-links { display: flex; align-items: center; gap: 30px; margin-left: auto; margin-right: 16px; color: #617071; font-size: 13px; }
.nav-links a { transition: color .2s ease; }
.nav-links a:hover, .text-link:hover { color: var(--green); }
.nav-actions { display: flex; align-items: center; gap: 20px; }
.text-link { color: #617071; font-size: 13px; transition: color .2s ease; }
.button { min-height: 48px; padding: 0 19px; display: inline-flex; justify-content: center; align-items: center; gap: 11px; border: 1px solid transparent; border-radius: 999px; font-size: 13px; font-weight: 700; letter-spacing: -.01em; transition: transform .25s ease, background .25s ease, color .25s ease, box-shadow .25s ease; }
.button:hover { transform: translateY(-3px); }
.button:active { transform: translateY(-1px); }
.button-small { min-height: 39px; padding: 0 16px; font-size: 12px; }
.button-dark { color: white; background: var(--ink); box-shadow: 0 8px 18px rgba(18,32,32,.12); }
.button-dark:hover { background: var(--green-dark); box-shadow: 0 10px 22px rgba(6,61,56,.18); }
.button-lime { color: var(--green-dark); background: var(--lime); box-shadow: 0 12px 24px rgba(207,243,109,.15); }
.button-lime:hover { background: #e0ff8f; box-shadow: 0 15px 28px rgba(207,243,109,.24); }
.button-outline { color: var(--ink); background: transparent; border-color: rgba(18,32,32,.2); }
.button-outline:hover { color: white; background: var(--ink); border-color: var(--ink); }
.menu-button { display: none; padding: 8px; color: var(--ink); background: transparent; }
.menu-button .icon-close-glyph { display: none; }
.menu-button.is-open .icon-menu-glyph { display: none; }
.menu-button.is-open .icon-close-glyph { display: inline-flex; }
.mobile-nav-cta { display: none; }
.drawer-button { width: 38px; height: 38px; display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; color: var(--ink); background: transparent; border: 1px solid rgba(18,32,32,.16); border-radius: 50%; transition: color .2s ease, background .2s ease, border-color .2s ease; }
.drawer-button:hover { color: white; background: var(--green); border-color: var(--green); }

.hero { position: relative; min-height: 708px; display: flex; align-items: stretch; color: white; background: var(--green-dark); isolation: isolate; }
.hero-image, .hero-shade, .hero-grain { position: absolute; inset: 0; }
.hero-image { z-index: -3; background-image: var(--hero-image); background-position: center 45%; background-size: cover; animation: hero-drift 18s ease-in-out infinite alternate; }
.hero-shade { z-index: -2; background: linear-gradient(90deg, rgba(3,31,31,.95) 0%, rgba(3,45,42,.84) 36%, rgba(5,48,43,.3) 75%, rgba(3,26,28,.12) 100%), linear-gradient(0deg, rgba(3,31,31,.62), transparent 46%); }
.hero-grain { z-index: -1; opacity: .18; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.34'/%3E%3C/svg%3E"); mix-blend-mode: overlay; pointer-events: none; }
.hero-content { display: flex; align-items: center; min-height: 630px; padding-top: 30px; padding-bottom: 70px; }
.hero-copy { max-width: 670px; }
.hero-label { display: flex; align-items: center; gap: 10px; margin-bottom: 24px; color: var(--lime); font-family: "DM Mono", monospace; font-size: 11px; letter-spacing: .09em; text-transform: uppercase; }
.hero-label .brand-badge { transform: scale(.86); margin-left: -3px; }
.hero-copy h1 { margin: 0; font-family: "Manrope", sans-serif; font-weight: 700; letter-spacing: -.07em; line-height: .94; }
.hero-brand-name { display: block; font-size: clamp(58px, 9vw, 122px); }
.hero-brand-type { display: block; margin: 10px 0 28px 4px; color: var(--lime); font-family: "DM Mono", monospace; font-size: clamp(12px, 1.5vw, 17px); font-weight: 400; letter-spacing: .38em; line-height: 1; }
.hero-tagline { display: block; max-width: 610px; font-size: clamp(34px, 5.2vw, 67px); line-height: .99; }
.hero-description { max-width: 475px; margin: 27px 0 0; color: rgba(255,255,255,.76); font-size: 17px; line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 23px; margin-top: 35px; }
.play-link { display: inline-flex; align-items: center; gap: 10px; color: rgba(255,255,255,.9); font-size: 13px; font-weight: 600; transition: color .2s ease, transform .2s ease; }
.play-link:hover { color: var(--lime); transform: translateX(3px); }
.play-button { width: 31px; height: 31px; display: inline-flex; justify-content: center; align-items: center; padding-left: 2px; color: var(--lime); border: 1px solid rgba(207,243,109,.7); border-radius: 50%; }
.hero-reassurance { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 23px; color: rgba(255,255,255,.52); font-family: "DM Mono", monospace; font-size: 10px; letter-spacing: .02em; }
.hero-reassurance span { display: inline-flex; align-items: center; gap: 5px; }
.hero-reassurance svg { color: var(--lime); }
.hero-bottom { position: absolute; right: 0; bottom: 24px; left: 0; display: flex; justify-content: space-between; align-items: end; color: rgba(255,255,255,.48); font-family: "DM Mono", monospace; font-size: 9px; letter-spacing: .07em; text-transform: uppercase; }
.scroll-cue { display: flex; flex-direction: column; align-items: flex-end; gap: 9px; }
.scroll-line { width: 1px; height: 37px; position: relative; display: block; overflow: hidden; background: rgba(255,255,255,.22); }
.scroll-line::after { content: ""; position: absolute; top: -20px; left: 0; width: 1px; height: 20px; background: var(--lime); animation: scroll-down 2.1s ease-in-out infinite; }

.proof-section { padding: 37px 0 41px; background: #e4ebe1; border-bottom: 1px solid rgba(18,32,32,.08); }
.proof-layout { display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.proof-intro { max-width: 380px; }
.eyebrow { display: block; margin-bottom: 15px; color: var(--green); font-family: "DM Mono", monospace; font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.proof-intro p { margin: 0; color: #304141; font-family: "Manrope", sans-serif; font-size: 15px; font-weight: 600; line-height: 1.45; letter-spacing: -.03em; }
.proof-universities { display: flex; align-items: center; gap: 22px; min-width: 0; color: #6b7b78; font-family: "DM Mono", monospace; font-size: 9px; letter-spacing: .05em; text-transform: uppercase; }
.proof-universities > span:first-child { flex: 0 0 auto; }
.university-carousel { position: relative; flex: 1; min-width: 0; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, black 6%, black 94%, transparent); mask-image: linear-gradient(90deg, transparent, black 6%, black 94%, transparent); }
.university-track { display: flex; align-items: center; gap: 36px; width: max-content; animation: uni-scroll 24s linear infinite; }
.university-carousel:hover .university-track { animation-play-state: paused; }
.university-track span { display: inline-block; color: var(--ink); font-family: "Manrope", sans-serif; font-size: 15px; font-weight: 800; letter-spacing: -.06em; white-space: nowrap; text-transform: none; cursor: default; }
@keyframes uni-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.section { padding: 128px 0; }
.section-heading { max-width: 650px; }
.section-heading h2, .benefits-intro h2, .product-copy h2, .faq-intro h2, .cta-content h2 { margin: 0; color: var(--ink); font-family: "Manrope", sans-serif; font-size: clamp(38px, 5.1vw, 64px); font-weight: 700; letter-spacing: -.075em; line-height: 1.02; }
.section-heading h2 em, .benefits-intro h2 em, .product-copy h2 em, .cta-content h2 em { color: var(--green); font-style: normal; }
.section-heading > p { max-width: 430px; margin: 22px 0 0; color: var(--ink-soft); font-size: 16px; line-height: 1.55; }
.features-heading { margin-bottom: 72px; }
.feature-list { border-top: 1px solid var(--line); }
.feature-item { min-height: 148px; display: grid; grid-template-columns: 54px 55px minmax(0, 1fr) 45px; gap: 22px; align-items: center; border-bottom: 1px solid var(--line); transition: background .25s ease, padding .25s ease; }
.feature-item:hover { padding-right: 12px; padding-left: 12px; background: rgba(228,235,225,.58); }
.feature-number { align-self: start; padding-top: 28px; color: #8a9b95; font-family: "DM Mono", monospace; font-size: 10px; }
.feature-icon { width: 45px; height: 45px; display: inline-flex; justify-content: center; align-items: center; color: var(--green); border: 1px solid rgba(11,120,99,.35); border-radius: 50%; transition: color .25s ease, background .25s ease, transform .25s ease; }
.feature-item:hover .feature-icon { color: var(--lime); background: var(--green); transform: rotate(-8deg); }
.feature-copy h3 { margin: 0 0 7px; color: var(--ink); font-family: "Manrope", sans-serif; font-size: 19px; font-weight: 700; letter-spacing: -.04em; }
.feature-copy p { max-width: 560px; margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.55; }
.feature-arrow { width: 38px; height: 38px; display: inline-flex; justify-content: center; align-items: center; color: var(--green); border: 1px solid var(--line); border-radius: 50%; transition: all .25s ease; }
.feature-arrow:hover { color: white; background: var(--green); border-color: var(--green); transform: rotate(-45deg); }
.feature-statement { display: flex; align-items: center; gap: 19px; margin-top: 48px; }
.statement-mark { color: var(--coral); font-family: "Manrope", sans-serif; font-size: 30px; font-weight: 500; }
.feature-statement p { max-width: 380px; margin: 0; color: #435653; font-family: "Manrope", sans-serif; font-size: 15px; font-weight: 600; line-height: 1.4; letter-spacing: -.03em; }
.statement-line { width: 80px; height: 1px; margin-left: 7px; background: var(--coral); }
.feature-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }
.feature-chip { display: inline-flex; align-items: center; gap: 7px; padding: 9px 15px; color: var(--green-dark); background: rgba(11,120,99,.07); border: 1px solid rgba(11,120,99,.2); border-radius: 999px; font-size: 12px; font-weight: 600; letter-spacing: -.01em; }
.feature-chip svg { flex: 0 0 auto; color: var(--green); }

.product-section { position: relative; overflow: hidden; padding: 126px 0 136px; color: white; background: var(--green-dark); }
.product-section::before { content: ""; position: absolute; width: 540px; height: 540px; top: -260px; left: -180px; border: 1px solid rgba(207,243,109,.13); border-radius: 50%; box-shadow: 0 0 0 70px rgba(207,243,109,.025), 0 0 0 140px rgba(207,243,109,.025); }
.product-section::after { content: ""; position: absolute; right: -110px; bottom: -160px; width: 370px; height: 370px; background: rgba(238,133,102,.17); filter: blur(80px); border-radius: 50%; }
.product-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(260px, .68fr) minmax(520px, 1.32fr); gap: 75px; align-items: center; }
.eyebrow-light { color: var(--lime); }
.product-copy h2 { color: white; }
.product-copy h2 em { color: var(--lime); }
.product-copy > p { max-width: 390px; margin: 23px 0 0; color: rgba(255,255,255,.64); font-size: 15px; line-height: 1.6; }
.mode-switcher { display: flex; flex-direction: column; gap: 7px; margin: 32px 0 26px; }
.mode-button { width: max-content; min-height: 39px; display: inline-flex; align-items: center; gap: 10px; padding: 0 12px; color: rgba(255,255,255,.5); background: transparent; border-radius: 5px; font-size: 13px; text-align: left; transition: color .2s ease, background .2s ease, transform .2s ease; }
.mode-button:hover { color: white; transform: translateX(3px); }
.mode-button-active { color: var(--green-dark); background: var(--lime); }
.mode-button-active:hover { color: var(--green-dark); transform: none; }
.underlined-link { display: inline-flex; align-items: center; gap: 9px; color: var(--green); font-size: 13px; font-weight: 700; border-bottom: 1px solid currentColor; padding-bottom: 5px; transition: gap .2s ease, color .2s ease; }
.underlined-link:hover { gap: 13px; }
.light-link { color: var(--lime); }
.app-preview-wrap { position: relative; min-width: 0; }
.app-preview-glow { position: absolute; top: 48%; left: 50%; width: 80%; height: 70%; background: rgba(207,243,109,.15); filter: blur(62px); border-radius: 50%; transform: translate(-50%, -50%); }
.app-window { position: relative; overflow: hidden; color: var(--ink); background: #f2f5ed; border: 7px solid rgba(255,255,255,.12); border-radius: 17px; box-shadow: 0 30px 80px rgba(0,15,13,.4); transform: perspective(1400px) rotateY(-4deg) rotateX(2deg); transition: transform .6s cubic-bezier(.2,.8,.2,1); }
.app-window:hover { transform: perspective(1400px) rotateY(0) rotateX(0) translateY(-5px); }
.app-topbar { height: 54px; display: flex; justify-content: space-between; align-items: center; padding: 0 19px; background: white; border-bottom: 1px solid rgba(18,32,32,.09); }
.app-brand { display: flex; align-items: center; gap: 7px; color: var(--ink); font-family: "Manrope", sans-serif; font-size: 13px; font-weight: 800; letter-spacing: -.05em; }
.app-brand .brand-badge { margin-right: 2px; }
.app-topbar-right { display: flex; align-items: center; gap: 14px; }
.app-streak { display: inline-flex; align-items: center; gap: 5px; color: var(--green); font-family: "DM Mono", monospace; font-size: 9px; }
.app-avatar { width: 27px; height: 27px; display: inline-flex; justify-content: center; align-items: center; color: white; background: var(--green); border-radius: 50%; font-family: "DM Mono", monospace; font-size: 8px; }
.app-window-body { display: grid; grid-template-columns: 150px 1fr; min-height: 410px; }
.app-sidebar { display: flex; flex-direction: column; padding: 23px 15px 16px; background: #e4ece1; border-right: 1px solid rgba(18,32,32,.08); }
.sidebar-user { display: flex; align-items: center; gap: 8px; padding-bottom: 27px; }
.app-avatar.large { width: 30px; height: 30px; color: var(--green-dark); background: var(--lime); font-size: 8px; }
.sidebar-user b, .sidebar-user small { display: block; }
.sidebar-user b { font-size: 10px; }
.sidebar-user small { margin-top: 3px; color: #76837e; font-size: 8px; }
.sidebar-nav { display: flex; flex-direction: column; gap: 5px; }
.sidebar-nav span { display: flex; align-items: center; gap: 9px; padding: 9px 7px; color: #7b8982; border-radius: 5px; font-size: 9px; }
.sidebar-nav-active { color: var(--green-dark) !important; background: rgba(207,243,109,.75); font-weight: 700; }
.sidebar-bottom { margin-top: auto; padding-top: 17px; color: #75847e; font-size: 8px; }
.sidebar-bottom strong { float: right; color: var(--green-dark); font-family: "DM Mono", monospace; font-size: 10px; }
.mini-progress { height: 4px; margin-top: 9px; overflow: hidden; background: #cad7ca; border-radius: 10px; }
.mini-progress span { display: block; width: 72%; height: 100%; background: var(--green); border-radius: inherit; }
.app-main { padding: 28px 34px; background: #f6f8f2; }
.app-heading-row, .app-progress-row, .question-card-top, .question-card-footer, .exam-footer, .chart-label { display: flex; justify-content: space-between; align-items: center; }
.app-kicker { display: block; color: #899691; font-family: "DM Mono", monospace; font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.app-heading-row h3 { margin: 6px 0 0; font-family: "Manrope", sans-serif; font-size: 22px; letter-spacing: -.06em; }
.app-sun { width: 36px; height: 36px; display: inline-flex; justify-content: center; align-items: center; color: var(--green-dark); background: var(--lime); border-radius: 50%; }
.app-sun-coral { color: #642c22; background: #f7a887; }
.app-sun-blue { color: #1d5a5d; background: #99dfd8; }
.app-progress-row { margin-top: 28px; padding: 14px 0 17px; border-top: 1px solid rgba(18,32,32,.1); border-bottom: 1px solid rgba(18,32,32,.1); }
.app-progress-row strong { display: block; margin-top: 5px; font-family: "Manrope", sans-serif; font-size: 26px; letter-spacing: -.06em; }
.app-progress-row strong small { color: #81908a; font-family: "DM Sans", sans-serif; font-size: 10px; font-weight: 500; letter-spacing: 0; }
.progress-ring { width: 47px; height: 47px; display: flex; justify-content: center; align-items: center; color: var(--green); background: radial-gradient(closest-side, #f6f8f2 72%, transparent 73% 100%), conic-gradient(var(--green) 72%, #dbe5d9 0); border-radius: 50%; font-family: "DM Mono", monospace; font-size: 9px; }
.question-card { margin-top: 18px; padding: 17px; background: white; border: 1px solid rgba(18,32,32,.1); border-radius: 8px; box-shadow: 0 15px 30px rgba(18,32,32,.06); }
.question-tag { color: var(--green); font-family: "DM Mono", monospace; font-size: 8px; font-weight: 500; letter-spacing: .12em; }
.question-time { display: inline-flex; align-items: center; gap: 4px; color: #8a9891; font-size: 9px; }
.question-card h4 { max-width: 360px; margin: 19px 0 17px; font-family: "Manrope", sans-serif; font-size: 17px; line-height: 1.25; letter-spacing: -.045em; }
.answer-lines { display: flex; flex-direction: column; gap: 7px; }
.answer-lines span { height: 7px; width: 84%; background: #edf1e9; border-radius: 10px; }
.answer-lines span:nth-child(2) { width: 69%; }.answer-lines span:nth-child(3) { width: 78%; }
.mnemonic-line { margin: 19px 0 0; color: #4c5b56; font-size: 13px; line-height: 1.55; }
.question-card-footer { margin-top: 20px; color: #81908a; font-family: "DM Mono", monospace; font-size: 8px; }
.question-arrow { width: 25px; height: 25px; display: inline-flex; justify-content: center; align-items: center; color: white; background: var(--green); border-radius: 50%; }
.exam-banner { display: flex; align-items: center; gap: 13px; margin-top: 28px; padding: 16px; color: var(--green-dark); background: var(--lime); border-radius: 7px; }
.exam-big-number { font-family: "Manrope", sans-serif; font-size: 38px; font-weight: 700; letter-spacing: -.1em; }
.exam-banner b, .exam-banner small { display: block; }.exam-banner b { font-size: 12px; }.exam-banner small { margin-top: 4px; font-size: 9px; opacity: .65; }.exam-banner > svg { margin-left: auto; }
.topic-bars { display: flex; flex-direction: column; gap: 16px; margin-top: 25px; }
.topic-bars > div { display: grid; grid-template-columns: 1fr 35px; gap: 10px; color: #74837d; font-size: 10px; }.topic-bars b { color: var(--green-dark); font-family: "DM Mono", monospace; font-size: 9px; text-align: right; }.topic-bars i { grid-column: span 2; height: 6px; overflow: hidden; background: #e1e9dd; border-radius: 4px; }.topic-bars em { display: block; height: 100%; background: var(--green); border-radius: inherit; }.topic-bars > div:nth-child(2) em { background: var(--coral); }
.exam-footer { margin-top: 30px; padding-top: 15px; color: #7f8e87; border-top: 1px solid rgba(18,32,32,.1); font-size: 10px; }.exam-footer span { display: inline-flex; align-items: center; gap: 5px; }.exam-footer span:last-child { color: var(--green); font-weight: 700; }
.insight-chart { margin-top: 28px; padding: 16px 16px 11px; background: white; border: 1px solid rgba(18,32,32,.09); border-radius: 7px; }.chart-label { color: #72817a; font-size: 10px; }.chart-label strong { color: var(--green); font-family: "Manrope", sans-serif; font-size: 26px; letter-spacing: -.08em; }.chart-graph { position: relative; height: 155px; margin-top: 12px; }.chart-gridline { position: absolute; right: 0; left: 0; height: 1px; background: #e7ede5; }.line-one { top: 35%; }.line-two { top: 68%; }.chart-graph svg { position: absolute; inset: 5px 0 20px; width: 100%; height: calc(100% - 25px); overflow: visible; }.chart-graph path { fill: none; stroke: var(--green); stroke-linecap: round; stroke-width: 3; }.chart-graph circle { fill: var(--lime); stroke: var(--green); stroke-width: 2; }.chart-days { position: absolute; right: 0; bottom: 0; left: 0; display: flex; justify-content: space-between; color: #a0aaa5; font-family: "DM Mono", monospace; font-size: 8px; }
.insight-next { display: flex; align-items: center; gap: 10px; margin-top: 14px; padding: 12px; background: #e7efe4; border-radius: 6px; }.insight-check { width: 22px; height: 22px; display: inline-flex; justify-content: center; align-items: center; color: var(--green-dark); background: var(--lime); border-radius: 50%; }.insight-next b, .insight-next small { display: block; }.insight-next b { font-size: 10px; }.insight-next small { margin-top: 3px; color: #708078; font-size: 9px; }.insight-next > svg { margin-left: auto; color: var(--green); }

.benefits-section { background: #e4ebe1; }
.benefits-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 130px; align-items: start; }.benefits-intro { position: sticky; top: 120px; }.benefits-intro p { max-width: 355px; margin: 23px 0 29px; color: var(--ink-soft); font-size: 15px; line-height: 1.6; }.benefit-list { border-top: 1px solid var(--line); }.benefit-row { display: grid; grid-template-columns: 38px minmax(0, 1fr) 40px; gap: 18px; align-items: start; padding: 29px 0; border-bottom: 1px solid var(--line); }.benefit-index { padding-top: 4px; color: #87978e; font-family: "DM Mono", monospace; font-size: 10px; }.benefit-row h3 { margin: 0 0 8px; font-family: "Manrope", sans-serif; font-size: 21px; letter-spacing: -.05em; }.benefit-row p { max-width: 390px; margin: 0; color: #61716b; font-size: 14px; line-height: 1.55; }.benefit-icon { width: 37px; height: 37px; display: inline-flex; justify-content: center; align-items: center; color: var(--green); border: 1px solid rgba(11,120,99,.35); border-radius: 50%; }

.stories-section { background: #f5f7f0; }.stories-heading { display: flex; justify-content: space-between; align-items: end; max-width: none; margin-bottom: 58px; }.stories-heading h2 { max-width: 580px; }.testimonial-stage { max-width: 940px; margin: 0 auto; padding: 46px 55px 34px; background: #113c38; border-radius: 6px; color: white; box-shadow: 0 23px 45px rgba(18,32,32,.14); }.testimonial-quote-mark { height: 40px; color: var(--lime); font-family: Georgia, serif; font-size: 74px; line-height: 1; }.testimonial-stage blockquote { max-width: 760px; margin: 22px 0 52px; color: rgba(255,255,255,.94); font-family: "Manrope", sans-serif; font-size: clamp(24px, 3.1vw, 40px); font-weight: 600; letter-spacing: -.06em; line-height: 1.17; }.testimonial-footer { display: flex; align-items: center; gap: 12px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.17); }.testimonial-meta { display: flex; align-items: center; gap: 12px; }.testimonial-avatar { width: 39px; height: 39px; display: inline-flex; justify-content: center; align-items: center; color: var(--green-dark); border-radius: 50%; font-family: "DM Mono", monospace; font-size: 10px; font-weight: 500; }.avatar-coral { background: #f7a887; }.avatar-blue { background: #98dbd6; }.avatar-gold { background: var(--lime); }.testimonial-footer strong, .testimonial-footer span { display: block; }.testimonial-footer strong { font-size: 12px; }.testimonial-footer div span { margin-top: 4px; color: rgba(255,255,255,.52); font-family: "DM Mono", monospace; font-size: 9px; }.testimonial-controls { display: flex; gap: 7px; margin-left: auto; }.testimonial-dot { width: 7px; height: 7px; padding: 0; background: rgba(255,255,255,.3); border-radius: 50%; transition: background .2s ease, transform .2s ease; }.testimonial-dot:hover, .testimonial-dot.active { background: var(--lime); transform: scale(1.3); }

.pricing-section { background: #e4ebe1; }.pricing-heading { margin-bottom: 30px; }.pricing-heading > p { margin-top: 19px; }.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; align-items: stretch; }.price-plan { position: relative; display: flex; flex-direction: column; min-height: 460px; padding: 27px 26px 25px; background: rgba(245,247,240,.65); border: 1px solid rgba(18,32,32,.16); border-radius: 6px; transition: transform .25s ease, box-shadow .25s ease; }.price-plan:hover { transform: translateY(-5px); box-shadow: 0 18px 28px rgba(18,32,32,.08); }.price-plan-featured { color: white; background: var(--green-dark); border-color: var(--green-dark); box-shadow: 0 18px 33px rgba(6,61,56,.17); }.popular-label { position: absolute; top: 0; right: 21px; padding: 7px 10px 8px; color: var(--green-dark); background: var(--lime); border-radius: 0 0 5px 5px; font-family: "DM Mono", monospace; font-size: 8px; letter-spacing: .04em; text-transform: uppercase; }.plan-top { display: flex; justify-content: space-between; align-items: center; }.plan-name { color: var(--green); font-family: "Manrope", sans-serif; font-size: 20px; font-weight: 700; letter-spacing: -.06em; }.price-plan-featured .plan-name { color: var(--lime); }.plan-index { color: #9aa9a1; font-family: "DM Mono", monospace; font-size: 9px; }.price-plan-featured .plan-index { color: rgba(255,255,255,.38); }.plan-description { min-height: 43px; margin: 14px 0 24px; color: #687771; font-size: 13px; line-height: 1.5; }.price-plan-featured .plan-description { color: rgba(255,255,255,.58); }.plan-price { min-height: 53px; display: flex; align-items: baseline; color: var(--ink); font-family: "Manrope", sans-serif; font-size: 43px; font-weight: 700; letter-spacing: -.09em; }.price-plan-featured .plan-price { color: white; }.currency { margin-right: 3px; color: var(--green); font-size: 17px; letter-spacing: 0; }.price-plan-featured .currency { color: var(--lime); }.plan-note { min-height: 18px; color: #8c9a93; font-family: "DM Mono", monospace; font-size: 8px; }.price-plan-featured .plan-note { color: rgba(255,255,255,.45); }.plan-button { width: 100%; margin-top: 20px; }.price-plan-featured .plan-button:hover { color: var(--green-dark); background: white; }.plan-divider { height: 1px; margin: 25px 0 20px; background: rgba(18,32,32,.13); }.price-plan-featured .plan-divider { background: rgba(255,255,255,.16); }.includes-label { color: #8b9a92; font-family: "DM Mono", monospace; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }.price-plan-featured .includes-label { color: rgba(255,255,255,.43); }.plan-features { display: flex; flex-direction: column; gap: 11px; margin: 14px 0 0; padding: 0; list-style: none; color: #50615b; font-size: 12px; }.price-plan-featured .plan-features { color: rgba(255,255,255,.72); }.plan-features li { display: flex; align-items: center; gap: 8px; }.plan-features svg { flex: 0 0 auto; color: var(--green); }.price-plan-featured .plan-features svg { color: var(--lime); }

.faq-section { background: #f5f7f0; }.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 130px; align-items: start; }.faq-intro h2 { font-size: clamp(32px, 4vw, 47px); }.faq-intro > p { margin: 22px 0 19px; color: var(--ink-soft); font-size: 14px; }.faq-list { border-top: 1px solid var(--line); }.faq-item { border-bottom: 1px solid var(--line); }.faq-question { width: 100%; min-height: 76px; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 0; color: var(--ink); background: transparent; font-family: "Manrope", sans-serif; font-size: 16px; font-weight: 700; letter-spacing: -.04em; text-align: left; }.faq-toggle { width: 29px; height: 29px; display: inline-flex; justify-content: center; align-items: center; flex: 0 0 auto; color: var(--green); border: 1px solid rgba(11,120,99,.3); border-radius: 50%; transition: transform .3s ease, color .2s ease, background .2s ease; }.faq-question:hover .faq-toggle { color: var(--green-dark); background: var(--lime); }.faq-item-open .faq-toggle { color: white; background: var(--green); transform: rotate(0); }.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .35s ease; }.faq-answer p { overflow: hidden; max-width: 580px; margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.6; }.faq-item-open .faq-answer { grid-template-rows: 1fr; }.faq-item-open .faq-answer p { padding: 0 48px 25px 0; }

.cta-section { position: relative; overflow: hidden; min-height: 455px; display: flex; align-items: center; color: white; background: var(--green-dark); isolation: isolate; }.cta-section::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 0%, rgba(207,243,109,.13), transparent 42%), linear-gradient(100deg, rgba(6,61,56,.85), rgba(6,61,56,.35)); z-index: -1; }.cta-orb { position: absolute; border: 1px solid rgba(207,243,109,.18); border-radius: 50%; pointer-events: none; }.cta-orb-one { width: 500px; height: 500px; left: -155px; bottom: -355px; box-shadow: 0 0 0 54px rgba(207,243,109,.035), 0 0 0 108px rgba(207,243,109,.025); }.cta-orb-two { width: 290px; height: 290px; right: -90px; top: -170px; border-color: rgba(238,133,102,.4); }.cta-content { text-align: center; }.cta-content > div { display: flex; flex-direction: column; align-items: center; }.cta-content h2 { color: white; font-size: clamp(44px, 6.5vw, 76px); }.cta-content h2 em { color: var(--lime); }.cta-content p { max-width: 410px; margin: 22px auto 30px; color: rgba(255,255,255,.63); font-size: 15px; line-height: 1.5; }

.site-footer { color: rgba(255,255,255,.62); background: #082825; }.footer-top { display: flex; justify-content: space-between; gap: 50px; padding: 65px 0 62px; border-bottom: 1px solid rgba(255,255,255,.13); }.brand-footer { color: white; }.brand-footer b { color: var(--lime); }.footer-brand-block p { max-width: 220px; margin: 18px 0 0; color: rgba(255,255,255,.47); font-size: 12px; line-height: 1.5; }
.footer-contact { display: flex; flex-direction: column; gap: 6px; margin-top: 16px; font-family: "DM Mono", monospace; font-size: 11px; }
.footer-contact a { color: rgba(255,255,255,.62); transition: color .2s ease; }
.footer-contact a:hover { color: var(--lime); }.footer-newsletter { width: min(100%, 350px); }.footer-label { display: block; margin-bottom: 12px; color: rgba(255,255,255,.67); font-family: "DM Mono", monospace; font-size: 9px; letter-spacing: .04em; }.newsletter-form { display: flex; align-items: center; border-bottom: 1px solid rgba(255,255,255,.37); }.newsletter-form input { min-width: 0; flex: 1; padding: 11px 0; color: white; background: transparent; border: 0; outline: 0; font-size: 13px; }.newsletter-form input::placeholder { color: rgba(255,255,255,.38); }.newsletter-form button { width: 34px; height: 34px; display: inline-flex; justify-content: center; align-items: center; color: var(--green-dark); background: var(--lime); border-radius: 50%; transition: transform .2s ease, background .2s ease; }.newsletter-form button:hover { background: white; transform: translateX(3px); }.footer-bottom { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 25px; font-family: "DM Mono", monospace; font-size: 9px; }.footer-links, .social-links { display: flex; gap: 19px; }.footer-links a, .social-links a { transition: color .2s ease; }.footer-links a:hover, .social-links a:hover { color: var(--lime); }.social-links a { width: 24px; height: 24px; display: inline-flex; align-items: center; justify-content: center; color: white; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; font-family: "Manrope", sans-serif; font-size: 9px; font-weight: 700; }

.toast { position: fixed; z-index: 50; left: 22px; bottom: 22px; max-width: min(370px, calc(100% - 44px)); display: none; align-items: center; gap: 10px; padding: 13px 17px 13px 12px; color: white; background: var(--ink); border: 1px solid rgba(207,243,109,.45); border-radius: 8px; box-shadow: 0 16px 35px rgba(18,32,32,.2); font-size: 12px; }
.toast.is-visible { display: flex; animation: toast-in .35s ease both; }.toast-check { width: 23px; height: 23px; display: inline-flex; justify-content: center; align-items: center; color: var(--green-dark); background: var(--lime); border-radius: 50%; flex: 0 0 auto; }
.whatsapp-fab { position: fixed; z-index: 45; right: 24px; bottom: 24px; width: 56px; height: 56px; display: inline-flex; align-items: center; justify-content: center; color: white; background: #25d366; border-radius: 50%; box-shadow: 0 14px 30px rgba(18,32,32,.28); transition: transform .25s ease, box-shadow .25s ease; }
.whatsapp-fab:hover { transform: translateY(-4px) scale(1.05); box-shadow: 0 18px 36px rgba(18,32,32,.32); }
.whatsapp-fab::before { content: ""; position: absolute; inset: -7px; border: 2px solid rgba(37,211,102,.45); border-radius: 50%; animation: fab-pulse 2.6s ease-out infinite; pointer-events: none; }
@keyframes fab-pulse { 0% { transform: scale(.82); opacity: .75; } 100% { transform: scale(1.4); opacity: 0; } }

.drawer-overlay { position: fixed; inset: 0; z-index: 60; display: none; justify-content: flex-end; background: rgba(6,20,19,.5); backdrop-filter: blur(2px); }
.drawer-overlay.is-open { display: flex; animation: drawer-fade .25s ease; }
.drawer-panel { width: min(360px, 88vw); height: 100%; display: flex; flex-direction: column; gap: 20px; padding: 26px 24px 30px; background: var(--paper); box-shadow: -18px 0 40px rgba(0,0,0,.2); animation: drawer-in .32s cubic-bezier(.2,.8,.2,1); overflow-y: auto; }
.drawer-top { display: flex; align-items: center; justify-content: space-between; }
.drawer-brand { font-size: 15px; }
.drawer-close { width: 34px; height: 34px; flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center; color: var(--ink); background: rgba(18,32,32,.07); border-radius: 50%; transition: background .2s ease; }
.drawer-close:hover { background: rgba(18,32,32,.14); }
.drawer-links { display: flex; flex-direction: column; gap: 3px; }
.drawer-links a { display: flex; align-items: center; gap: 11px; padding: 12px 11px; color: var(--ink); border-radius: 8px; font-size: 14px; font-weight: 600; transition: background .2s ease, color .2s ease, transform .2s ease; }
.drawer-links a:hover { color: var(--green-dark); background: rgba(11,120,99,.09); transform: translateX(3px); }
.drawer-links svg { flex: 0 0 auto; color: var(--green); }
.drawer-contact { display: flex; flex-direction: column; gap: 7px; padding-top: 16px; border-top: 1px solid var(--line); font-family: "DM Mono", monospace; font-size: 12px; color: var(--ink-soft); }
.drawer-contact a { transition: color .2s ease; }
.drawer-contact a:hover { color: var(--green-dark); }
.drawer-social { display: flex; gap: 10px; margin-top: auto; padding-top: 16px; border-top: 1px solid var(--line); }
.drawer-social a { width: 32px; height: 32px; display: inline-flex; align-items: center; justify-content: center; color: var(--green-dark); background: var(--lime); border-radius: 50%; font-family: "Manrope", sans-serif; font-size: 10px; font-weight: 700; transition: transform .2s ease; }
.drawer-social a:hover { transform: translateY(-2px); }
@keyframes drawer-fade { from { opacity: 0; } to { opacity: 1; } }
@keyframes drawer-in { from { transform: translateX(100%); } to { transform: translateX(0); } }

.reveal { opacity: 0; transform: translateY(25px); transition: opacity .8s cubic-bezier(.2,.75,.2,1) var(--reveal-delay), transform .8s cubic-bezier(.2,.75,.2,1) var(--reveal-delay); }.reveal.is-visible { opacity: 1; transform: translateY(0); }
@keyframes hero-drift { from { transform: scale(1.02); } to { transform: scale(1.07) translate3d(-1.5%, -1%, 0); } }
@keyframes scroll-down { 0% { transform: translateY(0); opacity: 0; } 25% { opacity: 1; } 70%, 100% { transform: translateY(57px); opacity: 0; } }
@keyframes toast-in { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 900px) {
  .nav-links { gap: 18px; margin-right: 0; }.nav-sign-in { display: none; }.product-layout { grid-template-columns: 1fr; gap: 58px; }.product-copy { max-width: 600px; }.mode-switcher { flex-direction: row; flex-wrap: wrap; }.app-preview-wrap { width: min(100%, 700px); margin: 0 auto; }.benefits-layout, .faq-layout { gap: 60px; }.benefits-layout { grid-template-columns: .9fr 1.1fr; }.faq-layout { grid-template-columns: .75fr 1.25fr; }.pricing-grid { grid-template-columns: 1fr 1fr; }.price-plan:last-child { grid-column: span 2; min-height: auto; }.price-plan:last-child .plan-features { flex-direction: row; flex-wrap: wrap; }.stories-heading { align-items: start; flex-direction: column; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 36px, 520px); }.nav { height: 67px; }.nav-actions { gap: 7px; }.nav-actions .button { display: none; }.menu-button { display: inline-flex; }.nav-links { position: absolute; top: calc(100% + 1px); right: -1px; left: -1px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px 18px 17px; margin: 0; background: rgba(245,247,240,.98); border-bottom: 1px solid var(--line); box-shadow: 0 20px 25px rgba(18,32,32,.07); }.nav-links-open { display: flex; }.nav-links a { padding: 13px 0; border-bottom: 1px solid rgba(18,32,32,.08); }.nav-links .mobile-nav-cta { display: flex; justify-content: space-between; align-items: center; margin-top: 8px; padding: 13px 15px; color: white; background: var(--green); border: 0; border-radius: 4px; }.hero { min-height: 690px; }.hero-image { background-position: 62% center; }.hero-shade { background: linear-gradient(90deg, rgba(3,31,31,.96) 0%, rgba(3,45,42,.82) 67%, rgba(3,26,28,.3) 100%), linear-gradient(0deg, rgba(3,31,31,.76), transparent 57%); }.hero-content { min-height: 620px; padding-top: 15px; padding-bottom: 75px; }.hero-brand-name { font-size: clamp(53px, 17vw, 88px); }.hero-tagline { max-width: 350px; font-size: clamp(33px, 10vw, 49px); }.hero-description { max-width: 355px; font-size: 14px; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 19px; margin-top: 29px; }.hero-reassurance { gap: 10px; flex-direction: column; margin-top: 19px; }.hero-bottom { bottom: 17px; }.hero-location { max-width: 170px; line-height: 1.5; }.scroll-cue { gap: 6px; }.scroll-cue span:first-child { writing-mode: vertical-rl; transform: rotate(180deg); }.scroll-line { height: 28px; }.proof-section { padding: 30px 0; }.proof-layout { align-items: flex-start; flex-direction: column; gap: 28px; }.proof-intro p { font-size: 14px; }.proof-universities { align-items: flex-start; flex-direction: column; gap: 12px; }.university-carousel { width: 100%; }.university-track span { font-size: 13px; }.feature-chips { gap: 8px; }.feature-chip { padding: 7px 12px; font-size: 11px; }.whatsapp-fab { right: 16px; bottom: 16px; width: 50px; height: 50px; }.drawer-panel { width: min(320px, 90vw); padding: 22px 18px 26px; }.section { padding: 83px 0; }.section-heading h2, .benefits-intro h2, .product-copy h2, .cta-content h2 { font-size: clamp(37px, 12vw, 53px); }.features-heading { margin-bottom: 48px; }.feature-item { grid-template-columns: 32px 44px minmax(0, 1fr) 34px; gap: 10px; padding: 20px 0; }.feature-item:hover { padding-right: 4px; padding-left: 4px; }.feature-number { padding-top: 6px; }.feature-copy h3 { font-size: 16px; }.feature-copy p { font-size: 13px; }.feature-arrow { width: 32px; height: 32px; }.feature-statement { align-items: flex-start; gap: 12px; margin-top: 35px; }.statement-line { display: none; }.product-section { padding: 84px 0 90px; }.product-layout { gap: 47px; }.product-copy > p { font-size: 14px; }.mode-button { padding: 0 9px; font-size: 11px; }.app-window { border-width: 4px; border-radius: 12px; transform: none; }.app-window:hover { transform: translateY(-3px); }.app-window-body { grid-template-columns: 1fr; }.app-sidebar { display: none; }.app-main { min-height: 405px; padding: 24px 18px; }.app-heading-row h3 { font-size: 20px; }.question-card h4 { font-size: 15px; }.chart-graph { height: 140px; }.benefits-layout, .faq-layout { grid-template-columns: 1fr; gap: 48px; }.benefits-intro { position: static; }.benefits-intro p { font-size: 14px; }.benefit-row { grid-template-columns: 30px minmax(0, 1fr) 34px; gap: 11px; padding: 24px 0; }.benefit-row h3 { font-size: 18px; }.benefit-row p { font-size: 13px; }.stories-heading { margin-bottom: 38px; }.testimonial-stage { padding: 31px 22px 24px; }.testimonial-stage blockquote { margin: 14px 0 39px; font-size: 26px; }.testimonial-footer { align-items: flex-start; }.testimonial-controls { margin-top: 8px; }.pricing-heading { margin-bottom: 27px; }.pricing-grid { grid-template-columns: 1fr; gap: 10px; }.price-plan, .price-plan:last-child { grid-column: auto; min-height: auto; padding: 24px 21px; }.price-plan:last-child .plan-features { flex-direction: column; }.faq-question { min-height: 68px; font-size: 14px; }.faq-item-open .faq-answer p { padding-right: 18px; padding-bottom: 22px; }.cta-section { min-height: 440px; }.cta-content p { max-width: 315px; font-size: 14px; }.footer-top { align-items: flex-start; flex-direction: column; gap: 42px; padding: 48px 0; }.footer-newsletter { width: 100%; }.footer-bottom { align-items: flex-start; flex-direction: column; gap: 19px; padding: 23px 0 28px; }.footer-links { flex-wrap: wrap; gap: 12px 19px; }.social-links { position: absolute; right: 18px; margin-top: -44px; }.toast { left: 15px; bottom: 15px; max-width: calc(100% - 30px); }
}

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