/* =============================================================================
 *  Print On Demand Masters — landing styles
 *  Mobile-first, dark premium theme. No external CSS frameworks (fast load).
 * ========================================================================== */
:root {
  --bg:        #07070c;
  --bg-2:      #0e1019;
  --card:      #141726;
  --card-2:    #1b1f31;
  --line:      #262a3d;
  --text:      #eef1f7;
  --muted:     #a7adc2;
  --blue:      #2f7bff;
  --blue-2:    #57a0ff;
  --gold:      #f5b800;
  --gold-2:    #ffcf3a;
  --green:     #25c26e;
  --radius:    16px;
  --shadow:    0 18px 50px rgba(0,0,0,.45);
  --maxw:      1080px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 18px; }
.section { padding: 56px 0; }
.center { text-align: center; }
.muted { color: var(--muted); }
.gold { color: var(--gold); }
.blue { color: var(--blue-2); }

h1, h2, h3 { line-height: 1.18; margin: 0 0 .5em; font-weight: 800; letter-spacing: -.01em; }
h1 { font-size: clamp(28px, 7vw, 52px); }
h2 { font-size: clamp(24px, 5vw, 38px); }
h3 { font-size: clamp(18px, 3.5vw, 22px); }
p  { margin: 0 0 1em; }
.eyebrow {
  display: inline-block; font-size: 13px; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; color: var(--gold); margin-bottom: 14px;
}

