/* Landing Page styles — English Trainer (extends v2 visual DNA) */

@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@400;500;600;700&family=Nunito:wght@600;700;800;900&display=swap');

:root {
  --bg:        #ffffff;
  --bg-soft:   #f7f8fa;
  --bg-muted:  #eef0f3;
  --bg-cream:  #fef9f3;
  --line:      #e5e7eb;
  --line-2:    #d4d7dd;

  --ink:       #1a1c22;
  --ink-2:     #4b4e57;
  --ink-3:     #7c8088;
  --ink-4:     #b2b6bf;

  --green:        #22c55e;
  --green-dk:     #15803d;
  --green-soft:   #dcfce7;

  --red:          #ef4444;
  --red-dk:       #b91c1c;
  --red-soft:     #fee2e2;

  --orange:       #fb923c;
  --orange-dk:    #c2410c;
  --orange-soft:  #ffedd5;

  --cyan:         #06b6d4;
  --cyan-dk:      #0e7490;
  --cyan-soft:    #cffafe;

  --violet:       #8b5cf6;
  --violet-dk:    #6d28d9;
  --violet-soft:  #ede9fe;

  --yellow:       #facc15;
  --yellow-dk:    #b45309;

  --pink:         #ec4899;
  --pink-soft:    #fce7f3;

  --r-md: 14px;
  --r-lg: 20px;
  --r-xl: 28px;
  --push: 5px;

  --f-display: "Fredoka", system-ui, sans-serif;
  --f-ui:      "Nunito", system-ui, sans-serif;
}

