html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at top left, rgb(76 132 235 / 0.08), transparent 22%),
    linear-gradient(180deg, #f3f7fc 0%, #eef4fb 48%, #f8fafd 100%);
  color: #102038;
}

.public-shell {
  position: relative;
  min-height: 100vh;
  overflow: clip;
  background:
    radial-gradient(circle at top left, rgb(94 140 255 / 0.12), transparent 26%),
    radial-gradient(circle at top right, rgb(33 181 160 / 0.1), transparent 22%),
    linear-gradient(180deg, #f4f7fb 0%, #eef3fb 42%, #f8fafc 100%);
  color: #102038;
}

.public-shell::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 40rem;
  background:
    radial-gradient(circle at 14% 8%, rgb(76 132 235 / 0.18), transparent 23%),
    radial-gradient(circle at 80% 0%, rgb(20 167 144 / 0.12), transparent 24%),
    radial-gradient(circle at 50% 0%, rgb(255 255 255 / 0.86), transparent 48%);
  pointer-events: none;
}

.public-topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(18px);
  background: rgb(244 247 251 / 0.8);
  border-bottom: 1px solid rgb(140 160 190 / 0.16);
}

.public-topbar__inner,
.public-footer__inner {
  width: min(100% - 2rem, 1180px);
  margin-inline: auto;
}

.public-topbar__inner {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.95rem 0;
}

.public-brand,
.public-brand:hover {
  color: inherit;
  text-decoration: none;
}

.public-brand__logo,
.public-footer__logo {
  display: block;
  height: auto;
}

.public-brand__logo {
  width: clamp(9.5rem, 15vw, 12.75rem);
}

.public-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  flex: 1 1 auto;
  min-width: 0;
}

.public-nav a,
.public-footer__nav a,
.public-topbar__ghost,
.public-topbar__cta,
.public-footer__cta,
.landing-button {
  text-decoration: none;
  transition:
    color 160ms ease,
    border-color 160ms ease,
    background-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.public-nav a {
  padding: 0.55rem 0.8rem;
  border-radius: 999px;
  color: #445a79;
  font-size: 0.92rem;
  font-weight: 700;
}

.public-nav a:hover,
.public-nav a:focus-visible,
.public-footer__nav a:hover,
.public-footer__nav a:focus-visible,
.public-topbar__ghost:hover,
.public-topbar__ghost:focus-visible {
  color: #122645;
}

.public-topbar__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.public-topbar__ghost {
  color: #50657f;
  font-size: 0.92rem;
  font-weight: 700;
}

.public-topbar__cta,
.public-footer__cta,
.landing-button--primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.95rem;
  padding: 0.72rem 1.08rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #0c3f85 0%, #2f7ef7 100%);
  color: #f8fbff;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  box-shadow: 0 16px 28px rgb(31 86 178 / 0.18);
}

.public-topbar__cta:hover,
.public-topbar__cta:focus-visible,
.public-footer__cta:hover,
.public-footer__cta:focus-visible,
.landing-button--primary:hover,
.landing-button--primary:focus-visible {
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 22px 36px rgb(31 86 178 / 0.24);
}

.public-main {
  position: relative;
  z-index: 1;
  display: block;
}

.public-footer {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgb(133 155 188 / 0.18);
  background: rgb(247 250 253 / 0.82);
}

.public-footer__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 1.5rem;
  padding: 1.35rem 0 2rem;
}

.public-footer__brand {
  display: grid;
  gap: 0.65rem;
}

.public-footer__logo {
  width: 9.75rem;
}

.public-footer__brand p {
  margin: 0;
  max-width: 34rem;
  color: #53677f;
  font-size: 0.95rem;
  line-height: 1.6;
}

.public-footer__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.public-footer__nav a {
  color: #53677f;
  font-size: 0.92rem;
  font-weight: 700;
}

.landing-page {
  position: relative;
  overflow: clip;
  color: #102038;
}

.landing-page [id] {
  scroll-margin-top: 6.4rem;
}

.landing-shell {
  width: min(100% - 2rem, 1180px);
  margin-inline: auto;
}

.landing-hero,
.landing-section {
  position: relative;
}

.landing-hero {
  padding: clamp(2.6rem, 4vw, 4rem) 0 clamp(2.9rem, 5vw, 4.8rem);
}

