/* ================================================
   VAPOCEPT — Sales Page Styles
   Palette: #595082 Slate Purple + #251551 Deep Indigo + #FFFFFF
   ================================================ */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&family=Montserrat:wght@300;400;500;600;700;800&family=Nunito:wght@600;700;800;900&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Montserrat', sans-serif; background: #f2f0f8; color: #0e0820; line-height: 1.75; font-size: 16px; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }

:root {
  --slate:     #595082;
  --deep:      #251551;
  --darker:    #130a30;
  --slate-lt:  #7570a8;
  --pale:      #f2f0f8;
  --pale-mid:  #e8e4f5;
  --gold:      #e8b84b;
  --gold-lt:   #f0ca6a;
  --white:     #ffffff;
  --border:    #ccc8e0;
  --text:      #0e0820;
  --tmid:      #1e1040;
  --tmute:     #585080;
  --ok:        #22c55e;
  --sh:        rgba(37,21,81,0.13);
  --shm:       rgba(37,21,81,0.22);
  --shl:       rgba(37,21,81,0.32);
}

.container      { max-width: 960px;  margin: 0 auto; padding: 0 20px; }
.container-wide { max-width: 1100px; margin: 0 auto; padding: 0 20px; }
.text-center    { text-align: center; }

.eyebrow { display: inline-block; font-family: 'Poppins', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--slate); margin-bottom: 10px; }
.divider { width: 56px; height: 3px; background: linear-gradient(90deg, var(--deep), var(--slate-lt)); border-radius: 2px; margin: 14px auto 28px; }

.sr { opacity: 0; transform: translateY(22px); transition: opacity .5s ease, transform .5s ease; }
.sr.visible { opacity: 1; transform: none; }
.sr-d1 { transition-delay: .08s; } .sr-d2 { transition-delay: .16s; } .sr-d3 { transition-delay: .24s; }

