:root {
  color-scheme: light;
  --ink: #08111f;
  --muted: #506174;
  --line: #d9e2ef;
  --blue: #1d4ed8;
  --teal: #0f766e;
  --green: #15803d;
  --yellow: #facc15;
  --paper: #ffffff;
  --wash: #f4f8fb;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
}

.home-hero {
  background: var(--ink);
  color: white;
  min-height: calc(100vh - 67px);
  overflow: hidden;
  position: relative;
}

.home-hero-image {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.home-hero-overlay {
  background:
    linear-gradient(90deg, rgb(8 17 31 / 0.95) 0%, rgb(8 17 31 / 0.78) 42%, rgb(8 17 31 / 0.26) 100%),
    linear-gradient(180deg, rgb(8 17 31 / 0.18), rgb(8 17 31 / 0.55));
  inset: 0;
  position: absolute;
}

.home-hero-content {
  display: grid;
  gap: 2rem;
  margin-inline: auto;
  max-width: 1180px;
  min-height: calc(100vh - 67px);
  padding: 5rem 1.25rem 4rem;
  position: relative;
}

.hero-copy {
  align-self: center;
  max-width: 720px;
}

.eyebrow {
  color: #0f766e;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home-hero .eyebrow,
.download-cta .eyebrow {
  color: #99f6e4;
}

.hero-copy h1,
.section-heading h2,
.split-layout h2,
.download-cta h2 {
  font-weight: 950;
  letter-spacing: 0;
  line-height: 0.98;
}

.hero-copy h1 {
  font-size: clamp(3rem, 8vw, 6.8rem);
  margin-top: 1rem;
  max-width: 760px;
}

.hero-lede {
  color: #dbeafe;
  font-size: clamp(1.08rem, 2vw, 1.35rem);
  line-height: 1.75;
  margin-top: 1.5rem;
  max-width: 680px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.store-button {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgb(255 255 255 / 0.18);
  border-radius: 0.5rem;
  color: var(--ink);
  display: inline-flex;
  gap: 0.75rem;
  justify-content: center;
  min-height: 3.75rem;
  min-width: 12.5rem;
  padding: 0.72rem 1rem;
  text-decoration: none;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease;
}

.store-button:hover {
  box-shadow: 0 18px 38px rgb(0 0 0 / 0.24);
  transform: translateY(-1px);
}

.store-button-play {
  background: #dffdf4;
}

.store-icon {
  align-items: center;
  background: var(--ink);
  border-radius: 999px;
  color: white;
  display: inline-flex;
  font-size: 0.95rem;
  font-weight: 900;
  height: 2rem;
  justify-content: center;
  width: 2rem;
}

.store-icon-play {
  background: #14532d;
}

.store-kicker,
.store-name {
  display: block;
  line-height: 1.1;
}

.store-kicker {
  color: #64748b;
  font-size: 0.72rem;
  font-weight: 700;
}

.store-name {
  font-size: 1.05rem;
  font-weight: 900;
}

.hero-proof {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 2rem;
  max-width: 620px;
}

.hero-proof div,
.hero-dashboard,
.pain-grid article,
.pricing-card,
.curriculum-grid article,
.faq-item {
  backdrop-filter: blur(16px);
  border: 1px solid rgb(255 255 255 / 0.14);
  border-radius: 0.75rem;
}

.hero-proof div {
  background: rgb(255 255 255 / 0.12);
  padding: 1rem;
}

.hero-proof strong {
  display: block;
  font-size: 1.65rem;
  font-weight: 950;
}

.hero-proof span {
  color: #cbd5e1;
  display: block;
  font-size: 0.86rem;
  font-weight: 750;
  margin-top: 0.25rem;
}

.hero-dashboard {
  align-self: end;
  background: rgb(255 255 255 / 0.9);
  box-shadow: 0 34px 90px rgb(0 0 0 / 0.28);
  color: var(--ink);
  margin-left: auto;
  max-width: 400px;
  padding: 1.15rem;
  width: 100%;
}

.dashboard-topline,
.dashboard-grid {
  display: flex;
  gap: 0.75rem;
  justify-content: space-between;
}

.dashboard-topline span,
.dashboard-score span,
.dashboard-grid span {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 800;
}

.dashboard-topline strong {
  background: #dbeafe;
  border-radius: 999px;
  color: #1e40af;
  font-size: 0.75rem;
  padding: 0.25rem 0.65rem;
}

.dashboard-score {
  background: #eff6ff;
  border-radius: 0.65rem;
  margin-top: 1rem;
  padding: 1rem;
}

.dashboard-score strong {
  display: block;
  font-size: 2.5rem;
  font-weight: 950;
  margin-top: 0.25rem;
}

.dashboard-score i {
  background: #dbeafe;
  border-radius: 999px;
  display: block;
  height: 0.55rem;
  margin-top: 0.75rem;
  overflow: hidden;
}

.dashboard-score b {
  background: var(--blue);
  border-radius: inherit;
  display: block;
  height: 100%;
}

.dashboard-grid {
  margin-top: 0.75rem;
}

.dashboard-grid div {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 0.65rem;
  flex: 1;
  padding: 0.9rem;
}

.dashboard-grid strong {
  display: block;
  font-size: 1.45rem;
  font-weight: 950;
}

.dashboard-note {
  background: var(--ink);
  border-radius: 0.65rem;
  color: #e0f2fe;
  font-size: 0.9rem;
  font-weight: 750;
  line-height: 1.55;
  margin-top: 0.75rem;
  padding: 1rem;
}

.section-band {
  padding: 5.5rem 1.25rem;
}

.section-white {
  background: var(--paper);
}

.section-inner {
  margin-inline: auto;
  max-width: 1180px;
}

.section-heading {
  max-width: 760px;
}

.wide-heading {
  max-width: 920px;
}

.section-heading h2,
.split-layout h2,
.download-cta h2 {
  color: var(--ink);
  font-size: clamp(2.25rem, 5vw, 4.3rem);
  margin-top: 0.75rem;
}

.section-heading p:not(.eyebrow),
.section-copy,
.download-cta p {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.75;
  margin-top: 1rem;
}

.pain-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 2rem;
}

.pain-grid article,
.pricing-card,
.curriculum-grid article,
.faq-item {
  background: #ffffff;
  border-color: var(--line);
  padding: 1.35rem;
}

.pain-grid h3,
.step-list h3,
.curriculum-grid h3 {
  color: var(--ink);
  font-size: 1.08rem;
  font-weight: 900;
}

.pain-grid p,
.step-list p,
.curriculum-grid p,
.faq-item p {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.7;
  margin-top: 0.65rem;
}

.product-story,
.mission-section {
  background:
    linear-gradient(180deg, rgb(239 246 255 / 0.72), rgb(240 253 250 / 0.7)),
    var(--wash);
}

.split-layout {
  align-items: center;
  display: grid;
  gap: 3rem;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.reverse-layout {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
}

.step-list {
  display: grid;
  gap: 0.8rem;
  margin-top: 2rem;
}

.step-list article {
  align-items: flex-start;
  background: rgb(255 255 255 / 0.72);
  border: 1px solid var(--line);
  border-radius: 0.75rem;
  display: flex;
  gap: 1rem;
  padding: 1rem;
}

.step-list span {
  align-items: center;
  background: var(--ink);
  border-radius: 999px;
  color: white;
  display: inline-flex;
  flex: 0 0 auto;
  font-weight: 950;
  height: 2.15rem;
  justify-content: center;
  width: 2.15rem;
}

.image-panel {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 1rem;
  box-shadow: 0 28px 80px rgb(15 23 42 / 0.15);
  margin: 0;
  overflow: hidden;
}

.image-panel img {
  display: block;
  height: auto;
  width: 100%;
}

.pricing-section {
  background:
    radial-gradient(circle at 80% 12%, rgb(20 184 166 / 0.18), transparent 32rem),
    linear-gradient(180deg, #f8fafc 0%, #eaf4f7 100%);
}

.pricing-heading {
  margin-inline: auto;
  max-width: 840px;
  text-align: center;
}

.pricing-grid {
  display: grid;
  align-items: stretch;
  gap: 1.15rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 2.4rem;
}

.pricing-card {
  border-width: 2px;
  box-shadow: 0 22px 60px rgb(15 23 42 / 0.08);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  position: relative;
}

.pricing-card-featured {
  background: linear-gradient(160deg, #0b1730, #123f65);
  border-color: #38bdf8;
  box-shadow: 0 28px 72px rgb(15 23 42 / 0.25);
  color: white;
  transform: translateY(-0.7rem);
}

.pricing-top {
  align-items: flex-start;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}

.pricing-top p {
  color: var(--teal);
  font-size: 0.75rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.pricing-card-featured .pricing-top p {
  color: #99f6e4;
}

.pricing-top h3 {
  color: inherit;
  font-size: 2rem;
  font-weight: 950;
  margin-top: 0.4rem;
}

.pricing-top span {
  background: var(--yellow);
  border-radius: 999px;
  color: var(--ink);
  font-size: 0.72rem;
  font-weight: 950;
  padding: 0.3rem 0.7rem;
}

.plan-audience {
  background: rgb(15 118 110 / 0.1);
  border-radius: 999px;
  color: var(--teal);
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 900;
  margin-top: 1rem;
  padding: 0.35rem 0.75rem;
  width: fit-content;
}

.pricing-card-featured .plan-audience {
  background: rgb(153 246 228 / 0.16);
  color: #99f6e4;
}

.price-line {
  font-size: clamp(3rem, 6vw, 4.2rem);
  font-weight: 950;
  line-height: 1;
  margin-top: 1.3rem;
}

.price-line span {
  color: inherit;
  display: block;
  font-size: 0.85rem;
  font-weight: 800;
  margin-top: 0.35rem;
  opacity: 0.72;
}

.pricing-card ul {
  display: grid;
  gap: 0.75rem;
  margin: 1.4rem 0 0;
  padding: 0;
}

.pricing-card li {
  color: inherit;
  font-size: 0.92rem;
  line-height: 1.55;
  list-style: none;
  opacity: 0.82;
}

.pricing-card li::before {
  color: var(--teal);
  content: "✓";
  font-weight: 950;
  margin-right: 0.45rem;
}

.pricing-card-featured li::before {
  color: var(--yellow);
}

.pricing-card a {
  background: var(--ink);
  border-radius: 0.5rem;
  color: white;
  display: inline-flex;
  font-size: 0.95rem;
  font-weight: 900;
  justify-content: center;
  margin-top: auto;
  padding: 0.85rem 1rem;
  text-decoration: none;
}

.pricing-card-featured a {
  background: white;
  color: var(--ink);
}

.curriculum-grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1.75rem;
}

.curriculum-grid p {
  margin-top: 0.45rem;
}

.faq-layout {
  display: grid;
  gap: 2rem;
  grid-template-columns: 0.8fr 1.2fr;
}

.faq-grid {
  display: grid;
  gap: 0.75rem;
}

.faq-item {
  background: #ffffff;
  border-color: var(--line);
  overflow: hidden;
  padding: 0;
}

.faq-item summary {
  align-items: center;
  color: var(--ink);
  cursor: pointer;
  display: flex;
  font-weight: 900;
  gap: 1rem;
  justify-content: space-between;
  list-style: none;
  padding: 1.2rem 1.35rem;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary:focus-visible {
  outline: 3px solid rgb(37 99 235 / 0.35);
  outline-offset: -3px;
}

.faq-item p {
  border-top: 1px solid var(--line);
  margin: 0;
  padding: 1rem 1.35rem 1.25rem;
}

.faq-marker::before {
  color: var(--blue);
  content: "+";
  font-size: 1.25rem;
  font-weight: 950;
}

.faq-item[open] .faq-marker::before {
  content: "-";
}

.download-cta {
  background:
    linear-gradient(90deg, rgb(8 17 31 / 0.92), rgb(8 17 31 / 0.78)),
    url("/static/img/skorhero-hero-world.png") center / cover;
  color: white;
  padding: 4.5rem 1.25rem;
}

.download-cta-inner {
  align-items: center;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1fr) auto;
}

.download-cta h2 {
  color: white;
  max-width: 720px;
}

.download-cta p:not(.eyebrow) {
  color: #dbeafe;
  max-width: 660px;
}

.download-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  justify-content: flex-end;
}

@media (width >= 900px) {
  .home-hero-content {
    grid-template-columns: minmax(0, 1fr) 25rem;
  }
}

@media (width < 900px) {
  .home-hero,
  .home-hero-content {
    min-height: auto;
  }

  .home-hero-content,
  .split-layout,
  .reverse-layout,
  .download-cta-inner,
  .faq-layout,
  .pain-grid,
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .home-hero-content {
    padding-top: 4rem;
  }

  .hero-dashboard {
    margin-left: 0;
  }

  .section-band {
    padding-block: 4rem;
  }

  .pricing-card-featured {
    transform: none;
  }

  .download-actions {
    justify-content: flex-start;
  }
}

@media (width < 640px) {
  .hero-proof,
  .curriculum-grid {
    grid-template-columns: 1fr;
  }

  .store-button {
    width: 100%;
  }

  .hero-copy h1 {
    font-size: clamp(2.8rem, 16vw, 4.2rem);
  }
}
