/* ============================================================
   AIKSHA — aiksha.in
   Bright, modern, education-focused.
   ============================================================ */

:root {
  --navy:      #1F2D5C;
  --navy-2:    #3B4790;
  --coral:     #F26B5E;
  --coral-2:   #F8867B;
  --gold:      #F4B400;
  --cream:     #FFFCF7;
  --pale-nvy:  #EEF3FA;
  --pale-cor:  #FDEBE7;
  --pale-gld:  #FFF6D6;
  --ink:       #1B1B2F;
  --muted:     #5C6275;
  --line:      #E5E0D8;
  --shadow:    0 14px 40px -16px rgba(31, 45, 92, .25);
  --shadow-lg: 0 30px 70px -24px rgba(31, 45, 92, .35);
  --r-md:      14px;
  --r-lg:      22px;
  --font:      'Inter', 'Plus Jakarta Sans', system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --font-display: 'Plus Jakarta Sans', 'Inter', system-ui, sans-serif;
  --max-w:     1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; padding: 0; background: var(--cream); color: var(--ink);
  font-family: var(--font); font-size: 16px; line-height: 1.65;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}

a { color: var(--coral); text-decoration: none; }
a:hover { color: var(--navy); }

img { max-width: 100%; height: auto; display: block; }

/* ============= NAV ============= */
.nav {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 36px;
  background: rgba(255, 252, 247, 0.92);
  backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid var(--line);
}
.brand {
  display: flex; align-items: center; gap: 10px;
  font-family: var(--font-display); font-weight: 800; font-size: 20px; color: var(--navy);
  letter-spacing: 1px;
}
.brand img { width: 36px; height: 36px; }
.brand-light { color: var(--cream); }
.nav nav { display: flex; align-items: center; gap: 22px; }
.nav nav a {
  color: var(--navy); font-weight: 600; font-size: 15px;
}
.nav nav a:hover { color: var(--coral); }
.nav-toggle { display: none; }

/* ============= BUTTONS ============= */
.btn-primary {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 22px; border-radius: var(--r-md); border: 0;
  background: linear-gradient(135deg, var(--coral) 0%, var(--coral-2) 100%);
  color: var(--cream); font: inherit; font-weight: 800; font-size: 15px; cursor: pointer;
  box-shadow: 0 14px 26px -12px var(--coral);
  transition: transform .15s ease, box-shadow .15s ease;
}
.btn-primary:hover { transform: translateY(-2px); color: var(--cream); box-shadow: 0 18px 32px -14px var(--coral); }
.btn-primary.big { padding: 16px 28px; font-size: 17px; }
.btn-primary .arrow { transition: transform .15s ease; }
.btn-primary:hover .arrow { transform: translateX(4px); }

.btn-ghost {
  display: inline-flex; align-items: center; padding: 12px 18px;
  border-radius: var(--r-md); background: transparent; color: var(--navy);
  font-weight: 700; font-size: 15px; border: 1.5px solid transparent;
}
.btn-ghost:hover { background: var(--pale-nvy); color: var(--navy); }
.btn-ghost.big { padding: 16px 24px; border: 1.5px solid var(--navy); }

/* ============= SECTIONS ============= */
.section { padding: 96px 28px; }
.section-tinted { background: var(--pale-nvy); }
.section-dark   { background: var(--navy); color: var(--cream); }
.container { max-width: var(--max-w); margin: 0 auto; }

.eyebrow {
  display: inline-block;
  padding: 6px 14px; border-radius: 999px;
  background: var(--pale-cor); color: var(--coral);
  font-weight: 800; font-size: 12px; letter-spacing: 1px; text-transform: uppercase;
  margin-bottom: 18px;
}
.eyebrow-light { background: rgba(244, 180, 0, .18); color: var(--gold); }

h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 800; letter-spacing: -.5px; color: var(--navy);
  margin: 0 0 12px;
}
h1 { font-size: clamp(40px, 5.6vw, 72px); line-height: 1.05; font-weight: 900; }
h2 { font-size: clamp(28px, 3.5vw, 44px); line-height: 1.15; }
h3 { font-size: 20px; line-height: 1.3; }
.h-light { color: var(--cream); }

.lede { color: var(--muted); font-size: 18px; max-width: 700px; }
.lede-light { color: rgba(255, 252, 247, .8); }

.eyebrow.section-eyebrow { margin-top: 12px; }

