/* ============================================================
   FOREXERO /sponsored-vip — matches the /plans lock system.
   Tokens/buttons/announce/nav come from css/plans-v2.css (.pl6).
   This file only adds sponsored-specific components (.sv scope).
   ============================================================ */

/* ---------------- intro ---------------- */
.sv .sv-head { padding: 132px 0 56px; }
.sv .sv-head-inner { display: grid; gap: 18px; max-width: 860px; }
.sv .sv-head h1 { font-size: clamp(44px, 5vw, 72px); font-weight: 600; letter-spacing: -0.025em; line-height: 1.02; }
.sv .sv-sub { font-size: clamp(16px, 1.6vw, 19px); line-height: 1.55; color: var(--text); max-width: 56ch; }
.sv .sv-note { font-size: 15px; line-height: 1.6; color: var(--muted); max-width: 58ch; }
.sv .sv-qual {
  font-family: var(--mono); font-size: 12.5px; letter-spacing: 0.05em;
  color: var(--gold); margin-top: 2px;
}
.sv .sv-ctas { display: flex; align-items: center; flex-wrap: wrap; gap: 12px 22px; margin-top: 10px; }
.sv .sv-ctas .b { width: auto; min-width: 210px; }
.sv .sv-alt { font-size: 14px; color: var(--muted); }
.sv .sv-alt a { color: var(--text); font-weight: 500; text-decoration: underline; text-underline-offset: 3px; }
.sv .sv-alt a:hover { color: var(--gold-light); }
@media (max-width: 640px) { .sv .sv-head { padding: 104px 0 40px; } }

/* ---------------- reassurance strip ---------------- */
.sv .sv-strip {
  background: var(--elev);
  border: 1px solid var(--border-soft);
  border-radius: 16px;
  display: grid; grid-template-columns: repeat(3, 1fr);
}
.sv .sv-strip .it {
  padding: 28px 30px;
  border-left: 1px solid var(--border-soft);
  display: grid; gap: 8px; align-content: start;
}
.sv .sv-strip .it:first-child { border-left: 0; }
.sv .sv-strip .it b { font-size: 16.5px; font-weight: 600; color: var(--text); }
.sv .sv-strip .it span { font-size: 14px; line-height: 1.55; color: var(--muted); }
@media (max-width: 860px) {
  .sv .sv-strip { grid-template-columns: 1fr; }
  .sv .sv-strip .it { border-left: 0; border-top: 1px solid var(--border-soft); }
  .sv .sv-strip .it:first-child { border-top: 0; }
}

/* ---------------- sections ---------------- */
.sv .sv-sec { padding: 84px 0 0; }
.sv .sv-sec h2 { font-size: clamp(30px, 3.4vw, 44px); font-weight: 600; letter-spacing: -0.02em; margin-bottom: 40px; max-width: 720px; }
@media (max-width: 640px) { .sv .sv-sec { padding: 56px 0 0; } .sv .sv-sec h2 { margin-bottom: 26px; } }

/* steps */
.sv .sv-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.sv .sv-step {
  background: var(--card);
  border: 1px solid var(--border-soft);
  border-radius: 16px;
  padding: 30px 28px;
  display: grid; gap: 12px; align-content: start;
}
.sv .sv-step .n { font-family: var(--mono); font-size: 13px; color: var(--gold); }
.sv .sv-step h3 { font-size: 20px; font-weight: 600; color: var(--text); }
.sv .sv-step p { font-size: 14.5px; line-height: 1.6; color: var(--muted); }
.sv .sv-step p b { color: var(--text); font-weight: 600; }
.sv .sv-step .small { font-size: 12.5px; color: var(--muted); }
@media (max-width: 860px) { .sv .sv-steps { grid-template-columns: 1fr; } }

