:root {
  color-scheme: dark;
  --background: #030303;
  --surface: rgba(18, 18, 18, 0.82);
  --surface-strong: #11110f;
  --surface-border: rgba(255, 224, 157, 0.14);
  --text: #f7f7f3;
  --secondary: #aaa9a3;
  --gold: #f6bd50;
  --champagne: #ffe2a0;
  --content: 1240px;
  --radius: 34px;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--background);
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  color: var(--text);
  background:
    radial-gradient(circle at 72% 13%, rgba(246, 189, 80, 0.11), transparent 31rem),
    radial-gradient(circle at 13% 52%, rgba(246, 189, 80, 0.055), transparent 28rem),
    var(--background);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

.ambient {
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(180deg, rgba(3, 3, 3, 0.62), rgba(3, 3, 3, 0.84) 62%, #030303),
    url("assets/cosmic-gold.png") center 43% / cover no-repeat;
  opacity: 0.42;
  pointer-events: none;
}

.ambient::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 227, 166, 0.26) 0.7px, transparent 0.8px);
  background-size: 34px 34px;
  opacity: 0.12;
  mask-image: linear-gradient(to bottom, black, transparent 68%);
}

img {
  max-width: 100%;
}

a {
  color: inherit;
}

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

.site-header,
main,
footer {
  width: min(calc(100% - 48px), var(--content));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 14px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 70px;
  margin-top: 14px;
  padding: 0 16px 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  background: rgba(10, 10, 9, 0.73);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(22px) saturate(125%);
  -webkit-backdrop-filter: blur(22px) saturate(125%);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--text);
  font-size: 18px;
  font-weight: 780;
  letter-spacing: -0.025em;
  text-decoration: none;
}

.brand img {
  width: 45px;
  height: 45px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: #0d0d0c;
}

.site-header nav,
footer nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.site-header nav a,
footer nav a {
  color: var(--secondary);
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}

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

.site-header .nav-cta {
  padding: 10px 16px;
  border: 1px solid rgba(246, 189, 80, 0.3);
  border-radius: 999px;
  color: var(--champagne);
  background: rgba(246, 189, 80, 0.08);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(440px, 1.08fr);
  align-items: center;
  gap: clamp(40px, 7vw, 108px);
  min-height: 890px;
  padding: 86px 0 94px;
}

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

.eyebrow {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero .eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hero .eyebrow span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 18px var(--gold);
}

h1 {
  max-width: 690px;
  margin-bottom: 28px;
  font-size: clamp(58px, 6.4vw, 94px);
  line-height: 0.94;
  letter-spacing: -0.07em;
}

h1 em,
h2 span {
  color: var(--gold);
  font-style: normal;
}

.hero-description {
  max-width: 615px;
  margin-bottom: 34px;
  color: #c9c8c2;
  font-size: clamp(18px, 1.7vw, 22px);
  line-height: 1.55;
}

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

.primary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  color: #0b0904;
  background: linear-gradient(135deg, #ffe09a, var(--gold));
  font-weight: 780;
  text-decoration: none;
  box-shadow: 0 12px 38px rgba(246, 189, 80, 0.2);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.primary-action:hover,
.primary-action:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 18px 52px rgba(246, 189, 80, 0.26);
}

.availability {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--secondary);
  font-size: 14px;
  font-weight: 650;
}

.availability i,
.coming-soon i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 18px var(--gold);
}

.trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin: 34px 0 0;
  padding: 0;
  color: #94938e;
  font-size: 13px;
  font-weight: 650;
  list-style: none;
}

.trust-list span {
  margin-right: 6px;
  color: var(--gold);
}

.hero-visual {
  position: relative;
  display: grid;
  min-height: 720px;
  place-items: center;
  isolation: isolate;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 10% 0 5%;
  z-index: -3;
  background: radial-gradient(circle, rgba(246, 189, 80, 0.18), transparent 62%);
  filter: blur(18px);
}

.hero-phone {
  width: min(470px, 76vw);
  height: 720px;
  transform: rotate(2.2deg);
}

