/* =================================================================
   NAVERO SYSTEM Site Styles
   Train your mind like you train your body.
   ================================================================= */

:root {
  --navy-deep:   #050B1F;
  --navy:        #0A1538;
  --navy-2:      #0E1D4F;
  --blue-core:   #1E5CFF;
  --blue-bright: #3B82F6;
  --blue-soft:   #60A5FA;
  --blue-ice:    #BFDBFE;
  --white:       #FFFFFF;
  --off:         #F4F7FF;
  --off-2:       #EEF3FF;
  --text:        #0B1530;
  --muted:       #5B6B8E;
  --line:        rgba(30, 92, 255, 0.18);
  --shadow-lg:   0 30px 80px -20px rgba(10, 21, 56, 0.35);
  --shadow-md:   0 12px 40px -12px rgba(10, 21, 56, 0.20);
  --shadow-banner: 0 40px 100px -30px rgba(10, 21, 56, 0.45);
  --radius:      18px;
  --radius-lg:   28px;
  --radius-xl:   36px;
  --maxw:        1240px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', 'Segoe UI', system-ui, -apple-system, sans-serif;
  background: var(--white);
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4 {
  font-family: 'Sora', 'Inter', system-ui, sans-serif;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.12;
  color: var(--navy);
}
a { color: var(--blue-core); text-decoration: none; }
a:hover { color: var(--blue-bright); }
img { max-width: 100%; display: block; }
.container {
  width: min(100%, var(--maxw));
  margin: 0 auto;
  padding: 0 24px;
}

/* =================================================================
   NAV
   ================================================================= */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid var(--line);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
}
.nav-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  transition: opacity 0.2s;
}
.nav-logo:hover { opacity: 0.85; }
.nav-logo img { height: 40px; width: auto; }
.nav-logo .wordmark {
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.nav-logo .brand {
  font-family: 'Sora', sans-serif;
  font-weight: 800;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  color: var(--navy);
}
.nav-logo .sub {
  font-family: 'Sora', sans-serif;
  font-weight: 600;
  font-size: 0.64rem;
  letter-spacing: 0.34em;
  color: var(--blue-core);
  margin-top: 4px;
  text-transform: uppercase;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 26px;
}
.nav-links a {
  color: var(--navy);
  font-weight: 500;
  font-size: 0.95rem;
}
.nav-links a:not(.nav-cta):hover { color: var(--blue-core); }
.nav-cta {
  padding: 10px 22px;
  background: linear-gradient(135deg, var(--blue-core), var(--blue-bright));
  color: var(--white) !important;
  border-radius: 999px;
  font-weight: 600;
  box-shadow: 0 6px 20px -6px rgba(30, 92, 255, 0.5);
  transition: transform 0.2s, box-shadow 0.2s;
}
.nav-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 28px -6px rgba(30, 92, 255, 0.6);
}

/* Mobile menu toggle */
.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: 12px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  color: var(--navy);
}

@media (max-width: 860px) {
  .nav-logo .sub { font-size: 0.58rem; letter-spacing: 0.3em; }
  .nav-logo .brand { font-size: 1.08rem; }
  .nav-toggle { display: inline-flex; }
  .nav-links {
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    background: var(--white);
    flex-direction: column;
    gap: 0;
    padding: 12px 24px 18px;
    border-bottom: 1px solid var(--line);
    transform: translateY(-12px);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.25s, opacity 0.25s;
  }
  .nav-links.open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
  .nav-links a {
    padding: 12px 0;
    border-bottom: 1px solid var(--line);
    width: 100%;
  }
  .nav-links a:last-child { border-bottom: none; }
  .nav-cta { margin-top: 10px; text-align: center; }
}

/* =================================================================
   HERO
   ================================================================= */
.hero {
  position: relative;
  padding: 90px 0 90px;
  background:
    radial-gradient(900px 500px at 80% -10%, rgba(59, 130, 246, 0.30), transparent 60%),
    radial-gradient(800px 400px at -10% 110%, rgba(30, 92, 255, 0.25), transparent 60%),
    linear-gradient(180deg, #050B1F 0%, #0A1538 60%, #0E1D4F 100%);
  color: var(--white);
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse at center, black 30%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 70%);
  pointer-events: none;
}
.hero .container { position: relative; }

