*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --teal:   #0d5257;
  --yellow: #fcca0f;
  --white:  #ffffff;
  --radius: 0px;
  --max:    960px;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  background: var(--teal);
}

/* keep old variable names working */
:root { --green: var(--teal); --gold: var(--yellow); }

.wrap { max-width: var(--max); margin: 0 auto; padding: 0 24px; }

/* ── HEADER (teal) ── */
header { background: var(--teal); padding: 16px 0; text-align: center; }
.logo { font-size: 1.2rem; font-weight: 800; color: var(--white); letter-spacing: -0.02em; text-decoration: none; }
.logo span { color: var(--yellow); }

/* ── BUTTONS ── */
.btn {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-weight: 700; font-size: 1rem;
  padding: 15px 36px; border-radius: var(--radius);
  text-decoration: none; border: none; cursor: pointer;
  transition: opacity 0.15s, transform 0.12s;
}
.btn:hover { opacity: 0.88; transform: translateY(-1px); }
.btn-lg { padding: 18px 44px; font-size: 1.05rem; }

/* yellow button (for teal sections) */
.btn-yellow { background: var(--yellow); color: var(--teal); }
/* teal button (for yellow sections) */
.btn-teal   { background: var(--teal);   color: var(--white); }

/* ── HERO (teal) ── */
.hero { background: var(--teal); padding: 72px 0 64px; text-align: center; }
.hero h1 { font-size: clamp(2rem, 5vw, 3.4rem); font-weight: 800; color: var(--yellow); letter-spacing: -0.03em; line-height: 1.15; margin-bottom: 20px; }
.hero h1 em { color: var(--yellow); font-style: normal; opacity: 1; }
.hero .sub { font-size: 1.2rem; color: rgba(255,255,255,0.8); max-width: 600px; margin: 0 auto 32px; line-height: 1.6; }
.guarantee { font-size: 1rem; color: rgba(255,255,255,0.85); margin-bottom: 36px; font-weight: 600; }
.guarantee strong { color: var(--yellow); }
.hero-trades { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-bottom: 36px; }
.trade-tag { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); border-radius: 100px; padding: 6px 16px; font-size: 0.85rem; font-weight: 600; color: var(--white); }

/* ── WHO IT'S FOR (yellow) ── */
.for-section { background: var(--yellow); padding: 64px 0; }
.for-section h2 { font-size: 1.9rem; font-weight: 800; color: var(--teal); letter-spacing: -0.03em; margin-bottom: 8px; text-align: center; }
.for-section .sub-h { text-align: center; color: var(--teal); opacity: 0.75; margin-bottom: 40px; font-size: 0.97rem; }
.for-grid { display: flex; flex-direction: column; gap: 0; }
.for-card { background: var(--teal); border-bottom: 1px solid var(--yellow); padding: 22px 24px; font-weight: 600; color: var(--white); font-size: 0.93rem; display: flex; align-items: center; gap: 12px; border-radius: 0; }
.for-card:last-child { border-bottom: none; }
.for-card::before { content: '✓'; color: var(--yellow); font-weight: 800; flex-shrink: 0; }

/* ── VSL ── */
.vsl-player { position: relative; overflow: hidden; cursor: pointer; margin: 28px 0 36px; border-radius: 6px; }
.vsl-player:hover .vsl-play { transform: translate(-50%, -50%) scale(1.08); }
.vsl-thumb { width: 100%; height: auto; display: block; }
.vsl-play { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background: none; border: 0; cursor: pointer; transition: transform .2s ease; filter: drop-shadow(0 6px 20px rgba(0,0,0,.4)); }

/* ── ECONOMICS (teal) ── */
.economics { background: var(--teal); padding: 64px 0; text-align: center; }
.economics h2 { font-size: clamp(1.9rem, 4vw, 3rem); font-weight: 800; color: var(--white); letter-spacing: -0.03em; margin-bottom: 12px; }
.econ-sub { font-size: clamp(1.6rem, 3.5vw, 2.7rem); font-weight: 800; color: var(--white); letter-spacing: -0.03em; margin-bottom: 24px; }
.econ-body { font-size: 1.08rem; color: rgba(255,255,255,0.75); max-width: 600px; margin: 0 auto; line-height: 1.75; }
.economics .btn { margin-top: 32px; }
.offer-tag { color: var(--yellow); font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; font-size: 0.82rem; margin-bottom: 14px; }

