@font-face {
  font-family: "Avenir LT Wix";
  font-style: normal;
  font-weight: 400;
  src: url("https://static.parastorage.com/fonts/v2/af36905f-3c92-4ef9-b0c1-f91432f16ac1/v1/avenir-lt-w01_35-light1475496.woff2")
    format("woff2");
  font-display: swap;
}

:root {
  color-scheme: light;
  --cream: #f1d5a1;
  --cream-soft: #f7e6c1;
  --navy: #081b2b;
  --navy-soft: #0f2a40;
  --navy-ink: #132f46;
  --aqua: #55ccff;
  --aqua-soft: rgba(85, 204, 255, 0.18);
  --gold: #f8b52e;
  --muted: #617286;
  --text: #102031;
  --surface: rgba(255, 250, 241, 0.84);
  --surface-strong: rgba(13, 34, 53, 0.94);
  --surface-line: rgba(16, 32, 49, 0.12);
  --danger: #ff7744;
  --success: #1d6b3a;
  --shadow-lg: 0 30px 80px rgba(8, 27, 43, 0.16);
  --shadow-md: 0 20px 48px rgba(8, 27, 43, 0.12);
  --shadow-sm: 0 14px 28px rgba(8, 27, 43, 0.08);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --site-width: 1200px;
  --font-ui: "Avenir LT Wix", "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: var(--font-ui);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 104px;
}

section[id] {
  scroll-margin-top: 0;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(248, 181, 46, 0.22), transparent 26%),
    radial-gradient(circle at top right, rgba(85, 204, 255, 0.18), transparent 20%),
    linear-gradient(180deg, #fbf3de 0%, #f6ecd7 34%, #fffaf1 100%);
  color: var(--text);
}

body,
button,
input,
textarea {
  font-family: var(--font-ui);
}

h1,
h2,
h3,
h4 {
  margin: 0;
  font-family: var(--font-ui);
  font-weight: 400;
  letter-spacing: 0;
}

a {
  color: inherit;
}

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

.site-backdrop {
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 255, 255, 0.5), transparent 32%),
    radial-gradient(circle at 80% 12%, rgba(85, 204, 255, 0.08), transparent 26%);
  pointer-events: none;
}

.site-shell {
  width: min(calc(100% - 32px), var(--site-width));
  margin: 0 auto;
  padding: 20px 0 48px;
}

.site-header {
  position: sticky;
  top: 14px;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  margin-bottom: 28px;
  padding: 14px 18px;
  border: 1px solid rgba(19, 47, 70, 0.08);
  border-radius: var(--radius-lg);
  background: rgba(255, 250, 241, 0.82);
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow-sm);
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}

