/* ═══════════════════════════════════════════════════════════
   South Beach Skin Lab – Repair & Release Cream Review Page
   ═══════════════════════════════════════════════════════════ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --primary:   #7a3e10;
  --primary-d: #4e2608;
  --accent:    #c26a24;
  --accent-l:  #e8945a;
  --gold:      #f59e0b;
  --green:     #16a34a;
  --green-bg:  #f0fdf4;
  --green-bd:  #86efac;
  --warn-bg:   #fff7ed;
  --warn-bd:   #fed7aa;
  --bg:        #fff;
  --sec-bg:    #faf6f2;
  --brand-bg:  #f5ebe0;
  --border:    #e5d5c5;
  --text:      #1a1a1a;
  --muted:     #5a5a5a;
  --radius:    10px;
  --sh:        0 2px 12px rgba(0,0,0,0.08);
  --sh-lg:     0 6px 28px rgba(0,0,0,0.12);
  --max-w:     1120px;
}

body {
  font-family: 'Inter', system-ui, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.72;
  font-size: 16px;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--primary); }
a:hover { color: var(--primary-d); }

/* ══ STICKY HEADER ══ */
.sticky-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 200;
  background: #fff;
  border-bottom: 2px solid var(--border);
  box-shadow: 0 2px 16px rgba(0,0,0,0.10);
  transform: translateY(-100%);
  transition: transform 0.32s ease;
  padding: 8px 20px;
}
.sticky-header.visible { transform: translateY(0); }
.sticky-header-inner { max-width: var(--max-w); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.sticky-header-info { display: flex; align-items: center; gap: 12px; }
.sticky-thumb { width: 44px; height: 44px; object-fit: contain; border-radius: 8px; border: 1px solid var(--border); background: var(--sec-bg); }
.sticky-name { font-size: 14px; font-weight: 700; color: var(--primary-d); line-height: 1.3; }
.sticky-stars { display: flex; align-items: center; gap: 6px; margin-top: 2px; }
.sticky-count { font-size: 12px; color: var(--muted); }
.sticky-btn {
  background: linear-gradient(135deg, var(--accent), var(--primary));
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 700;
  font-size: 14px;
  padding: 10px 22px;
  border-radius: 8px;
  white-space: nowrap;
  box-shadow: 0 3px 10px rgba(122,62,16,0.30);
  transition: opacity 0.2s, transform 0.15s;
}
.sticky-btn:hover { opacity: 0.9; transform: translateY(-1px); }

/* ══ PAGE WRAP ══ */
.page-wrap { padding-bottom: 80px; }

/* ══ BREADCRUMB ══ */
.breadcrumb { background: var(--sec-bg); border-bottom: 1px solid var(--border); padding: 9px 20px; font-size: 13px; color: var(--muted); }
.breadcrumb ol { list-style: none; display: flex; flex-wrap: wrap; align-items: center; gap: 4px; max-width: var(--max-w); margin: 0 auto; }
.breadcrumb li { display: inline; }
.breadcrumb a { color: var(--primary); text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; }
.breadcrumb .sep { color: #aaa; }

/* ══ HERO ══ */
.hero {
  background: linear-gradient(150deg, #2c1004 0%, #5c2007 35%, #8b4513 70%, #a3521a 100%);
  color: #fff;
  padding: 56px 20px 48px;
  text-align: center;
}
.hero-inner { max-width: 800px; margin: 0 auto; }
.hero-badge {
  display: inline-block;
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.28);
  color: #fde68a;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  padding: 5px 16px;
  border-radius: 50px;
  margin-bottom: 18px;
}
.hero-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(28px, 5vw, 52px);
  font-weight: 800;
  line-height: 1.15;
  color: #fff;
  margin-bottom: 18px;
}
.hero-title em { font-style: italic; color: #fde68a; }
.hero-meta-desc { font-size: 18px; color: rgba(255,255,255,0.88); max-width: 680px; margin: 0 auto 26px; line-height: 1.6; }
.hero-meta { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 20px; }
.hero-rating { display: flex; align-items: center; gap: 8px; }
.stars { color: #f59e0b; font-size: 22px; }
.stars-sm { color: #f59e0b; font-size: 16px; }
.stars-xs { color: #f59e0b; font-size: 13px; }
.rating-num { font-weight: 800; font-size: 20px; color: #fde68a; }
.rating-ct { font-size: 13px; color: rgba(255,255,255,0.65); }
.verdict-badge { background: rgba(22,163,74,0.22); border: 1px solid rgba(22,163,74,0.45); color: #86efac; padding: 6px 16px; border-radius: 50px; font-size: 12px; font-weight: 800; letter-spacing: 1px; }

/* ══ MAIN ══ */
.main-wrap { max-width: var(--max-w); margin: 0 auto; padding: 0 20px; }

/* ══ SECTIONS ══ */
.section { padding: 52px 0; border-bottom: 1px solid var(--border); }
.section:last-child { border-bottom: none; }
.sec-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(22px, 3vw, 32px);
  color: var(--primary-d);
  margin-bottom: 22px;
  padding-bottom: 10px;
  border-bottom: 3px solid var(--accent-l);
  display: inline-block;
}
.section p { margin-bottom: 16px; color: var(--text); }
.section p:last-child { margin-bottom: 0; }

/* ══ SUMMARY ══ */
.summary-box { background: var(--sec-bg); border: 2px solid var(--accent-l); border-radius: var(--radius); padding: 34px; margin: 36px 0 4px; box-shadow: var(--sh); }
.summary-flex { display: flex; gap: 36px; flex-wrap: wrap; align-items: flex-start; }
.summary-img-col { display: flex; flex-direction: column; align-items: center; gap: 14px; flex: 0 0 auto; min-width: 200px; }
.summary-detail-col { flex: 1; min-width: 280px; }
.box-title { font-family: 'Playfair Display', Georgia, serif; font-size: 22px; color: var(--primary-d); margin-bottom: 16px; }

.prod-img { width: 300px; max-width: 100%; border-radius: var(--radius); box-shadow: var(--sh-lg); cursor: pointer; transition: transform 0.2s; }
.prod-img:hover { transform: scale(1.02); }
.img-caption { font-size: 12px; color: var(--muted); text-align: center; margin-top: -4px; }

.sum-table { width: 100%; border-collapse: collapse; font-size: 14px; margin-bottom: 20px; }
.sum-table th, .sum-table td { padding: 9px 12px; border: 1px solid var(--border); text-align: left; }
.sum-table th { background: var(--brand-bg); color: var(--primary-d); font-weight: 600; width: 38%; }
.sum-table tr:nth-child(even) td { background: #fdf8f4; }

.pc-grid { display: flex; gap: 14px; flex-wrap: wrap; }
.pros, .cons { flex: 1; min-width: 190px; padding: 16px 18px; border-radius: 8px; }
.pros { background: var(--green-bg); border: 1px solid var(--green-bd); }
.cons { background: var(--warn-bg); border: 1px solid var(--warn-bd); }
.pros h3 { color: var(--green); font-size: 14px; font-weight: 700; margin-bottom: 10px; }
.cons h3 { color: #c2410c; font-size: 14px; font-weight: 700; margin-bottom: 10px; }
.pros ul, .cons ul { list-style: none; }
.pros ul li, .cons ul li { font-size: 13.5px; padding: 4px 0; border-bottom: 1px solid rgba(0,0,0,0.05); color: var(--text); }
.pros ul li:last-child, .cons ul li:last-child { border-bottom: none; }

/* ══ CALLOUT ══ */
.callout-box { background: linear-gradient(135deg, var(--brand-bg), #fff); border-left: 5px solid var(--accent); padding: 20px 24px; border-radius: 0 var(--radius) var(--radius) 0; margin: 22px 0; font-size: 16px; }

/* ══ TWO PHASE CARDS ══ */
.two-cards { display: flex; gap: 22px; flex-wrap: wrap; margin-top: 22px; }
.phase-card { flex: 1; min-width: 260px; padding: 28px 24px; border-radius: var(--radius); box-shadow: var(--sh); }
.repair-card { background: linear-gradient(135deg, #f0fdf4, #dcfce7); border: 1px solid #86efac; }
.release-card { background: linear-gradient(135deg, #fef9c3, #fef08a 70%, #fde047); border: 1px solid #f59e0b; }
.phase-icon { font-size: 2.2em; margin-bottom: 12px; }
.phase-card h3 { font-family: 'Playfair Display', Georgia, serif; font-size: 20px; color: var(--primary-d); margin-bottom: 12px; }

/* ══ BENEFITS ══ */
.benefits-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 18px; margin-top: 24px; }
.benefit-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 22px; box-shadow: var(--sh); transition: box-shadow 0.2s, transform 0.15s; }
.benefit-card:hover { box-shadow: var(--sh-lg); transform: translateY(-2px); }
.benefit-icon { font-size: 2em; margin-bottom: 10px; }
.benefit-title { font-size: 15px; font-weight: 700; color: var(--primary-d); margin-bottom: 8px; }
.benefit-desc { font-size: 13.5px; color: var(--muted); line-height: 1.6; }

/* ══ INGREDIENTS ══ */
.ingr-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)); gap: 20px; margin-top: 22px; }
.ingr-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 22px; box-shadow: var(--sh); transition: box-shadow 0.2s; }
.ingr-card:hover { box-shadow: var(--sh-lg); }
.ingr-name { font-family: 'Playfair Display', Georgia, serif; font-size: 16px; color: var(--primary-d); margin-bottom: 6px; }
.ingr-badge { display: inline-block; background: var(--brand-bg); color: var(--primary); font-size: 10px; font-weight: 800; letter-spacing: 1px; padding: 2px 10px; border-radius: 50px; margin-bottom: 10px; text-transform: uppercase; }
.ingr-card p { font-size: 13.5px; color: var(--muted); margin-bottom: 12px; line-height: 1.65; }
.ingr-benefit { font-size: 12.5px; background: var(--sec-bg); border-left: 3px solid var(--accent); padding: 8px 12px; border-radius: 0 6px 6px 0; color: var(--text); }

/* ══ STATS ══ */
.stats-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 18px; margin: 26px 0; }
.stat-card { background: linear-gradient(135deg, var(--primary), var(--primary-d)); color: #fff; border-radius: var(--radius); padding: 28px 18px; text-align: center; box-shadow: var(--sh-lg); }
.stat-n { font-family: 'Playfair Display', Georgia, serif; font-size: 52px; font-weight: 800; color: #fde68a; line-height: 1; margin-bottom: 10px; }
.stat-l { font-size: 13.5px; color: rgba(255,255,255,0.84); line-height: 1.45; }

/* ══ TIMELINE ══ */
.timeline { position: relative; margin-top: 26px; }
.timeline::before { content: ''; position: absolute; left: 58px; top: 0; bottom: 0; width: 3px; background: var(--border); }
.tl-item { display: flex; gap: 22px; padding-bottom: 30px; }
.tl-item:last-child { padding-bottom: 0; }
.tl-marker { flex: 0 0 auto; width: 116px; background: var(--primary); color: #fff; font-size: 12px; font-weight: 700; text-align: center; padding: 6px 8px; border-radius: 6px; height: fit-content; margin-top: 4px; position: relative; z-index: 1; }
.tl-body h3 { font-size: 16px; font-weight: 700; color: var(--primary-d); margin-bottom: 6px; }
.tl-body p { font-size: 14.5px; color: var(--muted); }

/* ══ STEPS ══ */
.steps { display: grid; gap: 18px; margin-top: 22px; }
.step { display: flex; gap: 18px; align-items: flex-start; background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 20px; box-shadow: var(--sh); }
.step-n { flex: 0 0 auto; font-family: 'Playfair Display', Georgia, serif; font-size: 32px; font-weight: 800; color: var(--accent-l); line-height: 1; opacity: 0.7; }
.step-body h3 { font-size: 15px; font-weight: 700; color: var(--primary-d); margin-bottom: 6px; }
.step-body p { font-size: 14px; color: var(--muted); }
.tip-box { background: #fef9c3; border: 1px solid #f59e0b; border-radius: var(--radius); padding: 16px 20px; margin-top: 22px; font-size: 15px; }

/* ══ WHO IT'S FOR ══ */
.who-grid { display: flex; gap: 22px; flex-wrap: wrap; margin-top: 22px; }
.who-card { flex: 1; min-width: 260px; border-radius: var(--radius); padding: 24px; }
.who-card.ideal { background: var(--green-bg); border: 2px solid var(--green-bd); }
.who-card.not-ideal { background: var(--warn-bg); border: 2px solid var(--warn-bd); }
.who-card h3 { font-size: 16px; font-weight: 700; margin-bottom: 14px; }
.who-card.ideal h3 { color: var(--green); }
.who-card.not-ideal h3 { color: #c2410c; }
.who-card ul { list-style: none; }
.who-card ul li { font-size: 14px; padding: 6px 0; border-bottom: 1px solid rgba(0,0,0,0.06); }
.who-card ul li:last-child { border-bottom: none; }
.who-card ul li::before { content: '• '; font-weight: 700; }
.who-card.ideal ul li::before { color: var(--green); }
.who-card.not-ideal ul li::before { color: #c2410c; }

/* ══ COMPARISON ══ */
.tbl-wrap { overflow-x: auto; margin-top: 22px; border-radius: var(--radius); box-shadow: var(--sh); }
.cmp-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.cmp-table th, .cmp-table td { padding: 12px 14px; border: 1px solid var(--border); text-align: center; }
.cmp-table thead th { background: var(--primary-d); color: #fff; font-weight: 700; font-size: 13px; }
.cmp-table thead .hl-col { background: var(--accent); font-size: 14px; }
.cmp-table tbody th { background: var(--sec-bg); color: var(--text); font-weight: 600; text-align: left; }
.cmp-table tbody .hl-col { background: #fff9f5; font-weight: 600; border-left: 3px solid var(--accent); border-right: 3px solid var(--accent); }
.cmp-table tbody tr:last-child .hl-col { border-bottom: 3px solid var(--accent); }
.cmp-table tbody tr:hover td { background: #faf6f2; }
.tbl-note { font-size: 14px; color: var(--muted); margin-top: 16px; font-style: italic; }

/* ══ REVIEWS ══ */
.rating-overview { display: flex; gap: 36px; flex-wrap: wrap; align-items: center; background: var(--sec-bg); border: 1px solid var(--border); border-radius: var(--radius); padding: 24px 28px; margin-bottom: 28px; }
.rating-big { text-align: center; flex: 0 0 auto; }
.rating-score { font-family: 'Playfair Display', Georgia, serif; font-size: 62px; font-weight: 800; color: var(--primary-d); line-height: 1; }
.rating-stars-lg { color: #f59e0b; font-size: 26px; }
.rating-total { font-size: 13px; color: var(--muted); margin-top: 6px; }
.rating-bars-col { flex: 1; min-width: 200px; display: grid; gap: 8px; }
.rbar { display: flex; align-items: center; gap: 10px; font-size: 13px; }
.rbar-label { width: 44px; text-align: right; color: var(--muted); flex-shrink: 0; }
.rbar-track { flex: 1; background: #e5e7eb; border-radius: 50px; height: 10px; overflow: hidden; }
.rbar-fill { height: 100%; border-radius: 50px; }
.rbar-pct { width: 32px; color: var(--muted); flex-shrink: 0; }

.reviews-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(310px, 1fr)); gap: 20px; }
.review-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 22px; box-shadow: var(--sh); }
.rv-top { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; flex-wrap: wrap; }
.rv-avatar { width: 42px; height: 42px; border-radius: 50%; background: linear-gradient(135deg, var(--accent), var(--primary)); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 18px; font-weight: 700; flex-shrink: 0; }
.rv-name { font-size: 15px; font-weight: 700; color: var(--text); }
.rv-meta { font-size: 12px; color: var(--muted); margin-top: 1px; }
.rv-verified { margin-left: auto; background: var(--green-bg); color: var(--green); font-size: 11px; font-weight: 700; padding: 2px 9px; border-radius: 50px; border: 1px solid var(--green-bd); white-space: nowrap; }
.rv-stars { margin-bottom: 10px; color: #f59e0b; font-size: 16px; }
.rv-text { font-size: 14px; color: var(--text); font-style: italic; line-height: 1.65; margin-bottom: 10px; border: none; padding: 0; }
.rv-date { font-size: 12px; color: #aaa; }

.btn-more { background: none; border: 2px solid var(--accent); color: var(--accent); font-size: 14px; font-weight: 700; padding: 11px 28px; border-radius: 8px; cursor: pointer; transition: background 0.15s, color 0.15s; }
.btn-more:hover { background: var(--accent); color: #fff; }
.hidden-reviews { display: none; }
.hidden-reviews.show { display: contents; }

/* ══ PRICING ══ */
.pricing-section { background: var(--sec-bg); border-radius: var(--radius); }
.pricing-grid { display: flex; gap: 22px; flex-wrap: wrap; justify-content: center; margin-top: 24px; }
.price-card { background: #fff; border: 2px solid var(--border); border-radius: var(--radius); padding: 28px 22px; flex: 1; min-width: 240px; max-width: 320px; text-align: center; position: relative; box-shadow: var(--sh); transition: transform 0.2s, box-shadow 0.2s; }
.price-card:hover { transform: translateY(-4px); box-shadow: var(--sh-lg); }
.price-card.popular { border-color: var(--accent); box-shadow: 0 4px 28px rgba(122,62,16,0.18); transform: scale(1.03); }
.price-card.best { border-color: var(--gold); }
.pop-badge, .best-badge { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); padding: 4px 18px; border-radius: 50px; font-size: 11px; font-weight: 800; letter-spacing: 1px; white-space: nowrap; text-transform: uppercase; }
.pop-badge { background: var(--accent); color: #fff; }
.best-badge { background: var(--gold); color: #fff; }
.price-header h3 { font-family: 'Playfair Display', Georgia, serif; font-size: 22px; color: var(--primary-d); margin-bottom: 4px; }
.price-sub { font-size: 13px; color: var(--muted); margin-bottom: 14px; }
.price-img { width: 150px; height: 150px; object-fit: contain; margin: 0 auto 16px; border-radius: 8px; cursor: pointer; transition: transform 0.2s; }
.price-img:hover { transform: scale(1.05); }
.price-amount { margin: 10px 0 4px; }
.price-old { font-size: 15px; color: #999; text-decoration: line-through; margin-right: 8px; }
.price-now { font-size: 32px; font-weight: 800; color: var(--primary-d); }
.price-per { font-size: 13px; color: var(--accent); font-weight: 600; margin-bottom: 14px; }
.price-feats { list-style: none; margin-bottom: 18px; text-align: left; }
.price-feats li { font-size: 13px; padding: 5px 0; border-bottom: 1px dashed var(--border); }
.price-feats li:last-child { border-bottom: none; }
.pricing-note { margin-top: 20px; background: var(--warn-bg); border: 1px solid var(--warn-bd); border-radius: 8px; padding: 14px 18px; font-size: 14px; color: #7c3d0a; }

/* ══ BUTTONS ══ */
.btn-primary {
  display: inline-block;
  background: linear-gradient(135deg, var(--accent-l), var(--accent), var(--primary));
  color: #fff !important;
  font-weight: 700;
  font-size: 15px;
  padding: 13px 26px;
  border-radius: 8px;
  text-decoration: none !important;
  text-align: center;
  cursor: pointer;
  transition: opacity 0.2s, transform 0.15s, box-shadow 0.2s;
  box-shadow: 0 4px 14px rgba(122,62,16,0.32);
  width: 100%;
  border: none;
  letter-spacing: 0.2px;
}
.btn-primary:hover { opacity: 0.91; transform: translateY(-1px); box-shadow: 0 6px 20px rgba(122,62,16,0.42); }
.btn-pop { background: linear-gradient(135deg, #d97706, #b45309); }
.btn-best { background: linear-gradient(135deg, #d97706, #92400e); }
.btn-xl { font-size: 18px; padding: 18px 40px; border-radius: 10px; max-width: 520px; width: auto; }

/* ══ FAQ ══ */
.faq-list { display: grid; gap: 10px; margin-top: 22px; }
.faq-item { background: #fff; border: 1px solid var(--border); border-radius: 8px; overflow: hidden; }
.faq-item[open] { border-color: var(--accent-l); }
.faq-q {
  padding: 16px 20px;
  cursor: pointer;
  font-weight: 600;
  font-size: 15px;
  color: var(--primary-d);
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
}
.faq-q::-webkit-details-marker { display: none; }
.faq-q::after { content: '+'; font-size: 20px; font-weight: 400; color: var(--accent); flex-shrink: 0; margin-left: 12px; }
.faq-item[open] .faq-q::after { content: '−'; }
.faq-q:hover { background: var(--sec-bg); }
.faq-a { padding: 0 20px 18px; border-top: 1px solid var(--border); }
.faq-a p { font-size: 14.5px; color: var(--muted); padding-top: 14px; }

/* ══ VERDICT ══ */
.verdict-box { display: flex; gap: 32px; align-items: flex-start; background: linear-gradient(135deg, var(--brand-bg), #fff); border: 2px solid var(--accent-l); border-radius: var(--radius); padding: 32px; box-shadow: var(--sh-lg); flex-wrap: wrap; margin-bottom: 36px; }
.verdict-score-col { text-align: center; flex: 0 0 auto; min-width: 140px; }
.verdict-stars { color: #f59e0b; font-size: 28px; }
.verdict-num { font-family: 'Playfair Display', Georgia, serif; font-size: 42px; font-weight: 800; color: var(--primary-d); line-height: 1; margin: 6px 0; }
.verdict-lbl { display: inline-block; background: var(--accent); color: #fff; font-size: 11px; font-weight: 800; padding: 3px 12px; border-radius: 50px; letter-spacing: 1px; margin-top: 4px; text-transform: uppercase; }
.verdict-text { flex: 1; min-width: 260px; }
.verdict-text p { font-size: 15px; margin-bottom: 14px; }

/* ══ CTA BLOCK ══ */
.cta-block { text-align: center; padding: 36px 24px; background: linear-gradient(135deg, var(--brand-bg), #fff); border-radius: var(--radius); border: 1px solid var(--border); }
.cta-h { font-family: 'Playfair Display', Georgia, serif; font-size: 28px; color: var(--primary-d); margin-bottom: 12px; }
.cta-p { font-size: 16px; color: var(--muted); max-width: 560px; margin: 0 auto 26px; }
.cta-sub { margin-top: 16px; font-size: 14px; }

/* ══ DISCLAIMER ══ */
.disclaimer { background: #f8f9fa; border: 1px solid #dee2e6; border-radius: 8px; padding: 20px 24px; margin: 40px 0 0; }
.disclaimer h4 { font-size: 13px; font-weight: 700; color: #555; margin-bottom: 6px; }
.disclaimer p { font-size: 12px; color: #777; line-height: 1.6; }

/* ══ FOOTER ══ */
.site-footer { background: #111; color: rgba(255,255,255,0.55); font-size: 13px; padding: 0; }
.footer-inner { max-width: var(--max-w); margin: 0 auto; padding: 0 20px; }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 48px; padding: 52px 0 40px; border-bottom: 1px solid rgba(255,255,255,0.12); }
.footer-logo { font-size: 22px; font-weight: 800; letter-spacing: -0.5px; margin-bottom: 14px; }
.logo-best { color: #fff; }
.logo-2 { color: #e53935; }
.logo-buy { color: #fff; }
.footer-desc { color: rgba(255,255,255,0.55); line-height: 1.65; margin-bottom: 12px; font-size: 13px; }
.footer-disclosure { color: rgba(255,255,255,0.4); line-height: 1.6; font-size: 12px; }
.footer-col-title { color: rgba(255,255,255,0.85); font-size: 11px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; margin-bottom: 14px; }
.footer-links { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.footer-links a { color: rgba(255,255,255,0.55); text-decoration: none; font-size: 13px; }
.footer-links a:hover { color: #fff; }
.footer-email { color: #e53935; text-decoration: none; font-size: 13px; display: block; margin-bottom: 8px; }
.footer-email:hover { text-decoration: underline; }
.footer-contact-desc { color: rgba(255,255,255,0.45); font-size: 12px; line-height: 1.55; }
.footer-bottom { padding: 18px 0; text-align: center; font-size: 12px; color: rgba(255,255,255,0.35); }

/* ══ STICKY FOOTER ══ */
.sticky-footer {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 200;
  background: #fff;
  border-top: 2px solid var(--border);
  box-shadow: 0 -3px 18px rgba(0,0,0,0.10);
  padding: 10px 20px;
}
.sticky-footer-inner { max-width: var(--max-w); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; }
.sticky-footer-name { font-size: 14px; font-weight: 700; color: var(--primary-d); line-height: 1.3; }
.sticky-footer-stars { display: flex; align-items: center; gap: 6px; font-size: 13px; color: var(--muted); margin-top: 2px; }
.sticky-footer-btn {
  background: linear-gradient(135deg, var(--accent), var(--primary));
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 700;
  font-size: 15px;
  padding: 12px 28px;
  border-radius: 8px;
  white-space: nowrap;
  box-shadow: 0 3px 12px rgba(122,62,16,0.32);
  transition: opacity 0.2s, transform 0.15s;
}
.sticky-footer-btn:hover { opacity: 0.9; transform: translateY(-1px); }

/* ══ RESPONSIVE ══ */
@media (max-width: 768px) {
  .summary-flex { flex-direction: column; align-items: center; }
  .prod-img { width: 220px; }
  .summary-detail-col { min-width: unset; width: 100%; }
  .two-cards, .who-grid, .pricing-grid { flex-direction: column; }
  .price-card.popular { transform: none; }
  .verdict-box { flex-direction: column; }
  .footer-top { grid-template-columns: 1fr; gap: 28px; padding: 36px 0 28px; }
  .sticky-header-inner { gap: 8px; }
  .btn-xl { font-size: 15px; padding: 14px 24px; }
}
