:root {
  --bg: #f6f4fb;
  --surface: rgba(255, 255, 255, 0.82);
  --surface-strong: rgba(255, 255, 255, 0.94);
  --line: rgba(111, 88, 225, 0.12);
  --line-strong: rgba(111, 88, 225, 0.2);
  --text: #17142a;
  --muted: #625d7d;
  --soft: #8d87ab;
  --brand: #6f58e1;
  --brand-2: #a247f0;
  --brand-3: #f3a1a2;
  --success: #38a36d;
  --shadow-lg: 0 28px 80px rgba(54, 33, 117, 0.12);
  --shadow-md: 0 18px 50px rgba(55, 35, 116, 0.08);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "SF Pro Text", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(162, 71, 240, 0.16), transparent 34%),
    radial-gradient(circle at top right, rgba(111, 88, 225, 0.14), transparent 26%),
    linear-gradient(180deg, #fbfaff 0%, #f4f1fb 48%, #f7f5fb 100%);
  line-height: 1.55;
}

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

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

main {
  overflow: hidden;
}

.container {
  width: min(var(--container), calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  padding: 18px 0;
  background: rgba(246, 244, 251, 0.72);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(111, 88, 225, 0.08);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 13px;
  box-shadow: 0 12px 28px rgba(111, 88, 225, 0.22);
}

.brand-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.brand-title {
  font-size: 1rem;
}

.brand-subtitle {
  font-size: 0.76rem;
  color: var(--soft);
  font-weight: 600;
}

.nav {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nav-link {
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 600;
  padding: 10px 14px;
  border-radius: 999px;
}

.nav-link:hover,
.nav-link:focus-visible {
  background: rgba(111, 88, 225, 0.08);
  color: var(--text);
}

.nav-link.active {
  background: rgba(111, 88, 225, 0.12);
  color: var(--brand);
}

.hero {
  padding: 56px 0 32px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 42px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(111, 88, 225, 0.1);
  border: 1px solid rgba(111, 88, 225, 0.12);
  color: var(--brand);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero h1,
.page-hero h1 {
  margin: 18px 0 16px;
  font-size: clamp(2.7rem, 5vw, 5rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
}

.hero p,
.page-hero p {
  margin: 0;
  max-width: 620px;
  font-size: 1.12rem;
  color: var(--muted);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  letter-spacing: -0.01em;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, border-color 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button-primary {
  color: white;
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-2) 100%);
  box-shadow: 0 18px 38px rgba(111, 88, 225, 0.28);
}

.button-secondary {
  color: var(--text);
  background: rgba(255, 255, 255, 0.78);
  border-color: rgba(111, 88, 225, 0.15);
}

.trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.trust-list li {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(111, 88, 225, 0.1);
  color: var(--muted);
  font-weight: 600;
}

.hero-visual {
  position: relative;
  min-height: 720px;
  padding: 28px 0 0;
}

.glow-card {
  position: absolute;
  inset: 78px 22px 20px 74px;
  border-radius: 44px;
  background:
    linear-gradient(180deg, rgba(63, 43, 160, 0.96) 0%, rgba(111, 88, 225, 0.98) 45%, rgba(167, 65, 241, 0.94) 100%);
  box-shadow: 0 38px 90px rgba(67, 40, 146, 0.26);
  overflow: hidden;
}

.glow-card::after,
.glow-card::before,
.hero-orb {
  pointer-events: none;
}

.glow-card::before,
.glow-card::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(2px);
}

.glow-card::before {
  width: 360px;
  height: 360px;
  right: -60px;
  top: -60px;
  background: rgba(255, 255, 255, 0.09);
}

.glow-card::after {
  width: 460px;
  height: 460px;
  left: -220px;
  bottom: -180px;
  background: rgba(255, 162, 203, 0.18);
}

.hero-orb {
  position: absolute;
  z-index: 1;
  border-radius: 999px;
  filter: blur(12px);
}

.hero-orb-top {
  width: 180px;
  height: 180px;
  top: 118px;
  right: 74px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0) 72%);
}

.hero-orb-bottom {
  width: 220px;
  height: 220px;
  left: 96px;
  bottom: 84px;
  background: radial-gradient(circle, rgba(255, 181, 208, 0.24) 0%, rgba(255, 181, 208, 0) 72%);
}