.brand-logo {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.brand-copy {
  display: grid;
  gap: 2px;
}

.brand-name {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1;
  color: var(--navy);
}

.brand-tag {
  color: var(--muted);
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.site-nav {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.site-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-nav a:not(:last-child)::after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(8, 27, 43, 0.34);
}

.header-link {
  display: inline-flex;
  align-items: center;
  color: var(--muted);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-nav a:hover,
.header-link:hover,
.footer-links a:hover {
  color: var(--navy);
}

.header-actions,
.hero-actions,
.cta-actions,
.footer-links,
.hero-points,
.check-list,
.tier-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.header-actions {
  align-items: center;
  justify-content: flex-end;
}

.store-badge-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.store-badge-group-compact {
  align-items: center;
  gap: 10px;
}

.store-badge-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  line-height: 0;
}

.store-badge {
  display: block;
  width: auto;
  height: 56px;
}

.store-badge-group-compact .store-badge {
  height: 40px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: linear-gradient(180deg, #163755 0%, #081b2b 100%);
  color: #fffdf8;
  box-shadow: var(--shadow-sm);
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease,
    border-color 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(8, 27, 43, 0.18);
}

.button.secondary {
  border-color: rgba(8, 27, 43, 0.12);
  background: rgba(255, 250, 241, 0.7);
  color: var(--navy);
}

.button.ghost {
  border-color: rgba(8, 27, 43, 0.14);
  background: transparent;
  color: var(--navy);
  box-shadow: none;
}

.button:disabled {
  opacity: 0.65;
  cursor: not-allowed;
  transform: none;
}

.danger-button {
  border-color: rgba(122, 12, 12, 0.28);
  background: linear-gradient(180deg, #d94b4b 0%, #b81f2d 100%);
}

.danger-button:hover {
  background: linear-gradient(180deg, #e05656 0%, #c12635 100%);
}

.hero-section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.hero-copy,
.proof-card,
.spotlight-card,
.routine-card,
.pricing-card,
.faq-card,
.travel-visual,
.travel-copy,
.final-cta,
.content {
  border: 1px solid var(--surface-line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 22px;
  padding: 28px 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 249, 238, 0.92)),
    radial-gradient(circle at top left, rgba(248, 181, 46, 0.16), transparent 26%);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--navy-ink);
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.hero-copy h1 {
  max-width: 15ch;
  font-size: clamp(2rem, 3.7vw, 3.05rem);
  line-height: 1.04;
}

.hero-intro,
.section-heading p,
.proof-card p,
.routine-copy p,
.spotlight-card p,
.travel-copy p,
.faq-card p,
.footer-copy,
.content p,
.policy-list li {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.7;
}

.hero-intro {
  margin: 18px 0 0;
  max-width: 50ch;
}

.hero-actions {
  margin-top: 24px;
}

.hero-points {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
}

.hero-points li {
  padding: 10px 13px;
  border-radius: 999px;
  border: 1px solid rgba(8, 27, 43, 0.08);
  background: rgba(8, 27, 43, 0.04);
  color: var(--navy);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.floating-pill {
  padding: 10px 13px;
  border-radius: 999px;
  border: 1px solid rgba(255, 248, 238, 0.14);
  background: rgba(255, 248, 238, 0.12);
  color: #fff8ee;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.08em;
  backdrop-filter: blur(10px);
}

.hero-notes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.note-card {
  padding: 18px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(8, 27, 43, 0.08);
}

.note-card strong {
  font-weight: 500;
}

.note-label,
.proof-kicker,
.routine-step,
.travel-label,
.tier-name {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--navy-ink);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-stage {
  position: relative;
  min-height: 580px;
  overflow: hidden;
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 26% 18%, rgba(255, 255, 255, 0.18), transparent 20%),
    radial-gradient(circle at 82% 24%, rgba(85, 204, 255, 0.28), transparent 18%),
    linear-gradient(160deg, #122e47 0%, #081b2b 62%, #07131f 100%);
  box-shadow: var(--shadow-lg);
}

.hero-glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at center, rgba(85, 204, 255, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 36%);
}

.hero-orbit {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-orbit-a {
  inset: 46px 60px auto auto;
  width: 220px;
  height: 220px;
}

.hero-orbit-b {
  inset: auto auto 68px 48px;
  width: 280px;
  height: 280px;
}

.screen-card {
  position: absolute;
  width: clamp(170px, 30%, 244px);
  padding: 7px;
  border: 2px solid rgba(255, 255, 255, 0.12);
  border-radius: 30px;
  background: #05070a;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    0 24px 44px rgba(0, 0, 0, 0.38);
}

.screen-card-main {
  top: 52px;
  right: 54px;
  z-index: 4;
  transform: rotate(8deg);
  animation: float-up 7s ease-in-out infinite;
}

.screen-card-secondary {
  bottom: 52px;
  left: 38px;
  z-index: 3;
  transform: rotate(-8deg);
  animation: float-down 8s ease-in-out infinite;
}

.screen-card-tertiary {
  top: 148px;
  left: 46%;
  z-index: 5;
  transform: translateX(-50%) rotate(-1deg);
  animation: float-center 9s ease-in-out infinite;
}

.floating-pill {
  position: absolute;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
}

.pill-bedtime {
  left: 28px;
  bottom: 32px;
  border-color: rgba(248, 181, 46, 0.35);
}

.pill-play {
  right: 144px;
  top: 26px;
  border-color: rgba(85, 204, 255, 0.38);
}

.pill-wake {
  right: 24px;
  bottom: 122px;
  border-color: rgba(241, 213, 161, 0.34);
}

.proof-ribbon,
.routine-grid,
.pricing-grid,
.faq-grid,
.mosaic-grid,
.creative-grid {
  display: grid;
  gap: 18px;
}

.hero-proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.section-block {
  margin-top: 66px;
}

.proof-card,
.routine-card,
.spotlight-card,
.pricing-card,
.faq-card,
.travel-copy {
  padding: 26px;
  background: rgba(255, 250, 241, 0.82);
}

.hero-proof-grid .proof-card {
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 15px 16px 16px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: var(--shadow-sm);
}

.proof-card h2 {
  margin-bottom: 10px;
  font-size: 1.6rem;
  line-height: 1.12;
}

.hero-proof-grid .proof-card h2 {
  margin-bottom: 0;
  font-size: 1.16rem;
  line-height: 1.08;
}

.hero-proof-grid .proof-kicker {
  margin-bottom: 2px;
}

.hero-proof-grid .proof-card p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
}

.section-heading {
  max-width: 680px;
  margin-bottom: 20px;
}

.section-heading h2,
.travel-copy h2,
.final-cta h2 {
  margin-bottom: 12px;
  font-size: clamp(1.75rem, 3vw, 2.45rem);
  line-height: 1.08;
}

.creative-video-shell {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: var(--navy);
}

.demo-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

.routine-card {
  overflow: hidden;
  padding: 0;
}

.routine-media {
  padding: clamp(18px, 3vw, 28px);
  background: linear-gradient(180deg, #f7ecd2 0%, #f4e2bb 100%);
}

.ipad-frame {
  position: relative;
  padding: clamp(12px, 1.8vw, 18px);
  border: 2px solid #050506;
  border-radius: clamp(18px, 2.4vw, 30px);
  outline: 1px solid rgba(255, 255, 255, 0.32);
  background: linear-gradient(145deg, #020203 0%, #191b20 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.18),
    inset 0 0 0 4px rgba(255, 255, 255, 0.04),
    0 24px 36px rgba(8, 27, 43, 0.2);
}

.ipad-frame::before {
  content: "";
  position: absolute;
  left: clamp(5px, 0.9vw, 9px);
  top: 50%;
  z-index: 1;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #3b414c;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  transform: translateY(-50%);
}

.ipad-frame img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: clamp(10px, 1.5vw, 18px);
  background: #02060b;
}

.routine-copy {
  padding: 22px 24px 24px;
}

.routine-copy h3,
.spotlight-card h3,
.faq-card h3,
.policy-section h2 {
  margin-bottom: 10px;
  font-size: 1.45rem;
  line-height: 1.18;
}

.spotlight-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  gap: 18px;
  align-items: stretch;
}

.how-it-works-merge-grid {
  display: grid;
  grid-template-columns: 1.18fr 1fr 1fr;
  gap: 18px;
  align-items: stretch;
}

.spotlight-card-dark {
  display: flex;
  flex-direction: column;
  gap: 18px;
  background:
    radial-gradient(circle at top right, rgba(85, 204, 255, 0.16), transparent 28%),
    linear-gradient(180deg, #102b43 0%, #081b2b 100%);
  color: #fff9f0;
}

.spotlight-card-dark .eyebrow,
.spotlight-card-dark h2,
.spotlight-card-dark h3,
.spotlight-card-dark p,
.spotlight-card-dark .proof-kicker,
.spotlight-card-dark .check-list li {
  color: inherit;
}

.spotlight-card {
  display: flex;
  flex-direction: column;
}

.spotlight-card-dark .eyebrow {
  color: rgba(255, 248, 232, 0.74);
}

.spotlight-visual {
  width: min(100%, 230px);
  margin-top: auto;
  align-self: center;
  filter: drop-shadow(0 20px 28px rgba(0, 0, 0, 0.26));
}

.card-mascot {
  width: min(100%, 138px);
  margin-top: auto;
  align-self: center;
  filter: drop-shadow(0 16px 22px rgba(0, 0, 0, 0.18));
}

.card-mascot-awake {
  margin-right: 0;
}

.card-mascot-asleep {
  margin-right: 0;
}

.check-list {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
  flex-direction: column;
  gap: 10px;
}

.check-list li {
  position: relative;
  padding-left: 20px;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--aqua);
}

.travel-section {
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  gap: 18px;
  align-items: stretch;
}

.travel-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 26px;
}

.travel-highlights > div {
  padding: 16px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(8, 27, 43, 0.08);
}

.travel-visual {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.66), rgba(245, 237, 219, 0.84));
}

.travel-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.travel-badge {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  padding: 18px 20px;
  border-radius: var(--radius-md);
  background: rgba(255, 250, 241, 0.9);
  border: 1px solid rgba(8, 27, 43, 0.08);
  box-shadow: var(--shadow-sm);
}

.travel-badge span {
  display: block;
  color: var(--navy-ink);
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.travel-badge strong {
  font-weight: 500;
}

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

.pricing-card {
  display: flex;
  flex-direction: column;
}

.pricing-card.featured {
  background:
    radial-gradient(circle at top right, rgba(85, 204, 255, 0.18), transparent 28%),
    linear-gradient(180deg, #112d47 0%, #081b2b 100%);
  color: #fff8ee;
}

.pricing-card.featured .tier-name,
.pricing-card.featured .tier-price,
.pricing-card.featured .tier-list li {
  color: inherit;
}

.tier-price {
  margin: 0 0 18px;
  font-size: clamp(2.8rem, 6vw, 3.6rem);
  font-weight: 400;
  line-height: 1;
  color: var(--navy);
  letter-spacing: -0.02em;
}

.tier-price span {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tier-list {
  list-style: none;
  margin: 0;
  padding: 0;
  flex-direction: column;
  gap: 0;
}

.tier-list li {
  position: relative;
  padding: 10px 0 10px 18px;
  color: var(--muted);
}

.tier-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 17px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(8, 27, 43, 0.3);
}

.pricing-card.featured .tier-list li::before {
  background: rgba(255, 248, 238, 0.82);
}

.tier-subprice {
  margin: -6px 0 16px;
  color: var(--muted);
  font-size: 0.98rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pricing-card.featured .tier-subprice {
  color: rgba(255, 248, 238, 0.82);
}

.gallery-section .section-heading {
  max-width: 700px;
}

.mosaic-grid {
  grid-template-columns: 0.9fr 1.1fr 1fr;
  grid-auto-rows: minmax(220px, auto);
}

.mosaic-card {
  overflow: hidden;
  border-radius: var(--radius-lg);
  border: 1px solid var(--surface-line);
  background: rgba(255, 250, 241, 0.7);
  box-shadow: var(--shadow-sm);
}

.mosaic-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mosaic-card-tall {
  grid-row: span 2;
}

.creative-grid {
  grid-template-columns: 1.15fr 1fr 1fr;
  align-items: stretch;
}

.creative-card {
  overflow: hidden;
  border: 1px solid var(--surface-line);
  border-radius: var(--radius-lg);
  background: rgba(255, 250, 241, 0.82);
  box-shadow: var(--shadow-md);
}

.creative-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: linear-gradient(180deg, #132f46 0%, #081b2b 100%);
}

.creative-card-feature img {
  aspect-ratio: 16 / 10;
}

.creative-copy {
  padding: 22px 24px 24px;
}

.creative-copy h3 {
  margin-bottom: 10px;
  font-size: 1.5rem;
  line-height: 1.18;
}

.inline-link {
  color: var(--navy);
  font-size: 0.98rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.inline-link:hover {
  color: var(--navy-ink);
}

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

.final-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: end;
  margin-top: 66px;
  padding: 32px;
  background:
    radial-gradient(circle at top right, rgba(248, 181, 46, 0.18), transparent 22%),
    linear-gradient(180deg, rgba(255, 250, 241, 0.84), rgba(255, 245, 228, 0.94));
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 30px 0 12px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0;
}

.footer-logo {
  width: 32px;
  height: 32px;
  object-fit: contain;
  flex-shrink: 0;
}

.footer-title {
  margin: 0;
  color: var(--navy);
  font-size: 1.1rem;
  font-weight: 500;
}

.footer-copy {
  margin: 0;
  max-width: 38ch;
  font-size: 0.95rem;
}

.footer-links {
  align-items: center;
  justify-content: end;
  gap: 10px;
  row-gap: 10px;
}

.footer-links a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-decoration: none;
}

.footer-links a:not(:last-child)::after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(8, 27, 43, 0.28);
}

.page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 18px;
}

.content {
  width: min(100%, 820px);
  padding: 32px;
  background: rgba(255, 250, 241, 0.92);
}

.page-header {
  text-align: center;
  margin-bottom: 20px;
}

.logo {
  width: 98px;
  height: 98px;
  margin: 0 auto 18px;
  object-fit: contain;
}

.content h1 {
  margin-bottom: 14px;
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  line-height: 1;
}

.content p {
  margin: 0 0 16px;
}

.form,
.alternate-delete {
  display: grid;
  gap: 12px;
}

.action-status-group {
  display: grid;
  gap: 8px;
}

.form {
  margin-top: 24px;
}

label {
  font-weight: 500;
}

input[type="email"],
input[type="password"],
input[type="text"],
select,
textarea {
  width: 100%;
  border: 1px solid rgba(8, 27, 43, 0.16);
  border-radius: var(--radius-sm);
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.8);
  color: var(--text);
  font: inherit;
}

