:root {
  --bg: #07111d;
  --bg-2: #0b1729;
  --panel: rgba(12, 22, 39, 0.72);
  --panel-strong: rgba(8, 16, 29, 0.88);
  --line: rgba(164, 202, 255, 0.14);
  --text: #f6f6f1;
  --muted: #a9b7c8;
  --accent: #8dff7a;
  --accent-2: #61e0ff;
  --accent-3: #f7ff8b;
  --shadow: 0 26px 90px rgba(0, 0, 0, 0.34);
  --radius-xl: 34px;
  --radius-lg: 26px;
  --radius-md: 20px;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--text);
  font-family: "Space Grotesk", sans-serif;
  background:
    radial-gradient(circle at 12% 12%, rgba(97, 224, 255, 0.18), transparent 24%),
    radial-gradient(circle at 88% 18%, rgba(141, 255, 122, 0.14), transparent 20%),
    linear-gradient(180deg, #06111d 0%, #0a1527 52%, #09111d 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 30px 30px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.92), transparent 95%);
  pointer-events: none;
}

.ambient {
  position: fixed;
  z-index: -1;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.5;
  pointer-events: none;
}

.ambient-one {
  top: 8%;
  left: -5%;
  width: 260px;
  height: 260px;
  background: rgba(97, 224, 255, 0.16);
}

.ambient-two {
  right: -8%;
  bottom: 10%;
  width: 320px;
  height: 320px;
  background: rgba(141, 255, 122, 0.12);
}

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

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

h1,
h2 {
  font-family: "Instrument Serif", serif;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.96;
}

h1 {
  max-width: 10ch;
  margin-bottom: 18px;
  font-size: clamp(3.6rem, 9vw, 7rem);
}

h2 {
  max-width: 12ch;
  margin-bottom: 18px;
  font-size: clamp(2.5rem, 5vw, 4.6rem);
}

h3 {
  margin-bottom: 12px;
  font-size: 1.22rem;
}

.page-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 24px 0 120px;
}

.site-header,
.site-footer,
.metrics,
.story-card,
.feature-card,
.benefit-card,
.customization-band,
.step-card,
.faq-item,
.quote-panel,
.final-cta {
  backdrop-filter: blur(18px);
}

.site-header,
.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 22px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(8, 15, 27, 0.64);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
}

.brand-mark {
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  box-shadow: 0 0 24px rgba(141, 255, 122, 0.46);
}

.site-nav,
.footer-actions {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  color: var(--muted);
}

.site-nav a:hover,
.footer-actions a:hover {
  color: var(--text);
}

.hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 34px;
  align-items: center;
  padding: 74px 0 44px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--accent-3);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.74rem;
}

.hero-text,
.story-card p,
.feature-card p,
.preview-copy p,
.benefit-card p,
.step-card p,
.faq-item p,
.site-footer p,
.final-cta p,
.metrics span,
.mobile-cta span {
  color: var(--muted);
  line-height: 1.7;
}

.hero-text {
  max-width: 58ch;
  margin-bottom: 28px;
  font-size: 1.08rem;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 22px;
}

.cta-row-center {
  justify-content: center;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 700;
  border: 1px solid transparent;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button-store {
  gap: 8px;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  background: rgba(17, 18, 22, 0.94);
  color: #f8f8f5;
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.28);
  text-align: center;
}

.store-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
  line-height: 1.05;
}

.store-kicker {
  font-size: 0.72rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.78);
}

.store-title {
  margin-top: 3px;
  font-size: 1.08rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: linear-gradient(135deg, var(--accent), #e5ff8f);
  color: #08120d;
  box-shadow: 0 18px 40px rgba(141, 255, 122, 0.18);
}

.button-secondary,
.button-nav {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.03);
}

.button-store.button-primary,
.button-store.button-secondary {
  background: rgba(17, 18, 22, 0.94);
  color: #f8f8f5;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.28);
}

.hero-points {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero-points li {
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--muted);
}

.hero-media {
  position: relative;
  width: min(100%, 560px);
  margin-left: auto;
  padding-bottom: 84px;
}

.hero-mobile-showcase {
  display: none;
}

.media-frame {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.03);
  box-shadow: var(--shadow);
}