/* Two-column grid: text left, image right */
.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 56px;
  align-items: center;
}
.hero-text { text-align: left; }
.hero-image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-image img {
  width: 100%;
  height: auto;
  border-radius: var(--radius-lg);
  box-shadow:
    0 50px 120px -30px rgba(30, 92, 255, 0.45),
    0 20px 60px -20px rgba(10, 21, 56, 0.55);
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 18px;
  background: rgba(96, 165, 250, 0.12);
  border: 1px solid rgba(96, 165, 250, 0.30);
  border-radius: 999px;
  color: var(--blue-ice);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 28px;
}
.hero-badge .pulse {
  width: 8px;
  height: 8px;
  background: var(--blue-soft);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(96, 165, 250, 0.25);
  animation: pulse 2s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(96, 165, 250, 0.25); }
  50% { box-shadow: 0 0 0 10px rgba(96, 165, 250, 0); }
}

.hero h1 {
  color: var(--white);
  font-size: clamp(2.2rem, 4.5vw, 4rem);
  margin-bottom: 24px;
  line-height: 1.05;
}
.hero h1 .gradient {
  background: linear-gradient(135deg, #60A5FA 0%, #3B82F6 50%, #BFDBFE 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero p.lead {
  font-size: 1.1rem;
  color: var(--blue-ice);
  opacity: 0.9;
  margin-bottom: 32px;
  line-height: 1.65;
  max-width: 540px;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-start;
}

/* Mobile: stack text on top, image below */
@media (max-width: 900px) {
  .hero { padding: 64px 0; }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .hero-text { text-align: center; }
  .hero p.lead { margin-left: auto; margin-right: auto; }
  .hero-actions { justify-content: center; }
}

/* =================================================================
   APP STORE BADGES
   ================================================================= */
.store-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}
.store-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 22px;
  background: #000000;
  color: var(--white) !important;
  border-radius: 14px;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,0.08);
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
  min-width: 180px;
}
.store-badge:hover {
  transform: translateY(-3px);
  background: #111;
  box-shadow: 0 18px 40px -12px rgba(0,0,0,0.4);
}
.store-badge .store-icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  color: var(--white);
}
.store-badge .store-icon svg { width: 100%; height: 100%; }
.store-badge .store-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  text-align: left;
  min-width: 0;
  overflow: hidden;
}
.store-badge .store-text small {
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  opacity: 0.85;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.store-badge .store-text strong {
  font-family: 'Sora', sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin-top: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 520px) {
  .store-badges {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-actions .store-badges,
  .download-card .store-badges {
    width: 100%;
  }
  .store-badge {
    padding: 10px 16px;
    min-width: 0;
    flex: none;
    width: 100%;
    justify-content: flex-start;
    gap: 10px;
  }
  .store-badge .store-icon {
    width: 24px;
    height: 24px;
  }
  .store-badge .store-text small { font-size: 0.62rem; }
  .store-badge .store-text strong { font-size: 0.95rem; }
}

/* =================================================================
   BUTTONS (regular)
   ================================================================= */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 26px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 1rem;
  transition: transform 0.2s, box-shadow 0.2s;
  border: none;
  cursor: pointer;
  font-family: 'Inter', sans-serif;
}
.btn-primary {
  background: linear-gradient(135deg, var(--blue-core), var(--blue-bright));
  color: var(--white);
  box-shadow: 0 14px 36px -10px rgba(30, 92, 255, 0.55);
}
.btn-primary:hover {
  transform: translateY(-2px);
  color: var(--white);
  box-shadow: 0 20px 44px -10px rgba(30, 92, 255, 0.7);
}
.btn-ghost {
  background: var(--white);
  color: var(--navy);
  border: 1px solid var(--line);
}
.btn-ghost:hover {
  border-color: var(--blue-core);
  color: var(--blue-core);
  transform: translateY(-2px);
}

/* =================================================================
   BANNER FEATURE SECTIONS
   ================================================================= */
.feature-section {
  padding: 100px 0;
  position: relative;
}
.pillars + .feature-section { padding-top: 60px; }
.feature-section.tinted {
  background: linear-gradient(180deg, var(--off) 0%, var(--white) 100%);
}
.feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.feature-section.reverse .feature-grid {
  direction: rtl;
}
.feature-section.reverse .feature-content {
  direction: ltr;
}
.feature-section.reverse .feature-image {
  direction: ltr;
}

.feature-content .eyebrow {
  display: inline-block;
  color: var(--blue-core);
  font-weight: 700;
  letter-spacing: 0.16em;
  font-size: 0.82rem;
  text-transform: uppercase;
  margin-bottom: 18px;
  padding: 4px 12px;
  background: rgba(30, 92, 255, 0.08);
  border-radius: 6px;
}
.feature-content h2 {
  font-size: clamp(2rem, 3.6vw, 2.8rem);
  margin-bottom: 18px;
  line-height: 1.1;
}
.feature-content h2 .accent {
  background: linear-gradient(135deg, var(--blue-core), var(--blue-soft));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.feature-content p {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.75;
  margin-bottom: 16px;
}

.feature-image {
  position: relative;
  border-radius: var(--radius-lg);
  transition: transform 0.4s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 400px;
}
.feature-image img {
  width: 100%;
  display: block;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-banner);
}
.feature-image .phone,
.feature-image .tablet {
  margin: 20px 0;
}
.feature-image:hover { transform: translateY(-6px) scale(1.005); }

/* Scale tablet mockup to fit mobile viewports */
@media (max-width: 700px) {
  .mockup-scale.feature-image {
    min-height: 0;
    overflow: visible;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .mockup-scale.feature-image:hover { transform: none; }
  .mockup-scale .tablet {
    width: 560px;
    max-width: 560px;
    zoom: 0.58;
  }
}
@media (max-width: 420px) {
  .mockup-scale .tablet {
    zoom: 0.46;
  }
}

@media (max-width: 900px) {
  .feature-section { padding: 70px 0; }
  .feature-grid { grid-template-columns: 1fr; gap: 32px; }
  .feature-section.reverse .feature-grid { direction: ltr; }
  .feature-image { order: -1; }
}

/* =================================================================
   SLOGAN STRIP
   ================================================================= */
.slogan-strip {
  background:
    radial-gradient(500px 200px at 50% 50%, rgba(59, 130, 246, 0.25), transparent 70%),
    linear-gradient(135deg, var(--navy-deep) 0%, var(--navy-2) 100%);
  color: var(--white);
  padding: 56px 24px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.slogan-strip::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: radial-gradient(ellipse at center, black 40%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse at center, black 40%, transparent 80%);
}
.slogan-strip-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
}
.slogan-strip h3 {
  color: var(--white);
  font-family: 'Sora', sans-serif;
  font-weight: 800;
  font-size: clamp(1.2rem, 2.6vw, 1.85rem);
  letter-spacing: 0.06em;
  margin: 0;
}
.slogan-strip h3 .gradient {
  background: linear-gradient(135deg, #60A5FA, #BFDBFE);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.slogan-line {
  flex: 1;
  max-width: 200px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--blue-soft), transparent);
  position: relative;
}
.slogan-line svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  color: var(--blue-soft);
}