select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--muted) 50%),
    linear-gradient(135deg, var(--muted) 50%, transparent 50%);
  background-position:
    calc(100% - 19px) 50%,
    calc(100% - 13px) 50%;
  background-size:
    6px 6px,
    6px 6px;
  background-repeat: no-repeat;
}

.checkbox {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 8px;
  align-items: start;
  font-weight: 500;
  color: var(--muted);
}

.divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 28px 0 18px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: lowercase;
}

.divider::before,
.divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(8, 27, 43, 0.12);
}

.section-title {
  margin: 0;
  font-size: 1.4rem;
}

.google-delete-control {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: fit-content;
  max-width: 100%;
  transition: opacity 160ms ease;
}

.google-button-slot {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 44px;
  max-width: 100%;
}

.google-delete-control.disabled {
  opacity: 0.45;
}

.google-button-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: 999px;
  background: transparent;
  cursor: not-allowed;
}

.google-delete-control:not(.disabled) .google-button-overlay {
  display: none;
}

.google-delete-control.disabled .google-button-slot {
  filter: grayscale(0.08);
}

.helper-text {
  margin: 0;
}

.helper-text.warning {
  color: var(--navy);
  font-weight: 500;
}

.status {
  min-height: 28px;
  margin-top: 18px;
  font-weight: 500;
}