.media-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-banner {
  aspect-ratio: 1794 / 876;
}

.hero-phone-card {
  position: absolute;
  right: 18px;
  bottom: 0;
  width: min(42%, 220px);
  border-radius: 36px;
  transform: rotate(7deg);
}

.inline-media {
  margin-top: 24px;
}

.story-media {
  aspect-ratio: 1 / 1;
}

.story-media-tall {
  aspect-ratio: 941 / 1672;
}

.card-media {
  aspect-ratio: 1 / 1;
  margin: -6px -6px 18px;
  border-radius: 22px;
}

.card-media img {
  object-position: center top;
}

.metrics,
.story-grid,
.feature-section,
.preview-section,
.steps-section,
.faq-section,
.legal-card {
  margin-bottom: 88px;
}

.metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: var(--panel);
}

.metrics article {
  padding: 10px;
}

.metrics strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.22rem;
}

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

.story-card,
.feature-card,
.benefit-card,
.step-card,
.faq-item,
.quote-panel,
.final-cta,
.customization-band {
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: var(--panel);
}

.story-card {
  padding: 28px;
  min-height: 280px;
}

.section-heading {
  margin-bottom: 28px;
}

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

.feature-card {
  padding: 24px;
}

.preview-section {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 20px;
  align-items: start;
}

.benefit-stack {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.benefit-card {
  padding: 24px;
}

.benefit-card strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1.08rem;
}

.customization-band {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 24px;
  align-items: center;
  padding: 28px;
  margin-bottom: 88px;
}

.customization-panel {
  display: grid;
  gap: 22px;
}

.customization-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.customization-list span {
  padding: 12px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--muted);
}

.style-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.style-shot {
  aspect-ratio: 941 / 1672;
}

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

.step-card {
  padding: 24px;
}

.step-number {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--accent);
  font-size: 0.95rem;
  letter-spacing: 0.16em;
}

.quote-panel,
.final-cta {
  padding: 34px 28px;
  text-align: center;
  margin-bottom: 88px;
}

