/* Chic Steals — shared stylesheet for homepage + every deal page.
   Content files must NOT need custom CSS — only these shared classes. */
* { margin: 0; padding: 0; box-sizing: border-box; -webkit-tap-highlight-color: transparent; }

:root {
  --plum: #5b2a4a;
  --plum-dark: #3f1c33;
  --blush: #fdeef2;
  --peach: #ffb98f;
  --gold: #cf9c4a;
  --ink: #2a2230;
  --gray: #786d78;
  --border: #f0dfe6;
  --font-head: 'Poppins', -apple-system, sans-serif;
  --font-body: 'Inter', -apple-system, sans-serif;
}

body { font-family: var(--font-body); color: var(--ink); background: #fff; line-height: 1.55; }
a { text-decoration: none; color: inherit; }
.wrap { max-width: 760px; margin: 0 auto; padding: 0 20px; }
img { max-width: 100%; }

/* NAV */
nav { padding: 16px 20px; }
.nav-inner { max-width: 760px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
.nav-logo {
  font-family: var(--font-head); font-size: 20px; font-weight: 800; letter-spacing: .3px;
  background: linear-gradient(90deg, var(--plum), var(--peach));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.nav-back { font-size: 13px; font-weight: 700; color: var(--plum); }
.nav-cta { font-size: 13px; font-weight: 700; color: #fff; background: var(--plum); padding: 9px 16px; border-radius: 30px; }

/* HERO */
.hero { background: radial-gradient(120% 140% at 50% 0%, var(--blush) 0%, #ffffff 65%); padding: 26px 0 30px; text-align: center; }
.hero .wrap { }
.hero-brand { font-size: 11px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; color: var(--gold); margin-bottom: 8px; }
.hero img.hero-img { width: 100%; max-height: 320px; object-fit: cover; border-radius: 16px; display: block; margin: 0 0 18px; box-shadow: 0 8px 24px rgba(91,42,74,.12); }
h1 { font-family: var(--font-head); font-size: 28px; font-weight: 800; color: var(--plum-dark); line-height: 1.22; margin: 0 0 10px; }
.hero .sub { font-size: 15px; color: var(--gray); max-width: 480px; margin: 0 auto 20px; }

/* COUNTDOWN */
.countdown { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin: 0 0 16px; }
.countdown .box { background: var(--plum-dark); color: #fff; padding: 8px 12px; border-radius: 8px; min-width: 54px; }
.countdown .box .num { font-size: 20px; font-weight: 800; display: block; font-family: var(--font-head); }
.countdown .box .lbl { font-size: 10px; letter-spacing: 1px; text-transform: uppercase; opacity: .8; }
.countdown-note { font-size: 11px; color: var(--gray); margin-top: -8px; margin-bottom: 18px; }

/* CODE BOX */
.code-box { border: 2px dashed var(--gold); background: #fffaf0; border-radius: 10px; padding: 16px; margin-bottom: 14px; max-width: 320px; margin-left: auto; margin-right: auto; }
.code-box .label { font-size: 12px; text-transform: uppercase; letter-spacing: 1px; color: var(--gray); margin-bottom: 6px; }
.code-box .code { font-family: 'Courier New', monospace; font-size: 24px; font-weight: 800; letter-spacing: 3px; color: var(--plum-dark); }

/* TRUST LINE — sits right next to the CTA, not buried mid-page */
.trust-line { font-size: 13px; color: var(--plum-dark); margin-bottom: 10px; }
.trust-line b { color: var(--ink); }

/* CTA BUTTON */
.cta {
  display: inline-block; width: 100%; max-width: 360px; min-height: 48px;
  background: var(--plum); color: #fff; text-align: center; padding: 16px 20px;
  border: none; border-radius: 50px; font-family: var(--font-body); font-size: 16px;
  font-weight: 700; cursor: pointer; box-shadow: 0 6px 18px rgba(91,42,74,.3);
}
.cta:active { transform: translateY(1px); }
.fine-print { font-size: 11px; color: var(--gray); text-align: center; margin-top: 10px; }

/* STATS / SOCIAL PROOF */
.stats, .proof { display: flex; justify-content: center; gap: 26px; flex-wrap: wrap; }
.stats { margin: 6px 0 0; }
.proof { padding: 22px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); margin: 26px 0; }
.stats .item, .proof .item { text-align: center; }
.stats .item b, .proof .item b { display: block; font-size: 18px; color: var(--plum-dark); font-family: var(--font-head); }
.stats .item span, .proof .item span { font-size: 11px; color: var(--gray); }

/* HOW IT WORKS (homepage only) */
.how { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin: 30px 0; }
.how .step { text-align: center; padding: 14px 8px; }
.how .step .num { width: 30px; height: 30px; border-radius: 50%; background: var(--plum); color: #fff; font-weight: 800; font-size: 14px; display: flex; align-items: center; justify-content: center; margin: 0 auto 8px; }
.how .step p { font-size: 12.5px; color: var(--gray); margin: 0; }

/* SECTION HEADERS */
.section-label { font-size: 12px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; color: var(--gold); text-align: center; margin: 0 0 6px; }
.section-title { font-family: var(--font-head); font-size: 20px; font-weight: 800; color: var(--plum-dark); text-align: center; margin: 0 0 20px; }
.section { margin-bottom: 28px; }
.section h2 { font-family: var(--font-head); font-size: 19px; font-weight: 800; color: var(--plum-dark); margin: 0 0 10px; }
.section p { font-size: 14.5px; color: #3a3232; margin: 0 0 10px; }

/* PERKS */
.perks { list-style: none; }
.perks li { display: flex; gap: 10px; padding: 10px 0; border-bottom: 1px solid var(--border); font-size: 14.5px; }
.perks li:last-child { border-bottom: none; }
.perks .check { color: var(--gold); font-weight: 800; font-size: 17px; }

/* GALLERY */
.gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 28px; }
.gallery img { width: 100%; height: 150px; object-fit: cover; border-radius: 8px; }

/* FAQ */
.faq-item { border-bottom: 1px solid var(--border); padding: 12px 0; }
.faq-item .q { font-weight: 700; font-size: 14.5px; color: var(--plum-dark); margin-bottom: 4px; }
.faq-item .a { font-size: 13.5px; color: var(--gray); }

/* DEAL CARDS (homepage listing) */
.deals { display: flex; flex-direction: column; gap: 16px; margin-bottom: 34px; }
.deal-card { border: 1px solid var(--border); border-radius: 16px; overflow: hidden; display: flex; box-shadow: 0 6px 20px rgba(91,42,74,.08); }
.deal-card img { width: 34%; object-fit: cover; flex-shrink: 0; }
.deal-body { padding: 16px 18px; display: flex; flex-direction: column; justify-content: center; flex: 1; }
.deal-brand { font-size: 11px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; color: var(--gold); margin-bottom: 4px; }
.deal-title { font-family: var(--font-head); font-size: 16.5px; font-weight: 800; color: var(--plum-dark); margin: 0 0 6px; line-height: 1.3; }
.deal-meta { font-size: 12.5px; color: var(--gray); margin: 0 0 12px; }
.deal-cta { display: inline-block; background: var(--plum); color: #fff; padding: 9px 16px; border-radius: 30px; font-size: 13px; font-weight: 700; align-self: flex-start; }
.coming-soon { border: 1.5px dashed var(--border); border-radius: 16px; padding: 24px 18px; text-align: center; color: var(--gray); font-size: 13.5px; }

/* FINAL CTA BLOCK */
.final-cta { background: var(--blush); border-radius: 14px; padding: 24px 20px; text-align: center; margin-bottom: 90px; }
.final-cta h2 { font-family: var(--font-head); color: var(--plum-dark); font-size: 20px; margin: 0 0 6px; }
.final-cta p { font-size: 13.5px; color: var(--gray); margin: 0 0 16px; }

/* FOOTER */
footer { border-top: 1px solid var(--border); padding: 24px 0 40px; text-align: center; }
footer .wrap p { font-size: 11.5px; color: var(--gray); margin: 0 0 6px; max-width: 520px; margin-left: auto; margin-right: auto; }
footer .fnav { font-size: 12px; margin-top: 8px; }
footer .fnav a { color: var(--plum); font-weight: 700; margin: 0 8px; }

/* STICKY BAR (deal pages only) */
.sticky-bar {
  position: fixed; bottom: 0; left: 0; right: 0; background: #fff; border-top: 1px solid var(--border);
  padding: 10px 16px calc(10px + env(safe-area-inset-bottom, 0px)); box-shadow: 0 -6px 18px rgba(0,0,0,.08); z-index: 50;
}
.sticky-bar .row { max-width: 760px; margin: 0 auto; display: flex; align-items: center; gap: 12px; }
.sticky-bar .info { font-size: 12px; line-height: 1.3; flex: 1; }
.sticky-bar .info b { display: block; font-size: 14px; color: var(--plum-dark); }
.sticky-bar button {
  background: var(--plum); color: #fff; border: none; border-radius: 30px; padding: 12px 18px; min-height: 44px;
  font-weight: 700; font-size: 13.5px; white-space: nowrap; cursor: pointer;
}

/* TOAST */
.toast {
  position: fixed; left: 50%; bottom: 90px; transform: translateX(-50%); background: var(--ink); color: #fff;
  padding: 10px 18px; border-radius: 30px; font-size: 13px; opacity: 0; pointer-events: none; transition: opacity .25s ease; z-index: 100;
}
.toast.show { opacity: 1; }

@media (max-width: 480px) {
  .how { grid-template-columns: 1fr; gap: 6px; }
  .deal-card { flex-direction: column; }
  .deal-card img { width: 100%; height: 150px; }
  .proof { gap: 16px; }
}
