:root {
  color-scheme: light;
  --bg: #f5f5f7;
  --surface: #ffffff;
  --surface-soft: #fbfbfd;
  --surface-raised: #ffffff;
  --text: #1d1d1f;
  --muted: #6e6e73;
  --navy: #0b2a5b;
  --primary: #0071e3;
  --primary-strong: #0064c8;
  --success: #1fa971;
  --danger: #d92d20;
  --warning: #ff9f0a;
  --line: rgba(29, 29, 31, 0.12);
  --line-strong: rgba(29, 29, 31, 0.22);
  --focus: #0071e3;
  --header: rgba(255, 255, 255, 0.82);
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.04), 0 8px 24px rgba(11, 42, 91, 0.06);
  --shadow-lg: 0 30px 80px rgba(11, 42, 91, 0.14);
  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 32px;
  --container: 1180px;
  font-family: "Segoe UI", Tahoma, Arial, sans-serif;
}

html[data-theme="dark"] {
  color-scheme: dark;
  --bg: #000000;
  --surface: #1c1c1e;
  --surface-soft: #111113;
  --surface-raised: #1d1d1f;
  --text: #f5f5f7;
  --muted: #a1a1a6;
  --navy: #f5f5f7;
  --primary: #2997ff;
  --primary-strong: #147ce5;
  --line: rgba(245, 245, 247, 0.14);
  --line-strong: rgba(245, 245, 247, 0.26);
  --focus: #64b5ff;
  --header: rgba(0, 0, 0, 0.82);
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.22), 0 10px 28px rgba(0, 0, 0, 0.28);
  --shadow-lg: 0 34px 90px rgba(0, 0, 0, 0.48);
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  margin: 0;
  min-height: 100vh;
  background: var(--bg);
  color: var(--text);
  font-size: 16px;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body,
button,
input,
select,
textarea {
  font: inherit;
}

img,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
select,
input {
  min-height: 44px;
}

button,
a,
input,
select,
summary {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
}

::selection {
  color: #fff;
  background: var(--primary);
}

.skip-link {
  position: fixed;
  inset-block-start: 10px;
  inset-inline-start: 10px;
  z-index: 1000;
  padding: 10px 16px;
  border-radius: 10px;
  color: #fff;
  background: var(--navy);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: min(var(--container), calc(100% - 40px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  inset-block-start: 0;
  z-index: 100;
  border-block-end: 1px solid var(--line);
  background: var(--header);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
}

.nav-row {
  display: flex;
  min-height: 72px;
  align-items: center;
  gap: 24px;
}

.brand {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 10px;
  color: var(--navy);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 12px;
  color: #fff;
  background: var(--navy);
  box-shadow: 0 8px 20px rgba(11, 42, 91, 0.2);
}

.brand-mark svg {
  width: 23px;
  height: 23px;
}

html[data-theme="dark"] .brand-mark {
  color: #0b2a5b;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-inline: auto;
}

.main-nav a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding-inline: 12px;
  border-radius: 11px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
}

.main-nav a:hover,
.main-nav a[aria-current="page"] {
  color: var(--text);
  background: var(--surface);
}

.nav-tools {
  display: flex;
  align-items: center;
  gap: 8px;
}

.tool-button,
.theme-select {
  display: inline-flex;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--text);
  background: var(--surface);
  cursor: pointer;
}

.tool-button {
  min-width: 54px;
  padding: 0 12px;
  font-size: 14px;
  font-weight: 750;
}

.theme-control {
  position: relative;
}

.theme-select {
  width: 48px;
  padding: 0 8px;
  color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236e6e73' stroke-width='1.8'%3E%3Cpath d='M12 3v2M12 19v2M4.2 4.2l1.4 1.4M18.4 18.4l1.4 1.4M3 12h2M19 12h2M4.2 19.8l1.4-1.4M18.4 5.6l1.4-1.4'/%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 22px;
  appearance: none;
}