/* ── GUIDE / DYLAN (teal) ── */
.guide { background: var(--teal); padding: 0; overflow: hidden; }
.guide-layout { display: grid; grid-template-columns: 240px 1fr; min-height: auto; align-items: center; }
.guide-img-wrap { position: relative; display: flex; align-items: center; justify-content: center; padding: 36px 16px; }
.guide-img { width: 170px; height: 170px; border-radius: 50%; object-fit: cover; display: block; }
.guide-img-placeholder { width: 100%; height: 100%; min-height: 400px; background: rgba(255,255,255,0.06); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; color: rgba(255,255,255,0.3); font-size: 0.85rem; border-right: 1px solid rgba(255,255,255,0.1); }
.guide-img-placeholder span { font-size: 3rem; }
.guide-text { padding: 64px 56px; display: flex; flex-direction: column; justify-content: center; gap: 16px; }
.guide-text h2 { font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 800; color: var(--white); letter-spacing: -0.03em; margin: 0; }
.guide-text p { font-size: 1.05rem; color: rgba(255,255,255,0.75); line-height: 1.65; margin: 0; }
.guide-text p strong { color: var(--yellow); }
.guide-cta-headline { font-size: 1.3rem; font-weight: 700; color: var(--white); margin: 20px 0 12px 0; line-height: 1.3; }
.guide-discuss { font-size: 1rem; color: rgba(255,255,255,0.85); margin-bottom: 16px; font-weight: 500; }
.guide-points { list-style: none; padding: 0; margin: 0 0 24px 0; }
.guide-points li { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 12px; color: rgba(255,255,255,0.8); font-size: 0.95rem; line-height: 1.5; }
.guide-points li::before { content: '✓'; color: var(--yellow); font-weight: 800; flex-shrink: 0; margin-top: 2px; }

/* ── HOW IT WORKS (teal) ── */
.how { background: var(--teal); padding: 64px 0; }
.how h2 { font-size: 1.9rem; font-weight: 800; color: var(--white); letter-spacing: -0.03em; margin-bottom: 32px; text-align: center; }
.how-steps { display: grid; gap: 12px; max-width: 640px; margin: 0 auto; }
.how-step { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.14); border-radius: var(--radius); padding: 22px 24px; display: flex; gap: 16px; align-items: center; }
.how-num { width: 36px; height: 36px; border-radius: 50%; background: var(--yellow); color: var(--teal); font-weight: 800; font-size: 0.95rem; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.how-step h3 { font-size: 0.97rem; color: var(--white); font-weight: 700; margin: 0; }
.how-cta { text-align: center; margin-top: 32px; }

/* ── PROOF (teal) ── */
.proof { background: var(--teal); padding: 64px 0; }
.proof h2 { font-size: 1.9rem; font-weight: 800; color: var(--white); letter-spacing: -0.03em; margin-bottom: 8px; text-align: center; }
.proof .sub-h { text-align: center; color: rgba(255,255,255,0.65); margin-bottom: 40px; font-size: 0.97rem; }
.proof-stats { display: flex; justify-content: center; gap: 0; background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.14); border-radius: var(--radius); overflow: hidden; max-width: 560px; margin: 0 auto 24px; }
.proof-stat { flex: 1; padding: 28px 20px; text-align: center; }
.proof-stat + .proof-stat { border-left: 1px solid rgba(255,255,255,0.12); }
.proof-stat .n { font-size: 2rem; font-weight: 800; color: var(--yellow); line-height: 1; letter-spacing: -0.03em; }
.proof-stat .l { font-size: 0.75rem; color: rgba(255,255,255,0.55); text-transform: uppercase; letter-spacing: 0.07em; margin-top: 6px; }
.proof-note { text-align: center; color: rgba(255,255,255,0.75); font-size: 0.88rem; max-width: 520px; margin: 0 auto; line-height: 1.6; }
.proof-disclaimer { text-align: center; color: rgba(255,255,255,0.35); font-size: 0.78rem; max-width: 480px; margin: 12px auto 0; line-height: 1.55; }