@media (max-width: 700px) {
  .slogan-strip { padding: 40px 20px; }
  .slogan-line { display: none; }
  .slogan-strip-inner { gap: 0; }
}

/* =================================================================
   DOWNLOAD CTA
   ================================================================= */
.download-section {
  padding: 110px 0;
  background:
    radial-gradient(700px 350px at 20% 10%, rgba(96, 165, 250, 0.15), transparent 60%),
    radial-gradient(700px 350px at 80% 90%, rgba(30, 92, 255, 0.12), transparent 60%),
    linear-gradient(180deg, var(--white), var(--off));
}
.download-card {
  background:
    radial-gradient(600px 300px at 80% 0%, rgba(59, 130, 246, 0.4), transparent 60%),
    linear-gradient(135deg, var(--navy-deep), var(--navy-2));
  border-radius: var(--radius-xl);
  padding: 72px 56px;
  text-align: center;
  position: relative;
  overflow: hidden;
  color: var(--white);
  box-shadow: var(--shadow-lg);
}
.download-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: radial-gradient(ellipse at center, black 40%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse at center, black 40%, transparent 80%);
}
.download-card > * { position: relative; }
.download-card .eyebrow {
  display: inline-block;
  color: var(--blue-soft);
  font-weight: 700;
  letter-spacing: 0.16em;
  font-size: 0.82rem;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.download-card h2 {
  color: var(--white);
  font-size: clamp(2.2rem, 4vw, 3rem);
  margin-bottom: 18px;
}
.download-card h2 .accent {
  background: linear-gradient(135deg, var(--blue-soft), #BFDBFE);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.download-card p {
  color: var(--blue-ice);
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto 36px;
  opacity: 0.9;
}

@media (max-width: 700px) {
  .download-section { padding: 70px 0; }
  .download-card { padding: 56px 28px; }
}

/* =================================================================
   FOOTER
   ================================================================= */
.footer {
  background: var(--navy-deep);
  color: var(--blue-ice);
  padding: 72px 0 28px;
  position: relative;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.2fr;
  gap: 40px;
  margin-bottom: 40px;
}
.footer h5 {
  color: var(--white);
  font-family: 'Sora', sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  margin-bottom: 18px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.footer a {
  color: var(--blue-ice);
  display: block;
  margin-bottom: 10px;
  font-size: 0.95rem;
  opacity: 0.8;
  transition: opacity 0.2s, color 0.2s;
}
.footer a:hover { opacity: 1; color: var(--blue-soft); }
.footer-brand .footer-logo {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}
.footer-brand .footer-logo img { height: 46px; width: auto; }
.footer-brand .footer-logo .wordmark {
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.footer-brand .footer-logo .brand {
  font-family: 'Sora', sans-serif;
  font-weight: 800;
  font-size: 1.3rem;
  color: var(--white);
}
.footer-brand .footer-logo .sub {
  font-family: 'Sora', sans-serif;
  font-weight: 600;
  font-size: 0.7rem;
  letter-spacing: 0.34em;
  color: var(--blue-soft);
  margin-top: 5px;
  text-transform: uppercase;
}
.footer-brand p {
  color: var(--blue-ice);
  opacity: 0.7;
  font-size: 0.95rem;
  max-width: 340px;
  margin-bottom: 14px;
}
.footer-tagline {
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--blue-soft) !important;
  opacity: 1 !important;
  display: inline-block !important;
  margin-bottom: 0 !important;
}

.footer-stores {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 4px;
}
.footer-stores .store-badge {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  padding: 10px 18px;
  min-width: 0;
}
.footer-stores .store-badge:hover {
  background: rgba(255,255,255,0.1);
}
.footer-stores .store-badge .store-text small { opacity: 0.7; }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.88rem;
  opacity: 0.7;
}

@media (max-width: 860px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 520px) {
  .footer-grid { grid-template-columns: 1fr; }
}

/* =================================================================
   LEGAL / POLICY PAGES
   ================================================================= */
.legal-hero {
  background:
    radial-gradient(1000px 500px at 80% 0%, rgba(59,130,246,0.25), transparent 60%),
    linear-gradient(135deg, var(--navy-deep) 0%, var(--navy-2) 100%);
  color: var(--white);
  padding: 90px 0 70px;
  position: relative;
  overflow: hidden;
}
.legal-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse at center, black 30%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 70%);
}
.legal-hero .container { position: relative; }
.legal-hero .crumb {
  color: var(--blue-ice);
  opacity: 0.8;
  font-size: 0.88rem;
  margin-bottom: 14px;
}
.legal-hero .crumb a { color: var(--blue-soft); }
.legal-hero h1 {
  color: var(--white);
  font-size: clamp(2.2rem, 4.5vw, 3.4rem);
  margin-bottom: 14px;
}
.legal-hero p {
  color: var(--blue-ice);
  font-size: 1.1rem;
  opacity: 0.85;
  max-width: 640px;
}
.legal-hero .updated {
  display: inline-block;
  margin-top: 22px;
  padding: 6px 14px;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 999px;
  font-size: 0.85rem;
  color: var(--blue-ice);
}
.legal-body { padding: 72px 0 100px; background: var(--white); }
.legal-wrap {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 56px;
  align-items: start;
}
.legal-toc {
  position: sticky;
  top: 96px;
  padding: 20px;
  background: var(--off);
  border-radius: var(--radius);
  border: 1px solid var(--line);
}
.legal-toc h5 {
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--blue-core);
  margin-bottom: 14px;
}
.legal-toc a {
  display: block;
  padding: 8px 10px;
  margin: 2px -10px;
  border-radius: 8px;
  color: var(--navy);
  font-size: 0.92rem;
}
.legal-toc a:hover { background: rgba(30,92,255,0.08); color: var(--blue-core); }
.legal-content h2 {
  font-size: 1.6rem;
  margin: 40px 0 16px;
  padding-top: 8px;
}
.legal-content h2:first-child { margin-top: 0; }
.legal-content h3 { font-size: 1.18rem; margin: 26px 0 10px; }
.legal-content p {
  color: #2a3656;
  margin-bottom: 14px;
  line-height: 1.75;
}
.legal-content ul { margin: 0 0 18px 0; padding-left: 0; list-style: none; }
.legal-content li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  color: #2a3656;
  line-height: 1.7;
}
.legal-content li::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 11px;
  width: 8px;
  height: 8px;
  background: linear-gradient(135deg, var(--blue-core), var(--blue-soft));
  border-radius: 2px;
  transform: rotate(45deg);
}
.legal-content strong { color: var(--navy); }
.legal-content .callout {
  margin: 28px 0;
  padding: 22px 24px;
  background: linear-gradient(135deg, rgba(30,92,255,0.06), rgba(96,165,250,0.06));
  border-left: 4px solid var(--blue-core);
  border-radius: 12px;
}
.legal-content .callout p { margin-bottom: 0; }
.legal-content .callout strong { color: var(--blue-core); }
@media (max-width: 900px) {
  .legal-wrap { grid-template-columns: 1fr; }
  .legal-toc { position: static; }
}
.delete-steps { display: grid; gap: 16px; margin: 28px 0; }
.step {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 18px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  transition: border-color 0.2s, transform 0.2s;
}
.step:hover {
  border-color: rgba(30,92,255,0.4);
  transform: translateX(4px);
}
.step-num {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, var(--blue-core), var(--blue-bright));
  color: var(--white);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 1.15rem;
  box-shadow: 0 8px 20px -6px rgba(30,92,255,0.5);
}
.step h3 { font-size: 1.05rem; margin-bottom: 4px; }
.step p { color: var(--muted); font-size: 0.94rem; margin: 0; }
.contact-card {
  margin-top: 32px;
  padding: 32px;
  border-radius: var(--radius-lg);
  background:
    radial-gradient(500px 200px at 100% 0%, rgba(59,130,246,0.18), transparent 60%),
    linear-gradient(135deg, var(--navy-deep), var(--navy-2));
  color: var(--white);
  position: relative;
  overflow: hidden;
}
.contact-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: radial-gradient(ellipse at center, black 30%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 80%);
}
.contact-card > * { position: relative; }
.contact-card h3 { color: var(--white); font-size: 1.4rem; margin-bottom: 10px; }
.contact-card p { color: var(--blue-ice); margin-bottom: 18px; opacity: 0.9; }
.contact-email {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  background: var(--white);
  color: var(--navy) !important;
  border-radius: 999px;
  font-weight: 600;
  font-family: 'Sora', sans-serif;
  transition: transform 0.2s;
}
.contact-email:hover { transform: translateY(-2px); color: var(--blue-core) !important; }

