/* ===== HERO ===== */
.hero { min-height: 100vh; position: relative; display: flex; align-items: center; justify-content: center; overflow: hidden; background: linear-gradient(145deg, #fff8f2 0%, #ffe9db 45%, #ffe0cf 75%, #fff3ea 100%); padding-top: 66px; }
.hero-canvas { position: absolute; inset: 0; z-index: 0; }
.hero-glow { position: absolute; border-radius: 50%; pointer-events: none; }
.glow-1 { width: 600px; height: 600px; top: -100px; left: -150px; background: radial-gradient(circle, rgba(255,122,89,0.18) 0%, transparent 65%); }
.glow-2 { width: 500px; height: 500px; bottom: -80px; right: -100px; background: radial-gradient(circle, rgba(124,58,237,0.14) 0%, transparent 65%); }
.glow-3 { width: 400px; height: 400px; top: 40%; left: 40%; background: radial-gradient(circle, rgba(245,158,11,0.12) 0%, transparent 60%); }
.hero-inner { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; padding: 60px 5vw; text-align: center; }
.hero-badge { display: inline-flex; align-items: center; gap: 9px; background: rgba(255,122,89,0.12); border: 1.5px solid rgba(255,122,89,0.35); color: #d94f2b; font-size: 11px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; padding: 6px 18px; border-radius: 50px; margin-bottom: 28px; animation: fadeUp 0.7s 0.1s both; }
.hero-dot { width: 7px; height: 7px; background: #ff7a59; border-radius: 50%; animation: pulse 2s ease-in-out infinite; }
.hero h1 { font-family: 'Baloo 2', cursive; font-weight: 600; font-size: clamp(38px, 7vw, 60px); line-height: 1.1; color: var(--navy); margin-bottom: 22px; animation: fadeUp 0.75s 0.2s both; }
.hero h1 em { font-style: normal; background: linear-gradient(90deg, #f59e0b, #d97706); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.hero h1 .blue-word { background: linear-gradient(90deg, #0097a7, #00838f); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.hero-sub { font-size: clamp(15px, 2.5vw, 19px); color: #4b5768; font-weight: 600; line-height: 1.65; max-width: 580px; margin: 0 auto 18px; animation: fadeUp 0.75s 0.3s both; }
.hero-tagline { font-family: 'Baloo 2', cursive; font-weight: 700; font-size: clamp(18px, 3vw, 26px); color: #d97706; margin-bottom: 14px; font-style: italic; animation: fadeUp 0.75s 0.35s both; }
.hero-cta-row { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 14px; animation: fadeUp 0.75s 0.4s both; }
.hero-headline-row { display: flex; align-items: center; justify-content: center; gap: 14px; margin: 0 0 24px; animation: fadeUp 0.7s 0.15s both; }
.hero-headline-img { height: 88px; width: auto; flex-shrink: 0; }
.hero-headline { font-family: 'Nunito', sans-serif; font-weight: 900; font-size: clamp(20px, 3.3vw, 26px); letter-spacing: -0.01em; color: var(--navy); text-align: center; margin: 0; }
.hero-headline-accent { background: linear-gradient(90deg, #ff7a59, #e0311a); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.hero-card-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 780px; margin: 0 auto; animation: fadeUp 0.75s 0.4s both; }
.hero-card-row--single { grid-template-columns: 1fr; max-width: 378px; margin-top: 24px; }
.hero-action-card { background: #fff; border-radius: 24px; padding: 30px 30px; display: flex; flex-direction: row; align-items: center; text-align: left; gap: 20px; text-decoration: none; border: 2px solid transparent; box-shadow: 0 6px 32px rgba(0,0,0,0.12); transition: transform 0.22s, box-shadow 0.22s, border-color 0.22s; position: relative; overflow: hidden; }
.hero-action-card-icon { width: 64px; height: 64px; min-width: 64px; border-radius: 18px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; box-shadow: 0 4px 14px rgba(0,0,0,0.1); transition: transform 0.22s; }
.hero-action-card-icon--flash   { background: linear-gradient(135deg, #ffe0d3, #ffb599); color: #e8552f; }
.hero-action-card-icon--android { background: linear-gradient(135deg, #dcfce7, #86efac); color: #15803d; }
.hero-action-card-icon--download { background: linear-gradient(135deg, #ede9fe, #c4b5fd); color: #7c3aed; }
.hero-action-card:hover .hero-action-card-icon { transform: scale(1.08) rotate(-4deg); }
.hero-action-card-text { display: flex; flex-direction: column; gap: 4px; flex: 1; text-align: center; }
.hero-action-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 5px; border-radius: 24px 24px 0 0; }
.hero-action-card--flash::before { background: linear-gradient(90deg, #ff7a59, #0097a7); }
.hero-action-card--spell::before { background: linear-gradient(90deg, #7c3aed, #a855f7); }
.hero-action-card--flash:hover { transform: translateY(-6px); box-shadow: 0 20px 52px rgba(0,0,0,0.22); border-color: #67e8f9; }
.hero-action-card--spell:hover { transform: translateY(-6px); box-shadow: 0 20px 52px rgba(0,0,0,0.22); border-color: #c4b5fd; }
.hero-action-card--android::before { background: linear-gradient(90deg, #22c55e, #15803d); }
.hero-action-card--android:hover { transform: translateY(-6px); box-shadow: 0 20px 52px rgba(0,0,0,0.22); border-color: #86efac; }
.hero-action-card--download::before { background: linear-gradient(90deg, #7c3aed, #a855f7); }
.hero-action-card--download:hover { transform: translateY(-6px); box-shadow: 0 20px 52px rgba(0,0,0,0.22); border-color: #c4b5fd; }
.hero-action-card-btn--android { background: linear-gradient(135deg, #22c55e, #15803d); color: #fff; box-shadow: 0 4px 16px rgba(21,128,61,0.35); }
.hero-action-card-icon { font-size: 48px; line-height: 1; }
.hero-action-card-title { font-family: 'Poppins', sans-serif; font-weight: 800; letter-spacing: -0.02em; font-size: clamp(18px, 2.2vw, 22px); color: var(--navy); }
.hero-action-card-eyebrow { font-size: 13px; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; color: var(--coral); }
.hero-action-card-title--big { font-size: clamp(26px, 4vw, 36px); }
.hero-action-card-desc { font-size: 14px; color: #5f7897; font-weight: 600; line-height: 1.7; flex: 1; }
.hero-action-card-btn { display: inline-flex; align-items: center; font-family: 'Nunito', sans-serif; font-size: 14px; font-weight: 800; padding: 12px 28px; border-radius: 50px; margin-top: 6px; white-space: nowrap; }
.hero-action-card-btn--flash { background: linear-gradient(135deg, #0097a7, #1565c0); color: #fff; box-shadow: 0 4px 16px rgba(0,151,167,0.35); }
.hero-action-card-btn--spell { background: linear-gradient(135deg, #7c3aed, #a855f7); color: #fff; box-shadow: 0 4px 16px rgba(124,58,237,0.35); }
.btn-hero-primary   { display: inline-flex; align-items: center; gap: 10px; background: linear-gradient(135deg, #22c55e, #15803d); color: #fff; font-family: 'Nunito', sans-serif; font-size: 20px; font-weight: 800; padding: 20px 44px; border-radius: 50px; text-decoration: none; box-shadow: 0 8px 28px rgba(21,128,61,0.45); transition: transform 0.2s, box-shadow 0.2s; }
.btn-hero-primary:hover { transform: translateY(-3px) scale(1.03); box-shadow: 0 14px 38px rgba(21,128,61,0.55); }
.btn-hero-secondary { display: inline-flex; align-items: center; gap: 10px; background: rgba(0,0,0,0.05); border: 2px solid rgba(0,0,0,0.15); color: var(--navy); font-family: 'Nunito', sans-serif; font-size: 16px; font-weight: 700; padding: 14px 28px; border-radius: 50px; text-decoration: none; transition: background 0.2s, border-color 0.2s, transform 0.2s; }
.btn-hero-secondary:hover { background: rgba(0,0,0,0.08); border-color: rgba(0,0,0,0.22); transform: translateY(-2px); }
.btn-hero-spell     { display: inline-flex; align-items: center; gap: 10px; background: linear-gradient(135deg, #7c3aed, #a855f7); color: #fff; font-family: 'Nunito', sans-serif; font-size: 20px; font-weight: 800; padding: 20px 44px; border-radius: 50px; text-decoration: none; box-shadow: 0 8px 28px rgba(124,58,237,0.45); transition: transform 0.2s, box-shadow 0.2s; }
.btn-hero-spell:hover { transform: translateY(-3px) scale(1.03); box-shadow: 0 14px 38px rgba(124,58,237,0.55); }
.btn-hero-youtube   { display: inline-flex; align-items: center; gap: 10px; background: rgba(220,38,38,0.1); border: 2px solid rgba(220,38,38,0.35); color: #b91c1c; font-family: 'Nunito', sans-serif; font-size: 16px; font-weight: 700; padding: 14px 28px; border-radius: 50px; text-decoration: none; transition: background 0.2s, transform 0.2s; }
.btn-hero-youtube:hover { background: rgba(220,38,38,0.16); border-color: rgba(220,38,38,0.5); transform: translateY(-2px); }
.hero-stats { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 32px; margin-top: 56px; padding-top: 44px; border-top: 1px solid rgba(0,0,0,0.08); animation: fadeUp 0.75s 0.55s both; }
.hero-stat-num      { font-family: 'Baloo 2', cursive; font-size: 38px; font-weight: 800; color: var(--navy); line-height: 1; }
.hero-stat-num.gold { background: linear-gradient(90deg, #f59e0b, #d97706); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.hero-stat-num.teal { background: linear-gradient(90deg, #0097a7, #00acc1); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.hero-stat-num.green{ background: linear-gradient(90deg, #16a34a, #22c55e); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.hero-stat-num.white{ color: var(--navy); }
.hero-stat-lbl  { font-size: 12px; font-weight: 700; color: var(--muted); text-transform: uppercase; letter-spacing: 1px; margin-top: 5px; }
.hero-stat-divider  { width: 1px; height: 50px; background: rgba(0,0,0,0.1); }

/* ===== FREE SECTION ===== */
.free-section { background: #fff; }
.free-banner {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 56px;
  align-items: center;
  background: linear-gradient(135deg, #f0fdf4, #dcfce7);
  border: 2px solid rgba(34,197,94,0.25);
  border-radius: 32px;
  padding: 52px 56px;
  position: relative;
  overflow: hidden;
}
.free-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(34,197,94,0.06) 1px, transparent 1px);
  background-size: 24px 24px;
  border-radius: 32px;
}
.free-img {
  width: 100%;
  max-width: 220px;
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 8px 24px rgba(21,128,61,0.2));
}
.free-content { position: relative; z-index: 1; }
.free-title {
  font-family: 'Baloo 2', cursive;
  font-weight: 800;
  font-size: clamp(28px, 4vw, 42px);
  color: var(--navy);
  line-height: 1.15;
  margin: 12px 0 16px;
}
.free-title em {
  font-style: normal;
  background: linear-gradient(90deg, #16a34a, #22c55e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.free-desc {
  font-size: 15px;
  font-weight: 600;
  color: var(--muted);
  line-height: 1.75;
  max-width: 520px;
  margin-bottom: 24px;
}
.free-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 28px;
}
.free-point {
  font-size: 14px;
  font-weight: 700;
  color: #15803d;
}

/* ===== SRS SECTION ===== */
.srs-section { background: #fff; }
.srs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; margin-top: 56px; }
.brain-card { background: linear-gradient(145deg, #2d2420, #3d2f27); border-radius: 28px; padding: 36px; box-shadow: 0 20px 60px rgba(60,30,15,0.22); position: relative; overflow: hidden; }
.brain-card::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(circle, rgba(255,150,110,0.12) 1px, transparent 1px); background-size: 22px 22px; border-radius: 28px; }
.brain-emoji  { font-size: 54px; margin-bottom: 16px; display: block; text-align: center; filter: drop-shadow(0 0 14px rgba(255,140,90,0.35)); }
.curve-label  { font-size: 11px; font-weight: 700; color: rgba(255,210,190,0.6); text-transform: uppercase; letter-spacing: 1.5px; text-align: center; margin-bottom: 24px; }
.timeline-row { display: flex; align-items: center; gap: 0; }
.tl-node      { display: flex; flex-direction: column; align-items: center; }
.tl-circle    { width: 44px; height: 44px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Baloo 2', cursive; font-weight: 800; font-size: 13px; color: #fff; }
.c0 { background: linear-gradient(135deg, #1565c0, #0097a7); }
.c1 { background: linear-gradient(135deg, #f59e0b, #f97316); }
.c2 { background: linear-gradient(135deg, #0097a7, #00bcd4); }
.c3 { background: linear-gradient(135deg, #16a34a, #22c55e); }
.c4 { background: linear-gradient(135deg, #7c3aed, #a855f7); }
.tl-bar  { flex: 1; height: 4px; background: linear-gradient(90deg, rgba(255,140,90,0.4), rgba(255,140,90,0.15)); margin-top: -20px; }
.tl-time { font-size: 11px; font-weight: 700; color: rgba(255,210,190,0.7); margin-top: 7px; }
.srs-note { margin-top: 24px; padding: 16px; background: rgba(255,140,90,0.12); border-radius: 14px; border: 1px solid rgba(255,140,90,0.22); font-size: 12px; font-weight: 700; color: rgba(255,220,200,0.85); line-height: 1.65; position: relative; z-index: 1; }
.srs-benefits { display: flex; flex-direction: column; gap: 22px; }
.benefit-item  { display: flex; gap: 18px; align-items: flex-start; background: #f8fbff; border: 1.5px solid rgba(0,150,200,0.1); border-radius: 18px; padding: 22px; transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s; }
.benefit-item:hover { transform: translateX(5px); box-shadow: 0 6px 22px rgba(0,100,160,0.1); border-color: rgba(0,150,200,0.25); }
.benefit-icon  { width: 48px; height: 48px; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 22px; flex-shrink: 0; }
.bi-blue   { background: linear-gradient(135deg, #dbeafe, #bfdbfe); }
.bi-green  { background: linear-gradient(135deg, #dcfce7, #bbf7d0); }
.bi-gold   { background: linear-gradient(135deg, #fef3c7, #fde68a); }
.bi-purple { background: linear-gradient(135deg, #ede9fe, #ddd6fe); }
.benefit-title { font-weight: 800; font-size: 15px; color: var(--navy); margin-bottom: 5px; }
.benefit-text  { font-size: 13.5px; color: var(--muted); font-weight: 600; line-height: 1.65; }

/* ===== TIME SECTION ===== */
.time-section { background: linear-gradient(145deg, #2d2420, #3d2f27); position: relative; overflow: hidden; }
.time-section::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(circle, rgba(255,255,255,0.03) 1px, transparent 1px); background-size: 30px 30px; }
.time-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 48px; }
.compare-card { border-radius: 24px; padding: 32px; position: relative; overflow: hidden; }
.compare-old  { background: rgba(220,38,38,0.1); border: 2px solid rgba(220,38,38,0.25); }
.compare-new  { background: rgba(22,163,74,0.1); border: 2px solid rgba(22,163,74,0.25); }
.compare-badge { position: absolute; top: 16px; right: 16px; font-size: 24px; opacity: 0.3; }
.compare-label { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 900; letter-spacing: 2px; text-transform: uppercase; padding: 5px 14px; border-radius: 50px; margin-bottom: 20px; }
.compare-label.bad  { background: rgba(220,38,38,0.2); color: #f87171; }
.compare-label.good { background: rgba(22,163,74,0.2); color: #4ade80; }
.compare-hours { font-family: 'Baloo 2', cursive; font-weight: 800; font-size: 52px; line-height: 1; margin-bottom: 10px; }
.compare-hours.red   { color: #f87171; }
.compare-hours.green { color: #4ade80; }
.per-day { font-size: 22px; opacity: 0.6; }
.compare-desc { font-size: 14px; font-weight: 600; line-height: 1.65; color: rgba(240,225,215,0.75); }
.compare-list { margin-top: 20px; display: flex; flex-direction: column; gap: 8px; }
.cl-item { font-size: 13px; font-weight: 600; }
.cl-item.red   { color: rgba(248,113,113,0.8); }
.cl-item.green { color: rgba(74,222,128,0.85); }
.savings-highlight { text-align: center; margin-top: 40px; padding: 32px; background: rgba(245,158,11,0.12); border: 2px solid rgba(245,158,11,0.3); border-radius: 24px; }
.savings-big { font-family: 'Baloo 2', cursive; font-size: 54px; font-weight: 800; background: linear-gradient(90deg, #ffe066, #fbbf24); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; line-height: 1; }
.savings-highlight p { font-size: 15px; font-weight: 600; color: rgba(240,225,215,0.8); margin-top: 10px; }

/* ===== WORDS SECTION ===== */
.words-section { background: #fff; }
.words-hero-card { background: linear-gradient(145deg, #2d2420, #3d2f27, #33261f); border-radius: 32px; padding: 56px; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; margin-top: 48px; box-shadow: 0 20px 60px rgba(60,30,15,0.2); position: relative; overflow: hidden; }
.words-hero-card::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(circle, rgba(255,150,110,0.1) 1px, transparent 1px); background-size: 25px 25px; border-radius: 32px; }
.words-left { position: relative; z-index: 1; }
.words-big-num   { font-family: 'Baloo 2', cursive; font-weight: 800; font-size: clamp(58px, 8vw, 96px); background: linear-gradient(90deg, #ff9776, #ff7a59); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; line-height: 1; }
.words-big-label { font-family: 'Baloo 2', cursive; font-weight: 800; font-size: 22px; color: #fff; margin-top: 8px; }
.words-big-sub   { font-size: 14px; color: rgba(255,220,205,0.7); font-weight: 600; margin-top: 10px; line-height: 1.65; }
.grade-tags  { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.grade-tag   { background: rgba(255,140,90,0.15); border: 1px solid rgba(255,140,90,0.3); color: #ffb599; font-size: 12px; font-weight: 700; padding: 6px 14px; border-radius: 50px; }
.words-features { display: flex; flex-direction: column; gap: 16px; position: relative; z-index: 1; }
.wf-item  { display: flex; gap: 14px; align-items: flex-start; background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.1); border-radius: 16px; padding: 18px; }
.wf-icon  { font-size: 20px; flex-shrink: 0; }
.wf-title { font-size: 14px; font-weight: 800; color: #fff; margin-bottom: 3px; }
.wf-text  { font-size: 13px; font-weight: 600; color: rgba(255,220,205,0.7); line-height: 1.55; }

/* ===== APPS SECTION ===== */
.apps-section { background: linear-gradient(160deg, #f0f9ff, #f5f0ff); }

/* ===== COMING SOON ===== */
.coming-section { background: linear-gradient(145deg, #0d1f3c 0%, #1a1040 50%, #0a2840 100%); position: relative; overflow: hidden; text-align: center; }
.coming-section::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(circle, rgba(255,255,255,0.03) 1px, transparent 1px); background-size: 30px 30px; }
.coming-mockup { margin: 48px auto 0; max-width: 480px; background: rgba(255,255,255,0.06); border: 2px solid rgba(255,255,255,0.12); border-radius: 28px; padding: 40px; }
.coming-icon       { font-size: 64px; margin-bottom: 20px; display: block; animation: float 3.5s ease-in-out infinite; }
.coming-title-inner { font-family: 'Baloo 2', cursive; font-weight: 800; font-size: 28px; color: #fff; margin-bottom: 12px; }
.coming-subtitle   { font-size: 14px; color: rgba(190,210,240,0.7); font-weight: 600; }
.coming-features-list { display: flex; flex-direction: column; gap: 12px; text-align: left; margin-top: 24px; }
.cf-item  { display: flex; align-items: center; gap: 12px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 12px; padding: 13px 16px; }
.cf-check { width: 26px; height: 26px; border-radius: 50%; background: linear-gradient(135deg, #7c3aed, #a855f7); display: flex; align-items: center; justify-content: center; font-size: 13px; flex-shrink: 0; color: #fff; font-weight: 700; }
.cf-text  { font-size: 13.5px; font-weight: 700; color: rgba(200,220,250,0.85); }
.notify-form  { display: flex; gap: 10px; max-width: 420px; margin: 40px auto 0; }
.notify-input { flex: 1; padding: 14px 20px; border-radius: 14px; background: rgba(255,255,255,0.1); border: 1.5px solid rgba(255,255,255,0.2); color: #fff; font-family: 'Nunito', sans-serif; font-size: 14px; font-weight: 600; outline: none; transition: border-color 0.2s; }
.notify-input::placeholder { color: rgba(255,255,255,0.45); }
.notify-input:focus { border-color: rgba(160,100,255,0.6); }
.btn-notify { padding: 14px 24px; border-radius: 14px; border: none; cursor: pointer; background: linear-gradient(135deg, #7c3aed, #a855f7); color: #fff; font-family: 'Nunito', sans-serif; font-size: 14px; font-weight: 800; transition: transform 0.2s, box-shadow 0.2s; box-shadow: 0 4px 16px rgba(124,58,237,0.4); white-space: nowrap; }
.btn-notify:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(124,58,237,0.5); }
.notify-msg { text-align: center; margin-top: 16px; font-size: 14px; font-weight: 700; color: #c084fc; }

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .free-banner     { grid-template-columns: 1fr; padding: 32px 22px; }
  .free-points     { grid-template-columns: 1fr; }
  .free-img        { max-width: 140px; }
  .srs-grid        { grid-template-columns: 1fr; }
  .time-compare    { grid-template-columns: 1fr; }
  .words-hero-card { grid-template-columns: 1fr; padding: 32px 22px; }
  .notify-form     { flex-direction: column; }
  .hero-cta-row    { flex-direction: column; align-items: stretch; }
  .hero-card-row   { grid-template-columns: 1fr; }
  .hero-headline-row { flex-direction: column; gap: 10px; }
  .hero-headline   { text-align: center; }
  .hero-headline-img { height: 67px; }
  .btn-hero-primary, .btn-hero-secondary, .btn-hero-youtube { text-align: center; justify-content: center; }
  .hero-stats      { gap: 20px; }
  .hero-stat-divider { display: none; }
}
