:root {
  color-scheme: light;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "SF Pro Display",
    "Segoe UI", sans-serif;
  --ink: #21172a;
  --muted: #716779;
  --purple: #6a2eff;
  --purple-dark: #2a0a70;
  --cyan: #00b9d7;
  --orange: #ff5a2a;
  --surface: #faf8fc;
  --line: #e9e2ed;
  background: var(--surface);
  color: var(--ink);
  scroll-behavior: smooth;
}

.share-page,
.offline-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  margin: 0;
  padding: 24px;
  color: #fff;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 15% 85%, #00a8c7 0, transparent 34%),
    radial-gradient(circle at 90% 82%, #ff5a2a 0, transparent 38%),
    linear-gradient(145deg, #24084f, #6a2eff 62%, #7d28d9);
}

.share-card,
.offline-card {
  width: min(100%, 420px);
  padding: 34px;
  border: 1px solid #ffffff2b;
  border-radius: 30px;
  text-align: center;
  background: #170a2ae8;
  box-shadow: 0 28px 80px #18052e70;
}

.share-card {
  padding: 32px;
  background: #170a2aa8;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.share-card img,
.offline-card img {
  width: 96px;
  height: 96px;
  margin: 0 auto;
  border-radius: 23px;
  box-shadow: 0 18px 42px #16032999;
}

.share-card img {
  width: 112px;
  height: 112px;
  border-radius: 25px;
}

.share-card h1,
.offline-card h1 {
  margin: 25px 0 10px;
  font-size: 30px;
}

.share-card h1 {
  margin-top: 24px;
  font-size: 29px;
}

.share-card p,
.offline-card p {
  margin: 0 0 26px;
  color: #e6dcf0;
  line-height: 1.55;
}

.share-card .button,
.offline-retry {
  display: block;
  width: 100%;
  min-height: 52px;
  padding: 16px;
  border: 0;
  border-radius: 16px;
  color: #40115f;
  background: #fff;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
}

.share-card .store {
  margin-top: 12px;
  color: #d7cae1;
  font-size: 12px;
}

.store-link {
  color: #fff;
}

* {
  box-sizing: border-box;
}

body {
  min-height: 100vh;
  margin: 0;
  background:
    radial-gradient(circle at 5% 28%, rgb(0 187 215 / 9%), transparent 30rem),
    radial-gradient(circle at 94% 40%, rgb(255 90 42 / 8%), transparent 32rem),
    var(--surface);
}

body,
button,
input {
  font-family: inherit;
}

a {
  color: inherit;
}

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

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  display: grid;
  width: min(100% - 40px, 1240px);
  min-height: 78px;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  margin: 0 auto;
  border-bottom: 1px solid rgb(232 225 237 / 72%);
  background: rgb(250 248 252 / 82%);
  -webkit-backdrop-filter: blur(20px) saturate(150%);
  backdrop-filter: blur(20px) saturate(150%);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  justify-self: start;
  color: var(--ink);
  font-size: 20px;
  font-weight: 860;
  letter-spacing: -0.5px;
  text-decoration: none;
}

.brand img {
  width: 39px;
  height: 39px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgb(59 24 111 / 18%);
}

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

.site-nav a {
  color: #5f5666;
  font-size: 13px;
  font-weight: 720;
  text-decoration: none;
  transition: color 180ms ease;
}

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

.header-cta {
  justify-self: end;
  padding: 12px 17px;
  border-radius: 13px;
  background: var(--ink);
  color: white;
  font-size: 12px;
  font-weight: 780;
  text-decoration: none;
}

.hero-home {
  position: relative;
  isolation: isolate;
  display: grid;
  width: min(100% - 40px, 1240px);
  min-height: 720px;
  grid-template-columns: 0.94fr 1.06fr;
  align-items: center;
  gap: 38px;
  margin: 24px auto 0;
  overflow: hidden;
  padding: clamp(46px, 6vw, 82px);
  border-radius: 42px;
  background:
    radial-gradient(circle at 22% 0%, rgb(132 63 255 / 55%), transparent 35%),
    linear-gradient(135deg, #16072f 0%, #2e0c73 54%, #5d19db 100%);
  box-shadow: 0 36px 90px rgb(40 15 76 / 23%);
}

.hero-home::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image: radial-gradient(rgb(255 255 255 / 8%) 0.8px, transparent 0.8px);
  background-size: 22px 22px;
  content: "";
  -webkit-mask-image: linear-gradient(to bottom, black, transparent 68%);
  mask-image: linear-gradient(to bottom, black, transparent 68%);
}

.hero-glow {
  position: absolute;
  z-index: -1;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  filter: blur(55px);
  opacity: 0.58;
}

.hero-glow-cyan {
  bottom: -290px;
  left: -210px;
  background: var(--cyan);
}

.hero-glow-orange {
  right: -230px;
  bottom: -270px;
  background: var(--orange);
}

.hero-copy {
  position: relative;
  z-index: 2;
  color: white;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 13px;
  border: 1px solid rgb(255 255 255 / 16%);
  border-radius: 999px;
  background: rgb(255 255 255 / 8%);
  color: #e5dcf5;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.2px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #37e1c0;
  box-shadow: 0 0 0 5px rgb(55 225 192 / 13%);
}

.hero-copy h1 {
  max-width: 600px;
  margin: 27px 0 0;
  font-size: clamp(52px, 6vw, 82px);
  font-weight: 880;
  line-height: 0.94;
  letter-spacing: -5px;
}

.hero-copy h1 span {
  color: #c8aaff;
}

.hero-copy > p {
  max-width: 530px;
  margin: 27px 0 0;
  color: #ddd4eb;
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.6;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 32px;
}

.store-button {
  display: inline-flex;
  min-width: 150px;
  min-height: 57px;
  flex-direction: column;
  justify-content: center;
  padding: 9px 18px;
  border: 1px solid rgb(255 255 255 / 19%);
  border-radius: 16px;
  background: rgb(255 255 255 / 8%);
  color: white;
  line-height: 1.08;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.store-button-primary {
  border-color: white;
  background: white;
  color: var(--ink);
}

.store-button small {
  margin-bottom: 5px;
  color: inherit;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.7px;
  opacity: 0.62;
  text-transform: uppercase;
}

.store-button strong {
  font-size: 15px;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 20px;
  margin-top: 28px;
  color: #cfc3e2;
  font-size: 10px;
  font-weight: 680;
}

.trust-row span::before {
  margin-right: 7px;
  color: #37e1c0;
  content: "✓";
}

.hero-product {
  position: relative;
  min-height: 570px;
}

.phone {
  overflow: hidden;
  border: 8px solid #170f1d;
  border-radius: 38px;
  background: #170f1d;
  box-shadow: 0 38px 70px rgb(5 0 15 / 38%);
}

.phone img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  object-fit: cover;
}

.phone-front,
.phone-back {
  position: absolute;
  width: 274px;
  aspect-ratio: 9 / 16;
}

.phone-front {
  z-index: 4;
  top: 27px;
  right: 76px;
  transform: rotate(2.6deg);
}

.phone-back {
  z-index: 2;
  top: 112px;
  left: 14px;
  width: 230px;
  opacity: 0.82;
  transform: rotate(-8deg);
}

.orbit {
  position: absolute;
  z-index: 0;
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: 50%;
}

.orbit-one {
  width: 480px;
  height: 480px;
  top: 58px;
  right: -20px;
}

.orbit-two {
  width: 350px;
  height: 350px;
  top: 125px;
  right: 45px;
}

.floating-card {
  position: absolute;
  z-index: 7;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 15px;
  border: 1px solid rgb(255 255 255 / 32%);
  border-radius: 17px;
  background: rgb(255 255 255 / 88%);
  color: var(--ink);
  box-shadow: 0 18px 42px rgb(25 7 55 / 24%);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.floating-card small,
.floating-card strong {
  display: block;
}

.floating-card small {
  margin-bottom: 4px;
  color: #83778b;
  font-size: 9px;
}

.floating-card strong {
  font-size: 11px;
}

.floating-icon {
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border-radius: 10px;
  background: #efe6ff;
  color: var(--purple);
  font-size: 14px;
  font-weight: 900;
}

.floating-date {
  top: 155px;
  right: -4px;
}

.floating-lock {
  right: 207px;
  bottom: 42px;
}

.manifesto,
.steps-section,
.feature-stage,
.topics-section,
.guide-center,
.info-center {
  width: min(100% - 40px, 1120px);
  margin-right: auto;
  margin-left: auto;
}

.manifesto {
  padding: 130px 0 90px;
  text-align: center;
}

.section-kicker {
  margin: 0 0 14px;
  color: var(--purple);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 1.8px;
}

.manifesto h2,
.section-heading h2,
.feature-copy h2,
.topics-copy h2,
.safety-banner h2,
.final-cta h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(37px, 5.2vw, 66px);
  line-height: 1.01;
  letter-spacing: -3.3px;
}

.manifesto h2 {
  max-width: 850px;
  margin: 0 auto;
}

.manifesto > p:last-child {
  max-width: 670px;
  margin: 27px auto 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.steps-section {
  padding: 76px 0;
  border-top: 1px solid var(--line);
}

.section-heading {
  display: grid;
  grid-template-columns: 1fr 0.58fr;
  align-items: end;
  gap: 50px;
}

.section-heading > p,
.compact > p {
  margin: 0 0 6px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.62;
}

.section-heading h2 {
  max-width: 720px;
  font-size: clamp(38px, 4.7vw, 61px);
}

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

.step-card {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: white;
  box-shadow: 0 16px 45px rgb(45 25 62 / 6%);
}

.step-card::after {
  position: absolute;
  width: 190px;
  height: 190px;
  right: -90px;
  bottom: -100px;
  border-radius: 50%;
  content: "";
  filter: blur(5px);
  opacity: 0.14;
}

.step-purple::after { background: var(--purple); }
.step-cyan::after { background: var(--cyan); }
.step-orange::after { background: var(--orange); }

.step-number {
  color: #9c92a4;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1px;
}

.step-symbol {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  margin-top: 52px;
  border-radius: 20px;
  background: #f3ecff;
  color: var(--purple);
  font-size: 26px;
  font-weight: 900;
}

.step-cyan .step-symbol { background: #e6fafc; color: #0096ae; }
.step-orange .step-symbol { background: #fff0eb; color: var(--orange); }

.step-card h3 {
  margin: 26px 0 10px;
  font-size: 22px;
  letter-spacing: -0.7px;
}

.step-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.58;
}

.feature-stage {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 90px;
  padding: 105px 0;
}

.feature-phone-wrap {
  position: relative;
  display: grid;
  min-height: 650px;
  place-items: center;
}

.feature-halo {
  position: absolute;
  width: 530px;
  height: 530px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 25%, rgb(106 46 255 / 36%), transparent 46%),
    radial-gradient(circle at 76% 80%, rgb(255 90 42 / 28%), transparent 42%),
    #eee8f5;
  filter: blur(1px);
}

.phone-feature {
  position: relative;
  z-index: 2;
  width: 310px;
  aspect-ratio: 9 / 16;
  transform: rotate(-2.5deg);
}

.feature-copy h2 {
  max-width: 600px;
}

.feature-lead {
  max-width: 590px;
  margin: 25px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.68;
}

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

.feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.feature-list li > span {
  display: grid;
  width: 27px;
  height: 27px;
  flex: 0 0 27px;
  place-items: center;
  border-radius: 9px;
  background: #ebe2ff;
  color: var(--purple);
  font-size: 12px;
  font-weight: 900;
}

.feature-list strong,
.feature-list small {
  display: block;
}

.feature-list strong {
  font-size: 14px;
}

.feature-list small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 34px;
  color: var(--purple);
  font-size: 13px;
  font-weight: 820;
  text-decoration: none;
}

.topics-section {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  align-items: center;
  gap: 80px;
  padding: 95px 0;
  border-top: 1px solid var(--line);
}

.topics-copy h2 {
  font-size: clamp(39px, 4.5vw, 59px);
}

.topic-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.topic-cloud span {
  padding: 14px 18px;
  border: 1px solid #dfd3e7;
  border-radius: 999px;
  background: white;
  color: #5f5267;
  font-size: 13px;
  font-weight: 720;
  box-shadow: 0 10px 25px rgb(50 26 65 / 5%);
}

.topic-cloud span:nth-child(2),
.topic-cloud span:nth-child(5) {
  border-color: transparent;
  background: var(--purple);
  color: white;
}

.safety-banner {
  display: grid;
  width: min(100% - 40px, 1120px);
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 30px;
  margin: 35px auto 110px;
  padding: 38px 42px;
  border: 1px solid #d9c8f0;
  border-radius: 30px;
  background:
    radial-gradient(circle at 100% 0%, rgb(106 46 255 / 12%), transparent 34%),
    white;
  box-shadow: 0 18px 55px rgb(52 27 76 / 7%);
}

.safety-mark {
  display: grid;
  width: 70px;
  height: 70px;
  place-items: center;
  border-radius: 22px;
  background: linear-gradient(145deg, #6a2eff, #9d62ff);
  color: white;
  font-size: 26px;
  font-weight: 900;
  box-shadow: 0 16px 34px rgb(106 46 255 / 24%);
}

.safety-banner h2 {
  font-size: 31px;
  letter-spacing: -1.2px;
}

.safety-banner p:last-child {
  max-width: 650px;
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.safety-banner > a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  white-space: nowrap;
  color: var(--purple);
  font-size: 12px;
  font-weight: 820;
  text-decoration: none;
}

.info-center {
  padding: 95px 0 120px;
}

.guide-center {
  padding: 95px 0 25px;
  border-top: 1px solid var(--line);
}

.guide-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-top: 42px;
}

.guide-card {
  display: flex;
  min-height: 285px;
  flex-direction: column;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    radial-gradient(circle at 100% 0%, rgb(106 46 255 / 11%), transparent 40%),
    white;
  box-shadow: 0 16px 42px rgb(57 35 72 / 6%);
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease;
}

.guide-card:hover {
  border-color: #cdb9e4;
  transform: translateY(-4px);
}

.guide-label {
  color: var(--purple);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 1.3px;
}

.guide-card h3 {
  margin: 38px 0 12px;
  font-size: 25px;
  line-height: 1.08;
  letter-spacing: -0.8px;
}

.guide-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.58;
}