/* =================================================================
   PILLARS (intro row between hero and first banner)
   ================================================================= */
.pillars {
  padding: 80px 0 40px;
  background: var(--white);
}
.pillars-head {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 50px;
}
.pillars-head .eyebrow {
  display: inline-block;
  color: var(--blue-core);
  font-weight: 700;
  letter-spacing: 0.16em;
  font-size: 0.82rem;
  text-transform: uppercase;
  margin-bottom: 14px;
  padding: 4px 12px;
  background: rgba(30, 92, 255, 0.08);
  border-radius: 6px;
}
.pillars-head h2 {
  font-size: clamp(1.8rem, 3.4vw, 2.5rem);
  margin-bottom: 14px;
}
.pillars-head h2 .accent {
  background: linear-gradient(135deg, var(--blue-core), var(--blue-soft));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.pillars-head p {
  color: var(--muted);
  font-size: 1.05rem;
}
.pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.pillar-card {
  padding: 36px 28px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
  position: relative;
  overflow: hidden;
}
.pillar-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(30, 92, 255, 0.04), rgba(96, 165, 250, 0.02));
  opacity: 0;
  transition: opacity 0.3s;
}
.pillar-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
  border-color: rgba(30, 92, 255, 0.3);
}
.pillar-card:hover::before { opacity: 1; }
.pillar-card > * { position: relative; }
.pillar-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 18px;
  background: linear-gradient(135deg, rgba(30, 92, 255, 0.1), rgba(96, 165, 250, 0.1));
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blue-core);
}
.pillar-icon svg { width: 32px; height: 32px; }
.pillar-card h3 {
  font-size: 1.18rem;
  margin-bottom: 8px;
}
.pillar-card p {
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 800px) {
  .pillars { padding: 60px 0 20px; }
  .pillars-grid { grid-template-columns: 1fr; gap: 16px; }
  .pillar-card { padding: 28px 22px; }
}

