:root {
  --bg: #020b25;
  --bg-soft: #0b1f50;
  --card: rgba(9, 28, 77, 0.62);
  --line: rgba(122, 188, 255, 0.4);
  --txt: #e9f5ff;
  --muted: #96b5d8;
  --blue: #62b7ff;
  --blue-strong: #2c8eff;
  --gold: #ffd44e;
  --radius: 20px;
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  font-family: "Manrope", system-ui, sans-serif;
  color: var(--txt);
  background: radial-gradient(circle at 22% 8%, #1849a4 0%, rgba(24, 73, 164, 0) 38%),
    radial-gradient(circle at 88% 18%, rgba(255, 193, 53, 0.23) 0%, rgba(255, 193, 53, 0) 34%),
    radial-gradient(circle at 50% 80%, #0e2459 0%, rgba(14, 36, 89, 0) 42%),
    var(--bg);
  min-height: 100%;
  scroll-behavior: smooth;
}

.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.09;
  background-image: radial-gradient(rgba(255, 255, 255, 0.7) 0.4px, transparent 0.4px);
  background-size: 3px 3px;
  z-index: 1;
}

.scroll-progress {
  position: fixed;
  left: 0;
  top: 0;
  height: 3px;
  width: 0;
  z-index: 100;
  background: linear-gradient(90deg, var(--blue), var(--gold));
  box-shadow: 0 0 12px rgba(98, 183, 255, 0.9);
}

.section {
  width: min(1200px, 92vw);
  margin: 0 auto;
  padding: 90px 0;
  position: relative;
  z-index: 2;
}

.site-header {
  width: min(1200px, 92vw);
  margin: 16px auto 0;
  padding: 12px 14px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 12px;
  z-index: 90;
}

.glass {
  border: 1px solid rgba(151, 211, 255, 0.26);
  background: rgba(4, 18, 55, 0.45);
  backdrop-filter: blur(12px);
  box-shadow: 0 12px 34px rgba(3, 10, 32, 0.45), inset 0 0 24px rgba(98, 183, 255, 0.1);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--txt);
  text-decoration: none;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
}

.brand-logo {
  width: 38px;
  height: 38px;
  object-fit: cover;
  border-radius: 10px;
}

.top-nav {
  display: flex;
  gap: 22px;
}

.top-nav a {
  color: var(--muted);
  text-decoration: none;
  transition: color .25s;
}

.top-nav a:hover { color: var(--txt); }

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

.lang-switch {
  appearance: none;
  border: 1px solid var(--line);
  background: rgba(0, 0, 0, 0.22);
  color: var(--txt);
  border-radius: 12px;
  padding: 10px 12px;
  font-weight: 700;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  transition: transform .25s, box-shadow .25s, background .25s;
}

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

.btn-primary {
  color: #091329;
  background: linear-gradient(120deg, var(--blue), #99e4ff 55%, var(--gold));
  box-shadow: 0 16px 30px rgba(64, 149, 255, 0.35);
}

.btn-secondary {
  color: var(--txt);
  border: 1px solid var(--line);
  background: rgba(1, 8, 24, 0.45);
}

.hero {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 38px;
  align-items: center;
  min-height: calc(100vh - 110px);
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .74rem;
  color: #7ec8ff;
  font-weight: 700;
}

h1, h2, h3 { font-family: "Space Grotesk", sans-serif; margin: 0 0 14px; line-height: 1.05; }
h1 { font-size: clamp(2.4rem, 5vw, 4.4rem); }
h2 { font-size: clamp(1.8rem, 3.5vw, 3rem); }
h3 { font-size: 1.4rem; }
.lead { color: var(--muted); font-size: 1.08rem; max-width: 650px; }

.hero-buttons { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.cta .hero-buttons { justify-content: center; }

.hero-visual {
  position: relative;
  aspect-ratio: 1;
  min-height: 420px;
  border-radius: 30px;
  overflow: hidden;
  display: grid;
  place-items: center;
  border: 1px solid rgba(128, 188, 255, 0.35);
  background: radial-gradient(circle at 30% 25%, rgba(119, 174, 255, 0.2), rgba(4, 16, 46, 0.65) 45%),
    linear-gradient(145deg, rgba(16, 52, 126, 0.75), rgba(6, 21, 61, 0.85));
}

.hero-art {
  width: 82%;
  max-width: 460px;
  object-fit: contain;
  filter: drop-shadow(0 18px 40px rgba(0, 0, 0, 0.45));
  transform: translateY(6px);
  position: relative;
  z-index: 3;
}

.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
}

.orb-a {
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(104, 186, 255, 0.75), rgba(104, 186, 255, 0));
  left: 8%; top: 10%;
}

