:root {
  --bg: #07111e;
  --bg-2: #0b1727;
  --panel: rgba(12, 23, 39, 0.82);
  --panel-soft: rgba(255, 255, 255, 0.06);
  --text: #eef5ff;
  --muted: #b7c4d6;
  --line: rgba(255, 255, 255, 0.10);
  --blue: #4da3ff;
  --green: #59d48a;
  --gold: #f5c95d;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.32);
  --radius: 24px;
  --radius-sm: 16px;
  --max: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 15% 10%, rgba(77, 163, 255, 0.18), transparent 30%),
    radial-gradient(circle at 88% 12%, rgba(89, 212, 138, 0.14), transparent 28%),
    linear-gradient(180deg, #06101b 0%, #091624 46%, #050b13 100%);
  min-height: 100vh;
}

a { color: inherit; }
img { max-width: 100%; display: block; }
.wrap { width: min(var(--max), calc(100% - 32px)); margin: 0 auto; }

.topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(18px);
  background: rgba(6, 16, 27, 0.78);
  border-bottom: 1px solid var(--line);
}
.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0.02em;
}
.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--blue), var(--green));
  box-shadow: 0 12px 28px rgba(77, 163, 255, 0.26);
  display: grid;
  place-items: center;
  color: #05101d;
  font-weight: 900;
  overflow: hidden;
}
.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nav {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  color: var(--muted);
  font-size: 14px;
}
.nav a { text-decoration: none; }
.nav a:hover { color: var(--text); }