html[data-theme="dark"] .theme-select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f5f5f7' stroke-width='1.8'%3E%3Cpath d='M20 15.3A8.5 8.5 0 0 1 8.7 4a8.5 8.5 0 1 0 11.3 11.3Z'/%3E%3C/svg%3E");
}

.theme-select option {
  color: var(--text);
  background: var(--surface);
}

.mobile-menu {
  display: none;
}

.mobile-menu summary {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--surface);
  cursor: pointer;
  list-style: none;
}

.mobile-menu summary::-webkit-details-marker {
  display: none;
}

.menu-lines,
.menu-lines::before,
.menu-lines::after {
  width: 19px;
  height: 2px;
  border-radius: 99px;
  background: currentColor;
}

.menu-lines {
  position: relative;
}

.menu-lines::before,
.menu-lines::after {
  position: absolute;
  inset-inline-start: 0;
  content: "";
}

.menu-lines::before { top: -6px; }
.menu-lines::after { top: 6px; }

.mobile-menu nav {
  position: absolute;
  inset-block-start: 64px;
  inset-inline: 20px;
  display: grid;
  gap: 4px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--surface);
  box-shadow: var(--shadow-lg);
}

.mobile-menu nav a {
  display: flex;
  min-height: 48px;
  align-items: center;
  padding-inline: 14px;
  border-radius: 12px;
  font-weight: 700;
}

.mobile-menu nav a:hover {
  background: var(--surface-soft);
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 11px 20px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-weight: 750;
  line-height: 1.2;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover:not(:disabled) {
  transform: translateY(-1px);
}

.button:active:not(:disabled) {
  transform: translateY(0);
}

.button-primary {
  color: #fff;
  background: var(--primary);
  box-shadow: 0 10px 24px rgba(0, 113, 227, 0.2);
}

.button-primary:hover:not(:disabled) {
  background: var(--primary-strong);
}

html[data-theme="dark"] .button-primary {
  background: #0071e3;
}

html[data-theme="dark"] .button-primary:hover:not(:disabled) {
  background: #0064c8;
}

.button-secondary {
  border-color: var(--line-strong);
  color: var(--text);
  background: var(--surface);
}

.button-success {
  color: #061d16;
  background: var(--success);
  box-shadow: 0 10px 24px rgba(31, 169, 113, 0.2);
}

.button-quiet {
  color: var(--primary);
  background: transparent;
}

.button:disabled,
.button[aria-disabled="true"] {
  opacity: 0.52;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.button-block {
  width: 100%;
}

.hero {
  position: relative;
  overflow: clip;
  padding: 96px 0 68px;
}

.hero::before {
  position: absolute;
  z-index: -1;
  inset-block-start: -240px;
  inset-inline-end: -220px;
  width: 620px;
  height: 620px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 113, 227, 0.13), transparent 68%);
  content: "";
  pointer-events: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  align-items: center;
  gap: clamp(48px, 7vw, 92px);
}

.eyebrow {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  gap: 8px;
  padding: 5px 11px;
  border: 1px solid rgba(0, 113, 227, 0.16);
  border-radius: 999px;
  color: var(--primary);
  background: rgba(0, 113, 227, 0.07);
  font-size: 13px;
  font-weight: 800;
}

.eyebrow-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--success);
  box-shadow: 0 0 0 4px rgba(31, 169, 113, 0.12);
}

.display-title {
  max-width: 780px;
  margin: 22px 0 18px;
  color: var(--navy);
  font-size: clamp(48px, 7vw, 86px);
  font-weight: 850;
  letter-spacing: -0.055em;
  line-height: 0.96;
}

[dir="rtl"] .display-title {
  letter-spacing: -0.035em;
}

.hero-subtitle {
  margin: 0 0 14px;
  color: var(--text);
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 780;
  line-height: 1.3;
}

.lead {
  max-width: 710px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(17px, 1.6vw, 20px);
  line-height: 1.85;
}

.hero-actions,
.action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-block-start: 30px;
}

.product-stage {
  position: relative;
  min-height: 590px;
  display: grid;
  place-items: center;
}

