:root {
  --bg: #081018;
  --bg-elevated: #0d1621;
  --surface: rgba(12, 21, 31, 0.88);
  --surface-strong: #111c29;
  --line: rgba(255, 255, 255, 0.08);
  --line-strong: rgba(255, 255, 255, 0.16);
  --text: #eff4f9;
  --muted: #a4b0be;
  --accent: #e7ca21;
  --accent-strong: #ffda44;
  --accent-soft: rgba(231, 202, 33, 0.14);
  --success: #36d18f;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.38);
  --radius-xl: 28px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Inter", sans-serif;
  background:
    radial-gradient(circle at 15% 10%, rgba(231, 202, 33, 0.08), transparent 26%),
    radial-gradient(circle at 85% 14%, rgba(54, 209, 143, 0.06), transparent 20%),
    linear-gradient(180deg, #050a11 0%, var(--bg) 100%);
  color: var(--text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
.container { width: min(var(--max), calc(100% - 2rem)); margin: 0 auto; }
.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;
}

.site-header {
  position: sticky; top: 0; z-index: 20;
  background: rgba(5, 10, 17, 0.86);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--line);
  overflow: visible;
}
.header-inner { min-height: 94px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand img, .footer-logo { width: auto; max-height: 56px; }
.menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  width: 3rem;
  height: 3rem;
  padding: 0;
  border-radius: 999px;
  border: 1px solid var(--line-strong);
  background: rgba(255, 255, 255, 0.02);
  cursor: pointer;
}
.menu-toggle span {
  display: block;
  width: 1.1rem;
  height: 2px;
  border-radius: 999px;
  background: var(--text);
  transition: transform 180ms ease, opacity 180ms ease;
}
.nav { display: flex; gap: 1.55rem; align-items: center; color: var(--muted); font-size: 0.96rem; }
.nav a:hover { color: var(--text); }
.header-actions { display: flex; align-items: center; gap: 0.95rem; }
.header-phone {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--muted);
  font-size: 0.92rem;
  white-space: nowrap;
}
.header-phone:hover { color: var(--text); }
.phone-icon {
  width: 0.95rem;
  height: 0.95rem;
  display: inline-flex;
  color: var(--accent);
}
.phone-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.btn {
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0.92rem 1.3rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary {
  background: linear-gradient(180deg, var(--accent-strong), var(--accent));
  color: #121000;
  box-shadow: 0 10px 24px rgba(231, 202, 33, 0.28);
}
.btn-primary:hover { box-shadow: 0 14px 34px rgba(231, 202, 33, 0.38); }
.btn-secondary {
  background: rgba(255, 255, 255, 0.02);
  color: var(--text);
  border-color: var(--line-strong);
}
.btn-secondary:hover { border-color: rgba(231, 202, 33, 0.5); color: var(--accent-strong); }
.btn-block { width: 100%; }

.hero { position: relative; overflow: hidden; padding: 4.5rem 0 2.5rem; }
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 72% 28%, rgba(231, 202, 33, 0.09), transparent 30%),
    radial-gradient(circle at 20% 75%, rgba(54, 209, 143, 0.06), transparent 26%);
  pointer-events: none;
}
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 0.94fr 1.06fr; gap: 1.8rem; align-items: center; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 0.7rem;
  color: var(--accent); font-size: 0.78rem; font-weight: 800; letter-spacing: 0.22em; text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 2.1rem; height: 1px; background: currentColor; opacity: 0.6; }
