/* ============================================================
   KidsHub Landing — Main Styles
   Theme: Light Mode — Kid-Friendly & Playful
   Mobile-First Responsive Design
   ============================================================ */

:root {
  /* Brand Palette — Bright & Playful */
  --pink:        #FF2D9B;
  --pink-soft:   #FF6BBF;
  --pink-light:  #FFF0F7;
  --purple:      #8B5CF6;
  --purple-deep: #6D28D9;
  --purple-light: #F3F0FF;
  --violet:      #4C1D95;
  --gradient:    linear-gradient(135deg, #FF2D9B 0%, #8B5CF6 100%);
  --gradient-r:  linear-gradient(135deg, #8B5CF6 0%, #FF2D9B 100%);
  --gradient-soft: linear-gradient(135deg, #FFE5F3 0%, #EDE9FE 100%);

  /* Light backgrounds */
  --bg-base:     #FFFFFF;
  --bg-card:     #FAFBFC;
  --bg-card2:    #F5F7FA;
  --bg-elevated: #F0F2F5;
  --bg-glass:    rgba(139,92,246,0.04);
  --bg-glass2:   rgba(255,45,155,0.06);
  --bg-hero:     linear-gradient(180deg, #FFF5FA 0%, #FFFFFF 100%);

  /* Text */
  --text-primary:   #1A1A2E;
  --text-secondary: #4A4A68;
  --text-muted:     #8B8BA8;

  /* Borders */
  --border:         rgba(0,0,0,0.08);
  --border-pink:    rgba(255,45,155,0.25);
  --border-purple:  rgba(139,92,246,0.25);

  /* Shadows */
  --shadow-sm:   0 2px 8px rgba(0,0,0,0.04);
  --shadow-md:   0 4px 20px rgba(0,0,0,0.06);
  --shadow-lg:   0 8px 40px rgba(0,0,0,0.08);
  --shadow-pink: 0 4px 24px rgba(255,45,155,0.15);
  --shadow-purple: 0 4px 24px rgba(139,92,246,0.15);

  /* Radius */
  --r-sm:   8px;
  --r-md:   14px;
  --r-lg:   20px;
  --r-xl:   28px;
  --r-pill: 999px;

  /* Fonts */
  --font-head: 'Nunito', sans-serif;
  --font-body: 'DM Sans', sans-serif;
}

/* ── RESET ── */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: var(--font-body);
  background: var(--bg-base);
  color: var(--text-primary);
  overflow-x: hidden;
  line-height: 1.65;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

/* ── TYPOGRAPHY ── */
h1, h2, h3, h4, h5, h6 { font-family: var(--font-head); line-height: 1.15; }

.gradient-text {
  background: var(--gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ── UTILITIES ── */
.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
}
.section { padding: 60px 0; }
.text-center { text-align: center; }

.section-tag {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 11px; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; 
  color: var(--pink);
  background: linear-gradient(135deg, rgba(255,45,155,0.08) 0%, rgba(139,92,246,0.08) 100%);
  padding: 8px 16px;
  border-radius: 100px;
  margin-bottom: 14px;
}
.section-tag::before {
  content: '';
  display: inline-block;
  width: 6px; height: 6px;
  background: var(--gradient);
  border-radius: 50%;
}
.section-title {
  font-size: 28px;
  font-weight: 900;
  color: var(--text-primary);
  margin-bottom: 14px;
  line-height: 1.25;
}
.section-sub {
  font-size: 16px;
  color: var(--text-secondary);
  max-width: 580px;
  line-height: 1.7;
}
.center-sub { margin-left: auto; margin-right: auto; }

/* ── BUTTONS ── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--font-body); font-weight: 600; font-size: 14px;
  padding: 12px 24px; border-radius: var(--r-pill);
  border: none; cursor: pointer;
  transition: all 0.25s ease;
  text-decoration: none;
}
.btn-gradient {
  background: var(--gradient);
  color: #fff;
  box-shadow: var(--shadow-pink);
}
.btn-gradient:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(255,45,155,0.35);
  filter: brightness(1.05);
}
.btn-large { font-size: 16px; padding: 14px 32px; }
.btn-outline {
  background: transparent;
  color: var(--text-primary);
  border: 2px solid var(--border-pink);
}
.btn-outline:hover {
  background: var(--pink-light);
  border-color: var(--pink);
  color: var(--pink);
}
.btn-ghost {
  background: var(--bg-card2);
  color: var(--text-secondary);
  border: 1px solid var(--border);
}
.btn-ghost:hover { 
  background: var(--bg-elevated); 
  color: var(--text-primary); 
  border-color: var(--border-pink); 
}

/* ── CARDS ── */
.card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
}
.card:hover {
  transform: translateY(-4px);
  border-color: var(--border-pink);
  box-shadow: var(--shadow-pink);
}

/* ── CIRCUIT GRID ── */
.dot-grid {
  position: absolute; inset: 0; z-index: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg fill='%238B5CF6' fill-opacity='0.15'%3E%3Cpath d='M20 18h2v4h-2zM18 20h4v2h-4z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 40px 40px;
}

/* ── REVEAL ANIMATIONS ── */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}
.reveal.visible { opacity: 1; transform: none; }
.reveal-d1 { transition-delay: 0.1s; }
.reveal-d2 { transition-delay: 0.2s; }
.reveal-d3 { transition-delay: 0.3s; }
.reveal-d4 { transition-delay: 0.4s; }

/* ======================================================
   NAV — Mobile First
   ====================================================== */
#navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
  transition: background 0.3s, box-shadow 0.3s;
}
#navbar.scrolled {
  box-shadow: var(--shadow-md);
}
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 64px;
}
.nav-logo {
  display: flex; align-items: center; gap: 10px;
}
/* Brand mark in the top nav. Was a CSS gradient + "K" letter; now an
   <img> rendering brand/kidshub-logo.svg. Layout (size, border-radius,
   shadow) is unchanged so spacing in the navbar stays identical. */