.product-stage::before {
  position: absolute;
  width: 78%;
  height: 78%;
  border-radius: 50%;
  background: rgba(0, 113, 227, 0.08);
  filter: blur(2px);
  content: "";
}

.phone {
  position: relative;
  z-index: 1;
  width: min(330px, 84vw);
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 48px;
  background: #0a0a0b;
  box-shadow: var(--shadow-lg);
  transform: rotate(1.5deg);
}

.phone::before {
  position: absolute;
  z-index: 2;
  inset-block-start: 18px;
  inset-inline-start: 50%;
  width: 94px;
  height: 25px;
  border-radius: 999px;
  background: #050506;
  content: "";
  transform: translateX(-50%);
}

[dir="rtl"] .phone::before {
  transform: translateX(50%);
}

.phone-screen {
  min-height: 570px;
  overflow: hidden;
  border-radius: 39px;
  color: #fff;
  background: #eef4fb;
}

.phone-top {
  min-height: 190px;
  padding: 58px 22px 22px;
  background: #0b2a5b;
}

.phone-top small {
  display: block;
  color: rgba(255, 255, 255, 0.7);
}

.phone-top strong {
  font-size: 24px;
}

.phone-body {
  padding: 18px;
  color: #1d1d1f;
}

.phone-summary {
  margin-block-start: -50px;
  padding: 18px;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(11, 42, 91, 0.14);
}

.phone-summary p {
  margin: 4px 0 0;
  color: #6e6e73;
  font-size: 12px;
}

.app-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  margin-block-start: 16px;
}

.app-tile {
  min-height: 78px;
  display: grid;
  place-items: center;
  gap: 4px;
  padding: 10px 5px;
  border-radius: 16px;
  color: #0b2a5b;
  background: #fff;
  box-shadow: 0 6px 16px rgba(11, 42, 91, 0.06);
  font-size: 11px;
  font-weight: 750;
  text-align: center;
}

.app-tile svg {
  width: 23px;
  height: 23px;
  color: #0071e3;
}

.floating-note {
  position: absolute;
  z-index: 2;
  inset-block-end: 72px;
  inset-inline-start: 0;
  display: flex;
  max-width: 230px;
  align-items: center;
  gap: 10px;
  padding: 13px 15px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--surface);
  box-shadow: var(--shadow-sm);
  font-size: 13px;
  font-weight: 700;
}

.floating-note svg {
  width: 24px;
  flex: 0 0 auto;
  color: var(--success);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--line);
}

.trust-item {
  min-height: 118px;
  padding: 22px;
  background: var(--surface);
}

.trust-item svg {
  width: 26px;
  height: 26px;
  margin-block-end: 13px;
  color: var(--primary);
}

.trust-item strong {
  display: block;
  line-height: 1.45;
}

.section {
  padding: 86px 0;
}

.section-muted {
  background: var(--surface-soft);
}

.section-heading {
  max-width: 760px;
  margin-block-end: 40px;
}

.section-heading.center {
  margin-inline: auto;
  text-align: center;
}

.section-heading h2,
.page-heading h1 {
  margin: 12px 0 10px;
  color: var(--navy);
  font-size: clamp(32px, 4vw, 50px);
  letter-spacing: -0.035em;
  line-height: 1.15;
}

.section-heading p,
.page-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.8;
}

.feature-grid,
.card-grid,
.help-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.card {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 26px;
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}

.card-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  margin-block-end: 20px;
  border-radius: 15px;
  color: var(--primary);
  background: rgba(0, 113, 227, 0.08);
}

.card-icon svg {
  width: 25px;
  height: 25px;
}

.card h2,
.card h3 {
  margin: 0 0 9px;
  color: var(--text);
  line-height: 1.35;
}

.card p {
  margin: 0;
  color: var(--muted);
}

.link-arrow {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  margin-block-start: 14px;
  color: var(--primary);
  font-weight: 750;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  counter-reset: step;
}