.phone-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 216, 127, 0.36);
  border-radius: 54px;
  background: #050505;
  box-shadow:
    0 40px 120px rgba(0, 0, 0, 0.62),
    0 0 68px rgba(246, 189, 80, 0.07),
    inset 0 0 0 8px #070707;
}

.phone-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
  pointer-events: none;
}

.phone-frame img {
  display: block;
  width: 100%;
  height: auto;
}

.floating-stat {
  position: absolute;
  z-index: 4;
  display: grid;
  min-width: 184px;
  padding: 16px 19px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background: rgba(18, 18, 17, 0.8);
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.floating-stat span,
.floating-stat small {
  color: #999892;
  font-size: 12px;
  font-weight: 650;
}

.floating-stat strong {
  color: #fff;
  font-size: 22px;
  letter-spacing: -0.03em;
}

.stat-total {
  left: -4%;
  top: 23%;
}

.stat-global {
  right: -4%;
  bottom: 20%;
  grid-template-columns: 13px auto;
  align-items: center;
  column-gap: 9px;
}

.stat-global small {
  grid-column: 2;
}

.pulse {
  grid-row: 1 / 3;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 22px var(--gold);
}

.hero-orbit {
  position: absolute;
  z-index: -1;
  width: 610px;
  height: 610px;
  border: 1px solid rgba(246, 189, 80, 0.16);
  border-radius: 50%;
}

.orbit-a {
  transform: rotate(-14deg) scaleY(0.48);
}

.orbit-b {
  transform: rotate(58deg) scaleY(0.33);
  opacity: 0.68;
}

.income-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--surface-border);
  border-bottom: 1px solid var(--surface-border);
  background: rgba(5, 5, 5, 0.46);
}

.income-strip span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 25px 15px;
  color: #b4b3ad;
  font-size: 14px;
  font-weight: 700;
}

.income-strip b {
  color: var(--gold);
  font-size: 11px;
  letter-spacing: 0.1em;
}

.income-strip span + span {
  border-left: 1px solid var(--surface-border);
}

.manifesto {
  max-width: 1020px;
  margin: 0 auto;
  padding: 170px 0 120px;
  text-align: center;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(45px, 5.4vw, 76px);
  line-height: 1;
  letter-spacing: -0.06em;
}

.manifesto > p:last-child {
  max-width: 690px;
  margin: 30px auto 0;
  color: var(--secondary);
  font-size: 19px;
}

.showcase {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(430px, 1.15fr);
  align-items: center;
  gap: clamp(54px, 8vw, 120px);
  min-height: 900px;
  padding: 95px clamp(34px, 5vw, 72px);
  overflow: hidden;
  border: 1px solid var(--surface-border);
  border-radius: 42px;
  background:
    radial-gradient(circle at 85% 48%, rgba(246, 189, 80, 0.11), transparent 36%),
    rgba(10, 10, 9, 0.78);
  box-shadow: 0 38px 120px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.showcase + .showcase {
  margin-top: 28px;
}

.showcase-sources {
  grid-template-columns: minmax(430px, 1.08fr) minmax(0, 0.92fr);
  background:
    radial-gradient(circle at 17% 45%, rgba(246, 189, 80, 0.1), transparent 35%),
    rgba(10, 10, 9, 0.78);
}

.feature-index {
  margin-bottom: 22px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 820;
  letter-spacing: 0.14em;
}

.showcase-copy > p:not(.feature-index),
.card-copy > p:not(.feature-index),
.section-heading > p,
.privacy-copy > p:not(.eyebrow),
.closing > p:not(.eyebrow) {
  margin: 28px 0 0;
  color: var(--secondary);
  font-size: 18px;
  line-height: 1.65;
}

.feature-points {
  display: grid;
  gap: 15px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.feature-points li {
  position: relative;
  padding-left: 25px;
  color: #d4d3ce;
  font-size: 15px;
  font-weight: 650;
}

.feature-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 14px rgba(246, 189, 80, 0.66);
}

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

.screen-stage .phone-frame {
  width: min(460px, 100%);
  height: 760px;
}

.screen-stage-home .phone-frame {
  transform: rotate(1deg);
}

.showcase-sources .phone-frame {
  transform: rotate(-1deg);
}

.stage-glow {
  position: absolute;
  width: 76%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(246, 189, 80, 0.12);
  filter: blur(82px);
}

.source-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
}