.hero h1, .section-head h2, .cta-card h2, .split-section h2, .modal-card h2 {
  font-family: "Sora", sans-serif;
  letter-spacing: -0.04em;
  line-height: 1.06;
  margin: 0;
}
.hero h1 { font-size: clamp(2.8rem, 5vw, 5.1rem); margin-top: 1rem; max-width: 12ch; }
.hero-title {
  display: grid;
  gap: 0.04em;
  width: max-content;
  max-width: none;
}
.hero-title-line { display: block; }
.hero-emphasis { color: var(--accent); }
.lead, .section-text, .plan-description, .cta-card p, .note-card p, .footer-grid p, .modal-subtitle, .hero-panel p { color: var(--muted); }
.lead { font-size: 1.1rem; max-width: 62ch; margin: 1.4rem 0 1.8rem; }
.hero-actions { display: flex; gap: 0.85rem; flex-wrap: wrap; }
.trust-line {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  margin-top: 1.2rem;
  align-items: center;
}
.trust-line span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #dbe4ee;
  font-size: 0.92rem;
}
.trust-line i {
  font-style: normal;
  color: #2ddc8f;
  font-weight: 800;
}

.stats-strip { border-top: 1px solid var(--line); background: rgba(10, 17, 26, 0.95); padding: 1.35rem 0; }
.stats-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.stat { text-align: center; }
.stat strong {
  display: block;
  color: var(--accent);
  font-family: "Sora", sans-serif;
  font-size: clamp(2rem, 2.8vw, 2.7rem);
  line-height: 1;
  margin-bottom: 0.4rem;
}
.stat span { color: var(--muted); font-size: 0.95rem; }

.hero-panel { display: grid; gap: 1rem; justify-self: end; width: 100%; transform: scale(1.08); transform-origin: center right; }

.radar-stage { position: relative; display: grid; place-items: center; padding: 0.5rem; }
.radar-shell {
  width: 100%;
  max-width: 680px;
  padding: 1.15rem;
  border-radius: calc(var(--radius-xl) + 8px);
  background:
    radial-gradient(circle at 50% 35%, rgba(231, 202, 33, 0.12), transparent 38%),
    linear-gradient(180deg, rgba(12, 21, 31, 0.98), rgba(8, 14, 22, 0.98));
  border: 1px solid rgba(231, 202, 33, 0.12);
  box-shadow: var(--shadow);
}
.radar-label {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 0.9rem;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background: rgba(54, 209, 143, 0.12);
  color: var(--success);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.radar-label::before { content: ""; width: 0.48rem; height: 0.48rem; border-radius: 50%; background: currentColor; box-shadow: 0 0 12px currentColor; }
.radar {
  position: relative;
  width: min(100%, 560px);
  aspect-ratio: 1 / 1;
  margin: 0 auto;
  border-radius: 50%;
  border: 1px solid rgba(231, 202, 33, 0.12);
  background:
    radial-gradient(circle at 50% 50%, rgba(231, 202, 33, 0.12), transparent 26%),
    radial-gradient(circle at 50% 50%, rgba(54, 209, 143, 0.06), transparent 46%),
    linear-gradient(180deg, rgba(8, 14, 22, 0.98), rgba(13, 22, 33, 0.96));
  overflow: hidden;
}
.ring, .cross, .sweep, .blip { position: absolute; }
.ring { inset: 50%; border: 1px solid rgba(255, 255, 255, 0.06); border-radius: 50%; transform: translate(-50%, -50%); }
.ring-1 { width: 34%; height: 34%; }
.ring-2 { width: 62%; height: 62%; }
.ring-3 { width: 88%; height: 88%; }
.cross { background: rgba(255, 255, 255, 0.05); }
.cross-h { inset: 50% 0 auto; height: 1px; }
.cross-v { inset: 0 auto 0 50%; width: 1px; }
.sweep {
  inset: 0;
  border-radius: 50%;
  background: conic-gradient(from 0deg, rgba(231, 202, 33, 0.34), transparent 34%);
  animation: sweep 4.2s linear infinite;
  transform-origin: center;
}
.blip {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 0 rgba(231, 202, 33, 0.42);
  animation: pulse 2.8s ease-out infinite;
}
.blip-1 { top: 26%; left: 68%; }
.blip-2 { top: 63%; left: 36%; background: var(--success); box-shadow: 0 0 0 0 rgba(54, 209, 143, 0.42); animation-delay: 0.9s; }
.blip-3 { top: 45%; left: 20%; animation-delay: 1.5s; }
.radar-footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 0.95rem;
  color: var(--muted);
}
.radar-footer strong { display: block; color: var(--text); font-size: 1rem; margin-bottom: 0.15rem; }
.radar-footer span { font-size: 0.92rem; }