.process-step {
  position: relative;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--surface);
  counter-increment: step;
}

.process-step::before {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  margin-block-end: 34px;
  border-radius: 50%;
  color: #fff;
  background: var(--primary);
  content: counter(step);
  font-weight: 800;
}

.process-step:not(:last-child)::after {
  position: absolute;
  inset-block-start: 40px;
  inset-inline-end: -15px;
  width: 16px;
  height: 1px;
  background: var(--line-strong);
  content: "";
}

.process-step h3 {
  margin: 0 0 8px;
}

.process-step p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.cta-panel {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 28px;
  padding: clamp(30px, 5vw, 56px);
  border-radius: var(--radius-lg);
  color: #fff;
  background: #0b2a5b;
  box-shadow: var(--shadow-lg);
}

.cta-panel h2 {
  margin: 0 0 8px;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.2;
}

.cta-panel p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
}

.page-hero {
  padding: 70px 0 42px;
}

.page-heading {
  max-width: 820px;
}

.content-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 26px;
  align-items: start;
  padding-block-end: 86px;
}

.content-layout.single {
  grid-template-columns: minmax(0, 900px);
  justify-content: center;
}

.content-card {
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}

.content-card h2 {
  margin: 34px 0 10px;
  color: var(--navy);
  font-size: 25px;
  line-height: 1.4;
}

.content-card h2:first-child {
  margin-block-start: 0;
}

.content-card p,
.content-card li {
  color: var(--muted);
}

.content-card a:not(.button) {
  color: var(--primary);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.content-card li + li {
  margin-block-start: 8px;
}

.side-card {
  position: sticky;
  inset-block-start: 96px;
}

.activation-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1.18fr);
  gap: clamp(28px, 6vw, 70px);
  align-items: start;
  padding-block-end: 90px;
}

.activation-context {
  position: sticky;
  inset-block-start: 110px;
}

.activation-context h1 {
  margin: 16px 0 12px;
  color: var(--navy);
  font-size: clamp(38px, 5vw, 58px);
  line-height: 1.12;
}

.activation-context > p {
  color: var(--muted);
  font-size: 17px;
}

.compact-steps {
  display: grid;
  gap: 4px;
  margin-block-start: 30px;
}

.compact-step {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 13px;
  padding: 12px 0;
}

.compact-step span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  color: var(--primary);
  font-weight: 800;
}

.compact-step strong {
  display: block;
}

.compact-step small {
  color: var(--muted);
}

.activation-card {
  min-height: 480px;
  padding: clamp(24px, 4vw, 40px);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--surface);
  box-shadow: var(--shadow-lg);
}

.progress {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
  margin-block-end: 32px;
}

.progress span {
  height: 5px;
  overflow: hidden;
  border-radius: 99px;
  background: var(--line);
}

.progress span::after {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: var(--primary);
  content: "";
  transition: width 260ms ease;
}

.progress span.done::after {
  width: 100%;
}

.panel[hidden],
.hidden {
  display: none !important;
}

.panel-heading {
  margin-block-end: 24px;
}

.panel-heading h2 {
  margin: 8px 0;
  color: var(--navy);
  font-size: 28px;
  line-height: 1.35;
}

.panel-heading p {
  margin: 0;
  color: var(--muted);
}

.field {
  margin-block-end: 18px;
}

.field label {
  display: block;
  margin-block-end: 8px;
  font-weight: 750;
}

.input {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--line-strong);
  border-radius: 13px;
  color: var(--text);
  background: var(--surface-soft);
  outline: 0;
}

.input:hover {
  border-color: var(--muted);
}

.input:focus {
  border-color: var(--focus);
  box-shadow: 0 0 0 4px rgba(0, 113, 227, 0.13);
}

.input-help {
  display: block;
  margin-block-start: 7px;
  color: var(--muted);
  font-size: 13px;
}

.otp-input {
  direction: ltr;
  text-align: center;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 0.38em;
}