/* =================================================================
   PHONE & TABLET UI MOCKUPS
   Real UI rebuilt in CSS daily check in, post match, player
   readiness dashboard, parent insights view.
   ================================================================= */

/* ------- Phone Frame ------- */
.phone {
  width: 320px;
  aspect-ratio: 9 / 19;
  background: linear-gradient(145deg, #1a2238, #0c1428);
  border-radius: 44px;
  padding: 11px;
  position: relative;
  box-shadow:
    0 50px 120px -30px rgba(10, 21, 56, 0.55),
    0 20px 50px -20px rgba(10, 21, 56, 0.35),
    inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  flex-shrink: 0;
}
.phone::before {
  /* Side button */
  content: "";
  position: absolute;
  right: -2px;
  top: 28%;
  width: 3px;
  height: 60px;
  background: #0a1322;
  border-radius: 0 2px 2px 0;
}
.phone::after {
  /* Volume button */
  content: "";
  position: absolute;
  left: -2px;
  top: 22%;
  width: 3px;
  height: 38px;
  background: #0a1322;
  border-radius: 2px 0 0 2px;
}
.phone-screen {
  background: #f6f8fc;
  border-radius: 34px;
  overflow: hidden;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.phone-notch {
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
  height: 22px;
  background: #0a1322;
  border-radius: 14px;
  z-index: 10;
}

.app-statusbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 22px 6px;
  font-family: 'Sora', sans-serif;
  font-weight: 600;
  font-size: 0.7rem;
  color: var(--navy);
}
.app-statusbar .sb-right {
  display: flex;
  align-items: center;
  gap: 4px;
}
.app-statusbar svg { width: 12px; height: 12px; }

.app-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px 14px;
}
.app-topbar .menu {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--navy);
}
.app-topbar .menu svg { width: 20px; height: 20px; }
.app-topbar .app-logo {
  display: flex;
  align-items: center;
  gap: 6px;
}
.app-topbar .app-logo img { height: 22px; width: auto; }
.app-topbar .app-logo .name {
  font-family: 'Sora', sans-serif;
  font-weight: 800;
  font-size: 0.82rem;
  color: var(--navy);
  letter-spacing: 0.02em;
}
.app-topbar .bell {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blue-core);
  position: relative;
}
.app-topbar .bell svg { width: 18px; height: 18px; }
.app-topbar .bell::after {
  content: "";
  position: absolute;
  top: 4px; right: 6px;
  width: 6px; height: 6px;
  background: #ef4444;
  border-radius: 50%;
  border: 1.5px solid #fff;
}

