@font-face {
  font-family: "Manrope";
  src: url("/assets/Manrope-Regular-ac1296e6.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("/assets/Manrope-Medium-84c0d4a2.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("/assets/Manrope-SemiBold-2ca6d681.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("/assets/Manrope-Bold-31df85e5.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("/assets/Manrope-ExtraBold-3c402953.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

:root {
  color-scheme: light;
  --primary: #5f7f5e;
  --primary-deep: #355e51;
  --secondary: #f2b36d;
  --accent: #e9785f;
  --accent-deep: #cf5f49;
  --flow: #6cb6a8;
  --sun: #f8d98b;
  --background: #fff4e3;
  --surface: #fff9ef;
  --text-primary: #25342f;
  --text-secondary: #64736c;
  --border: #e8d9c3;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 74% 8%, rgba(248, 217, 139, 0.58), transparent 28rem),
    linear-gradient(180deg, #ffe5cf 0%, var(--background) 38%, #fff9ef 100%);
  color: var(--text-primary);
  font-family: "Manrope", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-shell {
  min-height: 100vh;
  overflow: hidden;
}

.site-nav,
.hero-section,
.flow-section,
.comparison-section,
.science-section,
.final-cta,
.site-footer {
  width: min(1120px, calc(100% - 40px));
  margin-inline: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 0 12px;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 8px 24px rgba(233, 120, 95, 0.28);
}

.site-nav nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--text-secondary);
  font-size: 14px;
  font-weight: 700;
}

.site-nav a:hover {
  color: var(--primary-deep);
}

.hero-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 430px);
  align-items: center;
  gap: 72px;
  min-height: 760px;
  padding: 38px 0 86px;
}

.hero-copy {
  position: relative;
  z-index: 1;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--accent-deep);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: clamp(46px, 7vw, 84px);
  line-height: 0.98;
  font-weight: 800;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 14px;
  font-size: 22px;
  line-height: 1.12;
  font-weight: 800;
}

.hero-lede,
.section-heading p,
.science-card p {
  color: var(--text-secondary);
  font-size: 19px;
  line-height: 1.6;
  font-weight: 600;
}

.hero-lede {
  max-width: 610px;
  margin-bottom: 34px;
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.app-store-badge {
  display: inline-flex;
  transition: transform 180ms ease, filter 180ms ease;
}

.app-store-badge:hover {
  transform: translateY(-2px);
  filter: drop-shadow(0 12px 20px rgba(37, 52, 47, 0.16));
}

.app-store-badge img {
  width: 184px;
  height: auto;
}

.device-stage {
  position: relative;
  display: grid;
  place-items: center;
}

.device-stage::before {
  position: absolute;
  width: 430px;
  height: 430px;
  border-radius: 999px;
  background: rgba(248, 217, 139, 0.48);
  filter: blur(28px);
  content: "";
}

.phone-frame {
  position: relative;
  z-index: 1;
  width: min(390px, 88vw);
  aspect-ratio: 420 / 860;
  padding: 14px;
  border-radius: 48px;
  background: #202824;
  box-shadow:
    0 42px 70px rgba(37, 52, 47, 0.26),
    inset 0 0 0 2px rgba(255, 255, 255, 0.08);
}

.app-screenshot {
  width: 100%;
  height: 100%;
  border-radius: 38px;
  object-fit: cover;
  object-position: center;
}

.phone-speaker {
  position: absolute;
  top: 28px;
  left: 50%;
  z-index: 3;
  width: 128px;
  height: 36px;
  border-radius: 999px;
  background: #050706;
  transform: translateX(-50%);
}

.phone-screen {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 38px;
  background: linear-gradient(180deg, #ffd3b2 0%, #ffe8b7 36%, #7ea17b 100%);
}

.screen-sky,
.screen-content {
  position: absolute;
  inset: 0;
}

.screen-sun {
  position: absolute;
  top: 26%;
  right: 19%;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  background: radial-gradient(circle, #fff5a6 0%, var(--sun) 45%, rgba(248, 217, 139, 0) 72%);
}

.screen-sun::before,
.screen-sun::after {
  position: absolute;
  inset: -34px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  content: "";
}

.screen-sun::after {
  inset: -62px;
  opacity: 0.55;
}

.screen-cloud {
  position: absolute;
  width: 110px;
  height: 34px;
  border-radius: 999px;
  background: rgba(255, 249, 239, 0.54);
}

.screen-cloud::before,
.screen-cloud::after {
  position: absolute;
  bottom: 0;
  border-radius: 50%;
  background: inherit;
  content: "";
}

.screen-cloud::before {
  left: 20px;
  width: 42px;
  height: 42px;
}

.screen-cloud::after {
  right: 20px;
  width: 52px;
  height: 52px;
}

.cloud-one {
  top: 24%;
  left: -28px;
}

.cloud-two {
  top: 32%;
  right: -38px;
  transform: scale(0.8);
}

.screen-ridges {
  position: absolute;
  inset: auto 0 0;
  height: 68%;
}

.ridge {
  position: absolute;
  left: -12%;
  width: 124%;
  clip-path: polygon(0 47%, 13% 39%, 26% 50%, 40% 34%, 53% 44%, 68% 21%, 82% 43%, 100% 31%, 100% 100%, 0 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.28);
}

.ridge-back {
  bottom: 38%;
  height: 42%;
  background: rgba(91, 118, 108, 0.48);
}

.ridge-mid {
  bottom: 19%;
  height: 48%;
  background: rgba(95, 127, 94, 0.72);
  clip-path: polygon(0 58%, 15% 43%, 30% 58%, 44% 35%, 57% 50%, 70% 28%, 84% 50%, 100% 38%, 100% 100%, 0 100%);
}

.ridge-front {
  bottom: 0;
  height: 45%;
  background: rgba(53, 94, 81, 0.92);
  clip-path: polygon(0 42%, 11% 35%, 24% 48%, 38% 28%, 52% 44%, 66% 23%, 82% 42%, 100% 27%, 100% 100%, 0 100%);
}

.screen-ridges::after {
  position: absolute;
  bottom: -6%;
  left: 40%;
  width: 72px;
  height: 310px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 246, 208, 0.55), #f6d497);
  transform: rotate(8deg);
  transform-origin: bottom;
  content: "";
}

.screen-content {
  display: flex;
  flex-direction: column;
  padding: 86px 24px 34px;
}

.screen-header strong {
  display: block;
  font-size: 31px;
  line-height: 1;
  font-weight: 800;
}

.screen-header span {
  display: block;
  margin-top: 7px;
  color: rgba(37, 52, 47, 0.78);
  font-size: 14px;
  font-weight: 800;
}

.metric-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 24px;
}

.metric-row div {
  padding: 11px 8px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.38);
  box-shadow: 0 10px 24px rgba(37, 52, 47, 0.10);
  text-align: center;
  backdrop-filter: blur(12px);
}

.metric-row strong {
  display: block;
  font-size: 20px;
  line-height: 1;
  font-weight: 800;
}

.metric-row span {
  display: block;
  margin-top: 4px;
  font-size: 11px;
  font-weight: 800;
}

.challenge-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 11px 12px;
  margin-top: 38px;
  padding-inline: 4px;
}

