:root {
  --bg: #fffafd;
  --surface: #ffffff;
  --surface-soft: #fff2f7;
  --surface-warm: #fff7ef;
  --ink: #221a22;
  --muted: #746b74;
  --line: #eee3e9;
  --pink: #f06d9b;
  --pink-deep: #d84c7d;
  --pink-soft: #ffd8e7;
  --lavender: #e9ddff;
  --peach: #ffe4cf;
  --green: #6faf86;
  --dark: #231e29;
  --shadow-sm: 0 10px 30px rgba(84, 47, 66, .08);
  --shadow-lg: 0 28px 80px rgba(84, 47, 66, .14);
  --radius-sm: 16px;
  --radius: 24px;
  --radius-lg: 34px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid rgba(240,109,155,.35); outline-offset: 3px; }
code { background: #f7eff3; border-radius: 8px; padding: .12rem .35rem; font-size: .9em; }

.skip-link { position: fixed; left: 1rem; top: -100px; z-index: 9999; background: var(--dark); color: white; padding: .8rem 1rem; border-radius: 12px; }
.skip-link:focus { top: 1rem; }
.container { width: min(calc(100% - 32px), var(--container)); margin: 0 auto; }
.section-pad { padding: 96px 0; }
.section-pad-sm { padding: 68px 0; }
.centered { text-align: center; max-width: 760px; margin-inline: auto; }

.ambient { position: fixed; pointer-events: none; z-index: -2; filter: blur(2px); opacity: .8; }
.ambient-one { width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgba(255,200,222,.45), transparent 68%); top: 4%; right: -160px; }
.ambient-two { width: 520px; height: 520px; border-radius: 50%; background: radial-gradient(circle, rgba(224,207,255,.30), transparent 68%); top: 44%; left: -240px; }

