/**
 * Adhyora homepage — premium layout.
 * Scoped to .hp-page plus shared nav/footer refinements.
 */

body.sn-redesign .ly-home.hp-page {
  --hp-navy: #071f4f;
  --hp-navy-2: #0b2d6b;
  --hp-blue: #1f5eff;
  --hp-gold: #d9a514;
  --hp-ice: #f5f8fd;
  --hp-mist: #eef3fb;
  --hp-cream: #fbf6ea;
  --hp-ink: #071f4f;
  --hp-muted: rgba(7, 31, 79, 0.72);
  --hp-line: rgba(7, 31, 79, 0.1);
  --hp-shadow: 0 16px 40px rgba(7, 31, 79, 0.08);
  --hp-radius: 20px;
  color: var(--hp-ink);
  background: #fff;
  font-family: "Figtree", "Segoe UI", sans-serif !important;
  overflow-x: clip;
}

body.sn-redesign .hp-page h1,
body.sn-redesign .hp-page h2,
body.sn-redesign .hp-page h3 {
  font-family: "Bricolage Grotesque", "Segoe UI", sans-serif !important;
  letter-spacing: -0.035em;
  color: var(--hp-ink);
  font-weight: 680;
}

.hp-wrap,
body.sn-redesign .hp-page .ly-container {
  box-sizing: border-box;
  width: min(1280px, calc(100% - 48px));
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 768px) {
  .hp-wrap,
  body.sn-redesign .hp-page .ly-container {
    width: min(1280px, calc(100% - 80px));
  }
}

@media (min-width: 1280px) {
  .hp-wrap,
  body.sn-redesign .hp-page .ly-container {
    width: min(1280px, calc(100% - 128px));
  }
}

.hp-page section { padding: 48px 0; }
.hp-page .hp-hero {
  display: flex;
  align-items: center;
  min-height: calc(100svh - 140px);
  padding: 0;
}
.hp-page section.sn-voice-marquee-section { padding: 36px 0 8px; background: #fff; }

.hp-badge,
.hp-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(31, 94, 255, 0.1);
  color: var(--hp-blue);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hp-badge-gold {
  background: rgba(217, 165, 20, 0.16);
  color: #8a6810;
}

.hp-badge-light {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.hp-kicker-center { display: block; text-align: center; }

.hp-page h1 {
  margin: 0 0 10px;
  font-size: clamp(32px, 3.6vw, 48px);
  line-height: 1.08;
}

.hp-page h2 {
  margin: 0 0 8px;
  font-size: clamp(26px, 2.6vw, 36px);
  line-height: 1.15;
}

.hp-page h3 { margin: 0 0 8px; font-size: 22px; line-height: 1.25; }

.hp-page h1 span,
.hp-page h2 span,
.hp-about h2 span {
  color: var(--hp-blue);
}

.hp-lead,
.hp-head p,
.hp-about-copy p,
.hp-hero-lead {
  max-width: 640px;
  color: var(--hp-muted);
  font-size: 17px;
  line-height: 1.65;
}

.hp-head {
  max-width: 820px;
  margin: 0 auto 20px;
  text-align: center;
}
.hp-head h2,
.hp-head p {
  margin-left: auto;
  margin-right: auto;
}
.hp-head-split {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  max-width: none;
  margin: 0 0 20px;
  text-align: left;
}
.hp-head-split h2,
.hp-head-split p { margin-left: 0; margin-right: 0; }
.hp-head-split p { margin-bottom: 0; }

.hp-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.hp-actions-center { justify-content: center; margin-top: 28px; }

.hp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 12px;
  border: 1px solid transparent;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none !important;
  transition: transform .45s ease, box-shadow .45s ease, background .45s ease;
}
.hp-btn:hover { transform: translateY(-2px); }
.hp-btn-primary {
  background: var(--hp-blue);
  color: #fff !important;
  box-shadow: 0 10px 24px rgba(31, 94, 255, 0.28);
}
.hp-btn-primary:hover { background: var(--hp-navy-2); }
.hp-btn-ghost {
  background: #fff;
  color: var(--hp-navy) !important;
  border-color: rgba(7, 31, 79, 0.16);
}
.hp-btn-ghost:hover { border-color: var(--hp-blue); color: var(--hp-blue) !important; }
.hp-btn-light {
  background: transparent;
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.45);
}
.hp-btn-light:hover { background: rgba(255, 255, 255, 0.1); }