.guide-card > span:last-child {
  margin-top: auto;
  padding-top: 25px;
  color: var(--purple);
  font-size: 12px;
  font-weight: 820;
}

.compact h2 {
  font-size: 52px;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 13px;
  margin-top: 42px;
}

.info-card {
  position: relative;
  display: flex;
  min-height: 225px;
  flex-direction: column;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: white;
  box-shadow: 0 13px 36px rgb(57 35 72 / 5%);
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease;
}

.info-card:hover {
  border-color: #cdb9e4;
  transform: translateY(-4px);
}

.info-icon {
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  border-radius: 14px;
  background: #f0e8ff;
  color: var(--purple);
  font-size: 20px;
  font-weight: 900;
}

.info-card strong {
  margin-top: 26px;
  font-size: 15px;
}

.info-card small {
  margin-top: 8px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.5;
}

.info-arrow {
  position: absolute;
  right: 22px;
  bottom: 19px;
  color: var(--purple);
  font-size: 19px;
}

.final-cta {
  position: relative;
  isolation: isolate;
  width: min(100% - 40px, 1240px);
  margin: 0 auto;
  overflow: hidden;
  padding: 90px 30px;
  border-radius: 40px;
  background:
    radial-gradient(circle at 5% 110%, rgb(0 187 215 / 55%), transparent 35%),
    radial-gradient(circle at 97% 105%, rgb(255 90 42 / 58%), transparent 37%),
    linear-gradient(135deg, #190732, #5220c7);
  color: white;
  text-align: center;
  box-shadow: 0 30px 75px rgb(43 17 76 / 20%);
}

.final-cta img {
  width: 78px;
  height: 78px;
  margin: 0 auto 25px;
  border-radius: 24px;
  box-shadow: 0 16px 36px rgb(14 3 38 / 36%);
}

.final-cta .section-kicker { color: #d8c5ff; }

.final-cta h2 {
  max-width: 790px;
  margin: 0 auto;
  color: white;
  font-size: clamp(40px, 5vw, 64px);
}

.final-cta > p:not(.section-kicker) {
  margin: 20px auto 0;
  color: #ddd4eb;
  font-size: 15px;
}

.centered { justify-content: center; }

.store-button-light {
  background: rgb(255 255 255 / 12%);
}

.site-footer {
  display: grid;
  width: min(100% - 40px, 1120px);
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px 38px;
  margin: 0 auto;
  padding: 58px 0 40px;
  color: var(--muted);
  font-size: 12px;
}

.footer-brand { grid-row: span 2; }
.site-footer p { margin: 0; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 20px; }
.site-footer nav a,
.footer-mail { color: #615667; font-weight: 700; text-decoration: none; }
.footer-mail { justify-self: end; }
.copyright { color: #9a919e; }

.shell {
  width: min(100% - 32px, 820px);
  margin: 0 auto;
  padding: 28px 0 42px;
}

.document {
  padding: clamp(25px, 5vw, 45px);
  border: 1px solid #e5ddeb;
  border-radius: 30px;
  background: rgb(255 255 255 / 92%);
  box-shadow: 0 18px 55px rgb(64 35 82 / 9%);
}

.document-nav {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 30px;
  color: var(--purple);
  font-size: 14px;
  font-weight: 750;
}

.document-nav a { text-decoration: none; }

.document h1 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(32px, 6vw, 50px);
  line-height: 1;
  letter-spacing: -1.7px;
}

.updated {
  margin: 12px 0 30px;
  color: #817787;
  font-size: 13px;
}

.document h2 {
  margin: 30px 0 9px;
  color: #372542;
  font-size: 19px;
}

.document p,
.document li {
  color: #6f6475;
  font-size: 15px;
  line-height: 1.68;
}

.document ol,
.document ul { padding-left: 23px; }

.guide-document {
  width: min(100% - 32px, 960px);
}

.guide-document .document {
  padding: clamp(28px, 6vw, 64px);
}

.guide-eyebrow {
  margin: 0 0 15px;
  color: var(--purple);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 1.6px;
}

.guide-intro {
  max-width: 760px;
  margin: 22px 0 38px;
  color: #5f5366 !important;
  font-size: clamp(17px, 2vw, 20px) !important;
  line-height: 1.62 !important;
}

.guide-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 34px 0;
  padding: 0 !important;
  list-style: none;
}

.guide-points li {
  padding: 18px;
  border: 1px solid #e4d9ed;
  border-radius: 18px;
  background: #faf7ff;
  color: #55455e;
  font-size: 13px;
  font-weight: 720;
}

.guide-cta {
  margin-top: 42px;
  padding: 28px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 100%, rgb(255 90 42 / 30%), transparent 38%),
    linear-gradient(135deg, #210844, #6125dd);
  color: white;
}

.guide-cta h2,
.guide-cta p { color: white; }
.guide-cta h2 { margin-top: 0; }
.guide-cta p { color: #ded4eb; }
.guide-cta .button { background: white; color: #4e18aa; }

.related-guides {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.related-guides a {
  padding: 10px 13px;
  border: 1px solid #ded2e7;
  border-radius: 999px;
  color: #5a4567;
  font-size: 12px;
  font-weight: 750;
  text-decoration: none;
}

.notice {
  margin: 25px 0;
  padding: 18px;
  border: 1px solid #d9c8f5;
  border-radius: 18px;
  background: #f6f0ff;
}

.notice strong {
  display: block;
  margin-bottom: 5px;
  color: #4f1ba3;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  padding: 0 20px;
  border-radius: 16px;
  background: var(--purple);
  color: white;
  font-weight: 800;
  text-decoration: none;
}

.shell > footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 24px 8px 0;
  color: #817787;
  font-size: 13px;
}

.shell > footer a {
  color: var(--purple);
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-nav { display: none; }
  .hero-home { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { padding-bottom: 25px; }
  .hero-product { min-height: 600px; }
  .phone-front { right: 22%; }
  .phone-back { left: 20%; }
  .floating-date { right: 13%; }
  .floating-lock { right: 48%; }
  .feature-stage { gap: 48px; }
  .info-grid { grid-template-columns: repeat(2, 1fr); }
  .guide-grid { grid-template-columns: 1fr; }
}

@media (max-width: 740px) {
  .site-header { width: min(100% - 24px, 1240px); min-height: 67px; }
  .header-cta { padding: 10px 12px; font-size: 10px; }
  .brand img { width: 34px; height: 34px; }
  .hero-home,
  .final-cta { width: min(100% - 20px, 1240px); border-radius: 30px; }
  .hero-home { margin-top: 10px; padding: 38px 23px 25px; }
  .hero-copy h1 { font-size: clamp(47px, 14vw, 68px); letter-spacing: -3.8px; }
  .hero-product { min-height: 500px; }
  .phone-front { right: 6%; width: 230px; }
  .phone-back { left: 0; width: 190px; }
  .floating-date { top: 126px; right: -2%; }
  .floating-lock { right: 40%; bottom: 22px; }
  .manifesto,
  .steps-section,
  .feature-stage,
  .topics-section,
  .guide-center,
  .info-center,
  .safety-banner { width: min(100% - 28px, 1120px); }
  .manifesto { padding: 90px 0 70px; }
  .section-heading,
  .feature-stage,
  .topics-section { grid-template-columns: 1fr; }
  .section-heading { gap: 18px; }
  .steps-grid { grid-template-columns: 1fr; }
  .step-card { min-height: 280px; }
  .feature-stage { gap: 30px; padding: 75px 0; }
  .feature-phone-wrap { min-height: 570px; }
  .feature-halo { width: 430px; height: 430px; }
  .phone-feature { width: 270px; }
  .topics-section { gap: 35px; padding: 75px 0; }
  .safety-banner { grid-template-columns: 1fr; margin-bottom: 70px; padding: 30px; }
  .info-center { padding: 70px 0 90px; }
  .guide-center { padding: 70px 0 20px; }
  .guide-points { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr; text-align: center; }
  .footer-brand,
  .footer-mail { justify-self: center; }
  .site-footer nav { justify-content: center; }
}

@media (max-width: 520px) {
  .hero-product { min-height: 430px; }
  .phone-front { right: 0; width: 202px; }
  .phone-back { top: 96px; left: -19px; width: 164px; }
  .floating-card { padding: 10px 11px; }
  .floating-date { top: 106px; right: -10px; }
  .floating-lock { right: 33%; bottom: 4px; }
  .trust-row { display: grid; }
  .manifesto h2,
  .section-heading h2,
  .feature-copy h2,
  .topics-copy h2 { letter-spacing: -2.1px; }
  .feature-phone-wrap { min-height: 510px; }
  .feature-halo {
    width: min(345px, 100%);
    height: auto;
    aspect-ratio: 1;
  }
  .phone-feature { width: 235px; }
  .info-grid { grid-template-columns: 1fr; }
  .info-card { min-height: 190px; }
  .shell { width: min(100% - 20px, 820px); padding-top: 10px; }
  .document { border-radius: 26px; }
  .shell > footer { flex-direction: column; align-items: center; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}