/* ---- buttons ------------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-weight: 800; font-size: 17px; padding: 16px 30px; border-radius: 999px;
  border: 0; cursor: pointer; transition: transform .15s ease, box-shadow .15s ease;
  text-align: center; line-height: 1.2;
}
.btn-primary {
  background: linear-gradient(180deg, var(--gold-2), var(--gold));
  color: #2a1d00; box-shadow: 0 10px 30px rgba(245,184,0,.35);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 14px 38px rgba(245,184,0,.5); }
.btn-block { display: flex; width: 100%; }
.btn-lg { font-size: 19px; padding: 19px 34px; }
.btn-sub { display:block; font-size:12px; font-weight:600; opacity:.8; margin-top:2px; }

/* ---- top announcement bar ------------------------------------------------ */
.topbar {
  background: linear-gradient(90deg, var(--blue), #1648c9);
  color: #fff; text-align: center; font-size: 13.5px; font-weight: 600;
  padding: 9px 14px;
}
.topbar b { color: var(--gold-2); }

/* ---- brand header logo --------------------------------------------------- */
.brandbar { text-align: center; padding: 12px 16px 0; background: var(--bg); }
.brandbar img { width: min(340px, 88vw); height: auto; display: inline-block; }

/* ---- hero ---------------------------------------------------------------- */
.hero { position: relative; padding: 14px 0 30px; background:
  radial-gradient(900px 500px at 50% -10%, rgba(47,123,255,.22), transparent 60%),
  var(--bg); }
.hero .badges { display:flex; flex-wrap:wrap; gap:10px; justify-content:center; margin:18px 0 6px; }
.pill {
  display:inline-flex; align-items:center; gap:7px; font-size:13px; font-weight:700;
  background: var(--card); border:1px solid var(--line); color:var(--text);
  padding:8px 14px; border-radius:999px;
}
.pill .x { color:#ff6b6b; } .pill .ok { color: var(--green); }
.hero-card {
  margin: 22px auto 0; max-width: 560px; background:
   linear-gradient(180deg, #0b1f4d, #0a1226);
  border:1px solid #1c3a78; border-radius: 20px; padding: 26px 22px; box-shadow: var(--shadow);
}
.hero-card h2 { font-size: clamp(26px,6.4vw,40px); margin-bottom:4px; }
.hero-card .sub { color:#bcd0ff; font-weight:700; letter-spacing:.04em; }
.hero-brand { display:flex; flex-direction:column; align-items:center; gap:12px; }
.hero-brand .htext { text-align:center; }
.hero-brand h2 { margin:0 0 2px; }
.hero-monogram { width:62px; height:62px; border-radius:16px; flex:0 0 auto;
  border:1px solid rgba(120,160,255,.35);
  box-shadow:0 6px 18px rgba(0,0,0,.5), 0 0 0 3px rgba(47,123,255,.10); }
.hero-mentor { display:flex; align-items:center; gap:12px; justify-content:center; margin-top:18px; }
.hero-mentor img { width:64px; height:64px; border-radius:50%; border:2px solid var(--gold); object-fit:cover; }
.hero-mentor .n { font-weight:800; }
.hero-mentor .r { font-size:12.5px; color:var(--muted); }

/* ---- price / offer ------------------------------------------------------- */
.price-row { display:flex; align-items:center; justify-content:center; gap:12px; margin:6px 0 14px; }
.price-now { font-size:40px; font-weight:900; color:#fff; }
.price-mrp { font-size:20px; color:var(--muted); text-decoration:line-through; }
.price-off { background:var(--green); color:#04210f; font-weight:800; font-size:13px; padding:4px 10px; border-radius:8px; }
.coupon { font-size:13px; white-space:nowrap; }
.coupon code { background:#21283f; border:1px dashed var(--gold); color:var(--gold-2);
  padding:2px 8px; border-radius:7px; font-weight:800; letter-spacing:.04em; }

/* ---- countdown ----------------------------------------------------------- */
.countdown { display:flex; gap:8px; justify-content:center; margin:14px 0; }
.countdown .u { background:var(--card); border:1px solid var(--line); border-radius:10px;
  padding:8px 12px; min-width:58px; text-align:center; }
.countdown .u b { display:block; font-size:24px; font-weight:900; line-height:1; }
.countdown .u span { font-size:11px; color:var(--muted); text-transform:uppercase; letter-spacing:.08em; }

/* ---- generic cards / grids ----------------------------------------------- */
.grid { display:grid; gap:16px; }
.grid-2 { grid-template-columns:1fr; }
.grid-3 { grid-template-columns:1fr; }
.card {
  background: var(--card); border:1px solid var(--line); border-radius: var(--radius);
  padding: 22px; }
.feature { display:flex; gap:14px; align-items:flex-start; }
.feature .ic { flex:0 0 auto; width:42px; height:42px; border-radius:12px;
  display:grid; place-items:center; background:rgba(47,123,255,.14); color:var(--blue-2);
  font-size:20px; }
.feature h3 { margin-bottom:4px; }
.feature p { margin:0; color:var(--muted); font-size:14.5px; }

/* ---- checklist ----------------------------------------------------------- */
.checks { list-style:none; padding:0; margin:0; display:grid; gap:12px; }
.checks li { display:flex; gap:12px; align-items:flex-start; }
.checks .tick { flex:0 0 auto; width:24px; height:24px; border-radius:7px; background:rgba(37,194,110,.16);
  color:var(--green); display:grid; place-items:center; font-weight:900; font-size:14px; }

/* ---- curriculum accordion ------------------------------------------------ */
.module { background:var(--card); border:1px solid var(--line); border-radius:14px; margin-bottom:12px; overflow:hidden; }
.module > summary {
  list-style:none; cursor:pointer; padding:18px 20px; display:flex; align-items:center;
  justify-content:space-between; gap:12px; font-weight:800; font-size:16.5px; }
.module > summary::-webkit-details-marker { display:none; }
.module .tag { font-size:11.5px; font-weight:800; letter-spacing:.06em; text-transform:uppercase;
  color:var(--blue-2); background:rgba(47,123,255,.12); padding:3px 9px; border-radius:6px; margin-right:auto; margin-left:0; }
.module .chev { transition:transform .2s ease; color:var(--muted); }
.module[open] .chev { transform:rotate(180deg); }
.module ul { list-style:none; margin:0; padding:0 20px 18px; display:grid; gap:9px; }
.module ul li { display:flex; gap:10px; align-items:center; color:var(--muted); font-size:14.5px;
  padding-top:9px; border-top:1px solid var(--line); }
.module ul li::before { content:"▸"; color:var(--gold); }

/* ---- mentor -------------------------------------------------------------- */
.mentor { display:grid; gap:20px; align-items:center; }
.mentor .ph { width:120px; height:120px; border-radius:20px; object-fit:cover; border:2px solid var(--gold); }
.mentor .stats { display:flex; gap:22px; flex-wrap:wrap; margin-top:10px; }
.mentor .stats b { display:block; font-size:24px; color:#fff; }
.mentor .stats span { font-size:12.5px; color:var(--muted); }

/* ---- testimonials -------------------------------------------------------- */
.tgrid { display:grid; gap:14px; grid-template-columns:1fr; }
.tcard { background:var(--card); border:1px solid var(--line); border-radius:14px; padding:18px; }
.tcard .stars { color:var(--gold); letter-spacing:2px; margin-bottom:8px; }
.tcard p { font-size:14.5px; margin:0 0 12px; }
.tcard .who { display:flex; align-items:center; gap:10px; }
.tcard .av { width:38px; height:38px; border-radius:50%; background:linear-gradient(135deg,var(--blue),var(--gold));
  display:grid; place-items:center; font-weight:800; color:#06122e; }
.tcard .who b { font-size:14px; } .tcard .who span { font-size:12px; color:var(--muted); }

/* ---- testimonial carousel + lightbox ------------------------------------- */
.tcarousel-wrap { position: relative; margin-top: 26px; }
.tcarousel {
  display: flex; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory;
  padding: 4px 2px 16px; -webkit-overflow-scrolling: touch;
  scrollbar-width: none; scroll-behavior: smooth;
}
.tcarousel::-webkit-scrollbar { display: none; }
.tslide {
  flex: 0 0 auto; width: 224px; height: 320px; margin: 0; position: relative;
  scroll-snap-align: center; border: 1px solid var(--line); border-radius: 16px;
  overflow: hidden; background: var(--card); cursor: zoom-in; box-shadow: var(--shadow);
  transition: transform .15s ease;
}
.tslide:hover { transform: translateY(-4px); }
.tslide img { width: 100%; height: 100%; object-fit: cover; object-position: top; display: block; }
.tzoom {
  position: absolute; bottom: 8px; left: 50%; transform: translateX(-50%);
  background: rgba(0,0,0,.66); color: #fff; font-size: 12px; font-weight: 600;
  padding: 5px 12px; border-radius: 999px; pointer-events: none; white-space: nowrap;
}
.tnav {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 5;
  width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line);
  background: rgba(20,23,38,.92); color: #fff; font-size: 26px; line-height: 1;
  cursor: pointer; display: none; place-items: center; box-shadow: var(--shadow);
}
.tnav:hover { background: var(--card-2); }
.tnav.prev { left: -8px; } .tnav.next { right: -8px; }
@media (min-width: 760px) {
  .tnav { display: grid; }
  .tslide { width: 250px; height: 350px; }
}

.lightbox {
  position: fixed; inset: 0; z-index: 100; background: rgba(2,3,8,.92);
  display: none; align-items: center; justify-content: center; padding: 24px;
  backdrop-filter: blur(4px);
}
.lightbox.show { display: flex; }
.lightbox img { max-width: 100%; max-height: 92vh; border-radius: 10px; box-shadow: var(--shadow); }
.lb-close {
  position: absolute; top: 16px; right: 20px; font-size: 34px; line-height: 1;
  color: #fff; background: none; border: 0; cursor: pointer; opacity: .85;
}
.lb-close:hover { opacity: 1; }

/* ---- FAQ ----------------------------------------------------------------- */
.faq { background:var(--card); border:1px solid var(--line); border-radius:12px; margin-bottom:10px; }
.faq > summary { list-style:none; cursor:pointer; padding:16px 18px; font-weight:700; font-size:15.5px;
  display:flex; justify-content:space-between; gap:12px; }
.faq > summary::-webkit-details-marker { display:none; }
.faq .chev { color:var(--muted); transition:transform .2s; } .faq[open] .chev { transform:rotate(45deg); }
.faq p { padding:0 18px 16px; margin:0; color:var(--muted); font-size:14.5px; }

/* ---- lead capture -------------------------------------------------------- */
.lead { background:linear-gradient(180deg,var(--card-2),var(--card)); border:1px solid var(--line);
  border-radius:var(--radius); padding:24px; }
.lead .row { display:grid; gap:10px; margin-top:14px; }
.lead input { width:100%; padding:14px 16px; border-radius:10px; border:1px solid var(--line);
  background:#0c0f1a; color:var(--text); font-size:15px; }
.lead input:focus { outline:2px solid var(--blue); border-color:var(--blue); }
.lead .note { font-size:12px; color:var(--muted); margin-top:8px; }
.formmsg { font-size:13.5px; margin-top:10px; min-height:18px; }
.formmsg.ok { color:var(--green); } .formmsg.err { color:#ff7a7a; }

/* ---- sticky mobile CTA --------------------------------------------------- */
.stickycta {
  position:fixed; left:0; right:0; bottom:0; z-index:50; padding:10px 14px;
  background:rgba(7,7,12,.92); backdrop-filter:blur(8px); border-top:1px solid var(--line);
  display:flex; gap:12px; align-items:center; justify-content:space-between;
  transform:translateY(120%); transition:transform .3s ease;
}
.stickycta.show { transform:translateY(0); }
.stickycta .p b { font-size:18px; color:#fff; } .stickycta .p span { font-size:12px; color:var(--muted); }
.stickycta .btn { padding:13px 22px; font-size:15px; }

/* ---- footer -------------------------------------------------------------- */
.footer { border-top:1px solid var(--line); padding:30px 0 110px; color:var(--muted); font-size:13.5px; }
.footer a { color:var(--muted); } .footer a:hover { color:var(--text); }
.footer .links { display:flex; gap:18px; flex-wrap:wrap; justify-content:center; margin-bottom:12px; }

/* ---- thank-you page ------------------------------------------------------ */
.ty { min-height:100vh; display:grid; place-items:center; text-align:center; padding:40px 18px;
  background: radial-gradient(800px 500px at 50% 0%, rgba(37,194,110,.18), transparent 60%), var(--bg); }
.ty .check { width:92px; height:92px; border-radius:50%; margin:0 auto 22px;
  background:rgba(37,194,110,.16); display:grid; place-items:center; }
.ty .check svg { width:48px; height:48px; }
.ty .steps { text-align:left; max-width:520px; margin:24px auto; display:grid; gap:12px; }
.ty .step { display:flex; gap:14px; align-items:flex-start; background:var(--card);
  border:1px solid var(--line); border-radius:12px; padding:16px; }
.ty .step .n { flex:0 0 auto; width:30px; height:30px; border-radius:50%; background:var(--blue);
  color:#fff; font-weight:800; display:grid; place-items:center; }

/* ---- admin --------------------------------------------------------------- */
.admin-wrap { max-width:480px; margin:0 auto; padding:40px 18px; }
.admin-card { background:var(--card); border:1px solid var(--line); border-radius:var(--radius); padding:26px; }
.admin-card label { display:block; font-size:13px; font-weight:700; margin:14px 0 6px; color:var(--muted); }
.admin-card input, .admin-card textarea { width:100%; padding:13px 15px; border-radius:10px; border:1px solid var(--line);
  background:#0c0f1a; color:var(--text); font-size:15px; font-family:inherit; resize:vertical; }
.admin-card input:focus, .admin-card textarea:focus { outline:2px solid var(--blue); border-color:var(--blue); }
.hidden { display:none !important; }
.adminmsg { font-size:13.5px; margin-top:12px; min-height:18px; }
.adminmsg.ok { color:var(--green); } .adminmsg.err { color:#ff7a7a; }
.signout { font-size:13px; color:var(--muted); cursor:pointer; background:none; border:0; }
.btn-google { background:#fff; color:#1f2430; border:1px solid #d7dae3; font-size:15px; }
.btn-google:hover { background:#f4f5f8; }
.or-divider { display:flex; align-items:center; gap:12px; color:var(--muted); font-size:12px; margin:16px 0; }
.or-divider::before, .or-divider::after { content:""; flex:1; height:1px; background:var(--line); }

/* ---- desktop ------------------------------------------------------------- */
@media (min-width: 760px) {
  .section { padding: 76px 0; }
  .grid-2 { grid-template-columns: 1fr 1fr; }
  .grid-3 { grid-template-columns: repeat(3,1fr); }
  .tgrid  { grid-template-columns: repeat(2,1fr); }
  .mentor { grid-template-columns: 140px 1fr; }
  .stickycta { display:none; }
  .hero-card { padding: 34px; }
}
@media (min-width: 1000px) {
  .tgrid { grid-template-columns: repeat(3,1fr); }
}

/* reduced motion */
@media (prefers-reduced-motion: reduce) { * { scroll-behavior:auto; transition:none !important; } }
