/* =============================================================================
   Landing pages — high-conversion (extends main.css tokens)
   ========================================================================== */
body.lp{background:var(--paper)}
.lp-urgency{background:var(--ink);color:var(--ivory);display:flex;gap:1rem;justify-content:center;align-items:center;padding:.6rem 1rem;font-size:.85rem;flex-wrap:wrap;position:sticky;top:0;z-index:50}
.lp-urgency__badge{background:var(--gold-grad);color:var(--ink);font-weight:700;padding:.2rem .7rem;border-radius:999px;font-size:.72rem;letter-spacing:.05em}
.lp-urgency__count b,.lp-urgency__count #lpCount{font-family:var(--mono);color:var(--gold)}

.lp-hero{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(1.5rem,4vw,3rem);padding:2.5rem 24px}
.lp-gallery__stage{position:relative;border-radius:var(--radius);overflow:hidden;background:radial-gradient(circle at 50% 40%,#1b1c24,#0d0e14);aspect-ratio:1}
.lp-gallery__stage img{width:100%;height:100%;object-fit:cover}
.lp-savepill{position:absolute;bottom:16px;right:16px;background:var(--urgency);color:#fff;font-weight:700;padding:.35rem .7rem;border-radius:8px;font-size:.85rem;box-shadow:0 6px 16px -6px rgba(0,0,0,.5)}
.lp-gallery__thumbs{display:flex;gap:10px;margin-top:12px;flex-wrap:wrap}
.lp-thumb{width:72px;height:72px;border-radius:10px;overflow:hidden;border:1px solid var(--line);background:var(--ink-2);padding:0;cursor:pointer}
.lp-thumb.is-active{border-color:var(--gold)}
.lp-thumb img{width:100%;height:100%;object-fit:cover}

.lp-rating{display:flex;align-items:center;gap:.6rem;font-size:.85rem;color:var(--muted);margin-bottom:.6rem}
.lp-h1{font-size:clamp(2rem,4.5vw,3rem);line-height:1.05;margin-bottom:.6rem}
.lp-sub{color:#3b3a36;font-size:1.05rem;margin-bottom:1.2rem}
.lp-price{display:flex;align-items:baseline;gap:.7rem;margin-bottom:1.2rem}
.lp-tiers{display:grid;gap:.7rem;margin-bottom:1.2rem}
.lp-tier{display:flex;align-items:center;gap:1rem;border:2px solid var(--line);border-radius:12px;padding:1rem 1.2rem;cursor:pointer;transition:.2s;background:#fff;position:relative}
.lp-tier.is-picked{border-color:var(--gold);background:rgba(201,169,110,.06)}
.lp-tier input{accent-color:var(--gold);width:20px;height:20px}
.lp-tier__main{flex:1}
.lp-tier__main b{display:block}
.lp-tier__q{font-size:.8rem;color:var(--muted)}
.lp-tier__price{text-align:right;font-family:var(--serif);font-size:1.2rem;font-weight:600}
.lp-tier__price em{display:block;font-style:normal;font-size:.72rem;color:var(--success);font-family:var(--sans);font-weight:700}
.lp-cta{margin-bottom:1rem;font-size:1.1rem}
.lp-trust{list-style:none;padding:0;margin:0 0 1rem;display:grid;grid-template-columns:1fr 1fr;gap:.4rem;font-size:.85rem;color:#2c7a48}
.lp-pay{display:flex;gap:.5rem;flex-wrap:wrap}
.lp-pay span{font-family:var(--mono);font-size:.6rem;border:1px solid var(--line);border-radius:5px;padding:.3rem .5rem;color:var(--muted)}
.lp-pay .pp{color:var(--gold-deep);border-color:var(--line-gold)}

.lp-benefits{background:var(--ink);color:var(--ivory);padding:clamp(2rem,4vw,3rem) 0}
.lp-benefits__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;text-align:center}
.lp-benefit svg{color:var(--gold);margin-bottom:.6rem}
.lp-benefit h4{color:var(--ivory);font-size:1.05rem;margin-bottom:.2rem}
.lp-benefit p{color:var(--muted-2);font-size:.85rem;margin:0}

.lp-section{padding:clamp(2.5rem,5vw,4rem) 0}
.lp-reviews{background:var(--ivory-2)}
.lp-h3{font-size:1.5rem;margin-bottom:1.2rem}

/* facebook-style comments */
.fbc{max-width:640px;margin:0 auto;display:grid;gap:1rem}
.fbc__item{display:flex;gap:.7rem}
.fbc__avatar{width:40px;height:40px;border-radius:50%;background:#4267B2;color:#fff;display:grid;place-items:center;font-weight:700;flex:none}
.fbc__avatar--brand{background:var(--gold-grad);color:var(--ink);width:32px;height:32px;font-size:.85rem}
.fbc__bubble{background:#f0f2f5;border-radius:16px;padding:.6rem 1rem;display:inline-block}
.fbc__bubble b{display:block;font-size:.9rem}
.fbc__bubble p{margin:.1rem 0 0;font-size:.92rem;color:#050505}
.fbc__meta{font-size:.74rem;color:#65676b;padding:.3rem 0 0 1rem;font-weight:600}
.fbc__likes{color:#4267B2}
.fbc__reply{display:flex;gap:.6rem;margin:.6rem 0 0 1rem}

/* blog comments */
.blogc{display:flex;gap:.8rem;padding:1rem 0;border-bottom:1px solid var(--line)}
.blogc__avatar{width:44px;height:44px;border-radius:50%;background:var(--ink);color:var(--gold);display:grid;place-items:center;font-family:var(--serif);flex:none}
.blogc b{font-size:.9rem}
.blogc p{margin:.2rem 0 0;color:#3b3a36;font-size:.92rem}

.lp-2col{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}
.lp-faq{border:1px solid var(--line);border-radius:12px;background:#fff;margin-bottom:.7rem;overflow:hidden;transition:border-color .2s,box-shadow .2s}
.lp-faq[open]{border-color:var(--gold);box-shadow:0 10px 30px -22px rgba(26,23,18,.3)}
.lp-faq summary{cursor:pointer;padding:1.1rem 1.3rem;font-weight:700;font-family:var(--serif);font-size:1.08rem;color:var(--ink);list-style:none;display:flex;align-items:center;gap:.7rem}
.lp-faq summary::-webkit-details-marker{display:none}
.lp-faq summary::before{content:"+";color:var(--gold-deep);font-size:1.3rem;font-family:var(--sans,inherit);line-height:1;flex:none;transition:transform .25s}
.lp-faq[open] summary::before{content:"–"}
.lp-faq p{padding:0 1.3rem 1.2rem 3rem;color:#4a4034;line-height:1.7;margin:0}

.lp-final{background:var(--ink);color:var(--ivory);text-align:center;padding:clamp(3rem,6vw,5rem) 0}
.lp-final h2{color:var(--ivory);font-size:clamp(1.8rem,4vw,2.6rem);margin-bottom:.6rem}
.lp-final p{color:var(--muted-2);margin-bottom:1.6rem}
.lp-footer{background:var(--ink);color:var(--muted-2);text-align:center;padding:1.5rem;font-size:.82rem}
.lp-footer a{color:var(--gold)}

.lp-sticky{position:fixed;bottom:0;left:0;right:0;background:var(--ink);color:var(--ivory);display:none;align-items:center;justify-content:space-between;padding:.8rem 1.2rem;z-index:60;box-shadow:0 -10px 30px -12px rgba(0,0,0,.5)}
.lp-sticky.is-show{display:flex}
.lp-sticky b{display:block;font-size:.85rem}.lp-sticky span{color:var(--gold);font-family:var(--serif)}

.lp-exit{position:fixed;inset:0;z-index:90;background:rgba(10,10,15,.72);display:none;place-items:center;padding:24px;backdrop-filter:blur(4px)}
.lp-exit.is-open{display:grid}
.lp-exit__card{background:var(--ivory);border-radius:var(--radius);max-width:440px;width:100%;padding:2.4rem;text-align:center;position:relative;animation:fadeup .4s var(--ease)}
.lp-exit__card h3{font-size:1.8rem;margin-bottom:.6rem}
.lp-exit__card .code{font-family:var(--mono);font-size:1.4rem;letter-spacing:.1em;background:var(--ink);color:var(--gold);padding:.7rem 1.2rem;border-radius:10px;display:inline-block;margin:1rem 0}
.lp-exit__x{position:absolute;top:14px;right:16px;background:none;border:0;font-size:1.5rem;color:var(--muted);cursor:pointer}

@media(max-width:900px){
  .lp-hero{grid-template-columns:1fr}
  .lp-benefits__grid{grid-template-columns:1fr 1fr}
  .lp-2col{grid-template-columns:1fr;gap:1.5rem}
  .lp-sticky{display:flex}
}

/* honest rating summary (replaces the disguised platform-comments block) */
.lp-ratingsum{display:flex;gap:1.6rem;align-items:center;justify-content:center;flex-wrap:wrap;background:var(--paper);border:1px solid var(--line-gold);border-radius:14px;padding:1.5rem 1.8rem;text-align:left}
.lp-ratingsum__score{display:flex;align-items:center;gap:.9rem}
.lp-ratingsum__score>b{font-family:var(--serif);font-size:2.6rem;line-height:1;color:var(--gold-deep)}
.lp-ratingsum__score span{display:block;font-size:.85rem;color:var(--muted);margin-top:.25rem}
.lp-ratingsum__note{margin:0;font-size:.92rem;color:#3b3a36;max-width:40ch}

/* trust band + review photos */
.lp-trustband{background:var(--paper);border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:1.6rem 0}
.lp-trustband__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.2rem}
.lp-trustsig{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.2rem;color:var(--muted)}
.lp-trustsig svg{color:var(--gold);margin-bottom:.2rem}
.lp-trustsig b{color:var(--ink);font-family:var(--serif);font-size:1rem}
.lp-trustsig span{font-size:.78rem}
.rcard__photos{display:flex;gap:.4rem;flex-wrap:wrap;margin:.5rem 0}
.rcard__photos img{width:60px;height:60px;object-fit:cover;border-radius:6px;border:1px solid var(--line)}
.rcard__country{font-size:.7rem;color:var(--muted);font-family:var(--mono);margin-left:.3rem}
@media(max-width:640px){.lp-trustband__grid{grid-template-columns:1fr 1fr;gap:1rem}}

/* ===== AI landing: buy-reasons, story deep-dive, FAQ ===== */
.lp-bullets{list-style:none;margin:0 0 1.3rem;padding:0;display:grid;gap:.5rem}
.lp-bullets li{position:relative;padding-left:1.7rem;font-size:.96rem;color:var(--ink);line-height:1.5}
.lp-bullets li::before{content:"";position:absolute;left:0;top:.15rem;width:18px;height:18px;border-radius:50%;
  background:var(--gold-grad);-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/%3E%3C/svg%3E") center/13px no-repeat;
  mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/%3E%3C/svg%3E") center/13px no-repeat}

.lp-story{padding:clamp(2.5rem,6vw,4.5rem) 0;background:linear-gradient(180deg,transparent,rgba(201,169,110,.04))}
.lp-story .eyebrow.center{text-align:center;display:block;margin-bottom:2.2rem}
.lp-story__row{display:grid;grid-template-columns:1fr 1fr;gap:clamp(1.5rem,4vw,3.5rem);align-items:center;margin-bottom:clamp(2rem,5vw,3.6rem)}
.lp-story__row:last-child{margin-bottom:0}
.lp-story__row.is-flip .lp-story__media{order:2}
.lp-story__media{border-radius:var(--radius);overflow:hidden;box-shadow:0 30px 60px -30px rgba(26,23,18,.4);
  background:radial-gradient(circle at 50% 42%,#f4efe6,#e9e1d4);aspect-ratio:4/3}
.lp-story__media img{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.22,.61,.36,1)}
.lp-story__row:hover .lp-story__media img{transform:scale(1.05)}
.lp-story__copy h3{font-family:var(--serif);font-size:clamp(1.4rem,3vw,2rem);line-height:1.1;margin:0 0 .7rem}
.lp-story__copy p{color:var(--muted);font-size:1.05rem;line-height:1.75;margin:0 0 1.3rem;max-width:46ch}
@media (max-width:760px){
  .lp-story__row{grid-template-columns:1fr;gap:1.2rem}
  .lp-story__row.is-flip .lp-story__media{order:0}
  .lp-story__media{aspect-ratio:16/10}
  .lp-story__copy{text-align:center}
  .lp-story__copy p{margin-left:auto;margin-right:auto}
}

.lp-faqs__list{max-width:760px;margin:1.6rem auto 0}

/* ===== conversion tools: scarcity, order bump, cross-sell ===== */
.lp-scarcity{color:#b23b2a;font-weight:700;font-size:.92rem;margin:-.2rem 0 .7rem;display:flex;align-items:center;gap:.4rem}
.lp-scarcity--soft{color:var(--gold-deep)}
.lp-stockbar{height:6px;border-radius:99px;background:var(--line);overflow:hidden;margin:0 0 1rem}
.lp-stockbar span{display:block;height:100%;background:linear-gradient(90deg,#e0a24a,#b23b2a)}

.lp-bump{display:flex;gap:.7rem;align-items:flex-start;border:2px dashed var(--gold);border-radius:12px;padding:.9rem 1rem;margin:0 0 1rem;background:rgba(201,169,110,.08);cursor:pointer;transition:background .2s;position:relative}
.lp-bump:hover{background:rgba(201,169,110,.14)}
.lp-bump input{position:absolute;opacity:0;width:0;height:0}
.lp-bump__check{flex:none;width:22px;height:22px;border:2px solid var(--gold);border-radius:6px;margin-top:2px;position:relative;transition:.2s}
.lp-bump input:checked ~ .lp-bump__check{background:var(--gold)}
.lp-bump input:checked ~ .lp-bump__check::after{content:"✓";position:absolute;inset:0;display:grid;place-items:center;color:#fff;font-size:.8rem;font-weight:800}
.lp-bump__title{display:block;font-weight:700;color:var(--ink)}
.lp-bump__title b{color:var(--gold-deep)}
.lp-bump__text{display:block;font-size:.85rem;color:var(--muted);margin-top:.15rem}

.lp-cross__sub{text-align:center;color:var(--muted);margin:-.5rem 0 1.6rem}
.lp-cross__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;max-width:820px;margin:0 auto}
@media(max-width:640px){.lp-cross__grid{grid-template-columns:1fr 1fr}}
.lp-cross__card{display:flex;flex-direction:column;border:1px solid var(--line);border-radius:14px;overflow:hidden;background:#fff;text-decoration:none;color:var(--ink);transition:transform .2s,box-shadow .2s,border-color .2s}
.lp-cross__card:hover{transform:translateY(-3px);box-shadow:0 18px 36px -24px rgba(26,23,18,.35);border-color:var(--gold)}
.lp-cross__img{aspect-ratio:1;background:#f4efe6;overflow:hidden}
.lp-cross__img img{width:100%;height:100%;object-fit:cover}
.lp-cross__name{font-family:var(--serif);font-weight:700;font-size:1rem;padding:.7rem .8rem 0;line-height:1.2}
.lp-cross__subt{font-size:.78rem;color:var(--muted);padding:.15rem .8rem 0}
.lp-cross__price{display:flex;justify-content:space-between;align-items:center;padding:.5rem .8rem .9rem;margin-top:auto}
.lp-cross__go{color:var(--gold-deep);font-size:.82rem;font-weight:600}

/* =====================================================================
   Landing footer — one cohesive dark region (was choppy black/cream/black)
   ===================================================================== */
.lp-final{background:var(--ink);color:var(--ivory);text-align:center;padding:clamp(3rem,6vw,4.5rem) 1.5rem 3rem;margin:0}
.lp-capture{background:var(--ink);color:var(--ivory);border-radius:0;margin:0;padding:3rem 1.5rem;border-top:1px solid rgba(255,255,255,.09)}
.lp-share-sec{background:var(--ink);padding:2.4rem 1.5rem 2rem;border-top:1px solid rgba(255,255,255,.09);margin:0}
.lp-share-sec__q{color:rgba(245,240,232,.55)}
.lp-share-sec .share-btn{border-color:rgba(255,255,255,.18);color:rgba(245,240,232,.72)}
.lp-share-sec .share-btn:hover{color:#fff;border-color:rgba(255,255,255,.45);background:rgba(255,255,255,.08);transform:translateY(-2px)}
.lp-footer{background:var(--ink);color:var(--muted-2);text-align:center;padding:1.6rem;font-size:.82rem;border-top:1px solid rgba(255,255,255,.09);margin:0}
