:root {
  color-scheme: light;
  --ink: #102a43;
  --ink-soft: #486581;
  --muted: #6b7c93;
  --line: #d8e3ea;
  --paper: #fffdf8;
  --panel: #ffffff;
  --navy: #102a43;
  --blue: #1e3a5f;
  --mint: #a7f3d0;
  --mint-dark: #0f766e;
  --coral: #ffb4a2;
  --coral-dark: #b4533f;
  --shadow: 0 24px 70px rgba(16, 42, 67, 0.16);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(120deg, rgba(167, 243, 208, 0.2) 0 18%, transparent 18% 100%),
    linear-gradient(155deg, transparent 0 76%, rgba(255, 180, 162, 0.24) 76% 100%),
    linear-gradient(180deg, #f4fbf9 0%, var(--paper) 42%, #f7fafc 100%);
  line-height: 1.75;
  overflow-x: hidden;
}

main {
  overflow-x: hidden;
}

a {
  color: inherit;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 96svh;
  padding: 24px clamp(18px, 4vw, 64px) 72px;
}

.hero__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero__bg::before,
.hero__bg::after {
  content: "";
  position: absolute;
  border: 2px solid rgba(16, 42, 67, 0.08);
  transform: rotate(-18deg);
}

.hero__bg::before {
  width: 340px;
  height: 190px;
  border-radius: 999px 999px 999px 36px;
  right: -90px;
  top: 145px;
  background: rgba(255, 255, 255, 0.36);
}

.hero__bg::after {
  width: 120px;
  height: 18px;
  border-radius: 999px;
  right: 180px;
  top: 430px;
  background: rgba(255, 180, 162, 0.32);
}

.topbar {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  max-width: 1180px;
  margin: 0 auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--navy);
  text-decoration: none;
  font-weight: 800;
}

.brand img {
  display: block;
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(16, 42, 67, 0.16);
}

.topbar__status {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  color: var(--ink-soft);
  font-size: 0.86rem;
}

.topbar__status span {
  border: 1px solid rgba(16, 42, 67, 0.12);
  border-radius: 999px;
  padding: 6px 11px;
  background: rgba(255, 255, 255, 0.68);
}

.hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 430px);
  align-items: center;
  gap: clamp(34px, 6vw, 86px);
  width: 100%;
  max-width: 1180px;
  margin: 74px auto 0;
  min-width: 0;
}

.eyebrow,
.section__kicker {
  color: var(--mint-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
  overflow-wrap: anywhere;
}

h1 {
  margin-bottom: 10px;
  font-size: clamp(3.1rem, 9vw, 6.8rem);
  line-height: 0.96;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1.15;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
  font-size: 1.08rem;
  line-height: 1.35;
}

.lead {
  margin-bottom: 18px;
  color: var(--coral-dark);
  font-size: clamp(1.35rem, 3vw, 2rem);
  font-weight: 800;
  line-height: 1.4;
}

.hero__text {
  width: min(100%, 660px);
  color: var(--ink-soft);
  font-size: 1.05rem;
}

.hero__copy {
  min-width: 0;
}

.badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.badge {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  border: 1px solid rgba(180, 83, 63, 0.24);
  border-radius: 999px;
  padding: 7px 14px;
  color: #8f3f30;
  background: #fff1ec;
  font-weight: 800;
  font-size: 0.9rem;
}

.badge--mint {
  border-color: rgba(15, 118, 110, 0.22);
  color: #0f665f;
  background: #e8fff6;
}

.badge--soft {
  border-color: rgba(16, 42, 67, 0.14);
  color: var(--blue);
  background: rgba(255, 255, 255, 0.78);
}

.guide-link {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  border: 1px solid rgba(16, 42, 67, 0.13);
  border-radius: 999px;
  padding: 7px 15px;
  color: #ffffff;
  background: var(--navy);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 800;
  box-shadow: 0 14px 34px rgba(16, 42, 67, 0.18);
}

.hero__visual {
  display: flex;
  justify-content: center;
}

.shot-frame {
  position: relative;
  width: min(100%, 260px);
  margin: 0;
  border: 10px solid #142f4a;
  border-radius: 42px;
  background: #142f4a;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.shot-frame::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 50%;
  width: 88px;
  height: 20px;
  border-radius: 999px;
  background: #142f4a;
  transform: translateX(-50%);
}

.shot-frame img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 30px;
}

.shot-frame figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  border-radius: 8px;
  padding: 10px 12px;
  color: #ffffff;
  background: rgba(16, 42, 67, 0.82);
  font-size: 0.82rem;
  font-weight: 800;
  text-align: center;
}

.shot-frame--hero {
  width: min(100%, 350px);
  transform: rotate(1.5deg);
}

.status-panel,
.feature-card,
.screenshot-card {
  border: 1px solid rgba(16, 42, 67, 0.1);
  background: rgba(255, 255, 255, 0.86);
}

.section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 86px clamp(18px, 4vw, 64px);
}

.section__heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.section__heading p {
  color: var(--ink-soft);
}

.overview__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.overview__grid p {
  min-height: 100%;
  margin: 0;
  border-left: 4px solid var(--mint);
  padding: 4px 0 4px 18px;
  color: var(--ink-soft);
  font-size: 1.02rem;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.feature-card {
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 16px 42px rgba(16, 42, 67, 0.08);
}

.feature-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 50%;
  color: var(--navy);
  background: var(--mint);
  font-weight: 900;
}