/* ============= HERO ============= */
.hero {
  position: relative; overflow: hidden;
  padding: 110px 28px 120px;
  background: linear-gradient(180deg, var(--cream) 0%, #FDF4ED 100%);
}
.hero-blob {
  position: absolute; border-radius: 50%;
  filter: blur(80px); opacity: .55; pointer-events: none; z-index: 0;
}
.blob-coral { width: 460px; height: 460px; background: var(--coral); top: -60px; right: -120px; }
.blob-gold  { width: 380px; height: 380px; background: var(--gold);  bottom: -120px; left: -80px; opacity: .35; }
.blob-navy  { width: 280px; height: 280px; background: var(--navy);  top: 200px; left: 40%;  opacity: .12; }

.hero-inner { position: relative; z-index: 1; max-width: var(--max-w); margin: 0 auto; }
.hero h1 { max-width: 920px; }
.hero h1 .hi { color: var(--coral); }
.hero-sub { font-size: 21px; line-height: 1.55; color: var(--muted); max-width: 720px; margin: 22px 0 36px; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 56px; }
.hero-stats {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 18px;
  background: var(--cream); padding: 22px 26px; border-radius: var(--r-lg);
  border: 1px solid var(--line); box-shadow: var(--shadow); max-width: 920px;
}
.hero-stats div { color: var(--muted); font-size: 14px; }
.hero-stats b { display: block; color: var(--navy); font-family: var(--font-display); font-size: 30px; font-weight: 900; line-height: 1; margin-bottom: 4px; }

/* ============= TRUST STRIP ============= */
.trust {
  background: var(--cream); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  padding: 18px 28px; text-align: center; color: var(--muted); font-size: 14px;
}
.trust em { color: var(--navy); font-weight: 700; font-style: normal; }

/* ============= GRID ============= */
.grid { display: grid; gap: 18px; margin-top: 36px; }
.grid-3 { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.grid-4 { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; margin-top: 36px; }

/* ============= CARDS ============= */
.card {
  background: var(--cream); padding: 28px; border-radius: var(--r-lg);
  border: 1px solid var(--line); box-shadow: var(--shadow);
  transition: transform .15s ease, box-shadow .15s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.pill-card .num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; border-radius: 50%;
  font-family: var(--font-display); font-weight: 900; font-size: 22px;
  color: var(--cream); margin-bottom: 12px;
}
.n-coral { background: var(--coral); }
.n-navy  { background: var(--navy); }
.n-gold  { background: var(--gold); }
.pill-card h3 { color: var(--navy); }
.pill-card p { color: var(--muted); margin: 6px 0 14px; }

ul.check { list-style: none; padding: 0; margin: 0; }
ul.check li {
  position: relative; padding-left: 24px; padding-top: 4px; padding-bottom: 4px;
  color: var(--ink); font-size: 14px;
}
ul.check li::before {
  content: '';
  position: absolute; left: 0; top: 11px;
  width: 14px; height: 14px; border-radius: 50%;
  background: var(--coral); box-shadow: 0 0 0 3px rgba(242, 107, 94, .2);
}

/* ============= TABLES ============= */
.table-wrap { overflow-x: auto; margin-top: 24px; border-radius: var(--r-lg); border: 1px solid var(--line); background: var(--cream); }
.alignment-table { width: 100%; border-collapse: collapse; }
.alignment-table th {
  background: var(--navy); color: var(--cream);
  text-align: left; padding: 14px 18px;
  font-weight: 800; font-size: 13px; letter-spacing: .6px; text-transform: uppercase;
}
.alignment-table td {
  padding: 14px 18px; border-top: 1px solid var(--line); font-size: 14px;
}
.alignment-table tr:hover td { background: var(--pale-nvy); }
.alignment-table tbody tr:nth-child(odd) td { background: rgba(238, 243, 250, .35); }

.footnote { color: var(--muted); font-size: 13px; margin-top: 16px; }

/* ============= TRAINER ============= */
.day-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
.day-list li {
  background: var(--cream); border: 1px solid var(--line);
  border-radius: var(--r-md); padding: 18px 22px;
  display: grid; grid-template-columns: 90px 1fr; row-gap: 4px;
}
.day-list span {
  font-family: var(--font-display); font-weight: 900;
  color: var(--coral); font-size: 13px; letter-spacing: 1px; text-transform: uppercase;
  align-self: start;
}
.day-list b { color: var(--navy); font-size: 17px; }
.day-list p { grid-column: 2; color: var(--muted); margin: 0; font-size: 14px; }

/* ============= PLATFORM ============= */
.section-dark .eyebrow {  margin-bottom: 18px; }
.platform-grid { margin-top: 40px; }
.card-dark {
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .12);
  color: var(--cream); box-shadow: none;
}
.card-dark:hover { background: rgba(255, 255, 255, .07); transform: translateY(-3px); }
.card-dark h3 { color: var(--cream); }
.card-dark p { color: rgba(255, 252, 247, .75); margin: 6px 0 0; font-size: 14px; }
.card-dark code { background: rgba(244, 180, 0, .18); color: var(--gold); padding: 1px 8px; border-radius: 6px; font-size: 13px; }
.card-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--coral); color: var(--cream);
  font-family: var(--font-display); font-weight: 900; font-size: 16px;
  margin-bottom: 12px;
}

.platform-stack {
  margin-top: 60px; padding: 22px 24px; border-radius: var(--r-lg);
  background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .15);
  display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 16px;
}
.platform-stack b { display: block; color: var(--gold); font-family: var(--font-display); font-size: 15px; font-weight: 800; margin-bottom: 4px; }
.platform-stack span { color: rgba(255, 252, 247, .7); font-size: 13px; }