.source-cloud span,
.privacy-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  color: #dddcd6;
  background: rgba(255, 255, 255, 0.05);
  font-size: 13px;
  font-weight: 700;
}

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

.product-card {
  position: relative;
  min-height: 900px;
  padding: clamp(34px, 5vw, 62px);
  overflow: hidden;
  border: 1px solid var(--surface-border);
  border-radius: 42px;
  background: rgba(10, 10, 9, 0.82);
  box-shadow: 0 36px 110px rgba(0, 0, 0, 0.22);
}

.product-card::before {
  content: "";
  position: absolute;
  right: -180px;
  bottom: 8%;
  width: 440px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(246, 189, 80, 0.09);
  filter: blur(72px);
}

.card-copy {
  position: relative;
  z-index: 2;
}

.product-card h2 {
  font-size: clamp(42px, 4.3vw, 62px);
}

.cropped-screen {
  position: absolute;
  left: 50%;
  bottom: -230px;
  width: calc(100% - 90px);
  height: 570px;
  transform: translateX(-50%);
  border-radius: 45px;
}

.detail-screen {
  bottom: -160px;
  height: 520px;
}

.add-section {
  padding: 160px 0;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  align-items: end;
  gap: 70px;
  margin-bottom: 58px;
}

.section-heading > p {
  margin-bottom: 7px;
}

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

.method-grid article {
  position: relative;
  min-height: 320px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid var(--surface-border);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.048);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.method-grid article:hover {
  transform: translateY(-4px);
  border-color: rgba(246, 189, 80, 0.32);
  background: rgba(246, 189, 80, 0.065);
}

.method-icon {
  display: grid;
  width: 56px;
  height: 56px;
  margin-bottom: 62px;
  place-items: center;
  border-radius: 18px;
  color: #0b0904;
  background: var(--gold);
  font-size: 27px;
  font-weight: 800;
  box-shadow: 0 12px 40px rgba(246, 189, 80, 0.16);
}

.method-number {
  position: absolute;
  top: 34px;
  right: 30px;
  color: #74736e;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.method-grid h3 {
  margin-bottom: 12px;
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.method-grid article > p:last-child {
  margin-bottom: 0;
  color: var(--secondary);
  font-size: 15px;
}

.privacy {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(390px, 0.95fr);
  align-items: center;
  gap: clamp(48px, 8vw, 110px);
  min-height: 850px;
  padding: clamp(42px, 7vw, 90px);
  overflow: hidden;
  border: 1px solid rgba(246, 189, 80, 0.19);
  border-radius: 42px;
  background:
    radial-gradient(circle at 75% 38%, rgba(246, 189, 80, 0.13), transparent 35%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(246, 189, 80, 0.045));
}

.privacy-copy {
  position: relative;
  z-index: 2;
}

.privacy-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 32px 0;
}

.privacy-badges span {
  gap: 8px;
}

.privacy-badges i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 12px rgba(246, 189, 80, 0.65);
}

.text-link {
  color: var(--gold);
  font-weight: 750;
  text-decoration: none;
}

.text-link span {
  display: inline-block;
  margin-left: 6px;
  transition: transform 180ms ease;
}

.text-link:hover span,
.text-link:focus-visible span {
  transform: translateX(4px);
}

.settings-visual {
  position: relative;
  height: 720px;
}

.settings-visual::before {
  content: "";
  position: absolute;
  inset: 18%;
  border-radius: 50%;
  background: rgba(246, 189, 80, 0.13);
  filter: blur(70px);
}

.settings-visual .phone-frame {
  width: 430px;
  height: 770px;
  transform: rotate(2deg);
}

.closing {
  position: relative;
  max-width: 940px;
  margin: 0 auto;
  padding: 180px 0;
  text-align: center;
}

.closing > img {
  width: 88px;
  height: 88px;
  margin-bottom: 25px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 25px;
  box-shadow: 0 20px 70px rgba(246, 189, 80, 0.12);
}

.closing h2 {
  margin-bottom: 25px;
}

.closing > p:not(.eyebrow) {
  max-width: 670px;
  margin-inline: auto;
}

