/* =====================================================================
   Landing page — EDITORIAL DARK (LaMica-inspired). Di-scope ke body.lp
   agar halaman legal (memakai stylesheet sama) tetap terang.
   ===================================================================== */
.lp {
  --lp-ink: #14110d; --lp-ink-2: #1a1611; --lp-panel: #221d17;
  --lp-cream: #efe9dd; --lp-dim: rgba(239,233,221,.62); --lp-mute: rgba(239,233,221,.40);
  --lp-line: rgba(231,222,205,.14); --lp-line-2: rgba(231,222,205,.26);
  --lp-accent: #c8a96a; --lp-accent-soft: rgba(200,169,106,.16);
  /* Pemanis natural-hijau "Pure" (aksen sekunder, tak menggeser emas) */
  --lp-forest: #0E2B23; --lp-emerald: #146F4A; --lp-mint: #27C77A; --lp-cream2: #E8E6DA;
  margin: 0; background: var(--lp-ink); color: var(--lp-cream);
  font-family: 'Jost', sans-serif; line-height: 1.7; -webkit-font-smoothing: antialiased;
}
.lp a { color: var(--lp-cream); text-decoration: none; }
.lp ::selection { background: var(--lp-accent); color: var(--lp-ink); }
.lp::after { content: ''; position: fixed; inset: 0; z-index: 0; pointer-events: none; opacity: .35; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='150' height='150'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E"); }

/* Helpers */
.lp .display { font-family: 'Cormorant Garamond', serif; font-weight: 300; font-size: clamp(34px,6vw,68px); line-height: 1.03; color: var(--lp-cream); letter-spacing: .01em; margin: 0; }
.lp .eyebrow { display: inline-block; font-family: 'Cinzel', serif; font-size: 11px; letter-spacing: .32em; text-transform: uppercase; color: var(--lp-accent); margin: 0 0 13px; }
.lp .lp-sub { color: var(--lp-dim); max-width: 560px; margin: 16px 0 0; font-weight: 300; }

/* Buttons */
.lp .btn-gold, .lp .btn-line { display: inline-flex; align-items: center; justify-content: center; font-family: 'Cinzel', serif; font-size: 12px; letter-spacing: .16em; text-transform: uppercase; padding: 14px 30px; cursor: pointer; transition: background .25s ease, color .25s ease, border-color .25s ease; }
.lp .btn-gold { background: var(--lp-accent); color: var(--lp-ink) !important; border: 1px solid var(--lp-accent); }
.lp .btn-gold:hover { background: transparent; color: var(--lp-accent) !important; }
.lp .btn-line { background: transparent; color: var(--lp-cream) !important; border: 1px solid var(--lp-line-2); }
.lp .btn-line:hover { border-color: var(--lp-accent); color: var(--lp-accent) !important; }
.lp .btn-gold.full, .lp .btn-line.full { width: 100%; }

/* Promo */
.lp-promo { position: relative; z-index: 3; background: linear-gradient(135deg,#221d17,#14110d); color: var(--lp-accent); text-align: center; padding: 11px 16px; font-size: 13px; letter-spacing: .02em; border-bottom: 1px solid var(--lp-line); }
.lp-promo strong { color: var(--lp-cream); }

/* Nav */
.lp-nav { position: sticky; top: 0; z-index: 50; background: rgba(20,17,13,.62); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); transition: background .3s ease, border-color .3s ease; border-bottom: 1px solid transparent; }
.lp-nav.scrolled { background: rgba(20,17,13,.92); border-bottom-color: var(--lp-line); }
.lp-nav-inner { display: flex; align-items: center; justify-content: space-between; max-width: 1180px; margin: 0 auto; padding: 17px 28px; }
.lp-nav .brand { font-family: 'Cormorant Garamond', serif; font-size: 25px; font-weight: 500; letter-spacing: .04em; color: var(--lp-cream); }
.lp-nav nav { display: flex; align-items: center; gap: 24px; }
.lp-nav nav a { font-size: 13px; letter-spacing: .03em; color: var(--lp-dim); }
.lp-nav nav a:hover { color: var(--lp-cream); }

/* Wrap */
.lp .lp-wrap { position: relative; z-index: 2; max-width: 1180px; margin: 0 auto; }
.lp .lp-wrap.narrow { max-width: 780px; }

/* Hero */
.lp .hero { position: relative; overflow: hidden; padding: 60px 28px clamp(60px,8vw,110px); background: radial-gradient(50% 42% at 6% 94%, rgba(39,199,122,.09), transparent 62%), radial-gradient(135% 90% at 82% 0%, #221c16 0%, var(--lp-ink) 56%); }
/* Sprig daun botanikal (pemanis natural) */
.lp .leaf-sprig { position: absolute; pointer-events: none; user-select: none; color: var(--lp-mint); z-index: 2; }
.lp .leaf-sprig svg { display: block; }
.lp .hero .leaf-sprig { top: -6px; right: 4%; width: 110px; opacity: .5; transform: rotate(8deg); }
.lp-cta .leaf-sprig { bottom: 8%; left: 7%; width: 90px; opacity: .35; transform: rotate(-14deg); }
.lp .hero-ghost { position: absolute; left: -1.5vw; top: 34%; font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: clamp(110px,24vw,340px); line-height: 1; color: rgba(231,222,205,.035); z-index: 1; pointer-events: none; user-select: none; }
.lp .hero-grid { position: relative; z-index: 2; max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; }
.lp .hero-text { min-width: 0; }
.lp .hero-title { font-family: 'Cormorant Garamond', serif; font-weight: 300; font-size: clamp(76px,14vw,190px); line-height: .9; margin: 0; color: var(--lp-cream); letter-spacing: .01em; }
.lp .hero .lead { font-size: 16px; color: var(--lp-dim); max-width: 450px; margin: 22px 0 28px; font-weight: 300; }
.lp .hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }
.lp .hero-note { margin-top: 18px; font-size: 13px; color: var(--lp-mute); }
.lp .hero-note strong { color: var(--lp-accent); font-weight: 500; }
.lp .hero-trust { display: flex; gap: 32px; margin-top: 30px; padding-top: 24px; border-top: 1px solid var(--lp-line); flex-wrap: wrap; }
.lp .ht { display: flex; flex-direction: column; gap: 3px; }
.lp .ht-k { font-family: 'Cinzel', serif; font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--lp-accent); }
.lp .ht-v { font-size: 12.5px; color: var(--lp-dim); }
.lp .hero-visual { position: relative; }
.lp .phone { width: 380px; max-width: 100%; margin: 0 auto; border: 10px solid #2a241c; border-radius: 40px; overflow: hidden; box-shadow: 0 40px 90px rgba(0,0,0,.55), 0 0 0 1px var(--lp-line); background: #000; aspect-ratio: 320/660; --inv-zoom: .8372; }
/* Frame ponsel ukurannya TETAP, tapi iframe dirender pada resolusi LEBIH BESAR (= inner/zoom)
   lalu di-scale mengecil → undangan tampak lebih kecil/zoom-out. zoom diset per-breakpoint
   agar resolusi virtual: desktop/tablet ~430px (inner 360 / .8372), HP ~380px (inner 250 / .6579). */
.lp .phone iframe { width: calc(100% / var(--inv-zoom)); height: calc(100% / var(--inv-zoom)); border: 0; display: block; transform: scale(var(--inv-zoom)); transform-origin: top left; }
.lp .hero-slide { display: flex; align-items: center; justify-content: center; gap: 9px; margin-top: 12px; font-family: 'Cinzel', serif; font-size: 12px; letter-spacing: .18em; color: var(--lp-dim); }
.lp .hs-line { display: inline-block; width: 44px; height: 1px; background: var(--lp-line-2); }
.lp .hsw-name { color: var(--lp-accent); }
.lp .hs-sep { opacity: .45; }

/* Switcher pratinjau tema (hero phone) — tampilkan tema yang tersedia */
.lp .phone { position: relative; }
.lp .phone iframe { transition: opacity .35s ease; }
.lp .phone.loading iframe { opacity: .3; }
.lp .phone-load { position: absolute; inset: 0; pointer-events: none; opacity: 0; transition: opacity .25s ease; background: radial-gradient(circle at 50% 46%, rgba(200,169,106,.18), transparent 62%); }
.lp .phone.loading .phone-load { opacity: 1; }
.lp .hero-switch { display: flex; align-items: center; justify-content: center; gap: 16px; margin-top: 18px; }
.lp .hsw-nav { width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--lp-line-2); background: rgba(231,222,205,.03); color: var(--lp-cream); font-family: 'Cormorant Garamond', serif; font-size: 24px; line-height: 1; cursor: pointer; display: grid; place-items: center; transition: border-color .2s ease, color .2s ease, background .2s ease; }
.lp .hsw-nav:hover { border-color: var(--lp-accent); color: var(--lp-accent); background: var(--lp-accent-soft); }
.lp .hsw-nav:focus-visible { outline: 2px solid var(--lp-accent); outline-offset: 2px; }
.lp .hsw-dots { display: inline-flex; align-items: center; gap: 10px; }
.lp .hsw-dot { width: 9px; height: 9px; padding: 0; border-radius: 50%; border: 1px solid var(--lp-line-2); background: transparent; cursor: pointer; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.lp .hsw-dot:hover { border-color: var(--lp-accent); }
.lp .hsw-dot.active { background: var(--lp-accent); border-color: var(--lp-accent); transform: scale(1.18); }
.lp .hsw-dot:focus-visible { outline: 2px solid var(--lp-accent); outline-offset: 2px; }

/* Pita NILAI cream/emerald (pemanis "Pure") — jeda terang natural di antara section gelap */
.lp-values { position: relative; z-index: 3; background: linear-gradient(135deg, var(--lp-cream2), #dedccc); color: var(--lp-forest); padding: 24px 28px; border-top: 1px solid rgba(20,111,74,.18); border-bottom: 1px solid rgba(20,111,74,.18); }
.lpv-inner { display: flex; gap: 22px; justify-content: space-between; align-items: center; flex-wrap: wrap; }
.lpv-item { display: flex; align-items: center; gap: 14px; flex: 1 1 240px; }
.lpv-ico { color: var(--lp-emerald); flex: none; display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: rgba(20,111,74,.10); }
.lpv-ico svg { width: 24px; height: 24px; }
.lpv-k { display: block; font-family: 'Cormorant Garamond', serif; font-size: 21px; font-weight: 500; color: var(--lp-forest); line-height: 1.1; }
.lpv-v { display: block; font-size: 12.5px; color: var(--lp-emerald); margin-top: 2px; }
@media (max-width: 720px) { .lpv-inner { flex-direction: column; align-items: flex-start; gap: 16px; } }

/* Sections */
.lp .sec { position: relative; overflow: hidden; padding: clamp(68px,10vw,128px) 28px; }
.lp .sec-alt { background: var(--lp-ink-2); border-top: 1px solid var(--lp-line); border-bottom: 1px solid var(--lp-line); }
.lp .sec-tema { background: linear-gradient(180deg,#100e0a,#16120e); border-top: 1px solid var(--lp-line); border-bottom: 1px solid var(--lp-line); }
.lp .sec-ghost { position: absolute; right: 2vw; top: -1.5vw; font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: clamp(86px,17vw,230px); line-height: 1; color: rgba(231,222,205,.03); z-index: 1; pointer-events: none; user-select: none; }
.lp .sec-head { position: relative; z-index: 2; margin-bottom: clamp(34px,5vw,56px); }
.lp .sec-num { display: block; font-family: 'Cinzel', serif; font-size: 12px; letter-spacing: .3em; color: var(--lp-accent); opacity: .7; margin-bottom: 14px; }

/* Features (editorial grid) */
.lp .feat-grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(auto-fit,minmax(262px,1fr)); gap: 1px; background: var(--lp-line); border: 1px solid var(--lp-line); }
.lp .feat { background: var(--lp-ink); padding: 34px 30px; transition: background .3s ease; }
.lp .feat:hover { background: var(--lp-panel); }
.lp .feat .ico { color: var(--lp-accent); display: block; line-height: 0; height: 30px; }
.lp .feat .ico svg { width: 30px; height: 30px; display: block; }
.lp .feat h3 { font-family: 'Cormorant Garamond', serif; font-weight: 400; font-size: 24px; color: var(--lp-cream); margin: 16px 0 8px; }
.lp .feat p { font-size: 14px; color: var(--lp-dim); margin: 0; font-weight: 300; }
.lp .feat p em { font-style: italic; color: var(--lp-cream); }
.lp .feat-plus { position: relative; z-index: 2; margin: 26px auto 0; max-width: 820px; text-align: center; color: var(--lp-mute); font-size: 12.5px; letter-spacing: .04em; }
.lp .feat-plus span { display: inline-block; margin: 7px 4px 0; padding: 5px 13px; border: 1px solid var(--lp-line-2); border-radius: 999px; color: var(--lp-dim); font-weight: 300; }

/* Theme cards (portfolio) */
.lp .theme-grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(auto-fit,minmax(300px,1fr)); gap: 24px; }
.lp .theme-card { display: block; position: relative; overflow: hidden; border: 1px solid var(--lp-line); background: var(--lp-ink); transition: border-color .35s ease, transform .35s ease, box-shadow .35s ease; }
.lp .theme-card:hover { border-color: var(--lp-accent); transform: translateY(-4px); box-shadow: 0 24px 50px rgba(0,0,0,.4); }
.lp .tc-img { position: relative; display: block; aspect-ratio: 4/3; overflow: hidden; background: var(--lp-panel); }
.lp .tc-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s ease, filter .5s ease; filter: saturate(.9) brightness(.9); }
.lp .theme-card:hover .tc-img img { transform: scale(1.05); filter: none; }
/* Badge diskon per-tema (landing) + harga coret */
/* Badge diskon — aksen "Pure" hijau LaMica (selaras emas, kontras baik di terang & gelap). */
.lp .tc-badge { position: absolute; top: 12px; left: 12px; z-index: 2; background: var(--lp-emerald); color: #fff; font-family: 'Cinzel', serif; font-size: 11px; letter-spacing: .06em; font-weight: 600; padding: 5px 11px; border-radius: 999px; box-shadow: 0 6px 16px rgba(0,0,0,.3); border: 1px solid rgba(255,255,255,.14); }
.lp .tc-price .tc-was { color: var(--lp-dim); text-decoration: line-through; margin-right: 7px; font-size: 12px; opacity: .8; }
.lp .tc-info { display: block; padding: 22px 24px 24px; }
.lp .tc-name { display: block; font-family: 'Cormorant Garamond', serif; font-weight: 400; font-size: 27px; color: var(--lp-cream); }
.lp .tc-desc { display: block; font-size: 13px; color: var(--lp-dim); margin-top: 5px; font-weight: 300; }
.lp .tc-row { display: flex; align-items: center; justify-content: space-between; margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--lp-line); }
.lp .tc-price { font-family: 'Cinzel', serif; font-size: 14px; letter-spacing: .06em; color: var(--lp-accent); }
.lp .tc-cta { font-size: 11.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--lp-dim); transition: color .25s ease; }
.lp .theme-card:hover .tc-cta { color: var(--lp-cream); }

/* Steps */
.lp .step-grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--lp-line); border: 1px solid var(--lp-line); }
.lp .step { background: var(--lp-ink-2); padding: 40px 32px; }
.lp .step .num { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 48px; color: rgba(200,169,106,.42); line-height: 1; }
.lp .step h3 { font-family: 'Cormorant Garamond', serif; font-weight: 400; font-size: 24px; color: var(--lp-cream); margin: 14px 0 8px; }
.lp .step p { font-size: 14px; color: var(--lp-dim); margin: 0; font-weight: 300; }

/* Pricing */
.lp .price-card { position: relative; z-index: 2; max-width: 470px; background: linear-gradient(160deg,#221d17,#16120e); border: 1px solid var(--lp-accent); padding: 38px 36px; }
.lp .pc-amount { font-family: 'Cormorant Garamond', serif; font-weight: 300; font-size: clamp(40px,6vw,58px); color: var(--lp-accent); line-height: 1; }
.lp .pc-amount small { font-family: 'Jost', sans-serif; font-size: 15px; color: var(--lp-dim); margin-left: 8px; }
.lp .pc-active { font-size: 13px; color: var(--lp-dim); margin-top: 8px; }
.lp .price-card ul { list-style: none; padding: 0; margin: 24px 0; }
.lp .price-card li { position: relative; padding: 9px 0 9px 26px; font-size: 14.5px; color: var(--lp-cream); border-top: 1px solid var(--lp-line); font-weight: 300; }
.lp .price-card li::before { content: '✦'; position: absolute; left: 0; color: var(--lp-accent); font-size: 12px; top: 11px; }

/* Paket bertingkat (Hemat / Lengkap / Platinum) */
.lp .tier-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr; gap: 16px; margin: 4px 0 18px; }
@media (min-width: 720px) { .lp .tier-grid { grid-template-columns: repeat(3, 1fr); align-items: stretch; } }
.lp .tier-card { position: relative; display: flex; flex-direction: column; background: linear-gradient(160deg,#221d17,#16120e); border: 1px solid var(--lp-line-2); padding: 28px 24px 26px; transition: border-color .25s ease, transform .2s ease; }
.lp .tier-card:hover { border-color: var(--lp-accent); transform: translateY(-2px); }
.lp .tier-card.tier-pop { border-color: var(--lp-accent); box-shadow: 0 18px 50px rgba(0,0,0,.4); }
@media (min-width: 720px) { .lp .tier-card.tier-pop { transform: scale(1.03); } .lp .tier-card.tier-pop:hover { transform: scale(1.03) translateY(-2px); } }
.lp .tier-badge { position: absolute; top: -11px; left: 50%; transform: translateX(-50%); white-space: nowrap; background: var(--lp-accent); color: var(--lp-ink); font-family: 'Cinzel', serif; font-size: 9.5px; letter-spacing: .14em; text-transform: uppercase; padding: 5px 13px; }
.lp .tier-name { font-family: 'Cinzel', serif; font-size: 13px; letter-spacing: .22em; text-transform: uppercase; color: var(--lp-accent); margin: 4px 0 10px; font-weight: 500; }
.lp .tier-price { font-family: 'Cormorant Garamond', serif; font-weight: 300; color: var(--lp-cream); line-height: 1; font-size: 18px; }
.lp .tier-price b { font-weight: 400; font-size: clamp(30px,4vw,40px); display: inline; }
.lp .tier-price small { display: block; font-family: 'Jost', sans-serif; font-size: 12px; color: var(--lp-dim); margin-top: 6px; letter-spacing: .02em; }
.lp .tier-tag { color: var(--lp-dim); font-size: 13px; font-weight: 300; margin: 12px 0 4px; min-height: 2.6em; }
.lp .tier-list { list-style: none; padding: 0; margin: 14px 0 22px; flex: 1; }
.lp .tier-list li { position: relative; padding: 8px 0 8px 24px; font-size: 13.5px; color: var(--lp-cream); border-top: 1px solid var(--lp-line); font-weight: 300; line-height: 1.45; }
.lp .tier-list li::before { content: '✓'; position: absolute; left: 0; top: 8px; color: var(--lp-accent); font-size: 12px; }
.lp .tier-note { position: relative; z-index: 2; color: var(--lp-dim); font-size: 12.5px; margin: 0 0 28px; font-weight: 300; }
.lp .price-detail { position: relative; z-index: 2; }
.lp .price-detail > summary { cursor: pointer; list-style: none; display: inline-flex; align-items: center; gap: 8px; font-family: 'Cinzel', serif; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--lp-accent); padding: 6px 0 16px; }
.lp .price-detail > summary::-webkit-details-marker { display: none; }
.lp .price-detail > summary::after { content: '▾'; font-size: 12px; }
.lp .price-detail[open] > summary::after { content: '▴'; }

/* Garansi (risk-reversal) + bukti sosial hidup — di bawah kartu paket */
.lp .trust-row { position: relative; z-index: 2; display: flex; flex-wrap: wrap; align-items: center; gap: 12px 18px; margin: 0 0 26px; }
.lp .trust-badge { display: inline-flex; align-items: center; gap: 9px; padding: 9px 15px; border: 1px solid var(--lp-line-2); border-radius: 999px; color: var(--lp-cream); font-size: 12.5px; font-weight: 400; transition: border-color .2s ease, color .2s ease; }
.lp .trust-badge svg { color: var(--lp-accent); flex: none; }
.lp .trust-badge:hover { border-color: var(--lp-accent); color: var(--lp-accent); }
.lp .trust-live { color: var(--lp-dim); font-size: 13px; font-weight: 300; margin: 0; }
.lp .trust-live strong { color: var(--lp-accent); font-weight: 500; }
.lp .trust-dot { color: var(--lp-mute); margin: 0 2px; }

/* FAQ */
.lp .faq-list { position: relative; z-index: 2; }
.lp .faq-list details { border-bottom: 1px solid var(--lp-line); }
.lp .faq-list summary { cursor: pointer; padding: 20px 0; font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 400; color: var(--lp-cream); list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.lp .faq-list summary::-webkit-details-marker { display: none; }
.lp .faq-list summary::after { content: '+'; color: var(--lp-accent); font-family: 'Jost', sans-serif; font-size: 22px; transition: transform .3s ease; }
.lp .faq-list details[open] summary::after { transform: rotate(45deg); }
.lp .faq-list details p { color: var(--lp-dim); margin: 0 0 20px; font-weight: 300; font-size: 14.5px; max-width: 660px; }

/* CTA */
.lp-cta { position: relative; overflow: hidden; text-align: center; padding: clamp(80px,12vw,150px) 28px; background: radial-gradient(120% 100% at 50% 0%, #211c16, #0d0b08); border-top: 1px solid var(--lp-line); }
.lp-cta .lp-wrap { text-align: center; }
.lp-cta .lp-sub { margin: 16px auto 30px; }

/* Footer */
.lp-footer { background: #0d0b08; border-top: 1px solid var(--lp-line); padding: 46px 28px; position: relative; z-index: 2; }
.lpf-inner { display: flex; flex-wrap: wrap; gap: 18px; justify-content: space-between; align-items: center; }
.lpf-brand { font-family: 'Cormorant Garamond', serif; font-size: 23px; color: var(--lp-cream); }
.lpf-copy { font-size: 12.5px; color: var(--lp-mute); margin-top: 5px; }
.lpf-links { display: flex; gap: 22px; flex-wrap: wrap; }
.lpf-links a { font-size: 13px; color: var(--lp-dim); }
.lpf-links a:hover { color: var(--lp-accent); }

/* Reveal */
.reveal-ready .js-reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s cubic-bezier(.16,1,.3,1); }
.reveal-ready .js-reveal.in { opacity: 1; transform: none; }
.reveal-ready .feat-grid .js-reveal:nth-child(2),.reveal-ready .theme-grid .js-reveal:nth-child(2),.reveal-ready .step-grid .js-reveal:nth-child(2){transition-delay:.08s}
.reveal-ready .feat-grid .js-reveal:nth-child(3),.reveal-ready .theme-grid .js-reveal:nth-child(3),.reveal-ready .step-grid .js-reveal:nth-child(3){transition-delay:.16s}
.reveal-ready .feat-grid .js-reveal:nth-child(n+4){transition-delay:.22s}
@media (prefers-reduced-motion: reduce) { .reveal-ready .js-reveal, .reveal-ready .js-reveal.in { opacity: 1 !important; transform: none !important; transition: none !important; } }

/* Responsive */
@media (max-width: 900px) {
  .lp .hero-grid { grid-template-columns: 1fr; gap: 38px; }
  .lp .hero-title { font-size: clamp(70px,22vw,130px); }
  .lp .hero .lead { max-width: none; }
  .lp .step-grid { grid-template-columns: 1fr; }
  .lp .hero-slide { position: static; margin-top: 16px; justify-content: center; }
}
@media (max-width: 480px) {
  .lp-nav-inner { padding: 14px 18px; }
  .lp-nav nav { gap: 16px; }
  .lp .hero { padding: 40px 18px 60px; }
  .lp .sec, .lp-cta { padding-left: 18px; padding-right: 18px; }
  .lp .hero-cta { width: 100%; }
  .lp .hero-cta .btn-gold, .lp .hero-cta .btn-line { flex: 1 1 100%; }
  .lp .hero-trust { gap: 18px; }
  /* Layar HP (mobile): preview ponsel KECIL 270px. Desktop/tablet pakai base 380px.
     Tipografi (judul section s/d tombol) TETAP konfigurasi PALING AWAL. */
  .lp .phone { width: 270px; --inv-zoom: .6579; }  /* HP: resolusi virtual iframe 250/.6579 = 380px */
  .lp .feat { padding: 26px 22px; }
  .lp .display { font-size: clamp(30px,9vw,42px); }
  .lpf-inner { flex-direction: column; align-items: flex-start; gap: 14px; }
}

/* ===== Halaman legal (TIDAK pakai .lp → tetap terang via app.css) ===== */
.legal { max-width: 760px; margin: 0 auto; padding: 24px 18px 60px; }
.legal h1 { font-size: 28px; }
.legal h2 { font-size: 19px; margin-top: 26px; }
.legal p, .legal li { color: var(--ink-soft); line-height: 1.7; }
.legal .updated { color: var(--gold-2); font-size: 13px; }
.legal .disclaimer { background: #fff7e6; border: 1px dashed var(--gold); border-radius: 12px; padding: 14px 16px; font-size: 13px; }

/* Toggle tema menyatu dengan estetika landing (pakai token .lp) */
.lp .theme-toggle { border-color: var(--lp-line-2); color: var(--lp-dim); }
.lp .theme-toggle:hover { color: var(--lp-accent); border-color: var(--lp-accent); background: var(--lp-accent-soft); }

/* =====================================================================
   MODE TERANG (light) — landing ikut toggle. Palet ivory–emas elegan.
   GELAP tetap default; blok ini hanya aktif saat data-theme="light".
   Variabel --lp-ink/--lp-cream sengaja "dibalik" (ink jadi latar terang,
   cream jadi teks gelap) agar seluruh aturan lama ikut menyesuaikan.
   ===================================================================== */
html[data-theme="light"] .lp {
  --lp-ink: #fbf8f1; --lp-ink-2: #f3ecdc; --lp-panel: #efe7d4;
  --lp-cream: #2b2118; --lp-dim: rgba(43,33,24,.68); --lp-mute: rgba(43,33,24,.46);
  --lp-line: rgba(58,32,15,.12); --lp-line-2: rgba(58,32,15,.20);
  --lp-accent: #a87f2e; --lp-accent-soft: rgba(168,127,46,.14);
}
html[data-theme="light"] .lp::after { opacity: .16; }
html[data-theme="light"] .lp .btn-gold { color: #fff !important; }
html[data-theme="light"] .lp .btn-gold:hover { background: transparent; color: var(--lp-accent) !important; }
html[data-theme="light"] .lp ::selection { color: #fff; }
html[data-theme="light"] .lp-promo { background: linear-gradient(135deg, #f3e7c9, #fbf3df); color: #8a6510; }
html[data-theme="light"] .lp-promo strong { color: #5c4715; }
html[data-theme="light"] .lp-nav { background: rgba(251,248,241,.72); }
html[data-theme="light"] .lp-nav.scrolled { background: rgba(251,248,241,.94); border-bottom-color: var(--lp-line); }
html[data-theme="light"] .lp .hero { background: radial-gradient(50% 42% at 6% 94%, rgba(31,157,99,.10), transparent 62%), radial-gradient(135% 90% at 82% 0%, #f3ecda 0%, var(--lp-ink) 58%); }
html[data-theme="light"] .lp .hero-ghost,
html[data-theme="light"] .lp .sec-ghost { color: rgba(58,32,15,.05); }
html[data-theme="light"] .lp .sec-tema { background: linear-gradient(180deg, #f6f0e2, #fbf8f1); }
html[data-theme="light"] .lp .price-card { background: linear-gradient(160deg, #fffdf8, #f4ecda); }
/* Paket bertingkat di MODE TERANG: kartu .tier-card pakai gradien dark hardcoded (sama spt
   price-card) → WAJIB di-override agar teks (token --lp-cream yg jadi gelap di light) terbaca.
   Tanpa ini, kartu tetap gelap → teks gelap-di-gelap (rusak). Bayang .tier-pop dilembutkan. */
html[data-theme="light"] .lp .tier-card { background: linear-gradient(160deg, #fffdf8, #f4ecda); }
html[data-theme="light"] .lp .tier-card.tier-pop { box-shadow: 0 18px 48px rgba(58,32,15,.18); }
html[data-theme="light"] .lp-cta { background: radial-gradient(120% 100% at 50% 0%, #f5eedd, #fbf8f1); }
html[data-theme="light"] .lp-footer { background: #f3ecda; }
html[data-theme="light"] .lp .hsw-nav { background: rgba(58,32,15,.03); }
html[data-theme="light"] .lp .phone { box-shadow: 0 40px 90px rgba(58,32,15,.22), 0 0 0 1px var(--lp-line); }

/* ===== BUKTI SOSIAL (social proof) ===== */
.sp-gold { color: var(--gold); letter-spacing: 1px; }
.sp-stats { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px 48px; margin: 6px auto 8px; }
.sp-stat { text-align: center; min-width: 120px; }
.sp-stat .sp-num { display: block; font-family: var(--font-display, serif); font-size: clamp(34px, 5vw, 52px); line-height: 1; color: var(--gold); }
.sp-stat .sp-num .sp-star { font-size: .55em; color: var(--gold-2); margin-left: 2px; }
.sp-stat .sp-lbl { display: block; margin-top: 8px; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; color: var(--lp-dim); }
.sp-subhead { text-align: center; font-size: 13px; letter-spacing: .18em; text-transform: uppercase; color: var(--lp-mute); margin: 40px 0 16px; }
.sp-port-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 16px; }
.sp-port { display: flex; flex-direction: column; border: 1px solid var(--lp-line); border-radius: 14px; overflow: hidden; background: var(--lp-panel); text-decoration: none; color: inherit; transition: transform .25s ease, border-color .25s ease; }
.sp-port:hover { transform: translateY(-3px); border-color: var(--lp-accent); }
.sp-port img { width: 100%; aspect-ratio: 3/4; object-fit: cover; display: block; background: var(--lp-ink-2); }
.sp-port-ph { display: flex; align-items: center; justify-content: center; aspect-ratio: 3/4; font-family: var(--font-display, serif); font-size: 34px; color: var(--gold); background: var(--lp-ink-2); }
.sp-port-body { padding: 11px 13px; display: flex; flex-direction: column; gap: 3px; }
.sp-port-body strong { font-size: 14px; }
.sp-port-body span { font-size: 12px; color: var(--lp-dim); }
.sp-testi-grid { column-count: 3; column-gap: 16px; }
.sp-testi { break-inside: avoid; margin: 0 0 16px; border: 1px solid var(--lp-line); border-radius: 14px; overflow: hidden; background: var(--lp-panel); }
.sp-testi img { width: 100%; display: block; }
.sp-testi figcaption { padding: 10px 13px; font-size: 13px; }
.sp-testi figcaption strong { font-size: 14px; }
.sp-testi figcaption span { color: var(--lp-dim); margin-left: 4px; font-size: 12px; }
.sp-testi figcaption p { margin: 6px 0 0; font-style: italic; color: var(--lp-cream2); font-size: 13px; }
.sp-rev-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 16px; margin-top: 24px; }
.sp-rev { margin: 0; padding: 18px 18px 16px; border: 1px solid var(--lp-line); border-radius: 14px; background: var(--lp-panel); }
.sp-rev .sp-gold { font-size: 15px; }
.sp-rev p { margin: 8px 0 12px; font-size: 14px; line-height: 1.6; color: var(--lp-cream); }
.sp-rev cite { font-style: normal; font-size: 13px; color: var(--lp-dim); }
.sp-rev-badge { font-size: 10px; font-weight: 700; color: var(--lp-ink); background: var(--lp-mint); padding: 1px 7px; border-radius: 8px; margin-left: 4px; }
.sp-cta { text-align: center; margin-top: 36px; }
.sp-cta-btn { display: inline-block; padding: 13px 26px; border: 1px solid var(--lp-accent); border-radius: 30px; color: var(--gold); text-decoration: none; font-size: 14px; letter-spacing: .03em; transition: background .2s ease, color .2s ease; }
.sp-cta-btn:hover { background: var(--lp-accent); color: var(--lp-ink); }
@media (max-width: 860px) { .sp-testi-grid { column-count: 2; } }
@media (max-width: 560px) { .sp-testi-grid { column-count: 1; } .sp-stats { gap: 16px 30px; } }