/* ── TOPBAR ── */
.topbar { background: var(--darker); color: #fff; text-align: center; padding: 10px 16px; font-size: 15px; font-weight: 600; font-family: 'Poppins', sans-serif; }

/* ── NAV ── */
nav { background: var(--white); border-bottom: 3px solid var(--deep); position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 16px var(--sh); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; padding: 14px 20px; max-width: 960px; margin: 0 auto; gap: 12px; flex-wrap: wrap; }
.nav-logo { font-family: 'Poppins', sans-serif; font-size: 22px; font-weight: 700; color: var(--deep); }
.nav-links { display: flex; gap: 22px; align-items: center; }
.nav-links a { color: var(--tmute); font-size: 14px; font-weight: 500; transition: color .2s; }
.nav-links a:hover { color: var(--deep); }
.nav-cta { background: var(--deep); color: #fff !important; font-weight: 700 !important; padding: 9px 20px; border-radius: 6px; font-size: 13px !important; font-family: 'Poppins', sans-serif !important; box-shadow: 0 2px 10px var(--shm); transition: background .2s, transform .15s !important; }
.nav-cta:hover { background: var(--darker); transform: translateY(-1px); }

/* ── HERO ── */
.hero { background: linear-gradient(150deg, var(--darker) 0%, var(--deep) 55%, var(--slate) 100%); padding: 60px 20px 56px; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 80% 15%, rgba(232,184,75,.2) 0%, transparent 55%), radial-gradient(ellipse at 5% 80%, rgba(255,255,255,.04) 0%, transparent 50%); pointer-events: none; }
.hero::after { content: ''; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.04) 1px, transparent 1px); background-size: 32px 32px; pointer-events: none; }
.hero-inner { max-width: 960px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: center; position: relative; z-index: 1; }
.hero-img-col { display: flex; justify-content: center; align-items: center; }
.hero-img-wrap img { width: 440px; height: auto; filter: drop-shadow(0 24px 48px rgba(19,10,48,.65)); animation: float 4s ease-in-out infinite; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
.hero-text-col { display: flex; flex-direction: column; }
.hero h1 { font-family: 'Nunito', sans-serif !important; font-size: clamp(26px, 4vw, 50px); font-weight: 800; color: #fff; line-height: 1.12; letter-spacing: -.3px; margin-bottom: 16px; }
.hero h1 em  { color: var(--gold-lt); font-style: normal; display: block; }
.hero h1 .line2 { display: block; font-size: .52em; color: rgba(255,255,255,.72); font-weight: 500; letter-spacing: 2px; margin-top: 8px; }
.hero-sub { font-size: clamp(13px,1.5vw,15px); color: rgba(255,255,255,.88); margin: 0 0 24px; font-weight: 400; line-height: 1.7; }
.hero-checks { display: flex; flex-direction: column; gap: 7px; margin-bottom: 24px; }
.hero-check { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.92); font-size: 13.5px; }
.hero-check span { color: var(--gold-lt); font-size: 16px; }
.secure-note { display: flex; align-items: center; gap: 6px; color: rgba(255,255,255,.65); font-size: 12px; margin-top: 12px; }
.cert-hero { display: block; width: 100%; max-width: 380px; height: auto; margin-top: 20px; }
@media (max-width: 768px) { .cert-hero { max-width: 280px; margin-left: auto; margin-right: auto; } }
@media (max-width: 480px)  { .cert-hero { max-width: 240px; } }

/* ── BUTTONS ── */
.btn-main { display: inline-block; background: linear-gradient(135deg, var(--gold) 0%, var(--gold-lt) 100%); color: #0e0820; font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 17px; text-transform: uppercase; letter-spacing: .5px; padding: 16px 42px; border-radius: 6px; box-shadow: 0 6px 22px rgba(232,184,75,.45); transition: transform .15s, box-shadow .15s; animation: pulse-gold 2.4s infinite; white-space: nowrap; }
.btn-main:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(232,184,75,.65); color: #0e0820; }
@keyframes pulse-gold { 0%,100% { box-shadow: 0 6px 22px rgba(232,184,75,.45); } 50% { box-shadow: 0 6px 36px rgba(232,184,75,.8); } }
.btn-sm { display: inline-block; background: linear-gradient(135deg, var(--gold) 0%, var(--gold-lt) 100%); color: #0e0820; font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 14px; text-transform: uppercase; padding: 13px 32px; border-radius: 6px; box-shadow: 0 4px 14px rgba(232,184,75,.4); transition: transform .15s, box-shadow .15s; }
.btn-sm:hover { transform: translateY(-1px); box-shadow: 0 6px 20px rgba(232,184,75,.6); color: #0e0820; }

/* ── SECTIONS ── */
.section { padding: 68px 20px; }
.section-white { background: var(--white); }
.section-pale  { background: var(--pale); }
.section-mid   { background: var(--pale-mid); }
.section-dark  { background: linear-gradient(150deg, var(--darker) 0%, var(--deep) 100%); color: #fff; }
.section-title { font-family: 'Poppins', sans-serif; font-size: clamp(26px, 4vw, 44px); font-weight: 800; line-height: 1.15; text-transform: uppercase; letter-spacing: -.3px; color: var(--deep); }
.section-dark .section-title { color: #fff; }
.section-title span { color: var(--slate); }
.section-dark .section-title span { color: var(--gold-lt); }

/* ── BENEFITS ── */
.benefits-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 18px; margin-top: 32px; }
.benefit-card { background: var(--white); border: 1px solid var(--border); border-radius: 12px; padding: 24px 18px; display: flex; flex-direction: column; align-items: flex-start; gap: 12px; transition: transform .2s, box-shadow .2s; position: relative; overflow: hidden; }
.benefit-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--deep), var(--slate-lt)); }
.benefit-card:hover { transform: translateY(-4px); box-shadow: 0 10px 28px var(--sh); }
.benefit-icon { width: 46px; height: 46px; border-radius: 10px; background: var(--pale-mid); border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; font-size: 22px; }
.benefit-title { font-family: 'Poppins', sans-serif; font-size: 13px; font-weight: 700; color: var(--deep); line-height: 1.3; text-transform: uppercase; letter-spacing: .3px; }
.benefit-desc  { font-size: 13px; color: var(--tmute); line-height: 1.6; }
.checks-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 36px; }
.check-item { display: flex; align-items: center; gap: 8px; background: var(--pale-mid); border: 1px solid var(--border); border-radius: 6px; padding: 9px 16px; font-size: 13px; font-weight: 700; color: var(--deep); font-family: 'Poppins', sans-serif; }
.ci { color: var(--ok); font-size: 15px; }

/* ── HOW IT WORKS ── */
.steps-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 24px; margin-top: 36px; }
.step-card { text-align: center; padding: 30px 18px; background: rgba(255,255,255,.07); border-radius: 12px; border: 1px solid rgba(255,255,255,.15); }
.step-num { width: 52px; height: 52px; border-radius: 50%; background: linear-gradient(135deg, var(--gold), var(--gold-lt)); color: #0e0820; font-weight: 900; font-size: 22px; display: flex; align-items: center; justify-content: center; margin: 0 auto 14px; font-family: 'Poppins', sans-serif; }
.step-card h4 { font-family: 'Poppins', sans-serif; font-size: 14px; font-weight: 700; color: var(--gold-lt); margin-bottom: 8px; text-transform: uppercase; letter-spacing: .5px; }
.step-card p  { font-size: 13.5px; color: rgba(255,255,255,.75); line-height: 1.6; }

/* ── LABEL ── */
.label-banner { background: var(--pale-mid); padding: 36px 20px; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.label-banner img { max-width: 860px; width: 100%; height: auto; border-radius: 10px; box-shadow: 0 4px 20px var(--sh); margin: 0 auto; display: block; }

/* ── ORDER ── */
.order-wrap { background: linear-gradient(150deg, var(--darker) 0%, #1a0e3a 100%); padding: 72px 20px; border-top: 3px solid var(--gold); border-bottom: 3px solid var(--gold); }
.order-headline { font-family: 'Poppins', sans-serif; font-size: clamp(22px, 3.5vw, 40px); font-weight: 900; text-transform: uppercase; letter-spacing: -.3px; color: #fff; text-align: center; margin-bottom: 36px; line-height: 1.15; }
.order-headline span { color: var(--gold-lt); }
.order-sub { text-align: center; color: rgba(255,255,255,.75); font-size: 14px; margin-bottom: 28px; }

/* ── PACKAGES ── */
.pkgs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 900px; margin: 0 auto; align-items: start; }
@media (max-width: 700px) { .pkgs { grid-template-columns: 1fr; max-width: 400px; } }
.pkg { background: var(--white); border: 2px solid var(--border); border-radius: 14px; overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,.08); transition: transform .2s; }
.pkg:hover { transform: translateY(-4px); }
.pkg.featured { border-color: var(--gold); box-shadow: 0 0 0 2px var(--gold), 0 8px 36px rgba(232,184,75,.2); transform: scale(1.04); }
.pkg.featured:hover { transform: scale(1.04) translateY(-4px); }
.pkg-badge-top { background: linear-gradient(135deg, var(--gold) 0%, var(--gold-lt) 100%); color: #0e0820; font-family: 'Poppins', sans-serif; font-size: 11px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; text-align: center; padding: 8px 0; }
.pkg-badge-top.alt { background: linear-gradient(135deg, var(--deep) 0%, var(--slate) 100%); color: #fff; }
.pkg-label { background: var(--pale-mid); color: var(--tmute); font-size: 11px; font-weight: 700; letter-spacing: 1px; text-align: center; padding: 6px 0; text-transform: uppercase; border-top: 1px solid var(--border); font-family: 'Poppins', sans-serif; }
.pkg-body { padding: 22px 18px; text-align: center; }
.pkg-title { font-family: 'Poppins', sans-serif; font-size: 14px; font-weight: 700; color: var(--deep); text-transform: uppercase; letter-spacing: .5px; margin-bottom: 2px; }
.pkg-days  { font-size: 12px; color: var(--tmute); margin-bottom: 16px; }
.pkg-img   { max-height: 165px; margin: 0 auto 16px; }
.pkg-per   { font-size: 13px; color: var(--tmute); margin-bottom: 2px; }
.pkg-price { font-family: 'Poppins', sans-serif; font-size: 54px; font-weight: 900; color: var(--deep); line-height: 1; margin-bottom: 4px; }
.pkg-price sup { font-size: 24px; vertical-align: super; }
.pkg-save { display: inline-block; background: rgba(34,197,94,.1); color: #15803d; font-size: 11px; font-weight: 800; font-family: 'Poppins', sans-serif; padding: 3px 10px; border-radius: 4px; border: 1px solid rgba(34,197,94,.25); margin-bottom: 14px; }
.pkg.featured .pkg-btn { background: linear-gradient(135deg, var(--gold) 0%, var(--gold-lt) 100%); color: #0e0820; box-shadow: 0 4px 16px rgba(232,184,75,.4); }
.pkg-btn { display: block; width: 100%; background: linear-gradient(135deg, var(--deep) 0%, var(--slate) 100%); color: #fff; font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 15px; text-transform: uppercase; letter-spacing: .5px; padding: 14px 0; border-radius: 6px; border: none; cursor: pointer; margin-bottom: 10px; text-align: center; box-shadow: 0 2px 8px var(--sh); transition: transform .15s, box-shadow .15s; }
.pkg-btn:hover { transform: translateY(-1px); box-shadow: 0 4px 14px var(--shm); }
.pkg-guarantee { font-size: 11px; color: var(--tmute); margin-bottom: 8px; display: flex; align-items: center; justify-content: center; gap: 4px; }
.pkg-total { font-size: 13px; color: var(--tmid); }
.pkg-total s { color: #bbb; }
.pkg-total strong { color: var(--deep); font-size: 15px; font-weight: 800; }
.pkg-ship { font-size: 11px; color: var(--ok); font-weight: 700; margin-top: 4px; font-family: 'Poppins', sans-serif; }

/* ── TESTIMONIALS ── */
.testi-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 22px; }
.testi-card { background: var(--white); border: 1px solid var(--border); border-radius: 14px; padding: 28px 24px; border-top: 4px solid var(--slate); position: relative; box-shadow: 0 2px 12px var(--sh); transition: box-shadow .2s; }
.testi-card:hover { box-shadow: 0 8px 28px var(--shm); }
.testi-quote { font-size: 52px; color: var(--pale-mid); font-family: 'Poppins', sans-serif; line-height: 1; position: absolute; top: 14px; right: 18px; font-weight: 900; }
.testi-stars { color: var(--gold); font-size: 15px; margin-bottom: 10px; letter-spacing: 2px; }
.testi-text  { font-size: 14px; color: var(--tmid); line-height: 1.65; font-style: italic; margin-bottom: 16px; }
.testi-name  { font-family: 'Poppins', sans-serif; font-weight: 700; color: var(--deep); font-size: 13px; }
.testi-verified { font-size: 11px; color: var(--ok); font-weight: 700; }

/* ── SEALS ── */
.seals-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; margin-top: 32px; }
.seal { background: var(--white); border: 1px solid var(--border); border-radius: 10px; padding: 16px 20px; text-align: center; min-width: 110px; box-shadow: 0 2px 10px var(--sh); }
.seal-ico  { font-size: 26px; margin-bottom: 6px; }
.seal-name { font-family: 'Poppins', sans-serif; font-size: 11px; font-weight: 700; color: var(--deep); text-transform: uppercase; letter-spacing: .5px; }

/* ── GUARANTEE ── */
.guarantee-wrap { display: flex; flex-direction: column; gap: 28px; align-items: center; max-width: 800px; margin: 0 auto; text-align: center; }
.guarantee-img { width: 220px; height: auto; object-fit: contain; display: block; margin: 0 auto; filter: drop-shadow(0 4px 20px var(--shm)); }
@media (max-width: 768px) { .guarantee-img { width: 180px; } }
.g-content h3 { font-family: 'Poppins', sans-serif; font-size: 22px; font-weight: 800; color: var(--deep); margin-bottom: 10px; text-transform: uppercase; }
.g-content p  { font-size: 14.5px; color: var(--tmute); line-height: 1.7; margin-bottom: 10px; }
.g-points { list-style: none; }
.g-points li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: var(--tmid); padding: 7px 0; border-bottom: 1px solid var(--border); }
.g-points li:last-child { border-bottom: none; }
.g-num { width: 22px; height: 22px; border-radius: 50%; background: var(--deep); color: #fff; font-size: 11px; font-weight: 800; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px; }

/* ── FAQ ── */
.faq-list { max-width: 760px; margin: 0 auto; }
.faq-item { background: var(--white); border: 1px solid var(--border); border-radius: 10px; margin-bottom: 10px; overflow: hidden; box-shadow: 0 2px 8px var(--sh); }
.faq-q { width: 100%; background: none; border: none; cursor: pointer; text-align: left; padding: 18px 22px; font-family: 'Poppins', sans-serif; font-size: 15px; font-weight: 600; color: var(--deep); display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.faq-q:hover { background: var(--pale-mid); }
.faq-arrow { font-size: 18px; color: var(--slate); transition: transform .25s; flex-shrink: 0; }
.faq-item.open .faq-arrow { transform: rotate(180deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .35s ease, padding .25s; font-size: 14px; color: var(--tmute); line-height: 1.7; }
.faq-item.open .faq-a { max-height: 800px; padding: 0 22px 18px; }
.ship-table { width: 100%; border-collapse: collapse; font-size: 13px; margin-top: 8px; }
.ship-table th { background: var(--deep); color: #fff; padding: 8px 12px; text-align: left; font-weight: 700; }
.ship-table td { padding: 7px 12px; border-bottom: 1px solid var(--border); color: var(--tmute); }
.ship-table tr:last-child td { border-bottom: none; }

/* ── FOOTER ── */
footer { background: var(--darker); padding: 36px 20px 28px; text-align: center; border-top: 3px solid var(--deep); }
.footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px 18px; margin-bottom: 16px; }
.footer-links a { color: rgba(255,255,255,.35); font-size: 12px; transition: color .2s; }
.footer-links a:hover { color: var(--gold-lt); }
.footer-copy  { color: rgba(255,255,255,.25); font-size: 11px; margin-bottom: 14px; }
.footer-disc  { max-width: 860px; margin: 0 auto; font-size: 10.5px; color: rgba(255,255,255,.18); line-height: 1.7; }

/* ── STICKY MOBILE ── */
.sticky-mob { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 200; background: var(--darker); border-top: 2px solid var(--gold); padding: 10px 16px; text-align: center; box-shadow: 0 -4px 20px var(--shl); }
@media (max-width: 768px) { .sticky-mob { display: block; } }
.sticky-mob .btn-main { font-size: 15px; padding: 13px 28px; animation: none; box-shadow: none; width: auto; max-width: 380px; color: #0e0820; }

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  body { padding-bottom: 66px; }
  .nav-links { display: none; }
  .section { padding: 48px 16px; }
  .hero { padding: 48px 16px 44px; text-align: center; }
  .hero-inner { grid-template-columns: 1fr; gap: 28px; }
  .hero-img-col { order: 1; }
  .hero-text-col { order: 2; align-items: center; }
  .hero-img-wrap img { width: 300px; max-width: 90vw; }
  .hero-checks { align-items: flex-start; }
  .secure-note { justify-content: center; }
  .pkgs { gap: 16px; }
  .pkg.featured { transform: none; }
  .pkg.featured:hover { transform: translateY(-4px); }
}
@media (max-width: 480px) {
  .topbar { font-size: 13px; padding: 8px 12px; }
  .hero-img-wrap img { width: 260px; }
  .hero h1 { font-size: 26px; }
  .btn-main { font-size: 15px; padding: 14px 28px; }
  .hero-sub { font-size: 13px; }
}