/* decision block */
.sv .sv-duo { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.sv .sv-duo .opt {
  background: var(--card);
  border: 1px solid var(--border-soft);
  border-radius: 16px;
  padding: 34px 32px;
  display: grid; gap: 12px; align-content: start; justify-items: start;
}
.sv .sv-duo .opt h3 { font-size: 21px; font-weight: 600; color: var(--text); }
.sv .sv-duo .opt p { font-size: 14.5px; line-height: 1.6; color: var(--muted); }
.sv .sv-duo .opt .b { width: auto; margin-top: 8px; }
@media (max-width: 860px) { .sv .sv-duo { grid-template-columns: 1fr; } }

/* send-name callout: the activation step, green status accent */
.sv .sv-callout {
  background:
    radial-gradient(circle at 85% -10%, rgba(99, 230, 168, 0.08) 0%, transparent 45%),
    var(--elev);
  border: 1px solid rgba(99, 230, 168, 0.22);
  border-radius: 16px;
  padding: clamp(30px, 3.5vw, 46px);
  display: grid; gap: 14px; justify-items: start;
}
.sv .sv-callout .tag {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase;
  color: #63E6A8;
}
.sv .sv-callout .tag::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #63E6A8; }
.sv .sv-callout h2 { font-size: clamp(26px, 3vw, 38px); font-weight: 600; letter-spacing: -0.02em; margin: 0; }
.sv .sv-callout p { font-size: 15px; line-height: 1.6; color: var(--muted); max-width: 62ch; }
.sv .sv-callout p b { color: var(--text); font-weight: 600; }
.sv .sv-callout .b { width: auto; margin-top: 6px; }

/* FAQ, thin rows like /plans */
.sv .sv-faq { max-width: 780px; }
.sv .sv-faq details { border-bottom: 1px solid var(--border); }
.sv .sv-faq details:first-of-type { border-top: 1px solid var(--border); }
.sv .sv-faq summary {
  list-style: none; cursor: pointer;
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  padding: 17px 2px;
  font-size: 15.5px; font-weight: 600; color: var(--text);
  min-height: 48px;
}
.sv .sv-faq summary::-webkit-details-marker { display: none; }
.sv .sv-faq summary:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
.sv .sv-faq summary .pm { flex-shrink: 0; font-size: 19px; font-weight: 400; color: var(--muted); transition: transform 200ms var(--ease); }
.sv .sv-faq details[open] summary .pm { transform: rotate(45deg); color: var(--gold); }
@media (prefers-reduced-motion: reduce) { .sv .sv-faq summary .pm { transition: none; } }
.sv .sv-faq .a { padding: 0 2px 20px; font-size: 14.5px; line-height: 1.6; color: var(--muted); max-width: 660px; }

/* final */
.sv .sv-final { border-top: 1px solid var(--border-soft); margin-top: 84px; padding: 64px 0 80px; }
.sv .sv-final-inner { display: grid; gap: 16px; justify-items: center; text-align: center; }
.sv .sv-final-inner h2 { font-size: clamp(26px, 3vw, 38px); font-weight: 600; letter-spacing: -0.02em; }
.sv .sv-final-inner .b { width: auto; min-width: 210px; }
.sv .sv-final-help { font-size: 13.5px; color: var(--muted); }
.sv .sv-final-help a { color: var(--text); text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.sv .sv-final-help a:hover { color: var(--gold-light); }
@media (max-width: 640px) { .sv .sv-final { margin-top: 56px; padding: 48px 0 60px; } }

/* quiet disclosure */
.sv .sv-legal {
  padding: 0 0 56px;
  font-size: 12px; line-height: 1.7; color: rgba(150, 151, 157, 0.75);
  max-width: 900px;
}

/* modal, restyled to the lock system */
.modal-bg {
  position: fixed; inset: 0; z-index: 2000;
  background: rgba(5, 5, 6, 0.7);
  -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
  display: none; align-items: center; justify-content: center; padding: 20px;
}
.modal-bg.open { display: flex; }
.modal {
  position: relative;
  width: min(480px, 100%);
  background: #111214;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 16px;
  padding: 34px 32px 30px;
  font-family: 'General Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  color: #F7F7F5;
}
.modal .mx {
  position: absolute; top: 14px; right: 16px;
  background: none; border: 0; color: #96979D; font-size: 24px; cursor: pointer; line-height: 1;
  min-width: 44px; min-height: 44px;
}
.modal .mx:hover { color: #F7F7F5; }
.modal .mview { display: none; }
.modal .mview.active { display: block; }
.modal h3 { font-size: 21px; font-weight: 600; margin: 0 0 8px; }
.modal .ms { font-size: 14px; color: #96979D; margin-bottom: 20px; }
.modal p { font-size: 14.5px; line-height: 1.6; color: #96979D; margin: 0 0 18px; }
.modal p b { color: #F7F7F5; font-weight: 600; }
.modal .opts { display: grid; gap: 10px; }
.modal .opt {
  display: flex; align-items: center; justify-content: center;
  min-height: 48px; padding: 13px 20px; border-radius: 999px;
  font-family: inherit; font-size: 15px; font-weight: 600; text-align: center;
  cursor: pointer; text-decoration: none;
  transition: background 150ms ease, border-color 150ms ease;
}
.modal .opt:first-child { background: #F7F7F5; color: #0B0B0C; border: 1px solid #F7F7F5; }
.modal .opt:first-child:hover { background: #E9E9E6; }
.modal .opt:not(:first-child) { background: transparent; color: #F7F7F5; border: 1px solid rgba(255, 255, 255, 0.22); }
.modal .opt:not(:first-child):hover { border-color: rgba(255, 255, 255, 0.45); }
.modal .rc-actions { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.modal .rc-actions .btn-go {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 46px; padding: 12px 22px; border-radius: 999px; border: 1px solid #F7F7F5;
  background: #F7F7F5; color: #0B0B0C; font-family: inherit; font-size: 14.5px; font-weight: 600; cursor: pointer;
}
.modal .rc-actions .btn-go:hover { background: #E9E9E6; }
.modal .qback { background: none; border: 0; color: #96979D; font-family: inherit; font-size: 13.5px; cursor: pointer; text-decoration: underline; text-underline-offset: 3px; }
.modal .qback:hover { color: #F7F7F5; }

/* sticky helper bar, restyled */
#stickybar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 900; display: none;
  background: rgba(5, 5, 6, 0.92);
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  padding: 10px 16px;
  font-family: 'General Sans', -apple-system, BlinkMacSystemFont, sans-serif;
}
#stickybar .sb-in { max-width: 1180px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
#stickybar .sb-t { font-size: 13.5px; color: #96979D; }
#stickybar .sb-b {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 44px; padding: 10px 20px; border-radius: 999px; border: 1px solid #F7F7F5;
  background: #F7F7F5; color: #0B0B0C; font-family: inherit; font-size: 14px; font-weight: 600; cursor: pointer;
}
#stickybar .sb-b:hover { background: #E9E9E6; }