.nav-logo-mark {
  width: 38px; height: 38px; border-radius: 12px;
  box-shadow: var(--shadow-pink);
  display: block;
  object-fit: contain;
}
.nav-logo-text {
  font-family: var(--font-head); font-weight: 800; font-size: 20px;
  color: var(--text-primary);
}
.nav-links {
  display: none;
  align-items: center; gap: 4px;
}
.nav-links a {
  font-size: 14px; font-weight: 500; color: var(--text-secondary);
  padding: 8px 14px; border-radius: var(--r-sm);
  transition: color 0.2s, background 0.2s;
}
.nav-links a:hover { color: var(--text-primary); background: var(--bg-card2); }
.nav-links a.active { 
  color: var(--pink); 
  background: rgba(255, 45, 155, 0.1);
  font-weight: 600;
  position: relative;
}
.nav-links a.active::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 3px;
  background: var(--gradient);
  border-radius: 2px;
}
.nav-cta { display: flex; align-items: center; gap: 8px; }
.nav-cta .btn-ghost.nav-desktop-btn { display: none; }
.hamburger {
  display: flex; flex-direction: column; gap: 5px;
  background: none; border: none; cursor: pointer; padding: 6px;
}
.hamburger span {
  display: block; width: 22px; height: 2px;
  background: var(--text-secondary); border-radius: 2px;
  transition: all 0.3s;
}

/* Mobile menu */
.mobile-menu {
  display: none;
  position: fixed; top: 64px; left: 0; right: 0; z-index: 999;
  background: rgba(255,255,255,0.98);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
  padding: 16px 20px;
  flex-direction: column; gap: 4px;
  box-shadow: var(--shadow-lg);
}
.mobile-menu.open { display: flex; }
.mobile-menu a {
  font-size: 16px; font-weight: 500; color: var(--text-secondary);
  padding: 12px 16px; border-radius: var(--r-sm);
  transition: all 0.2s;
}
.mobile-menu a:hover { color: var(--text-primary); background: var(--bg-card2); }
.mobile-menu a.active { 
  color: var(--pink); 
  background: rgba(255, 45, 155, 0.1);
  font-weight: 600;
  border-left: 3px solid var(--pink);
}
.mobile-menu-cta { 
  display: flex; flex-direction: column; gap: 10px; 
  margin-top: 12px; padding-top: 16px; border-top: 1px solid var(--border); 
}

/* ======================================================
   HERO — Mobile First
   ====================================================== */
