:root {
  --brand: #1aa7ff;
  --brand-strong: #008fe8;
  --brand-soft: #eaf7ff;
  --brand-pale: #f6fbff;
  --white: #ffffff;
  --ink: #0c1b2a;
  --muted: #5d6b79;
  --line: #dcecf6;
  --danger: #d93f55;
  --shadow-sm: 0 10px 30px rgba(12, 27, 42, 0.07);
  --shadow-lg: 0 28px 80px rgba(12, 27, 42, 0.12);
  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 32px;
  --content: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 0%, rgba(26, 167, 255, 0.10), transparent 28rem),
    radial-gradient(circle at 92% 18%, rgba(26, 167, 255, 0.08), transparent 26rem),
    var(--white);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.container {
  width: min(calc(100% - 40px), var(--content));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(220, 236, 246, 0.9);
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(18px);
}

.nav {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  font-size: 1.08rem;
  font-weight: 850;
  letter-spacing: -0.025em;
}

.brand-mark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: var(--white);
  background: var(--brand);
  box-shadow: 0 10px 24px rgba(26, 167, 255, 0.28);
  font-weight: 900;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-links a {
  padding: 10px 13px;
  border-radius: 12px;
  color: var(--muted);
  text-decoration: none;
  font-size: 0.94rem;
  font-weight: 700;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--ink);
  background: var(--brand-soft);
  outline: none;
}

.nav-download {
  color: var(--white) !important;
  background: var(--brand) !important;
}

.nav-download:hover,
.nav-download:focus-visible {
  background: var(--brand-strong) !important;
}

.hero {
  padding: 92px 0 80px;
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(350px, 0.96fr);
  align-items: center;
  gap: 72px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 22px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #0879bd;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow-sm);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.eyebrow-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--brand);
  box-shadow: 0 0 0 5px rgba(26, 167, 255, 0.13);
}

.hero h1 {
  max-width: 730px;
  margin: 0;
  font-size: clamp(3.25rem, 7vw, 6.25rem);
  line-height: 0.96;
  letter-spacing: -0.07em;
}

.hero h1 span {
  color: var(--brand);
}

.hero-copy {
  max-width: 650px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
}

.store-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.store-button {
  min-width: 185px;
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 18px;
  border: 1px solid var(--ink);
  border-radius: 16px;
  color: var(--white);
  background: var(--ink);
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(12, 27, 42, 0.14);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.store-button:hover,
.store-button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(12, 27, 42, 0.20);
  outline: none;
}

.store-icon {
  width: 26px;
  height: 26px;
  flex: 0 0 auto;
}

.store-label {
  display: block;
  font-size: 0.72rem;
  line-height: 1.1;
  opacity: 0.76;
}

.store-name {
  display: block;
  margin-top: 2px;
  font-size: 1rem;
  line-height: 1.1;
  font-weight: 800;
}

.hero-note {
  margin-top: 18px;
  color: var(--muted);
  font-size: 0.86rem;
}

.phone-stage {
  position: relative;
  min-height: 610px;
  display: grid;
  place-items: center;
}

.orbit {
  position: absolute;
  width: 540px;
  height: 540px;
  border: 1px solid rgba(26, 167, 255, 0.15);
  border-radius: 50%;
}

.orbit::before,
.orbit::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(26, 167, 255, 0.12);
  border-radius: 50%;
  inset: 52px;
}

.orbit::after {
  inset: 112px;
}

.phone {
  position: relative;
  z-index: 2;
  width: 318px;
  min-height: 615px;
  padding: 12px;
  border: 1px solid #bed7e7;
  border-radius: 48px;
  background: #f8fcff;
  box-shadow: var(--shadow-lg);
  transform: rotate(2.2deg);
}

.phone-screen {
  min-height: 590px;
  padding: 22px 18px;
  border-radius: 38px;
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 5%, rgba(26, 167, 255, 0.18), transparent 15rem),
    var(--white);
}

.phone-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
}

.avatar {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--brand);
  background: var(--brand-soft);
}

.phone-title {
  margin: 30px 0 8px;
  font-size: 1.5rem;
  line-height: 1.1;
  letter-spacing: -0.045em;
}