.goal-card, .plan-card, .table-card, .note-card, .cta-card, .mini-card {
  background: linear-gradient(180deg, rgba(17, 28, 41, 0.96), rgba(10, 17, 26, 0.96));
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
}


.section { padding: 4.8rem 0; }
.section, .hero { scroll-margin-top: 110px; }
.section-alt {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.015), rgba(255, 255, 255, 0)),
    linear-gradient(180deg, rgba(12, 21, 31, 0.4), rgba(12, 21, 31, 0.2));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.section-head { max-width: 44rem; margin: 0 auto 2.4rem; text-align: center; }
.section-head h2 { font-size: clamp(2rem, 4vw, 3.2rem); margin-top: 0.9rem; }
.section-head p { margin: 1rem 0 0; color: var(--muted); font-size: 1.05rem; }

.section-solutions {
  padding-top: 3.8rem;
}

.section-process {
  padding-top: 5rem;
}

.solutions-grid {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.solution-panel {
  background: linear-gradient(180deg, rgba(17, 28, 41, 0.96), rgba(10, 17, 26, 0.96));
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
  padding: 1.7rem 1.6rem 1.55rem;
  min-height: 420px;
}

.solution-kicker {
  display: inline-flex;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(231, 202, 33, 0.12);
  color: var(--accent-strong);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 0.9rem;
}

.solution-panel h3 {
  font-family: "Sora", sans-serif;
  font-size: 1.42rem;
  line-height: 1.1;
  margin: 0 0 0.55rem;
}

.solution-panel > p {
  color: var(--muted);
  font-size: 1rem;
  margin: 0 0 1.15rem;
}

.solution-item {
  display: flex;
  gap: 0.9rem;
  margin-bottom: 1.15rem;
}

.solution-item:last-child {
  margin-bottom: 0;
}

.solution-icon {
  flex: 0 0 auto;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0.05rem;
  border-radius: 0.45rem;
  background: rgba(231, 202, 33, 0.08);
  color: var(--accent);
  display: grid;
  place-items: center;
  font-size: 0.86rem;
}

.solution-item strong {
  display: block;
  font-size: 1rem;
  margin-bottom: 0.18rem;
}

.solution-item span {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.process-grid {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.1rem;
}

.process-card {
  background: linear-gradient(180deg, rgba(17, 28, 41, 0.96), rgba(10, 17, 26, 0.96));
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: var(--shadow);
  padding: 1.55rem 1.45rem 1.45rem;
  min-height: 220px;
}

.process-index {
  width: 2.2rem;
  height: 2.2rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(231, 202, 33, 0.72);
  background: rgba(231, 202, 33, 0.08);
  color: var(--accent);
  font-weight: 800;
  font-size: 0.92rem;
  margin-bottom: 1.1rem;
}

.process-card h3 {
  font-family: "Sora", sans-serif;
  font-size: 1.28rem;
  line-height: 1.15;
  margin: 0 0 0.7rem;
}

.process-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.55;
}

.goal-grid, .plan-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
.goal-card { padding: 1.2rem; text-align: left; cursor: pointer; color: inherit; }
.goal-card strong, .plan-card h3, .cta-card h2, .split-section h2, .modal-card h2 { font-family: "Sora", sans-serif; }
.goal-index { display: inline-flex; margin-bottom: 1rem; font-size: 0.82rem; font-weight: 800; color: var(--accent); letter-spacing: 0.15em; }
.goal-card strong { display: block; font-size: 1.08rem; margin-bottom: 0.5rem; }
.goal-card p { margin: 0; color: var(--muted); }
.plan-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.plan-card { padding: 1.35rem; position: relative; }
.plan-card.featured {
  border-color: rgba(231, 202, 33, 0.54);
  background:
    linear-gradient(180deg, rgba(231, 202, 33, 0.13), rgba(17, 28, 41, 0.96)),
    linear-gradient(180deg, rgba(17, 28, 41, 0.96), rgba(10, 17, 26, 0.96));
}
.badge {
  position: absolute;
  top: -0.65rem;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(180deg, var(--accent-strong), var(--accent));
  color: #181400;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.42rem 0.8rem;
  border-radius: 999px;
}
.plan-card h3 { margin: 0 0 0.6rem; font-size: 1.32rem; }
.plan-description { margin: 0 0 1rem; }
.price { margin-bottom: 1rem; color: var(--muted); }
.price strong { color: var(--text); font-family: "Sora", sans-serif; }
.plan-card ul { margin: 0 0 1.2rem; padding-left: 1.05rem; color: #d8e1ea; }
.plan-card li { margin-bottom: 0.55rem; }

.split-section { display: grid; grid-template-columns: 1fr 1.05fr; gap: 1.2rem; align-items: start; }
.split-section h2 { font-size: clamp(2rem, 4vw, 3rem); margin: 0.8rem 0 1rem; }
.section-text { max-width: 42rem; margin: 0 0 1.3rem; }
.subheading { margin: 0 0 0.8rem; font-family: "Sora", sans-serif; font-size: 1.2rem; }
.table-card, .note-card, .cta-card { padding: 1.25rem; }
.accent-card {
  background:
    radial-gradient(circle at top right, rgba(231, 202, 33, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(17, 28, 41, 0.96), rgba(10, 17, 26, 0.96));
}
.price-table, .comparison-table { width: 100%; border-collapse: collapse; overflow: hidden; }
.price-table th, .price-table td, .comparison-table th, .comparison-table td {
  padding: 0.9rem 0.8rem;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}
.price-table th, .comparison-table th { color: #f4f7fb; font-size: 0.92rem; background: rgba(255, 255, 255, 0.02); }
.price-table td, .comparison-table td { color: #dbe4ee; }
.price-table.compact th, .price-table.compact td { padding: 0.8rem; }
.comparison-table td:nth-child(n + 2), .comparison-table th:nth-child(n + 2) { text-align: center; }
.app-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(380px, 1.1fr);
  gap: 2.9rem;
  align-items: center;
  min-height: 700px;
}
.app-device-wrap {
  display: grid;
  place-items: center;
}
.app-device {
  width: min(100%, 294px);
  aspect-ratio: 0.54 / 1;
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(15, 19, 27, 0.98), rgba(7, 10, 15, 0.98));
  border: 8px solid rgba(28, 32, 41, 0.95);
  box-shadow:
    0 18px 48px rgba(0, 0, 0, 0.45),
    inset 0 0 0 1px rgba(255, 255, 255, 0.02);
  padding: 0.9rem 0.86rem 0.86rem;
  position: relative;
}
.app-device::before {
  content: "";
  position: absolute;
  inset: 16px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.04);
  pointer-events: none;
}
.app-device-notch {
  width: 116px;
  height: 24px;
  border-radius: 999px;
  background: rgba(35, 40, 48, 0.95);
  margin: 0 auto 0.45rem;
}
.app-device-inner {
  min-height: 0;
  flex: 1;
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(9, 12, 17, 0.98), rgba(10, 14, 19, 0.98));
  padding: 0.9rem 0.9rem 0.92rem;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.app-device-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 24%, rgba(245, 214, 31, 0.07), transparent 28%),
    radial-gradient(circle at 56% 46%, rgba(245, 214, 31, 0.08), transparent 18%),
    radial-gradient(circle at 48% 78%, rgba(245, 214, 31, 0.05), transparent 24%);
  pointer-events: none;
}
.app-device-inner::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 100% 116px, 90px 100%;
  opacity: 0.36;
  pointer-events: none;
}
.app-live {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #31d19a;
}
.app-live-dot {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: #31d19a;
  box-shadow: 0 0 10px rgba(49, 209, 154, 0.9);
}
.app-plate {
  position: relative;
  z-index: 1;
  margin-top: 0.3rem;
  font-family: "Sora", sans-serif;
  font-size: 0.96rem;
  font-weight: 600;
  color: #f3f7fb;
}
.app-map {
  position: relative;
  z-index: 1;
  flex: 1;
  margin-top: 0.3rem;
  min-height: 352px;
  display: grid;
  align-items: stretch;
}
.app-map svg {
  width: 100%;
  height: 100%;
  display: block;
  filter: drop-shadow(0 0 18px rgba(245, 214, 31, 0.12));
}
.app-map svg path {
  transform-box: fill-box;
  transform-origin: center;
}
.app-status-card {
  position: relative;
  z-index: 2;
  margin-top: auto;
  padding: 0.95rem 1rem 1rem;
  border-radius: 20px;
  background: rgba(21, 25, 34, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: grid;
  gap: 0.55rem;
}
.app-status-card > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.88rem;
}
.app-status-card strong {
  color: #f3f7fb;
  font-weight: 500;
}
.app-status-card > div:first-child strong { color: #35d59d; font-family: "Sora", sans-serif; }
.app-lock-btn {
  margin-top: 0.35rem;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(180deg, var(--accent-strong), var(--accent));
  color: #121000;
  font-weight: 800;
  padding: 0.95rem 1rem;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(231, 202, 33, 0.25);
}
.app-copy { padding-left: 0.3rem; }
.app-copy .section-text { max-width: 42rem; margin-bottom: 1.6rem; }
.app-features {
  display: grid;
  gap: 1.15rem;
}
.app-feature {
  display: grid;
  grid-template-columns: 1.6rem minmax(0, 1fr);
  gap: 0.95rem;
  align-items: start;
}
.app-feature-icon {
  width: 1.55rem;
  height: 1.55rem;
  border-radius: 0.42rem;
  background: rgba(231, 202, 33, 0.08);
  color: var(--accent);
  display: grid;
  place-items: center;
  font-size: 0.9rem;
  line-height: 1;
  margin-top: 0.2rem;
}
.app-feature strong {
  display: block;
  color: var(--text);
  font-size: 1rem;
  margin-bottom: 0.12rem;
}
.app-feature p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}
.section-note { padding-top: 0; }
.note-card p { margin: 0; }
.cta-section { padding-top: 0; }
.cta-card {
  text-align: center;
  padding: 2rem 1.4rem;
  border-color: rgba(231, 202, 33, 0.32);
  background:
    radial-gradient(circle at center top, rgba(231, 202, 33, 0.12), transparent 36%),
    linear-gradient(180deg, rgba(17, 28, 41, 0.96), rgba(10, 17, 26, 0.96));
}
.cta-card h2 { font-size: clamp(2rem, 4vw, 3rem); margin: 0.9rem 0 0.8rem; }
.cta-card p { max-width: 42rem; margin: 0 auto 1.4rem; }

