:root {
  --blue: #00aeef;
  --deep-blue: #005dff;
  --pink: #ff1975;
  --navy: #0e1f4b;
  --ink: #07101f;
  --paper: #f4f8ff;
  --white: #ffffff;
  --muted: #a9b8d1;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--white);
  background: var(--ink);
  font-family: Inter, Arial, sans-serif;
}
a { color: inherit; }

.hero {
  position: relative;
  min-height: 820px;
  overflow: hidden;
  padding: 32px clamp(22px, 6vw, 92px) 76px;
  background:
    linear-gradient(115deg, rgba(2, 9, 24, .98) 0%, rgba(4, 20, 53, .95) 58%, rgba(4, 9, 25, .98) 100%);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(0,174,239,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,174,239,.055) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, black, transparent 90%);
}
.ambient {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  opacity: .23;
}
.ambient-one { width: 460px; height: 460px; background: var(--deep-blue); top: -150px; right: 10%; }
.ambient-two { width: 340px; height: 340px; background: var(--pink); bottom: -180px; left: -100px; }

.brand {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 12px;
  width: max-content;
  letter-spacing: .08em;
  font-family: "League Spartan", Inter, sans-serif;
}
.brand-mark {
  width: 51px;
  height: 40px;
  display: grid;
  place-items: center;
  color: white;
  font-weight: 900;
  font-style: italic;
  font-size: 22px;
  background: linear-gradient(135deg, var(--deep-blue) 0 48%, var(--pink) 48% 100%);
  clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
}
.brand span, .brand strong { display: block; line-height: .84; }
.brand span { font-size: 17px; }
.brand strong { color: var(--pink); font-size: 22px; }

.hero-grid {
  position: relative;
  z-index: 1;
  max-width: 1260px;
  margin: 74px auto 0;
  display: grid;
  grid-template-columns: 1.08fr .82fr;
  gap: clamp(45px, 7vw, 105px);
  align-items: center;
}
.eyebrow {
  margin: 0 0 14px;
  color: var(--blue);
  font-weight: 800;
  letter-spacing: .14em;
  font-size: 13px;
}
.hero h1 {
  max-width: 690px;
  margin: 0;
  font-family: "League Spartan", Inter, sans-serif;
  font-size: clamp(55px, 6.3vw, 88px);
  line-height: .92;
  letter-spacing: -.045em;
}
.hero-question {
  margin: 22px 0 0;
  font-size: clamp(25px, 3vw, 38px);
  font-weight: 800;
  line-height: 1.08;
}
.hero-question em { color: var(--pink); font-style: normal; }
.lede {
  max-width: 680px;
  margin: 24px 0 28px;
  color: #ccdaec;
  font-size: 18px;
  line-height: 1.65;
}
.benefits {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}
.benefits li {
  display: flex;
  align-items: center;
  gap: 13px;
  font-weight: 600;
}
.benefits span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border: 1px solid rgba(0,174,239,.55);
  border-radius: 50%;
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
}
.trust-row {
  margin-top: 34px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}
.trust-row img {
  width: 58px;
  height: 58px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid var(--pink);
}
.trust-row p { margin: 0; }
.trust-row strong { color: white; font-size: 14px; }

