:root {
  --bg: #070d1a;
  --bg-soft: #0d1730;
  --surface: #111f3f;
  --surface-2: #15284f;
  --ink: #eaf1ff;
  --muted: #a9b8d9;
  --line: #243a68;
  --primary: #1e8bff;
  --primary-2: #5e39ff;
  --accent: #ff7a00;
  --ok: #3fcf8e;
  --warn: #ffb020;
  --danger: #ff5e5e;
  --radius-lg: 24px;
  --radius-md: 14px;
  --shadow: 0 20px 48px rgba(0, 0, 0, 0.35);
  --container: 1160px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "IBM Plex Sans", "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  line-height: 1.65;
  background:
    radial-gradient(circle at 0% -20%, #123266 0%, rgba(18, 50, 102, 0.03) 40%),
    radial-gradient(circle at 100% 0%, #2d1b5d 0%, rgba(45, 27, 93, 0.04) 35%),
    linear-gradient(180deg, #060c18 0%, #0a1328 55%, #071023 100%);
}

h1,
h2,
h3,
h4 {
  margin: 0;
  line-height: 1.2;
  letter-spacing: -0.02em;
  font-family: "Sora", "Avenir Next", "Segoe UI", sans-serif;
}

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

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

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

.container {
  width: min(var(--container), 92%);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(54, 84, 140, 0.42);
  background: rgba(5, 10, 20, 0.8);
}

.nav-wrap {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  font-family: "Sora", sans-serif;
}

.brand img {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  box-shadow: 0 10px 24px rgba(30, 139, 255, 0.35);
  object-fit: cover;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 20px;
}

.site-nav a {
  color: #ced9f5;
  font-weight: 600;
}

.site-nav a.active,
.site-nav a:hover {
  color: #ffffff;
}

.menu-toggle {
  display: none;
  border: 1px solid #37518d;
  background: #0f2248;
  color: #e8f0ff;
  border-radius: 10px;
  padding: 9px 12px;
  font-weight: 700;
}

.button,
.cta,
button {
  border: 0;
  border-radius: 12px;
  font-weight: 700;
  padding: 11px 18px;
  cursor: pointer;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.button.primary,
.cta,
button.primary {
  color: #fff;
  background: linear-gradient(120deg, var(--primary), var(--primary-2));
  box-shadow: 0 12px 28px rgba(30, 139, 255, 0.32);
}

.button.secondary {
  color: #e7efff;
  border: 1px solid #4366aa;
  background: rgba(17, 31, 63, 0.65);
}

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

.hero {
  padding: 82px 0 60px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 30px;
  align-items: stretch;
}

.hero-copy {
  border: 1px solid #29467f;
  border-radius: var(--radius-lg);
  padding: 36px;
  background: linear-gradient(145deg, rgba(16, 31, 62, 0.9), rgba(12, 24, 49, 0.9));
  box-shadow: var(--shadow);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(30, 139, 255, 0.18);
  color: #c9ddff;
  font-size: 0.86rem;
  font-weight: 700;
  margin-bottom: 14px;
}

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

.hero p {
  font-size: 1.05rem;
  max-width: 56ch;
}

.action-row {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.quick-stats {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.quick-stats div {
  border-radius: 12px;
  border: 1px solid #2b4a83;
  padding: 12px;
  background: rgba(9, 20, 45, 0.7);
}

.quick-stats strong {
  display: block;
  color: #ffffff;
  font-size: 1.08rem;
  font-family: "Sora", sans-serif;
}

.hero-media {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
  min-height: 460px;
  position: relative;
  border: 1px solid #2c467b;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-chip {
  position: absolute;
  right: 16px;
  bottom: 16px;
  border-radius: 12px;
  padding: 9px 13px;
  color: #f2f7ff;
  background: rgba(4, 12, 26, 0.78);
  border: 1px solid #33589a;
  font-size: 0.88rem;
}

.section {
  padding: 72px 0;
}

.section.alt {
  background: linear-gradient(180deg, rgba(16, 31, 63, 0.62), rgba(8, 17, 37, 0.45));
  border-top: 1px solid rgba(45, 71, 120, 0.45);
  border-bottom: 1px solid rgba(45, 71, 120, 0.45);
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 18px;
  margin-bottom: 24px;
}

.section-head h2 {
  font-size: clamp(1.56rem, 4vw, 2.3rem);
}

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

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

.card {
  border-radius: 18px;
  padding: 22px;
  background: linear-gradient(150deg, rgba(19, 34, 67, 0.92), rgba(14, 27, 53, 0.92));
  border: 1px solid #304f87;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.25);
}

.icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  font-size: 1.05rem;
  color: #fff;
  background: linear-gradient(130deg, #208bff, #623dff);
}

.list-clean {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
}

.list-clean li {
  margin-bottom: 8px;
}

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

.step {
  border-radius: 16px;
  padding: 18px;
  border: 1px solid #2f4f88;
  background: rgba(14, 27, 54, 0.85);
}

.step-no {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  color: #fff;
  margin-bottom: 8px;
  background: linear-gradient(120deg, #1e8bff, #5e39ff);
}

.legal-wrap {
  max-width: 900px;
  margin: 40px auto 80px;
  border-radius: 20px;
  padding: 32px;
  border: 1px solid #304f87;
  background: linear-gradient(150deg, rgba(18, 33, 65, 0.92), rgba(13, 25, 48, 0.92));
  box-shadow: var(--shadow);
}

.legal-wrap h1 {
  margin-bottom: 8px;
}

.updated {
  margin-bottom: 22px;
  font-weight: 700;
  color: #c7dbff;
}

.legal-wrap h2 {
  margin-top: 24px;
  margin-bottom: 8px;
  font-size: 1.25rem;
}

.table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

.table th,
.table td {
  border: 1px solid #375a98;
  padding: 10px;
  text-align: left;
  color: #d8e4ff;
}

.table th {
  background: #163061;
}

.form-card {
  border-radius: 22px;
  padding: 26px;
  border: 1px solid #304f87;
  background: linear-gradient(150deg, rgba(19, 35, 69, 0.92), rgba(12, 24, 48, 0.92));
  box-shadow: var(--shadow);
}

label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
  color: #d9e5ff;
}

input,
textarea,
select {
  width: 100%;
  font: inherit;
  color: #e9f1ff;
  border: 1px solid #3a5f9f;
  border-radius: 12px;
  padding: 11px 12px;
  margin-bottom: 14px;
  background: #0c1a36;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: #5a9dff;
  box-shadow: 0 0 0 4px rgba(30, 139, 255, 0.2);
}

.checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 14px;
}

.checkbox input {
  width: auto;
  margin: 4px 0 0;
}

.notice {
  min-height: 1.4em;
  margin-top: 10px;
  color: #c4dcff;
  font-size: 0.92rem;
}

.download-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.download-image,
.about-image {
  border-radius: 22px;
  overflow: hidden;
  min-height: 340px;
  border: 1px solid #2d4a80;
  box-shadow: var(--shadow);
}

.download-image img,
.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.store-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 16px 0 10px;
}

.store {
  display: inline-flex;
  align-items: center;
  border-radius: 12px;
  padding: 10px 14px;
  border: 1px solid #3f66ab;
  color: #eaf2ff;
  background: #152b57;
  font-weight: 700;
}

.footer {
  margin-top: 56px;
  border-top: 1px solid rgba(53, 83, 136, 0.5);
  background: #060c18;
}

.footer .container {
  padding: 34px 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 20px;
}

.footer h4 {
  margin-bottom: 8px;
  font-size: 1rem;
}

.footer a {
  color: #cfddfb;
  display: inline-block;
  margin: 3px 0;
}

.copy {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(58, 89, 145, 0.4);
  font-size: 0.9rem;
  color: #9fb2da;
}

.about-focus {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.pill {
  border-radius: 999px;
  padding: 7px 12px;
  border: 1px solid #4066aa;
  background: #122a56;
  color: #d6e5ff;
  font-size: 0.88rem;
  font-weight: 600;
}

.disclaimer {
  border-left: 4px solid var(--warn);
  background: rgba(255, 176, 32, 0.1);
}

.h5-only {
  max-width: 760px;
  margin: 0 auto;
  padding: 22px 16px 40px;
}

.h5-card {
  margin-bottom: 14px;
  border-radius: 18px;
  padding: 18px;
  border: 1px solid #345589;
  background: linear-gradient(150deg, rgba(18, 33, 66, 0.95), rgba(12, 24, 48, 0.95));
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

@media (max-width: 980px) {
  .site-nav {
    display: none;
    position: absolute;
    top: 84px;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 4%;
    background: #0a1731;
    border-bottom: 1px solid #2e4d85;
  }

  .site-nav.open {
    display: flex;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .desktop-only {
    display: none;
  }

  .hero-grid,
  .grid-3,
  .grid-2,
  .steps,
  .download-layout,
  .about-focus,
  .footer-grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 620px) {
  .hero {
    padding-top: 44px;
  }

  .hero-copy {
    padding: 24px;
  }

  .quick-stats {
    grid-template-columns: 1fr;
  }

  .legal-wrap {
    margin: 22px auto 56px;
    padding: 22px;
  }
}