/* ============= PRICING ============= */
.plans { margin-top: 36px; }
.plan {
  background: var(--cream); padding: 30px; border-radius: var(--r-lg);
  border: 1px solid var(--line); box-shadow: var(--shadow);
  display: flex; flex-direction: column; gap: 14px;
  transition: transform .15s ease;
}
.plan:hover { transform: translateY(-4px); }
.plan-feature {
  border: 2px solid var(--coral);
  box-shadow: var(--shadow-lg);
  position: relative;
}
.plan-feature::before {
  content: 'Most popular';
  position: absolute; top: -14px; left: 30px;
  background: var(--coral); color: var(--cream);
  padding: 4px 12px; border-radius: 999px;
  font-size: 11px; font-weight: 800; letter-spacing: .8px; text-transform: uppercase;
}
.plan h3 { color: var(--navy); }
.plan p { color: var(--muted); margin: 0; font-size: 14px; }
.tag {
  display: inline-block; padding: 5px 12px; border-radius: 999px;
  font-weight: 800; font-size: 11px; letter-spacing: .8px; text-transform: uppercase;
  margin-bottom: 10px;
}
.tag-gold { background: var(--pale-gld); color: #8C6A00; }
.tag-coral { background: var(--pale-cor); color: #B33A2F; }
.tag-navy { background: var(--pale-nvy); color: var(--navy); }
.pricing-cta { text-align: center; margin-top: 36px; color: var(--muted); font-size: 17px; }

/* ============= OUTCOMES ============= */
.outcomes { gap: 14px; }
.outcomes div {
  background: var(--cream); padding: 24px; border-radius: var(--r-md);
  border: 1px solid var(--line); text-align: center;
}
.outcomes b { display: block; color: var(--navy); font-family: var(--font-display); font-size: 32px; font-weight: 900; line-height: 1; margin-bottom: 6px; }
.outcomes span { color: var(--muted); font-size: 13px; }

/* ============= CONTACT ============= */
.contact-card {
  display: grid; grid-template-columns: 1fr 1fr; gap: 50px;
  background: var(--cream); padding: 50px; border-radius: var(--r-lg);
  border: 1px solid var(--line); box-shadow: var(--shadow-lg);
}
.contact-list { list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 14px; }
.contact-list li { display: grid; grid-template-columns: 100px 1fr; align-items: baseline; }
.contact-list b { color: var(--navy); font-size: 13px; letter-spacing: .8px; text-transform: uppercase; }
.contact-list a { font-size: 18px; font-weight: 700; }

.contact-form { display: grid; gap: 14px; }
.contact-form label {
  display: grid; gap: 6px;
  font-size: 13px; font-weight: 700; color: var(--navy);
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  padding: 12px 14px; border: 1.5px solid var(--line);
  border-radius: var(--r-md); font: inherit; font-size: 15px;
  background: var(--cream); color: var(--ink);
}
.contact-form textarea { resize: vertical; min-height: 80px; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus {
  outline: none; border-color: var(--coral); box-shadow: 0 0 0 4px rgba(242, 107, 94, .12);
}
.form-status { margin: 0; padding: 12px 14px; border-radius: var(--r-md); }
.form-status.ok  { background: #DEF7E5; color: #1F6C2D; }
.form-status.err { background: #FCE3DD; color: #B23B2D; }

/* ============= FOOTER ============= */
.footer { background: var(--navy); color: rgba(255, 252, 247, .8); padding: 40px 28px; }
.footer-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  flex-wrap: wrap;
}
.footer p { margin: 0; font-size: 14px; }
.footer nav { display: flex; gap: 22px; }
.footer nav a { color: rgba(255, 252, 247, .9); font-weight: 600; font-size: 14px; }
.footer nav a:hover { color: var(--gold); }

/* ============= RESPONSIVE ============= */
@media (max-width: 880px) {
  .nav { padding: 14px 20px; }
  .nav nav { display: none; position: absolute; top: 100%; right: 0;
             background: var(--cream); padding: 18px 24px; flex-direction: column; align-items: flex-start;
             border-bottom-left-radius: var(--r-md); box-shadow: var(--shadow); width: 220px; }
  .nav nav.open { display: flex; }
  .nav-toggle {
    display: inline-flex; align-items: center; justify-content: center;
    width: 44px; height: 44px; font-size: 22px; border: 0; background: transparent; color: var(--navy); cursor: pointer;
  }
  .section { padding: 64px 20px; }
  .hero { padding: 70px 20px 80px; }
  .hero-stats { grid-template-columns: 1fr 1fr; }
  .two-col { grid-template-columns: 1fr; gap: 30px; }
  .contact-card { grid-template-columns: 1fr; padding: 30px; gap: 30px; }
  h1 { font-size: 38px; }
  h2 { font-size: 28px; }
}