.site-header { position: sticky; top: 0; z-index: 1000; backdrop-filter: blur(20px); background: rgba(255,253,254,.91); border-bottom: 1px solid rgba(238,227,233,.82); box-shadow: 0 7px 30px rgba(89,48,67,.045); }
.nav-wrap { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 13px; min-width: 0; }
.brand-mark { position: relative; flex: 0 0 auto; width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50% 50% 50% 29%; background: linear-gradient(145deg, #ffabc9 0%, #f1689a 62%, #db4e82 100%); box-shadow: 0 11px 28px rgba(228,83,133,.22), inset 0 1px 0 rgba(255,255,255,.42); transform: rotate(-2deg); }
.brand-mark::after { content: ""; position: absolute; left: 6px; bottom: -3px; width: 15px; height: 15px; background: #dd5185; clip-path: polygon(0 0,100% 0,0 100%); border-bottom-left-radius: 5px; opacity: .92; }
.brand-icon { position: relative; z-index: 1; width: 41px; height: 41px; overflow: visible; transform: rotate(2deg); }
.brand-book-left, .brand-book-right { fill: rgba(255,255,255,.17); stroke: #fff; stroke-width: 2.5; stroke-linejoin: round; }
.brand-book-line { fill: none; stroke: #fff; stroke-width: 2; stroke-linecap: round; opacity: .9; }
.brand-spark { fill: #ffd48a; filter: drop-shadow(0 1px 1px rgba(155,83,46,.12)); }
.brand-spark-main { fill: #ffd27a; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; min-width: 0; }
.brand-copy strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.34rem; font-weight: 700; letter-spacing: -.035em; color: #20191f; white-space: nowrap; }
.brand-copy small { color: #e86f9c; font-size: .73rem; font-weight: 700; letter-spacing: .015em; margin-top: 7px; white-space: nowrap; }
.primary-nav { display: flex; align-items: center; gap: 24px; font-size: .93rem; }
.primary-nav > a:not(.btn) { color: #4f4750; transition: color .2s ease; }
.primary-nav > a:not(.btn):hover { color: var(--pink-deep); }
.nav-toggle { display: none; background: rgba(255,244,248,.72); border: 1px solid rgba(240,109,155,.12); width: 46px; height: 46px; padding: 10px; border-radius: 14px; }
.nav-toggle span { display: block; height: 2.5px; width: 100%; background: #e96596; margin: 5px 0; border-radius: 6px; transition: .25s ease; }

.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: .78rem; text-transform: uppercase; letter-spacing: .11em; font-weight: 800; color: var(--pink-deep); margin-bottom: 16px; }
.eyebrow.light { color: #ffe6ef; }
.pulse-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--pink); box-shadow: 0 0 0 0 rgba(240,109,155,.5); animation: pulse 2.1s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 10px rgba(240,109,155,0); } 100% { box-shadow: 0 0 0 0 rgba(240,109,155,0); } }

h1, h2, h3 { line-height: 1.08; letter-spacing: -.035em; margin-top: 0; }
h1 { font-size: clamp(3.2rem, 7vw, 6.2rem); margin-bottom: 26px; max-width: 830px; }
h2 { font-size: clamp(2.2rem, 4.2vw, 4rem); margin-bottom: 20px; }
h3 { font-size: 1.45rem; }
p { color: var(--muted); }
.gradient-text { background: linear-gradient(110deg, #d84c7d 4%, #f282a9 50%, #9b78cf 96%); -webkit-background-clip: text; background-clip: text; color: transparent; }

.btn { border: 0; border-radius: 15px; padding: 13px 20px; min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-weight: 800; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: linear-gradient(135deg, var(--pink), var(--pink-deep)); box-shadow: 0 12px 28px rgba(216,76,125,.24); }
.btn-primary:hover { box-shadow: 0 16px 34px rgba(216,76,125,.34); }
.btn-secondary { background: #fff; color: var(--ink); border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.btn-soft { background: var(--surface-soft); color: var(--pink-deep); }
.btn-dark { background: var(--dark); color: white; }
.btn-light { background: white; color: var(--dark); }
.btn-outline-light { border: 1px solid rgba(255,255,255,.55); background: transparent; color: white; }
.btn-lg { padding: 16px 22px; min-height: 56px; border-radius: 17px; }
.btn-small { padding: 10px 16px; min-height: 42px; }
.btn-full { width: 100%; }
.text-cta { background: none; border: 0; padding: 0; color: var(--pink-deep); font-weight: 800; cursor: pointer; }
.text-cta:hover { text-decoration: underline; text-underline-offset: 4px; }

.hero { min-height: calc(100vh - 76px); display: grid; align-items: center; padding-top: 74px; position: relative; }
.hero-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 72px; align-items: center; }
.hero-lead { font-size: clamp(1.12rem, 2vw, 1.34rem); max-width: 700px; margin-bottom: 28px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.free-call-chip { margin-top: 24px; width: min(100%, 610px); display: flex; align-items: center; gap: 13px; text-align: left; background: rgba(255,255,255,.8); border: 1px solid var(--line); border-radius: 18px; padding: 12px 14px; cursor: pointer; box-shadow: var(--shadow-sm); transition: .2s ease; }
.free-call-chip:hover { transform: translateY(-2px); border-color: #f3bad0; }
.free-call-chip .chip-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 14px; background: var(--surface-soft); }
.free-call-chip span:nth-child(2) { display: flex; flex-direction: column; }
.free-call-chip small { color: var(--muted); margin-top: 2px; }
.trust-row { display: flex; gap: 20px; flex-wrap: wrap; margin-top: 24px; color: #625962; font-size: .88rem; }

.hero-visual { position: relative; }
.glass-card { background: linear-gradient(155deg, rgba(255,255,255,.92), rgba(255,241,247,.82)); border: 1px solid rgba(255,255,255,.9); box-shadow: var(--shadow-lg); backdrop-filter: blur(20px); }
.phone-card { width: min(100%, 460px); margin-inline: auto; border-radius: 36px; padding: 26px; position: relative; transform: rotate(1.2deg); }
.phone-card::before { content: ""; position: absolute; inset: -18px; background: linear-gradient(150deg, rgba(255,196,218,.36), rgba(224,207,255,.30)); border-radius: 48px; z-index: -1; filter: blur(6px); }
.phone-topbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.phone-topbar > div:first-child { display: flex; flex-direction: column; }
.tiny-label { color: var(--muted); font-size: .74rem; text-transform: uppercase; letter-spacing: .09em; font-weight: 800; }
.streak-pill, .xp-badge, .date-pill { border-radius: 999px; padding: 7px 11px; font-size: .72rem; font-weight: 800; white-space: nowrap; }
.streak-pill { background: #fff0e4; color: #a75421; }
.xp-badge { background: #f1e8ff; color: #7555a5; }
.date-pill { background: #f7f1f4; color: var(--muted); }
.progress-track { height: 8px; background: #f1e7ec; border-radius: 999px; overflow: hidden; margin-top: 13px; }
.progress-track.large { height: 11px; }
.progress-fill { height: 100%; width: 0%; background: linear-gradient(90deg, #f06d9b, #b88ae0); border-radius: inherit; transition: width .6s cubic-bezier(.2,.8,.2,1); }
.mini-panel { background: rgba(255,255,255,.87); border: 1px solid rgba(237,225,231,.88); border-radius: 23px; padding: 20px; margin-top: 18px; box-shadow: 0 10px 24px rgba(79,52,66,.06); }
.panel-heading { display: flex; align-items: center; gap: 8px; font-size: .82rem; font-weight: 800; color: #655b65; }
.panel-heading .xp-badge { margin-left: auto; }
.panel-icon { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 10px; background: var(--surface-soft); }
.word-preview h3 { font-size: 2.2rem; margin: 18px 0 2px; }
.word-preview p { margin: 0 0 10px; color: var(--pink-deep); font-weight: 700; }
.mini-link { border: 0; background: none; padding: 0; color: var(--pink-deep); font-weight: 800; cursor: pointer; }
.challenge-preview > p { color: var(--ink); font-size: 1.05rem; }
.choice-preview { display: grid; grid-template-columns: repeat(2,1fr); gap: 8px; margin: 12px 0; }
.choice-preview span { padding: 10px; border: 1px solid var(--line); border-radius: 12px; text-align: center; background: white; }
.floating-badge { position: absolute; padding: 9px 13px; border-radius: 14px; font-size: .78rem; font-weight: 900; box-shadow: var(--shadow-sm); animation: floaty 4s ease-in-out infinite; }
.badge-one { right: -24px; top: 34%; background: #fff; color: var(--pink-deep); }
.badge-two { left: -25px; bottom: 19%; background: #2c2631; color: white; animation-delay: 1.1s; }
@keyframes floaty { 0%,100% { transform: translateY(0) rotate(-2deg); } 50% { transform: translateY(-9px) rotate(2deg); } }

.quick-goals { background: linear-gradient(180deg, rgba(255,255,255,.15), rgba(255,245,249,.75)); }
.section-intro p { font-size: 1.05rem; }
.split-intro { display: grid; grid-template-columns: 1fr .65fr; gap: 70px; align-items: end; margin-bottom: 38px; }
.split-intro p { margin: 0 0 10px; }
.goal-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 12px; margin-top: 34px; }
.goal-card { border: 1px solid var(--line); background: rgba(255,255,255,.88); min-height: 124px; padding: 18px 12px; border-radius: 20px; cursor: pointer; display: flex; flex-direction: column; gap: 10px; align-items: center; justify-content: center; box-shadow: 0 8px 22px rgba(79,52,66,.05); transition: .2s ease; }
.goal-card:hover, .goal-card.active { transform: translateY(-4px); border-color: #f0a8c2; background: #fff; box-shadow: 0 16px 30px rgba(216,76,125,.10); }
.goal-card span { font-size: 1.6rem; }
.goal-card strong { font-size: .88rem; }
.goal-result { margin: 18px auto 0; max-width: 760px; border: 1px solid #eedee6; background: white; padding: 18px 20px; border-radius: 18px; text-align: center; box-shadow: var(--shadow-sm); }
.goal-result strong { color: var(--pink-deep); }

.learn-free { position: relative; }
.learning-dashboard { background: var(--dark); color: white; border-radius: var(--radius-lg); padding: 24px 28px; margin-bottom: 24px; box-shadow: 0 26px 60px rgba(35,30,41,.14); }
.dashboard-top { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.dashboard-top > div { display: flex; flex-direction: column; gap: 5px; padding-right: 18px; border-right: 1px solid rgba(255,255,255,.12); }
.dashboard-top > div:last-child { border-right: 0; }
.learning-dashboard .tiny-label { color: rgba(255,255,255,.58); }
.daily-meter { margin-top: 20px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); }
.daily-meter .progress-track { background: rgba(255,255,255,.12); }
.daily-meter-copy { display: flex; justify-content: space-between; font-size: .85rem; margin-bottom: 8px; }
.learn-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 20px; }
.learn-card { background: white; border: 1px solid var(--line); border-radius: 26px; padding: 24px; box-shadow: var(--shadow-sm); min-height: 440px; }
.card-topline { display: flex; align-items: center; gap: 9px; font-weight: 800; font-size: .86rem; }
.card-topline .date-pill, .card-topline .xp-badge { margin-left: auto; }
.icon-chip { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 11px; background: var(--surface-soft); }
.word-card h3 { font-size: 3rem; margin: 30px 0 4px; }
.pronunciation { color: #9b8c96; font-size: .9rem; }
.meaning { color: var(--pink-deep); font-weight: 800; font-size: 1.08rem; }
.example-box { background: #fbf7f9; border: 1px solid var(--line); border-radius: 17px; padding: 15px; margin: 20px 0; }
.example-box span { text-transform: uppercase; font-size: .67rem; letter-spacing: .1em; font-weight: 900; color: #9b8c96; }
.example-box p { color: var(--ink); margin: 6px 0 2px; font-weight: 700; }
.example-box small { color: var(--muted); }
.micro-status { min-height: 24px; font-size: .82rem; text-align: center; margin-bottom: 0; }
.question-label { color: #a0909a; text-transform: uppercase; letter-spacing: .08em; font-size: .72rem; font-weight: 900; margin-top: 28px; }
.challenge-card h3, .quiz-card h3 { margin-bottom: 22px; }
.answer-list { display: grid; gap: 10px; }
.answer-btn { width: 100%; text-align: left; border: 1px solid var(--line); background: #fff; border-radius: 15px; padding: 13px 14px; cursor: pointer; font-weight: 700; transition: .18s ease; }
.answer-btn:hover:not(:disabled) { border-color: #efa8c2; background: #fff7fa; transform: translateX(3px); }
.answer-btn.correct { border-color: #9acbaa; background: #f1fbf4; color: #39714b; }
.answer-btn.wrong { border-color: #f0b3ba; background: #fff3f4; color: #9c4652; }
.answer-btn:disabled { cursor: default; }
.feedback-box { margin-top: 14px; border-radius: 15px; padding: 13px 14px; background: #f8f3f6; color: #554d55; font-size: .88rem; }
.feedback-box.success { background: #edf9f1; color: #39714b; }
.quiz-progress-dots { display: flex; gap: 7px; margin-top: 26px; }
.quiz-progress-dots i { width: 8px; height: 8px; border-radius: 99px; background: #eadfe5; }
.quiz-progress-dots i.active { width: 26px; background: var(--pink); }
.quiz-progress-dots i.done { background: #9acbaa; }

.lessons { background: #fff; }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 44px; }
.service-card { position: relative; background: #fff; border: 1px solid var(--line); border-radius: 26px; padding: 25px; box-shadow: 0 9px 28px rgba(76,48,62,.06); transition: .22s ease; overflow: hidden; }
.service-card:hover { transform: translateY(-5px); box-shadow: 0 20px 40px rgba(76,48,62,.10); }
.service-card.featured { background: linear-gradient(145deg, #fff4f8, #fff); border-color: #f3bfd2; }
.service-card.featured::after { content: ""; width: 130px; height: 130px; border-radius: 50%; background: rgba(255,185,211,.25); position: absolute; top: -55px; right: -48px; }
.service-icon { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 16px; background: var(--surface-soft); font-size: 1.35rem; margin-bottom: 21px; }
.service-tag, .popular-tag { display: inline-flex; border-radius: 999px; background: #ffe5ef; color: #a83e68; font-size: .68rem; font-weight: 900; padding: 6px 9px; text-transform: uppercase; letter-spacing: .05em; }
.service-card h3 { margin: 14px 0 12px; }
.check-list { list-style: none; padding: 0; margin: 18px 0 22px; display: grid; gap: 8px; }
.check-list li { color: #625a62; font-size: .9rem; padding-left: 22px; position: relative; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 900; }
.ethics-note { display: block; color: #8b7f87; background: #faf6f8; border-radius: 12px; padding: 10px; line-height: 1.45; }

.courses { background: linear-gradient(180deg, #fff, #fff9fc); }
.course-row { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.course-card { min-height: 230px; border-radius: 24px; padding: 22px; background: white; border: 1px solid var(--line); display: flex; flex-direction: column; box-shadow: var(--shadow-sm); }
.course-card:nth-child(2) { background: #fff7ef; }
.course-card:nth-child(3) { background: #f8f3ff; }
.course-card:nth-child(4) { background: #f2fbf5; }
.course-number { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 12px; background: rgba(255,255,255,.68); border: 1px solid rgba(0,0,0,.05); color: #91858e; font-size: .75rem; font-weight: 900; }
.course-card h3 { margin: auto 0 9px; }
.course-card p { font-size: .9rem; margin: 0 0 14px; }
.course-card > span:last-child { font-size: .74rem; font-weight: 900; color: var(--pink-deep); }

.level-test { background: #fff; }
.test-shell { border-radius: 38px; background: linear-gradient(135deg, #2b2330, #3b2d40 55%, #4f3650); color: white; padding: 48px; display: grid; grid-template-columns: 1fr .86fr; gap: 55px; align-items: center; overflow: hidden; position: relative; box-shadow: 0 30px 70px rgba(47,35,50,.18); }
.test-shell::before { content: ""; position: absolute; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgba(240,109,155,.23), transparent 66%); right: -120px; top: -100px; }
.test-copy { position: relative; z-index: 1; }
.test-copy h2 { font-size: clamp(2.5rem, 4.3vw, 4.1rem); }
.test-copy p { color: rgba(255,255,255,.72); }
.test-meta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.test-meta span { border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.07); padding: 8px 11px; border-radius: 999px; font-size: .78rem; }
.test-panel { background: rgba(255,255,255,.96); color: var(--ink); border-radius: 28px; min-height: 410px; padding: 28px; position: relative; z-index: 1; box-shadow: 0 18px 40px rgba(0,0,0,.16); display: grid; align-items: center; }
.test-panel h3 { font-size: 1.7rem; }
.test-orbit { height: 150px; position: relative; display: grid; place-items: center; margin-bottom: 8px; }
.test-orbit::before { content: ""; width: 104px; height: 104px; border-radius: 50%; background: linear-gradient(135deg, #ffd8e7, #e9ddff); box-shadow: inset 0 0 0 14px white; }
.test-orbit span { position: absolute; width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; background: white; border: 1px solid var(--line); box-shadow: var(--shadow-sm); font-size: .76rem; font-weight: 900; }
.test-orbit span:nth-child(1) { left: 18%; top: 42%; }.test-orbit span:nth-child(2) { right: 20%; top: 11%; }.test-orbit span:nth-child(3) { right: 14%; bottom: 4%; }
.test-progress-row { display: grid; grid-template-columns: auto 1fr; gap: 14px; align-items: center; margin-bottom: 28px; color: #8e828b; font-size: .78rem; font-weight: 900; }
.dark-answers .answer-btn { background: #faf7f9; }
.result-kicker { color: #9f939b; text-transform: uppercase; letter-spacing: .1em; font-weight: 900; font-size: .72rem; }
.result-level { font-size: 5rem; line-height: 1; font-weight: 950; letter-spacing: -.06em; background: linear-gradient(135deg, #e25688, #9e75d7); -webkit-background-clip: text; background-clip: text; color: transparent; margin: 14px 0; }
.reset-test { width: 100%; margin-top: 10px; border: 0; background: none; color: #8b7f87; cursor: pointer; font-weight: 700; }

.about-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; }
.about-visual { min-height: 520px; position: relative; display: grid; place-items: center; }
.portrait-placeholder { width: min(82%, 390px); aspect-ratio: .83; border-radius: 42px; background: linear-gradient(160deg, #ffe8f0, #f3ebff); display: grid; place-items: center; position: relative; overflow: hidden; box-shadow: var(--shadow-lg); }
.portrait-ring { position: absolute; width: 310px; height: 310px; border: 1px solid rgba(216,76,125,.2); border-radius: 50%; }
.portrait-ring::before, .portrait-ring::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(216,76,125,.14); inset: 24px; }.portrait-ring::after { inset: 55px; }
.portrait-initial { position: relative; width: 140px; height: 140px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.7); font-size: 5rem; font-weight: 900; color: var(--pink-deep); box-shadow: 0 12px 30px rgba(94,63,79,.12); }
.portrait-note { position: absolute; bottom: 18px; left: 18px; right: 18px; background: rgba(255,255,255,.8); backdrop-filter: blur(12px); border-radius: 14px; padding: 10px; font-size: .76rem; text-align: center; color: #81757d; }
.about-badge { position: absolute; display: flex; align-items: center; gap: 10px; background: white; border: 1px solid var(--line); border-radius: 18px; padding: 12px 14px; box-shadow: var(--shadow-sm); }
.about-badge > span { font-size: 1.4rem; }.about-badge strong, .about-badge small { display: block; }.about-badge small { color: var(--muted); font-size: .72rem; }.badge-a { left: 0; top: 20%; }.badge-b { right: 0; bottom: 18%; }
.about-copy p { font-size: 1.03rem; }
.about-points { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px 22px; margin: 28px 0; color: #5f565f; font-size: .9rem; }

/* Demo testimonial preview: replace with real student reviews before public use. */
.reviews { background: linear-gradient(180deg, #fff, #fff8fb); }
.demo-notice { display: inline-block; max-width: 720px; margin: 8px auto 0; padding: 10px 14px; border-radius: 14px; background: #fff4f8; border: 1px dashed #efb2c8; color: #806d78; font-size: .86rem; }
.review-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 34px; }
.review-card { min-height: 245px; border: 1px solid var(--line); background: rgba(255,255,255,.92); border-radius: 24px; padding: 22px; box-shadow: var(--shadow-sm); position: relative; overflow: hidden; }
.review-card::after { content: none; display: none; }
.review-top { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; margin-bottom: 22px; }
.review-avatar { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 14px; background: linear-gradient(135deg, #ffd8e7, #e9ddff); color: #8e5171; font-weight: 950; }
.review-top strong, .review-top small { display: block; }
.review-top small { color: var(--muted); font-size: .72rem; margin-top: 2px; }
.review-stars { color: #d88335; letter-spacing: .05em; font-size: .8rem; }
.review-card p { margin: 0; color: #5f565f; font-size: .96rem; line-height: 1.7; }

.booking { background: linear-gradient(180deg, #fff8fb, #fff); }
.booking-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 12px; margin: 38px 0 18px; }
.booking-option { border: 1px solid var(--line); border-radius: 18px; background: white; padding: 14px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 11px; text-align: left; cursor: pointer; transition: .2s ease; }
.booking-option:hover, .booking-option.selected { border-color: #efa8c2; box-shadow: var(--shadow-sm); transform: translateY(-2px); }
.booking-time { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; background: var(--surface-soft); color: var(--pink-deep); font-weight: 900; font-size: .78rem; }
.booking-option strong, .booking-option small { display: block; }.booking-option small { color: var(--muted); margin-top: 2px; font-size: .75rem; }.booking-arrow { color: #b7abb3; }
.booking-embed-wrap { min-height: 480px; border: 1px solid var(--line); background: white; border-radius: 28px; padding: 18px; box-shadow: var(--shadow-sm); overflow: hidden; }
.booking-placeholder { height: 100%; min-height: 440px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; max-width: 620px; margin: auto; }
.calendar-illustration { width: 190px; border: 1px solid var(--line); border-radius: 20px; padding: 12px; box-shadow: var(--shadow-sm); transform: rotate(-2deg); margin-bottom: 24px; }
.calendar-head { display: flex; gap: 5px; border-bottom: 1px solid var(--line); padding-bottom: 10px; }.calendar-head span { width: 8px; height: 8px; border-radius: 50%; background: #f2b1c8; }.calendar-grid { display: grid; grid-template-columns: repeat(7,1fr); gap: 7px; padding-top: 12px; }.calendar-grid i { aspect-ratio: 1; border-radius: 5px; background: #f5eef2; }.calendar-grid i.active { background: #f06d9b; }
#booking-frame { width: 100%; height: 710px; border: 0; border-radius: 20px; background: white; }

.pricing-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(205px,1fr)); gap: 14px; margin-top: 36px; align-items: stretch; }
.price-card { position: relative; border: 1px solid var(--line); background: white; border-radius: 24px; padding: 23px; display: flex; flex-direction: column; min-height: 280px; box-shadow: var(--shadow-sm); }
.price-card > span:not(.popular-tag) { font-size: .82rem; font-weight: 900; color: #766c74; }
.price-card h3 { font-size: 1.9rem; margin: 22px 0 10px; }
.price-card p { font-size: .9rem; margin-bottom: 24px; }.price-card .btn { margin-top: auto; }
.price-card.popular { border-color: #eaa4bd; background: linear-gradient(165deg, #fff2f7, #fff); transform: translateY(-8px); }
.popular-tag { position: absolute; top: -11px; right: 18px; }

.instagram-shell { display: grid; grid-template-columns: .9fr 1.1fr; gap: 40px; align-items: center; background: linear-gradient(135deg, #fff0f6, #f7f1ff); border: 1px solid #eee0e9; border-radius: 34px; padding: 42px; overflow: hidden; }
.social-previews { min-height: 330px; display: flex; align-items: center; justify-content: center; position: relative; }
.social-card { width: 210px; aspect-ratio: .78; border-radius: 24px; background: white; border: 1px solid var(--line); box-shadow: var(--shadow-lg); padding: 22px; display: flex; flex-direction: column; justify-content: center; text-align: center; position: absolute; }
.social-card span { color: var(--pink-deep); font-size: .74rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 900; }.social-card strong { font-size: 1.2rem; margin: 14px 0; }.social-card small { color: var(--muted); }.rotate-left { transform: translateX(-145px) rotate(-10deg); }.center-card { z-index: 2; transform: scale(1.04); }.rotate-right { transform: translateX(145px) rotate(10deg); }

.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; align-items: start; }
.accordion { display: grid; gap: 10px; }
.accordion details { border: 1px solid var(--line); background: white; border-radius: 17px; padding: 0 17px; box-shadow: 0 6px 18px rgba(65,47,56,.04); }
.accordion summary { cursor: pointer; list-style: none; padding: 18px 0; font-weight: 800; display: flex; justify-content: space-between; gap: 16px; }.accordion summary::-webkit-details-marker { display: none; }.accordion summary span { color: var(--pink-deep); font-size: 1.25rem; transition: transform .2s ease; }.accordion details[open] summary span { transform: rotate(45deg); }.accordion details p { margin-top: 0; padding-bottom: 18px; }

.contact { background: #fff; }
.contact-shell { display: grid; grid-template-columns: .85fr 1.15fr; gap: 54px; background: var(--dark); color: white; border-radius: 36px; padding: 46px; box-shadow: 0 30px 70px rgba(35,30,41,.16); }
.contact-copy p { color: rgba(255,255,255,.68); }
.contact-links { display: grid; gap: 10px; margin-top: 28px; }
.contact-link { display: flex; align-items: center; gap: 12px; padding: 12px; border: 1px solid rgba(255,255,255,.13); border-radius: 15px; background: rgba(255,255,255,.05); transition: .18s ease; }.contact-link:hover:not(.disabled) { background: rgba(255,255,255,.1); transform: translateX(3px); }.contact-link > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; background: rgba(255,255,255,.08); }.contact-link small, .contact-link strong { display: block; }.contact-link small { color: rgba(255,255,255,.5); }.contact-link.disabled { opacity: .58; cursor: not-allowed; }
.contact-form { background: white; color: var(--ink); border-radius: 25px; padding: 24px; }
.form-row { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.contact-form label { display: grid; gap: 7px; font-size: .8rem; font-weight: 900; color: #5e555c; margin-bottom: 13px; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; border: 1px solid var(--line); background: #fcfafb; border-radius: 13px; padding: 12px 13px; color: var(--ink); outline: none; }.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: #eba4bd; box-shadow: 0 0 0 4px rgba(240,109,155,.10); }.contact-form textarea { resize: vertical; }
.form-note { font-size: .72rem; margin: 11px 0 0; }.form-status { min-height: 24px; margin-top: 8px; font-size: .82rem; font-weight: 700; }.form-status.success { color: #39714b; }.form-status.error { color: #9c4652; }

.final-cta-card { background: linear-gradient(135deg, #d84c7d, #ab77cc); color: white; border-radius: 34px; padding: 40px; display: flex; align-items: center; justify-content: space-between; gap: 30px; box-shadow: 0 26px 60px rgba(177,83,139,.22); }.final-cta-card h2 { font-size: clamp(2rem, 4vw, 3.5rem); max-width: 760px; }.final-cta-card p { color: rgba(255,255,255,.75); }.final-actions { display: flex; gap: 10px; flex-wrap: wrap; }

.site-footer { padding: 70px 0 24px; background: #211c25; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3,1fr); gap: 40px; }.footer-grid > div { display: flex; flex-direction: column; gap: 10px; }.footer-grid > div:first-child { padding-right: 35px; }.footer-grid p, .footer-grid a { color: rgba(255,255,255,.6); font-size: .86rem; }.footer-grid a:hover { color: white; }.footer-grid strong { margin-bottom: 5px; }.footer-brand { margin-bottom: 10px; }.footer-brand .brand-copy small { color: rgba(255,255,255,.5); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 46px; padding-top: 20px; display: flex; justify-content: space-between; color: rgba(255,255,255,.48); font-size: .76rem; }

.whatsapp-float { position: fixed; right: 18px; bottom: 18px; z-index: 900; background: #25D366; color: white; padding: 12px 15px; border-radius: 999px; display: flex; align-items: center; gap: 7px; font-weight: 900; box-shadow: 0 14px 34px rgba(37,211,102,.28); transition: .2s ease; }.whatsapp-float:hover:not(.disabled) { transform: translateY(-3px); }.whatsapp-float.disabled { display: none; }
.toast { position: fixed; z-index: 2000; left: 50%; bottom: 28px; transform: translate(-50%, 24px); background: #211c25; color: white; border-radius: 13px; padding: 11px 16px; font-size: .84rem; font-weight: 700; opacity: 0; pointer-events: none; transition: .22s ease; box-shadow: 0 14px 35px rgba(0,0,0,.18); }.toast.show { opacity: 1; transform: translate(-50%,0); }

.booking-dialog { width: min(calc(100% - 28px), 520px); border: 0; border-radius: 28px; padding: 0; box-shadow: 0 30px 90px rgba(30,20,30,.28); }.booking-dialog::backdrop { background: rgba(29,23,29,.56); backdrop-filter: blur(8px); }.dialog-content { padding: 31px; }.dialog-content .btn + .btn { margin-top: 10px; }.dialog-close { position: absolute; top: 12px; right: 12px; width: 38px; height: 38px; border: 0; border-radius: 50%; background: #f8f2f5; cursor: pointer; font-size: 1.4rem; }
.noscript-banner { position: fixed; bottom: 0; left: 0; right: 0; z-index: 9999; background: #8a233f; color: white; padding: 12px; text-align: center; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }.reveal.in-view { opacity: 1; transform: none; }
.confetti { position: fixed; width: 8px; height: 8px; border-radius: 2px; pointer-events: none; z-index: 2500; animation: confetti .9s ease-out forwards; }
@keyframes confetti { from { transform: translate(0,0) rotate(0); opacity: 1; } to { transform: translate(var(--dx), var(--dy)) rotate(360deg); opacity: 0; } }

/* Legal pages */
.legal-page { min-height: 100vh; background: #fffafd; }.legal-header { padding: 28px 0; border-bottom: 1px solid var(--line); }.legal-content { max-width: 820px; padding: 70px 0 100px; }.legal-content h1 { font-size: clamp(2.5rem,5vw,4.6rem); }.legal-content h2 { font-size: 1.5rem; margin-top: 34px; }.legal-placeholder { border: 1px solid #f0c9d8; background: #fff3f7; border-radius: 16px; padding: 14px; color: #865165; }

@media (max-width: 1040px) {
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .goal-grid { grid-template-columns: repeat(3,1fr); }
  .learn-grid, .service-grid, .review-grid { grid-template-columns: repeat(2,1fr); }
  .course-row, .pricing-grid { grid-template-columns: repeat(2,1fr); }
  .booking-grid { grid-template-columns: repeat(2,1fr); }
  .about-grid { gap: 42px; }
  .badge-a { left: -12px; }.badge-b { right: -12px; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }.footer-grid > div:last-child { grid-column: 2 / 4; display: grid; grid-template-columns: repeat(4,auto); align-items: start; }.footer-grid > div:last-child strong { grid-column: 1 / -1; }
}

@media (max-width: 820px) {
  .section-pad { padding: 74px 0; }.section-pad-sm { padding: 52px 0; }
  .nav-toggle { display: block; }
  .primary-nav { position: fixed; top: 89px; left: 16px; right: 16px; background: rgba(255,255,255,.97); border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--shadow-lg); padding: 15px; display: grid; gap: 4px; transform: translateY(-15px) scale(.98); opacity: 0; pointer-events: none; transition: .22s ease; }.primary-nav.open { opacity: 1; transform: none; pointer-events: auto; }.primary-nav > a { padding: 11px 12px; border-radius: 11px; }.nav-cta { margin-top: 4px; }
  .hero { min-height: auto; padding-top: 50px; }.hero-grid { grid-template-columns: 1fr; }.hero-copy { text-align: center; }.hero-copy .eyebrow { justify-content: center; }.hero-lead { margin-inline: auto; }.hero-actions, .trust-row { justify-content: center; }.free-call-chip { margin-inline: auto; }.hero-visual { margin-top: 25px; }.phone-card { max-width: 430px; }
  .split-intro, .about-grid, .test-shell, .faq-grid, .contact-shell, .instagram-shell { grid-template-columns: 1fr; }
  .split-intro { gap: 8px; }
  .test-shell, .contact-shell, .instagram-shell { padding: 32px; }
  .about-visual { min-height: 470px; max-width: 520px; width: 100%; margin-inline: auto; }
  .social-previews { margin-top: 18px; }
  .footer-grid { grid-template-columns: repeat(2,1fr); }.footer-grid > div:last-child { grid-column: auto; display: flex; }.footer-grid > div:first-child { grid-column: 1 / -1; padding-right: 0; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 22px), var(--container)); }
  .nav-wrap { min-height: 82px; }
  .brand { gap: 10px; }
  .brand-mark { width: 47px; height: 47px; }
  .brand-icon { width: 36px; height: 36px; }
  .brand-copy strong { font-size: 1.08rem; }
  .brand-copy small { display: block; font-size: .62rem; margin-top: 5px; }
  h1 { font-size: clamp(2.8rem, 14vw, 4.4rem); }
  h2 { font-size: clamp(2rem, 10vw, 3rem); }
  .hero { padding-top: 36px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; width: 100%; }
  .hero-actions .btn { width: 100%; }
  .free-call-chip { align-items: flex-start; }
  .trust-row { gap: 8px 13px; font-size: .78rem; }
  .phone-card { padding: 18px; border-radius: 29px; transform: none; }.badge-one { right: -7px; }.badge-two { left: -6px; }.floating-badge { font-size: .7rem; }
  .goal-grid { grid-template-columns: repeat(2,1fr); }.goal-card { min-height: 108px; }
  .dashboard-top { grid-template-columns: 1fr 1fr; }.dashboard-top > div { border-right: 0; padding-right: 0; }.dashboard-top > div:last-child { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.1); padding-top: 12px; }
  .learn-grid, .service-grid, .course-row, .booking-grid, .pricing-grid, .review-grid { grid-template-columns: 1fr; }
  .learn-card { min-height: auto; }.price-card.popular { transform: none; }
  .test-shell { padding: 26px 18px; border-radius: 28px; }.test-panel { padding: 20px; }.test-meta { gap: 6px; }
  .about-visual { min-height: 430px; }.portrait-placeholder { width: 86%; }.badge-a { left: 0; top: 8%; }.badge-b { right: 0; bottom: 5%; }.about-badge { max-width: 200px; padding: 10px; }.about-points { grid-template-columns: 1fr; }
  .booking-embed-wrap { padding: 10px; min-height: 430px; }.booking-placeholder { min-height: 410px; }.booking-option { grid-template-columns: auto 1fr; }.booking-arrow { display: none; }
  .instagram-shell { padding: 28px 20px; }.social-previews { min-height: 280px; transform: scale(.78); margin-inline: -50px; }
  .contact-shell { padding: 26px 18px; border-radius: 28px; }.form-row { grid-template-columns: 1fr; }
  .final-cta-card { flex-direction: column; align-items: flex-start; padding: 28px 22px; }.final-actions { width: 100%; display: grid; }.final-actions .btn { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }.footer-grid > div:first-child { grid-column: auto; }.footer-bottom { flex-direction: column; gap: 7px; }
  .whatsapp-float span:last-child { display: none; }
}

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

/* Little English Lab — current service pricing */
.service-price{margin:.35rem 0 .8rem!important;font-size:.92rem;color:var(--muted,#6e6270)}
.service-price strong{color:var(--text,#241d24);font-size:1rem}
.pricing-note{text-align:center;margin:1.25rem auto 0;max-width:820px;font-size:.95rem;opacity:.82}

@media (max-width: 380px) {
  .brand-copy strong { font-size: .98rem; }
  .brand-copy small { font-size: .57rem; }
  .brand-mark { width: 44px; height: 44px; }
  .brand-icon { width: 33px; height: 33px; }
  .brand { gap: 8px; }
}