.alert {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  margin: 16px 0;
  padding: 14px 15px;
  border: 1px solid;
  border-radius: 14px;
  line-height: 1.6;
}

.alert svg {
  width: 21px;
  height: 21px;
  margin-block-start: 2px;
}

.alert-info {
  border-color: rgba(0, 113, 227, 0.2);
  color: var(--text);
  background: rgba(0, 113, 227, 0.07);
}

.alert-success {
  border-color: rgba(31, 169, 113, 0.25);
  color: var(--text);
  background: rgba(31, 169, 113, 0.09);
}

.alert-danger {
  border-color: rgba(217, 45, 32, 0.27);
  color: var(--text);
  background: rgba(217, 45, 32, 0.08);
}

.spinner {
  width: 18px;
  height: 18px;
  border: 2px solid currentColor;
  border-inline-end-color: transparent;
  border-radius: 50%;
  animation: spin 700ms linear infinite;
}

.identity {
  text-align: center;
}

.identity-avatar {
  width: 116px;
  height: 116px;
  margin: 6px auto 18px;
  border: 4px solid var(--surface);
  border-radius: 50%;
  object-fit: cover;
  background: var(--surface-soft);
  box-shadow: 0 0 0 1px var(--line), var(--shadow-sm);
}

.avatar-fallback {
  display: grid;
  place-items: center;
  color: var(--primary);
  font-weight: 850;
}

.identity h2 {
  margin: 0 0 6px;
}

.identity-question {
  margin: 24px 0 14px;
  color: var(--navy);
  font-size: 22px;
  font-weight: 800;
}

.facts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 22px 0;
  text-align: start;
}

.fact {
  padding: 13px 14px;
  border-radius: 13px;
  background: var(--surface-soft);
}

.fact.full {
  grid-column: 1 / -1;
}

.fact small {
  display: block;
  color: var(--muted);
}

.fact strong {
  overflow-wrap: anywhere;
}

.download-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.store-card {
  position: relative;
  display: flex;
  min-height: 350px;
  flex-direction: column;
  padding: 26px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}

.store-card.current {
  border-color: rgba(0, 113, 227, 0.38);
  box-shadow: 0 24px 60px rgba(0, 113, 227, 0.13);
}

.store-card .status {
  position: absolute;
  inset-block-start: 18px;
  inset-inline-end: 18px;
}

.store-image {
  display: grid;
  width: 76px;
  height: 76px;
  place-items: center;
  margin-block-end: 28px;
  border-radius: 22px;
  background: var(--surface-soft);
}

.store-image img {
  width: 48px;
  height: 48px;
}

html[data-theme="dark"] .store-image .apple-mark {
  filter: invert(1);
}

.store-card h2 {
  margin: 0 0 8px;
  font-size: 24px;
}

.store-card p {
  margin: 0;
  color: var(--muted);
}

.store-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-block: 18px;
}

.pill,
.status {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 3px 9px;
  border-radius: 999px;
  color: var(--muted);
  background: var(--surface-soft);
  font-size: 12px;
  font-weight: 750;
}

.status-live {
  color: #08784e;
  background: rgba(31, 169, 113, 0.12);
}

html[data-theme="dark"] .status-live {
  color: #69d8ad;
}

.store-card .button {
  margin-block-start: auto;
}

.download-notes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-block-start: 28px;
}

.note {
  padding: 18px;
  border-radius: 18px;
  background: var(--surface-soft);
}

.note strong {
  display: block;
  margin-block-end: 5px;
}

.note span {
  color: var(--muted);
  font-size: 14px;
}

.timeline {
  position: relative;
  display: grid;
  gap: 14px;
}

.timeline-item {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 16px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--surface);
}

.timeline-number {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 14px;
  color: #fff;
  background: var(--navy);
  font-weight: 850;
}

html[data-theme="dark"] .timeline-number {
  color: #000;
}

.timeline-item h2,
.timeline-item h3 {
  margin: 0 0 5px;
  font-size: 19px;
}