.inline-status {
  margin-top: 0;
}

.status.error {
  color: var(--danger);
}

.status.success {
  color: var(--success);
}

.small {
  font-size: 14px;
}

.policy-page {
  min-height: 100vh;
}

.utility-page {
  min-height: 100vh;
}

.policy-layout {
  margin-top: 28px;
}

.utility-layout {
  margin-top: 28px;
}

.policy-page .content {
  width: 100%;
}

.utility-page .content {
  width: 100%;
}

.policy-article {
  display: grid;
  gap: 10px;
  margin: 0 auto;
}

.policy-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 4px 0 8px;
}

.policy-section {
  margin-top: 18px;
}

.policy-page .page-header {
  text-align: left;
  margin-bottom: 8px;
}

.policy-page .page-header .eyebrow {
  margin-bottom: 10px;
}

.utility-page .page-header {
  text-align: left;
  margin-bottom: 16px;
}

.policy-list {
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
}

@keyframes float-up {
  0%,
  100% {
    transform: rotate(9deg) translateY(0);
  }

  50% {
    transform: rotate(8deg) translateY(-8px);
  }
}

@keyframes float-down {
  0%,
  100% {
    transform: rotate(-10deg) translateY(0);
  }

  50% {
    transform: rotate(-9deg) translateY(10px);
  }
}

