/* =========================================================================
   LAUNDRY BUSINESS MASTERCLASS — LANDING PAGE STYLES
   Mobile-first. Breakpoints: 480 / 768 / 1024 / 1280.
   ========================================================================= */

:root {
  --navy: #0f1b3d;
  --navy-2: #16255a;
  --navy-3: #1d2f6f;
  --ink: #1a2238;
  --muted: #5b6478;
  --bg: #f6f7fb;
  --card: #ffffff;
  --accent: #ff7a00;
  --accent-dark: #e55f00;
  --gold: #ffb020;
  --green: #16a34a;
  --red: #dc2626;
  --line: #e5e8f0;
  --radius: 18px;
  --shadow: 0 10px 30px rgba(15, 27, 61, 0.08);
  --shadow-lg: 0 24px 60px rgba(15, 27, 61, 0.18);
  --font: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.55;
  overflow-x: hidden;
  padding-bottom: 76px; /* room for sticky CTA on mobile */
}
img { max-width: 100%; display: block; }
[hidden] { display: none !important; }
button { font-family: inherit; cursor: pointer; }

.container { width: 100%; max-width: 1120px; margin: 0 auto; padding: 0 20px; }

/* ---------------------------------------------------------------- buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 8px; border: 0; border-radius: 14px;
  font-weight: 800; letter-spacing: 0.02em;
  padding: 14px 22px; font-size: 15px; line-height: 1.2;
  text-align: center; white-space: nowrap; text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
  -webkit-tap-highlight-color: transparent;
}
.btn:active { transform: translateY(1px) scale(0.99); }
.btn-sm { padding: 10px 16px; font-size: 13px; border-radius: 12px; }
.btn-lg { padding: 16px 28px; font-size: 16px; }
.btn-xl { padding: 18px 34px; font-size: 17px; border-radius: 16px; }
.btn-block { width: 100%; }
.btn-primary {
  background: linear-gradient(135deg, #ff8a1e, var(--accent-dark));
  color: #fff;
  box-shadow: 0 10px 24px rgba(255, 122, 0, 0.35);
}
.btn-primary:hover { box-shadow: 0 14px 30px rgba(255, 122, 0, 0.45); transform: translateY(-1px); }
.btn-outline {
  background: #fff; color: var(--navy);
  border: 2px solid var(--navy);
}
.btn-ghost { background: transparent; color: var(--muted); font-weight: 600; }
.btn:disabled, .btn.disabled {
  background: #b9bfce !important; box-shadow: none !important;
  cursor: not-allowed; transform: none;
}

/* -------------------------------------------------------------- promo bar */
.promo-bar {
  background: linear-gradient(90deg, #b31217, #e03131);
  color: #fff;
  position: relative; z-index: 60;
}
.promo-bar-inner {
  display: flex; align-items: center; justify-content: center;
  gap: 12px; flex-wrap: wrap;
  padding: 9px 14px;
  max-width: 1120px; margin: 0 auto;
}
.promo-text { font-weight: 700; font-size: 13px; line-height: 1.35; text-align: center; }
.btn-promo {
  background: #fff; color: #b31217;
  padding: 8px 14px; font-size: 12px; border-radius: 10px; font-weight: 800;
  flex-shrink: 0;
}

/* ---------------------------------------------------------------- header */
.site-header {
  background: var(--navy);
  position: sticky; top: 0; z-index: 50;
  box-shadow: 0 4px 18px rgba(15, 27, 61, 0.25);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 12px 20px; gap: 12px; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; min-width: 0; }
.brand-mark { width: 38px; height: 38px; flex-shrink: 0; border-radius: 10px; object-fit: cover; }
.brand-name {
  color: #fff; font-size: 12px; font-weight: 600; letter-spacing: 0.08em;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.brand-name b { color: var(--gold); font-weight: 800; }

/* ------------------------------------------------------------------ hero */
.hero {
  background:
    radial-gradient(900px 420px at 85% -10%, rgba(255, 176, 32, 0.22), transparent 60%),
    radial-gradient(700px 400px at -10% 20%, rgba(255, 122, 0, 0.18), transparent 60%),
    linear-gradient(160deg, var(--navy) 0%, var(--navy-2) 55%, var(--navy-3) 100%);
  color: #fff;
  padding: 52px 0 64px;
  text-align: center;
}
.hero-badge {
  display: inline-block;
  background: rgba(255, 176, 32, 0.14);
  border: 1px solid rgba(255, 176, 32, 0.45);
  color: var(--gold);
  font-weight: 800; font-size: 13px; letter-spacing: 0.14em;
  padding: 8px 16px; border-radius: 100px;
  margin-bottom: 22px;
}
.hero-title {
  font-size: clamp(26px, 6vw, 46px);
  font-weight: 800; line-height: 1.15;
  max-width: 860px; margin: 0 auto 16px;
}
.hero-sub { font-size: 16px; color: #c6cdea; max-width: 640px; margin: 0 auto 30px; }
.hero-offer { display: flex; flex-direction: column; align-items: center; gap: 18px; margin-bottom: 30px; }
.price-badge {
  display: flex; flex-direction: column; align-items: center;
  background: linear-gradient(135deg, var(--gold), #ff8a1e);
  color: var(--navy);
  padding: 10px 30px 12px; border-radius: 20px;
  box-shadow: 0 14px 34px rgba(255, 176, 32, 0.4);
}
.price-badge-main { display: inline-flex; align-items: baseline; gap: 10px; }
.price-amount { font-weight: 800; }
.price-badge .price-amount { font-size: 42px; }
.price-only { font-weight: 800; font-size: 16px; }
/* struck-through reference price (anchor) above the sale price */
.price-regular {
  font-size: 13px; font-weight: 700; opacity: 0.78;
  text-decoration: line-through; text-decoration-thickness: 1.5px;
  line-height: 1.2; margin-bottom: 2px;
}
.offer-pills { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; }
.pill {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 12.5px; font-weight: 700;
  padding: 9px 14px; border-radius: 100px;
}
.pill-gift { background: rgba(22, 163, 74, 0.16); color: #7ce09a; border: 1px solid rgba(22, 163, 74, 0.4); }
.pill-time { background: rgba(255, 122, 0, 0.14); color: #ffc28a; border: 1px solid rgba(255, 122, 0, 0.4); }
.hero .pill { color: #fff; }
.hero-cta { margin: 4px auto 14px; }
.hero-note { font-size: 13px; color: #9aa6cf; }

/* -------------------------------------------------------------- urgency */
.urgency { background: #fff; padding: 56px 0; text-align: center; }
.section-title { font-size: clamp(24px, 4.5vw, 34px); font-weight: 800; line-height: 1.2; margin-bottom: 12px; }
.section-title.light { color: #fff; }
.section-sub { color: var(--muted); font-size: 15.5px; max-width: 640px; margin: 0 auto 30px; }

.slot-counter { max-width: 520px; margin: 0 auto 18px; }
.slot-number { font-size: clamp(26px, 6vw, 40px); font-weight: 800; color: var(--navy); }
.slot-number span { display: inline-block; }
.slot-of { font-size: clamp(14px, 3.4vw, 18px); color: var(--muted); font-weight: 700; }
.slot-track { height: 12px; background: #e8ebf4; border-radius: 100px; margin-top: 14px; overflow: hidden; }
.slot-fill {
  height: 100%; border-radius: 100px;
  background: linear-gradient(90deg, var(--green), #4ade80);
  transition: width 0.6s ease;
}
.countdown { margin-top: 26px; }
.countdown-label { font-weight: 800; letter-spacing: 0.12em; font-size: 13px; color: var(--muted); margin-bottom: 12px; }
.countdown-boxes { display: flex; justify-content: center; align-items: center; gap: 10px; }
.cd-box {
  background: var(--navy); color: #fff;
  border-radius: 14px; padding: 12px 14px; min-width: 76px;
  display: flex; flex-direction: column; align-items: center;
  box-shadow: var(--shadow);
}
.cd-box span { font-size: clamp(26px, 6vw, 34px); font-weight: 800; font-variant-numeric: tabular-nums; line-height: 1; }
.cd-box small { font-size: 10px; letter-spacing: 0.14em; color: #9aa6cf; margin-top: 6px; }
.cd-sep { font-size: 26px; font-weight: 800; color: var(--accent); }

/* -------------------------------------------------------------- benefits */
.benefits { background: var(--bg); padding: 64px 0; }
.card-grid {
  display: grid; grid-template-columns: 1fr; gap: 18px;
  max-width: 980px; margin: 0 auto 34px;
}
.learn-card, .who-card {
  background: var(--card); border-radius: var(--radius);
  padding: 26px; box-shadow: var(--shadow);
  border: 1px solid var(--line);
  transition: transform 0.2s ease;
}
.learn-card:hover, .who-card:hover { transform: translateY(-4px); }
.card-icon {
  width: 52px; height: 52px; border-radius: 14px;
  background: rgba(255, 122, 0, 0.12);
  display: flex; align-items: center; justify-content: center;
  font-size: 26px; margin-bottom: 16px;
}
.learn-card h3 { font-size: 19px; font-weight: 800; margin-bottom: 12px; color: var(--navy); }
.learn-card ul { list-style: none; }
.learn-card li {
  position: relative; padding-left: 22px; margin-bottom: 8px;
  font-size: 14.5px; color: var(--muted);
}
.learn-card li::before {
  content: "\2713"; position: absolute; left: 0; top: 0;
  color: var(--green); font-weight: 800;
}
.center { text-align: center; }

/* ----------------------------------------------------------- value stack */
.value-stack {
  background: linear-gradient(160deg, var(--navy), var(--navy-3));
  color: #fff; padding: 64px 0; text-align: center;
}
.stack-list {
  list-style: none; max-width: 520px; margin: 0 auto 30px;
  text-align: left;
}
.stack-list li {
  position: relative; padding: 11px 0 11px 40px;
  font-size: 16.5px; font-weight: 600;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}
.stack-list li::before {
  content: "\2713";
  position: absolute; left: 6px; top: 9px;
  width: 26px; height: 26px; border-radius: 50%;
  background: var(--green); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 14px; font-weight: 800;
}
.stack-price { font-size: clamp(24px, 5vw, 34px); font-weight: 800; margin-bottom: 28px; }
.stack-price .price-amount { color: var(--gold); }

/* --------------------------------------------------------------- kit */
.kit-section { background: #fff; padding: 64px 0; }
.kit-card {
  display: grid; grid-template-columns: 1fr; gap: 26px;
  background: linear-gradient(135deg, #fdf3e3, #fff8ec);
  border: 2px solid #ffd98a;
  border-radius: 24px; padding: 26px;
  max-width: 880px; margin: 0 auto;
}
.kit-visual { display: flex; align-items: center; justify-content: center; }
.kit-visual img { max-height: 320px; border-radius: 18px; object-fit: contain; }
.kit-placeholder {
  width: 100%; max-width: 300px; aspect-ratio: 1 / 1.05;
  border-radius: 22px;
  background: linear-gradient(160deg, var(--navy), var(--navy-3));
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 8px; color: #fff;
  box-shadow: var(--shadow-lg);
  position: relative; overflow: hidden;
}
.kit-placeholder::after {
  content: ""; position: absolute; inset: 10px;
  border: 2px dashed rgba(255, 176, 32, 0.5); border-radius: 16px;
}
.kit-bottle { font-size: 64px; filter: drop-shadow(0 8px 14px rgba(0,0,0,0.35)); }
.kit-bottle-label {
  text-align: center; font-size: 15px; font-weight: 800; letter-spacing: 0.12em; line-height: 1.3;
}
.kit-copy h3 { font-size: clamp(19px, 4vw, 26px); font-weight: 800; color: var(--navy); margin-bottom: 12px; line-height: 1.3; }
.kit-copy p { color: var(--muted); margin-bottom: 22px; font-size: 15.5px; }

/* ------------------------------------------------------------- audience */
.audience { background: var(--bg); padding: 64px 0; }
.card-grid.four { max-width: 1120px; }
.who-card { text-align: center; }
.who-icon { font-size: 38px; margin-bottom: 12px; }
.who-card h3 { font-size: 17px; font-weight: 800; color: var(--navy); margin-bottom: 8px; }
.who-card p { font-size: 14px; color: var(--muted); }

/* -------------------------------------------------------------- problem */
.problem { background: #fff; padding: 64px 0; text-align: center; }
.problem .section-sub { margin-bottom: 34px; }
.problem-box {
  max-width: 640px; margin: 0 auto;
  background: linear-gradient(160deg, #fff7ea, #fff);
  border: 2px solid var(--gold);
  border-radius: 24px; padding: 34px 26px;
}
.problem-box h3 { font-size: 24px; font-weight: 800; color: var(--navy); margin-bottom: 12px; }
.problem-box p { color: var(--muted); margin-bottom: 24px; }

/* ------------------------------------------------------------------ how */
.how { background: var(--bg); padding: 64px 0; }
.steps { display: flex; flex-direction: column; align-items: center; gap: 6px; }
.step {
  background: #fff; border: 1px solid var(--line); border-radius: 18px;
  box-shadow: var(--shadow); padding: 20px 24px;
  width: 100%; max-width: 420px; text-align: center;
  position: relative;
}
.step-num {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--accent); color: #fff;
  font-weight: 800; font-size: 13px; letter-spacing: 0.08em;
  padding: 5px 14px; border-radius: 100px;
  box-shadow: 0 6px 14px rgba(255, 122, 0, 0.35);
}
.step h3 { font-size: 17px; font-weight: 800; color: var(--navy); margin: 8px 0 6px; }
.step p { font-size: 14px; color: var(--muted); }
.step-arrow { font-size: 22px; color: var(--accent); padding: 2px 0; }

/* ---------------------------------------------------------------- trust */
.trust { background: var(--navy); color: #fff; padding: 64px 0; text-align: center; }
.trust-list { list-style: none; max-width: 520px; margin: 0 auto; text-align: left; }
.trust-list li {
  position: relative; padding: 10px 0 10px 38px;
  font-size: 16px; font-weight: 600;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}
.trust-list li::before {
  content: "\2713";
  position: absolute; left: 4px; top: 9px;
  width: 24px; height: 24px; border-radius: 50%;
  background: var(--green); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 13px;
}

/* --------------------------------------------------------- testimonials */
.testimonials { background: var(--bg); padding: 64px 0; }
.testi-grid {
  display: grid; grid-template-columns: 1fr; gap: 18px;
  max-width: 980px; margin: 0 auto;
}
.testi-card {
  background: #fff; border-radius: var(--radius); padding: 24px;
  box-shadow: var(--shadow); border: 1px solid var(--line);
}
.testi-head { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; }
.testi-photo {
  width: 52px; height: 52px; border-radius: 50%; object-fit: cover;
  background: var(--navy-2); flex-shrink: 0;
}
.testi-photo-fallback {
  width: 52px; height: 52px; border-radius: 50%; flex-shrink: 0;
  background: linear-gradient(135deg, var(--navy), var(--navy-3));
  color: var(--gold); font-weight: 800; font-size: 20px;
  display: flex; align-items: center; justify-content: center;
}
.testi-name { font-weight: 800; color: var(--navy); font-size: 15.5px; }
.testi-meta { font-size: 13px; color: var(--muted); }
.testi-text { font-size: 14.5px; color: var(--ink); font-style: italic; }
.testi-quote { color: var(--gold); font-size: 20px; line-height: 0; }

/* ------------------------------------------------------------------ faq */
.faq { background: #fff; padding: 64px 0; }
.faq-list { max-width: 720px; margin: 0 auto; }
.faq-item {
  background: var(--bg); border: 1px solid var(--line);
  border-radius: 14px; margin-bottom: 12px; overflow: hidden;
}
.faq-item summary {
  padding: 16px 20px; font-weight: 700; font-size: 15.5px;
  cursor: pointer; list-style: none; position: relative;
  color: var(--navy);
  padding-right: 44px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+"; position: absolute; right: 18px; top: 50%;
  transform: translateY(-50%);
  font-size: 22px; font-weight: 800; color: var(--accent);
}
.faq-item[open] summary::after { content: "\2212"; }
.faq-item p { padding: 0 20px 18px; font-size: 14.5px; color: var(--muted); }

/* ------------------------------------------------------------- final cta */
.final-cta {
  background:
    radial-gradient(600px 300px at 50% 0%, rgba(255, 176, 32, 0.25), transparent 70%),
    linear-gradient(160deg, var(--navy), var(--navy-3));
  color: #fff; padding: 70px 0; text-align: center;
}
.final-cta h2 { font-size: clamp(26px, 5.5vw, 40px); font-weight: 800; margin-bottom: 10px; }
.final-cta p { color: #c6cdea; margin-bottom: 18px; font-size: 16px; }
.final-cta .pill { color: #fff; }
.center-pills { margin-bottom: 14px; }
.final-slots { font-size: 14px; }
.final-cta .btn { margin-top: 8px; }

/* --------------------------------------------------------------- footer */
.site-footer {
  background: #0a122b; color: #8b95bd; padding: 44px 0 110px;
  text-align: center;
}
.footer-inner { display: flex; flex-direction: column; gap: 10px; max-width: 640px; }
.footer-inner .brand-name { font-size: 13px; }
.footer-inner p { font-size: 13.5px; }
.footer-meta a { color: var(--gold); }
.footer-meta.small { font-size: 12px; color: #5c6588; }

/* ----------------------------------------------------------- sticky CTA */
.sticky-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
  background: rgba(15, 27, 61, 0.97);
  backdrop-filter: blur(8px);
  display: flex; align-items: center; justify-content: space-between;
  gap: 12px; padding: 12px 16px;
  padding-bottom: calc(12px + env(safe-area-inset-bottom));
  box-shadow: 0 -8px 24px rgba(15, 27, 61, 0.35);
}
.sticky-price { display: flex; flex-direction: column; line-height: 1.15; color: #fff; }
.sticky-price .price-amount { font-size: 22px; color: var(--gold); }
.sticky-price small { font-size: 10.5px; color: #9aa6cf; font-weight: 700; letter-spacing: 0.04em; }
.sticky-btn { flex-shrink: 0; padding: 13px 20px; }

/* ---------------------------------------------------------- modal (enroll) */
.modal-overlay {
  position: fixed; inset: 0; z-index: 200;
  background: rgba(10, 18, 43, 0.72);
  backdrop-filter: blur(4px);
  display: flex; align-items: flex-end; justify-content: center;
  padding: 0;
}
.modal {
  background: #fff; border-radius: 22px 22px 0 0;
  width: 100%; max-width: 460px;
  max-height: 92dvh; overflow-y: auto;
  padding: 26px 22px calc(22px + env(safe-area-inset-bottom));
  position: relative;
  animation: slideUp 0.28s ease;
}
@keyframes slideUp { from { transform: translateY(40px); opacity: 0; } to { transform: none; opacity: 1; } }
.modal h2 { font-size: 21px; font-weight: 800; color: var(--navy); margin-bottom: 6px; padding-right: 28px; }
.modal-sub { font-size: 13.5px; color: var(--muted); margin-bottom: 18px; }
.modal-close {
  position: absolute; top: 14px; right: 14px;
  width: 36px; height: 36px; border-radius: 50%;
  border: 0; background: var(--bg); color: var(--muted);
  font-size: 15px; font-weight: 700;
}
.modal label {
  display: block; font-size: 13px; font-weight: 700; color: var(--navy);
  margin-bottom: 14px;
}
.modal input[type="text"], .modal input[type="email"], .modal input[type="tel"], .modal input[type="file"] {
  width: 100%; margin-top: 6px;
  padding: 13px 14px; font-size: 16px; /* 16px prevents iOS zoom */
  border: 1.5px solid var(--line); border-radius: 12px;
  background: var(--bg); color: var(--ink); font-family: inherit;
}
.modal input:focus { outline: none; border-color: var(--accent); background: #fff; }
.modal .hint { display: block; font-weight: 500; font-size: 12px; color: var(--muted); margin-top: 5px; }
.form-error {
  background: #fdecec; color: var(--red);
  border: 1px solid #f5c6c6; border-radius: 10px;
  padding: 10px 14px; font-size: 13.5px; font-weight: 600; margin-bottom: 14px;
}
.form-note { font-size: 12px; color: var(--muted); text-align: center; margin-top: 12px; }

/* ------------------------------------------------- social-proof popup */
.social-proof {
  position: fixed;
  left: 14px;
  bottom: calc(82px + env(safe-area-inset-bottom)); /* sits above the sticky CTA on mobile */
  z-index: 150;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: calc(100vw - 28px);
  padding: 10px 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(10, 18, 43, 0.16);
  font-size: 14px;
  font-weight: 700;
  color: var(--navy);
  pointer-events: none; /* never blocks the CTA or content */
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.social-proof.show { opacity: 1; transform: none; }
.social-proof .sp-emoji { font-size: 16px; }
.social-proof .sp-label { font-weight: 600; color: var(--muted); }
.social-proof .sp-name { font-weight: 800; color: var(--navy); }
@media (min-width: 768px) {
  .social-proof { left: 24px; bottom: 24px; }
}
@media (prefers-reduced-motion: reduce) {
  .social-proof { transition: none; }
}

/* --------------------------------------------------------- payment flow */
.payflow-overlay {
  position: fixed; inset: 0; z-index: 300;
  background: var(--bg);
  overflow-y: auto;
  padding: 20px 16px calc(30px + env(safe-area-inset-bottom));
}
.payflow { max-width: 520px; margin: 0 auto; }
.pay-step { background: #fff; border-radius: 22px; padding: 26px 20px; box-shadow: var(--shadow); position: relative; }
.pay-step h2 { font-size: 22px; font-weight: 800; color: var(--navy); text-align: center; margin-bottom: 10px; }
.pay-back {
  position: absolute; top: 14px; left: 14px;
  background: var(--bg); border: 0; border-radius: 10px;
  padding: 8px 12px; font-size: 13px; font-weight: 700; color: var(--muted);
}
.reg-id { text-align: center; color: var(--muted); font-size: 14px; margin-bottom: 6px; }
.reg-id b { color: var(--navy); }
.pay-amount { text-align: center; font-size: 15px; color: var(--muted); margin-bottom: 20px; }
.pay-amount .price-amount { font-size: 22px; color: var(--navy); }

.gcash-box {
  display: flex; flex-direction: column; align-items: center; gap: 18px;
  background: linear-gradient(160deg, var(--navy), var(--navy-3));
  border-radius: 20px; padding: 24px 20px; margin-bottom: 22px;
}
.qr-frame {
  width: 200px; height: 200px;
  background: #fff; border-radius: 16px;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.qr-frame img { width: 100%; height: 100%; object-fit: contain; }
.qr-placeholder { text-align: center; color: var(--muted); font-size: 13px; padding: 12px; }
.qr-scan { font-size: 52px; display: block; margin-bottom: 8px; }
.qr-placeholder small { color: #9aa6cf; }
.gcash-details { text-align: center; color: #fff; width: 100%; }
.gcash-details p { margin-bottom: 10px; }
.gcash-details small { display: block; font-size: 11px; letter-spacing: 0.12em; color: #9aa6cf; margin-bottom: 2px; }
.gcash-details b { font-size: 15.5px; word-break: break-word; }

.pay-steps { margin: 0 0 22px; padding-left: 20px; color: var(--muted); font-size: 14.5px; }
.pay-steps li { margin-bottom: 8px; }

.done-check { font-size: 58px; text-align: center; margin-bottom: 10px; }
.done-check + h2 { margin-bottom: 8px; }
.pay-step .modal-sub { text-align: center; }
.success-card {
  background: linear-gradient(160deg, #f0fdf4, #fff);
  border: 2px solid #bbf7d0; border-radius: 18px;
  padding: 22px; text-align: center; margin: 16px 0;
}
.success-card p { margin-bottom: 8px; color: var(--ink); }
.success-paid { color: var(--green) !important; font-weight: 800; font-size: 18px; }
.success-kit { color: var(--accent-dark) !important; font-weight: 800; }
.success-webinar {
  border-top: 1px dashed var(--line); padding-top: 14px; margin-top: 8px;
  text-align: left;
}
.success-webinar p { font-size: 14px; color: var(--muted); }
.success-webinar b { color: var(--navy); word-break: break-all; }

/* ------------------------------------------------------------------ toast */
.toast {
  position: fixed; left: 50%; bottom: 96px; transform: translateX(-50%);
  z-index: 400; background: var(--navy); color: #fff;
  padding: 12px 20px; border-radius: 12px; font-size: 14px; font-weight: 600;
  box-shadow: var(--shadow-lg); max-width: 90vw; text-align: center;
}

/* -------------------------------------------------------------- coupon */
.coupon-row { display: flex; gap: 8px; margin-bottom: 8px; }
.coupon-row input {
  flex: 1; min-width: 0;
  padding: 12px 14px; font-size: 16px;
  border: 1.5px solid var(--line); border-radius: 12px;
  background: var(--bg); font-family: inherit;
}
.coupon-row input:focus { outline: none; border-color: var(--accent); background: #fff; }
.coupon-msg { font-size: 13px; font-weight: 600; margin: 0 0 10px; }
.coupon-msg.ok { color: var(--green); }
.coupon-msg.err { color: var(--red); }
.price-line { font-size: 15px; font-weight: 700; color: var(--navy); margin-bottom: 10px; }
.was-price { color: var(--muted); font-weight: 500; }

/* -------------------------------------------------------------- consent */
.consent-row {
  display: flex !important; align-items: flex-start; gap: 10px;
  font-size: 12.5px !important; font-weight: 500 !important;
  color: var(--muted); line-height: 1.45; margin-bottom: 14px;
}
.consent-row input { width: 18px !important; height: 18px; margin-top: 2px; flex-shrink: 0; accent-color: var(--accent); }
.consent-row a { color: var(--accent-dark); font-weight: 700; }

/* ---------------------------------------------------------- legal modal */
#legalModal .modal h2 { font-size: 20px; margin-bottom: 10px; }
.legal-body { font-size: 14px; color: var(--muted); line-height: 1.6; margin-bottom: 16px; }
#legalModal .coupon-row { margin-top: 8px; }

/* ============================================================ RESPONSIVE */
@media (max-width: 380px) {
  .final-cta .btn-xl, .hero-cta {
    white-space: normal;
    max-width: 100%;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 15px;
  }
}

@media (min-width: 480px) {
  .modal-overlay { align-items: center; padding: 20px; }
  .modal { border-radius: 22px; padding: 28px; }
  .kit-card { padding: 34px; }
  .step { padding: 22px 30px; }
}

@media (min-width: 640px) {
  .card-grid { grid-template-columns: repeat(2, 1fr); }
  .gcash-box { flex-direction: row; justify-content: center; text-align: left; }
  .gcash-details { text-align: left; }
}

@media (min-width: 768px) {
  body { padding-bottom: 0; }
  .sticky-cta { display: none; }
  .promo-text { font-size: 14px; }
  .testi-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
  .step { max-width: none; }
  .step-arrow { display: none; }
  .step:nth-child(4) .step-num, .step:nth-child(6) .step-num, .step:nth-child(8) .step-num, .step:nth-child(10) .step-num { /* keep numbers visible */ }
}

@media (min-width: 1024px) {
  .card-grid { grid-template-columns: repeat(4, 1fr); }
  .card-grid.four { grid-template-columns: repeat(4, 1fr); }
  .hero { padding: 72px 0 84px; }
  .kit-card { grid-template-columns: 1fr 1fr; align-items: center; text-align: left; }
  .kit-copy { padding-left: 10px; }
  .steps { grid-template-columns: repeat(5, 1fr); }
  .header-inner { padding: 14px 20px; }
}

@media (min-width: 1280px) {
  .container { padding: 0 24px; }
}

/* ======================================================= ENHANCEMENTS */
html { scroll-behavior: smooth; }
::selection { background: var(--gold); color: var(--navy); }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; }

/* Scroll-reveal — class added by JS, so no-JS visitors stay visible */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.in { opacity: 1; transform: none; }

/* Gold accent under section titles */
.section-title { position: relative; padding-bottom: 2px; }
.section-title::after {
  content: ""; display: block; width: 56px; height: 4px; border-radius: 4px;
  background: linear-gradient(90deg, var(--gold), #ff8a1e);
  margin: 12px auto 0;
}

/* Card hover lift + depth */
.learn-card, .who-card, .testi-card, .kit-card, .problem-box {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.learn-card:hover, .who-card:hover, .testi-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(15, 27, 61, 0.14);
}
.kit-card:hover, .problem-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 48px rgba(15, 27, 61, 0.16);
}

/* Sticky CTA attention pulse */
@keyframes pulseGlow {
  0%, 100% { box-shadow: 0 0 0 0 rgba(255, 176, 32, 0.5); }
  50% { box-shadow: 0 0 0 9px rgba(255, 176, 32, 0); }
}
.sticky-btn { animation: pulseGlow 2.4s ease-in-out infinite; }

/* Promo bar gentle glow */
@keyframes softGlow { 0%, 100% { filter: brightness(1); } 50% { filter: brightness(1.12); } }
.btn-promo { animation: softGlow 2.2s ease-in-out infinite; }

/* Hero entrance (staggered) */
.hero-anim { animation: heroUp 0.7s cubic-bezier(0.22, 1, 0.36, 1) both; }
@keyframes heroUp {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: none; }
}

/* Value-stack checkmarks slide */
.stack-list li { transition: transform 0.2s ease; }
.stack-list li:hover { transform: translateX(4px); }

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; }
  html { scroll-behavior: auto; }
  .reveal { opacity: 1 !important; transform: none !important; }
}