* { box-sizing: border-box; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

html, body {
  margin: 0;
  padding: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--f-ui);
  font-size: 17px;
  line-height: 1.55;
  font-weight: 600;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
button { font-family: inherit; cursor: pointer; border: none; background: none; padding: 0; color: inherit; }
a { color: inherit; text-decoration: none; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.narrow { max-width: 880px; margin: 0 auto; padding: 0 24px; }

/* ─── Push button ─────────────────────────────────────── */
.push {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: white;
  background: var(--green);
  box-shadow: 0 var(--push) 0 0 var(--green-dk);
  border-radius: var(--r-md);
  padding: 16px 28px;
  transition: transform 0.06s ease-out, box-shadow 0.06s ease-out, background 0.15s;
  user-select: none;
  min-height: 56px;
  cursor: pointer;
  white-space: nowrap;
}
.push:active { transform: translateY(var(--push)); box-shadow: 0 0 0 0 var(--green-dk); }
.push.lg { font-size: 18px; padding: 20px 32px; min-height: 64px; }
.push.cyan   { background: var(--cyan);   box-shadow: 0 var(--push) 0 0 var(--cyan-dk); }
.push.cyan:active { box-shadow: 0 0 0 0 var(--cyan-dk); }
.push.violet { background: var(--violet); box-shadow: 0 var(--push) 0 0 var(--violet-dk); }
.push.violet:active { box-shadow: 0 0 0 0 var(--violet-dk); }
.push.orange { background: var(--orange); box-shadow: 0 var(--push) 0 0 var(--orange-dk); }
.push.orange:active { box-shadow: 0 0 0 0 var(--orange-dk); }
.push.ghost {
  background: var(--bg);
  color: var(--ink);
  border: 2px solid var(--line);
  box-shadow: 0 var(--push) 0 0 var(--line-2);
}
.push.ghost:active { box-shadow: 0 0 0 0 var(--line-2); }

/* ─── Nav ─────────────────────────────────────────────── */
.nav {
  position: sticky;
  top: 0;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
  z-index: 50;
  padding: 14px 0;
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 22px;
  color: var(--ink);
}
.brand .brand-mascot {
  font-size: 30px;
  filter: drop-shadow(0 2px 0 rgba(0,0,0,0.05));
}
.brand em { font-style: normal; color: var(--green-dk); }
.brand-logo-img {
  width: 120px;
  height: 46px;
  display: block;
  object-fit: cover;
  object-position: 50% 52%;
}
.nav-links { display: none; gap: 28px; }
.nav-links a {
  font-weight: 700;
  font-size: 14px;
  color: var(--ink-2);
  transition: color 0.15s;
}
.nav-links a:hover { color: var(--ink); }
@media (min-width: 760px) {
  .nav-links { display: flex; }
}

/* ─── Hero ────────────────────────────────────────────── */
.hero {
  padding: 70px 0 80px;
  background:
    radial-gradient(ellipse 80% 60% at 20% 0%, var(--violet-soft) 0%, transparent 50%),
    radial-gradient(ellipse 70% 50% at 90% 30%, var(--cyan-soft) 0%, transparent 55%),
    var(--bg);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.hero-emoji-rain { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.hero-emoji-rain span {
  position: absolute;
  font-size: 32px;
  opacity: 0.5;
  animation: floaty 8s ease-in-out infinite;
}
@keyframes floaty {
  0%, 100% { transform: translateY(0) rotate(-6deg); }
  50% { transform: translateY(-14px) rotate(6deg); }
}
.hero-emoji-rain span:nth-child(1) { top: 12%; left: 8%;  animation-delay: 0s; }
.hero-emoji-rain span:nth-child(2) { top: 28%; left: 92%; animation-delay: 1s; }
.hero-emoji-rain span:nth-child(3) { top: 60%; left: 5%;  animation-delay: 2s; }
.hero-emoji-rain span:nth-child(4) { top: 75%; left: 88%; animation-delay: 3s; }
.hero-emoji-rain span:nth-child(5) { top: 18%; left: 78%; animation-delay: 4s; }
.hero-emoji-rain span:nth-child(6) { top: 50%; left: 18%; animation-delay: 1.5s; }

.hero-inner { position: relative; z-index: 1; }

.badge-row { display: inline-flex; gap: 6px; flex-wrap: wrap; justify-content: center; margin-bottom: 22px; }
.badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 700;
  color: var(--ink-2);
  font-family: var(--f-display);
  box-shadow: 0 2px 0 rgba(0,0,0,0.04);
}
.badge.live::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 3px var(--green-soft);
  animation: blink 1.8s ease-in-out infinite;
}
@keyframes blink { 0%, 100% { opacity: 1; } 50% { opacity: 0.5; } }

.hero h1 {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: clamp(38px, 7vw, 68px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 0 0 18px;
  color: var(--ink);
}
.hero h1 .hl {
  display: inline-block;
  background: linear-gradient(120deg, var(--green) 0%, var(--cyan) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero h1 .swoop {
  display: inline-block;
  position: relative;
}
.hero h1 .swoop::after {
  content: "";
  position: absolute;
  left: -2%; right: -2%;
  bottom: 4px;
  height: 14px;
  background: var(--yellow);
  z-index: -1;
  border-radius: 8px;
  transform: rotate(-1.5deg);
  opacity: 0.55;
}
.hero p.subtitle {
  font-size: clamp(17px, 2.2vw, 21px);
  color: var(--ink-2);
  max-width: 640px;
  margin: 0 auto 32px;
  line-height: 1.45;
  font-weight: 600;
}
.hero .cta-row {
  display: inline-flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}
@media (min-width: 520px) {
  .hero .cta-row { flex-direction: row; }
}
.hero .price-note {
  font-family: var(--f-display);
  font-size: 14px;
  color: var(--ink-3);
  margin-top: 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* App preview — static designed mock */
.hero-preview {
  margin: 70px auto 0;
  max-width: 880px;
  position: relative;
}
.app-mock {
  background: white;
  border-radius: 28px;
  padding: 18px 18px 22px;
  box-shadow:
    0 1px 0 rgba(255,255,255,0.9) inset,
    0 30px 60px -20px rgba(15, 23, 42, 0.22),
    0 16px 30px -16px rgba(15, 23, 42, 0.18);
  border: 1px solid rgba(0,0,0,0.04);
  position: relative;
  z-index: 2;
  text-align: left;
  max-width: 520px;
  margin: 0 auto;
}

/* tiny depth — stacked card behind */
.app-mock::before {
  content: "";
  position: absolute;
  inset: 22px -14px -14px 14px;
  background: var(--violet-soft);
  border-radius: 28px;
  z-index: -1;
  transform: rotate(2deg);
  opacity: 0.6;
}
.app-mock::after {
  content: "";
  position: absolute;
  inset: -14px 14px 22px -14px;
  background: var(--cyan-soft);
  border-radius: 28px;
  z-index: -1;
  transform: rotate(-2deg);
  opacity: 0.6;
}

.app-mock-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid var(--line);
}
.app-mock-brand {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 17px;
  color: var(--ink);
}
.app-mock-brand .brand-mascot { font-size: 22px; }
.app-mock-brand em { font-style: normal; color: var(--green-dk); }
.app-mock-stats { display: inline-flex; gap: 8px; }
.mini-stat {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 13px;
  padding: 4px 9px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  line-height: 1;
  white-space: nowrap;
}
.mini-stat.orange { background: var(--orange-soft); color: var(--orange-dk); }
.mini-stat.red    { background: var(--red-soft); color: var(--red-dk); }
.mini-stat.cyan   { background: var(--cyan-soft); color: var(--cyan-dk); }

.app-mock-hero {
  background: linear-gradient(135deg, var(--violet-soft), var(--cyan-soft));
  border-radius: 18px;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.app-mock-mascot {
  font-size: 36px;
  line-height: 1;
  flex-shrink: 0;
  animation: bob 4s ease-in-out infinite;
}
.app-mock-h1 {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 15px;
  line-height: 1.2;
  color: var(--violet-dk);
  margin-bottom: 2px;
}
.app-mock-h2 {
  font-size: 12px;
  color: var(--violet-dk);
  opacity: 0.7;
  font-weight: 700;
}

.app-mock-section-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  padding: 0 2px;
}
.app-mock-section-title {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 14px;
  color: var(--ink);
}
.app-mock-section-num {
  font-family: var(--f-ui);
  font-weight: 800;
  font-size: 11px;
  background: var(--bg-muted);
  color: var(--ink-2);
  padding: 2px 7px;
  border-radius: 999px;
}

.app-mock-tiles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.mock-tile {
  position: relative;
  border-radius: 14px;
  padding: 12px 12px 14px;
  color: white;
  font-family: var(--f-display);
  font-weight: 700;
  display: flex;
  flex-direction: column;
  gap: 4px;
  overflow: hidden;
  min-height: 110px;
}
.mock-tile.green   { background: var(--green);  box-shadow: 0 3px 0 0 var(--green-dk); }
.mock-tile.cyan    { background: var(--cyan);   box-shadow: 0 3px 0 0 var(--cyan-dk); }
.mock-tile.orange  { background: var(--orange); box-shadow: 0 3px 0 0 var(--orange-dk); }
.mock-tile.violet,
.mock-tile.violet-2 { background: var(--violet); box-shadow: 0 3px 0 0 var(--violet-dk); }
.mock-tile.red     { background: var(--red);    box-shadow: 0 3px 0 0 var(--red-dk); }
.mock-tile.gold    { background: linear-gradient(140deg, #fbbf24, #d97706); box-shadow: 0 3px 0 0 #92400e; }
.mock-tile .mt-ico { font-size: 26px; line-height: 1; margin-bottom: 2px; }
.mock-tile .mt-name {
  font-size: 13.5px;
  line-height: 1.2;
  margin-top: auto;
}
.mock-tile .mt-meta {
  font-family: var(--f-ui);
  font-weight: 800;
  font-size: 9.5px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0.85;
  margin-top: 2px;
}

@media (max-width: 520px) {
  .hero-preview { margin-top: 50px; max-width: 360px; }
  .app-mock { padding: 14px; }
  .mock-tile { min-height: 96px; }
}

.hero-deco-card {
  position: absolute;
  background: white;
  border-radius: 14px;
  padding: 12px 16px;
  box-shadow: 0 10px 30px -10px rgba(0,0,0,0.15);
  border: 1px solid var(--line);
  font-family: var(--f-display);
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  z-index: 3;
}
.hero-deco-card.streak { top: 14%;  left: 0;  color: var(--orange-dk); animation: bob 5s ease-in-out infinite; }
.hero-deco-card.xp     { top: 44%;  right: 0; color: var(--cyan-dk);   animation: bob 5s ease-in-out infinite reverse; animation-delay: 1s; }
.hero-deco-card.heart  { bottom: 8%; left: 4%; color: var(--red);      animation: bob 5s ease-in-out infinite; animation-delay: 2s; }
@keyframes bob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
.hero-deco-card span:first-child { font-size: 22px; }
@media (max-width: 1024px) {
  .hero-deco-card { display: none; }
}

/* ─── Logos / social proof ────────────────────────────── */
.proof {
  padding: 32px 0;
  background: var(--bg-cream);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  text-align: center;
}
.proof-label {
  font-size: 13px;
  font-weight: 800;
  color: var(--ink-3);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0 0 16px;
  font-family: var(--f-display);
}
.proof-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px 56px;
}
.proof-stat .v {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 32px;
  color: var(--ink);
  line-height: 1;
}
.proof-stat .v em {
  font-style: normal;
  background: linear-gradient(120deg, var(--green), var(--cyan));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.proof-stat .l {
  font-size: 12px;
  color: var(--ink-3);
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.06em;
  margin-top: 4px;
}

/* ─── Section header ──────────────────────────────────── */
.section {
  padding: 90px 0;
}
.section.tight { padding: 60px 0; }

.section-eyebrow {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--violet-dk);
  background: var(--violet-soft);
  display: inline-block;
  padding: 5px 12px;
  border-radius: 999px;
  margin-bottom: 14px;
}
.section-eyebrow.green  { color: var(--green-dk);  background: var(--green-soft); }
.section-eyebrow.orange { color: var(--orange-dk); background: var(--orange-soft); }
.section-eyebrow.cyan   { color: var(--cyan-dk);   background: var(--cyan-soft); }
.section-eyebrow.red    { color: var(--red-dk);    background: var(--red-soft); }

.section h2 {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: clamp(30px, 4.5vw, 46px);
  line-height: 1.1;
  letter-spacing: -0.015em;
  margin: 0 0 16px;
  color: var(--ink);
}
.section h2 em {
  font-style: normal;
  background: linear-gradient(120deg, var(--green), var(--cyan));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.section .lead {
  font-size: 18px;
  color: var(--ink-2);
  max-width: 600px;
  margin: 0 0 48px;
  line-height: 1.5;
}
.section-head.center { text-align: center; }
.section-head.center .lead { margin-left: auto; margin-right: auto; }

/* ─── Pain points ─────────────────────────────────────── */
.pains {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr;
  margin-top: 30px;
}
@media (min-width: 720px) {
  .pains { grid-template-columns: 1fr 1fr; }
}
.pain {
  background: var(--bg-soft);
  border: 2px solid var(--line);
  border-radius: var(--r-lg);
  padding: 22px 24px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.pain-emoji { font-size: 34px; line-height: 1; flex-shrink: 0; }
.pain-title { font-family: var(--f-display); font-weight: 700; font-size: 18px; margin: 0 0 4px; color: var(--ink); }
.pain-body { font-size: 15px; color: var(--ink-2); margin: 0; line-height: 1.5; }

/* ─── Mode cards ──────────────────────────────────────── */
.modes {
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr;
  margin-top: 30px;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 720px) {
  .modes { grid-template-columns: 1fr 1fr; }
}
.modes-4 {
  max-width: 1100px;
}
@media (min-width: 720px) {
  .modes-4 { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 1060px) {
  .modes-4 { grid-template-columns: 1fr 1fr 1fr 1fr; }
}
.mode-card {
  border-radius: var(--r-xl);
  padding: 32px 26px 26px;
  color: white;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  min-height: 360px;
  display: flex;
  flex-direction: column;
}
.mode-card.green  { background: linear-gradient(160deg, var(--green) 0%, var(--green-dk) 100%); }
.mode-card.violet { background: linear-gradient(160deg, var(--violet) 0%, var(--violet-dk) 100%); }
.mode-card.orange { background: linear-gradient(160deg, var(--orange) 0%, var(--orange-dk) 100%); }
.mode-card.cyan   { background: linear-gradient(160deg, var(--cyan) 0%, var(--cyan-dk) 100%); }
.mode-card .mode-num {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 13px;
  background: rgba(255,255,255,0.18);
  padding: 4px 10px;
  border-radius: 999px;
  width: max-content;
  margin-bottom: 18px;
  letter-spacing: 0.06em;
}
.mode-card .mode-emoji {
  font-size: 56px;
  line-height: 1;
  margin-bottom: 16px;
  filter: drop-shadow(0 4px 0 rgba(0,0,0,0.12));
}
.mode-card h3 {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 26px;
  margin: 0 0 10px;
  line-height: 1.1;
}
.mode-card p {
  font-size: 15px;
  opacity: 0.92;
  margin: 0 0 18px;
  line-height: 1.5;
}
.mode-card .mode-bullets {
  list-style: none;
  padding: 0;
  margin: auto 0 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.mode-card .mode-bullets li {
  font-size: 13.5px;
  font-weight: 700;
  display: flex;
  gap: 8px;
  align-items: flex-start;
  font-family: var(--f-ui);
}
.mode-card .mode-bullets li::before {
  content: "✓";
  display: inline-flex;
  width: 18px; height: 18px;
  background: rgba(255,255,255,0.2);
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 11px;
  font-weight: 800;
}
.mode-card .mode-deco {
  position: absolute;
  right: -30px; bottom: -30px;
  font-size: 200px;
  opacity: 0.12;
  z-index: -1;
  line-height: 1;
}

/* ─── Feature grid (smaller) ──────────────────────────── */
.features {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr;
  margin-top: 30px;
}
@media (min-width: 600px) { .features { grid-template-columns: 1fr 1fr; } }
@media (min-width: 920px) { .features { grid-template-columns: 1fr 1fr 1fr; } }

.feat {
  background: var(--bg);
  border: 2px solid var(--line);
  border-radius: var(--r-lg);
  padding: 24px 22px 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: transform 0.15s, border-color 0.15s, box-shadow 0.15s;
}
.feat:hover {
  transform: translateY(-3px);
  border-color: var(--ink-4);
  box-shadow: 0 8px 20px -10px rgba(0,0,0,0.12);
}
.feat-icon {
  width: 48px; height: 48px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}
.feat-icon.green  { background: var(--green-soft); }
.feat-icon.cyan   { background: var(--cyan-soft); }
.feat-icon.orange { background: var(--orange-soft); }
.feat-icon.violet { background: var(--violet-soft); }
.feat-icon.red    { background: var(--red-soft); }
.feat-icon.yellow { background: #fef3c7; }
.feat-icon.pink   { background: var(--pink-soft); }
.feat h4 {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 18px;
  margin: 0;
  line-height: 1.2;
  color: var(--ink);
}
.feat p {
  font-size: 14.5px;
  color: var(--ink-2);
  margin: 0;
  line-height: 1.5;
}

/* ─── How it works steps ──────────────────────────────── */
.steps {
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr;
  margin-top: 30px;
}
@media (min-width: 760px) { .steps { grid-template-columns: 1fr 1fr 1fr; } }
.step {
  background: var(--bg-cream);
  border: 2px solid var(--line);
  border-radius: var(--r-lg);
  padding: 26px 24px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.step-num {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 56px;
  line-height: 1;
  background: linear-gradient(140deg, var(--green) 0%, var(--cyan) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 4px;
}
.step h4 { font-family: var(--f-display); font-weight: 700; font-size: 20px; margin: 0; color: var(--ink); }
.step p { font-size: 15px; color: var(--ink-2); margin: 0; line-height: 1.5; }

/* ─── Scenarios showcase strip ────────────────────────── */
.scenarios-strip {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 30px;
  justify-content: center;
}
.scen-chip {
  background: var(--bg);
  border: 2px solid var(--line);
  border-bottom-width: 4px;
  border-radius: var(--r-md);
  padding: 12px 18px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 15px;
  color: var(--ink);
  transition: transform 0.1s;
}
.scen-chip:hover { transform: translateY(-2px); }
.scen-chip span:first-child { font-size: 24px; }
.scen-chip em {
  font-style: normal;
  font-size: 11px;
  font-weight: 700;
  color: var(--ink-3);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-left: 4px;
}

/* ─── Pricing ─────────────────────────────────────────── */
.pricing-wrap {
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr;
  align-items: stretch;
  margin-top: 36px;
}
@media (min-width: 800px) { .pricing-wrap { grid-template-columns: repeat(2, minmax(0, 400px)); justify-content: center; } }

.plan {
  background: var(--bg);
  border: 2px solid var(--line);
  border-radius: var(--r-xl);
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.plan.featured {
  background: linear-gradient(170deg, var(--ink) 0%, #0d0e12 100%);
  color: white;
  border-color: var(--ink);
  position: relative;
  transform: scale(1.02);
  box-shadow: 0 30px 60px -20px rgba(0,0,0,0.25);
  padding-top: 42px;
}
@media (max-width: 800px) { .plan.featured { transform: none; } }
.plan-tag {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-3);
}
.plan.featured .plan-tag {
  color: var(--bg);
  background: linear-gradient(120deg, var(--green), var(--cyan));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.plan-popular {
  position: absolute;
  top: -14px; left: 50%;
  transform: translateX(-50%);
  background: var(--yellow);
  color: var(--ink);
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 12px;
  padding: 5px 14px;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  box-shadow: 0 4px 0 #ca9412;
}
.plan h3 {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 22px;
  margin: 0;
  color: inherit;
}
.plan-desc { font-size: 14px; color: var(--ink-3); margin: -10px 0 0; }
.plan.featured .plan-desc { color: rgba(255,255,255,0.65); }

.price-block { display: flex; align-items: baseline; gap: 4px; flex-wrap: wrap; }
.price-currency { font-family: var(--f-display); font-weight: 700; font-size: 22px; opacity: 0.7; }
.price-amount {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 64px;
  line-height: 1;
  letter-spacing: -0.02em;
}
.price-cents { font-family: var(--f-display); font-weight: 700; font-size: 24px; opacity: 0.7; }
.price-period { font-size: 14px; color: var(--ink-3); font-weight: 700; margin-left: 4px; }
.plan.featured .price-period { color: rgba(255,255,255,0.6); }

.plan-feats { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }

/* Nota de rodapé do card de plano: o que muda quando o teste acaba. */
.plan-note {
  margin: 14px 0 0;
  padding: 10px 12px;
  border-radius: 10px;
  background: var(--bg-muted, #eef0f3);
  font-size: 12px;
  line-height: 1.45;
  color: var(--ink-2, #6b6e76);
  font-weight: 600;
}
.plan-feats li {
  display: block;
  position: relative;
  padding-left: 30px;
  font-size: 14.5px;
  line-height: 1.45;
  font-weight: 600;
}
.plan-feats li::before {
  content: "✓";
  position: absolute;
  left: 0; top: 1px;
  display: inline-flex;
  width: 20px; height: 20px;
  background: var(--green-soft);
  color: var(--green-dk);
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 12px;
}
.plan.featured .plan-feats li::before {
  background: rgba(34,197,94,0.25);
  color: #86efac;
}
.plan-feats li.x::before { content: "✕"; background: var(--bg-muted); color: var(--ink-4); }
.plan-feats li.x { color: var(--ink-4); text-decoration: line-through; text-decoration-thickness: 1.5px; }

.plan .push.full { width: 100%; margin-top: auto; }
.plan .push.ghost { background: transparent; color: var(--ink); border-color: var(--line-2); }
.plan.featured .push.ghost { background: transparent; color: white; border-color: rgba(255,255,255,0.25); box-shadow: 0 var(--push) 0 0 rgba(255,255,255,0.15); }

.guarantee {
  text-align: center;
  margin-top: 32px;
  font-size: 14px;
  color: var(--ink-3);
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--green-soft);
  color: var(--green-dk);
  padding: 10px 18px;
  border-radius: 999px;
}

/* ─── Profession demo section ──────────────────────── */
.prof-demo {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: stretch;
}
@media (min-width: 880px) {
  .prof-demo { grid-template-columns: 1fr auto 1.4fr; gap: 24px; align-items: center; }
}

.prof-step {
  background: var(--bg);
  border: 2px solid var(--line);
  border-radius: var(--r-xl);
  padding: 24px 22px;
  position: relative;
  box-shadow: 0 8px 24px -12px rgba(0,0,0,0.08);
}
.prof-step-num {
  position: absolute;
  top: -16px;
  left: 22px;
  width: 36px; height: 36px;
  background: var(--violet);
  color: white;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 17px;
  box-shadow: 0 4px 0 0 var(--violet-dk);
}
.prof-step-label {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 14px;
  color: var(--ink-3);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  display: block;
  margin: 8px 0 16px 50px;
}

.prof-input-mock {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--bg-soft);
  border: 2px solid var(--cyan);
  border-radius: 14px;
  padding: 14px 16px;
}
.prof-sparkle { font-size: 22px; line-height: 1; }
.prof-typed {
  flex: 1;
  font-family: var(--f-ui);
  font-weight: 700;
  font-size: 18px;
  color: var(--ink);
}
.prof-typed .caret {
  display: inline-block;
  width: 2px;
  height: 18px;
  background: var(--cyan);
  vertical-align: middle;
  margin-left: 2px;
  animation: blink-caret 1s steps(2) infinite;
}
@keyframes blink-caret { 0%, 50% { opacity: 1; } 50.01%, 100% { opacity: 0; } }
.prof-ok {
  background: var(--violet);
  color: white;
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 13px;
  padding: 8px 14px;
  border-radius: 10px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 3px 0 0 var(--violet-dk);
}

.prof-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--violet);
}
.prof-arrow svg {
  background: white;
  border-radius: 50%;
  padding: 6px;
  box-shadow: 0 6px 16px -4px rgba(139,92,246,0.4);
}
@media (max-width: 880px) {
  .prof-arrow svg { transform: rotate(90deg); }
}

.prof-tiles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.prof-tile {
  position: relative;
  border-radius: 14px;
  padding: 14px 14px 12px;
  color: white;
  font-family: var(--f-display);
  font-weight: 700;
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-height: 96px;
  overflow: hidden;
}
.prof-tile.green  { background: var(--green);  box-shadow: 0 4px 0 0 var(--green-dk); }
.prof-tile.cyan   { background: var(--cyan);   box-shadow: 0 4px 0 0 var(--cyan-dk); }
.prof-tile.orange { background: var(--orange); box-shadow: 0 4px 0 0 var(--orange-dk); }
.prof-tile.violet { background: var(--violet); box-shadow: 0 4px 0 0 var(--violet-dk); }
.prof-tile .pt-ico { font-size: 28px; line-height: 1; }
.prof-tile .pt-name {
  font-size: 13.5px;
  line-height: 1.25;
  margin-top: auto;
}

/* Examples chips */
.prof-examples {
  margin-top: 56px;
  text-align: center;
}
.prof-examples-label {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 14px;
  color: var(--ink-2);
  margin: 0 0 16px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.prof-chips {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 800px;
  margin: 0 auto;
}
.prof-chip {
  background: white;
  border: 2px solid var(--line);
  border-radius: 999px;
  padding: 10px 16px;
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 14px;
  color: var(--ink);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 2px 0 var(--line-2);
}
.prof-chip span:first-child { font-size: 18px; }

/* ─── Comparison table ───────────────────────────────── */
.compare {
  margin-top: 40px;
  background: var(--bg);
  border: 2px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
}
.compare-row {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  align-items: center;
  padding: 16px 20px;
  border-bottom: 1px solid var(--line);
  gap: 8px;
  font-size: 14px;
}
.compare-row:last-child { border-bottom: 0; }
.compare-row.header {
  background: var(--bg-soft);
  font-family: var(--f-display);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--ink-3);
}
.compare-row.header .col-us { color: var(--green-dk); }
.compare-row .col-label { font-weight: 700; color: var(--ink); }
.compare-row > div:not(.col-label) { text-align: center; }
.check  { color: var(--green-dk); font-weight: 800; font-size: 18px; }
.cross  { color: var(--ink-4); font-size: 16px; }
.partial { color: var(--orange-dk); font-weight: 700; }

@media (max-width: 760px) {
  .compare-row { grid-template-columns: 1.6fr 1fr 1fr 1fr; padding: 14px 12px; font-size: 12.5px; gap: 4px; }
}

/* ─── Testimonials ───────────────────────────────────── */
.testimonials {
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr;
  margin-top: 30px;
}
@media (min-width: 760px) { .testimonials { grid-template-columns: 1fr 1fr 1fr; } }
.tmn {
  background: var(--bg);
  border: 2px solid var(--line);
  border-radius: var(--r-lg);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.tmn-stars { color: var(--yellow); font-size: 16px; letter-spacing: 2px; }
.tmn-body { font-size: 15px; color: var(--ink); line-height: 1.55; flex: 1; font-weight: 600; }
.tmn-author { display: flex; align-items: center; gap: 12px; }
.tmn-avatar {
  width: 42px; height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 800;
  color: white;
  font-family: var(--f-display);
}
.tmn-name { font-family: var(--f-display); font-weight: 700; font-size: 15px; line-height: 1.1; }
.tmn-meta { font-size: 12px; color: var(--ink-3); font-weight: 700; }

/* ─── FAQ ─────────────────────────────────────────────── */
.faq-list { margin-top: 30px; display: flex; flex-direction: column; gap: 10px; }
.faq-item {
  background: var(--bg-soft);
  border: 2px solid var(--line);
  border-radius: var(--r-md);
  overflow: hidden;
  transition: border-color 0.2s, background 0.2s;
}
.faq-item[open] {
  background: var(--bg);
  border-color: var(--cyan);
}
.faq-q {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 20px;
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 17px;
  color: var(--ink);
  cursor: pointer;
  list-style: none;
}
.faq-q::-webkit-details-marker { display: none; }
.faq-q::after {
  content: "+";
  margin-left: auto;
  font-size: 24px;
  font-weight: 600;
  color: var(--ink-3);
  transition: transform 0.2s;
  font-family: var(--f-ui);
  line-height: 1;
}
.faq-item[open] .faq-q::after { transform: rotate(45deg); color: var(--cyan-dk); }
.faq-a {
  padding: 0 20px 20px 20px;
  font-size: 15px;
  color: var(--ink-2);
  line-height: 1.6;
  font-weight: 600;
}

/* ─── Final CTA ──────────────────────────────────────── */
.final-cta {
  padding: 100px 0;
  background:
    radial-gradient(ellipse 60% 80% at 20% 100%, rgba(34,197,94,0.3) 0%, transparent 50%),
    radial-gradient(ellipse 60% 80% at 80% 0%, rgba(6,182,212,0.3) 0%, transparent 50%),
    linear-gradient(170deg, var(--ink) 0%, #0d0e12 100%);
  color: white;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.final-cta h2 {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: clamp(34px, 5vw, 54px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 0 0 18px;
  color: white;
}
.final-cta h2 em {
  font-style: normal;
  background: linear-gradient(120deg, var(--yellow), var(--orange));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.final-cta p {
  font-size: 18px;
  color: rgba(255,255,255,0.7);
  max-width: 540px;
  margin: 0 auto 36px;
  line-height: 1.5;
}
.final-cta .mascot-row { font-size: 64px; margin-bottom: 18px; line-height: 1; text-align: center; }

/* ─── Language cards ────────────────────────────────── */
.lang-cards {
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr;
  margin-top: 30px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 600px) {
  .lang-cards { grid-template-columns: 1fr 1fr; }
}
.lang-card {
  background: var(--bg);
  border: 2px solid var(--line);
  border-bottom-width: 5px;
  border-radius: var(--r-xl);
  padding: 28px 24px;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  transition: transform 0.15s, box-shadow 0.15s;
}
.lang-card:hover { transform: translateY(-4px); box-shadow: 0 12px 30px -12px rgba(0,0,0,0.12); }
.lang-flag { font-size: 52px; line-height: 1; flex-shrink: 0; }
.lang-card h3 {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 22px;
  margin: 0 0 8px;
  color: var(--ink);
}
.lang-card p { font-size: 14.5px; color: var(--ink-2); margin: 0; line-height: 1.5; }

/* ─── Footer ─────────────────────────────────────────── */
.footer {
  padding: 40px 0 50px;
  background: var(--bg);
  border-top: 1px solid var(--line);
  text-align: center;
}
.footer .brand { justify-content: center; margin-bottom: 8px; }
.footer-links { display: flex; gap: 22px; justify-content: center; flex-wrap: wrap; margin: 14px 0; }
.footer-links a { font-size: 13px; color: var(--ink-3); font-weight: 700; }
.footer-links a:hover { color: var(--ink); }
.footer-fine { color: var(--ink-4); font-size: 12px; font-weight: 700; }