.landing-section {
  padding: clamp(1.6rem, 3vw, 2.5rem) 0;
}

.landing-eyebrow,
.hero-surface__eyebrow,
.landing-loop-card__eyebrow,
.landing-review-card__eyebrow,
.landing-live-shell__eyebrow,
.hero-phone__label {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-bottom: 0.7rem;
  color: #2c598d;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.landing-page h1,
.landing-page h2 {
  margin: 0;
  color: #081526;
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  letter-spacing: -0.045em;
  line-height: 0.94;
}

.landing-page h3 {
  margin: 0;
  color: #0f2441;
  letter-spacing: -0.025em;
}

.landing-page p {
  margin: 0;
}

.landing-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(22rem, 0.98fr);
  gap: clamp(1.5rem, 3vw, 2.4rem);
  align-items: center;
}

.landing-hero__copy {
  display: grid;
  gap: 1.1rem;
}

.landing-hero__copy h1 {
  max-width: 10.5ch;
  font-size: clamp(3.4rem, 8vw, 6.5rem);
}

.landing-hero__lead,
.landing-section-heading p,
.landing-copy-block p,
.landing-review-card p,
.hero-surface p,
.hero-phone__card p,
.landing-loop-card p,
.landing-feature-list__item span,
.landing-review-stack__item span,
.landing-plan-stack__item span,
.landing-compare-row__column span,
.landing-final-card p {
  color: #53677f;
  line-height: 1.7;
}

.landing-hero__lead {
  max-width: 38rem;
  font-size: 1.08rem;
}

.landing-hero__actions,
.landing-final-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.landing-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.35rem;
  padding: 0.82rem 1.35rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.landing-button--secondary {
  border-color: rgb(90 121 164 / 0.2);
  background: rgb(255 255 255 / 0.68);
  color: #112644;
  box-shadow: 0 14px 26px rgb(18 43 79 / 0.08);
}

.landing-button--secondary:hover,
.landing-button--secondary:focus-visible {
  color: #0d2440;
  border-color: rgb(70 107 158 / 0.28);
  transform: translateY(-1px);
}

.landing-proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.landing-proof-pill {
  display: inline-flex;
  align-items: center;
  min-height: 2.25rem;
  padding: 0.42rem 0.8rem;
  border-radius: 999px;
  background: rgb(255 255 255 / 0.74);
  border: 1px solid rgb(93 124 166 / 0.16);
  color: #28496d;
  font-size: 0.89rem;
  font-weight: 700;
  box-shadow: 0 14px 26px rgb(15 36 65 / 0.06);
}

.landing-hero__visual {
  position: relative;
  min-height: 34rem;
  padding-right: 2rem;
}

.hero-board,
.hero-phone,
.landing-loop-card,
.landing-live-shell,
.landing-fit-card,
.landing-review-card,
.landing-final-card {
  border: 1px solid rgb(92 121 165 / 0.14);
  background: rgb(255 255 255 / 0.74);
  box-shadow:
    0 26px 60px rgb(16 34 56 / 0.1),
    0 1px 0 rgb(255 255 255 / 0.9) inset;
  backdrop-filter: blur(18px);
}

.hero-board {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1rem;
  padding: 1.2rem;
  border-radius: 1.9rem;
  background: linear-gradient(180deg, rgb(255 255 255 / 0.84) 0%, rgb(241 246 255 / 0.82) 100%);
}

.hero-board__topbar,
.hero-phone__status,
.landing-live-shell__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.9rem;
}

.hero-board__chrome {
  display: inline-flex;
  gap: 0.35rem;
}

.hero-board__chrome span {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 999px;
  background: rgb(142 167 202 / 0.46);
}

.hero-board__label {
  color: #5b6f89;
  font-size: 0.86rem;
  font-weight: 700;
}

.hero-board__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.hero-surface {
  display: grid;
  gap: 0.35rem;
  min-height: 10rem;
  padding: 1rem;
  border-radius: 1.3rem;
  border: 1px solid rgb(99 126 167 / 0.12);
  background: linear-gradient(180deg, rgb(255 255 255 / 0.98) 0%, rgb(245 248 253 / 0.96) 100%);
}

.hero-surface strong,
.hero-phone strong {
  font-size: 1.08rem;
}