.phone-subtitle {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.scan-card {
  position: relative;
  margin-top: 20px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.scan-visual {
  height: 180px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(26, 167, 255, 0.18), rgba(26, 167, 255, 0.04)),
    var(--brand-pale);
}

.scan-face {
  position: relative;
  width: 98px;
  height: 128px;
  border: 3px solid rgba(26, 167, 255, 0.62);
  border-radius: 52% 52% 46% 46%;
}

.scan-face::before,
.scan-face::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 3px;
  top: 53px;
  border-radius: 99px;
  background: rgba(26, 167, 255, 0.62);
}

.scan-face::before {
  left: 20px;
}

.scan-face::after {
  right: 20px;
}

.scan-line {
  position: absolute;
  inset-inline: 18px;
  top: 50%;
  height: 2px;
  background: var(--brand);
  box-shadow: 0 0 14px rgba(26, 167, 255, 0.85);
}

.score-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 16px;
}

.score-label {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 700;
}

.score-value {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.mini-progress {
  height: 8px;
  margin-top: 12px;
  border-radius: 999px;
  overflow: hidden;
  background: var(--brand-soft);
}

.mini-progress span {
  display: block;
  width: 76%;
  height: 100%;
  border-radius: inherit;
  background: var(--brand);
}

.phone-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 12px;
}

.phone-mini {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--white);
}

.phone-mini strong {
  display: block;
  font-size: 0.9rem;
}

.phone-mini span {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.72rem;
}

.float-card {
  position: absolute;
  z-index: 3;
  max-width: 190px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(10px);
}

.float-card strong {
  display: block;
  font-size: 0.9rem;
}

.float-card span {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.76rem;
}

.float-one {
  left: 2%;
  top: 16%;
}

.float-two {
  right: -1%;
  bottom: 15%;
}

.trust-strip {
  border-block: 1px solid var(--line);
  background: rgba(246, 251, 255, 0.78);
}

.trust-grid {
  min-height: 96px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
}

.trust-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #31465a;
  font-size: 0.9rem;
  font-weight: 750;
  text-align: center;
}

.trust-item + .trust-item {
  border-left: 1px solid var(--line);
}

.check {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--brand);
  background: var(--white);
  box-shadow: 0 5px 15px rgba(12, 27, 42, 0.07);
}

.section {
  padding: 112px 0;
}

.section-soft {
  background: var(--brand-pale);
}

.section-head {
  max-width: 720px;
  margin-bottom: 46px;
}

.kicker {
  margin: 0 0 12px;
  color: var(--brand-strong);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.section h2,
.legal-hero h1 {
  margin: 0;
  font-size: clamp(2.35rem, 5vw, 4rem);
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.section-lead {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
}

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

.feature-card {
  min-height: 275px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--white);
  box-shadow: 0 12px 32px rgba(12, 27, 42, 0.045);
}

.feature-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  color: var(--brand);
  background: var(--brand-soft);
  font-size: 1.2rem;
  font-weight: 900;
}

.feature-card h3 {
  margin: 42px 0 10px;
  font-size: 1.2rem;
  letter-spacing: -0.025em;
}

.feature-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
  counter-reset: steps;
}

.step {
  position: relative;
  counter-increment: steps;
  padding-top: 72px;
}

.step::before {
  content: "0" counter(steps);
  position: absolute;
  top: 0;
  left: 0;
  color: var(--brand);
  font-size: 2.35rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.05em;
}

.step h3 {
  margin: 0 0 10px;
  font-size: 1.18rem;
}

.step p {
  margin: 0;
  color: var(--muted);
}

.safety-panel {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 48px;
  align-items: center;
  padding: 52px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 0% 0%, rgba(26, 167, 255, 0.17), transparent 24rem),
    var(--white);
  box-shadow: var(--shadow-sm);
}

.safety-symbol {
  width: min(100%, 300px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  margin-inline: auto;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--brand-pale);
}

.safety-core {
  width: 130px;
  height: 130px;
  position: relative;
  border-radius: 40px;
  background: var(--brand);
  box-shadow: 0 25px 60px rgba(26, 167, 255, 0.28);
}

.safety-core::before,
.safety-core::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: var(--white);
}