.site-footer { border-top: 1px solid var(--line); background: rgba(5, 10, 17, 0.8); padding: 2.4rem 0 3rem; }
.footer-grid { display: grid; grid-template-columns: 1.15fr 0.75fr 0.9fr; gap: 1.2rem; }
.footer-grid h3 { margin: 0 0 0.8rem; font-family: "Sora", sans-serif; font-size: 1rem; }
.footer-grid a { display: block; color: var(--muted); margin-bottom: 0.5rem; }
.footer-grid a:hover { color: var(--text); }
.footer-grid p { margin: 0.85rem 0 0; }
.footer-logo { max-height: 54px; }

.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(16px);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.2rem;
  z-index: 40;
}
.modal-overlay.active { display: flex; }
.modal-card {
  width: min(100%, 448px);
  background:
    linear-gradient(180deg, rgba(40, 40, 40, 0.98), rgba(31, 31, 31, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 1.25rem 1.28rem 1.3rem;
  position: relative;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.58);
}
.modal-close {
  position: absolute;
  top: 0.9rem;
  right: 0.95rem;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.48);
  font-size: 2.15rem;
  line-height: 1;
  cursor: pointer;
}
.modal-card h2 {
  font-size: clamp(1.72rem, 3vw, 2.05rem);
  margin-right: 2rem;
}
.modal-subtitle { margin: 0.45rem 0 1rem; color: rgba(255, 255, 255, 0.62); font-size: 0.96rem; }
.quote-form { display: grid; gap: 0.95rem; }
.quote-form label { display: grid; gap: 0.48rem; font-weight: 600; color: #f3f3f3; }
.quote-form input, .quote-form select {
  width: 100%;
  padding: 0.92rem 1rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.02);
  color: var(--text);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.01);
}
.quote-form input:focus, .quote-form select:focus {
  outline: 2px solid rgba(231, 202, 33, 0.34);
  border-color: rgba(231, 202, 33, 0.65);
}
.option-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.72rem; }
.option-pill {
  position: relative;
  cursor: pointer;
  display: grid;
  place-items: center;
  gap: 0.5rem;
  padding: 1rem 0.72rem 0.95rem;
  min-height: 117px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.02);
}
.option-pill input { position: absolute; opacity: 0; pointer-events: none; }
.option-pill:has(input:checked) {
  border-color: rgba(231, 202, 33, 0.72);
  background: rgba(231, 202, 33, 0.06);
  box-shadow: 0 0 0 1px rgba(231, 202, 33, 0.18) inset;
}
.option-icon {
  display: block;
  width: 2.15rem;
  height: 2.15rem;
  line-height: 1;
  color: #f04646;
}
.option-icon svg { width: 100%; height: 100%; display: block; }
.option-label {
  display: block;
  text-align: center;
  font-size: 0.96rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.66);
}
.modal-submit {
  margin-top: 0.1rem;
  padding: 1.02rem 1.35rem;
  font-size: 0.99rem;
  border-radius: 999px;
}