.hero {
  padding: 58px 0 26px;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px;
  align-items: stretch;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.05);
  font-size: 13px;
  font-weight: 700;
  color: #d8e7f9;
}
.hero-logo {
  width: min(220px, 100%);
  margin: 0 0 14px;
}
h1 {
  margin: 18px 0 14px;
  font-size: clamp(44px, 6.6vw, 74px);
  line-height: 0.94;
  letter-spacing: -0.06em;
  max-width: 11ch;
}
.lead {
  font-size: clamp(18px, 2vw, 21px);
  line-height: 1.62;
  color: var(--muted);
  max-width: 58ch;
  margin: 0 0 26px;
}
.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 22px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 800;
  text-decoration: none;
  border: 1px solid transparent;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary {
  background: linear-gradient(135deg, var(--green), #8ef0b6);
  color: #08141f;
  box-shadow: 0 18px 42px rgba(89, 212, 138, 0.24);
}
.btn-ghost {
  border-color: rgba(255,255,255,0.16);
  background: rgba(255,255,255,0.04);
}
.trust-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}
.mini-card, .card, .panel {
  background: linear-gradient(180deg, var(--panel), rgba(255,255,255,0.03));
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.mini-card {
  border-radius: 18px;
  padding: 16px;
}
.mini-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
}
.mini-card span {
  color: var(--muted);
  line-height: 1.5;
  font-size: 14px;
}
.hero-visual {
  min-height: 560px;
  border-radius: 34px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  position: relative;
  background:
    radial-gradient(circle at 78% 20%, rgba(245, 201, 93, 0.24), transparent 20%),
    linear-gradient(180deg, rgba(11, 23, 39, 0.92), rgba(5, 11, 19, 0.98));
}
.hero-visual .hero-photo,
.split-media .split-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5,11,19,0.92) 0%, rgba(5,11,19,0.76) 34%, rgba(5,11,19,0.22) 72%, rgba(5,11,19,0.05) 100%);
}
.hero-visual .copy {
  position: absolute;
  inset: 0;
  z-index: 1;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hero-visual h2 {
  margin: 0;
  font-size: clamp(24px, 3.5vw, 42px);
  line-height: 1.06;
  letter-spacing: -0.04em;
  max-width: 14ch;
}
.hero-visual p {
  color: #d7e1ee;
  max-width: 34ch;
  line-height: 1.6;
}
.hero-visual .metric-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.metric {
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(7, 17, 30, 0.72);
  border: 1px solid rgba(255,255,255,0.12);
  backdrop-filter: blur(8px);
}
.metric strong {
  display: block;
  font-size: 16px;
  margin-bottom: 4px;
}
.metric span {
  color: #c5d2e0;
  font-size: 14px;
  line-height: 1.45;
}
.section {
  padding: 42px 0;
}
.section h2 {
  margin: 0 0 12px;
  font-size: clamp(28px, 4vw, 46px);
  letter-spacing: -0.04em;
}
.section-lead {
  margin: 0 0 24px;
  color: var(--muted);
  line-height: 1.7;
  max-width: 72ch;
}
.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.card {
  border-radius: 24px;
  padding: 22px;
}
.card h3 {
  margin: 0 0 10px;
  font-size: 20px;
  letter-spacing: -0.03em;
}
.card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}
.benefit-list {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.8;
}
.price-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.price-card {
  border-radius: 22px;
  padding: 18px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
}
.price-card .tag {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(77, 163, 255, 0.12);
  color: #afd2ff;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 12px;
}
.price-card strong {
  display: block;
  font-size: 18px;
  margin-bottom: 6px;
}
.price {
  font-size: 30px;
  font-weight: 900;
  letter-spacing: -0.04em;
  margin: 10px 0 6px;
}
.price small {
  font-size: 14px;
  color: var(--muted);
  font-weight: 600;
}
.price-card p {
  color: var(--muted);
  margin: 0;
  line-height: 1.5;
}
.split {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 18px;
  align-items: stretch;
}
.split-media {
  min-height: 460px;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  position: relative;
  background:
    radial-gradient(circle at 80% 14%, rgba(89, 212, 138, 0.16), transparent 26%),
    linear-gradient(180deg, rgba(7, 17, 30, 0.95), rgba(6, 12, 22, 0.98));
}
.split-media-tall {
  min-height: 540px;
}
.split-media-lift {
  min-height: 600px;
}
.split-media::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5,11,19,0.90) 0%, rgba(5,11,19,0.74) 38%, rgba(5,11,19,0.15) 100%);
}
.split-media .copy {
  position: absolute;
  inset: 0;
  z-index: 1;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.split-media h2 {
  margin: 0;
  max-width: 15ch;
}
.split-media .punch {
  font-size: 18px;
  line-height: 1.6;
  color: #d7e1ee;
  max-width: 38ch;
}
.contact-card {
  border-radius: 30px;
  padding: 24px;
}
.contact-card .badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(89, 212, 138, 0.12);
  color: #a6f2ca;
  font-size: 13px;
  font-weight: 800;
}
.widget-shell {
  min-height: 1120px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.03);
}
.widget-shell iframe {
  width: 100%;
  height: 1120px;
  border: 0;
  display: block;
}
.faq details {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255,255,255,0.04);
  padding: 18px 20px;
}
.faq details + details { margin-top: 12px; }
.faq summary {
  cursor: pointer;
  list-style: none;
  font-weight: 800;
}
.faq summary::-webkit-details-marker { display: none; }
.faq .answer {
  color: var(--muted);
  line-height: 1.7;
  margin-top: 12px;
}
footer {
  padding: 34px 0 84px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  margin-top: 30px;
}
.footer-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.footer-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.footer-links a { text-decoration: none; }

.cookie {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  background: rgba(6, 16, 27, 0.96);
  border-top: 1px solid rgba(255,255,255,0.12);
  padding: 16px;
  box-shadow: 0 -18px 50px rgba(0,0,0,0.30);
}
.cookie-inner {
  width: min(var(--max), calc(100% - 16px));
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}
.cookie a { color: #a6f2ca; font-weight: 700; text-decoration: none; }
.cookie button {
  border: 0;
  border-radius: 999px;
  padding: 10px 16px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  color: #08141f;
  background: linear-gradient(135deg, var(--green), #8ef0b6);
}

@media (max-width: 980px) {
  .hero-grid, .grid-2, .grid-3, .price-grid, .split, .trust-row { grid-template-columns: 1fr; }
  .hero { padding-top: 36px; }
  h1 { max-width: none; }
  .nav { display: none; }
  .hero-visual, .split-media { min-height: 480px; }
  .widget-shell, .widget-shell iframe { min-height: 1080px; height: 1080px; }
}