.feature-card p {
  margin-bottom: 0;
  color: var(--ink-soft);
}

.gallery-section {
  max-width: none;
  background: linear-gradient(180deg, rgba(16, 42, 67, 0.04), rgba(167, 243, 208, 0.16));
}

.gallery-section .section__heading,
.gallery {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

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

.screenshot-card {
  display: grid;
  grid-template-rows: auto 1fr;
  align-items: start;
  justify-items: center;
  gap: 20px;
  border-radius: 8px;
  padding: 24px 18px 22px;
  box-shadow: 0 18px 48px rgba(16, 42, 67, 0.09);
}

.screenshot-card .shot-frame {
  width: min(100%, 210px);
  border-width: 7px;
  border-radius: 30px;
  box-shadow: 0 16px 38px rgba(16, 42, 67, 0.14);
}

.screenshot-card .shot-frame::before {
  top: 7px;
  width: 58px;
  height: 14px;
}

.screenshot-card .shot-frame img {
  border-radius: 22px;
}

.screenshot-card div {
  width: 100%;
}

.screenshot-card span {
  display: block;
  margin-bottom: 6px;
  color: var(--mint-dark);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.screenshot-card h3 {
  margin-bottom: 8px;
}

.screenshot-card p {
  margin-bottom: 0;
  color: var(--ink-soft);
}

.screenshot-card--wide {
  grid-column: span 2;
  grid-template-columns: minmax(190px, 240px) 1fr;
  grid-template-rows: auto;
  align-items: center;
  justify-items: start;
  padding: 30px;
}

.audience-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.audience-list li {
  min-height: 108px;
  border-radius: 8px;
  padding: 20px;
  color: #ffffff;
  background: linear-gradient(145deg, #102a43, #1e3a5f);
  font-weight: 800;
}

.status-section {
  max-width: none;
  background: #102a43;
  color: #ffffff;
}

.status-section .section__heading,
.status-section .status-panel,
.status-section .status-note {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.status-section .section__kicker {
  color: var(--mint);
}

.status-panel {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  overflow: hidden;
  border-radius: 8px;
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.14);
}

.status-panel div {
  padding: 22px;
  background: rgba(255, 255, 255, 0.08);
}

.status-panel span,
.status-panel strong {
  display: block;
}

.status-panel span {
  margin-bottom: 7px;
  color: #a7f3d0;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.status-panel strong {
  color: #ffffff;
}

.status-note {
  margin-top: 22px;
  margin-bottom: 0;
  color: #d8e3ea;
}

.roadmap {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: roadmap;
}

.roadmap li {
  display: grid;
  grid-template-columns: 54px minmax(120px, 220px) 1fr;
  align-items: center;
  gap: 16px;
  border-radius: 8px;
  padding: 18px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(16, 42, 67, 0.07);
}

.roadmap span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: var(--navy);
  background: var(--coral);
  font-weight: 900;
}

.roadmap p {
  margin: 0;
  color: var(--ink-soft);
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 34px clamp(18px, 4vw, 64px);
  color: #d8e3ea;
  background: #0b1f33;
}

.footer strong,
.footer span {
  display: block;
}

.footer strong {
  color: #ffffff;
  font-size: 1.08rem;
}

.footer p {
  max-width: 620px;
  margin: 0;
}

@media (max-width: 980px) {
  .hero {
    min-height: auto;
  }

  .hero__inner {
    grid-template-columns: 1fr;
    margin-top: 54px;
  }

  .hero__visual {
    justify-content: flex-start;
  }

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

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

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

@media (max-width: 680px) {
  .hero {
    padding-top: 18px;
  }

  .topbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .topbar__status {
    justify-content: flex-start;
  }

  .hero__inner {
    width: calc(100vw - 36px);
    max-width: calc(100vw - 36px);
    gap: 36px;
  }

  h1 {
    max-width: calc(100vw - 36px);
    font-size: clamp(2.35rem, 12vw, 3.1rem);
  }

  .lead {
    max-width: calc(100vw - 36px);
  }

  .hero__copy {
    width: calc(100vw - 36px);
    max-width: calc(100vw - 36px);
  }

  .hero__text {
    width: 100%;
    max-width: 320px;
    font-size: 1rem;
    word-break: break-all;
  }

  .shot-frame--hero {
    width: min(100%, 310px);
    transform: none;
  }

  .section {
    width: 100%;
    max-width: 100vw;
    padding-top: 64px;
    padding-bottom: 64px;
    overflow-x: hidden;
  }

  .overview__grid,
  .feature-grid,
  .gallery,
  .audience-list,
  .status-panel {
    grid-template-columns: 1fr;
  }

  .section__heading,
  .overview__grid,
  .feature-grid,
  .gallery,
  .audience-list,
  .status-panel,
  .roadmap {
    width: 100%;
    max-width: calc(100vw - 36px);
    min-width: 0;
  }

  .section p,
  .feature-card,
  .screenshot-card,
  .roadmap li,
  .footer p {
    max-width: 100%;
    min-width: 0;
    word-break: break-all;
  }

  .screenshot-card--wide {
    grid-column: auto;
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 24px 18px 22px;
  }

  .audience-list li {
    min-height: auto;
  }

  .roadmap li {
    grid-template-columns: 46px 1fr;
  }

  .roadmap p {
    grid-column: 2;
  }

  .footer {
    align-items: flex-start;
    flex-direction: column;
  }
}
