/* ── Apple-Inspired Light Mode ─────────────────────────── */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

:root {
  --teal: #0fa3b5;
  --teal-l: #0fa3b5;
  --teal-grad: linear-gradient(135deg,#0fa3b5,#0d8fa5);
  --gold: #f5a623;
  --dark: #1d1d1f;
  --dark-2: #f5f5f7;
  --dark-3: #ffffff;
  --mid: #6e6e73;
  --light-text: #6e6e73;
  --border: rgba(0,0,0,0.08);
  --glass: rgba(255,255,255,0.8);
  --radius: 18px;
  --radius-lg: 24px;
  --shadow: 0 2px 20px rgba(0,0,0,0.08);
}

/* ── Base ── */
body {
  background: #ffffff;
  color: #1d1d1f;
}

.gradient-text {
  background: linear-gradient(135deg,#0fa3b5,#34aadc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.teal-text { color: #0fa3b5; }

/* ── Navbar ── */
.navbar {
  background: rgba(255,255,255,0.85);
  border-bottom: 1px solid rgba(0,0,0,0.08);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.navbar.scrolled {
  background: rgba(255,255,255,0.92);
  border-color: rgba(0,0,0,0.1);
  box-shadow: 0 1px 20px rgba(0,0,0,0.08);
}

.logo-text { color: #1d1d1f; }

.nav-links a { color: rgba(0,0,0,0.6); }
.nav-links a:hover { color: #0fa3b5; }

.nav-cta-btn {
  background: #0fa3b5;
  box-shadow: 0 2px 12px rgba(0,113,227,0.25);
}

.hamburger span { background: rgba(0,0,0,0.7); }

/* ── Hero ── */
.hero {
  background: linear-gradient(160deg,#f0f7ff 0%,#ffffff 50%,#f5f5f7 100%);
}

#particleCanvas { opacity: 0.3; }

.hero-glow-1 { background: rgba(0,113,227,0.06); }
.hero-glow-2 { background: rgba(52,170,220,0.05); }
.hero-glow-3 { background: rgba(0,113,227,0.04); }

.hero h1 { color: #1d1d1f; }

.hero-desc { color: #6e6e73; }

.hero-badge {
  background: rgba(0,113,227,0.08);
  border: 1px solid rgba(0,113,227,0.2);
  color: #0fa3b5;
}

.badge-dot { background: #34c759; }

.btn-hero-primary {
  background: #0fa3b5;
  color: #fff;
  box-shadow: 0 4px 16px rgba(0,113,227,0.3);
}

.btn-hero-primary:hover {
  box-shadow: 0 8px 28px rgba(0,113,227,0.45);
}

.btn-hero-ghost {
  background: rgba(0,0,0,0.04);
  color: rgba(0,0,0,0.7);
  border: 1px solid rgba(0,0,0,0.1);
}

.btn-hero-ghost:hover {
  background: rgba(0,0,0,0.07);
  border-color: rgba(0,0,0,0.15);
}

.trust-item { color: rgba(0,0,0,0.45); }
.trust-icon { color: #0fa3b5; }
.trust-sep { background: rgba(0,0,0,0.1); }

/* ── Hero Card ── */
.ai-card-hero {
  background: rgba(255,255,255,0.95);
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 20px 60px rgba(0,0,0,0.12), 0 4px 16px rgba(0,0,0,0.06);
  backdrop-filter: blur(20px);
}

.ai-card-label { color: #1d1d1f; }
.ai-card-time { color: rgba(0,0,0,0.35); }
.ai-bot-icon { color: #0fa3b5; }
.child-name { color: #1d1d1f; }
.child-sub { color: #6e6e73; }
.score-num { color: #1d1d1f; }
.score-num span { color: #0fa3b5; }
.score-lbl { color: rgba(0,0,0,0.35); }

.ap-label { color: rgba(0,0,0,0.5); }
.ap-val { color: #1d1d1f; }
.ap-bar { background: rgba(0,0,0,0.06); }

.ai-insight-bubble {
  background: rgba(245,166,35,0.08);
  border: 1px solid rgba(245,166,35,0.2);
  color: rgba(0,0,0,0.65);
}

.float-chip {
  background: rgba(255,255,255,0.97);
  border: 1px solid rgba(0,0,0,0.08);
  color: #1d1d1f;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}

/* ── Stats ── */
.stats-row {
  background: rgba(255,255,255,0.9);
  border: 1px solid rgba(0,0,0,0.07);
  box-shadow: 0 2px 20px rgba(0,0,0,0.06);
}

.stat-value { color: #1d1d1f; }
.stat-plus { color: #0fa3b5; }
.stat-label { color: #6e6e73; }
.stat-sub { color: rgba(0,0,0,0.3); }
.stat-divider { background: rgba(0,0,0,0.07); }

/* ── Features ── */
.features-section { background: #f5f5f7; }

.section-chip {
  background: rgba(0,113,227,0.08);
  border: 1px solid rgba(0,113,227,0.15);
  color: #0fa3b5;
}

.ai-chip {
  background: rgba(0,113,227,0.08);
  border-color: rgba(0,113,227,0.2);
}

.feat-card {
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.06) !important;
  box-shadow: 0 2px 12px rgba(0,0,0,0.05);
}

.feat-card:hover {
  border-color: rgba(0,113,227,0.2) !important;
  box-shadow: 0 8px 32px rgba(0,0,0,0.1) !important;
  background: #ffffff !important;
}

.feat-card::before { background: radial-gradient(circle at var(--mx,50%) var(--my,0%),rgba(0,113,227,0.06),transparent 60%); }

.feat-card h3 { color: #1d1d1f; }
.feat-card p { color: #6e6e73; }

.feat-tag {
  background: rgba(0,113,227,0.08);
  color: #0fa3b5;
}

/* ── AI Section ── */
.ai-main-section {
  background: linear-gradient(160deg,#f0f4f8 0%,#e8f0fe 50%,#f0f4f8 100%);
}

.neural-bg { opacity: 0.04; background-image: radial-gradient(circle,rgba(0,113,227,0.5) 1px,transparent 1px); }

.ai-main-section h2 { color: #1d1d1f !important; }
.ai-main-section .section-header p { color: rgba(0,0,0,0.5) !important; }

/* AI insight cards */
.ai-insight-card {
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.07) !important;
  box-shadow: 0 2px 12px rgba(0,0,0,0.05);
}

.ai-insight-card:hover {
  border-color: rgba(0,113,227,0.2) !important;
  background: #ffffff !important;
}

.aic-title { color: #1d1d1f; }
.aic-sub { color: #6e6e73; }
.aic-body { color: rgba(0,0,0,0.6); }
.aic-body strong { color: #1d1d1f; }
.aic-bar { background: rgba(0,0,0,0.06); }
.aic-bar-labels { color: rgba(0,0,0,0.4); }

/* AI Live Panel */
.ai-live-panel {
  background: rgba(255,255,255,0.95);
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 8px 40px rgba(0,0,0,0.08);
}

.alp-header {
  color: #1d1d1f;
  border-bottom-color: rgba(0,0,0,0.07);
}

.alp-time { color: rgba(0,0,0,0.4); }
.alp-live-dot { background: #34c759; }

.alp-child {
  background: rgba(0,0,0,0.03);
}

.alp-name { color: #1d1d1f; }
.alp-sub { color: #6e6e73; }
.alp-score { color: #34c759; }
.alp-score-lbl { color: rgba(0,0,0,0.4); }

.alp-metric { background: rgba(0,0,0,0.03); }
.alp-m-val { color: #1d1d1f; }
.alp-m-lbl { color: #6e6e73; }

.alp-section-title { color: rgba(0,0,0,0.4); }
.alp-rec { color: rgba(0,0,0,0.65); }

.alp-footer {
  border-top-color: rgba(0,0,0,0.06);
}

.alp-footer-l { color: #0fa3b5; }
.alp-footer-r { color: rgba(0,0,0,0.3); }

/* AI caps pills */
.ai-cap {
  background: rgba(255,255,255,0.8);
  border: 1px solid rgba(0,0,0,0.08);
  color: rgba(0,0,0,0.6);
}

.ai-cap svg { color: #0fa3b5; }

.ai-cap:hover {
  background: rgba(0,113,227,0.08);
  border-color: rgba(0,113,227,0.2);
  color: #0fa3b5;
}

/* ── How It Works ── */
.step-num { color: #0fa3b5; }

.step::not(:last-child)::after {
  background: linear-gradient(to bottom,rgba(0,113,227,0.3),rgba(0,0,0,0.04));
}

.step-icon {
  background: rgba(0,113,227,0.08);
  border: 1px solid rgba(0,113,227,0.15);
}

.step-icon svg { color: #0fa3b5; }
.step-content h3 { color: #1d1d1f; }

.how-visual {
  background: linear-gradient(160deg,#e8f0fe,#dbeafe);
  border: 1px solid rgba(0,113,227,0.12);
  box-shadow: 0 16px 60px rgba(0,0,0,0.08);
}

.how-vis-bg { background: radial-gradient(circle at 70% 30%,rgba(0,113,227,0.08),transparent 60%); }
.how-vis-inner h3 { color: #1d1d1f; }
.how-vis-inner p { color: rgba(0,0,0,0.5); }
.big-bot-icon { color: #0fa3b5; }

.how-card {
  background: rgba(255,255,255,0.75);
  border: 1px solid rgba(0,0,0,0.06);
}

.how-card-t { color: #1d1d1f; }
.how-card-s { color: #6e6e73; }

/* ── Therapies ── */
.therapies-section { background: #ffffff; }

.therapy-card {
  background: #f5f5f7;
  border: 1px solid rgba(0,0,0,0.06) !important;
}

.therapy-card:hover {
  background: #ffffff !important;
  border-color: rgba(0,113,227,0.15) !important;
  box-shadow: 0 8px 28px rgba(0,0,0,0.08);
}

.therapy-card h3 { color: #1d1d1f; }
.therapy-card p { color: #6e6e73; }

/* ── Testimonials ── */
.t-card {
  background: #f5f5f7;
  border: 1px solid rgba(0,0,0,0.05) !important;
}

.t-card:hover {
  background: #ffffff !important;
  border-color: rgba(0,113,227,0.12) !important;
  box-shadow: 0 8px 32px rgba(0,0,0,0.08) !important;
}

.t-card p { color: rgba(0,0,0,0.65); font-style: normal; }
.t-name { color: #1d1d1f; }
.t-role { color: #6e6e73; }
.quote-icon { color: rgba(0,0,0,0.08); }

/* ── Pricing ── */
.pricing-section { background: #f5f5f7; }

.pricing-card {
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 8px 48px rgba(0,0,0,0.1);
}

.pc-glow { background: radial-gradient(circle,rgba(0,113,227,0.06),transparent 70%); }

.pc-badge { background: #0fa3b5; }

.pc-title { color: #1d1d1f; }
.pc-sub { color: #6e6e73; }
.pc-currency { color: #1d1d1f; }
.pc-amount { color: #1d1d1f; }
.pc-period { color: #6e6e73; }

.pc-trial {
  background: rgba(52,199,89,0.08);
  border: 1px solid rgba(52,199,89,0.2);
  color: #1a8f3a;
}

.pc-features li {
  color: rgba(0,0,0,0.7);
  border-bottom-color: rgba(0,0,0,0.05);
}

.pc-check { color: #34c759; }

.pc-cta {
  background: #0fa3b5;
  box-shadow: 0 4px 16px rgba(0,113,227,0.3);
}

.pc-cta:hover { box-shadow: 0 8px 28px rgba(0,113,227,0.45); }
.pc-legal { color: rgba(0,0,0,0.3); }

.pt-t { color: #1d1d1f; }
.pt-s { color: #6e6e73; }
.pt-icon { color: #34c759; }

/* ── CTA Section ── */
.cta-section {
  background: linear-gradient(160deg,#0fa3b5 0%,#0d8fa5 50%,#0b7d8e 100%);
  color: white;
}

.cta-glow-1 { background: rgba(255,255,255,0.08); }
.cta-glow-2 { background: rgba(255,255,255,0.05); }

/* ── Footer ── */
footer {
  background: #f5f5f7;
  border-top: 1px solid rgba(0,0,0,0.08);
}

.footer-logo span { color: #1d1d1f; }
.footer-brand p { color: #6e6e73; }

.social-link {
  background: rgba(0,0,0,0.05);
  border: 1px solid rgba(0,0,0,0.07);
  color: rgba(0,0,0,0.45);
}

.social-link:hover {
  background: #0fa3b5;
  border-color: #0fa3b5;
  color: white;
}

.footer-col h4 { color: #1d1d1f; }
.footer-col a { color: rgba(0,0,0,0.45); }
.footer-col a:hover { color: #0fa3b5; }

.footer-bottom { border-top-color: rgba(0,0,0,0.07); }
.footer-bottom p { color: rgba(0,0,0,0.35); }

/* ── Spinning border – adapt for light bg ── */
.feat-card:hover,
.t-card:hover,
.ai-insight-card:hover,
.therapy-card:hover {
  animation: none !important;
  background: #ffffff !important;
}

/* ── Nav mobile ── */
@media(max-width:900px){
  .nav-links {
    background: rgba(255,255,255,0.98);
    border-bottom: 1px solid rgba(0,0,0,0.08);
  }
  .nav-links a { color: rgba(0,0,0,0.7); }
}

/* ── App Screenshots Section ────────────────────────────── */
.app-screens-section {
  background: #ffffff;
  padding-bottom: 0;
  overflow: hidden;
}

.app-screens-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 40px;
  flex-wrap: wrap;
  gap: 16px;
}

.app-screens-header h2 { margin-bottom: 6px; }

.app-screens-sub {
  color: #6e6e73;
  font-size: 1rem;
  margin: 0;
}

.app-screens-link {
  color: #0fa3b5;
  font-size: .95rem;
  font-weight: 600;
  white-space: nowrap;
  transition: opacity .2s;
  text-decoration: none;
}

.app-screens-link:hover { opacity: .7; }

/* Scrollable track */
.app-screens-scroll-wrap {
  overflow-x: auto;
  padding: 0 max(24px, calc((100vw - 1160px)/2)) 80px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.app-screens-scroll-wrap::-webkit-scrollbar { display: none; }

.app-screens-track {
  display: flex;
  gap: 20px;
  width: max-content;
}

/* Individual card */
.asc-card {
  background: linear-gradient(160deg,#e8f8fa 0%,#cdf0f5 100%);
  border-radius: 22px;
  padding: 28px 24px 0;
  width: 280px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform .3s, box-shadow .3s;
}

.asc-card:nth-child(2) {
  background: linear-gradient(160deg,#ede9fe 0%,#ddd6fe 100%);
}

.asc-card:nth-child(3) {
  background: linear-gradient(160deg,#e0f2fe 0%,#bae6fd 100%);
}

.asc-card:nth-child(4) {
  background: linear-gradient(160deg,#fef3c7 0%,#fde68a 100%);
}

.asc-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 56px rgba(0,0,0,0.12);
}

.asc-label {
  font-size: .72rem;
  font-weight: 700;
  color: #0fa3b5;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: 10px;
}

.asc-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #1d1d1f;
  line-height: 1.3;
  margin-bottom: 10px;
}

.asc-desc {
  font-size: .83rem;
  color: #6e6e73;
  line-height: 1.55;
  margin-bottom: 24px;
}

/* Floating screen — contained in card */
.asc-phone {
  flex: 1;
  margin: 0;
  min-height: 280px;
  display: flex;
  flex-direction: column;
}

/* hide the notch */
.phone-notch { display: none; }

.phone-screen {
  flex: 1;
  background: #ffffff;
  border-radius: 18px 18px 0 0;
  padding: 14px 14px 16px;
  overflow: hidden;
  box-shadow: 0 -6px 24px rgba(0,0,0,0.10), 0 0 0 1px rgba(0,0,0,0.06);
}

/* Screen internals */
.ps-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.ps-back { font-size: 16px; color: #0fa3b5; font-weight: 500; }
.ps-title { font-size: 11px; font-weight: 700; color: #1d1d1f; }
.ps-save { font-size: 10px; font-weight: 600; }

.ps-child-row, .ps-dash-header {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f5f5f7;
  border-radius: 10px;
  padding: 8px 10px;
  margin-bottom: 10px;
}

.ps-avatar {
  width: 28px; height: 28px;
  border-radius: 8px;
  background: linear-gradient(135deg,#0fa3b5,#0d8fa5);
  color: white;
  font-size: 12px;
  font-weight: 800;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}

.ps-name { font-size: 10px; font-weight: 700; color: #1d1d1f; }
.ps-type { font-size: 8px; color: #6e6e73; }

.ps-field {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  padding: 6px 0;
}

.ps-field-label { font-size: 8px; color: #6e6e73; font-weight: 500; }
.ps-field-val { font-size: 9px; color: #1d1d1f; font-weight: 600; }

.ps-goals { display: flex; flex-wrap: wrap; gap: 4px; margin-bottom: 10px; }

.ps-goal {
  font-size: 8px;
  padding: 3px 8px;
  border-radius: 20px;
  background: #e5e5ea;
  color: #6e6e73;
  font-weight: 500;
}

.ps-goal.active {
  background: rgba(15,163,181,.12);
  color: #0fa3b5;
  font-weight: 700;
}

.ps-score-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 8px 0 4px;
}

.ps-score { font-size: 14px; font-weight: 800; color: #0fa3b5; }

.ps-bar-wrap {
  height: 5px;
  background: rgba(0,0,0,0.07);
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 6px;
}

.ps-bar-fill {
  height: 100%;
  border-radius: 3px;
}

.ps-btn {
  background: #0fa3b5;
  color: white;
  text-align: center;
  border-radius: 10px;
  padding: 9px;
  font-size: 10px;
  font-weight: 700;
  margin-top: 6px;
}

/* AI screen */
.ps-insight-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: rgba(15,163,181,.1);
  color: #0fa3b5;
  font-size: 8px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 20px;
  margin-bottom: 8px;
}

.ps-insight-card {
  background: #f5f5f7;
  border-radius: 8px;
  padding: 8px 10px;
  margin-bottom: 6px;
}

.ps-ic-title { font-size: 9px; font-weight: 700; color: #1d1d1f; margin-bottom: 3px; }
.ps-ic-body { font-size: 8px; color: #6e6e73; line-height: 1.4; }
.ps-ic-body strong { color: #1d1d1f; }

.ps-mini-bars { margin-top: 8px; }
.ps-mini-label { font-size: 8px; font-weight: 700; color: #6e6e73; margin-bottom: 6px; }

.ps-mbar-row {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 5px;
  font-size: 8px;
  color: #6e6e73;
}

.ps-mbar {
  flex: 1;
  height: 4px;
  background: rgba(0,0,0,0.07);
  border-radius: 2px;
  overflow: hidden;
}

.ps-mbar div { height: 100%; border-radius: 2px; }

/* Dashboard screen */
.ps-stat-row {
  display: flex;
  gap: 6px;
  margin-bottom: 10px;
}

.ps-stat {
  flex: 1;
  background: #f5f5f7;
  border-radius: 8px;
  padding: 6px;
  text-align: center;
}

.ps-stat-num { font-size: 13px; font-weight: 800; color: #1d1d1f; }
.ps-stat-lbl { font-size: 7px; color: #6e6e73; margin-top: 1px; }

.ps-chart-area {
  background: #f5f5f7;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 8px;
}

.ps-chart-title { font-size: 8px; font-weight: 700; color: #1d1d1f; margin-bottom: 8px; }

.ps-chart-bars {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  height: 52px;
}

.ps-cbar {
  flex: 1;
  background: rgba(15,163,181,.2);
  border-radius: 3px 3px 0 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 2px;
}

.ps-cbar.active { background: #0fa3b5; }
.ps-cbar span { font-size: 6px; color: rgba(0,0,0,0.4); }
.ps-cbar.active span { color: white; }

.ps-milestone {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(15,163,181,.07);
  border-radius: 8px;
  padding: 7px 10px;
  font-size: 16px;
}

/* Goals screen */
.ps-goal-card {
  background: #f5f5f7;
  border-radius: 8px;
  padding: 8px 10px;
  margin-bottom: 6px;
}

.ps-gc-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3px;
}

.ps-gc-name { font-size: 9px; font-weight: 700; color: #1d1d1f; }

.ps-gc-badge {
  font-size: 7px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 10px;
}

.ps-gc-sub { font-size: 7.5px; color: #6e6e73; margin-bottom: 5px; }

.ps-gc-foot {
  display: flex;
  justify-content: space-between;
  font-size: 7.5px;
  color: #6e6e73;
  margin-top: 3px;
}