.hero-device {
  position: absolute;
  z-index: 2;
  right: 76px;
  bottom: 18px;
  width: min(356px, 71%);
  filter: drop-shadow(0 28px 50px rgba(14, 8, 33, 0.3));
}

.hero-chip,
.hero-stat {
  position: absolute;
  z-index: 3;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.32);
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(16px);
}

.hero-chip-top {
  left: 0;
  top: 0;
  width: min(300px, 60%);
  padding: 20px 22px;
  border-radius: 28px;
}

.hero-chip-label,
.hero-mini-title {
  display: block;
  color: var(--soft);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-chip-top strong,
.hero-mini-value {
  display: block;
  margin-top: 10px;
  font-size: 1.06rem;
  letter-spacing: -0.03em;
  color: var(--text);
}

.hero-chip-left,
.hero-chip-right {
  min-width: 168px;
  padding: 16px 18px;
  border-radius: 22px;
}

.hero-chip-left {
  left: 38px;
  bottom: 122px;
}

.hero-chip-right {
  right: 0;
  top: 186px;
}

.hero-mini-value {
  margin-top: 6px;
  font-size: 0.98rem;
}

.hero-stat {
  min-width: 154px;
  padding: 16px 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.84);
}

.hero-stat-top {
  left: 112px;
  top: 164px;
}

.hero-stat-bottom {
  right: 18px;
  bottom: 118px;
}

.hero-stat-label {
  display: block;
  color: var(--soft);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-stat strong {
  display: block;
  margin-top: 8px;
  color: var(--text);
  font-size: 1.3rem;
  letter-spacing: -0.04em;
}

.hero-stat-trend {
  display: block;
  margin-top: 6px;
  color: var(--success);
  font-size: 0.9rem;
  font-weight: 600;
}

.section {
  padding: 34px 0;
}

.section-heading {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 26px;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(2rem, 3.6vw, 3.2rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.section-heading p {
  margin: 0;
  max-width: 700px;
  color: var(--muted);
  font-size: 1.03rem;
}

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

.feature-card,
.policy-card,
.support-card,
.legal-card,
.gallery-card,
.cta-card,
.content-card {
  background: var(--surface);
  border: 1px solid var(--line);
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow-md);
}

.feature-card {
  padding: 22px;
  border-radius: var(--radius-lg);
}

.feature-icon {
  width: 50px;
  height: 50px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  color: white;
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-2) 100%);
  box-shadow: 0 14px 30px rgba(111, 88, 225, 0.22);
  font-weight: 700;
}

.feature-card h3 {
  margin: 16px 0 8px;
  font-size: 1.18rem;
  letter-spacing: -0.03em;
}

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

.spotlight {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.92fr);
  gap: 24px;
  align-items: center;
  padding: 18px 0;
}

.spotlight-copy {
  padding-right: 14px;
}

.spotlight-copy ul {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.spotlight-copy li {
  display: flex;
  gap: 12px;
  color: var(--muted);
}

.spotlight-copy li::before {
  content: "•";
  color: var(--brand);
  font-weight: 700;
}

.shot-stack {
  position: relative;
  min-height: 700px;
}

.shot-primary,
.shot-secondary {
  position: absolute;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(43, 30, 102, 0.16);
}

.shot-primary {
  right: 0;
  top: 0;
  width: min(420px, 88%);
}

.shot-secondary {
  left: 0;
  bottom: 34px;
  width: min(240px, 52%);
  border: 10px solid rgba(255, 255, 255, 0.9);
}

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

.gallery-card {
  border-radius: 28px;
  overflow: hidden;
}

.gallery-card img {
  width: 100%;
  aspect-ratio: 1290 / 2796;
  object-fit: cover;
}

.gallery-copy {
  padding: 18px 18px 20px;
}

.gallery-copy strong {
  display: block;
  font-size: 1rem;
  letter-spacing: -0.02em;
}

.gallery-copy p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.policy-grid,
.support-grid,
.legal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.policy-card,
.support-card,
.legal-card,
.content-card {
  padding: 24px;
  border-radius: 26px;
}

.content-card + .content-card {
  margin-top: 18px;
}

.policy-card h3,
.support-card h3,
.legal-card h3,
.content-card h2,
.content-card h3 {
  margin: 0 0 10px;
  letter-spacing: -0.03em;
}

.policy-card p,
.support-card p,
.legal-card p,
.content-card p,
.content-card li {
  margin: 0;
  color: var(--muted);
}

.content-card ul {
  margin: 12px 0 0;
  padding-left: 18px;
}

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

.page-hero {
  padding: 56px 0 20px;
}

.page-hero .hero-panel {
  padding: 34px;
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(111, 88, 225, 0.96) 0%, rgba(63, 43, 160, 0.98) 48%, rgba(167, 65, 241, 0.94) 100%);
  color: white;
  box-shadow: var(--shadow-lg);
}