.safety-core::before {
  width: 66px;
  height: 18px;
  left: 32px;
  top: 56px;
}

.safety-core::after {
  width: 18px;
  height: 66px;
  left: 56px;
  top: 32px;
}

.safety-panel h2 {
  font-size: clamp(2.1rem, 4vw, 3.35rem);
}

.safety-panel p {
  color: var(--muted);
}

.safety-list {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.safety-list div {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  font-size: 0.95rem;
  font-weight: 650;
}

.cta {
  padding: 0 0 112px;
}

.cta-panel {
  position: relative;
  overflow: hidden;
  padding: 70px 42px;
  border-radius: var(--radius-lg);
  color: var(--white);
  background: var(--brand);
  text-align: center;
  box-shadow: 0 30px 75px rgba(26, 167, 255, 0.28);
}

.cta-panel::before,
.cta-panel::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
}

.cta-panel::before {
  width: 300px;
  height: 300px;
  left: -120px;
  top: -170px;
}

.cta-panel::after {
  width: 420px;
  height: 420px;
  right: -240px;
  bottom: -310px;
}

.cta-panel > * {
  position: relative;
  z-index: 1;
}

.cta-panel h2 {
  max-width: 760px;
  margin: 0 auto;
  font-size: clamp(2.3rem, 5vw, 4.3rem);
  line-height: 1;
  letter-spacing: -0.06em;
}

.cta-panel p {
  max-width: 580px;
  margin: 20px auto 0;
  color: rgba(255, 255, 255, 0.84);
}

.cta-panel .store-actions {
  justify-content: center;
}

.site-footer {
  padding: 46px 0;
  border-top: 1px solid var(--line);
  background: var(--white);
}

.footer-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.footer-copy {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 18px;
}

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

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--brand-strong);
  outline: none;
}

/* Legal pages */
.legal-hero {
  padding: 88px 0 46px;
}

.legal-hero .container {
  max-width: 900px;
}

.legal-hero h1 {
  max-width: 820px;
}

.legal-subtitle {
  max-width: 730px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 1.04rem;
}

.meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 22px;
}

.meta-pill {
  padding: 7px 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #425466;
  background: var(--white);
  font-size: 0.78rem;
  font-weight: 750;
}

.legal-layout {
  width: min(calc(100% - 40px), 1080px);
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 52px;
  margin: 0 auto 110px;
  align-items: start;
}

.legal-toc {
  position: sticky;
  top: 102px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(12px);
}

.legal-toc strong {
  display: block;
  margin-bottom: 10px;
  font-size: 0.84rem;
}

.legal-toc a {
  display: block;
  padding: 7px 8px;
  border-radius: 9px;
  color: var(--muted);
  text-decoration: none;
  font-size: 0.78rem;
  line-height: 1.35;
}

.legal-toc a:hover,
.legal-toc a:focus-visible {
  color: var(--ink);
  background: var(--brand-soft);
  outline: none;
}

.legal-card {
  padding: 36px 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.legal-card section {
  scroll-margin-top: 110px;
}

.legal-card section + section {
  margin-top: 44px;
  padding-top: 44px;
  border-top: 1px solid var(--line);
}

.legal-card h2 {
  margin: 0 0 14px;
  font-size: 1.45rem;
  letter-spacing: -0.03em;
}

.legal-card h3 {
  margin: 24px 0 8px;
  font-size: 1rem;
}

.legal-card p {
  margin: 0 0 14px;
  color: #3d4d5c;
}

.legal-card ul {
  margin: 10px 0 16px;
  padding-left: 21px;
  color: #3d4d5c;
}

.legal-card li + li {
  margin-top: 8px;
}

.notice {
  margin: 22px 0;
  padding: 18px 20px;
  border: 1px solid #bfe5fb;
  border-radius: 15px;
  background: var(--brand-soft);
  color: #17445f;
}

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

.warning {
  border-color: #ffd4da;
  background: #fff5f6;
  color: #7c2f3c;
}

.action-card {
  margin-top: 24px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--brand-pale);
}

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 18px;
  border-radius: 14px;
  color: var(--white);
  background: var(--brand);
  text-decoration: none;
  font-weight: 800;
  box-shadow: 0 10px 25px rgba(26, 167, 255, 0.22);
}