.optin-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 26px;
  background: rgba(255,255,255,.055);
  box-shadow: 0 30px 80px rgba(0,0,0,.46);
  backdrop-filter: blur(14px);
}
.guide-preview {
  position: relative;
  min-height: 218px;
  overflow: hidden;
  padding: 28px 32px;
  background:
    linear-gradient(135deg, rgba(0,93,255,.95), rgba(14,31,75,.95) 55%, rgba(255,25,117,.82));
}
.guide-preview::after {
  content: "7";
  position: absolute;
  right: -15px;
  bottom: -91px;
  color: rgba(255,255,255,.085);
  font-family: "League Spartan", sans-serif;
  font-size: 330px;
  font-weight: 900;
}
.mini-badge {
  width: max-content;
  padding: 6px 9px;
  background: white;
  color: var(--navy);
  font-weight: 900;
  font-size: 10px;
  letter-spacing: .12em;
}
.guide-number {
  position: absolute;
  right: 27px;
  top: 9px;
  z-index: 2;
  color: white;
  font-family: "League Spartan", sans-serif;
  font-size: 122px;
  line-height: 1;
  font-weight: 900;
}
.guide-preview h2 {
  position: relative;
  z-index: 2;
  width: 69%;
  margin: 18px 0 7px;
  font-family: "League Spartan", sans-serif;
  font-size: 30px;
  line-height: .98;
}
.guide-preview p { position: relative; z-index: 2; margin: 0; color: #d7e7ff; font-size: 12px; }

/* Keep dark-panel copy readable when WordPress theme styles are injected. */
.hero .brand span,
.hero .hero-copy h1,
.hero .hero-question,
.hero .benefits li,
.hero .guide-preview h2 {
  color: #ffffff !important;
}
.hero .hero-question em {
  color: var(--pink) !important;
}
.final-cta h2 {
  color: #ffffff !important;
}
.thank-you-card h1,
.download-card strong {
  color: #ffffff !important;
}
.download-card.primary strong::first-letter {
  color: var(--pink) !important;
}

.form-wrap {
  padding: 30px 32px 28px;
  background: white;
  color: var(--ink);
}
.form-kicker {
  margin: 0 0 6px;
  color: var(--pink);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.form-wrap h2 {
  margin: 0;
  font-family: "League Spartan", sans-serif;
  font-size: 28px;
}
.form-note { margin: 9px 0 20px; color: #52617a; font-size: 13px; line-height: 1.55; }
form { display: grid; gap: 9px; }
label { color: #2f3d54; font-size: 12px; font-weight: 800; }
input {
  width: 100%;
  height: 49px;
  margin-bottom: 5px;
  padding: 0 14px;
  border: 1px solid #cbd7e8;
  border-radius: 9px;
  color: var(--ink);
  background: #f8fbff;
  font: inherit;
}
input:focus { outline: 3px solid rgba(0,174,239,.18); border-color: var(--blue); }
button[type="submit"] {
  min-height: 54px;
  margin-top: 5px;
  border: 0;
  border-radius: 9px;
  color: white;
  background: linear-gradient(90deg, var(--deep-blue), var(--blue));
  box-shadow: 0 13px 26px rgba(0,93,255,.28);
  font: 900 14px Inter, sans-serif;
  letter-spacing: .04em;
  cursor: pointer;
}
button[type="submit"]:hover { filter: brightness(1.08); transform: translateY(-1px); }
.privacy { margin: 4px 0 0; text-align: center; color: #758198; font-size: 10px; }
.freedom-watch-wpform .wpforms-container { margin: 0; }
.freedom-watch-wpform .wpforms-field { padding: 0 0 9px !important; }
.freedom-watch-wpform .wpforms-field-label {
  margin-bottom: 7px !important;
  color: #2f3d54 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
}
.freedom-watch-wpform input {
  width: 100% !important;
  max-width: none !important;
  height: 49px !important;
  margin: 0 !important;
  padding: 0 14px !important;
  border: 1px solid #cbd7e8 !important;
  border-radius: 9px !important;
  color: var(--ink) !important;
  background: #f8fbff !important;
}
.freedom-watch-wpform button[type="submit"] {
  width: 100% !important;
  min-height: 54px !important;
  border: 0 !important;
  border-radius: 9px !important;
  color: white !important;
  background: linear-gradient(90deg, var(--deep-blue), var(--blue)) !important;
  box-shadow: 0 13px 26px rgba(0,93,255,.28) !important;
  font: 900 14px Inter, sans-serif !important;
}

.proof-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 3.7vw, 54px);
  min-height: 88px;
  padding: 20px;
  background: var(--pink);
  color: white;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .1em;
}
.proof-strip span { width: 4px; height: 4px; border-radius: 50%; background: white; }

.inside {
  padding: 100px clamp(22px, 6vw, 92px);
  color: var(--ink);
  background: var(--paper);
}
.section-heading { max-width: 760px; margin: 0 auto 46px; text-align: center; }
.section-heading p { margin: 0 0 10px; color: var(--pink); font-size: 12px; font-weight: 900; letter-spacing: .14em; }
.section-heading h2 { margin: 0; font-family: "League Spartan", sans-serif; font-size: clamp(38px, 5vw, 62px); line-height: .98; }
.question-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.question-grid article {
  min-height: 220px;
  padding: 26px;
  border: 1px solid #dbe5f2;
  border-radius: 17px;
  background: white;
  box-shadow: 0 12px 32px rgba(14,31,75,.055);
}
.question-grid article:last-child {
  grid-column: 2;
  background: linear-gradient(135deg, var(--navy), #112e72);
  color: white;
}
.question-grid b { color: var(--blue); font-size: 12px; letter-spacing: .1em; }
.question-grid h3 { margin: 22px 0 10px; font-family: "League Spartan", sans-serif; font-size: 24px; line-height: 1.05; }
.question-grid p { margin: 0; color: #60708a; font-size: 14px; line-height: 1.6; }
.question-grid article:last-child p { color: #c4d5ee; }

.final-cta {
  max-width: 1180px;
  margin: 80px auto;
  padding: 34px 40px;
  display: grid;
  grid-template-columns: 96px 1fr auto;
  align-items: center;
  gap: 28px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 24px;
  background: linear-gradient(135deg, #0e1f4b, #08152e);
}
.final-cta img { width: 96px; height: 96px; object-fit: cover; border-radius: 50%; border: 3px solid var(--pink); }
.final-cta h2 { margin: 0; font-family: "League Spartan", sans-serif; font-size: 34px; line-height: 1.05; }
.final-cta a {
  padding: 17px 22px;
  border-radius: 8px;
  background: var(--pink);
  text-decoration: none;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .04em;
}

footer {
  padding: 30px 20px;
  color: #76849d;
  background: #050b16;
  text-align: center;
  font-size: 10px;
  line-height: 1.7;
}
footer p { margin: 2px 0; }

.thank-you-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 15% 15%, rgba(0,93,255,.28), transparent 34%),
    radial-gradient(circle at 88% 90%, rgba(255,25,117,.2), transparent 30%),
    #07101f;
}
.thank-you-shell { padding: 32px 22px 80px; }
.thank-you-shell .brand { margin: 0 auto; }
.thank-you-card {
  max-width: 860px;
  margin: 52px auto 0;
  padding: clamp(28px, 5vw, 60px);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 26px;
  background: rgba(255,255,255,.055);
  box-shadow: 0 30px 90px rgba(0,0,0,.42);
  text-align: center;
}
.success-icon {
  width: 64px; height: 64px; margin: 0 auto 18px; display: grid; place-items: center;
  border-radius: 50%; color: white; background: var(--pink); font-size: 30px; font-weight: 900;
}
.thank-you-card h1 { margin: 0; font: 800 clamp(44px, 7vw, 70px)/.95 "League Spartan", sans-serif; }
.thank-you-lede { max-width: 650px; margin: 18px auto 30px; color: #c5d4e8; line-height: 1.7; }
.download-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; text-align: left; }
.download-card {
  min-height: 188px; padding: 24px; display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,.14);
  border-radius: 16px; background: #0d1d3d; text-decoration: none; transition: .18s ease;
}
.download-card.primary { background: linear-gradient(135deg, #005dff, #00aeef); }
.download-card:hover { transform: translateY(-3px); border-color: var(--blue); }
.download-card span { color: #9fc5ff; font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.download-card.primary span { color: white; }
.download-card strong { margin: 17px 0 auto; font: 800 25px/1.04 "League Spartan", sans-serif; }
.download-card em { margin-top: 23px; color: white; font-style: normal; font-size: 11px; font-weight: 900; letter-spacing: .08em; }
.next-step { margin-top: 38px; padding: 31px; border-radius: 16px; color: var(--ink); background: white; }
.next-step h2 { margin: 0; font: 800 36px/1 "League Spartan", sans-serif; }
.next-step p:not(.eyebrow) { color: #5d6a7f; }
.next-step a { display: inline-block; margin-top: 8px; padding: 15px 22px; border-radius: 8px; color: white; background: var(--pink); text-decoration: none; font-size: 12px; font-weight: 900; }
.email-note { margin: 27px auto 0; color: #91a1bb; font-size: 11px; line-height: 1.6; }
.mark-video { margin: 32px 0 22px; }
.mark-video video {
  width: 100%;
  max-height: 540px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 18px;
  background: #02050b;
  box-shadow: 0 22px 55px rgba(0,0,0,.34);
}

@media (max-width: 900px) {
  .hero { padding-top: 24px; }
  .hero-grid { grid-template-columns: 1fr; margin-top: 50px; }
  .hero-copy { text-align: center; }
  .lede { margin-left: auto; margin-right: auto; }
  .benefits { max-width: 620px; margin: 0 auto; text-align: left; }
  .trust-row { justify-content: center; text-align: left; }
  .optin-card { max-width: 560px; margin: 0 auto; }
  .question-grid { grid-template-columns: 1fr 1fr; }
  .question-grid article:last-child { grid-column: auto; }
  .final-cta { margin: 55px 22px; grid-template-columns: 78px 1fr; }
  .final-cta img { width: 78px; height: 78px; }
  .final-cta a { grid-column: 1 / -1; text-align: center; }
}

@media (max-width: 620px) {
  .hero { min-height: 0; padding-bottom: 48px; }
  .hero h1 { font-size: 52px; }
  .hero-question { font-size: 25px; }
  .lede { font-size: 16px; }
  .proof-strip { flex-wrap: wrap; gap: 12px 18px; font-size: 9px; }
  .question-grid { grid-template-columns: 1fr; }
  .inside { padding-top: 70px; padding-bottom: 70px; }
  .final-cta { padding: 28px; text-align: center; grid-template-columns: 1fr; }
  .final-cta img { margin: 0 auto; }
  .final-cta h2 { font-size: 29px; }
  .download-grid { grid-template-columns: 1fr; }
  .thank-you-card { padding: 28px 18px; }
}