.quote-text {
  margin-bottom: 12px;
  font-family: "Instrument Serif", serif;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.quote-subtext {
  max-width: 56ch;
  margin: 0 auto;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-item {
  padding: 22px 24px;
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  font-weight: 700;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item p {
  margin: 14px 0 0;
}

.legal-shell {
  max-width: 980px;
}

.legal-main {
  padding: 54px 0 28px;
}

.legal-hero,
.legal-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: var(--panel);
  backdrop-filter: blur(18px);
}

.legal-hero {
  padding: 34px 30px;
  margin-bottom: 24px;
}

.legal-hero h1 {
  max-width: none;
}

.legal-meta,
.legal-agreement,
.legal-card p,
.legal-card li {
  color: var(--muted);
  line-height: 1.7;
}

.legal-meta {
  margin-bottom: 10px;
}

.legal-agreement {
  margin-bottom: 0;
}

.legal-card {
  padding: 30px;
}

.legal-card h2 {
  max-width: none;
  margin-bottom: 16px;
  font-size: clamp(2rem, 4vw, 3rem);
}

.legal-card h3 {
  margin-top: 24px;
}

.legal-card ul {
  margin: 0 0 0 20px;
  padding: 0;
}

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

.text-link {
  color: var(--accent-2);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.site-footer {
  border-radius: 32px;
}

.mobile-cta {
  position: fixed;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 20;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(6, 12, 22, 0.92);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.mobile-cta strong {
  display: block;
}

.mobile-cta-actions {
  display: flex;
  gap: 10px;
}

.button-mobile {
  min-width: 96px;
  min-height: 48px;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

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

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .button {
    transition: none;
  }
}

@media (max-width: 1080px) {
  .hero,
  .preview-section,
  .customization-band,
  .story-grid,
  .feature-grid,
  .benefit-stack,
  .steps-grid,
  .metrics {
    grid-template-columns: 1fr;
  }

  .hero-media {
    margin: 0 auto;
  }

  .hero-mobile-showcase {
    display: none;
  }

  .feature-grid,
  .benefit-stack,
  .steps-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  html,
  body {
    width: 100%;
    overflow-x: hidden;
  }

  .ambient,
  .mobile-cta {
    display: none;
  }

  .page-shell {
    width: 100%;
    padding: 12px 0 120px;
  }

  .site-header {
    display: flex;
    width: calc(100% - 24px);
    margin: 0 auto 12px;
    padding: 14px 16px;
    border-radius: 24px;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .brand {
    min-width: 0;
  }

  .brand-text {
    display: inline-block;
    max-width: 100%;
    word-break: break-word;
  }

  .site-nav {
    order: 3;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
    font-size: 0.92rem;
  }

  .button-nav {
    margin-left: auto;
    min-height: 46px;
    padding-inline: 16px;
  }

  .site-footer {
    width: calc(100% - 24px);
    margin-inline: auto;
    border-radius: 28px;
  }

  .hero {
    position: relative;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 100%;
    min-height: auto;
    gap: 18px;
    padding: 0 0 12px;
    overflow: visible;
  }

  h1 {
    font-size: clamp(3rem, 14vw, 4.9rem);
  }

  h2 {
    max-width: none;
    font-size: clamp(2.2rem, 10vw, 3.5rem);
  }

  .hero-copy {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    min-height: auto;
    width: 100%;
    max-width: 100%;
    padding: 24px 20px 0;
  }

  .hero-visual {
    position: relative;
    inset: auto;
    width: 100%;
  }

  .eyebrow,
  .hero-text,
  .hero-points,
  .button-explore {
    display: none;
  }

  .hero-media-desktop {
    display: none;
  }

  .hero-mobile-showcase {
    position: relative;
    inset: auto;
    display: block;
    width: 100%;
    height: auto;
    min-height: 620px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background:
      linear-gradient(180deg, rgba(4, 8, 16, 0.4) 0%, rgba(4, 8, 16, 0.2) 35%, rgba(4, 8, 16, 0.88) 100%);
  }

  .hero-mobile-collage {
    position: relative;
    inset: auto;
    min-height: 620px;
    overflow: hidden;
    isolation: isolate;
    background:
      radial-gradient(circle at top, rgba(141, 255, 122, 0.2), transparent 34%),
      linear-gradient(180deg, #031018 0%, #071420 100%);
  }

  .hero-mobile-collage::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
      linear-gradient(180deg, rgba(5, 12, 18, 0.16) 0%, rgba(5, 12, 18, 0.24) 42%, rgba(5, 12, 18, 0.9) 100%),
      radial-gradient(circle at center, rgba(141, 255, 122, 0.16), transparent 58%);
  }

  .hero-collage-shot {
    position: absolute;
    overflow: hidden;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 28px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.42);
    opacity: 0.94;
    max-width: calc(100vw - 28px);
  }

  .hero-collage-shot img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .hero-collage-shot-one {
    top: 3%;
    left: 3%;
    width: 36%;
    aspect-ratio: 9 / 16;
    transform: rotate(-8deg);
  }

  .hero-collage-shot-two {
    top: 4%;
    right: 3%;
    width: 40%;
    aspect-ratio: 9 / 16;
    transform: rotate(10deg);
  }

  .hero-collage-shot-three {
    top: 20%;
    left: 50%;
    width: 42%;
    aspect-ratio: 9 / 16;
    transform: translateX(-50%) rotate(-2deg);
  }

  .hero-collage-shot-four {
    bottom: 18%;
    left: 6%;
    width: 34%;
    aspect-ratio: 9 / 16;
    transform: rotate(-10deg);
  }

  .hero-collage-shot-five {
    bottom: 12%;
    right: 6%;
    width: 36%;
    aspect-ratio: 9 / 16;
    transform: rotate(9deg);
  }

  .hero h1 {
    max-width: none;
    margin-bottom: 18px;
    text-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
  }

  .cta-row {
    width: min(100%, 420px);
    max-width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    gap: 10px;
    margin-bottom: 0;
  }

  .cta-row .button {
    min-width: 0;
    max-width: 100%;
    min-height: 72px;
    backdrop-filter: blur(16px);
  }

  .card-media {
    aspect-ratio: 16 / 11;
  }

  .style-gallery {
    grid-template-columns: 1fr;
  }

  .metrics,
  .story-grid,
  .feature-section,
  .preview-section,
  .steps-section,
  .faq-section,
  .legal-card,
  .customization-band {
    margin-bottom: 56px;
  }

  .metrics {
    gap: 10px;
    padding: 14px;
  }

  .metrics article,
  .story-card,
  .feature-card,
  .benefit-card,
  .step-card {
    padding: 18px;
  }

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

  .preview-copy,
  .customization-panel {
    gap: 18px;
  }

  .customization-list {
    gap: 10px;
    justify-content: center;
  }

  .customization-list span {
    width: 100%;
    text-align: center;
  }

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

  .story-card,
  .feature-card,
  .benefit-card,
  .step-card,
  .faq-item,
  .quote-panel,
  .final-cta,
  .customization-band,
  .legal-hero,
  .legal-card {
    border-radius: 28px;
  }

  .legal-main {
    padding-top: 40px;
  }

  .legal-hero,
  .legal-card {
    padding: 24px 20px;
  }

  .site-footer {
    align-items: flex-start;
    padding: 22px 20px;
  }

  .footer-actions {
    width: 100%;
    flex-wrap: wrap;
    gap: 12px 16px;
  }

}

@media (max-width: 480px) {
  body::before {
    background-size: 24px 24px;
  }

  .page-shell {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 108px;
  }

  .site-header {
    width: calc(100% - 16px);
    padding: 12px 14px;
    border-radius: 20px;
    margin-bottom: 10px;
  }

  .site-footer,
  .story-card,
  .feature-card,
  .benefit-card,
  .step-card,
  .faq-item,
  .quote-panel,
  .final-cta,
  .customization-band,
  .legal-hero,
  .legal-card,
  .metrics,
  .hero-mobile-showcase {
    border-radius: 24px;
  }

  .brand {
    font-size: 0.98rem;
  }

  .site-nav {
    gap: 8px 12px;
    font-size: 0.88rem;
  }

  .button,
  .button-mobile,
  .button-nav {
    min-height: 50px;
    padding: 0 18px;
    font-size: 0.95rem;
  }

  .button-nav {
    min-height: 44px;
    padding-inline: 14px;
    font-size: 0.88rem;
  }

  h1 {
    font-size: clamp(2.55rem, 13.5vw, 3.3rem);
  }

  h2 {
    font-size: clamp(1.95rem, 9vw, 2.6rem);
  }

  .hero {
    min-height: auto;
  }

  .hero-mobile-showcase {
    border-radius: 0;
    min-height: 560px;
  }

  .story-card p,
  .feature-card p,
  .preview-copy p,
  .benefit-card p,
  .step-card p,
  .faq-item p,
  .site-footer p,
  .final-cta p,
  .metrics span,
  .mobile-cta span {
    line-height: 1.55;
  }

  .hero-points {
    gap: 8px;
  }

  .hero-copy {
    justify-content: flex-start;
    padding: 18px 14px 0;
  }

  .hero h1 {
    font-size: clamp(2.75rem, 14vw, 3.8rem);
    margin-bottom: 14px;
  }

  .hero-collage-shot {
    border-radius: 22px;
  }

  .hero-collage-shot-one {
    top: 4%;
    left: 2%;
    width: 38%;
  }

  .hero-collage-shot-two {
    top: 5%;
    right: 2%;
    width: 42%;
  }

  .hero-collage-shot-three {
    top: 21%;
    left: 50%;
    width: 48%;
  }

  .hero-collage-shot-four {
    bottom: 18%;
    left: 4%;
    width: 36%;
  }

  .hero-collage-shot-five {
    bottom: 10%;
    right: 4%;
    width: 40%;
  }

  .cta-row {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }

  .cta-row .button {
    width: 100%;
    min-height: 68px;
    font-size: 0.92rem;
  }

  .button-store {
    gap: 8px;
    padding: 12px 18px;
  }

  .store-kicker {
    font-size: 0.68rem;
  }

  .store-title {
    font-size: 0.98rem;
  }

  .metrics strong,
  .feature-card h3,
  .step-card h3 {
    font-size: 1.05rem;
  }

  .quote-panel,
  .final-cta {
    padding: 24px 18px;
    margin-bottom: 56px;
  }

  .faq-item {
    padding: 18px;
  }

}