@keyframes float-center {
  0%,
  100% {
    transform: translateX(-50%) rotate(-1deg) translateY(0);
  }

  50% {
    transform: translateX(-50%) rotate(1deg) translateY(-6px);
  }
}

@media (max-width: 1140px) {
  .site-header {
    grid-template-columns: 1fr;
    justify-items: start;
    border-radius: 28px;
  }

  .site-nav,
  .footer-links {
    justify-content: start;
  }

  .hero-section,
  .travel-section,
  .final-cta,
  .spotlight-grid,
  .how-it-works-merge-grid {
    grid-template-columns: 1fr;
  }

  .hero-proof-grid,
  .pricing-grid,
  .faq-grid,
  .travel-highlights,
  .creative-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .mosaic-card-tall {
    grid-row: span 1;
  }

  .hero-stage {
    min-height: 600px;
  }
}

@media (max-width: 820px) {
  .site-shell {
    width: min(calc(100% - 20px), var(--site-width));
  }

  .site-header {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    justify-items: stretch;
    top: 8px;
    gap: 8px;
    margin-bottom: 18px;
    padding: 10px 12px;
    border-radius: 18px;
  }

  .brand-lockup {
    gap: 10px;
    min-width: 0;
  }

  .brand-logo {
    width: 42px;
    height: 42px;
  }

  .brand-name {
    font-size: 19px;
  }

  .brand-tag {
    display: none;
  }

  .site-nav {
    display: none;
  }

  .site-header .header-actions {
    display: flex;
    min-width: 0;
    width: auto;
    justify-content: flex-end;
  }

  .site-header .store-badge-group-compact {
    flex-wrap: nowrap;
    gap: 8px;
    justify-content: flex-end;
  }

  .site-header .store-badge-group-compact .store-badge {
    height: 30px;
  }

  .routine-grid,
  .hero-proof-grid,
  .pricing-grid,
  .faq-grid,
  .travel-highlights,
  .hero-notes,
  .mosaic-grid,
  .creative-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy,
  .proof-card,
  .spotlight-card,
  .travel-copy,
  .pricing-card,
  .faq-card,
  .content,
  .final-cta {
    padding: 24px;
  }

  .hero-copy h1,
  .section-heading h2,
  .travel-copy h2,
  .final-cta h2 {
    font-size: clamp(2rem, 7.2vw, 2.75rem);
    line-height: 1.08;
  }

  .hero-stage {
    min-height: 540px;
  }

  .screen-card {
    width: min(48vw, 230px);
  }

  .screen-card-main {
    right: 18px;
    top: 64px;
  }

  .screen-card-secondary {
    left: 18px;
    bottom: 64px;
  }

  .screen-card-tertiary {
    top: 148px;
    left: 50%;
  }

  .routine-media {
    padding: 18px 12px;
  }

  .ipad-frame {
    padding: 13px;
    border-radius: 22px;
  }

  .ipad-frame::before {
    left: 5px;
    width: 6px;
    height: 6px;
  }

  .ipad-frame img {
    border-radius: 12px;
  }

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

@media (max-width: 560px) {
  .page {
    padding: 22px 14px;
  }

  .site-header {
    top: 6px;
    gap: 7px;
    padding: 8px 9px;
  }

  .brand-logo {
    width: 36px;
    height: 36px;
  }

  .brand-name {
    font-size: 17px;
  }

  .site-header .store-badge-group-compact .store-badge {
    height: 28px;
  }

  .button,
  .hero-actions,
  .cta-actions {
    width: 100%;
  }

  .final-cta .cta-actions.store-badge-group {
    width: auto;
    flex-wrap: nowrap;
    gap: 8px;
  }

  .final-cta .store-badge {
    height: 34px;
  }

  .hero-stage {
    min-height: 500px;
  }

  .screen-card {
    width: min(46vw, 188px);
  }

  .pill-play,
  .pill-wake {
    right: 16px;
  }
}

@media (max-width: 360px) {
  .site-header {
    gap: 6px;
  }

  .brand-copy {
    display: none;
  }

  .brand-logo {
    width: 34px;
    height: 34px;
  }

  .site-header .store-badge-group-compact {
    gap: 6px;
  }

  .site-header .store-badge-group-compact .store-badge {
    height: 27px;
  }
}
