:root {
  --ink: #17231f;
  --muted: #68736e;
  --cream: #f7f2e9;
  --paper: #fffcf7;
  --line: #e7ded0;
  --orange: #ee6b3a;
  --orange-dark: #c94d24;
  --yellow: #f6bf4a;
  --green: #2c6b57;
  --green-soft: #ddebe4;
  --shadow: 0 24px 60px rgba(23, 35, 31, 0.08);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --content-width: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "DM Sans", "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top right, rgba(238, 107, 58, 0.14), transparent 22rem),
    linear-gradient(180deg, #fff8ea 0%, #f7f2e9 42%, #fffcf7 100%);
}

a {
  color: inherit;
}

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

.shell {
  width: min(var(--content-width), calc(100vw - 2rem));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(18px);
  background: rgba(255, 252, 247, 0.84);
  border-bottom: 1px solid rgba(231, 222, 208, 0.8);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.brand__mark {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.8rem;
  display: grid;
  place-items: center;
  background: var(--cream) url("/assets/app-icon.png") center / cover no-repeat;
  color: transparent;
  font-size: 1.1rem;
  box-shadow: 0 10px 24px rgba(238, 107, 58, 0.22);
}

.brand__text {
  display: grid;
  gap: 0.08rem;
}

.brand__name {
  font-size: 1.15rem;
}

.brand__tag {
  font-size: 0.72rem;
  color: var(--muted);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.nav {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.nav a {
  text-decoration: none;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 700;
}

.nav a:hover,
.nav a:focus-visible {
  color: var(--orange-dark);
}

.hero {
  padding: 4rem 0 2.5rem;
}

.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 2rem;
  align-items: center;
}

.eyebrow,
.pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 999px;
  padding: 0.45rem 0.85rem;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow {
  color: var(--orange-dark);
  background: rgba(238, 107, 58, 0.1);
}

.hero h1,
.page-hero h1 {
  margin: 1rem 0 0;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2.8rem, 7vw, 5rem);
  line-height: 0.96;
  letter-spacing: -0.06em;
}

.hero p,
.page-hero p {
  max-width: 40rem;
  margin: 1.25rem 0 0;
  color: var(--muted);
  font-size: 1.1rem;
  line-height: 1.7;
}

.hero__actions,
.footer__links,
.legal-links,
.support-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.hero__actions {
  margin-top: 1.75rem;
}

.button,
.button--ghost,
.button--muted {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  padding: 0.8rem 1.2rem;
  border-radius: var(--radius-md);
  text-decoration: none;
  font-weight: 800;
  transition: transform 120ms ease, box-shadow 120ms ease, border-color 120ms ease;
}

.button {
  background: var(--orange);
  color: #fff;
  box-shadow: 0 16px 32px rgba(238, 107, 58, 0.26);
}

.button:hover,
.button:focus-visible,
.button--ghost:hover,
.button--ghost:focus-visible,
.button--muted:hover,
.button--muted:focus-visible {
  transform: translateY(-1px);
}

.button--ghost {
  border: 1px solid var(--line);
  background: rgba(255, 252, 247, 0.84);
  color: var(--ink);
}

.button--muted {
  background: rgba(23, 35, 31, 0.06);
  color: var(--muted);
  cursor: default;
}

.hero__status {
  display: grid;
  gap: 1rem;
  padding: 1.4rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: var(--radius-xl);
  background: linear-gradient(160deg, #1f5647 0%, #2d705b 68%, #356d5c 100%);
  color: #fff;
  box-shadow: var(--shadow);
}

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

.hero__status h2 {
  margin: 0.75rem 0 0;
  font-size: 1.75rem;
  line-height: 1.1;
}

.hero__status p,
.hero__status li,
.hero__status strong {
  color: #d8e6df;
}

.hero__status ul,
.list,
.faq,
.legal,
.support-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero__status li,
.list li,
.support-list li {
  padding: 0.85rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  line-height: 1.55;
}

.hero__status li:first-child,
.list li:first-child,
.support-list li:first-child {
  border-top: 0;
}

.hero__status small {
  color: #f8d98a;
  line-height: 1.55;
}

.hero__visual {
  position: relative;
  min-height: 42rem;
  display: grid;
  place-items: center;
  padding: 2rem;
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 78% 18%, rgba(246, 191, 74, 0.48), transparent 18rem),
    linear-gradient(160deg, #1f5647 0%, #2d705b 72%, #356d5c 100%);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.phone-frame {
  width: min(18.5rem, 78vw);
  padding: 0.55rem;
  border-radius: 2.75rem;
  background: #10241e;
  box-shadow: 0 34px 70px rgba(10, 27, 22, 0.4);
  transform: rotate(2.5deg);
}

.phone-frame img {
  width: 100%;
  border-radius: 2.25rem;
}

.hero__visual-note {
  position: absolute;
  right: 1.25rem;
  bottom: 1.25rem;
  display: grid;
  gap: 0.45rem;
  padding: 0.9rem 1rem;
  border-radius: 1rem;
  color: #fff;
  background: rgba(16, 36, 30, 0.88);
  backdrop-filter: blur(14px);
}

.hero__visual-note .pill {
  color: var(--yellow);
  padding: 0;
}

.stats,
.grid-3,
.grid-2,
.levels,
.faq-grid {
  display: grid;
  gap: 1rem;
}

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

.card,
.metric,
.panel,
.level-card,
.faq-item {
  background: rgba(255, 252, 247, 0.9);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.metric {
  padding: 1.35rem;
}

.metric strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.06em;
}

.metric span {
  display: block;
  margin-top: 0.3rem;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.55;
}

.section {
  padding: 2rem 0;
}

.section__header {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  max-width: 44rem;
  margin-bottom: 1.5rem;
}

.section__header h2,
.section__header h3,
.faq-item h3,
.panel h3,
.level-card h3 {
  margin: 0;
  font-family: "Fraunces", Georgia, serif;
  letter-spacing: -0.04em;
}

.section__header h2 {
  font-size: clamp(2rem, 4vw, 3rem);
}

.section__header p,
.panel p,
.faq-item p,
.level-card p,
.legal p,
.legal li {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.panel {
  padding: 1.5rem;
}

.panel h3 {
  font-size: 1.35rem;
  margin-bottom: 0.75rem;
}

.panel strong {
  color: var(--ink);
}

.panel__tag {
  display: inline-flex;
  margin-bottom: 0.9rem;
  color: var(--orange-dark);
  background: rgba(238, 107, 58, 0.1);
}

.timeline {
  display: grid;
  gap: 0.9rem;
}

.timeline__item {
  display: grid;
  grid-template-columns: 3.5rem minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  padding: 1rem 1.1rem;
  background: rgba(255, 255, 255, 0.45);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
}

.timeline__step {
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: var(--orange);
  color: #fff;
  font-weight: 800;
}

.levels {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.level-card {
  padding: 1.25rem;
}

.level-card strong {
  display: inline-flex;
  margin-bottom: 0.8rem;
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  background: var(--green-soft);
  color: var(--green);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
}

.faq-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.faq-item {
  padding: 1.4rem;
}

.faq-item h3 {
  font-size: 1.25rem;
  margin-bottom: 0.65rem;
}

.beta-strip {
  margin: 2.5rem 0 0;
  padding: 1.6rem;
  border-radius: var(--radius-xl);
  background: linear-gradient(135deg, rgba(246, 191, 74, 0.16), rgba(238, 107, 58, 0.16));
  border: 1px solid rgba(201, 77, 36, 0.16);
}

.beta-strip h2,
.cta-band h2,
.page-hero h1,
.legal h2,
.support-card h2 {
  margin: 0;
  font-family: "Fraunces", Georgia, serif;
  letter-spacing: -0.04em;
}

.beta-strip p,
.cta-band p,
.support-card p,
.support-card li {
  color: var(--muted);
  line-height: 1.7;
}

.cta-band {
  margin: 2.5rem 0 4rem;
  padding: 2rem;
  border-radius: var(--radius-xl);
  background: var(--ink);
  color: #fff;
}

.cta-band p {
  color: #d2ddd8;
}

.site-footer {
  padding: 1.6rem 0 2.5rem;
  border-top: 1px solid var(--line);
}

.site-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.footer__meta {
  color: var(--muted);
  font-size: 0.92rem;
}

.footer__links a {
  color: var(--muted);
  text-decoration: none;
  font-weight: 700;
}

.footer__links a:hover,
.footer__links a:focus-visible {
  color: var(--orange-dark);
}

.page-hero {
  padding: 3.5rem 0 1.75rem;
}

.page-hero .pill {
  color: var(--green);
  background: var(--green-soft);
}

.legal-layout,
.support-layout {
  display: grid;
  gap: 1.5rem;
  padding-bottom: 3rem;
}

.legal,
.support-card {
  padding: 1.6rem;
}

.legal h2,
.support-card h2 {
  font-size: 1.7rem;
  margin-bottom: 0.9rem;
}

.legal h3 {
  margin: 1.2rem 0 0.45rem;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--orange-dark);
}

.legal ul {
  display: grid;
  gap: 0.45rem;
  padding-left: 1.1rem;
}

.legal-links a,
.support-links a {
  text-decoration: none;
}

.support-card {
  background: rgba(255, 252, 247, 0.94);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.support-card strong {
  color: var(--ink);
}

.support-card code {
  padding: 0.15rem 0.35rem;
  border-radius: 0.4rem;
  background: rgba(23, 35, 31, 0.08);
}

.notice {
  padding: 1rem 1.1rem;
  border-radius: var(--radius-md);
  background: rgba(221, 235, 228, 0.74);
  color: var(--green);
}

.small {
  font-size: 0.95rem;
}

.empty-state {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 2rem;
}

.empty-state__card {
  width: min(34rem, 100%);
  padding: 2rem;
  text-align: center;
}

@media (max-width: 980px) {
  .hero__grid,
  .grid-3,
  .grid-2,
  .faq-grid,
  .levels {
    grid-template-columns: 1fr;
  }

  .stats {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .nav {
    display: none;
  }

  .hero {
    padding-top: 2.7rem;
  }

  .hero h1,
  .page-hero h1 {
    line-height: 1;
  }

  .site-header__inner,
  .site-footer__inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Homepage */
.home-page {
  background: #f8f1e6;
}

.home-header {
  background: rgba(248, 241, 230, 0.9);
}

.home-hero {
  position: relative;
  overflow: hidden;
  padding: 4rem 0 4.5rem;
}

.home-hero::before {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 8%, rgba(246, 191, 74, 0.2), transparent 22rem),
    radial-gradient(circle at 92% 70%, rgba(44, 107, 87, 0.12), transparent 28rem);
  content: "";
  pointer-events: none;
}

.home-hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(27rem, 0.92fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
}

.home-hero__copy {
  padding: 1.5rem 0;
}

.home-hero h1,
.home-heading h2,
.home-tension h2,
.product-copy h2,
.home-cta h2 {
  margin: 0;
  font-family: "Fraunces", Georgia, serif;
  letter-spacing: -0.06em;
}

.home-hero h1 {
  max-width: 48rem;
  margin-top: 1.3rem;
  font-size: clamp(3.3rem, 6.2vw, 5.6rem);
  line-height: 0.92;
}

.home-hero__lede {
  max-width: 42rem;
  margin: 1.65rem 0 0;
  color: #58655f;
  font-size: clamp(1.05rem, 1.6vw, 1.22rem);
  line-height: 1.7;
}

.home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.4rem;
  margin-top: 2rem;
}

.home-hero__note {
  margin: 1.7rem 0 0;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.home-button {
  gap: 0.65rem;
  padding-inline: 1.35rem;
}

.text-link {
  padding: 0.75rem 0;
  color: var(--ink);
  font-weight: 800;
  text-decoration: none;
}

.text-link span {
  display: inline-block;
  margin-left: 0.35rem;
  color: var(--orange-dark);
}

.home-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  max-width: 46rem;
  margin: 2.5rem 0 0;
  padding: 1.3rem 0 0;
  border-top: 1px solid rgba(23, 35, 31, 0.14);
  list-style: none;
}

.home-proof li {
  display: grid;
  gap: 0.25rem;
}

.home-proof strong {
  font-size: 1.35rem;
  letter-spacing: -0.04em;
}

.home-proof span {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.4;
}

.home-hero__stage {
  position: relative;
  min-height: 33rem;
  display: grid;
  place-items: center;
  isolation: isolate;
}

.home-hero__stage::before {
  position: absolute;
  width: min(29rem, 90%);
  aspect-ratio: 1;
  border-radius: 50%;
  background: #285e4e;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14), 0 40px 80px rgba(23, 35, 31, 0.14);
  content: "";
  z-index: -2;
}

.stage-orbit {
  position: absolute;
  border: 1px solid rgba(246, 191, 74, 0.6);
  border-radius: 50%;
  z-index: -1;
}

.stage-orbit--one {
  width: 28rem;
  height: 20rem;
  transform: rotate(28deg);
}

.stage-orbit--two {
  width: 25rem;
  height: 34rem;
  transform: rotate(-24deg);
  opacity: 0.55;
}

.home-phone {
  width: min(16rem, 68vw);
  height: 29rem;
  padding: 0.48rem;
  overflow: hidden;
  border-radius: 2.65rem;
  background: #10241e;
  box-shadow: 0 38px 80px rgba(11, 30, 24, 0.44);
  transform: rotate(2deg);
}

.home-phone img {
  width: 100%;
  height: auto;
  border-radius: 2.2rem;
}

.preview-label {
  position: absolute;
  right: 1.2rem;
  bottom: 2rem;
  padding: 0.55rem 0.75rem;
  border-radius: 999px;
  color: #fff;
  background: rgba(16, 36, 30, 0.88);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.float-card {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 13.5rem;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 1rem;
  background: rgba(255, 252, 247, 0.94);
  box-shadow: 0 20px 45px rgba(23, 35, 31, 0.17);
  backdrop-filter: blur(12px);
}

.float-card--top {
  top: 9rem;
  right: -0.6rem;
}

.float-card--bottom {
  left: -1.4rem;
  bottom: 8.8rem;
}

.float-card__icon {
  width: 2.4rem;
  height: 2.4rem;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 0.75rem;
  color: #fff;
  background: var(--green);
  font-weight: 800;
}

.float-card__icon--orange {
  background: var(--orange);
}

.float-card span:last-child {
  display: grid;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.4;
}

.float-card strong {
  color: var(--ink);
  font-size: 0.9rem;
}

.home-tension {
  padding: 4.5rem 0;
  color: #fff;
  background: var(--ink);
}

.home-tension__grid {
  display: grid;
  grid-template-columns: minmax(8rem, 0.32fr) minmax(0, 1fr);
  gap: 2rem;
}

.home-kicker {
  margin: 0;
  color: #f8c76c;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.home-tension h2 {
  max-width: 52rem;
  font-size: clamp(2.7rem, 5.4vw, 5rem);
  line-height: 0.98;
}

.home-tension h2::first-line {
  color: #ffe5b1;
}

.home-tension__grid > div > p {
  max-width: 46rem;
  margin: 1.5rem 0 0;
  color: #b9c7c0;
  font-size: 1.08rem;
  line-height: 1.75;
}

.home-section {
  padding: 5.5rem 0;
}

.home-section--paper {
  background: #fffcf7;
}

.home-heading {
  margin-bottom: 2.6rem;
}

.home-heading--split {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(18rem, 0.55fr);
  gap: 4rem;
  align-items: end;
}

.home-heading h2,
.product-copy h2 {
  margin-top: 1rem;
  font-size: clamp(2.7rem, 5.2vw, 4.7rem);
  line-height: 0.98;
}

.home-heading > p,
.product-copy > p {
  margin: 0;
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.72;
}

.home-heading--center {
  max-width: 48rem;
  margin-inline: auto;
  text-align: center;
}

.home-heading--center > p {
  margin-top: 1.1rem;
}

.eyebrow--green {
  color: var(--green);
  background: var(--green-soft);
}

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

.method-card {
  position: relative;
  min-height: 17rem;
  padding: 1.5rem;
  overflow: hidden;
  border: 1px solid rgba(23, 35, 31, 0.1);
  border-radius: 1.5rem;
}

.method-card::after {
  position: absolute;
  right: -4rem;
  bottom: -5rem;
  width: 14rem;
  height: 14rem;
  border: 1px solid rgba(23, 35, 31, 0.12);
  border-radius: 50%;
  content: "";
}

.method-card--orange {
  background: #f9d6c5;
}

.method-card--yellow {
  background: #f8e7aa;
}

.method-card--green {
  background: #cfe3d8;
}

.method-card__number {
  color: rgba(23, 35, 31, 0.55);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.method-card__icon {
  width: 5rem;
  height: 5rem;
  display: grid;
  place-items: center;
  margin: 1.5rem 0 1.2rem;
  border: 1px solid rgba(23, 35, 31, 0.13);
  border-radius: 1.4rem;
  background: rgba(255, 255, 255, 0.38);
  font-family: "Fraunces", Georgia, serif;
  font-size: 2.8rem;
}

.method-card h3 {
  margin: 0;
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.65rem;
  letter-spacing: -0.04em;
}

.method-card p {
  max-width: 21rem;
  margin: 0.8rem 0 0;
  color: #52605a;
  line-height: 1.65;
}

.product-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(31rem, 1.1fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: center;
}

.product-copy > p {
  margin-top: 1.3rem;
}

.feature-list {
  display: grid;
  margin-top: 2.2rem;
  border-top: 1px solid var(--line);
}

.feature-list article {
  display: grid;
  grid-template-columns: 2.5rem 1fr;
  gap: 0.85rem;
  padding: 1.2rem 0;
  border-bottom: 1px solid var(--line);
}

.feature-list article > span {
  color: var(--orange-dark);
  font-size: 0.78rem;
  font-weight: 800;
}

.feature-list h3,
.feature-list p {
  margin: 0;
}

.feature-list h3 {
  font-size: 1rem;
}

.feature-list p {
  margin-top: 0.25rem;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.product-board {
  position: relative;
  min-height: 31rem;
  border-radius: 2rem;
  background:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    var(--green);
  background-size: 2.5rem 2.5rem;
  box-shadow: 0 35px 70px rgba(23, 35, 31, 0.18);
}

.board-card,
.board-streak {
  position: absolute;
  display: grid;
  border-radius: 1.35rem;
  box-shadow: 0 20px 45px rgba(16, 36, 30, 0.2);
}

.board-card {
  padding: 1.35rem;
  background: #fffaf2;
}

.board-card--daily {
  top: 2.2rem;
  left: 3rem;
  width: 18.5rem;
  min-height: 16rem;
  transform: rotate(-3deg);
}

.board-card--daily .pill,
.board-card--mistake .pill {
  width: max-content;
  padding: 0.35rem 0.6rem;
  color: var(--orange-dark);
  background: rgba(238, 107, 58, 0.1);
  font-size: 0.65rem;
}

.board-card--daily > strong {
  margin-top: 1rem;
  font-family: "Fraunces", Georgia, serif;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: -0.05em;
}

.board-card small,
.board-streak {
  color: var(--muted);
}

.board-progress {
  height: 0.55rem;
  margin: 1.4rem 0 0.7rem;
  overflow: hidden;
  border-radius: 999px;
  background: #eadfd2;
}

.board-progress span {
  display: block;
  width: 72%;
  height: 100%;
  border-radius: inherit;
  background: var(--orange);
}

.board-card--score {
  top: 3.8rem;
  right: 2.4rem;
  width: 12rem;
  padding: 1.15rem;
  color: #fff;
  background: #162a24;
  transform: rotate(4deg);
}

.board-score {
  font-family: "Fraunces", Georgia, serif;
  color: #f8c76c;
  font-size: 2.7rem;
  line-height: 1;
}

.board-card--score small {
  margin-top: 0.35rem;
  color: #aabbb3;
}

.board-card--mistake {
  right: 3.2rem;
  bottom: 2.2rem;
  width: 21rem;
  min-height: 11rem;
  transform: rotate(2deg);
}

.board-card--mistake strong {
  margin-top: 1.4rem;
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.7rem;
  letter-spacing: -0.04em;
}

.board-card--mistake small {
  margin-top: 0.55rem;
}

.board-streak {
  left: 3.6rem;
  bottom: 3.7rem;
  grid-template-columns: auto 1fr;
  gap: 0.65rem;
  align-items: center;
  padding: 0.9rem 1rem;
  background: #f8e7aa;
  transform: rotate(-5deg);
}

.board-streak strong {
  color: var(--ink);
}

.level-path {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin-top: 3rem;
}

.level-path::before {
  position: absolute;
  top: 1.35rem;
  left: 9%;
  right: 9%;
  height: 2px;
  background: var(--line);
  content: "";
}

.level-path article {
  position: relative;
  display: grid;
  justify-items: center;
  padding: 0 1rem;
  text-align: center;
}

.level-path article > span {
  width: 2.8rem;
  height: 2.8rem;
  display: grid;
  place-items: center;
  z-index: 1;
  border: 5px solid #f8f1e6;
  border-radius: 50%;
  color: #fff;
  background: var(--green);
  font-size: 0.72rem;
  font-weight: 800;
}

.level-path article:nth-child(3) > span {
  background: var(--orange);
}

.level-path strong {
  margin-top: 1rem;
}

.level-path p {
  margin: 0.45rem 0 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.55;
}

.home-cta {
  padding: 5.5rem 0;
  color: #fff;
  background:
    radial-gradient(circle at 90% 20%, rgba(246, 191, 74, 0.3), transparent 22rem),
    #285e4e;
}

.home-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(18rem, 0.55fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: end;
}

.eyebrow--light {
  color: #ffe3aa;
  background: rgba(255, 255, 255, 0.1);
}

.home-cta h2 {
  max-width: 50rem;
  margin-top: 1.2rem;
  font-size: clamp(3rem, 5.7vw, 5.4rem);
  line-height: 0.95;
}

.home-cta__action p {
  margin: 0 0 1.4rem;
  color: #c8d9d1;
  line-height: 1.7;
}

.home-button--light {
  color: var(--ink);
  background: #f8c76c;
  box-shadow: 0 16px 32px rgba(16, 36, 30, 0.22);
}

.home-faq {
  padding-bottom: 5.5rem;
}

.home-faq__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.home-faq__grid article {
  padding: 1.5rem 0;
  border-top: 2px solid var(--ink);
}

.home-faq__grid h3,
.home-faq__grid p {
  margin: 0;
}

.home-faq__grid h3 {
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.3rem;
  letter-spacing: -0.03em;
}

.home-faq__grid p {
  margin-top: 0.75rem;
  color: var(--muted);
  line-height: 1.65;
}

.home-footer {
  background: #f8f1e6;
}

@media (max-width: 1060px) {
  .home-hero__grid,
  .product-grid {
    grid-template-columns: 1fr 0.82fr;
    gap: 2.5rem;
  }

  .float-card--top {
    right: -0.2rem;
  }

  .float-card--bottom {
    left: -0.2rem;
  }

  .board-card--daily {
    left: 1.5rem;
  }

  .board-card--score {
    right: 1.4rem;
  }

  .board-card--mistake {
    right: 1.4rem;
  }
}

@media (max-width: 860px) {
  .home-hero {
    padding-top: 3.5rem;
  }

  .home-hero__grid,
  .home-heading--split,
  .product-grid,
  .home-cta__inner,
  .home-tension__grid {
    grid-template-columns: 1fr;
  }

  .home-hero__copy {
    max-width: 46rem;
    padding-bottom: 0;
  }

  .home-hero__stage {
    min-height: 31rem;
  }

  .home-tension__grid,
  .home-heading--split,
  .home-cta__inner {
    gap: 1.5rem;
  }

  .method-grid {
    grid-template-columns: 1fr;
  }

  .method-card {
    min-height: 18rem;
  }

  .method-card__icon {
    margin: 2rem 0 1.5rem;
  }

  .product-grid {
    gap: 4rem;
  }

  .level-path {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .level-path::before {
    top: 1rem;
    bottom: 1rem;
    left: 1.35rem;
    right: auto;
    width: 2px;
    height: auto;
  }

  .level-path article {
    grid-template-columns: 2.8rem 10rem 1fr;
    justify-items: start;
    align-items: center;
    gap: 1rem;
    padding: 0.7rem 0;
    text-align: left;
  }

  .level-path strong,
  .level-path p {
    margin: 0;
  }

  .home-faq__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .home-hero,
  .home-section,
  .home-tension,
  .home-cta {
    padding-block: 3.6rem;
  }

  .home-hero {
    padding-top: 2.4rem;
  }

  .home-hero h1 {
    font-size: clamp(3.15rem, 15vw, 4.7rem);
  }

  .home-proof {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.6rem;
    margin-top: 1.8rem;
  }

  .home-proof li {
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
  }

  .home-proof strong {
    font-size: 1.05rem;
  }

  .home-proof span {
    font-size: 0.7rem;
  }

  .home-hero__stage {
    min-height: 25rem;
  }

  .home-hero__stage::before {
    width: 20rem;
  }

  .stage-orbit--one {
    width: 23rem;
    height: 17rem;
  }

  .stage-orbit--two {
    width: 18rem;
    height: 25rem;
  }

  .home-phone {
    width: 12.5rem;
    height: 22.5rem;
  }

  .float-card {
    min-width: 11.6rem;
    padding: 0.7rem;
  }

  .float-card--top {
    top: 5rem;
    right: 0;
  }

  .float-card--bottom {
    left: 0;
    bottom: 5rem;
  }

  .float-card__icon {
    width: 2rem;
    height: 2rem;
  }

  .home-heading h2,
  .product-copy h2,
  .home-tension h2,
  .home-cta h2 {
    font-size: clamp(2.55rem, 12vw, 3.7rem);
  }

  .home-heading {
    margin-bottom: 2rem;
  }

  .method-grid {
    gap: 0.7rem;
  }

  .method-card {
    min-height: 0;
    padding: 1.2rem;
  }

  .method-card__icon {
    width: 3.7rem;
    height: 3.7rem;
    margin: 1rem 0 1.1rem;
    border-radius: 1rem;
    font-size: 2rem;
  }

  .method-card h3 {
    font-size: 1.4rem;
  }

  .method-card p {
    margin-top: 0.45rem;
    font-size: 0.9rem;
  }

  .product-board {
    min-height: 25rem;
    margin-inline: -0.25rem;
  }

  .board-card--daily {
    top: 1.5rem;
    left: 1rem;
    width: 14.5rem;
    min-height: 13rem;
  }

  .board-card--score {
    top: 4.2rem;
    right: 0.65rem;
    width: 9.5rem;
  }

  .board-card--mistake {
    right: 0.8rem;
    bottom: 1.5rem;
    width: 16rem;
    min-height: 9.5rem;
  }

  .board-streak {
    left: 0.7rem;
    bottom: 3.8rem;
  }

  .level-path article {
    grid-template-columns: 2.8rem 1fr;
    gap: 0.75rem;
    padding-block: 0.5rem;
  }

  .level-path p {
    grid-column: 2;
    font-size: 0.8rem;
  }

  .home-faq {
    padding-bottom: 3rem;
  }

  .home-faq__grid article {
    padding-block: 1.1rem;
  }
}