.orb-b {
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(255, 208, 76, 0.65), rgba(255, 208, 76, 0));
  right: 2%; bottom: 8%;
}

.floating-card {
  position: absolute;
  padding: 9px 14px;
  border-radius: 999px;
  font-size: .86rem;
  color: #d5f0ff;
  z-index: 4;
  white-space: nowrap;
}

.card-a { left: 7%; top: 13%; }
.card-b { right: 6%; top: 22%; }
.card-c { right: 12%; bottom: 14%; }

.section-head { max-width: 760px; margin-bottom: 22px; }
.feature-grid, .security-grid, .legal-grid {
  display: grid;
  gap: 14px;
}

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

.feature-card, .security-item {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(140deg, rgba(9, 31, 86, 0.64), rgba(3, 12, 36, 0.75));
  padding: 20px;
  transition: transform .3s, border-color .3s, box-shadow .3s;
}

.detail-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.feature-card p, .security-item p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.detail-arrow {
  display: inline-block;
  margin-top: 14px;
  color: #9ad8ff;
  font-weight: 700;
  font-size: .9rem;
}

.feature-card:hover, .security-item:hover {
  transform: translateY(-6px);
  border-color: rgba(149, 220, 255, 0.7);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
}

.screens-track {
  display: grid;
  grid-template-columns: repeat(3, minmax(220px, 1fr));
  gap: 14px;
}

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

.art-shot {
  width: 100%;
  border-radius: 26px;
  border: 1px solid rgba(156, 207, 255, 0.4);
  box-shadow: 0 18px 42px rgba(2, 8, 26, 0.45);
  transition: transform .35s, filter .35s;
}

.art-shot:hover {
  transform: translateY(-8px) scale(1.01);
  filter: saturate(1.07) contrast(1.03);
}

.phone-shot {
  width: 100%;
  border-radius: 28px;
  border: 1px solid rgba(156, 207, 255, 0.5);
  box-shadow: 0 18px 42px rgba(2, 8, 26, 0.55);
  background: #d9dff0;
  transition: transform .35s;
}

.phone-shot:hover { transform: translateY(-8px) rotateX(3deg); }

.spotlight {
  overflow: hidden;
}

.spotlight-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at var(--mx, 50%) var(--my, 40%), rgba(109, 189, 255, 0.24), transparent 40%);
  pointer-events: none;
}

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

.cta {
  text-align: center;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: linear-gradient(145deg, rgba(11, 37, 101, 0.8), rgba(7, 20, 60, 0.65));
}

.cta p {
  color: var(--muted);
  max-width: 700px;
  margin: 0 auto;
}

.legal-links {
  text-align: center;
}

.legal-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.legal-card {
  text-decoration: none;
  border-radius: 18px;
  border: 1px solid var(--line);
  padding: 20px;
  color: var(--txt);
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  background: rgba(7, 21, 62, 0.7);
  transition: transform .25s, border-color .25s;
}

.legal-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 214, 89, 0.8);
}

.site-footer {
  border-top: 1px solid rgba(110, 165, 241, 0.25);
  width: min(1200px, 92vw);
  margin: 0 auto;
  padding: 24px 0 34px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  color: var(--muted);
  position: relative;
  z-index: 3;
}

