/* ════════════════════════════════════════════════════════════════
   RelationshipVault PLR — Sales v2  (Elegant Royal Luxury)
   FE  : Royal Plum / Aubergine + Champagne Gold + Blush Ivory
   OTO : Royal Indigo / Sapphire + Champagne Gold
   Banners: PublicProArt-style sticky top bar + floating bottom bar
   ════════════════════════════════════════════════════════════════ */

:root {
  --plum: #4A1942;
  --plum-deep: #2C0E2A;
  --plum-darker: #1C0820;
  --wine: #7B2D4E;
  --rose: #B5688B;
  --rose-soft: #E8C4D4;
  --gold: #C9A24B;
  --gold-bright: #E6C878;
  --gold-deep: #9C7A2C;
  --ivory: #FBF6EF;
  --cream: #FFFDF8;
  --blush: #FBEFF3;
  --ink: #2B2230;
  --muted: #7A6E7C;
  --line: rgba(74,25,66,0.12);
  --cta1: #E6C878;
  --cta2: #C9A24B;
  --cta-text: #3A1230;
}

* { box-sizing: border-box; }

body {
  font-family: "Inter", "Poppins", sans-serif;
  color: var(--ink);
  overflow-x: hidden;
  margin: 0; padding: 0;
  background: var(--cream);
  line-height: 1.65;
}
img { max-width: 100%; }

.serif { font-family: "Playfair Display", Georgia, serif; }

/* =========================================================
   STICKY TOP BANNER  (PublicProArt-style)
   ========================================================= */
.top-banner {
  position: sticky; top: 0; z-index: 1050;
  background: linear-gradient(90deg, var(--plum-deep) 0%, var(--plum) 50%, var(--plum-deep) 100%);
  color: #fff; padding: 11px 16px; text-align: center;
  font-weight: 600; font-size: 15px;
  box-shadow: 0 4px 18px rgba(0,0,0,.22);
  border-bottom: 1px solid rgba(230,200,120,.35);
  font-family: "Inter", sans-serif;
}
.top-banner .tb-flex { display: flex; align-items: center; justify-content: center; gap: 18px; flex-wrap: wrap; }
.top-banner .tb-pulse { display: inline-block; width: 9px; height: 9px; background: var(--gold-bright); border-radius: 50%; box-shadow: 0 0 0 0 rgba(230,200,120,.7); animation: pulse 1.6s infinite; margin-right: 6px; vertical-align: middle; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(230,200,120,.75); } 70% { box-shadow: 0 0 0 12px rgba(230,200,120,0); } 100% { box-shadow: 0 0 0 0 rgba(230,200,120,0); } }
.top-banner .tb-strike { text-decoration: line-through; opacity: .7; margin-right: 4px; }
.top-banner .tb-price { background: linear-gradient(135deg, var(--gold-bright), var(--gold)); color: #2A1010; padding: 2px 12px; border-radius: 999px; font-weight: 800; }
.top-banner .tb-btn { background: #fff; color: var(--plum); padding: 6px 18px; border-radius: 999px; font-weight: 800; font-size: 14px; text-decoration: none; transition: transform .15s ease, box-shadow .15s ease; white-space: nowrap; }
.top-banner .tb-btn:hover { transform: translateY(-1px); color: var(--wine); box-shadow: 0 6px 16px rgba(0,0,0,.28); text-decoration: none; }

/* =========================================================
   BUTTONS
   ========================================================= */
.btn-buy, .btn-final {
  display: inline-block; cursor: pointer; border: none; position: relative; overflow: hidden;
  background: linear-gradient(135deg, var(--cta1), var(--cta2));
  color: var(--cta-text) !important; font-weight: 800; text-decoration: none !important;
  border-radius: 999px; letter-spacing: .3px;
  box-shadow: 0 12px 30px rgba(156,122,44,0.38);
  transition: all 0.3s ease;
}
.btn-buy { padding: 19px 48px; font-size: 21px; }
.btn-final { padding: 22px 56px; font-size: 23px; }
.btn-buy::after, .btn-final::after { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.5), transparent); transition: 0.55s; }
.btn-buy:hover::after, .btn-final:hover::after { left: 100%; }
.btn-buy:hover, .btn-final:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(156,122,44,0.5); color: var(--cta-text) !important; }
.btn-skip { display: inline-block; background: transparent; color: rgba(255,255,255,0.6) !important; padding: 14px 30px; font-size: 15px; font-weight: 500; text-decoration: underline !important; cursor: pointer; transition: all 0.3s; }
.btn-skip:hover { color: rgba(255,255,255,0.92) !important; }