/* ── TESTIMONIALS (teal bg, yellow cards) ── */
.testi { background: var(--teal); padding: 64px 0; }
.testi h2 { font-size: 1.9rem; font-weight: 800; color: var(--yellow); letter-spacing: -0.03em; margin-bottom: 8px; text-align: center; }
.testi .sub-h { text-align: center; color: rgba(255,255,255,0.65); margin-bottom: 40px; font-size: 0.97rem; }
.testi-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; }
.testi-card { background: var(--yellow); border-radius: 3px; padding: 32px; flex: 1 1 320px; max-width: 460px; }
.testi-card blockquote { font-size: 1.1rem; color: var(--teal); line-height: 1.55; margin-bottom: 14px; font-style: italic; }
.testi-card cite { font-size: 0.82rem; color: var(--teal); font-style: normal; font-weight: 600; }

/* ── CALL / FIT SECTION (yellow) ── */
.call-section { background: var(--yellow); padding: 72px 0; text-align: center; }
.call-section h2 { font-size: 1.9rem; font-weight: 800; color: var(--teal); letter-spacing: -0.03em; margin-bottom: 12px; }
.call-intro { font-size: 1rem; color: var(--teal); opacity: 0.8; max-width: 520px; margin: 8px auto 0; line-height: 1.6; }
.call-points { display: flex; flex-direction: column; gap: 0; max-width: 480px; margin: 32px auto 40px; background: var(--teal); border: none; border-radius: 0; overflow: hidden; text-align: left; }
.call-point { display: flex; align-items: center; gap: 20px; padding: 20px 24px; border-bottom: 1px solid rgba(255,255,255,0.12); font-size: 1rem; font-weight: 600; color: var(--white); }
.call-point:last-child { border-bottom: none; }
.call-num { width: 36px; height: 36px; border-radius: 50%; background: var(--yellow); color: var(--teal); font-weight: 800; font-size: 0.95rem; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }

/* call-points inside guide column: full width, no centering */
.guide-text .call-points { max-width: 100%; margin: 20px 0 28px; }

/* ── CTA JIGGLE ── */
@keyframes jiggle {
  0%, 25%, 100% { transform: translateX(0) rotate(0deg); }
  5%   { transform: translateX(-4px) rotate(-1.5deg); }
  10%  { transform: translateX(4px)  rotate(1.5deg); }
  15%  { transform: translateX(-3px) rotate(-1deg); }
  20%  { transform: translateX(0) rotate(0deg); }
}
.btn {
  animation: jiggle 2s ease-in-out infinite;
  transform-origin: center;
}

/* ── FOOTER (teal) ── */
footer { background: var(--teal); padding: 24px 0; text-align: center; border-top: 1px solid rgba(255,255,255,0.08); }
footer p { font-size: 0.8rem; color: rgba(255,255,255,0.3); }

/* ── RESPONSIVE ── */
@media (max-width: 640px) {
  .wrap { padding: 0 20px; }
  header { padding: 14px 0; }

  .hero { padding: 44px 0 40px; text-align: left; }
  .hero h1 { font-size: 2.1rem; }
  .hero .sub { margin: 0 0 24px; font-size: 1.05rem; }
  .hero-trades { justify-content: flex-start; margin-bottom: 24px; }
  .guarantee { text-align: left; margin-bottom: 28px; }
  .btn-lg { width: 100%; text-align: center; padding: 16px 24px; }

  .for-section { padding: 44px 0; }
  .for-section h2 { text-align: left; font-size: 1.6rem; }
  .for-section .sub-h { text-align: left; margin-bottom: 28px; }
  .for-card { font-size: 0.9rem; padding: 16px 20px; }

  .economics { padding: 44px 0; text-align: left; }
  .economics h2 { font-size: 1.6rem; }
  .econ-sub { font-size: 1.4rem; }
  .econ-body { font-size: 1rem; }

  .guide-layout { grid-template-columns: 1fr; }
  .guide-img-placeholder { min-height: 240px; }
  .guide-text { padding: 36px 20px; gap: 14px; }
  .guide-text h2 { font-size: 1.8rem; }
  .guide-text .btn { width: 100%; text-align: center; }

  .how { padding: 44px 0; }
  .how h2 { text-align: left; font-size: 1.6rem; margin-bottom: 24px; }
  .how-step { padding: 18px 16px; }
  .how-step h3 { font-size: 0.93rem; }
  .how-cta .btn { width: 100%; text-align: center; }

  .proof { padding: 44px 0; }
  .proof h2 { text-align: left; font-size: 1.6rem; }
  .proof .sub-h { text-align: left; }
  .proof-stats { flex-direction: column; max-width: 100%; }
  .proof-stat { padding: 20px; text-align: left; }
  .proof-stat + .proof-stat { border-left: none; border-top: 1px solid rgba(255,255,255,0.12); }
  .proof-note, .proof-disclaimer { text-align: left; }

  .testi { padding: 44px 0; }
  .testi h2 { text-align: left; font-size: 1.6rem; color: var(--yellow); }
  .testi .sub-h { text-align: left; color: rgba(255,255,255,0.65); }
  .testi-grid { grid-template-columns: 1fr; }

  .call-section { padding: 44px 0; text-align: left; }
  .call-section h2 { font-size: 1.6rem; text-align: left; }
  .call-points { margin: 24px 0 32px; max-width: 100%; }
  .call-point { padding: 16px 18px; font-size: 0.93rem; gap: 14px; }
  .call-section .btn { width: 100%; text-align: center; display: block; }
}