.challenge-grid span {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  justify-self: center;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.28);
  color: white;
  font-size: 15px;
  font-weight: 800;
  box-shadow: 0 8px 16px rgba(37, 52, 47, 0.08);
  backdrop-filter: blur(10px);
}

.challenge-grid .complete {
  background: linear-gradient(135deg, var(--sun), var(--accent));
}

.screen-content button {
  margin-top: auto;
  border: 0;
  border-radius: 22px;
  padding: 18px 24px;
  background: linear-gradient(135deg, var(--accent), var(--accent-deep));
  color: white;
  font: inherit;
  font-size: 17px;
  font-weight: 800;
}

.flow-section,
.comparison-section,
.science-section,
.final-cta {
  padding: 110px 0 0;
}

.flow-section {
  margin-top: -28px;
}

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

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

.flow-card {
  overflow: hidden;
  border: 1px solid rgba(232, 217, 195, 0.88);
  border-radius: 26px;
  background: rgba(255, 249, 239, 0.78);
  box-shadow: 0 22px 52px rgba(53, 94, 81, 0.09);
}

.flow-card video {
  width: 100%;
  aspect-ratio: 9 / 12;
  object-fit: cover;
  background: rgba(53, 94, 81, 0.12);
}

.flow-card div {
  padding: 18px;
}

.flow-card h3 {
  margin-bottom: 8px;
  font-size: 20px;
}

.flow-card p {
  margin-bottom: 0;
  color: var(--text-secondary);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 600;
}

.move-list-card {
  margin-top: 18px;
  padding: 24px;
  border: 1px solid rgba(232, 217, 195, 0.88);
  border-radius: 26px;
  background: rgba(255, 249, 239, 0.72);
  box-shadow: 0 18px 44px rgba(53, 94, 81, 0.07);
}

.move-list-card h3 {
  margin-bottom: 14px;
}

.move-list-card div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.move-list-card span {
  display: inline-flex;
  padding: 10px 13px;
  border: 1px solid rgba(95, 127, 94, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.54);
  color: var(--primary-deep);
  font-size: 14px;
  font-weight: 800;
}

.comparison-table {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.comparison-column {
  padding: 30px;
  border: 1px solid var(--border);
  border-radius: 28px;
  background: rgba(255, 249, 239, 0.84);
  box-shadow: 0 20px 48px rgba(53, 94, 81, 0.08);
}

.comparison-column.before {
  background: rgba(255, 255, 255, 0.62);
}

.comparison-column.after {
  border-color: rgba(95, 127, 94, 0.32);
  background: linear-gradient(180deg, rgba(242, 179, 109, 0.20), rgba(255, 249, 239, 0.9));
}

.comparison-column p {
  display: grid;
  grid-template-columns: 32px 1fr;
  align-items: start;
  gap: 12px;
  margin-bottom: 16px;
  color: var(--text-secondary);
  font-size: 17px;
  line-height: 1.55;
  font-weight: 600;
}

.comparison-column p:last-child {
  margin-bottom: 0;
}

.comparison-column p span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  font-size: 15px;
  font-weight: 800;
}

