:root {
  --bg: #fbfcff;
  --ink: #172033;
  --muted: #5b6577;
  --line: rgba(17, 24, 39, 0.12);
  --blue: #2563eb;
  --teal: #00b8a9;
  --lime: #b6f24a;
  --coral: #ff6b6b;
  --navy: #111827;
  --surface: rgba(255, 255, 255, 0.82);
  --shadow: 0 24px 80px rgba(17, 24, 39, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    linear-gradient(135deg, rgba(0, 184, 169, 0.14), transparent 32%),
    linear-gradient(315deg, rgba(255, 107, 107, 0.12), transparent 34%),
    var(--bg);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
h1, h2, h3, p { overflow-wrap: anywhere; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  width: min(1180px, calc(100% - 32px));
  margin: 16px auto 0;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 16px 40px rgba(23, 32, 51, 0.08);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
  color: var(--ink);
  font-weight: 850;
}

.brand-mark {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--teal), var(--blue));
  box-shadow: inset 0 -10px 18px rgba(17, 24, 39, 0.18);
}
.brand-mark::before {
  position: absolute;
  left: 9px;
  top: 8px;
  width: 16px;
  height: 16px;
  content: "";
  border: 3px solid #fff;
  border-top-color: transparent;
  border-left-color: transparent;
  border-radius: 50%;
  transform: rotate(35deg);
}
.brand-mark::after {
  position: absolute;
  left: 15px;
  top: 14px;
  width: 4px;
  height: 11px;
  content: "";
  border-radius: 99px;
  background: #fff;
  transform: rotate(45deg);
}

.nav-links { display: flex; justify-content: center; gap: 22px; color: #334155; font-size: 14px; font-weight: 700; }
.nav-links a:hover, .site-footer a:hover, .legal-card a:hover { color: var(--blue); }

.header-cta, .primary-button, .secondary-button, .cookie-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 850;
}
.header-cta, .primary-button {
  color: #fff;
  background: linear-gradient(135deg, var(--navy), var(--blue) 58%, var(--teal));
  box-shadow: 0 16px 36px rgba(37, 99, 235, 0.28);
}
.header-cta { padding: 0 20px; }
.primary-button { padding: 0 24px; }
.secondary-button {
  padding: 0 22px;
  border: 1px solid var(--line);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.78);
}