.button:hover,
.button:focus-visible {
  background: var(--brand-strong);
  outline: none;
}

.button-secondary {
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: none;
}

.button-secondary:hover,
.button-secondary:focus-visible {
  background: var(--brand-soft);
}

.action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.deletion-steps {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.deletion-step {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 13px;
  align-items: start;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: var(--white);
}

.deletion-number {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: var(--brand);
  background: var(--brand-soft);
  font-weight: 900;
}

.deletion-step strong {
  display: block;
  margin-top: 1px;
}

.deletion-step p {
  margin: 3px 0 0;
  font-size: 0.9rem;
}

@media (max-width: 980px) {
  .hero-grid,
  .safety-panel {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    gap: 44px;
  }

  .hero-copy {
    max-width: 760px;
  }

  .phone-stage {
    min-height: 650px;
  }

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

  .legal-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .legal-toc {
    position: static;
    display: none;
  }
}

@media (max-width: 720px) {
  .container {
    width: min(calc(100% - 28px), var(--content));
  }

  .site-header {
    position: static;
  }

  .nav {
    min-height: 68px;
  }

  .nav-links a:not(.nav-download) {
    display: none;
  }

  .hero {
    padding: 62px 0 60px;
  }

  .hero h1 {
    font-size: clamp(3rem, 16vw, 4.45rem);
  }

  .store-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .store-button {
    width: 100%;
  }

  .phone-stage {
    min-height: 590px;
  }

  .phone {
    width: min(90vw, 310px);
    min-height: 575px;
  }

  .phone-screen {
    min-height: 550px;
  }

  .orbit {
    width: 430px;
    height: 430px;
  }

  .float-card {
    display: none;
  }

  .trust-grid {
    grid-template-columns: 1fr;
    padding: 12px 0;
  }

  .trust-item {
    min-height: 52px;
  }

  .trust-item + .trust-item {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .section {
    padding: 80px 0;
  }

  .feature-grid,
  .steps {
    grid-template-columns: 1fr;
  }

  .feature-card {
    min-height: 0;
  }

  .safety-panel {
    padding: 28px 22px;
  }

  .safety-symbol {
    max-width: 230px;
  }

  .cta {
    padding-bottom: 80px;
  }

  .cta-panel {
    padding: 54px 22px;
  }

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

  .footer-links {
    justify-content: flex-start;
  }

  .legal-hero {
    padding: 62px 0 34px;
  }

  .legal-layout {
    width: min(calc(100% - 28px), 1080px);
    margin-bottom: 80px;
  }

  .legal-card {
    padding: 26px 21px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}


/* Code-built Goal Details phone preview */
.phone-stage{position:relative;min-height:760px;display:grid;place-items:center}
.phone-device{position:relative;width:390px;height:760px;padding:10px;border-radius:68px;background:linear-gradient(90deg,#121212 0%,#535353 2%,#0b0b0b 5%,#171717 95%,#555 98%,#111 100%);box-shadow:0 38px 90px rgba(20,27,38,.20),inset 0 0 0 2px #686868,inset 0 0 0 5px #111}
.phone-device:before{content:"";position:absolute;inset:5px;border-radius:64px;border:2px solid rgba(255,255,255,.11);pointer-events:none}
.phone-side{position:absolute;width:4px;border-radius:6px;background:#2c2c2c}
.phone-side-left{left:-3px}.phone-side-left.one{top:145px;height:34px}.phone-side-left.two{top:197px;height:54px}.phone-side-left.three{top:270px;height:54px}.phone-side-right{right:-3px;top:218px;height:80px}
.phone-screen-real{position:relative;width:100%;height:100%;overflow:hidden;border-radius:58px;background:#fff}
.dynamic-island{position:absolute;top:14px;left:50%;width:126px;height:34px;transform:translateX(-50%);border-radius:999px;background:#000;z-index:10}
.dynamic-island:after{content:"";position:absolute;right:16px;top:50%;width:7px;height:7px;transform:translateY(-50%);border-radius:50%;background:#08154f;box-shadow:0 0 0 2px #121a3a inset}
.app-header-real{height:106px;display:grid;grid-template-columns:52px 1fr 52px;align-items:end;padding:0 26px 22px;border-bottom:1px solid #ececec;background:#fff}
.app-header-real h2{margin:0;text-align:center;font-size:1.58rem;line-height:1;font-weight:800;letter-spacing:-.03em;color:#211d20}
.back-button{justify-self:start;color:#58a8fb;font-size:2.5rem;line-height:.7;font-family:Arial,sans-serif;font-weight:300}
.gear-button{justify-self:end;color:#58a8fb;font-size:1.72rem;line-height:1}
.app-content-real{position:relative;height:calc(100% - 106px);padding:28px 24px 118px;overflow:hidden;background:#fff}
.goal-card-real{padding:22px 20px 18px;border-radius:24px;background:#fff;box-shadow:0 8px 24px rgba(25,31,42,.08),0 2px 5px rgba(25,31,42,.03)}
.goal-card-title-row{display:flex;align-items:center;justify-content:space-between;gap:14px}
.goal-card-title-row h3{margin:0;font-size:1.35rem;line-height:1.1;font-weight:800;letter-spacing:-.035em;white-space:nowrap}
.status-pill-real{flex:0 0 auto;padding:7px 13px;border-radius:999px;background:#eff2f6;color:#a7a7a7;font-size:.87rem;font-weight:700}
.completion-label-real{margin-top:12px;text-align:right;color:#54a5f9;font-size:.9rem;line-height:1;font-weight:800}
.goal-progress-track-real{height:8px;margin-top:8px;overflow:hidden;border-radius:999px;background:#e9f2fb}
.goal-progress-track-real span{display:block;width:65%;height:100%;border-radius:inherit;background:#54a5f9}
.target-date-real{display:flex;align-items:center;gap:7px;margin-top:15px;color:#7e7578;font-size:.82rem}
.calendar-icon-real{font-size:1rem;line-height:1}
.app-section-title-real{margin:24px 0 14px;font-size:1.08rem;line-height:1;font-weight:800}
.checkin-card-real{padding:26px 22px 20px;border-radius:26px;background:#fff;box-shadow:0 8px 22px rgba(25,31,42,.08),0 2px 5px rgba(25,31,42,.03)}
.checkin-card-real h4{margin:0;font-size:1.08rem;font-weight:800}.checkin-card-real p{margin:12px 0 0;color:#777;font-size:.82rem}
.add-checkin-real{width:100%;min-height:58px;display:inline-flex;align-items:center;justify-content:center;gap:8px;margin-top:18px;border:1px solid #ececec;border-radius:10px;background:#fff;color:#54a5f9;box-shadow:0 6px 16px rgba(25,31,42,.10),0 1px 3px rgba(25,31,42,.05);font-size:.98rem;font-weight:700}
.tiny-plus-real{width:16px;height:16px;display:grid;place-items:center;border-radius:3px;background:#54a5f9;color:#fff;font-size:.8rem;line-height:1}
.previous-checkins-real{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:18px;margin-top:22px;color:#54a5f9;font-size:.94rem;font-weight:700}
.chevron-real{font-size:1.65rem;line-height:1}
.scan-result-row-real{width:100%;display:flex;align-items:center;justify-content:flex-start;gap:14px;margin-top:28px;color:#231f20;font-size:1.08rem;font-weight:800}
.down-chevron-real{color:#867d7f;font-size:1.6rem;line-height:1;transform:translateY(-3px)}
.scan-photo-real{position:relative;width:82%;height:150px;margin:22px auto 0;overflow:hidden;border-radius:25px;background:radial-gradient(circle at 33% 84%,rgba(36,67,17,.85) 0 8%,transparent 9%),linear-gradient(145deg,#c8d978 0%,#779845 35%,#d7c19b 55%,#8aab57 100%)}
.scan-photo-real .leaf{position:absolute;border-radius:999px;background:linear-gradient(90deg,#4d7c2d,#9fc167)}
.scan-photo-real .leaf.one{width:190px;height:15px;left:-14px;top:28px;transform:rotate(-24deg)}
.scan-photo-real .leaf.two{width:220px;height:18px;right:-36px;top:18px;transform:rotate(28deg)}
.scan-photo-real .leaf.three{width:180px;height:14px;left:40px;bottom:28px;transform:rotate(14deg)}
.scan-photo-real .leaf.four{width:140px;height:12px;right:-12px;bottom:16px;transform:rotate(-36deg)}
.original-badge-real{position:absolute;top:10px;right:10px;padding:5px 9px;border-radius:999px;background:rgba(255,255,255,.96);color:#67717d;font-size:.68rem;font-weight:800}
.bottom-nav-wrap-real{position:absolute;left:20px;right:20px;bottom:24px;display:flex;align-items:center;gap:14px;z-index:5}
.bottom-nav-real{flex:1;min-height:70px;display:grid;grid-template-columns:repeat(4,1fr);align-items:center;padding:8px 10px;border-radius:32px;background:rgba(255,255,255,.98);box-shadow:0 8px 22px rgba(25,31,42,.12),0 2px 5px rgba(25,31,42,.05)}
.nav-item-real{display:grid;justify-items:center;gap:3px;color:#8893a5;font-size:.62rem;line-height:1}
.nav-icon-real{font-size:1.18rem;line-height:1;font-weight:700}
.fab-real{width:68px;height:68px;flex:0 0 auto;display:grid;place-items:center;border-radius:50%;background:#54a5f9;color:#fff;box-shadow:0 12px 28px rgba(84,165,249,.35);font-size:2.4rem;font-weight:300;line-height:1}
@media(max-width:720px){.phone-stage{min-height:690px}.phone-device{width:min(92vw,390px);height:720px}.goal-card-title-row h3{font-size:1.18rem}.app-content-real{padding-inline:20px}}




/* Simple homepage hero */
.hero-simple {
  padding: 110px 0 100px;
}

.hero-simple-inner {
  max-width: 860px;
  text-align: center;
}

.hero-simple .eyebrow {
  margin-inline: auto;
}

.hero-simple h1 {
  max-width: 820px;
  margin-inline: auto;
}

.hero-simple .hero-copy {
  max-width: 720px;
  margin-inline: auto;
}

.hero-list-simple {
  max-width: 650px;
  margin: 28px auto 0;
  text-align: left;
}

.hero-store-actions {
  justify-content: center;
}

.hero-simple .hero-note {
  max-width: 650px;
  margin-inline: auto;
}

.phone-stage,
.phone-device,
.app-screenshot-stage,
.app-screenshot-frame {
  display: none !important;
}

@media (max-width: 720px) {
  .hero-simple {
    padding: 72px 0 64px;
  }

  .hero-list-simple {
    max-width: 100%;
  }
}




/* Final clean homepage */
.hero-simple-inner,
.section-head.centered,
.simple-disclaimer {
  text-align: center;
}

.section-head.centered {
  margin-inline: auto;
}

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

.simple-feature-card {
  min-height: 210px;
}

.simple-feature-card h3 {
  margin: 0 0 12px;
}

.simple-feature-card p {
  margin: 0;
}

.simple-steps .step {
  text-align: left;
}

.simple-disclaimer {
  max-width: 820px;
  margin: 0 auto;
  padding: 48px 36px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255,255,255,0.92);
  box-shadow: var(--shadow-sm);
}

.simple-disclaimer h2 {
  margin-bottom: 18px;
}

.simple-disclaimer p:last-child {
  max-width: 680px;
  margin: 0 auto;
  color: var(--muted);
}

/* Remove any leftover app-interface or mockup elements */
.phone-stage,
.phone-device,
.phone-screen-real,
.dynamic-island,
.app-header-real,
.app-content-real,
.goal-card-real,
.checkin-card-real,
.scan-photo-real,
.bottom-nav-wrap-real,
.bottom-nav-real,
.fab-real,
.app-screenshot-stage,
.app-screenshot-frame,
.feature-icon {
  display: none !important;
}

@media (max-width: 980px) {
  .simple-feature-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 720px) {
  .simple-feature-grid {
    grid-template-columns: 1fr;
  }

  .simple-disclaimer {
    padding: 34px 22px;
  }
}

.brand-logo {
  width: 38px;
  height: 38px;
  object-fit: contain;
  border-radius: 12px;
}