/* ── VILLAIN / PAIN (teal) ── */
.pain { background: var(--teal); padding: 64px 0; text-align: center; }
.pain h2 { font-size: 1.9rem; font-weight: 800; color: var(--white); letter-spacing: -0.03em; margin-bottom: 8px; }
.pain .sub-h { color: rgba(255,255,255,0.65); margin-bottom: 40px; font-size: 0.97rem; }
.pain-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 12px; max-width: 800px; margin: 0 auto; }
.pain-item { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); border-radius: var(--radius); padding: 18px 20px; text-align: left; font-size: 0.95rem; font-weight: 600; color: rgba(255,255,255,0.85); display: flex; align-items: center; gap: 12px; }
.pain-item::before { content: '\2715'; color: rgba(255,255,255,0.4); font-weight: 800; flex-shrink: 0; }

/* ── COMPARE (yellow bg, teal table) ── */
.compare { background: var(--yellow); padding: 64px 0; }
.compare h2 { font-size: 1.9rem; font-weight: 800; color: var(--teal); letter-spacing: -0.03em; margin-bottom: 32px; text-align: center; }
.compare-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.compare-table { width: 100%; border-collapse: collapse; background: var(--teal); border-radius: var(--radius); overflow: hidden; min-width: 640px; }
.compare-table th, .compare-table td { padding: 16px 18px; text-align: left; font-size: 0.9rem; border-bottom: 1px solid rgba(255,255,255,0.1); color: rgba(255,255,255,0.8); }
.compare-table thead th { font-weight: 700; color: var(--white); font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.04em; }
.compare-table tbody td:first-child { font-weight: 700; color: var(--white); }
.compare-table .col-us { background: rgba(252,202,15,0.14); color: var(--white); font-weight: 600; }
.compare-table thead .col-us { color: var(--yellow); }
.compare-table tr:last-child td { border-bottom: none; }

@media (max-width: 640px) {
  .pain { padding: 44px 0; text-align: left; }
  .pain h2 { font-size: 1.6rem; }
  .pain .sub-h { text-align: left; }
  .pain-grid { grid-template-columns: 1fr; }
  .compare { padding: 44px 0; }
  .compare h2 { text-align: left; font-size: 1.6rem; }
}

/* ── CPA MATH CALLOUT (teal section) ── */
.cpa-lead { margin-bottom: 24px; }
.cpa-math { display: flex; align-items: stretch; justify-content: center; gap: 12px; flex-wrap: wrap; max-width: 640px; margin: 0 auto; }
.cpa-part { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.14); border-radius: var(--radius); padding: 20px 24px; text-align: center; display: flex; flex-direction: column; justify-content: center; min-width: 140px; }
.cpa-part.cpa-hero { background: var(--yellow); border-color: var(--yellow); }
.cpa-n { font-size: 1.9rem; font-weight: 800; color: var(--yellow); line-height: 1; letter-spacing: -0.03em; }
.cpa-part.cpa-hero .cpa-n { color: var(--teal); }
.cpa-l { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.06em; color: rgba(255,255,255,0.55); margin-top: 8px; }
.cpa-part.cpa-hero .cpa-l { color: rgba(13,82,87,0.75); }
.cpa-op { display: flex; align-items: center; font-size: 1.5rem; font-weight: 700; color: rgba(255,255,255,0.5); }
.cpa-foot { margin-top: 24px; font-size: 0.98rem; }

@media (max-width: 640px) {
  .cpa-math { flex-direction: column; align-items: stretch; }
  .cpa-part { min-width: 0; }
  .cpa-op { justify-content: center; transform: rotate(90deg); }
}