.hero-section { min-height: calc(100vh - 86px); padding: 56px 0 46px; overflow: hidden; }
.hero-grid, .section, .final-cta, .site-footer { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.72fr); align-items: center; gap: 38px; }
.hero-copy { position: relative; padding: 18px 0; }
.hero-copy::before {
  position: absolute;
  left: -8%;
  top: -12%;
  width: 84%;
  height: 120%;
  content: "";
  background: linear-gradient(120deg, rgba(0, 184, 169, 0.18), transparent 62%), linear-gradient(30deg, rgba(245, 185, 66, 0.14), transparent 58%);
  clip-path: polygon(0 0, 88% 8%, 100% 80%, 12% 100%);
  z-index: -1;
}
.eyebrow { margin: 0 0 14px; color: var(--blue); font-size: 12px; font-weight: 900; letter-spacing: 0; text-transform: uppercase; }
h1 { max-width: 760px; margin: 0; color: var(--ink); font-size: clamp(54px, 9vw, 116px); line-height: 0.9; letter-spacing: 0; }
h1 span { display: block; background: linear-gradient(110deg, var(--blue), var(--teal), var(--coral)); background-clip: text; color: transparent; }
.hero-subtitle { max-width: 640px; margin: 28px 0 0; color: #334155; font-size: 20px; line-height: 1.6; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.trust-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 40px; }
.trust-strip div, .hero-panel, .proof-card, .stats-grid div, .scam-card, .evidence-card, .fee-table, .legal-card, .thanks-card {
  border: 1px solid rgba(255, 255, 255, 0.62);
  background: var(--surface);
  box-shadow: var(--shadow);
  backdrop-filter: blur(22px);
}
.trust-strip div { min-height: 112px; padding: 18px; border-radius: 8px; }
.trust-strip strong, .trust-strip span, .stats-grid strong, .stats-grid span { display: block; }
.trust-strip strong { font-size: 15px; }
.trust-strip span { margin-top: 8px; color: var(--muted); font-size: 13px; line-height: 1.45; }

.hero-panel { position: relative; border-radius: 28px; padding: 20px; }
.hero-panel::before {
  position: absolute;
  inset: -1px;
  z-index: -1;
  content: "";
  border-radius: 30px;
  background: linear-gradient(135deg, var(--teal), var(--lime), var(--coral));
  opacity: 0.7;
}
.panel-topline { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 16px; color: #475569; font-size: 13px; font-weight: 850; }
.lead-form { display: grid; gap: 13px; }
.form-row, .phone-row { display: grid; gap: 12px; }
.form-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.phone-row { grid-template-columns: minmax(150px, 0.72fr) minmax(0, 1fr); }
.lead-form label { display: grid; gap: 7px; color: #334155; font-size: 12px; font-weight: 850; }
.lead-form input, .lead-form select, .lead-form textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(17, 24, 39, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--ink);
  outline: none;
  padding: 0 12px;
}
.lead-form textarea { min-height: 104px; padding-top: 12px; resize: vertical; }
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.13); }
.check-line { grid-template-columns: 18px 1fr !important; align-items: start; gap: 10px !important; color: #475569 !important; font-size: 12px !important; line-height: 1.45; }
.check-line input { width: 18px; min-height: 18px; margin-top: 2px; accent-color: var(--blue); }
.check-line a { color: var(--blue); font-weight: 900; }
.form-error { margin: 0; color: #b42318; font-size: 13px; font-weight: 850; }
.form-submit { width: 100%; }

.logo-band { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; width: min(1180px, calc(100% - 32px)); margin: -8px auto 0; padding-bottom: 48px; }
.logo-band span { border: 1px solid var(--line); border-radius: 999px; background: rgba(255, 255, 255, 0.68); padding: 10px 14px; color: #475569; font-size: 13px; font-weight: 850; }
.section { padding: 88px 0; }
.split-section, .proof-section, .fees-section, .evidence-section, .safety-section { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 30px; align-items: start; }
.section h2, .final-cta h2, .legal-card h1, .thanks-card h1 { margin: 0; color: var(--ink); font-size: clamp(34px, 5vw, 64px); line-height: 1; letter-spacing: 0; }
.section-lead, .proof-card p, .legal-card p, .thanks-card p { color: var(--muted); font-size: 17px; line-height: 1.7; }

.video-section { padding-top: 34px; }
.video-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr); gap: 16px; align-items: stretch; }
.video-card { position: relative; min-height: 420px; overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.58); border-radius: 8px; background: var(--ink); box-shadow: var(--shadow); isolation: isolate; }
.video-card-large { min-height: 520px; }
.video-card video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transform: scale(1.02); transition: transform 700ms ease, filter 700ms ease; }
.video-card::before { position: absolute; inset: 0; z-index: 1; content: ""; background: linear-gradient(180deg, rgba(17, 24, 39, 0.08), rgba(17, 24, 39, 0.68)), linear-gradient(135deg, rgba(37, 99, 235, 0.34), rgba(0, 184, 169, 0.12) 44%, rgba(255, 107, 107, 0.22)); }
.video-card:hover video { filter: saturate(1.12) contrast(1.03); transform: scale(1.065); }
.video-overlay { position: absolute; left: 0; right: 0; bottom: 0; z-index: 3; display: grid; gap: 10px; padding: 28px; color: #fff; }
.video-overlay span { width: max-content; max-width: 100%; border: 1px solid rgba(255, 255, 255, 0.28); border-radius: 999px; background: rgba(255, 255, 255, 0.12); padding: 8px 12px; font-size: 12px; font-weight: 900; text-transform: uppercase; backdrop-filter: blur(12px); }
.video-overlay h3 { max-width: 680px; margin: 0; color: #fff; font-size: clamp(24px, 4vw, 44px); line-height: 1.05; }
.video-card:not(.video-card-large) .video-overlay h3 { font-size: clamp(22px, 3vw, 32px); }

.evidence-note { display: grid; gap: 8px; max-width: 520px; margin-top: 28px; border: 1px solid rgba(37, 99, 235, 0.18); border-radius: 8px; background: linear-gradient(135deg, rgba(37, 99, 235, 0.08), rgba(0, 184, 169, 0.08)), rgba(255, 255, 255, 0.72); padding: 18px; }
.evidence-note strong { color: var(--ink); font-size: 15px; }
.evidence-note span { color: var(--muted); line-height: 1.6; }
.evidence-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.evidence-card { position: relative; min-height: 220px; overflow: hidden; border-radius: 8px; padding: 24px; }
.evidence-card::after { position: absolute; right: -36px; bottom: -58px; width: 138px; height: 138px; content: ""; border-radius: 999px; background: linear-gradient(135deg, rgba(0, 184, 169, 0.28), rgba(182, 242, 74, 0.18)); }
.evidence-card > span { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; margin-bottom: 28px; border-radius: 999px; color: #fff; background: linear-gradient(135deg, var(--ink), var(--blue)); font-size: 13px; font-weight: 900; }
.evidence-card h3 { margin: 0; color: var(--ink); }
.evidence-card p { color: var(--muted); line-height: 1.65; }

.steps { display: grid; gap: 14px; }
.steps article { position: relative; min-height: 170px; padding: 26px 26px 26px 84px; border: 1px solid var(--line); border-radius: 8px; background: linear-gradient(135deg, #fff, rgba(236, 253, 245, 0.72)); }
.steps span, .thanks-steps span { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 999px; color: #fff; background: linear-gradient(135deg, var(--ink), var(--blue)); font-size: 13px; font-weight: 900; }
.steps span { position: absolute; left: 24px; top: 26px; }
.steps h3, .scam-card h3, .site-footer h3 { margin: 0; color: var(--ink); }
.steps p, .scam-card p, .fee-table p, .site-footer p { color: var(--muted); line-height: 1.6; }

.proof-section { align-items: stretch; }
.proof-card { border-radius: 8px; padding: 34px; background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(236, 253, 245, 0.74)), #fff; }
.stats-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.stats-grid div { min-height: 160px; border-radius: 8px; padding: 24px; }
.stats-grid strong { color: var(--ink); font-size: 46px; line-height: 1; }
.stats-grid span { margin-top: 12px; color: var(--muted); font-weight: 750; }

.safety-section { align-items: center; border-radius: 8px; color: #fff; background: linear-gradient(135deg, rgba(255, 107, 107, 0.28), transparent 42%), linear-gradient(315deg, rgba(0, 184, 169, 0.28), transparent 38%), linear-gradient(110deg, #111827, #172554 58%, #064e46); padding: 44px; }
.safety-section .eyebrow, .safety-section h2 { color: #fff; }
.safety-copy p:not(.eyebrow) { color: rgba(255, 255, 255, 0.78); font-size: 17px; line-height: 1.7; }
.safety-panel { display: grid; gap: 12px; }
.safety-panel div { display: grid; grid-template-columns: 42px 1fr; align-items: center; gap: 14px; min-height: 80px; border: 1px solid rgba(255, 255, 255, 0.18); border-radius: 8px; background: rgba(255, 255, 255, 0.1); padding: 14px; backdrop-filter: blur(18px); }
.safety-panel span { position: relative; display: inline-block; width: 42px; height: 42px; border-radius: 999px; background: rgba(182, 242, 74, 0.18); }
.safety-panel span::before { position: absolute; left: 13px; top: 10px; width: 13px; height: 18px; content: ""; border: solid var(--lime); border-width: 0 4px 4px 0; transform: rotate(45deg); }
.safety-panel p { margin: 0; color: rgba(255, 255, 255, 0.86); font-weight: 720; line-height: 1.5; }

.section-heading { max-width: 760px; margin-bottom: 34px; }
.scam-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.scam-card { position: relative; min-height: 230px; overflow: hidden; border-radius: 8px; padding: 24px; }
.scam-card > span { display: block; width: 44px; height: 44px; margin-bottom: 34px; border-radius: 14px; background: linear-gradient(135deg, rgba(255, 255, 255, 0.5), transparent), linear-gradient(135deg, var(--teal), var(--blue)); box-shadow: inset 0 -10px 16px rgba(17, 24, 39, 0.16); }
.scam-card::after { position: absolute; right: -28px; top: -42px; width: 96px; height: 180px; content: ""; background: linear-gradient(180deg, rgba(182, 242, 74, 0.5), transparent); transform: rotate(35deg); }

.fees-section { align-items: center; }
.fee-table { border-radius: 8px; padding: 16px; }
.fee-table > div { display: grid; grid-template-columns: 1fr auto; gap: 16px; align-items: center; min-height: 58px; padding: 0 14px; border-bottom: 1px solid var(--line); }
.fee-table > div:first-child { color: var(--muted); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.fee-table strong { color: var(--blue); }
.fee-table p { margin: 16px 14px 0; font-size: 13px; }
.faq-list { display: grid; gap: 12px; }
.faq-list details { border: 1px solid var(--line); border-radius: 8px; background: rgba(255, 255, 255, 0.74); padding: 18px 22px; }
.faq-list summary { cursor: pointer; color: var(--ink); font-weight: 900; }
.faq-list p { color: var(--muted); line-height: 1.7; }

.final-cta { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 82px; border-radius: 8px; padding: 36px; color: #fff; background: linear-gradient(135deg, rgba(0, 184, 169, 0.26), transparent 44%), linear-gradient(110deg, var(--navy), #2144b8 64%, #07877e); }
.final-cta h2, .final-cta .eyebrow { color: #fff; }
.final-cta .primary-button { background: #fff; color: var(--blue); box-shadow: none; }
.site-footer { display: grid; grid-template-columns: 1.5fr 0.7fr 0.7fr; gap: 34px; padding: 42px 0 56px; border-top: 1px solid var(--line); }
.site-footer p { max-width: 560px; }
.site-footer div { display: grid; align-content: start; gap: 10px; }
.site-footer h3 { font-size: 13px; text-transform: uppercase; }
.site-footer a { color: #475569; font-weight: 750; }

.cookie-banner { position: fixed; left: 18px; right: 18px; bottom: 18px; z-index: 50; display: grid; grid-template-columns: 1fr auto; gap: 18px; align-items: center; max-width: 920px; margin: 0 auto; border: 1px solid rgba(255, 255, 255, 0.55); border-radius: 8px; background: rgba(17, 24, 39, 0.92); box-shadow: 0 24px 80px rgba(17, 24, 39, 0.32); color: #fff; padding: 18px; backdrop-filter: blur(18px); }
.cookie-banner[hidden], .cookie-settings[hidden] { display: none !important; }
.cookie-banner p { margin: 6px 0 0; color: rgba(255, 255, 255, 0.78); line-height: 1.5; }
.cookie-links { display: flex; gap: 12px; margin-top: 10px; color: var(--lime); font-weight: 800; }
.cookie-actions { display: flex; gap: 10px; }
.cookie-actions button { min-width: 132px; padding: 0 16px; }
.cookie-actions button:first-child { border: 1px solid rgba(255, 255, 255, 0.22); color: #fff; background: transparent; }
.cookie-actions button:last-child { color: var(--ink); background: var(--lime); }
.cookie-settings { position: fixed; right: 18px; bottom: 18px; z-index: 45; min-height: 38px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255, 255, 255, 0.86); box-shadow: 0 16px 36px rgba(17, 24, 39, 0.12); color: #334155; cursor: pointer; padding: 0 14px; font-size: 12px; font-weight: 850; }

.legal-page, .thanks-page { min-height: 100vh; padding: 28px 16px 80px; }
.legal-brand { width: min(880px, 100%); margin: 0 auto 28px; }
.legal-card, .thanks-card { width: min(880px, 100%); margin: 0 auto; border-radius: 8px; padding: clamp(28px, 6vw, 64px); }
.legal-card h2 { margin: 34px 0 0; color: var(--ink); font-size: 24px; }
.legal-card a { color: var(--blue); font-weight: 850; }
.thanks-page { display: grid; place-items: center; background: linear-gradient(135deg, rgba(0, 184, 169, 0.16), transparent 35%), linear-gradient(315deg, rgba(245, 185, 66, 0.18), transparent 35%), #f8fbff; }
.thanks-card .brand { margin-bottom: 38px; }
.thanks-card h1 { max-width: 780px; }
.thanks-card > p:not(.eyebrow) { max-width: 720px; }
.thanks-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin: 34px 0; }
.thanks-steps div { min-height: 190px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255, 255, 255, 0.72); padding: 18px; }
.thanks-steps strong { display: block; margin-top: 18px; color: var(--ink); }
.thanks-steps p { margin-bottom: 0; font-size: 14px; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; border-radius: 22px; }
  .nav-links { display: none; }
  .hero-grid, .split-section, .proof-section, .fees-section, .evidence-section, .safety-section, .site-footer { grid-template-columns: 1fr; }
  .trust-strip, .scam-grid, .video-grid, .evidence-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .video-card, .video-card-large { min-height: 420px; }
}

@media (max-width: 680px) {
  .site-header { width: min(100% - 20px, 1180px); gap: 12px; margin-top: 10px; padding: 10px; }
  .brand { font-size: 14px; }
  .brand-mark { width: 30px; height: 30px; border-radius: 9px; }
  .header-cta { min-height: 40px; padding: 0 14px; font-size: 13px; }
  .hero-section { min-height: auto; padding-top: 38px; }
  .hero-grid, .section, .final-cta, .site-footer, .logo-band { width: min(100% - 20px, 1180px); }
  h1 { font-size: clamp(48px, 17vw, 74px); }
  .hero-subtitle { font-size: 17px; }
  .hero-panel { border-radius: 18px; padding: 14px; }
  .form-row, .phone-row, .trust-strip, .stats-grid, .scam-grid, .video-grid, .evidence-grid, .thanks-steps { grid-template-columns: 1fr; }
  .section { padding: 58px 0; }
  .steps article { min-height: unset; padding: 78px 20px 20px; }
  .steps span { left: 20px; top: 20px; }
  .scam-card { min-height: 190px; }
  .video-card, .video-card-large { min-height: 360px; }
  .video-overlay { padding: 20px; }
  .safety-section { padding: 24px; }
  .safety-panel div { grid-template-columns: 1fr; }
  .final-cta { align-items: flex-start; flex-direction: column; padding: 24px; }
  .cookie-banner { grid-template-columns: 1fr; }
  .cookie-actions { flex-direction: column; }
  .cookie-actions button { width: 100%; }
}