#hero {
  min-height: auto;
  display: flex; align-items: center;
  padding-top: 70px;
  position: relative; overflow: hidden;
  background: var(--bg-hero);
}
.hero-glow-1 {
  position: absolute; width: 400px; height: 400px; border-radius: 50%;
  background: radial-gradient(circle, rgba(255,45,155,0.12) 0%, transparent 70%);
  top: -100px; right: -100px; pointer-events: none;
}
.hero-glow-2 {
  position: absolute; width: 350px; height: 350px; border-radius: 50%;
  background: radial-gradient(circle, rgba(139,92,246,0.1) 0%, transparent 70%);
  bottom: -80px; left: -80px; pointer-events: none;
}
.hero-inner {
  display: flex; flex-direction: column;
  gap: 32px; align-items: center;
  position: relative; z-index: 1;
  padding: 24px 0 40px;
  text-align: center;
}
.hero-content {
  display: flex; flex-direction: column; align-items: center;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--pink-light);
  border: 1px solid var(--border-pink);
  border-radius: var(--r-pill);
  font-size: 11px; font-weight: 600; color: var(--pink);
  padding: 5px 12px; margin-bottom: 14px;
}
.badge-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--pink);
  animation: pulse-dot 2s ease-in-out infinite;
}
@keyframes pulse-dot {
  0%, 100% { opacity: 1; transform: scale(1); box-shadow: 0 0 0 0 rgba(255,45,155,0.4); }
  50% { opacity: 0.7; transform: scale(1.3); box-shadow: 0 0 0 6px rgba(255,45,155,0); }
}
#hero h1 {
  font-size: 32px;
  font-weight: 900; line-height: 1.12;
  color: var(--text-primary);
  margin-bottom: 20px;
}
#hero p.hero-sub {
  font-size: 16px; color: var(--text-secondary);
  line-height: 1.7; margin-bottom: 32px; max-width: 480px;
}
.hero-actions {
  display: flex; flex-direction: column; align-items: center; gap: 12px;
  width: 100%;
  margin-bottom: 40px;
}
.hero-actions .btn { width: 100%; max-width: 280px; }
.hero-trust {
  display: flex; flex-direction: column; align-items: center; gap: 12px;
}
.trust-avatars { display: flex; }
.trust-avatars span {
  width: 34px; height: 34px; border-radius: 50%;
  border: 3px solid var(--bg-base);
  margin-left: -10px; font-size: 12px; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  box-shadow: var(--shadow-sm);
}
.trust-avatars span:first-child { margin-left: 0; }
.av1 { background: linear-gradient(135deg,#FF6BBF,#FF2D9B); color: #fff; }
.av2 { background: linear-gradient(135deg,#A78BFA,#8B5CF6); color: #fff; }
.av3 { background: linear-gradient(135deg,#34D399,#10B981); color: #fff; }
.av4 { background: linear-gradient(135deg,#FCD34D,#F59E0B); color: #1a1200; }
.trust-text { font-size: 13px; color: var(--text-muted); text-align: center; }
.trust-text strong { color: var(--text-secondary); }

/* ── HERO APP MOCKUP ── */
.hero-visual { 
  display: none;
  position: relative; 
  width: 100%;
  max-width: 520px;
}
.app-window {
  background: var(--bg-base);
  border: 1px solid var(--border);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--shadow-lg), var(--shadow-purple);
}
.app-titlebar {
  background: var(--bg-card2);
  padding: 12px 16px;
  display: flex; align-items: center; justify-content: space-between;
  border-bottom: 1px solid var(--border);
}
.titlebar-dots { display: flex; gap: 6px; }
.titlebar-dots span {
  width: 11px; height: 11px; border-radius: 50%;
}
.td-red { background: #FF5F57; }
.td-yellow { background: #FEBC2E; }
.td-green { background: #28C840; }
.titlebar-label {
  font-size: 11px; font-weight: 600; color: var(--text-muted);
  display: flex; align-items: center; gap: 6px;
}
.live-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: #28C840;
  animation: pulse-dot 2s ease-in-out infinite;
}
.app-body { padding: 14px; }

.mock-stat-row {
  display: grid; grid-template-columns: repeat(3,1fr); gap: 8px;
  margin-bottom: 12px;
}
.mock-stat {
  background: var(--bg-card2);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 10px 12px;
}
.mock-stat-label { font-size: 8px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; color: var(--text-muted); }
.mock-stat-val { font-family: var(--font-head); font-weight: 800; font-size: 20px; color: var(--text-primary); margin: 2px 0; }
.mock-stat-diff { font-size: 9px; font-weight: 600; }
.pos { color: #10B981; } .neg { color: var(--pink); }

.mock-children { display: flex; flex-direction: column; gap: 6px; margin-bottom: 10px; }
.mock-child-row {
  display: flex; align-items: center; gap: 10px;
  background: var(--bg-card2); border: 1px solid var(--border);
  border-radius: 10px; padding: 8px 10px;
  transition: border-color 0.2s;
}
.mock-child-row:hover { border-color: var(--border-pink); }
.mock-avatar {
  width: 30px; height: 30px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 11px; flex-shrink: 0;
}
.mock-info { flex: 1; min-width: 0; }
.mock-name { font-size: 12px; font-weight: 600; color: var(--text-primary); }
.mock-meta { font-size: 10px; color: var(--text-muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mock-badge {
  font-size: 9px; font-weight: 700; padding: 3px 8px; border-radius: 100px;
}
.badge-in  { background: rgba(16,185,129,0.12); color: #10B981; }
.badge-out { background: rgba(255,45,155,0.12); color: var(--pink); }

.mock-msg {
  background: var(--pink-light);
  border: 1px solid var(--border-pink);
  border-radius: 10px; padding: 10px 12px;
  display: flex; align-items: center; gap: 10px;
}
.mock-msg-icon {
  width: 30px; height: 30px; border-radius: 8px;
  background: var(--gradient); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; flex-shrink: 0;
}
.mock-msg-text { font-size: 11px; color: var(--text-secondary); line-height: 1.4; }
.mock-msg-text strong { color: var(--text-primary); }

.float-stat {
  display: none;
  position: absolute;
  background: var(--bg-base);
  border: 1px solid var(--border-pink);
  border-radius: 12px;
  padding: 10px 14px;
  box-shadow: var(--shadow-md);
  animation: float-card 4s ease-in-out infinite;
  z-index: 2;
}
.float-stat-1 { top: -14px; left: -40px; animation-delay: 0s; }
.float-stat-2 { bottom: 24px; right: -40px; animation-delay: 2.2s; }
@keyframes float-card {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
.float-inner { display: flex; align-items: center; gap: 10px; }
.float-emoji { font-size: 20px; }
.float-val { font-family: var(--font-head); font-weight: 800; font-size: 15px; color: var(--text-primary); }
.float-label { font-size: 10px; color: var(--text-muted); }

/* ======================================================
   LOGOS STRIP — Mobile First
   ====================================================== */
.logos-strip {
  background: var(--bg-card2);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 18px 0;
  overflow: hidden;
}
.logos-inner {
  display: flex; flex-direction: column; align-items: center; gap: 12px;
}
.logos-label { font-size: 12px; color: var(--text-muted); white-space: nowrap; }
.logos-track { 
  display: flex; align-items: center; gap: 10px; 
  flex-wrap: wrap; justify-content: center;
}
.logo-chip {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--bg-base); border: 1px solid var(--border);
  border-radius: var(--r-pill); padding: 6px 14px;
  font-size: 12px; font-weight: 600; color: var(--text-secondary);
  white-space: nowrap;
  transition: border-color 0.2s, color 0.2s, box-shadow 0.2s;
  box-shadow: var(--shadow-sm);
}
.logo-chip:hover { border-color: var(--border-pink); color: var(--text-primary); box-shadow: var(--shadow-pink); }

/* ======================================================
   FEATURES — Mobile First
   ====================================================== */
#features { 
  background: 
    radial-gradient(ellipse 80% 50% at 20% 20%, rgba(78, 205, 196, 0.12) 0%, transparent 50%),
    radial-gradient(ellipse 60% 40% at 80% 30%, rgba(255, 107, 157, 0.08) 0%, transparent 50%),
    radial-gradient(ellipse 70% 50% at 50% 80%, rgba(139, 92, 246, 0.06) 0%, transparent 50%),
    linear-gradient(180deg, #F8FFFE 0%, #F0FDFA 30%, #FDF2F8 50%, #F5F3FF 70%, #FAFAFA 100%);
  position: relative;
  overflow: hidden;
}
#features::before {
  content: '';
  position: absolute;
  top: 10%;
  left: -5%;
  width: 300px;
  height: 300px;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='30' cy='30' r='1.5' fill='rgba(78,205,196,0.3)'/%3E%3C/svg%3E");
  background-size: 60px 60px;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0.5;
}
#features::after {
  content: '';
  position: absolute;
  bottom: 15%;
  right: -5%;
  width: 350px;
  height: 350px;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='30' cy='30' r='1.5' fill='rgba(255,107,157,0.25)'/%3E%3C/svg%3E");
  background-size: 60px 60px;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0.5;
}
.features-grid {
  display: grid; grid-template-columns: 1fr;
  gap: 16px; margin-top: 36px;
}
.feat-card {
  background: #FFFFFF;
  border: 1px solid #E8E8ED;
  border-radius: var(--r-xl);
  padding: 28px 24px;
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
  position: relative;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.feat-card:hover { 
  transform: translateY(-3px); 
  border-color: var(--pink);
  box-shadow: 0 8px 24px rgba(255,45,155,0.12);
}
.feat-icon-wrap {
  width: 52px; height: 52px; border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
  position: relative;
}
.feat-icon-wrap svg { width: 24px; height: 24px; }
.ic-pink   { background: #FFF0F5; color: var(--pink); }
.ic-purple { background: #F3F0FF; color: var(--purple); }
.ic-teal   { background: #ECFDF5; color: #059669; }
.ic-amber  { background: #FFFBEB; color: #D97706; }
.ic-blue   { background: #EFF6FF; color: #2563EB; }
.ic-rose   { background: #FFF1F2; color: #E11D48; }
.feat-card h3 { font-size: 17px; font-weight: 800; color: #111827; margin-bottom: 10px; }
.feat-card p { font-size: 14px; color: #4B5563; line-height: 1.65; }

/* ======================================================
   HOW IT WORKS — Mobile First
   ====================================================== */
#how { 
  background: 
    radial-gradient(ellipse 50% 40% at 10% 20%, rgba(139, 92, 246, 0.05) 0%, transparent 50%),
    radial-gradient(ellipse 50% 40% at 90% 80%, rgba(255, 45, 155, 0.04) 0%, transparent 50%),
    linear-gradient(180deg, #FAFAFA 0%, #F8FAFC 50%, #F5F3FF 100%);
  position: relative;
}
.steps-grid {
  display: grid; grid-template-columns: 1fr;
  gap: 16px; margin-top: 36px; position: relative;
}
.steps-grid::before {
  display: none;
}
.step-card {
  background: #FFFFFF;
  border: 1px solid #E8E8ED;
  border-radius: var(--r-xl);
  padding: 28px 24px 24px;
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  position: relative;
}
.step-card:hover { 
  transform: translateY(-3px); 
  border-color: var(--purple);
  box-shadow: 0 8px 24px rgba(139,92,246,0.12);
}
.step-num {
  width: 48px; height: 48px; border-radius: 50%;
  background: var(--gradient);
  font-family: var(--font-head); font-weight: 900; font-size: 20px; color: #fff;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 16px;
  box-shadow: 0 6px 16px rgba(255,45,155,0.25);
  position: relative;
}
.step-num::after {
  content: '';
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  background: var(--gradient);
  opacity: 0.15;
  z-index: -1;
}
.step-card h3 { font-size: 17px; font-weight: 800; color: #111827; margin-bottom: 10px; }
.step-card p { font-size: 14px; color: #4B5563; line-height: 1.65; }

/* ======================================================
   AI SUBSECTION (within Features)
   ====================================================== */
.ai-subsection {
  margin-top: 80px;
  padding-top: 60px;
  border-top: 1px solid rgba(78, 205, 196, 0.2);
  position: relative;
}
.ai-subsection::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 3px;
  background: var(--gradient);
  border-radius: 2px;
}
.ai-subsection-title {
  font-size: 28px;
  font-weight: 900;
  color: var(--text-primary);
  margin-bottom: 8px;
}
.ai-subsection-title .gradient-text {
  background: linear-gradient(135deg, var(--pink) 0%, var(--purple) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.ai-hero-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  padding: 32px 24px;
  box-shadow: var(--shadow-lg);
  margin-bottom: 40px;
}

.ai-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, var(--pink), var(--purple));
  padding: 8px 16px;
  border-radius: var(--r-pill);
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}
.ai-badge svg {
  width: 16px;
  height: 16px;
}

.ai-hero-title {
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 20px;
  line-height: 1.2;
  color: var(--text-primary);
}

.ai-checklist {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 28px;
}
.ai-checklist li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--text-secondary);
  font-size: 14px;
  font-weight: 500;
}
.ai-checklist li .check-circle {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: linear-gradient(135deg, #10B981, #34D399);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.ai-checklist li .check-circle svg {
  width: 12px;
  height: 12px;
  color: #fff;
}

.ai-mockup {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 12px 32px rgba(0,0,0,0.12);
}
.ai-mockup-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #E5E7EB;
}
.ai-mockup-header .dots {
  display: flex;
  gap: 4px;
}
.ai-mockup-header .dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.ai-mockup-header .dots span:nth-child(1) { background: #EF4444; }
.ai-mockup-header .dots span:nth-child(2) { background: #F59E0B; }
.ai-mockup-header .dots span:nth-child(3) { background: #10B981; }
.ai-mockup-header span:last-child {
  font-size: 10px;
  font-weight: 600;
  color: #6B7280;
  margin-left: auto;
}
.ai-mockup-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ai-mockup-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  background: #F9FAFB;
  border-radius: 8px;
}
.ai-mockup-row .ai-icon {
  width: 32px;
  height: 32px;
  background: linear-gradient(135deg, var(--pink), var(--purple));
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.ai-mockup-row .ai-icon svg {
  width: 16px;
  height: 16px;
  color: #fff;
}
.ai-mockup-row p {
  font-size: 11px;
  color: #374151;
  line-height: 1.4;
}
.ai-mockup-row p strong {
  color: var(--pink);
}
.ai-typing-indicator {
  display: flex;
  gap: 4px;
  padding: 8px 12px;
  background: #E5E7EB;
  border-radius: 12px;
  width: fit-content;
}
.ai-typing-indicator span {
  width: 6px;
  height: 6px;
  background: #9CA3AF;
  border-radius: 50%;
  animation: typing 1.4s infinite;
}
.ai-typing-indicator span:nth-child(2) { animation-delay: 0.2s; }
.ai-typing-indicator span:nth-child(3) { animation-delay: 0.4s; }
@keyframes typing {
  0%, 60%, 100% { transform: translateY(0); }
  30% { transform: translateY(-4px); }
}

.ai-features-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.ai-feature-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 24px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.ai-feature-card:hover {
  border-color: var(--pink);
  transform: translateY(-4px);
  box-shadow: var(--shadow-pink);
}
.ai-feature-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.ai-feature-icon svg {
  width: 24px;
  height: 24px;
  color: #fff;
}
.ai-feature-card:nth-child(1) .ai-feature-icon { background: linear-gradient(135deg, #FF2D9B, #FF6B9D); }
.ai-feature-card:nth-child(2) .ai-feature-icon { background: linear-gradient(135deg, #8B5CF6, #A78BFA); }
.ai-feature-card:nth-child(3) .ai-feature-icon { background: linear-gradient(135deg, #10B981, #34D399); }

.ai-feature-card h3 {
  font-size: 17px;
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 10px;
}
.ai-feature-card p {
  font-size: 13px;
  color: var(--text-secondary);
  line-height: 1.5;
}

/* ======================================================
   FOR WHO — Mobile First
   ====================================================== */
#for-who { 
  background: 
    radial-gradient(ellipse 60% 40% at 10% 50%, rgba(255, 45, 155, 0.06) 0%, transparent 50%),
    radial-gradient(ellipse 50% 40% at 90% 30%, rgba(139, 92, 246, 0.08) 0%, transparent 50%),
    radial-gradient(ellipse 60% 50% at 50% 90%, rgba(16, 185, 129, 0.06) 0%, transparent 50%),
    linear-gradient(180deg, #FAFAFA 0%, #FDF4FF 30%, #F5F3FF 50%, #ECFDF5 70%, #FAFAFA 100%);
  position: relative;
  overflow: hidden;
}
#for-who::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 200px;
  height: 400px;
  background: linear-gradient(180deg, transparent, rgba(255, 45, 155, 0.03), transparent);
  pointer-events: none;
}
#for-who::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 200px;
  height: 400px;
  background: linear-gradient(180deg, transparent, rgba(139, 92, 246, 0.03), transparent);
  pointer-events: none;
}
.persona-grid {
  display: grid; grid-template-columns: 1fr;
  gap: 20px; margin-top: 40px;
}
.persona-card {
  border-radius: var(--r-xl);
  padding: 32px 28px;
  border: 1px solid var(--border);
  background: var(--bg-card);
  transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
  position: relative; overflow: hidden;
}
.persona-card::after {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0; height: 4px;
  opacity: 0; transition: opacity 0.25s;
}
.persona-card.p-owner::after  { background: var(--gradient); }
.persona-card.p-staff::after  { background: linear-gradient(135deg,#8B5CF6,#3B82F6); }
.persona-card.p-parent::after { background: linear-gradient(135deg,#34D399,#3B82F6); }
.persona-card:hover { transform: translateY(-4px); border-color: var(--border-pink); box-shadow: var(--shadow-pink); }
.persona-card:hover::after { opacity: 1; }
.persona-emoji { font-size: 42px; margin-bottom: 16px; display: block; }
.persona-icon {
  width: 56px; height: 56px; border-radius: 16px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
}
.p-owner .persona-icon { background: var(--pink-light); color: var(--pink); }
.p-staff .persona-icon { background: var(--purple-light); color: var(--purple); }
.p-parent .persona-icon { background: rgba(16,185,129,0.1); color: #10B981; }
.persona-card h3 { font-size: 19px; font-weight: 900; color: var(--text-primary); margin-bottom: 12px; }
.persona-card p { font-size: 14px; color: var(--text-secondary); line-height: 1.6; margin-bottom: 20px; }
.persona-list { display: flex; flex-direction: column; gap: 9px; }
.persona-list li {
  font-size: 13px; color: var(--text-secondary);
  display: flex; align-items: flex-start; gap: 8px;
}
.persona-list li::before { content: '✓'; font-weight: 700; font-size: 12px; flex-shrink: 0; margin-top: 1px; }
.p-owner  .persona-list li::before { color: var(--pink); }
.p-staff  .persona-list li::before { color: var(--purple); }
.p-parent .persona-list li::before { color: #10B981; }

/* ======================================================
   CANADA / COMPLIANCE — Mobile First
   ====================================================== */
#canada { 
  background: 
    radial-gradient(ellipse 80% 60% at 50% 0%, rgba(220, 38, 38, 0.06) 0%, transparent 50%),
    radial-gradient(ellipse 60% 40% at 20% 80%, rgba(255, 45, 155, 0.05) 0%, transparent 50%),
    radial-gradient(ellipse 60% 40% at 80% 80%, rgba(78, 205, 196, 0.05) 0%, transparent 50%),
    linear-gradient(180deg, #FAFAFA 0%, #FEF2F2 25%, #FFF5F5 50%, #FFFBEB 75%, #FAFAFA 100%);
  position: relative;
  overflow: hidden;
}
#canada::before {
  content: '🍁';
  position: absolute;
  top: 20px;
  left: 10%;
  font-size: 40px;
  opacity: 0.08;
  pointer-events: none;
}
#canada::after {
  content: '🍁';
  position: absolute;
  bottom: 30px;
  right: 10%;
  font-size: 60px;
  opacity: 0.06;
  pointer-events: none;
}
.canada-card {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(220, 38, 38, 0.1);
  border-radius: var(--r-xl);
  padding: 40px 24px;
  text-align: center;
  position: relative; overflow: hidden;
  max-width: 860px; margin: 0 auto;
  box-shadow: 0 8px 32px rgba(220, 38, 38, 0.08);
}
.canada-card::before {
  content: '';
  position: absolute; 
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, #DC2626, #FF2D9B, #DC2626);
  border-radius: var(--r-xl) var(--r-xl) 0 0;
}
.canada-flag { font-size: 48px; margin-bottom: 18px; }
.canada-card h2 { font-size: 24px; font-weight: 900; color: var(--text-primary); margin-bottom: 14px; }
.canada-card p { font-size: 15px; color: var(--text-secondary); line-height: 1.7; max-width: 560px; margin: 0 auto 28px; }
.trust-pills { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.trust-pill {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--bg-card2); border: 1px solid var(--border-pink);
  border-radius: var(--r-pill); padding: 8px 14px;
  font-size: 12px; font-weight: 600; color: var(--text-secondary);
  transition: color 0.2s, border-color 0.2s, background 0.2s;
}
.trust-pill:hover { color: var(--text-primary); background: var(--pink-light); border-color: var(--pink); }

/* ======================================================
   BOOK A DEMO — Mobile First
   ====================================================== */
#demo { 
  background: 
    radial-gradient(ellipse 60% 40% at 0% 50%, rgba(78, 205, 196, 0.06) 0%, transparent 50%),
    radial-gradient(ellipse 60% 40% at 100% 50%, rgba(255, 45, 155, 0.05) 0%, transparent 50%),
    linear-gradient(180deg, #FAFAFA 0%, #F0FDFA 50%, #FDF2F8 100%);
}
.demo-grid {
  display: grid; grid-template-columns: 1fr;
  gap: 40px; align-items: start; margin-top: 40px;
}
.demo-left h3 { font-size: 24px; font-weight: 900; color: var(--text-primary); margin-bottom: 12px; }
.demo-left p { font-size: 15px; color: var(--text-secondary); line-height: 1.7; margin-bottom: 28px; }
.demo-benefits { display: flex; flex-direction: column; gap: 16px; margin-bottom: 32px; }
.demo-benefit { display: flex; align-items: flex-start; gap: 14px; }
.benefit-icon {
  width: 40px; height: 40px; border-radius: 12px;
  background: var(--pink-light); border: 1px solid var(--border-pink);
  display: flex; align-items: center; justify-content: center;
  font-size: 16px; flex-shrink: 0;
}
.benefit-text h4 { font-size: 14px; font-weight: 700; color: var(--text-primary); margin-bottom: 3px; }
.benefit-text p { font-size: 13px; color: var(--text-secondary); line-height: 1.5; }
.demo-contact-links { display: flex; flex-direction: column; gap: 10px; }
.demo-contact-link {
  display: flex; align-items: center; gap: 12px;
  font-size: 14px; color: var(--text-secondary);
  padding: 12px 14px; border-radius: var(--r-sm);
  border: 1px solid var(--border);
  background: var(--bg-card);
  transition: all 0.2s;
}
.demo-contact-link:hover { border-color: var(--border-pink); color: var(--text-primary); background: var(--bg-card2); box-shadow: var(--shadow-sm); }
.demo-contact-link span.link-icon {
  width: 36px; height: 36px; border-radius: 10px;
  background: var(--gradient);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  color: #fff;
}
.demo-contact-link span.link-icon svg {
  width: 18px; height: 18px;
  stroke: #fff;
}

/* FORM */
.demo-form-wrap {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  padding: 28px 24px;
  box-shadow: var(--shadow-lg);
}
.form-title { font-size: 20px; font-weight: 800; color: var(--text-primary); margin-bottom: 6px; }
.form-sub { font-size: 13px; color: var(--text-muted); margin-bottom: 24px; }
.form-row { display: grid; grid-template-columns: 1fr; gap: 14px; }
.form-group { display: flex; flex-direction: column; gap: 7px; margin-bottom: 14px; }
.form-group label { font-size: 13px; font-weight: 600; color: var(--text-secondary); }
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  background: var(--bg-base);
  border: 1px solid var(--border);
  border-radius: var(--r-sm);
  padding: 12px 14px;
  color: var(--text-primary);
  font-family: var(--font-body); font-size: 14px;
  transition: border-color 0.2s, box-shadow 0.2s;
  outline: none;
  appearance: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--pink);
  box-shadow: 0 0 0 3px rgba(255,45,155,0.1);
}
.form-group input::placeholder,
.form-group textarea::placeholder { color: var(--text-muted); }
.form-group select option { background: var(--bg-base); }
.form-group textarea { resize: vertical; min-height: 100px; }
#demo-form .btn-gradient { width: 100%; justify-content: center; font-size: 15px; padding: 14px; }
.form-success {
  display: none;
  text-align: center; padding: 24px;
}
.form-success.show { display: block; }
.success-icon { font-size: 44px; margin-bottom: 12px; }
.form-success h4 { font-size: 18px; font-weight: 800; color: var(--text-primary); margin-bottom: 8px; }
.form-success p { font-size: 14px; color: var(--text-secondary); }

/* Calendly divider */
.calendly-divider {
  display: flex;
  align-items: center;
  margin: 24px 0 16px;
  color: var(--text-muted);
  font-size: 13px;
}
.calendly-divider::before,
.calendly-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--border);
}
.calendly-divider span {
  padding: 0 12px;
}

/* Form validation errors */
.form-group .input-error {
  border-color: #EF4444 !important;
  box-shadow: 0 0 0 3px rgba(239,68,68,0.1) !important;
}
.form-group .error-message {
  font-size: 12px;
  color: #EF4444;
  margin-top: 4px;
}

/* ======================================================
   CTA BANNER — Mobile First
   ====================================================== */
#cta {
  background: var(--bg-card2);
  padding: 60px 0;
}
.cta-card {
  background: var(--gradient);
  border-radius: var(--r-xl);
  padding: 40px 24px;
  text-align: center;
  position: relative; overflow: hidden;
}
.cta-card::before {
  content: '';
  position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='28' height='28' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(255,255,255,0.12)'/%3E%3C/svg%3E");
  background-size: 28px 28px;
}
.cta-card h2 { font-size: 26px; font-weight: 900; color: #fff; margin-bottom: 14px; position: relative; z-index: 1; }
.cta-card p { font-size: 16px; color: rgba(255,255,255,0.9); margin-bottom: 32px; max-width: 540px; margin-left: auto; margin-right: auto; position: relative; z-index: 1; line-height: 1.6; }
.cta-actions { display: flex; flex-direction: column; align-items: center; gap: 12px; position: relative; z-index: 1; }
.btn-white {
  background: #fff; color: var(--purple-deep);
  padding: 14px 28px; border-radius: var(--r-pill);
  font-family: var(--font-body); font-weight: 700; font-size: 15px;
  transition: all 0.2s; display: inline-flex; align-items: center; gap: 8px;
  box-shadow: var(--shadow-md);
}
.btn-white:hover { background: var(--text-primary); color: #fff; transform: translateY(-2px); box-shadow: var(--shadow-lg); }
.btn-outline-white {
  background: rgba(255,255,255,0.15);
  border: 1.5px solid rgba(255,255,255,0.5);
  color: #fff; padding: 14px 28px; border-radius: var(--r-pill);
  font-family: var(--font-body); font-weight: 600; font-size: 15px;
  transition: all 0.2s; display: inline-flex; align-items: center; gap: 8px;
}
.btn-outline-white:hover { background: rgba(255,255,255,0.25); }

/* ======================================================
   FOOTER — Mobile First
   ====================================================== */
footer {
  background: var(--bg-card);
  border-top: 1px solid var(--border);
  padding: 48px 0 24px;
}
.footer-top {
  display: grid; grid-template-columns: 1fr;
  gap: 36px; margin-bottom: 36px;
}
.footer-brand p { font-size: 14px; color: var(--text-muted); line-height: 1.65; margin-top: 14px; max-width: 270px; }
.footer-logo { display: flex; align-items: center; gap: 10px; }
/* Footer brand mark. Same swap as .nav-logo-mark — was gradient + "K",
   now an <img>. Slightly smaller and no shadow, matching the previous
   visual weight in the footer. */
.footer-logo-mark {
  width: 34px; height: 34px; border-radius: 10px;
  display: block;
  object-fit: contain;
}
.footer-logo-text { font-family: var(--font-head); font-weight: 800; font-size: 18px; color: var(--text-primary); }
.footer-col h4 {
  font-size: 11px; font-weight: 700; letter-spacing: 0.09em;
  text-transform: uppercase; color: var(--text-muted); margin-bottom: 14px;
}
.footer-col ul { display: flex; flex-direction: column; gap: 10px; }
.footer-col ul li a {
  font-size: 14px; color: var(--text-secondary);
  transition: color 0.2s;
}
.footer-col ul li a:hover { color: var(--pink); }
.footer-bottom {
  border-top: 1px solid var(--border);
  padding-top: 20px;
  display: flex; flex-direction: column; align-items: center;
  text-align: center;
  gap: 8px;
}
.footer-bottom p { font-size: 12px; color: var(--text-muted); }
.footer-bottom a { color: var(--text-secondary); transition: color 0.2s; }
.footer-bottom a:hover { color: var(--pink); }



/* ======================================================
   FEATURE SHOWCASE SECTIONS
   ====================================================== */
.feature-showcase {
  padding: 100px 24px;
  overflow: hidden;
}

.showcase-teal { background: linear-gradient(135deg, #E8F6F5 0%, #D4EFED 100%); }
.showcase-green { background: linear-gradient(135deg, #E8F5E9 0%, #C8E6C9 100%); }
.showcase-pink { background: linear-gradient(135deg, #FCE4EC 0%, #F8BBD9 100%); }
.showcase-yellow { background: linear-gradient(135deg, #FFF9E6 0%, #FFF3C4 100%); }

.showcase-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
  align-items: center;
}

.showcase-grid.reverse .showcase-visual { order: -1; }

.showcase-content { max-width: 480px; }

.showcase-title {
  font-family: var(--font-head);
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 800;
  color: var(--text-dark);
  line-height: 1.2;
  margin-bottom: 16px;
}

.showcase-desc {
  font-size: 17px;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 24px;
}

.showcase-features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.showcase-features li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  color: var(--text-dark);
  padding: 8px 0;
}

.check-icon {
  color: #4ECDC4;
  font-weight: 700;
  font-size: 16px;
}

.showcase-visual {
  display: flex;
  justify-content: center;
}

/* ── SVG SHOWCASE MOCKUPS ── */
.showcase-svg {
  width: 100%;
  max-width: 500px;
  height: auto;
  overflow: visible;
}

#dashboardSVG { max-width: 520px; }
#coursesSVG { max-width: 460px; }
#plannerSVG { max-width: 400px; }

/* SVG text styles */
.showcase-svg text {
  font-family: var(--font-body);
}

/* Course card hover effect */
.showcase-svg .course-card {
  transition: transform 0.3s ease;
  cursor: pointer;
}

.showcase-svg .course-card:hover {
  transform: translateY(-4px);
}

/* Slot hover effect */
.showcase-svg .slot {
  transition: transform 0.2s ease;
  cursor: pointer;
}

.showcase-svg .slot:hover {
  transform: translateY(-3px);
}

/* ── RESPONSIVE: SHOWCASE SECTIONS ── */
@media (min-width: 900px) {
  .showcase-grid {
    grid-template-columns: 1fr 1fr;
  }
  
  .showcase-grid.reverse .showcase-visual { order: 0; }
  .showcase-grid.reverse .showcase-content { order: 1; }
  
  #dashboardSVG { max-width: 540px; }
  #coursesSVG { max-width: 480px; }
  #plannerSVG { max-width: 420px; }
}




/* ======================================================
   RESPONSIVE — Tablet (min-width: 640px)
   ====================================================== */
@media (min-width: 640px) {
  .container { padding: 0 24px; }
  .section { padding: 80px 0; }
  
  .section-title { font-size: 32px; }
  
  .hero-inner { padding: 32px 0 48px; }
  #hero h1 { font-size: 38px; }
  
  .hero-actions { flex-direction: row; justify-content: center; }
  .hero-actions .btn { width: auto; }
  
  .hero-trust { flex-direction: row; }
  
  .features-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  
  .steps-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  
  .form-row { grid-template-columns: 1fr 1fr; }
  
  .footer-top { grid-template-columns: repeat(2, 1fr); }
  
  .cta-card { padding: 50px 32px; }
  .cta-card h2 { font-size: 32px; }
  .cta-actions { flex-direction: row; }
  
  .canada-card { padding: 50px 36px; }
  .canada-card h2 { font-size: 28px; }
  
  /* AI Subsection Tablet */
  .ai-subsection { margin-top: 64px; padding-top: 48px; }
  .ai-subsection-title { font-size: 26px; }
  .ai-hero-card { padding: 40px 32px; }
  .ai-features-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ======================================================
   RESPONSIVE — Desktop (min-width: 900px)
   ====================================================== */
@media (min-width: 900px) {
  .section { padding: 100px 0; }
  
  .section-title { font-size: clamp(32px, 3vw, 40px); }
  .section-sub { font-size: 17px; max-width: 620px; }
  
  /* Nav Desktop */
  .nav-inner { height: 70px; }
  .nav-links { display: flex; }
  .nav-cta .btn-ghost.nav-desktop-btn { display: inline-flex; }
  .hamburger { display: none; }
  .mobile-menu { display: none !important; }
  
  /* Hero Desktop */
  .hero-inner {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 48px; text-align: left;
    padding: 40px 0 60px;
  }
  .hero-content { align-items: flex-start; }
  #hero h1 { font-size: clamp(42px, 4.5vw, 56px); }
  #hero p.hero-sub { font-size: 18px; }
  .hero-actions { justify-content: flex-start; margin-bottom: 48px; }
  .hero-trust { justify-content: flex-start; }
  .trust-text { text-align: left; }
  .hero-visual { display: block; }
  .float-stat { display: flex; }
  
  /* Steps desktop connector line */
  .steps-grid { grid-template-columns: repeat(4, 1fr); gap: 20px; }
  .steps-grid::before {
    content: '';
    display: block;
    position: absolute; top: 44px; left: calc(12.5% + 24px); right: calc(12.5% + 24px);
    height: 2px; 
    background: linear-gradient(90deg, var(--pink), var(--purple));
    opacity: 0.25;
    pointer-events: none;
    border-radius: 2px;
  }
  
  .persona-grid { grid-template-columns: repeat(3, 1fr); }
  
  /* AI Subsection Desktop */
  .ai-subsection { margin-top: 100px; padding-top: 80px; }
  .ai-subsection-title { font-size: 32px; }
  .ai-hero-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    padding: 48px;
    align-items: center;
  }
  .ai-features-grid { grid-template-columns: repeat(3, 1fr); gap: 24px; }
  .ai-feature-card { padding: 28px; }
  
  .demo-grid { grid-template-columns: 1fr 1fr; gap: 60px; }
  .demo-left h3 { font-size: 28px; }
  
  .demo-form-wrap { padding: 36px 32px; }
  
  .footer-top { grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; }
  .footer-bottom { flex-direction: row; justify-content: space-between; text-align: left; }
  
  .logos-inner { flex-direction: row; gap: 16px; }
}

/* ======================================================
   RESPONSIVE — Large Desktop (min-width: 1024px)
   ====================================================== */
@media (min-width: 1024px) {
  .features-grid { grid-template-columns: repeat(3, 1fr); gap: 20px; }
  
  #hero h1 { font-size: clamp(46px, 4.5vw, 60px); }
  
  .cta-card { padding: 64px 48px; }
  .cta-card h2 { font-size: clamp(32px, 3.5vw, 44px); }
  
  .canada-card { padding: 60px 48px; }
  .canada-card h2 { font-size: clamp(28px, 3vw, 36px); }
}