.hero-surface__meta {
  margin-top: auto;
  color: #294e79;
  font-size: 0.84rem;
  font-weight: 800;
}

.hero-surface--build {
  box-shadow: inset 0 0 0 1px rgb(74 120 197 / 0.08);
}

.hero-surface--train {
  background: linear-gradient(180deg, rgb(255 255 255 / 0.98) 0%, rgb(241 251 248 / 0.98) 100%);
}

.hero-surface--review {
  background: linear-gradient(180deg, rgb(255 255 255 / 0.98) 0%, rgb(245 249 255 / 0.98) 100%);
}

.hero-surface--adapt {
  background: linear-gradient(180deg, rgb(255 255 255 / 0.98) 0%, rgb(249 247 255 / 0.98) 100%);
}

.hero-board__footer {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.hero-board__footer span,
.hero-phone__chips span,
.hero-phone__actions span,
.landing-strategy-row span,
.landing-fit-group__chips span,
.landing-not-row span {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.38rem 0.72rem;
  border-radius: 999px;
  border: 1px solid rgb(86 117 162 / 0.15);
  background: rgb(246 249 254 / 0.96);
  color: #395879;
  font-size: 0.84rem;
  font-weight: 700;
}

.hero-phone {
  position: absolute;
  right: 0;
  bottom: -1.2rem;
  z-index: 2;
  display: grid;
  gap: 0.8rem;
  width: min(19rem, 72%);
  padding: 1rem;
  border-radius: 1.65rem;
  background: linear-gradient(180deg, rgb(10 27 49 / 0.98) 0%, rgb(15 34 61 / 0.97) 100%);
  color: #eef5ff;
  box-shadow:
    0 30px 54px rgb(9 18 33 / 0.34),
    0 1px 0 rgb(255 255 255 / 0.08) inset;
}

.hero-phone__status {
  align-items: flex-start;
}

.hero-phone__status .landing-eyebrow,
.hero-phone__label {
  margin-bottom: 0.45rem;
  color: #8ebeff;
}

.hero-phone__readiness {
  display: grid;
  place-items: center;
  min-width: 4.8rem;
  min-height: 4.8rem;
  padding: 0.45rem;
  border-radius: 1.2rem;
  background: rgb(255 255 255 / 0.06);
  border: 1px solid rgb(255 255 255 / 0.08);
  text-align: center;
}

.hero-phone__readiness small,
.hero-phone__session-head,
.landing-live-shell__header span,
.landing-live-panel small,
.landing-review-stack__item strong,
.landing-compare-row__column small,
.landing-fit-group__title,
.landing-loop-card__meta {
  font-size: 0.8rem;
}

.hero-phone__card,
.landing-live-panel,
.landing-review-stack__item,
.landing-plan-stack__item,
.landing-feature-list__item {
  display: grid;
  gap: 0.35rem;
  padding: 0.9rem;
  border-radius: 1.05rem;
  border: 1px solid rgb(93 125 171 / 0.12);
  background: rgb(255 255 255 / 0.92);
}

.hero-phone__card {
  background: rgb(255 255 255 / 0.08);
  border-color: rgb(255 255 255 / 0.08);
}

.hero-phone__card p,
.hero-phone__session-head,
.landing-section-heading--contrast p,
.landing-compare-row__column span {
  color: rgb(226 236 248 / 0.82);
}

.hero-phone__card--accent {
  background: linear-gradient(180deg, rgb(49 126 245 / 0.22) 0%, rgb(255 255 255 / 0.08) 100%);
}

.hero-phone__chips,
.hero-phone__actions,
.landing-strategy-row,
.landing-not-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.hero-phone__chips span,
.hero-phone__actions span {
  background: rgb(255 255 255 / 0.06);
  border-color: rgb(255 255 255 / 0.08);
  color: #d7e5f8;
}

.landing-section-heading {
  display: grid;
  gap: 0.75rem;
  max-width: 42rem;
  margin-bottom: 1.3rem;
}

.landing-section-heading h2,
.landing-copy-block h2,
.landing-final-card h2 {
  font-size: clamp(2.15rem, 4vw, 3.6rem);
}

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

.landing-loop-card {
  display: grid;
  gap: 0.65rem;
  min-height: 18rem;
  padding: 1.2rem;
  border-radius: 1.5rem;
}

.landing-loop-card__index {
  width: 3rem;
  height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  background: linear-gradient(135deg, #0b3f84 0%, #2f7ef7 100%);
  color: #f6fbff;
  font-size: 0.95rem;
  font-weight: 800;
  box-shadow: 0 16px 28px rgb(31 86 178 / 0.18);
}

.landing-loop-card__meta {
  margin-top: auto;
  color: #2b5687;
  font-weight: 800;
}

.landing-split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 1.2rem;
  align-items: stretch;
}

.landing-copy-block,
.landing-visual-block {
  display: grid;
}

.landing-copy-block {
  align-content: start;
  gap: 0.85rem;
}

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

.landing-feature-list__item strong,
.landing-review-stack__item strong,
.landing-plan-stack__item strong,
.landing-compare-row__column strong {
  color: #102038;
}

.landing-live-shell {
  display: grid;
  gap: 1rem;
  min-height: 100%;
  padding: 1.2rem;
  border-radius: 1.65rem;
}

.landing-live-shell__header {
  align-items: flex-start;
}

.landing-live-shell__timer {
  min-width: 4.65rem;
  min-height: 4.65rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(135deg, #0b3f84 0%, #2f7ef7 100%);
  color: #f8fbff;
  font-size: 1rem;
  font-weight: 800;
  box-shadow: 0 18px 32px rgb(31 86 178 / 0.18);
}

.landing-live-shell__hero {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  padding: 1rem;
  border-radius: 1.2rem;
  background: linear-gradient(180deg, rgb(247 250 255 / 0.98) 0%, rgb(240 246 255 / 0.98) 100%);
}

.landing-live-shell__hero small,
.landing-review-stack__item span,
.landing-plan-stack__item span,
.landing-fit-note {
  color: #576b84;
}

.landing-live-shell__grid,
.landing-review-grid {
  display: grid;
  gap: 0.9rem;
}

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

.landing-live-panel {
  min-height: 100%;
}

.landing-live-panel--accent {
  background: linear-gradient(180deg, rgb(238 248 245 / 0.98) 0%, rgb(228 244 241 / 0.98) 100%);
}

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

.landing-review-card {
  display: grid;
  gap: 0.85rem;
  min-height: 100%;
  padding: 1.25rem;
  border-radius: 1.65rem;
}

.landing-review-card--adapt {
  background: linear-gradient(180deg, rgb(252 251 255 / 0.86) 0%, rgb(246 243 255 / 0.86) 100%);
}

.landing-review-stack,
.landing-plan-stack {
  display: grid;
  gap: 0.8rem;
}

.landing-plan-stack__item {
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 0.75rem;
}

.landing-plan-stack__marker {
  width: 0.75rem;
  height: 0.75rem;
  margin-top: 0.3rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #0b3f84 0%, #2f7ef7 100%);
  box-shadow: 0 0 0 0.24rem rgb(47 126 247 / 0.12);
}

.landing-split--fit {
  align-items: center;
}

.landing-fit-card {
  display: grid;
  gap: 1rem;
  padding: 1.2rem;
  border-radius: 1.65rem;
}

.landing-fit-group {
  display: grid;
  gap: 0.65rem;
}

.landing-fit-group__title {
  color: #102849;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.landing-fit-group__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.landing-fit-note {
  padding: 1rem;
  border-radius: 1.1rem;
  background: linear-gradient(180deg, rgb(245 249 255 / 0.98) 0%, rgb(240 247 255 / 0.98) 100%);
  border: 1px solid rgb(93 124 166 / 0.12);
  font-weight: 700;
}

.landing-section--contrast {
  margin-top: clamp(1.2rem, 3vw, 2rem);
  padding: clamp(2rem, 5vw, 3.4rem) 0;
  background:
    radial-gradient(circle at top left, rgb(54 120 237 / 0.14), transparent 24%),
    linear-gradient(180deg, #08121e 0%, #101d30 100%);
}

.landing-section-heading--contrast .landing-eyebrow,
.landing-section-heading--contrast h2,
.landing-section-heading--contrast p,
.landing-compare-row__label,
.landing-compare-row__column small,
.landing-compare-row__column strong,
.landing-not-row span {
  color: #f4f8ff;
}

.landing-section-heading--contrast .landing-eyebrow {
  color: #8fbfff;
}

.landing-compare-table {
  display: grid;
  gap: 0.9rem;
}

.landing-compare-row {
  display: grid;
  grid-template-columns: minmax(8.5rem, 0.48fr) repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
  align-items: stretch;
}

.landing-compare-row__label,
.landing-compare-row__column {
  border: 1px solid rgb(255 255 255 / 0.08);
  border-radius: 1.35rem;
  background: rgb(255 255 255 / 0.04);
  backdrop-filter: blur(12px);
}

.landing-compare-row__label {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  font-size: 0.96rem;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.02em;
}

.landing-compare-row__column {
  display: grid;
  gap: 0.45rem;
  padding: 1rem;
}

.landing-compare-row__column--strong {
  background: linear-gradient(180deg, rgb(43 108 220 / 0.14) 0%, rgb(255 255 255 / 0.06) 100%);
}

.landing-not-row {
  margin-top: 1rem;
}

.landing-not-row span {
  border-color: rgb(255 255 255 / 0.08);
  background: rgb(255 255 255 / 0.05);
  color: #dce8f8;
}

.landing-section--final {
  padding-bottom: clamp(3rem, 5vw, 4.6rem);
}

.landing-final-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.2rem;
  align-items: center;
  padding: clamp(1.4rem, 3vw, 2rem);
  border-radius: 1.9rem;
  background:
    radial-gradient(circle at top right, rgb(47 126 247 / 0.12), transparent 24%),
    linear-gradient(180deg, rgb(255 255 255 / 0.86) 0%, rgb(239 246 255 / 0.84) 100%);
}

.landing-final-card__copy {
  display: grid;
  gap: 0.8rem;
  max-width: 42rem;
}

@media (max-width: 1100px) {
  .public-topbar__inner {
    flex-wrap: wrap;
  }

  .public-nav {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 0.15rem;
  }

  .public-footer__inner,
  .landing-hero__layout,
  .landing-split,
  .landing-review-grid,
  .landing-final-card {
    grid-template-columns: 1fr;
  }

  .landing-hero__visual {
    min-height: 0;
    padding-right: 0;
  }

  .hero-phone {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(100%, 22rem);
    margin: -2rem 0 0 auto;
  }

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

  .landing-live-shell__grid,
  .landing-feature-list,
  .landing-compare-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .public-topbar__inner,
  .public-footer__inner,
  .landing-shell {
    width: min(100% - 1.15rem, 1180px);
  }

  .public-topbar__inner {
    gap: 0.8rem;
    padding: 0.8rem 0;
  }

  .public-topbar__actions {
    width: 100%;
    justify-content: space-between;
  }

  .public-topbar__ghost {
    display: none;
  }

  .public-topbar__cta,
  .public-footer__cta {
    min-height: 2.75rem;
    padding-inline: 0.95rem;
  }

  .public-nav {
    gap: 0.3rem;
  }

  .public-nav a {
    padding: 0.5rem 0.72rem;
    font-size: 0.88rem;
  }

  .public-footer__inner {
    gap: 1rem;
    padding: 1.15rem 0 1.5rem;
  }

  .landing-hero {
    padding-top: 2rem;
  }

  .landing-hero__copy h1 {
    max-width: none;
    font-size: clamp(2.75rem, 15vw, 4.4rem);
  }

  .landing-hero__lead {
    font-size: 1rem;
  }

  .landing-hero__actions,
  .landing-final-card__actions {
    flex-direction: column;
  }

  .landing-button {
    width: 100%;
  }

  .hero-board,
  .landing-live-shell,
  .landing-fit-card,
  .landing-review-card,
  .landing-final-card,
  .landing-loop-card {
    padding: 1rem;
    border-radius: 1.4rem;
  }

  .hero-board__grid,
  .landing-loop-grid,
  .landing-feature-list,
  .landing-review-grid {
    grid-template-columns: 1fr;
  }

  .hero-phone {
    width: 100%;
    margin-top: -1rem;
  }

  .landing-live-shell__hero {
    grid-template-columns: 1fr;
  }

  .landing-live-shell__timer {
    min-width: 4rem;
    min-height: 4rem;
  }

  .landing-proof-row,
  .hero-board__footer,
  .landing-strategy-row,
  .landing-fit-group__chips,
  .landing-not-row {
    gap: 0.45rem;
  }
}