.app-title {
  font-family: 'Sora', sans-serif;
  font-weight: 800;
  font-size: 1rem;
  color: var(--navy);
  text-align: center;
  letter-spacing: 0.02em;
  margin-bottom: 2px;
}
.app-subtitle {
  text-align: center;
  color: var(--blue-core);
  font-family: 'Sora', sans-serif;
  font-weight: 600;
  font-size: 0.7rem;
  margin-bottom: 16px;
}

/* Metric cards */
.metric-list { padding: 0 14px; display: flex; flex-direction: column; gap: 8px; }
.metric-card {
  background: #fff;
  border-radius: 14px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 2px 10px -2px rgba(10, 21, 56, 0.08);
}
.metric-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.metric-icon svg { width: 18px; height: 18px; color: #fff; }
.metric-icon.sleep { background: #1a2540; }
.metric-icon.focus { background: #22c55e; }
.metric-icon.confidence { background: #f59e0b; }
.metric-icon.stress { background: #ef4444; }
.metric-icon.smiley { background: var(--blue-core); }
.metric-icon.target { background: var(--blue-core); }
.metric-icon.team { background: var(--blue-core); }
.metric-icon.body { background: var(--blue-core); }

.metric-meta { flex: 1; }
.metric-label {
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 0.74rem;
  color: var(--navy);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.metric-q {
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 0.66rem;
  color: var(--navy);
  letter-spacing: 0.02em;
  line-height: 1.25;
  text-transform: uppercase;
}
.metric-right { text-align: right; }
.stars {
  display: flex;
  gap: 1px;
  font-size: 0.8rem;
  line-height: 1;
}
.stars .star { color: #d8dde8; }
.stars .star.fill { color: var(--blue-core); }
.stars.green .star.fill { color: #22c55e; }
.stars.amber .star.fill { color: #f59e0b; }
.stars.red .star.fill { color: #ef4444; }
.metric-score {
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 0.66rem;
  color: var(--blue-core);
  margin-top: 2px;
}
.stars.green + .metric-score { color: #22c55e; }
.stars.amber + .metric-score { color: #f59e0b; }
.stars.red + .metric-score { color: #ef4444; }

/* Submit button inside phone */
.app-submit {
  margin: 14px 14px 10px;
  background: linear-gradient(135deg, var(--blue-core), var(--blue-bright));
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 12px;
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 8px 20px -6px rgba(30, 92, 255, 0.5);
}
.app-submit svg { width: 14px; height: 14px; }

/* Tab bar */
.app-tabbar {
  margin-top: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 8px 6px 14px;
  background: #fff;
  border-top: 1px solid #ecf0f7;
}
.app-tab {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  color: #97a3bd;
  font-family: 'Sora', sans-serif;
  font-weight: 600;
  font-size: 0.6rem;
}
.app-tab.active { color: var(--blue-core); }
.app-tab svg { width: 16px; height: 16px; }
.app-tab.active .dot {
  width: 4px;
  height: 4px;
  background: var(--blue-core);
  border-radius: 50%;
  margin-top: 1px;
}

/* ------- Tablet/dashboard frame (used for coach view) ------- */
.tablet {
  width: 100%;
  max-width: 560px;
  background: linear-gradient(145deg, #1a2238, #0c1428);
  border-radius: 24px;
  padding: 14px;
  box-shadow:
    0 50px 120px -30px rgba(10, 21, 56, 0.55),
    0 20px 50px -20px rgba(10, 21, 56, 0.35),
    inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}
.tablet-screen {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  padding: 20px 22px;
}
.dash-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}
.dash-head h4 {
  font-family: 'Sora', sans-serif;
  font-weight: 800;
  font-size: 1.05rem;
  color: var(--navy);
  letter-spacing: 0.02em;
}
.filter-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #e3e8f0;
  background: #fff;
  padding: 6px 12px;
  border-radius: 999px;
  font-family: 'Sora', sans-serif;
  font-weight: 600;
  font-size: 0.72rem;
  color: var(--navy);
}
.filter-btn svg { width: 12px; height: 12px; }
.players-table {
  display: grid;
  gap: 8px;
}
.players-head, .player-row {
  display: grid;
  grid-template-columns: 1.6fr 0.9fr 0.9fr 0.9fr 0.9fr 1fr;
  align-items: center;
  gap: 8px;
  padding: 8px 6px;
  font-family: 'Sora', sans-serif;
  font-size: 0.66rem;
}
.players-head {
  font-weight: 700;
  color: #6b7895;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-bottom: 1px solid #ecf0f7;
}
.players-head .col-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.players-head .col-icon svg { width: 16px; height: 16px; }
.players-head .col-icon.confidence svg { color: var(--blue-core); }
.players-head .col-icon.focus svg { color: #22c55e; }
.players-head .col-icon.sleep svg { color: #7b6cff; }
.players-head .col-icon.stress svg { color: #ef4444; }
.player-row {
  background: #fff;
  border-radius: 10px;
  padding: 6px 8px;
}
.player-row:hover { background: #f7faff; }
.player-row + .player-row { border-top: 1px solid #f0f3f9; padding-top: 8px; }
.player-info { display: flex; align-items: center; gap: 8px; }
.player-avatar {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue-soft), var(--blue-core));
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 0.62rem;
}
.player-num {
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 0.68rem;
  color: var(--muted);
  width: 14px;
}
.player-name {
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 0.74rem;
  color: var(--navy);
}
.mini-stars { font-size: 0.62rem; display: flex; gap: 1px; }
.mini-stars .star { color: #d8dde8; }
.mini-stars .star.fill { color: var(--blue-core); }
.mini-stars.green .star.fill { color: #22c55e; }
.mini-stars.purple .star.fill { color: #7b6cff; }
.mini-stars.red .star.fill { color: #ef4444; }
.status-pill {
  padding: 4px 8px;
  border-radius: 999px;
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 0.6rem;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  white-space: nowrap;
}
.status-pill.ready { background: #22c55e; color: #fff; }
.status-pill.caution { background: #f59e0b; color: #fff; }
.status-pill.needs { background: #ef4444; color: #fff; }

/* ------- Parent insight phone ------- */
.parent-card {
  padding: 14px;
  background: linear-gradient(135deg, var(--blue-core), #2e6dff);
  color: #fff;
  border-radius: 14px;
  margin: 0 14px 12px;
  position: relative;
  overflow: hidden;
}
.parent-card::before {
  content: "";
  position: absolute;
  right: -20px;
  top: -20px;
  width: 100px;
  height: 100px;
  background: radial-gradient(circle, rgba(255,255,255,0.18), transparent 70%);
  border-radius: 50%;
}
.parent-card .pcl {
  font-family: 'Sora', sans-serif;
  font-weight: 600;
  font-size: 0.6rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.85;
  margin-bottom: 4px;
}
.parent-card .pcn {
  font-family: 'Sora', sans-serif;
  font-weight: 800;
  font-size: 1rem;
}
.parent-card .pcs {
  font-size: 0.7rem;
  margin-top: 4px;
  opacity: 0.9;
}
.trend-card {
  margin: 0 14px 10px;
  background: #fff;
  border-radius: 14px;
  padding: 12px;
  box-shadow: 0 2px 10px -2px rgba(10, 21, 56, 0.08);
}
.trend-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.trend-head .tl {
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 0.72rem;
  color: var(--navy);
}
.trend-head .tr {
  color: #22c55e;
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 0.66rem;
  display: flex;
  align-items: center;
  gap: 3px;
}
.trend-head .tr svg { width: 10px; height: 10px; }
.trend-chart {
  height: 60px;
  margin-bottom: 8px;
}
.trend-chart svg { width: 100%; height: 100%; }
.trend-meta {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
  gap: 4px;
}
.trend-meta div {
  font-family: 'Sora', sans-serif;
  font-size: 0.55rem;
  color: var(--muted);
  letter-spacing: 0.05em;
}
.feel-row {
  margin: 0 14px 10px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
.feel-card {
  background: #fff;
  border-radius: 12px;
  padding: 10px;
  text-align: center;
  box-shadow: 0 2px 10px -2px rgba(10, 21, 56, 0.08);
}
.feel-card .fi {
  width: 28px;
  height: 28px;
  margin: 0 auto 4px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(30, 92, 255, 0.1);
  color: var(--blue-core);
}
.feel-card .fi svg { width: 14px; height: 14px; }
.feel-card .fl {
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 0.62rem;
  color: var(--navy);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.feel-card .fv {
  font-family: 'Sora', sans-serif;
  font-weight: 800;
  font-size: 0.9rem;
  color: var(--blue-core);
  margin-top: 2px;
}

/* ------- Hero phones group ------- */
.hero-phones {
  position: relative;
  margin-top: 56px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0;
  perspective: 1000px;
}
.hero-phones .phone {
  width: 250px;
  transform-origin: center bottom;
}
.hero-phones .phone-back {
  transform: rotate(-8deg) translateY(20px);
  opacity: 0.92;
  margin-right: -60px;
  z-index: 1;
}
.hero-phones .phone-front {
  transform: rotate(4deg);
  z-index: 2;
  box-shadow:
    0 70px 140px -40px rgba(30, 92, 255, 0.45),
    0 30px 60px -20px rgba(10, 21, 56, 0.5),
    inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}
.hero-phones .phone-back-2 {
  transform: rotate(8deg) translateY(20px);
  opacity: 0.92;
  margin-left: -60px;
  z-index: 1;
}

@media (max-width: 700px) {
  .hero-phones { gap: 0; }
  .hero-phones .phone { width: 180px; }
  .hero-phones .phone-back { margin-right: -40px; }
  .hero-phones .phone-back-2 { margin-left: -40px; display: none; }
  .feature-image {
    min-height: auto;
    overflow: visible;
  }
  .feature-image .phone {
    margin: 10px 0;
  }
  /* Keep phone at its designed 320px, zoom it down so all content scales perfectly */
  .feature-image .phone {
    width: 320px;
    zoom: 0.72;
  }
}

@media (max-width: 420px) {
  .feature-image .phone {
    zoom: 0.60;
  }
}

/* =================================================================
   SCROLL ANIMATIONS
   Only hide elements when JS is active. If JS fails, everything stays
   visible (no broken blank sections).
   ================================================================= */
.js .reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.9s cubic-bezier(0.2, 0.7, 0.2, 1),
              transform 0.9s cubic-bezier(0.2, 0.7, 0.2, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}
.js .reveal.visible {
  opacity: 1;
  transform: translateY(0);
}
.js .reveal-left {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 0.9s cubic-bezier(0.2, 0.7, 0.2, 1),
              transform 0.9s cubic-bezier(0.2, 0.7, 0.2, 1);
  transition-delay: var(--reveal-delay, 0ms);
}
.js .reveal-left.visible {
  opacity: 1;
  transform: translateX(0);
}
.js .reveal-right {
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 0.9s cubic-bezier(0.2, 0.7, 0.2, 1),
              transform 0.9s cubic-bezier(0.2, 0.7, 0.2, 1);
  transition-delay: var(--reveal-delay, 0ms);
}
.js .reveal-right.visible {
  opacity: 1;
  transform: translateX(0);
}
.js .reveal-scale {
  opacity: 0;
  transform: scale(0.94);
  transition: opacity 1s cubic-bezier(0.2, 0.7, 0.2, 1),
              transform 1s cubic-bezier(0.2, 0.7, 0.2, 1);
  transition-delay: var(--reveal-delay, 0ms);
}
.js .reveal-scale.visible {
  opacity: 1;
  transform: scale(1);
}

/* Respect reduced motion */
@media (prefers-reduced motion: reduce) {
  .js .reveal, .js .reveal-left, .js .reveal-right, .js .reveal-scale {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  .hero-badge .pulse,
  .hero-pulse-heart {
    animation: none !important;
  }
}