/* =========================================================
   HERO
   ========================================================= */
.hero-section {
  background: linear-gradient(145deg, #1C0820 0%, #4A1942 48%, #7B2D4E 100%);
  color: #fff; padding: 78px 0 64px; position: relative; overflow: hidden;
}
.hero-section::before { content: ''; position: absolute; top: -45%; right: -18%; width: 620px; height: 620px; background: radial-gradient(circle, rgba(230,200,120,0.16) 0%, transparent 70%); border-radius: 50%; pointer-events: none; }
.hero-section::after { content: ''; position: absolute; bottom: -35%; left: -12%; width: 460px; height: 460px; background: radial-gradient(circle, rgba(181,104,139,0.20) 0%, transparent 70%); border-radius: 50%; pointer-events: none; }

.hero-section .intro-label { font-size: 14px; color: var(--gold-bright); text-align: center; margin-bottom: 16px; font-weight: 600; text-transform: uppercase; letter-spacing: 4px; }
.hero-section .intro-label i { margin-right: 8px; }
.hero-section .main-title { font-family: "Playfair Display", Georgia, serif; font-size: 50px; font-weight: 800; text-align: center; color: #fff; line-height: 1.12; margin-bottom: 22px; text-shadow: 2px 2px 14px rgba(0,0,0,0.35); }
.hero-section .main-title .highlight { display: block; font-family: "Inter", sans-serif; font-size: 21px; font-weight: 600; margin-top: 16px; color: var(--gold-bright); letter-spacing: .3px; }
.hero-section .main-description { font-size: 19px; color: rgba(255,255,255,0.9); text-align: center; line-height: 1.75; margin: 0 auto 28px; font-weight: 300; max-width: 820px; }
.hero-section .main-description strong { color: #fff; font-weight: 600; }
.hero-section .target-audience { font-size: 16px; color: var(--rose-soft); text-align: center; margin-bottom: 26px; font-weight: 500; }
.hero-section .target-audience i { margin-right: 10px; color: var(--gold-bright); }
.hero-section .no-hassle-list { display: flex; justify-content: center; gap: 34px; flex-wrap: wrap; margin-bottom: 24px; }
.hero-section .no-hassle-list span { font-size: 16px; color: rgba(255,255,255,0.9); font-weight: 500; }
.hero-section .no-hassle-list span i { color: var(--rose); margin-right: 8px; }
.hero-section .sub-description { font-size: 16px; color: rgba(255,255,255,0.82); text-align: center; margin-bottom: 18px; }
.hero-section .guarantee-text { font-size: 16px; color: var(--rose-soft); text-align: center; font-weight: 600; margin-bottom: 34px; }
.hero-section .guarantee-text i { margin-right: 10px; }
.hero-section .product-image { max-width: 560px; margin: 34px auto; text-align: center; }
.hero-section .product-image img { max-width: 100%; height: auto; filter: drop-shadow(0 26px 55px rgba(0,0,0,0.5)); transition: transform 0.4s ease; }
.hero-section .product-image img:hover { transform: scale(1.02) translateY(-4px); }

.plr-badges { display: flex; flex-wrap: wrap; justify-content: center; gap: 13px; margin-bottom: 30px; }
.plr-badge { background: rgba(255,255,255,0.06); border: 1px solid rgba(230,200,120,0.4); border-radius: 999px; padding: 9px 20px; font-size: 14px; color: rgba(255,255,255,0.95); font-weight: 500; backdrop-filter: blur(5px); }
.plr-badge i { color: var(--gold-bright); margin-right: 8px; }

/* =========================================================
   SECTION HEADERS + gold ornament
   ========================================================= */
.section-header { text-align: center; margin-bottom: 44px; }
.section-title { font-family: "Playfair Display", Georgia, serif; font-size: 38px; font-weight: 800; color: var(--plum); margin-bottom: 0; line-height: 1.25; }
.section-title i { margin-right: 10px; color: var(--gold-deep); }
.section-header::after { content: ''; display: block; width: 64px; height: 2px; margin: 16px auto 0; background: linear-gradient(90deg, transparent, var(--gold), transparent); }
.section-subtitle { font-size: 17px; color: var(--muted); max-width: 800px; margin: 18px auto 0; line-height: 1.75; }

section { position: relative; }

/* =========================================================
   PROBLEM / SOLUTION
   ========================================================= */
.problem-section { background: var(--cream); padding: 84px 0; }
.problem-section .section-title { color: var(--wine); }
.solution-section { background: var(--ivory); padding: 84px 0; }

.problem-card { background: #fff; border: 1px solid var(--line); border-top: 3px solid var(--wine); border-radius: 14px; padding: 32px 28px; text-align: center; margin-bottom: 22px; height: 100%; box-shadow: 0 6px 22px rgba(74,25,66,0.05); }
.problem-icon { font-size: 34px; color: var(--wine); margin-bottom: 14px; }
.problem-card p { font-size: 16px; color: var(--ink); font-weight: 500; margin: 0; line-height: 1.6; }

.solution-card { background: #fff; border: 1px solid var(--line); border-top: 3px solid var(--gold); border-radius: 14px; padding: 32px 28px; text-align: center; margin-bottom: 22px; height: 100%; box-shadow: 0 6px 22px rgba(74,25,66,0.05); transition: all .3s ease; }
.solution-card:hover { transform: translateY(-5px); box-shadow: 0 14px 34px rgba(74,25,66,0.12); }
.solution-icon { font-size: 34px; color: var(--gold-deep); margin-bottom: 14px; }
.solution-card h4 { color: var(--plum); font-size: 18px; font-weight: 700; margin-bottom: 8px; }
.solution-card p { font-size: 15px; color: var(--muted); margin: 0; line-height: 1.6; }

/* =========================================================
   WHAT YOU GET / FEATURES / MODULES
   ========================================================= */
.whatyouget-section { background: var(--cream); padding: 84px 0; }
.feature-card { background: var(--ivory); border-radius: 16px; padding: 36px 30px; text-align: center; transition: all 0.3s ease; height: 100%; border: 1px solid var(--line); margin-bottom: 24px; }
.feature-card:hover { transform: translateY(-6px); box-shadow: 0 16px 36px rgba(74,25,66,0.12); border-color: rgba(201,162,75,0.5); }
.feature-icon { width: 72px; height: 72px; border-radius: 50%; background: linear-gradient(135deg, var(--plum), var(--wine)); display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; color: var(--gold-bright); font-size: 28px; box-shadow: 0 8px 20px rgba(74,25,66,0.28); border: 2px solid rgba(230,200,120,0.4); }
.feature-card h4 { color: var(--plum); font-size: 18px; font-weight: 700; margin-bottom: 10px; }
.feature-card p { color: var(--muted); font-size: 14px; line-height: 1.65; margin: 0; }

.module-card { background: var(--cream); border: 1px solid var(--line); border-left: 4px solid var(--gold); border-radius: 14px; padding: 22px 24px; height: 100%; margin-bottom: 22px; transition: all 0.3s ease; display: flex; gap: 18px; align-items: flex-start; box-shadow: 0 5px 18px rgba(74,25,66,0.04); }
.module-card:hover { transform: translateY(-4px); box-shadow: 0 14px 32px rgba(74,25,66,0.12); border-left-color: var(--wine); }
.module-badge { flex-shrink: 0; width: 56px; height: 56px; border-radius: 13px; background: linear-gradient(135deg, var(--plum), var(--wine)); color: var(--gold-bright); display: flex; flex-direction: column; align-items: center; justify-content: center; font-weight: 800; box-shadow: 0 6px 16px rgba(74,25,66,0.28); border: 1px solid rgba(230,200,120,0.35); }
.module-badge small { font-size: 8.5px; letter-spacing: 1.5px; opacity: 0.85; font-weight: 700; }
.module-badge span { font-size: 20px; line-height: 1; color: #fff; }
.module-info h4 { font-size: 16px; font-weight: 700; color: var(--plum); margin: 0 0 4px; line-height: 1.35; }
.module-info .pages { font-size: 10.5px; font-weight: 800; color: var(--gold-deep); text-transform: uppercase; letter-spacing: 1.2px; }
.module-info p { font-size: 13.5px; color: var(--muted); margin: 6px 0 0; line-height: 1.6; }

/* =========================================================
   LIVE DEMOS
   ========================================================= */
.demo-section { background: linear-gradient(135deg, #FBEFF3 0%, #F6E7EE 100%); padding: 84px 0; }
.demo-card { background: #fff; border-radius: 16px; overflow: hidden; box-shadow: 0 10px 34px rgba(74,25,66,0.12); border: 1px solid var(--line); transition: all 0.3s ease; height: 100%; }
.demo-card:hover { transform: translateY(-5px); box-shadow: 0 18px 44px rgba(74,25,66,0.18); border-color: rgba(201,162,75,0.5); }
.demo-browser-bar { background: #F3E6EC; padding: 10px 16px; display: flex; align-items: center; gap: 6px; border-bottom: 1px solid #EBD7E0; }
.demo-browser-bar .dot { width: 10px; height: 10px; border-radius: 50%; }
.dot-red { background: #C2415B; } .dot-yellow { background: var(--gold); } .dot-green { background: #4F9D69; }
.demo-browser-bar .bar-title { margin-left: 10px; font-size: 12px; color: #94707f; font-weight: 500; }
.demo-card iframe { width: 100%; height: 440px; border: none; background: #fff; display: block; }
.demo-label { padding: 14px 20px; background: #fff; border-top: 1px solid #EBD7E0; text-align: center; }
.demo-label h5 { font-size: 14px; font-weight: 700; color: var(--plum); margin: 0 0 2px; }
.demo-label p { font-size: 12px; color: var(--muted); margin: 0; }
.demo-note { font-size: 19px; font-weight: 700; color: var(--plum); margin-bottom: 22px; font-family: "Playfair Display", serif; }

/* =========================================================
   TRANSFORMATION
   ========================================================= */
.transform-section { background: var(--cream); padding: 84px 0; }
.transform-col h3 { font-family: "Playfair Display", serif; font-size: 24px; font-weight: 800; margin-bottom: 22px; text-align: center; }
.transform-col.before h3 { color: var(--wine); }
.transform-col.after h3 { color: #2F7D52; }
.transform-list { list-style: none; padding: 0; margin: 0; }
.transform-list li { display: flex; gap: 12px; align-items: flex-start; padding: 13px 18px; margin-bottom: 12px; border-radius: 12px; font-size: 15px; line-height: 1.55; border: 1px solid var(--line); }
.transform-col.before .transform-list li { background: #fff; color: #5C2238; }
.transform-col.before .transform-list li i { color: var(--wine); margin-top: 3px; }
.transform-col.after .transform-list li { background: #F3FAF5; color: #1E5235; border-color: rgba(47,125,82,0.18); }
.transform-col.after .transform-list li i { color: #2F7D52; margin-top: 3px; }

/* =========================================================
   MONETIZE
   ========================================================= */
.monetize-section { background: var(--ivory); padding: 84px 0; }
.monetize-card { background: #fff; border-radius: 14px; padding: 26px 24px; border: 1px solid var(--line); transition: all 0.3s ease; height: 100%; display: flex; gap: 16px; align-items: flex-start; box-shadow: 0 5px 18px rgba(74,25,66,0.04); }
.monetize-card:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(74,25,66,0.1); border-color: rgba(201,162,75,0.5); }
.monetize-num { width: 40px; height: 40px; border-radius: 50%; flex-shrink: 0; background: linear-gradient(135deg, var(--plum), var(--wine)); color: var(--gold-bright); display: flex; align-items: center; justify-content: center; font-size: 15px; font-weight: 800; font-family: "Playfair Display", serif; }
.monetize-card h5 { font-size: 15px; font-weight: 700; color: var(--plum); margin-bottom: 4px; }
.monetize-card p { font-size: 13px; color: var(--muted); margin: 0; line-height: 1.5; }

/* =========================================================
   AUDIENCE
   ========================================================= */
.audience-section { background: var(--cream); padding: 84px 0; }
.audience-card { background: var(--ivory); border-radius: 16px; padding: 36px 30px; text-align: center; transition: all 0.3s ease; height: 100%; border: 1px solid var(--line); margin-bottom: 24px; }
.audience-card:hover { transform: translateY(-6px); box-shadow: 0 16px 36px rgba(74,25,66,0.12); border-color: rgba(201,162,75,0.5); }
.audience-icon { width: 72px; height: 72px; border-radius: 50%; background: linear-gradient(135deg, var(--plum), var(--wine)); display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; color: var(--gold-bright); font-size: 28px; box-shadow: 0 8px 20px rgba(74,25,66,0.25); border: 2px solid rgba(230,200,120,0.4); }
.audience-card h4 { color: var(--plum); font-size: 18px; font-weight: 700; margin-bottom: 10px; }
.audience-card p { color: var(--muted); font-size: 14px; line-height: 1.65; margin: 0; }

/* =========================================================
   PLR RIGHTS
   ========================================================= */
.plr-section { background: linear-gradient(140deg, #1C0820 0%, #4A1942 55%, #7B2D4E 100%); padding: 84px 0; color: #fff; }
.plr-section .section-title { color: #fff; }
.plr-section .section-title i { color: var(--gold-bright); }
.plr-section .section-subtitle { color: rgba(255,255,255,0.82); }
.plr-section .section-header::after { background: linear-gradient(90deg, transparent, var(--gold-bright), transparent); }
.plr-item { background: rgba(255,255,255,0.05); border-radius: 14px; padding: 28px; text-align: center; border: 1px solid rgba(230,200,120,0.22); transition: all 0.3s ease; backdrop-filter: blur(5px); height: 100%; margin-bottom: 24px; }
.plr-item:hover { background: rgba(255,255,255,0.1); transform: translateY(-3px); border-color: rgba(230,200,120,0.5); }
.plr-icon { font-size: 28px; color: var(--gold-bright); margin-bottom: 15px; }
.plr-item p { margin: 0; font-size: 15px; font-weight: 500; color: rgba(255,255,255,0.92); }

/* =========================================================
   DIFFERENTIATOR
   ========================================================= */
.diff-section { background: var(--ivory); padding: 84px 0; }
.diff-grid { max-width: 820px; margin: 0 auto; }
.diff-item { display: flex; align-items: center; gap: 14px; padding: 15px 22px; margin-bottom: 12px; font-size: 16.5px; font-weight: 600; border-radius: 12px; border: 1px solid var(--line); }
.diff-item.bad { color: #6B2238; background: #fff; }
.diff-item.bad i { color: var(--wine); font-size: 20px; }
.diff-item.good { color: #1E5235; background: #F3FAF5; border-color: rgba(47,125,82,0.18); }
.diff-item.good i { color: #2F7D52; font-size: 20px; }

/* =========================================================
   VALUE STACK
   ========================================================= */
.value-section { background: var(--cream); padding: 84px 0; }
.value-item { display: flex; align-items: center; gap: 20px; padding: 18px 24px; background: var(--ivory); border-radius: 14px; margin-bottom: 14px; box-shadow: 0 4px 16px rgba(74,25,66,0.04); border: 1px solid var(--line); transition: all 0.3s ease; text-align: left; }
.value-item:hover { border-color: rgba(201,162,75,0.5); transform: translateX(5px); box-shadow: 0 10px 26px rgba(74,25,66,0.1); }
.value-icon { width: 50px; height: 50px; border-radius: 50%; background: linear-gradient(135deg, var(--plum), var(--wine)); display: flex; align-items: center; justify-content: center; color: var(--gold-bright); font-size: 20px; flex-shrink: 0; }
.value-info { flex: 1; }
.value-info h5 { font-size: 16px; font-weight: 700; color: var(--ink); margin: 0 0 2px; }
.value-info p { font-size: 13px; color: var(--muted); margin: 0; }
.value-price { font-size: 22px; font-weight: 900; color: var(--wine); flex-shrink: 0; font-family: "Playfair Display", serif; }
.value-total { background: linear-gradient(135deg, var(--plum), var(--wine)); color: #fff; text-align: center; padding: 22px 24px; border-radius: 14px; font-size: 22px; font-weight: 800; margin-top: 10px; font-family: "Playfair Display", serif; border: 1px solid rgba(230,200,120,0.3); }
.value-total small { display: block; font-family: "Inter", sans-serif; font-size: 14px; font-weight: 400; opacity: 0.85; margin-top: 6px; }
.value-note { font-size: 18px; color: var(--plum); font-weight: 600; margin-top: 24px; text-align: center; }
.value-note strong { color: var(--wine); }

/* =========================================================
   PRICING
   ========================================================= */
.pricing-section { background: var(--ivory); padding: 84px 0; }
.price-box { background: #fff; padding: 50px; margin: 0 auto; border-radius: 22px; box-shadow: 0 20px 56px rgba(74,25,66,0.16); max-width: 700px; text-align: center; border: 2px solid var(--gold); position: relative; overflow: hidden; }
.price-box::before { content: 'BEST VALUE'; position: absolute; top: 24px; right: -36px; background: linear-gradient(135deg, var(--plum), var(--wine)); color: var(--gold-bright); padding: 8px 44px; font-size: 11px; font-weight: 800; transform: rotate(45deg); letter-spacing: 1.5px; }
.price-checklist { list-style: none; padding: 0; text-align: left; max-width: 480px; margin: 0 auto 25px; }
.price-checklist li { padding: 11px 0; font-size: 16px; color: var(--ink); border-bottom: 1px solid #F1E6DA; }
.price-checklist li i { color: var(--gold-deep); margin-right: 12px; }
.price-display { text-align: center; margin: 26px 0; }
.price-old { font-size: 34px; font-weight: 600; color: #C9B6A0; text-decoration: line-through; margin-right: 12px; }
.price-new { font-size: 74px; font-weight: 900; color: var(--wine); font-family: "Playfair Display", serif; }

/* =========================================================
   STEPS
   ========================================================= */
.steps-section { background: var(--cream); padding: 84px 0; }
.step-card { text-align: center; padding: 30px; }
.step-num { width: 62px; height: 62px; border-radius: 50%; background: linear-gradient(135deg, var(--plum), var(--wine)); color: var(--gold-bright); display: flex; align-items: center; justify-content: center; font-size: 24px; font-weight: 900; margin: 0 auto 18px; box-shadow: 0 8px 20px rgba(74,25,66,0.3); border: 2px solid rgba(230,200,120,0.4); font-family: "Playfair Display", serif; }
.step-card h4 { color: var(--plum); font-size: 18px; font-weight: 700; margin-bottom: 8px; }
.step-card p { color: var(--muted); font-size: 14px; }

/* =========================================================
   GUARANTEE
   ========================================================= */
.guarantee-section { background: linear-gradient(140deg, #4A1942 0%, #2C0E2A 55%, #1C0820 100%); padding: 92px 0; position: relative; overflow: hidden; }
.guarantee-section::before { content: ''; position: absolute; top: -100px; right: -100px; width: 300px; height: 300px; background: rgba(230,200,120,0.07); border-radius: 50%; pointer-events: none; }
.guarantee-icon { font-size: 52px; color: var(--gold-bright); margin-bottom: 16px; text-align: center; filter: drop-shadow(0 4px 12px rgba(0,0,0,0.3)); }
.guarantee-section .section-title { color: #fff; }
.guarantee-section .section-header::after, .final-cta-section .section-header::after { background: linear-gradient(90deg, transparent, var(--gold-bright), transparent); }
.guarantee-description { font-size: 18px; color: rgba(255,255,255,0.88); margin-bottom: 25px; font-weight: 300; }
.guarantee-points { display: flex; justify-content: center; gap: 30px; flex-wrap: wrap; margin-bottom: 22px; }
.guarantee-points span { font-size: 16px; color: var(--gold-bright); font-weight: 600; }
.guarantee-points span i { margin-right: 8px; }
.guarantee-closing { font-size: 16px; color: rgba(255,255,255,0.72); font-style: italic; }

/* =========================================================
   FAQ
   ========================================================= */
.faq-section { background: var(--ivory); padding: 84px 0; }
.faq-item { background: #fff; padding: 22px 30px; margin: 16px 0; border-radius: 12px; box-shadow: 0 4px 15px rgba(74,25,66,0.05); transition: all 0.3s ease; border-left: 4px solid var(--gold); }
.faq-item:hover { box-shadow: 0 8px 25px rgba(74,25,66,0.1); border-left-color: var(--wine); }
.faq-question { font-size: 17px; font-weight: 700; color: var(--plum); cursor: pointer; display: flex; align-items: center; gap: 10px; }
.faq-question i { color: var(--gold-deep); font-size: 16px; transition: transform 0.3s; }
.faq-answer { font-size: 15px; color: var(--muted); line-height: 1.65; margin-top: 10px; padding-top: 10px; border-top: 1px solid var(--line); display: none; }
.faq-item.active .faq-answer { display: block; }
.faq-item.active .faq-question i { transform: rotate(45deg); }

/* =========================================================
   FINAL CTA
   ========================================================= */
.final-cta-section { background: linear-gradient(145deg, #1C0820 0%, #4A1942 52%, #7B2D4E 100%); color: #fff; padding: 100px 0; }
.final-cta-section .section-title { color: #fff; }
.final-cta-section .section-title i { color: var(--gold-bright); }
.final-cta-body { margin-bottom: 30px; }
.final-cta-body p { font-size: 19px; color: rgba(255,255,255,0.9); text-align: center; margin: 8px 0; font-weight: 300; }
.final-cta-body p i { color: var(--gold-bright); margin-right: 10px; }
.final-price { font-size: 27px; font-weight: 900; color: var(--gold-bright); margin-bottom: 30px; text-align: center; font-family: "Playfair Display", serif; }
.ps-text { font-size: 15px; color: rgba(255,255,255,0.62); font-style: italic; margin: 30px auto 0; max-width: 720px; line-height: 1.6; text-align: center; }

/* =========================================================
   FOOTER
   ========================================================= */
.footer-section { background: var(--plum-darker); padding: 60px 0; }
.footer-section p { font-size: 13px; color: #9a8895; line-height: 1.7; margin-bottom: 15px; }
.footer-disclaimer { max-width: 900px; margin: 0 auto 25px; }
.footer-links { text-align: center; margin-bottom: 20px; }
.footer-links a { color: var(--gold-bright); text-decoration: none; margin: 0 12px; font-size: 14px; transition: color 0.2s; }
.footer-links a:hover { color: var(--rose); }
.footer-copy { text-align: center; font-size: 14px; color: #7c6a76; }

/* =========================================================
   BOTTOM STICKY FLOATING BAR  (PublicProArt-style)
   ========================================================= */
.sticky-bottom {
  position: fixed; bottom: 16px; left: 50%; transform: translateX(-50%);
  z-index: 1040; width: calc(100% - 32px); max-width: 1020px;
  background: linear-gradient(135deg, var(--plum) 0%, var(--plum-deep) 100%);
  color: #fff; border-radius: 18px; padding: 14px 22px;
  box-shadow: 0 18px 44px rgba(44,14,42,0.5);
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
  border: 1px solid rgba(230,200,120,0.3);
}
.sticky-bottom .left { display: flex; align-items: center; gap: 16px; flex: 1; min-width: 0; }
.sticky-bottom .left .ic { width: 48px; height: 48px; border-radius: 50%; background: rgba(255,255,255,0.08); display: flex; align-items: center; justify-content: center; font-size: 20px; color: var(--gold-bright); flex-shrink: 0; border: 1px solid rgba(230,200,120,0.4); }
.sticky-bottom .text { line-height: 1.3; }
.sticky-bottom .text strong { display: block; font-size: 15.5px; font-weight: 800; }
.sticky-bottom .text small { font-size: 12.5px; color: rgba(255,255,255,0.82); }
.sticky-bottom .price-pill { background: linear-gradient(135deg, var(--gold-bright), var(--gold)); color: #2A1010; padding: 6px 16px; border-radius: 999px; font-weight: 800; font-size: 17px; margin: 0 10px; flex-shrink: 0; font-family: "Playfair Display", serif; }
.sticky-bottom .sb-btn { background: #fff; color: var(--plum); font-weight: 800; font-size: 14.5px; padding: 11px 24px; border-radius: 999px; white-space: nowrap; transition: transform 0.15s ease; flex-shrink: 0; text-decoration: none; }
.sticky-bottom .sb-btn:hover { transform: translateY(-1px); color: var(--wine); text-decoration: none; }
.sticky-bottom .close { background: rgba(255,255,255,0.16); border: none; color: #fff; width: 28px; height: 28px; border-radius: 50%; font-size: 11px; cursor: pointer; flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.sticky-bottom .close:hover { background: rgba(255,255,255,0.3); }

/* ════════════════════════════════════════════════════════════════
   OTO (ROYAL SAPPHIRE / INDIGO) OVERRIDES — body.oto-page
   ════════════════════════════════════════════════════════════════ */
.oto-page {
  --plum: #2E2566;
  --plum-deep: #190F3C;
  --plum-darker: #110A29;
  --wine: #4B3A8F;
  --rose: #8E7BD6;
  --rose-soft: #C9BEF0;
  --blush: #EEEBFA;
  --ivory: #F6F4FD;
  --cream: #FCFBFF;
  --line: rgba(46,37,102,0.12);
}
.oto-page .hero-section { background: linear-gradient(145deg, #110A29 0%, #2E2566 50%, #4B3A8F 100%); }
.oto-page .demo-section { background: linear-gradient(135deg, #EEEBFA 0%, #E6E1F7 100%); }
.oto-page .demo-browser-bar { background: #E9E5F7; border-bottom-color: #DDD6F0; }
.oto-page .demo-browser-bar .bar-title { color: #7e76a3; }
.oto-page .demo-card iframe { background: #fff; }
.oto-page .plr-section { background: linear-gradient(140deg, #110A29 0%, #2E2566 55%, #4B3A8F 100%); }
.oto-page .guarantee-section { background: linear-gradient(140deg, #2E2566 0%, #190F3C 55%, #110A29 100%); }
.oto-page .final-cta-section { background: linear-gradient(145deg, #110A29 0%, #2E2566 52%, #4B3A8F 100%); }
.oto-page .transform-col.before h3 { color: var(--wine); }
.oto-page .price-new, .oto-page .value-price { color: var(--wine); }
.oto-page .problem-section .section-title { color: var(--wine); }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 991.98px) {
  .value-item { gap: 14px; padding: 16px 18px; }
}
@media (max-width: 768px) {
  .hero-section { padding: 54px 0 44px; }
  .hero-section .main-title { font-size: 31px; }
  .hero-section .main-title .highlight { font-size: 17px; }
  .hero-section .main-description { font-size: 16px; }
  .hero-section .no-hassle-list { flex-direction: column; gap: 12px; align-items: center; }
  .btn-buy { font-size: 17px; padding: 15px 30px; }
  .btn-final { font-size: 18px; padding: 18px 34px; }
  .section-title { font-size: 27px !important; }
  .price-new { font-size: 58px; }
  .demo-card iframe { height: 320px; }
  .value-item { flex-direction: column; text-align: center; }
  .value-price { font-size: 26px; }
  .guarantee-points { flex-direction: column; gap: 10px; }
  .price-box { padding: 36px 24px; }
  .top-banner { font-size: 13px; padding: 9px 14px; }
  .top-banner .tb-flex { gap: 10px; }
  .top-banner .tb-btn { padding: 5px 13px; font-size: 12.5px; }
  .sticky-bottom { padding: 10px 14px; gap: 10px; bottom: 10px; }
  .sticky-bottom .left .ic { width: 38px; height: 38px; font-size: 16px; }
  .sticky-bottom .text strong { font-size: 13px; }
  .sticky-bottom .text small { display: none; }
  .sticky-bottom .price-pill { font-size: 14px; padding: 4px 11px; margin: 0 6px; }
  .sticky-bottom .sb-btn { font-size: 12.5px; padding: 8px 15px; }
}
@media (max-width: 480px) {
  .hero-section .main-title { font-size: 26px; }
  .price-new { font-size: 50px; }
  .plr-badge { font-size: 12.5px; padding: 7px 14px; }
  .demo-card iframe { height: 260px; }
  .price-box::before { display: none; }
  .top-banner .tb-flex span:nth-child(2) { display: none; }
}