.site-footer a { color: #9fd6ff; text-decoration: none; }

.reveal {
  opacity: 0;
  transform: translateY(24px) scale(0.985);
  transition: opacity .65s ease, transform .65s ease;
}

.reveal.show {
  opacity: 1;
  transform: translateY(0) scale(1);
}

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

body.legal-page {
  background: linear-gradient(180deg, #05122f, #0c2154 40%, #081b45);
}

.legal-main {
  width: min(950px, 92vw);
  margin: 34px auto 70px;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: rgba(2, 13, 38, 0.65);
  padding: 30px;
}

.legal-main h1 { margin-bottom: 10px; }
.legal-main h2 { font-size: 1.4rem; margin-top: 26px; }
.legal-main p, .legal-main li { color: #c7ddf5; line-height: 1.7; }
.legal-main ul { padding-left: 20px; }
.legal-meta { color: #9ec9ef; font-weight: 700; margin-top: 0; }

@media (max-width: 1000px) {
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .feature-grid, .security-grid, .legal-grid, .art-grid { grid-template-columns: 1fr; }
  .screens-track {
    display: flex;
    overflow-x: auto;
    padding-bottom: 6px;
    scroll-snap-type: x mandatory;
  }
  .phone-shot { width: 72vw; max-width: 380px; scroll-snap-align: center; }
  .top-nav { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* FAQ */
body.faq-page {
  background:
    radial-gradient(circle at 12% 6%, rgba(90, 168, 255, 0.28), transparent 36%),
    radial-gradient(circle at 86% 10%, rgba(255, 205, 78, 0.15), transparent 30%),
    linear-gradient(180deg, #03102d 0%, #061a46 42%, #071634 100%);
}

.faq-shell {
  width: min(1320px, 94vw);
  padding-top: 34px;
}

.faq-hero {
  border-radius: 30px;
  padding: 24px;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 18px;
}

.faq-hero-copy .lead {
  max-width: none;
  margin-bottom: 0;
}

.faq-search-hint {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: .92rem;
}

.faq-search-panel {
  display: grid;
  gap: 10px;
  align-content: start;
  position: sticky;
  top: 94px;
}

.faq-search-input-wrap {
  display: grid;
  grid-template-columns: 24px 1fr auto;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 16px;
}

.faq-search-input-wrap input {
  width: 100%;
  min-width: 0;
  background: transparent;
  border: 0;
  outline: none;
  color: var(--txt);
  font: inherit;
}

.faq-search-input-wrap input::placeholder { color: #98b6db; }
.faq-search-icon { color: #9fd6ff; width: 20px; height: 20px; }

.faq-clear-btn {
  width: 30px;
  height: 30px;
  border: 1px solid rgba(145, 202, 255, 0.35);
  background: rgba(6, 16, 40, 0.6);
  color: #d7efff;
  border-radius: 999px;
  cursor: pointer;
  font-size: 1.05rem;
}

.faq-search-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: var(--muted);
  font-size: .88rem;
}

.faq-search-results {
  border-radius: 16px;
  border: 1px solid rgba(135, 194, 255, 0.22);
  background: rgba(4, 15, 42, 0.68);
  padding: 10px;
}

.faq-search-results[hidden] { display: none; }
.faq-search-results-title { font-weight: 700; color: #d7efff; margin-bottom: 8px; }
.faq-search-result-list { display: grid; gap: 8px; max-height: 320px; overflow: auto; }

.faq-search-result-item {
  width: 100%;
  text-align: left;
  border: 1px solid rgba(140, 200, 255, 0.18);
  border-radius: 12px;
  background: rgba(8, 22, 58, 0.66);
  color: var(--txt);
  padding: 10px 12px;
  display: grid;
  gap: 4px;
  cursor: pointer;
}

.faq-search-result-item:hover {
  border-color: rgba(171, 222, 255, 0.45);
  transform: translateY(-1px);
}

.faq-search-result-question { font-weight: 700; }
.faq-search-result-category { color: var(--muted); font-size: .84rem; }
.faq-search-result-empty { color: var(--muted); }

.faq-popular {
  grid-column: 1 / -1;
  border-radius: 20px;
  padding: 16px;
}

.faq-popular h2 {
  font-size: 1.15rem;
  margin-bottom: 10px;
}

.faq-popular-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.faq-popular-link {
  border: 1px solid rgba(138, 196, 255, 0.28);
  background: rgba(5, 17, 48, 0.6);
  color: var(--txt);
  border-radius: 999px;
  padding: 10px 14px;
  cursor: pointer;
  font-weight: 600;
}

.faq-popular-link:hover {
  border-color: rgba(255, 214, 89, 0.55);
}

.faq-layout {
  margin-top: 18px;
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 18px;
}

.faq-sidebar {
  position: relative;
}

.faq-sidebar-inner {
  position: sticky;
  top: 94px;
  border-radius: 20px;
  padding: 16px;
}

.faq-sidebar-inner h2 {
  font-size: 1rem;
  margin-bottom: 10px;
}

.faq-category-nav {
  display: grid;
  gap: 6px;
}

.faq-category-btn {
  width: 100%;
  text-align: left;
  border-radius: 12px;
  border: 1px solid transparent;
  padding: 10px 12px;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-weight: 600;
}

.faq-category-btn:hover { color: var(--txt); background: rgba(255,255,255,0.03); }
.faq-category-btn.is-active {
  color: var(--txt);
  border-color: rgba(144, 205, 255, 0.35);
  background: rgba(64, 149, 255, 0.14);
}

.faq-content-wrap { min-width: 0; }

.faq-category-chips {
  display: none;
  gap: 8px;
  margin-bottom: 10px;
  overflow-x: auto;
  padding-bottom: 6px;
}

.faq-chip {
  white-space: nowrap;
  border-radius: 999px;
  border: 1px solid rgba(140, 201, 255, 0.25);
  background: rgba(5, 17, 47, 0.65);
  color: #cfe9ff;
  padding: 10px 14px;
  cursor: pointer;
  font-weight: 700;
}

.faq-chip.is-active {
  color: #091329;
  border-color: transparent;
  background: linear-gradient(120deg, var(--blue), #9bdfff 65%, var(--gold));
}

.faq-empty {
  border-radius: 20px;
  padding: 20px;
}

.faq-empty h3 { font-size: 1.1rem; margin-bottom: 8px; }
.faq-empty p { margin: 0; color: var(--muted); }

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

.faq-category-section {
  border-radius: 22px;
  padding: 16px;
}

.faq-category-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
}

.faq-category-section-head h2 {
  font-size: 1.2rem;
  margin: 0;
}

.faq-category-section-head span {
  color: var(--muted);
  font-weight: 700;
}

.faq-accordion {
  display: grid;
}

.faq-item {
  border-top: 1px solid rgba(146, 205, 255, 0.16);
  padding: 10px 0 0;
}

.faq-item:first-child { border-top: 0; }

.faq-item-head {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: start;
}

.faq-item h3 { margin: 0; }

.faq-question-btn {
  width: 100%;
  background: transparent;
  color: var(--txt);
  border: 0;
  padding: 8px 0;
  text-align: left;
  cursor: pointer;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: start;
}

.faq-question-text {
  font-weight: 700;
  line-height: 1.35;
}

.faq-question-icon {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  border: 1px solid rgba(144, 204, 255, 0.28);
  display: grid;
  place-items: center;
  color: #9fd6ff;
  font-weight: 700;
  transition: transform .2s ease;
}

.faq-item.is-open .faq-question-icon { transform: rotate(45deg); }

.faq-copy-btn {
  margin-top: 6px;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  border: 1px solid rgba(144, 204, 255, 0.22);
  background: rgba(9, 22, 57, 0.6);
  color: #cfe9ff;
  cursor: pointer;
}

.faq-copy-btn:hover { border-color: rgba(171, 222, 255, 0.5); }

.faq-answer-panel {
  padding: 0 0 6px 0;
  animation: faqFade .18s ease;
}

@keyframes faqFade {
  from { opacity: 0; transform: translateY(-2px); }
  to { opacity: 1; transform: translateY(0); }
}

.faq-answer-body {
  color: #c7ddf5;
  line-height: 1.68;
  max-width: 78ch;
  padding: 0 0 0 2px;
}

.faq-answer-body p { margin: 8px 0; }
.faq-answer-body ul { margin: 8px 0; padding-left: 18px; }
.faq-answer-body li { margin: 4px 0; }

.faq-answer-body mark,
.faq-popular-link mark,
.faq-search-result-item mark {
  background: rgba(255, 212, 78, 0.2);
  color: #ffe898;
  padding: 0 .12em;
  border-radius: 4px;
}

.faq-callout {
  margin: 12px 0;
  border-radius: 14px;
  border: 1px solid rgba(143, 203, 255, 0.22);
  background: rgba(8, 24, 62, 0.55);
  padding: 12px 14px;
}

.faq-callout strong {
  display: block;
  color: #dff4ff;
  margin-bottom: 5px;
}

.faq-callout p { margin: 0; }
.faq-callout-important { border-color: rgba(255, 211, 74, 0.35); background: rgba(56, 43, 2, 0.18); }
.faq-callout-tip { border-color: rgba(112, 235, 180, 0.35); background: rgba(4, 46, 39, 0.22); }
.faq-callout-action { border-color: rgba(126, 188, 255, 0.36); background: rgba(9, 35, 74, 0.34); }

.faq-see-also {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  font-size: .92rem;
}

.faq-see-also span { color: var(--muted); font-weight: 700; }
.faq-see-also a,
.faq-inline-link {
  border: 1px solid rgba(144, 204, 255, 0.22);
  background: rgba(6, 17, 46, 0.55);
  color: #cfe9ff;
  border-radius: 999px;
  padding: 7px 10px;
  text-decoration: none;
  cursor: pointer;
}

.faq-inline-link { font: inherit; }

.faq-helpful {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: .9rem;
}

.faq-helpful button {
  border: 1px solid rgba(141, 201, 255, 0.24);
  border-radius: 999px;
  background: rgba(6, 18, 50, 0.62);
  color: #d6efff;
  padding: 6px 10px;
  cursor: pointer;
  font-weight: 700;
}

.faq-helpful button.is-selected {
  border-color: rgba(255, 212, 78, 0.6);
  background: rgba(255, 212, 78, 0.1);
  color: #ffe48a;
}

.faq-helpful-thanks { color: #89d3a5; }

.faq-cta {
  margin-top: 16px;
  border-radius: 24px;
  padding: 22px;
  text-align: center;
}

.faq-cta h2 { margin-bottom: 10px; }
.faq-cta p { margin: 0 auto; color: var(--muted); max-width: 760px; }
.faq-cta-buttons { justify-content: center; }

.faq-top-nav { display: flex; }

@media (max-width: 1100px) {
  .faq-hero { grid-template-columns: 1fr; }
  .faq-layout { grid-template-columns: 1fr; }
  .faq-sidebar { display: none; }
  .faq-category-chips { display: flex; position: sticky; top: 86px; z-index: 20; background: rgba(4, 16, 43, 0.85); backdrop-filter: blur(8px); border-radius: 14px; padding: 8px; border: 1px solid rgba(144, 204, 255, 0.18); }
}

@media (max-width: 700px) {
  .faq-shell { width: min(98vw, 98vw); }
  .faq-hero { padding: 16px; border-radius: 20px; }
  .faq-popular-links { display: grid; grid-template-columns: 1fr; }
  .faq-popular-link { text-align: left; }
  .faq-search-input-wrap { grid-template-columns: 20px 1fr auto; }
  .faq-question-btn { grid-template-columns: 1fr 22px; }
  .faq-cta-buttons .btn { width: 100%; }
  .faq-top-nav { display: none; }
}