.hp-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(31, 94, 255, 0.1);
  color: var(--hp-blue);
  flex-shrink: 0;
}
.hp-ico-gold { background: rgba(217, 165, 20, 0.16); color: #8a6810; }

.hp-trustline,
.hp-hero-trust,
.hp-final-note {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin: 18px 0 0;
  color: var(--hp-muted);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.hp-trustline span:not(:last-child)::after,
.hp-hero-trust span { color: var(--hp-gold); }

/* Hero */
.hp-hero {
  position: relative;
  background:
    radial-gradient(circle at 70% 40%, rgba(20, 90, 230, 0.28), transparent 40%),
    linear-gradient(135deg, #071c43 0%, #0b2a64 55%, #071c43 100%);
  overflow: hidden;
}
.hp-hero-glow {
  position: absolute;
  width: 420px;
  height: 420px;
  right: 8%;
  top: 18%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(31, 94, 255, 0.22), transparent 68%);
  pointer-events: none;
}
.hp-hero-dots {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,.45) 1px, transparent 1.4px);
  background-size: 22px 22px;
  opacity: .12;
  mask-image: radial-gradient(circle at 72% 42%, #000 12%, transparent 62%);
  pointer-events: none;
}
.hp-hero-inner {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: min(1400px, 100%);
  max-width: 1400px;
  margin: 0 auto;
  padding: 28px 56px 24px;
  display: grid;
  grid-template-columns: minmax(0, 0.46fr) minmax(0, 0.54fr);
  gap: 20px 40px;
  align-items: center;
}
.hp-hero-copy { min-width: 0; animation: hp-hero-in .6s ease both; }
.hp-hero-visual {
  min-width: 0;
  display: flex;
  justify-content: flex-end;
  animation: hp-hero-in-right .65s ease both;
}
@keyframes hp-hero-in {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: none; }
}
@keyframes hp-hero-in-right {
  from { opacity: 0; transform: translateX(16px); }
  to { opacity: 1; transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  .hp-hero-copy, .hp-hero-visual { animation: none; }
}
.hp-hero-pills {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 16px;
}
.hp-hero-pill {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 0;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(7, 20, 48, 0.35);
  border: 1px solid rgba(217, 165, 20, 0.75);
  color: #e7c15a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.hp-hero-pill-brand {
  text-transform: none;
  letter-spacing: 0.01em;
  font-size: 16px;
  font-weight: 600;
  color: #f3d36a;
  border-color: rgba(217, 165, 20, 0.45);
}
.hp-hero-pill-brand span { margin-right: 6px; color: #fff; font-weight: 700; }
body.sn-redesign .hp-page .hp-hero h1 {
  margin: 0 0 12px;
  max-width: none;
  font-size: clamp(40px, 3.4vw, 58px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.03em;
  text-align: left;
  color: #fff;
}
body.sn-redesign .hp-page .hp-hero h1 span { color: #f3d36a; }
.hp-hero-sub {
  margin: 0 0 12px;
  max-width: 640px;
  font-size: clamp(22px, 1.8vw, 30px);
  font-weight: 600;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.9);
}
.hp-hero-lead {
  max-width: 620px;
  margin: 0 0 20px;
  font-size: 17px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.8);
}
.hp-hero .hp-actions { gap: 14px; }
.hp-hero .hp-btn { min-height: 52px; padding: 0 22px; border-radius: 12px; font-size: 16px; }
.hp-hero .hp-btn-gold {
  background: #e2b423;
  color: #071c43 !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}
.hp-hero .hp-btn-gold:hover { background: #f0c84a; color: #071c43 !important; }
.hp-hero .hp-btn-light {
  background: transparent;
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.55);
}
.hp-hero-trust {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}
.hp-hero-trust li { display: inline-flex; align-items: center; gap: 8px; }
.hp-hero-trust li + li::before {
  content: "";
  width: 1px;
  height: 14px;
  margin: 0 14px;
  background: rgba(255, 255, 255, 0.35);
}
.hp-hero-trust i { color: rgba(255, 255, 255, 0.9); }
body.sn-redesign .ly-home .hp-hero .hero-dashboard-image {
  width: auto;
  max-width: 100%;
  max-height: calc(100svh - 168px);
  height: auto;
  object-fit: contain;
  object-position: center right;
  display: block;
  margin: 0 0 0 auto;
  background: transparent;
  filter: drop-shadow(0 18px 32px rgba(0, 0, 0, 0.28));
}

/* About */
.hp-about { background: var(--hp-ice); }
.hp-about-intro { margin-bottom: 28px; text-align: center; }
.hp-about-intro h2 { max-width: 760px; margin-left: auto; margin-right: auto; }
.hp-about-split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 28px;
  align-items: start;
}
.hp-about-copy h3 { font-size: 26px; max-width: 520px; }
.hp-about-cards {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.hp-about-cards li {
  margin: 0;
  padding: 18px;
  background: #fff;
  border-radius: var(--hp-radius);
  box-shadow: var(--hp-shadow);
  border: 1px solid var(--hp-line);
}
.hp-about-cards strong,
.hp-about-cards em { display: block; }
.hp-about-cards em {
  margin-top: 6px;
  color: var(--hp-muted);
  font-style: normal;
  font-size: 14px;
  line-height: 1.5;
}

/* Proof */
.hp-proof { background: #fff; padding-top: 28px !important; padding-bottom: 28px !important; }
.hp-logo-marquee { overflow: hidden; margin: 8px 0 28px; }
.hp-logo-track {
  display: flex;
  gap: 28px;
  width: max-content;
  animation: hp-marquee 32s linear infinite;
}
.hp-logo-marquee:hover .hp-logo-track { animation-play-state: paused; }
.hp-logo-track span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  height: 64px;
  padding: 8px 16px;
  border-radius: 14px;
  background: var(--hp-mist);
}
.hp-logo-track img { max-width: 120px; max-height: 40px; width: auto; height: auto; object-fit: contain; filter: grayscale(1); opacity: .8; }
@keyframes hp-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.hp-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding: 28px;
  border-radius: 24px;
  background: linear-gradient(180deg, var(--hp-navy) 0%, var(--hp-navy-2) 100%);
  color: #fff;
}
.hp-stat { text-align: center; }
.hp-stat strong { display: block; font-size: clamp(32px, 4vw, 48px); line-height: 1; color: #fff; }
.hp-stat span { display: block; margin-top: 8px; color: rgba(255,255,255,.75); font-size: 14px; }

/* Bento */
.hp-platform { background: var(--hp-mist); }
.hp-bento {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}
.hp-bento-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 18px 16px 8px;
  border-radius: 22px;
  border: 1px solid var(--hp-line);
  background: #fff;
  box-shadow: 0 12px 28px rgba(7, 31, 79, 0.05);
}
.hp-bento-card.hp-bento-create {
  background: linear-gradient(165deg, #071f4f 0%, #0b2d6b 100%);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 16px 32px rgba(7, 31, 79, 0.18);
}
.hp-bento-label {
  margin: 0 0 4px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--hp-blue);
}
.hp-bento-create .hp-bento-label { color: #f3d36a; }
.hp-bento-note {
  margin: 0 0 8px;
  min-height: 2.6em;
  color: var(--hp-muted);
  font-size: 13px;
  line-height: 1.4;
}
.hp-bento-create .hp-bento-note { color: rgba(255, 255, 255, 0.72); }
.hp-bento-card ul { list-style: none; margin: 0; padding: 0; }
.hp-bento-card a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 2px;
  border-top: 1px solid rgba(7, 31, 79, 0.08);
  color: inherit;
  font-weight: 700;
  text-decoration: none;
}
.hp-bento-create a {
  border-top-color: rgba(255, 255, 255, 0.12);
  color: #fff;
}
.hp-bento-card a:hover { color: var(--hp-blue); }
.hp-bento-create a:hover { color: #f3d36a; }
.hp-bento-card a i {
  width: 30px;
  height: 30px;
  border-radius: 9px;
  display: inline-grid;
  place-items: center;
  flex-shrink: 0;
  background: rgba(31, 94, 255, 0.1);
  color: var(--hp-blue);
  font-size: 14px;
}
.hp-bento-create a i {
  background: rgba(243, 211, 106, 0.16);
  color: #f3d36a;
}

/* Experience */
.hp-experience { background: #fff; }
.hp-experience-grid {
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  gap: 28px;
  align-items: center;
}
.hp-shot {
  margin-top: 18px;
  padding: 10px;
  border-radius: 22px;
  background: var(--hp-ice);
  border: 1px solid var(--hp-line);
}
.hp-shot img { display: block; width: 100%; height: auto; border-radius: 14px; }
.hp-highlights { list-style: none; margin: 0 0 18px; padding: 0; display: grid; gap: 12px; }
.hp-highlights li {
  display: flex;
  gap: 12px;
  padding: 14px;
  border-radius: 16px;
  background: var(--hp-ice);
}
.hp-highlights i { color: var(--hp-blue); margin-top: 3px; }
.hp-highlights strong, .hp-highlights em { display: block; }
.hp-highlights em { font-style: normal; color: var(--hp-muted); font-size: 14px; }

/* Ways */
.hp-ways { background: var(--hp-cream); }
.hp-ways-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.hp-ways-grid article {
  padding: 22px 18px;
  border-radius: var(--hp-radius);
  background: #fff;
  border: 1px solid rgba(7, 31, 79, 0.06);
  box-shadow: var(--hp-shadow);
  min-height: 230px;
}
.hp-ways-grid p { color: var(--hp-muted); font-size: 15px; line-height: 1.5; }
.hp-ways-grid a { font-weight: 700; color: var(--hp-blue); text-decoration: none; }

/* Courses */
.hp-courses { background: #fff; }
.hp-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
.hp-chips a {
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--hp-mist);
  color: var(--hp-navy);
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
}
.hp-chips a.is-active, .hp-chips a:hover { background: var(--hp-navy); color: #fff; }
.hp-course-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.hp-course {
  display: flex;
  flex-direction: column;
  min-width: 0;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--hp-line);
  box-shadow: var(--hp-shadow);
  text-decoration: none;
  color: inherit;
  transition: transform .45s ease, box-shadow .45s ease;
}
.hp-course:hover { transform: translateY(-4px); box-shadow: 0 20px 40px rgba(7, 31, 79, 0.12); }
.hp-course-media { position: relative; display: block; aspect-ratio: 16/10; background: var(--hp-mist); }
.hp-course-media img { width: 100%; height: 100%; object-fit: cover; }
.hp-course-fallback {
  display: grid; place-items: center; height: 100%;
  font-weight: 800; color: var(--hp-blue); font-size: 28px;
}
.hp-course-badge {
  position: absolute; top: 10px; left: 10px;
  padding: 4px 8px; border-radius: 999px;
  background: var(--hp-navy); color: #fff; font-size: 11px; font-weight: 800;
}
.hp-course-badge.is-free { background: #0f8a4b; }
.hp-course-body { display: flex; flex-direction: column; gap: 6px; padding: 14px 14px 16px; flex: 1; }
.hp-course-cat { color: var(--hp-blue); font-size: 12px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.hp-course-body strong { font-size: 16px; line-height: 1.35; }
.hp-course-body em { color: var(--hp-muted); font-style: normal; font-size: 13px; }
.hp-course-foot { display: flex; justify-content: space-between; align-items: center; margin-top: auto; padding-top: 8px; }
.hp-course-foot b { color: var(--hp-navy); font-size: 16px; }
.hp-course-foot span { color: var(--hp-blue); font-size: 13px; font-weight: 700; }

/* Marketing */
.hp-marketing { background: var(--hp-cream); }
.hp-marketing-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 32px; align-items: center; }
.hp-check-list { list-style: none; margin: 0 0 20px; padding: 0; display: grid; gap: 10px; }
.hp-check-list li { display: flex; gap: 10px; align-items: flex-start; font-weight: 650; }
.hp-check-list i { color: var(--hp-blue); margin-top: 3px; }
.hp-market-board {
  padding: 16px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid var(--hp-line);
  box-shadow: var(--hp-shadow);
}
.hp-market-top { display: flex; align-items: center; gap: 6px; margin-bottom: 14px; }
.hp-market-top span { width: 8px; height: 8px; border-radius: 50%; background: #d7deee; }
.hp-market-top span:first-child { background: #f3d36a; }
.hp-market-top strong { margin-left: auto; font-size: 13px; color: var(--hp-muted); }
.hp-market-widgets { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.hp-market-widgets div { padding: 16px; border-radius: 16px; background: var(--hp-ice); }
.hp-market-widgets .is-wide { grid-column: 1 / -1; background: var(--hp-navy); color: #fff; }
.hp-market-widgets small { display: block; font-size: 12px; opacity: .7; }
.hp-market-widgets b { display: block; margin-top: 6px; font-size: 18px; }

/* Security */
.hp-security { background: var(--hp-ice); }
.hp-security-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 20px;
  text-align: left;
}
.hp-security-head h2 { max-width: 640px; margin: 0 0 8px; }
.hp-security-head .hp-lead { max-width: 620px; margin: 0; }
.hp-security-head .hp-btn { flex: 0 0 auto; }
.hp-security-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}
.hp-security-list li {
  grid-column: span 2;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  min-height: 100%;
  padding: 18px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--hp-line);
}
.hp-security-list li:nth-child(n+4) { grid-column: span 3; }
.hp-security-list i {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  margin-top: 0;
  border-radius: 12px;
  background: var(--hp-mist);
  color: var(--hp-blue);
  display: grid;
  place-items: center;
}
.hp-security-list strong, .hp-security-list em { display: block; }
.hp-security-list strong { margin-bottom: 4px; line-height: 1.3; }
.hp-security-list em { font-style: normal; color: var(--hp-muted); font-size: 14px; line-height: 1.5; }

/* Mobile */
.hp-mobile {
  background:
    radial-gradient(420px 220px at 80% 20%, rgba(31, 94, 255, .35), transparent 70%),
    linear-gradient(160deg, #071f4f, #0b2d6b);
  color: #fff;
}
body.sn-redesign .hp-page .hp-mobile h2,
body.sn-redesign .hp-page .hp-mobile .hp-lead { color: #fff; }
body.sn-redesign .hp-page .hp-mobile .hp-lead { color: rgba(255,255,255,.82); }
.hp-mobile-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 28px; align-items: center; }
.hp-pills, .hp-pills-light { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 16px; padding: 0; }
.hp-pills li {
  padding: 7px 11px; border-radius: 999px;
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.16);
  font-size: 13px; font-weight: 700;
}
.hp-mini-list { list-style: none; margin: 0 0 18px; padding: 0; display: grid; gap: 8px; }
.hp-mini-list li { font-size: 14px; color: rgba(255,255,255,.8); }
.hp-mini-list strong { color: #fff; margin-right: 6px; }
.hp-phone {
  width: min(270px, 100%);
  margin-inline: auto;
  padding: 10px;
  border-radius: 36px;
  background: #071428;
  box-shadow: 0 24px 50px rgba(0,0,0,.28);
  border: 1px solid rgba(255,255,255,.16);
}
.hp-phone-screen { overflow: hidden; border-radius: 28px; background: #071f4f; }
.hp-phone-screen img { display: block; width: 100%; height: auto; object-fit: contain; }

/* Audience */
.hp-page section.hp-audience { padding: 28px 0; }
.hp-audience { background: var(--hp-ice); }
.hp-audience .hp-head { margin-bottom: 12px; }
.hp-audience .hp-head h2 { margin-bottom: 4px; }
.hp-audience .hp-head p { margin: 0; font-size: 15px; line-height: 1.45; }
.hp-audience-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 10px; }
.hp-audience-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 100%;
  padding: 12px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--hp-line);
  color: inherit;
  text-decoration: none;
}
.hp-audience-card:hover { border-color: rgba(31, 94, 255, 0.35); }
.hp-audience-top { display: flex; align-items: center; gap: 8px; }
.hp-audience-card .hp-ico { width: 32px; height: 32px; border-radius: 10px; font-size: 14px; }
.hp-audience-card h3 { margin: 0; font-size: 15px; line-height: 1.25; }
.hp-audience-card p { margin: 0; color: var(--hp-muted); font-size: 13px; line-height: 1.4; }
.hp-audience-go { margin-top: auto; color: var(--hp-blue); font-size: 13px; font-weight: 700; }

/* Support */
.hp-support { background: #fff; }
.hp-support-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.hp-support-grid a {
  display: block;
  padding: 18px;
  border-radius: 18px;
  background: var(--hp-mist);
  color: inherit;
  text-decoration: none;
}
.hp-support-grid i { color: var(--hp-blue); font-size: 18px; }
.hp-support-grid strong, .hp-support-grid span { display: block; }
.hp-support-grid strong { margin: 10px 0 6px; }
.hp-support-grid span { color: var(--hp-muted); font-size: 14px; line-height: 1.5; }
.hp-support-notes { display: none; }

/* Pricing */
.hp-pricing { background: var(--hp-mist); }
.hp-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
.hp-tabs button {
  border: 1px solid var(--hp-line);
  background: #fff;
  color: var(--hp-navy);
  border-radius: 999px;
  padding: 10px 14px;
  font-weight: 700;
  cursor: pointer;
}
.hp-tabs button.is-active { background: var(--hp-navy); color: #fff; border-color: var(--hp-navy); }
.hp-price-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.hp-price {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 20px 16px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid var(--hp-line);
  min-height: 100%;
}
.hp-price.is-featured { border-color: var(--hp-blue); box-shadow: 0 16px 36px rgba(31, 94, 255, .16); }
.hp-price-badge {
  align-self: flex-start;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(217, 165, 20, .18);
  color: #8a6810;
  font-size: 12px;
  font-weight: 800;
}
.hp-price p { margin: 0; color: var(--hp-muted); font-size: 14px; min-height: 42px; }
.hp-price-amount { font-size: 32px; }
.hp-price ul { list-style: none; margin: 8px 0 0; padding: 0; display: grid; gap: 8px; }
.hp-price li { display: flex; gap: 8px; font-size: 14px; line-height: 1.4; }
.hp-price li i { color: var(--hp-blue); margin-top: 3px; }
.hp-price-callout {
  padding: 32px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(217, 165, 20, .4);
}
.hp-price-note { margin: 18px 0 0; color: var(--hp-muted); }
.hp-price-note a { color: var(--hp-blue); font-weight: 700; }

/* Voices */
.hp-voices { background: #fff; }
.hp-voice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.hp-voice-grid blockquote {
  margin: 0;
  padding: 20px;
  border-radius: 20px;
  background: var(--hp-ice);
  border: 1px solid var(--hp-line);
}
.hp-voice-grid .fa-quote-left { color: var(--hp-gold); }
.hp-stars { display: block; color: var(--hp-gold); margin: 8px 0; }
.hp-voice-grid p { margin: 8px 0 14px; line-height: 1.55; }
.hp-voice-grid footer strong, .hp-voice-grid footer em { display: block; }
.hp-voice-grid footer em { color: var(--hp-muted); font-style: normal; font-size: 14px; }
.hp-text-link { font-weight: 700; color: var(--hp-blue); text-decoration: none; white-space: nowrap; }
.hp-story-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.hp-story-grid article { padding: 18px; border-radius: 18px; background: #fff; border: 1px solid var(--hp-line); }

/* White label + AI + final */
.hp-wl, .hp-ai, .hp-final {
  background:
    radial-gradient(480px 240px at 85% 20%, rgba(31, 94, 255, .35), transparent 70%),
    linear-gradient(165deg, #071f4f, #0b2d6b);
  color: #fff;
}
body.sn-redesign .hp-page .hp-wl h2,
body.sn-redesign .hp-page .hp-ai h2,
body.sn-redesign .hp-page .hp-final h2,
body.sn-redesign .hp-page .hp-wl .hp-lead,
body.sn-redesign .hp-page .hp-ai .hp-head p,
body.sn-redesign .hp-page .hp-final p { color: #fff; }
body.sn-redesign .hp-page .hp-wl .hp-lead,
body.sn-redesign .hp-page .hp-ai .hp-head p,
body.sn-redesign .hp-page .hp-final p { color: rgba(255,255,255,.82); }
.hp-wl-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 28px; align-items: center; }
.hp-pills-light li { background: rgba(255,255,255,.08); }
.hp-devices { position: relative; min-height: 280px; }
.hp-laptop {
  border-radius: 16px 16px 10px 10px;
  overflow: hidden;
  border: 8px solid #0a1738;
  background: #fff;
  box-shadow: 0 20px 50px rgba(0,0,0,.28);
}
.hp-laptop img { display: block; width: 100%; height: auto; }
.hp-phone-sm {
  position: absolute;
  width: 132px;
  right: 0;
  bottom: -12px;
  padding: 6px;
  border-radius: 22px;
}
.hp-phone-sm .hp-phone-screen img { height: 210px; }
.hp-ai-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.hp-ai-grid article {
  padding: 18px;
  border-radius: 18px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
}
.hp-ai-grid i { color: #f3d36a; }
body.sn-redesign .hp-page .hp-ai-grid h3 { color: #fff; font-size: 18px; margin-top: 10px; }
.hp-ai-grid p {
  color: rgba(255,255,255,.78);
  font-size: 14px;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.hp-final { text-align: center; }
.hp-final-inner { max-width: 760px; }
.hp-final h2 { margin-inline: auto; }
.hp-final p { margin-inline: auto; }
.hp-final-note { justify-content: center; color: rgba(255,255,255,.7) !important; }

/* FAQ */
.hp-faq { background: var(--hp-ice); }
.hp-faq-wrap { max-width: 860px; }
.hp-accordion details {
  background: #fff;
  border: 1px solid var(--hp-line);
  border-radius: 16px;
  padding: 0 16px;
  margin-bottom: 6px;
}
.hp-accordion summary {
  cursor: pointer;
  padding: 12px 0;
  font-weight: 750;
  list-style: none;
}
.hp-accordion summary::-webkit-details-marker { display: none; }
.hp-accordion summary::after { content: "+"; float: right; color: var(--hp-blue); }
.hp-accordion details[open] summary::after { content: "–"; }
.hp-accordion p { margin: 0 0 16px; color: var(--hp-muted); line-height: 1.6; }

/* White-label page */
.hp-wl-page { color: #071f4f; background: #fff; }
.hp-wl-wrap {
  box-sizing: border-box;
  width: min(1280px, calc(100% - 48px));
  max-width: 1280px;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .hp-wl-wrap { width: min(1280px, calc(100% - 80px)); }
}
@media (min-width: 1280px) {
  .hp-wl-wrap { width: min(1280px, calc(100% - 128px)); }
}
.hp-wl-hero {
  padding: 56px 0 28px;
  background:
    radial-gradient(520px 260px at 78% 40%, rgba(31, 94, 255, 0.35), transparent 70%),
    linear-gradient(145deg, #071f4f, #0b2d6b);
  color: #fff;
}
.hp-wl-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 36px;
  align-items: center;
}
.hp-wl-badge, .hp-wl-kicker {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(217, 165, 20, 0.18);
  color: #f3d36a;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.hp-wl-page h1, .hp-wl-page h2 {
  font-family: "Bricolage Grotesque", "Segoe UI", sans-serif;
  letter-spacing: -0.03em;
}
body.sn-redesign .hp-wl-hero h1 { margin: 0 0 12px; font-size: clamp(36px, 4vw, 56px); line-height: 1.05; color: #fff; }
body.sn-redesign .hp-wl-hero h1 span { color: #f3d36a; }
body.sn-redesign .hp-wl-close h2 { color: #fff; }
.hp-wl-kicker { background: rgba(7, 31, 79, 0.06); color: #0b2d6b; }
.hp-wl-hero p { max-width: 520px; color: rgba(255,255,255,.82); font-size: 17px; line-height: 1.6; }
.hp-wl-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.hp-wl-actions-center { justify-content: center; }
.hp-wl-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 12px;
  background: #1f5eff;
  color: #fff !important;
  font-weight: 700;
  text-decoration: none;
}
.hp-wl-btn-light { background: transparent; border: 1px solid rgba(255,255,255,.45); }
.hp-wl-visual img { display: block; width: 100%; height: auto; background: transparent; }
.hp-wl-section { padding: 56px 0; }
.hp-wl-section-soft { background: #f5f8fd; }
.hp-wl-head { max-width: 680px; margin-bottom: 22px; }
.hp-wl-head h2, .hp-wl-split h2, .hp-wl-close h2 { margin: 0 0 8px; font-size: clamp(28px, 3vw, 40px); color: #071f4f; }
.hp-wl-head p, .hp-wl-split p { color: rgba(7, 31, 79, 0.72); line-height: 1.6; }
.hp-wl-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}
.hp-wl-grid li {
  padding: 16px;
  border-radius: 16px;
  background: #f5f8fd;
  border: 1px solid rgba(7, 31, 79, 0.08);
}
.hp-wl-grid i { color: #1f5eff; }
.hp-wl-grid strong, .hp-wl-grid span { display: block; }
.hp-wl-grid strong { margin: 8px 0 4px; }
.hp-wl-grid span { color: rgba(7, 31, 79, 0.7); font-size: 14px; line-height: 1.45; }
.hp-wl-split { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.hp-wl-split article {
  padding: 24px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(7, 31, 79, 0.08);
}
.hp-wl-split a { font-weight: 700; color: #1f5eff; text-decoration: none; }
.hp-wl-close {
  padding: 56px 0;
  text-align: center;
  background: linear-gradient(165deg, #071f4f, #0b2d6b);
  color: #fff;
}
.hp-wl-close h2, .hp-wl-close p { color: #fff; }
.hp-wl-close p { margin: 0 auto 8px; max-width: 560px; color: rgba(255,255,255,.82); }
@media (max-width: 1100px) {
  .hp-wl-grid { grid-template-columns: 1fr 1fr; }
  .hp-wl-hero-grid, .hp-wl-split { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .hp-wl-grid { grid-template-columns: 1fr; }
  .hp-wl-hero, .hp-wl-section, .hp-wl-close { padding: 40px 0; }
}

@media (max-width: 1100px) {
  .hp-about-split,
  .hp-experience-grid,
  .hp-marketing-grid,
  .hp-mobile-grid { grid-template-columns: 1fr; }
  .hp-hero-inner {
    grid-template-columns: minmax(0, 0.45fr) minmax(0, 0.55fr);
    padding: 20px 32px 16px;
  }
  .hp-security-list { grid-template-columns: 1fr 1fr; }
  .hp-security-list li,
  .hp-security-list li:nth-child(n+4) { grid-column: auto; }
  .hp-bento {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "create teach"
      "sell grow";
  }
  .hp-bento-create { grid-area: create; }
  .hp-bento-teach { grid-area: teach; }
  .hp-bento-sell { grid-area: sell; }
  .hp-bento-grow { grid-area: grow; }
  .hp-ways-grid,
  .hp-course-grid,
  .hp-price-grid { grid-template-columns: 1fr 1fr; }
  .hp-audience-grid,
  .hp-support-grid,
  .hp-ai-grid,
  .hp-voice-grid,
  .hp-story-grid { grid-template-columns: 1fr 1fr; }
  .hp-audience-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 1199px) and (min-width: 768px) {
  .hp-hero-inner {
    grid-template-columns: minmax(0, 0.45fr) minmax(0, 0.55fr);
    padding: 20px 32px 16px;
  }
  body.sn-redesign .hp-page .hp-hero h1 { font-size: clamp(36px, 3.4vw, 48px); }
}

@media (max-width: 767px) {
  .hp-page section { padding: 36px 0; }
  .hp-page .hp-hero { padding: 0; }
  .hp-hero-inner {
    grid-template-columns: 1fr;
    padding: 30px 18px 40px;
    text-align: center;
  }
  .hp-hero-pills { align-items: center; }
  .hp-hero-copy .hp-actions,
  .hp-hero-trust { justify-content: center; }
  .hp-hero-lead,
  .hp-hero-sub { margin-left: auto; margin-right: auto; }
  body.sn-redesign .hp-page .hp-hero h1 { text-align: center; }
  .hero-dashboard-image { max-width: 100%; margin: 32px auto 0; }
  .hp-bento,
  .hp-ways-grid,
  .hp-course-grid,
  .hp-price-grid,
  .hp-support-grid,
  .hp-ai-grid,
  .hp-voice-grid,
  .hp-story-grid,
  .hp-about-cards,
  .hp-stats,
  .hp-security-list { grid-template-columns: 1fr; }
  .hp-security-head,
  .hp-head-split { flex-direction: column; align-items: flex-start; }
  .hp-audience-grid { grid-template-columns: 1fr 1fr; }
  .hp-bento { grid-template-areas: "create" "teach" "sell" "grow"; }
  .hp-head-split { align-items: flex-start; }
  .hp-phone-screen img { height: auto; }
  .hp-phone-sm { position: static; width: min(220px, 70%); margin-top: 16px; }
}