/* ── QUALIFY MODAL ── */
.qm-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.68); backdrop-filter: blur(3px); display: flex; align-items: center; justify-content: center; padding: 20px; z-index: 9999; opacity: 0; visibility: hidden; transition: opacity .2s ease; }
.qm-overlay.open { opacity: 1; visibility: visible; }
.qm-card { position: relative; background: var(--teal); border: 1px solid rgba(255,255,255,0.14); border-radius: 12px; width: 100%; max-width: 520px; box-shadow: 0 24px 70px rgba(0,0,0,0.5); overflow: hidden; transform: translateY(8px); transition: transform .2s ease; }
.qm-overlay.open .qm-card { transform: translateY(0); }
.qm-close { position: absolute; top: 12px; right: 14px; background: none; border: 0; color: rgba(255,255,255,0.6); font-size: 1.8rem; line-height: 1; cursor: pointer; z-index: 2; padding: 4px 8px; }
.qm-close:hover { color: #fff; }
.qm-progress { height: 4px; background: rgba(255,255,255,0.1); }
.qm-progress-bar { height: 100%; width: 0; background: var(--yellow); transition: width .3s ease; }
.qm-body { padding: 40px 34px 34px; }
.qm-step { animation: qmIn .25s ease; }
@keyframes qmIn { from { opacity: 0; transform: translateX(10px); } to { opacity: 1; transform: translateX(0); } }
.qm-count { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--yellow); font-weight: 700; margin-bottom: 10px; }
.qm-q { font-family: 'Poppins', sans-serif; font-size: 1.5rem; font-weight: 800; color: #fff; letter-spacing: -0.02em; line-height: 1.2; margin: 0 0 6px; }
.qm-help { font-size: 0.92rem; color: rgba(255,255,255,0.6); margin: 0 0 20px; }
.qm-opts { display: flex; flex-direction: column; gap: 10px; }
.qm-opt { text-align: left; background: rgba(255,255,255,0.06); border: 1.5px solid rgba(255,255,255,0.16); border-radius: 8px; padding: 15px 18px; font-family: 'Poppins', sans-serif; font-size: 0.98rem; font-weight: 600; color: #fff; cursor: pointer; transition: all .12s ease; }
.qm-opt:hover { border-color: var(--yellow); }
.qm-opt.sel { background: var(--yellow); border-color: var(--yellow); color: var(--teal); }
.qm-input { width: 100%; background: rgba(255,255,255,0.06); border: 1.5px solid rgba(255,255,255,0.16); border-radius: 8px; padding: 15px 18px; font-family: 'Poppins', sans-serif; font-size: 1rem; color: #fff; outline: none; transition: border-color .12s ease; }
.qm-input::placeholder { color: rgba(255,255,255,0.4); }
.qm-input:focus { border-color: var(--yellow); }
.qm-nav { display: flex; align-items: center; gap: 14px; margin-top: 24px; }
.qm-next { margin-left: auto; background: var(--yellow); color: var(--teal); border: 0; border-radius: 8px; padding: 13px 26px; font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 1rem; cursor: pointer; transition: opacity .12s ease, transform .12s ease; }
.qm-next:hover { opacity: 0.9; transform: translateY(-1px); }
.qm-back { background: none; border: 0; color: rgba(255,255,255,0.6); font-family: 'Poppins', sans-serif; font-size: 0.95rem; font-weight: 600; cursor: pointer; }
.qm-back:hover { color: #fff; }
.qm-err { color: #ffb4a8; font-size: 0.85rem; margin: 12px 0 0; min-height: 1em; }
.qm-mid { text-align: center; padding: 20px 0; }
.qm-tick { width: 60px; height: 60px; border-radius: 50%; background: var(--yellow); color: var(--teal); font-size: 2rem; font-weight: 800; display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; }
.qm-mid .qm-next { margin: 22px auto 0; display: inline-block; }
.qm-spinner { width: 40px; height: 40px; border: 4px solid rgba(255,255,255,0.15); border-top-color: var(--yellow); border-radius: 50%; margin: 0 auto 16px; animation: qmSpin .8s linear infinite; }
@keyframes qmSpin { to { transform: rotate(360deg); } }
@media (max-width: 640px) {
  .qm-overlay { padding: 0; align-items: flex-end; }
  .qm-card { max-width: 100%; border-radius: 16px 16px 0 0; max-height: 92vh; overflow-y: auto; }
  .qm-body { padding: 34px 22px 28px; }
  .qm-q { font-size: 1.3rem; }
}