.page-hero p {
  color: rgba(255, 255, 255, 0.84);
}

.page-hero .eyebrow {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.92);
}

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

.meta-pill {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.14);
  font-weight: 600;
  color: rgba(255, 255, 255, 0.86);
}

.two-column {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.62fr);
  gap: 18px;
  align-items: start;
}

.sidebar-card {
  position: sticky;
  top: 110px;
  padding: 22px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-md);
}

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

.sidebar-card ul {
  margin: 0;
  padding-left: 18px;
}

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

.sidebar-card li,
.sidebar-card p {
  color: var(--muted);
}

.cta {
  padding: 42px 0 68px;
}

.cta-card {
  padding: 32px;
  border-radius: 34px;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.18), transparent 28%),
    linear-gradient(135deg, rgba(111, 88, 225, 0.98) 0%, rgba(162, 71, 240, 0.94) 100%);
  color: white;
}

.cta-card h2 {
  margin: 0;
  font-size: clamp(2rem, 3vw, 3rem);
  letter-spacing: -0.04em;
}

.cta-card p {
  max-width: 640px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.85);
}

.cta-card .button-secondary {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.18);
  color: white;
}

.site-footer {
  padding: 0 0 52px;
}

.footer-card {
  padding: 24px 28px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-md);
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap;
}

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

.footer-links {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.footer-links a {
  color: var(--brand);
  font-weight: 700;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 1080px) {
  .hero-grid,
  .spotlight,
  .two-column,
  .feature-grid,
  .gallery-grid,
  .policy-grid,
  .support-grid,
  .legal-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual,
  .shot-stack {
    min-height: auto;
  }

  .glow-card,
  .hero-orb,
  .hero-device,
  .hero-chip,
  .hero-stat,
  .shot-primary,
  .shot-secondary {
    position: relative;
  }

  .hero-visual {
    display: block;
    padding-top: 0;
  }

  .glow-card {
    inset: auto;
    min-height: 620px;
  }

  .hero-device {
    right: auto;
    bottom: auto;
    margin: -560px auto 0;
    margin-right: auto;
    width: 92%;
  }

  .hero-chip {
    margin: 0 auto 18px;
  }

  .hero-chip-top,
  .hero-chip-left,
  .hero-chip-right,
  .hero-stat-top,
  .hero-stat-bottom {
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: min(360px, 100%);
    min-width: 0;
  }

  .hero-orb {
    display: none;
  }

  .hero-stat {
    margin: 0 auto 18px;
  }

  .shot-primary {
    width: min(420px, 100%);
    margin: 0 auto;
  }

  .shot-secondary {
    width: min(260px, 56%);
    margin: 22px auto 0;
  }

  .sidebar-card {
    position: static;
  }
}

@media (max-width: 720px) {
  .site-header {
    padding: 14px 0;
  }

  .header-inner,
  .footer-card {
    align-items: flex-start;
  }

  .nav {
    gap: 6px;
  }

  .nav-link {
    padding: 8px 10px;
    font-size: 0.9rem;
  }

  .hero {
    padding-top: 34px;
  }

  .hero h1,
  .page-hero h1 {
    font-size: clamp(2.3rem, 11vw, 3.6rem);
  }

  .hero p,
  .page-hero p,
  .section-heading p {
    font-size: 1rem;
  }

  .glow-card {
    min-height: 560px;
  }

  .hero-device {
    margin-top: -500px;
    width: 92%;
  }

  .floating-note,
  .page-hero .hero-panel,
  .cta-card,
  .policy-card,
  .support-card,
  .legal-card,
  .content-card {
    padding: 20px;
  }

  .section,
  .cta {
    padding: 26px 0 42px;
  }
}