.coming-soon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  margin-top: 34px;
  padding: 0 23px;
  border: 1px solid rgba(246, 189, 80, 0.27);
  border-radius: 999px;
  color: var(--champagne);
  background: rgba(246, 189, 80, 0.07);
  font-weight: 750;
}

footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
  min-height: 132px;
  border-top: 1px solid var(--surface-border);
}

.footer-brand img {
  width: 38px;
  height: 38px;
  border-radius: 11px;
}

footer p {
  margin: 0;
  color: var(--secondary);
  font-size: 13px;
  text-align: center;
}

footer nav {
  justify-self: end;
}

@media (max-width: 1040px) {
  .hero {
    grid-template-columns: 1fr;
    padding-top: 110px;
  }

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

  .hero-visual {
    width: min(100%, 720px);
    margin-inline: auto;
  }

  .showcase,
  .showcase-sources {
    grid-template-columns: 1fr;
  }

  .showcase-sources .screen-stage {
    order: 2;
  }

  .showcase-copy {
    max-width: 700px;
  }

  .privacy {
    grid-template-columns: 1fr 390px;
    gap: 40px;
  }
}

@media (max-width: 760px) {
  .site-header,
  main,
  footer {
    width: min(calc(100% - 28px), var(--content));
  }

  .site-header {
    top: 8px;
    min-height: 62px;
    margin-top: 8px;
    border-radius: 20px;
  }

  .brand img {
    width: 40px;
    height: 40px;
  }

  .site-header nav a:not(.nav-cta) {
    display: none;
  }

  .site-header .nav-cta {
    padding: 8px 12px;
    font-size: 12px;
  }

  .hero {
    min-height: auto;
    gap: 56px;
    padding: 86px 0 78px;
  }

  h1 {
    font-size: clamp(51px, 15vw, 72px);
  }

  .hero-description {
    font-size: 18px;
  }

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

  .trust-list {
    gap: 9px 18px;
  }

  .hero-visual {
    min-height: 620px;
  }

  .hero-phone {
    width: min(390px, 90vw);
    height: 610px;
  }

  .floating-stat {
    min-width: 150px;
    padding: 13px 15px;
  }

  .floating-stat strong {
    font-size: 18px;
  }

  .stat-total {
    left: -2%;
    top: 19%;
  }

  .stat-global {
    right: -1%;
    bottom: 16%;
  }

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

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

  .income-strip span:nth-child(3) {
    border-left: 0;
  }

  .income-strip span:nth-child(n + 3) {
    border-top: 1px solid var(--surface-border);
  }

  .manifesto {
    padding: 120px 0 85px;
  }

  .manifesto br {
    display: none;
  }

  h2 {
    font-size: clamp(42px, 12.4vw, 62px);
  }

  .showcase {
    gap: 48px;
    min-height: auto;
    padding: 54px 22px 0;
    border-radius: 30px;
  }

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

  .screen-stage .phone-frame {
    width: min(405px, 100%);
    height: 650px;
    border-radius: 42px;
  }

  .split-features {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .product-card {
    min-height: 790px;
    padding: 42px 24px;
    border-radius: 30px;
  }

  .cropped-screen {
    width: calc(100% - 34px);
    height: 490px;
    bottom: -200px;
    border-radius: 38px;
  }

  .detail-screen {
    bottom: -135px;
  }

  .add-section {
    padding: 120px 0;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .section-heading br {
    display: none;
  }

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

  .method-grid article {
    min-height: 270px;
  }

  .privacy {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 50px;
    padding: 52px 24px 0;
    border-radius: 30px;
  }

  .settings-visual {
    height: 650px;
  }

  .settings-visual .phone-frame {
    width: min(400px, 100%);
    height: 680px;
    margin-inline: auto;
  }

  .closing {
    padding: 130px 0;
  }

  footer {
    grid-template-columns: 1fr auto;
    padding: 28px 0;
  }

  footer p {
    display: none;
  }
}

@media (max-width: 420px) {
  .stat-total {
    left: -5%;
  }

  .stat-global {
    right: -5%;
  }

  .income-strip span {
    justify-content: flex-start;
    padding-inline: 18px;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