.comparison-column.before p span {
  background: rgba(233, 120, 95, 0.14);
  color: #bd4f3d;
}

.comparison-column.after p span {
  background: rgba(95, 127, 94, 0.18);
  color: var(--primary-deep);
}

.science-card {
  position: relative;
  overflow: hidden;
  padding: clamp(34px, 6vw, 62px);
  border-radius: 36px;
  background:
    radial-gradient(circle at 92% 10%, rgba(248, 217, 139, 0.56), transparent 20rem),
    linear-gradient(135deg, #fff9ef, #f4ead9);
  box-shadow: 0 28px 70px rgba(53, 94, 81, 0.12);
}

.science-card::after {
  position: absolute;
  right: -80px;
  bottom: -120px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(108, 182, 168, 0.16);
  content: "";
}

.science-card h2,
.science-card p,
.science-stats,
.study-links {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.science-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
}

.science-stats div {
  min-height: 144px;
  padding: 18px;
  border: 1px solid rgba(95, 127, 94, 0.20);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.54);
  box-shadow: 0 16px 38px rgba(53, 94, 81, 0.08);
}

.science-stats strong {
  display: block;
  margin-bottom: 8px;
  color: var(--accent-deep);
  font-size: clamp(34px, 5vw, 48px);
  line-height: 0.95;
  font-weight: 800;
}

.science-stats span {
  display: block;
  color: var(--text-secondary);
  font-size: 14px;
  line-height: 1.42;
  font-weight: 700;
}

.study-links {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.study-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 17px 18px;
  border: 1px solid rgba(95, 127, 94, 0.22);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.58);
  color: var(--primary-deep);
  font-weight: 800;
}

.study-links a::after {
  color: var(--accent);
  content: "↗";
}

.final-cta {
  display: grid;
  justify-items: center;
  padding-bottom: 104px;
  text-align: center;
}

.final-cta h2 {
  max-width: 760px;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 28px 0 42px;
  border-top: 1px solid rgba(232, 217, 195, 0.78);
  color: var(--text-secondary);
  font-size: 14px;
  font-weight: 700;
}

.site-footer nav {
  display: flex;
  gap: 18px;
}

.site-footer a:hover {
  color: var(--primary-deep);
}

.support-page {
  display: grid;
  align-content: start;
  gap: 72px;
  min-height: 100vh;
  width: min(860px, calc(100% - 40px));
  margin-inline: auto;
  padding: 32px 0 96px;
}

.support-card {
  padding: clamp(34px, 6vw, 64px);
  border: 1px solid rgba(232, 217, 195, 0.88);
  border-radius: 36px;
  background:
    radial-gradient(circle at 90% 6%, rgba(248, 217, 139, 0.5), transparent 18rem),
    rgba(255, 249, 239, 0.82);
  box-shadow: 0 28px 70px rgba(53, 94, 81, 0.12);
}

.support-card h1 {
  font-size: clamp(48px, 7vw, 78px);
}

.support-card p {
  max-width: 620px;
  color: var(--text-secondary);
  font-size: 19px;
  line-height: 1.6;
  font-weight: 600;
}

.support-card p a {
  color: var(--primary-deep);
  font-weight: 800;
}

.support-email-button {
  display: inline-flex;
  margin-top: 16px;
  padding: 16px 22px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--accent), var(--accent-deep));
  color: white;
  font-weight: 800;
  box-shadow: 0 18px 32px rgba(207, 95, 73, 0.22);
}

@media (max-width: 860px) {
  .site-nav {
    align-items: flex-start;
  }

  .site-nav nav {
    display: none;
  }

  .hero-section {
    grid-template-columns: 1fr;
    gap: 42px;
    min-height: auto;
    padding-top: 44px;
  }

  .device-stage {
    order: -1;
  }

  .phone-frame {
    width: min(330px, 88vw);
  }

  .flow-grid,
  .comparison-table,
  .science-stats {
    grid-template-columns: 1fr;
  }

  .flow-section {
    margin-top: 0;
  }

  .flow-card video {
    aspect-ratio: 9 / 12;
  }

  .flow-section,
  .comparison-section,
  .science-section,
  .final-cta {
    padding-top: 76px;
  }
}

@media (max-width: 520px) {
  .site-nav,
  .hero-section,
  .flow-section,
  .comparison-section,
  .science-section,
  .final-cta,
  .site-footer {
    width: min(100% - 28px, 1120px);
  }

  .hero-section {
    padding-bottom: 54px;
  }

  h1 {
    font-size: 44px;
  }

  .hero-lede,
  .section-heading p,
  .science-card p {
    font-size: 17px;
  }

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