.timeline-item p {
  margin: 0;
  color: var(--muted);
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: var(--surface);
}

.faq summary {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 18px;
  cursor: pointer;
  font-weight: 750;
  list-style: none;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary::after {
  content: "+";
  color: var(--primary);
  font-size: 24px;
  font-weight: 400;
}

.faq[open] summary::after {
  content: "−";
}

.faq p {
  margin: 0;
  padding: 0 18px 18px;
  color: var(--muted);
}

.site-footer {
  padding: 56px 0 28px;
  color: #d8e3f3;
  background: #071a36;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.8fr repeat(3, 1fr);
  gap: 38px;
}

.site-footer .brand {
  color: #fff;
}

.footer-intro p {
  max-width: 350px;
  color: #9eafc8;
}

.footer-column h2 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 15px;
}

.footer-column a {
  display: flex;
  min-height: 44px;
  align-items: center;
  color: #bdcbe0;
  font-size: 14px;
}

.footer-column a:hover {
  color: #fff;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-block-start: 36px;
  padding-block-start: 22px;
  border-block-start: 1px solid rgba(255, 255, 255, 0.12);
  color: #8fa2bf;
  font-size: 13px;
}

.footer-bottom a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.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;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

@media (max-width: 1000px) {
  .main-nav { display: none; }
  .mobile-menu { display: block; }
  .hero-grid { grid-template-columns: 1fr 400px; gap: 36px; }
  .trust-strip { grid-template-columns: repeat(3, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-step:nth-child(2)::after { display: none; }
  .activation-grid { grid-template-columns: minmax(0, 0.72fr) minmax(400px, 1.28fr); gap: 30px; }
  .download-grid { grid-template-columns: 1fr 1fr; }
  .store-card.current { grid-column: 1 / -1; min-height: 300px; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, var(--container)); }
  .nav-row { min-height: 64px; gap: 10px; }
  .brand-name { display: none; }
  .nav-tools { margin-inline-start: auto; }
  .theme-select { width: 44px; }
  .mobile-menu nav { inset-block-start: 58px; inset-inline: 14px; }
  .hero { padding: 58px 0 44px; }
  .hero-grid { grid-template-columns: 1fr; }
  .product-stage { min-height: 540px; }
  .floating-note { inset-inline-start: 2px; inset-block-end: 28px; }
  .hero-actions .button { flex: 1 1 150px; }
  .trust-strip { grid-template-columns: 1fr 1fr; }
  .trust-item:last-child { grid-column: 1 / -1; }
  .section { padding: 64px 0; }
  .feature-grid,
  .card-grid,
  .help-grid,
  .download-grid,
  .download-notes { grid-template-columns: 1fr; }
  .store-card.current { grid-column: auto; }
  .process-grid { grid-template-columns: 1fr; }
  .process-step::after { display: none; }
  .cta-panel { grid-template-columns: 1fr; }
  .page-hero { padding: 52px 0 30px; }
  .content-layout,
  .activation-grid { grid-template-columns: 1fr; }
  .side-card,
  .activation-context { position: static; }
  .activation-context { padding-block-end: 8px; }
  .compact-steps { display: none; }
  .activation-card { min-height: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-intro { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 430px) {
  .tool-button { min-width: 48px; padding-inline: 9px; }
  .display-title { font-size: 52px; }
  .hero-subtitle { font-size: 26px; }
  .product-stage { min-height: 510px; }
  .phone { width: 286px; border-radius: 42px; }
  .phone-screen { min-height: 510px; border-radius: 34px; }
  .trust-strip { grid-template-columns: 1fr; }
  .trust-item:last-child { grid-column: auto; }
  .facts { grid-template-columns: 1fr; }
  .fact.full { grid-column: auto; }
  .otp-input { font-size: 25px; letter-spacing: 0.28em; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-intro { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media print {
  .site-header,
  .site-footer,
  .button,
  .side-card { display: none !important; }
  body { color: #000; background: #fff; }
  .content-card { border: 0; box-shadow: none; }
}