.goal-card:focus-visible, .btn:focus-visible, .modal-close:focus-visible, .nav a:focus-visible, .footer-grid a:focus-visible {
  outline: 2px solid rgba(231, 202, 33, 0.85);
  outline-offset: 3px;
}

@keyframes sweep { to { transform: rotate(360deg); } }
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(231, 202, 33, 0.42); }
  100% { box-shadow: 0 0 0 18px rgba(231, 202, 33, 0); }
}

@media (max-width: 1080px) {
  .header-inner { min-height: 84px; flex-wrap: wrap; justify-content: flex-start; position: relative; }
  .menu-toggle { display: inline-flex; margin-left: auto; }
  .header-actions { width: auto; margin-left: auto; justify-content: flex-end; flex-wrap: wrap; gap: 0.75rem; }
  .nav {
    display: none;
    position: absolute;
    top: calc(100% + 0.55rem);
    right: 0;
    left: 0;
    width: 100%;
    order: 4;
    padding: 1rem 1rem 1.05rem;
    margin-top: 0;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: rgba(7, 12, 18, 0.98);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.34);
    flex-direction: column;
    align-items: flex-start;
    gap: 0.95rem;
  }
  .nav a {
    width: 100%;
    padding: 0.2rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }
  .nav a:last-child { border-bottom: 0; }
  .site-header.nav-open .nav { display: flex; }
  .site-header.nav-open .menu-toggle span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .site-header.nav-open .menu-toggle span:nth-child(2) { opacity: 0; }
  .site-header.nav-open .menu-toggle span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .hero-grid, .split-section, .footer-grid { grid-template-columns: 1fr; }
  .plan-grid, .goal-grid, .stats-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .solutions-grid { width: 100%; }
  .process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .app-section { grid-template-columns: 1fr; gap: 2rem; min-height: 0; }
  .app-copy { padding-left: 0; }
  .hero-panel { justify-self: stretch; transform: none; }
  .hero-copy { max-width: 100%; }
}
@media (max-width: 720px) {
  .section { padding: 3.6rem 0; }
  .hero { padding: 2.1rem 0 2rem; }
  .hero-grid { gap: 1.25rem; }
  .hero h1 { max-width: none; font-size: clamp(2.25rem, 10vw, 3.35rem); }
  .hero-title { width: auto; }
  .hero-copy { text-align: left; }
  .lead { font-size: 1rem; margin: 1rem 0 1.2rem; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { width: 100%; }
  .trust-line {
    gap: 0.7rem;
    margin-top: 1rem;
    font-size: 0.84rem;
  }
  .header-inner { gap: 0.6rem; min-height: 0; padding: 0.7rem 0; }
  .header-actions { display: none; }
  .menu-toggle { width: 2.7rem; height: 2.7rem; }
  .plan-grid, .goal-grid, .panel-grid, .option-grid, .process-grid, .stats-grid { grid-template-columns: 1fr; }
  .section-head { margin-bottom: 1.55rem; }
  .section-head h2 { font-size: clamp(1.7rem, 8.3vw, 2.35rem); }
  .section-head p { font-size: 0.97rem; margin-top: 0.65rem; }
  .solutions-grid { grid-template-columns: 1fr; gap: 0.95rem; }
  .solution-panel { min-height: 0; padding: 1.15rem 1rem; }
  .solution-panel h3 { font-size: 1.18rem; }
  .solution-item { gap: 0.75rem; margin-bottom: 0.95rem; }
  .solution-item strong { font-size: 0.96rem; }
  .solution-item span { font-size: 0.88rem; }
  .process-grid { gap: 0.9rem; }
  .process-card { min-height: 0; padding: 1.15rem 1rem; }
  .process-card h3 { font-size: 1.12rem; }
  .process-card p { font-size: 0.92rem; }
  .plan-grid { gap: 0.9rem; }
  .plan-card { padding: 1.15rem 1rem; }
  .plan-card h3 { font-size: 1.14rem; }
  .plan-card ul { padding-left: 1rem; }
  .app-section {
    display: flex;
    flex-direction: column-reverse;
    gap: 1.15rem;
    align-items: stretch;
  }
  .app-device-wrap { width: 100%; }
  .app-copy { padding-left: 0; }
  .app-device { width: min(100%, 210px); }
  .app-device-inner { padding: 0.76rem 0.76rem 0.78rem; }
  .app-device-notch { width: 86px; height: 18px; }
  .app-live { font-size: 0.64rem; }
  .app-plate { font-size: 0.84rem; }
  .app-map { min-height: 220px; margin-top: 0.18rem; }
  .app-status-card { padding: 0.74rem 0.78rem 0.78rem; gap: 0.4rem; }
  .app-status-card > div { font-size: 0.8rem; }
  .app-lock-btn { margin-top: 0.18rem; padding: 0.78rem 0.85rem; font-size: 0.9rem; }
  .app-feature { grid-template-columns: 1.55rem minmax(0, 1fr); }
  .app-copy h2 { font-size: clamp(1.72rem, 7.8vw, 2.2rem); }
  .app-copy .section-text { margin-bottom: 0.95rem; }
  .app-features { gap: 0.88rem; }
  .app-feature p { font-size: 0.9rem; }
  .app-feature strong { font-size: 0.95rem; }
  .modal-card { width: min(100%, 100%); padding: 1.2rem; }
  .option-grid { grid-template-columns: 1fr; }
  .option-pill { min-height: 96px; }
  .hero-panel { margin-top: -0.15rem; }
  .radar-stage { padding: 0; }
  .radar-shell { max-width: 100%; padding: 0.85rem; border-radius: 24px; }
  .radar { width: min(100%, 340px); }
  .radar-footer { display: none; }
  .price-table, .comparison-table { min-width: 680px; }
  .table-card { overflow-x: auto; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
