/* ============================================
   PRECIFICA.GO — Página de Vendas
   Método GO © 2026
   ============================================ */

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

:root {
  --bg-primary: #080c14;
  --bg-secondary: #0d1220;
  --bg-card: rgba(16, 24, 48, 0.6);
  --bg-glass: rgba(255,255,255,0.04);
  --green-main: #00e676;
  --green-glow: #00ff88;
  --green-dark: #00c853;
  --green-soft: rgba(0,230,118,0.12);
  --red-accent: #ff4444;
  --gold: #ffd740;
  --white: #ffffff;
  --gray-100: #f0f0f5;
  --gray-200: #c8c8d4;
  --gray-300: #8e8ea0;
  --gray-400: #5a5a72;
  --border: rgba(255,255,255,0.06);
  --shadow-green: 0 0 40px rgba(0,230,118,0.15);
  --shadow-card: 0 8px 32px rgba(0,0,0,0.4);
  --radius: 16px;
  --radius-sm: 10px;
  --max-w: 1100px;
  --transition: all 0.3s cubic-bezier(0.4,0,0.2,1);
}

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

html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: 'Inter', -apple-system, sans-serif;
  background: var(--bg-primary);
  color: var(--gray-200);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* ── UTILITY ── */
.container { max-width: var(--max-w); margin: 0 auto; padding: 0 24px; }
.text-center { text-align: center; }
.text-green { color: var(--green-main); }
.text-gold { color: var(--gold); }
.text-red { color: var(--red-accent); }
.text-white { color: var(--white); }

/* -- STICKY BAR -- */
.sticky-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 24px;
  background: linear-gradient(135deg, #0d1220, #111827);
  border-bottom: 1px solid rgba(0,230,118,0.15);
  font-size: 0.85rem;
  font-weight: 600;
  color: #fff;
  backdrop-filter: blur(12px);
}
.sticky-bar svg { color: var(--green-main); }
.sticky-btn {
  display: inline-flex;
  align-items: center;
  padding: 8px 24px;
  background: linear-gradient(135deg, var(--green-main), var(--green-dark));
  color: var(--bg-primary);
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 6px;
  text-decoration: none;
  transition: var(--transition);
}
.sticky-btn:hover { transform: scale(1.05); box-shadow: 0 4px 20px rgba(0,230,118,0.4); }
.hidden-mobile { display: inline; }
.hidden-desktop { display: none; }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.4; } }

/* -- HERO STACKED -- */
.hero-stacked {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}
.hero-stacked .hero-subtitle {
  max-width: 700px;
}
.hero-stacked .hero-checks {
  text-align: left;
}

/* -- HERO PRICE BOX -- */
.hero-price-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 24px;
}
.hero-price-label { font-size: 0.95rem; color: #666; margin-bottom: -10px; }
.hero-price-value { font-size: 3.2rem; font-weight: 900; color: #00a854; line-height: 1; }
.hero-price-period { font-size: 0.85rem; color: #888; margin-top: 12px; display: block; }

.section { padding: 80px 0; position: relative; }
.section-dark { background: var(--bg-secondary); }
.section-light {
  background: #f5f7fa;
  color: #333;
}
.section-light h1, .section-light h2, .section-light h3, .section-light h4 { color: #111; }
.section-light p, .section-light li { color: #444; }
.section-light .text-white, .section-light strong { color: #111; }
.section-light .showcase-checks li { color: #333; }
.section-light .showcase-text p { color: #555; }
.section-light .showcase-img img { border-color: #ddd; box-shadow: 0 8px 32px rgba(0,0,0,0.1); }
.section-light .showcase-img img:hover { box-shadow: 0 12px 40px rgba(0,230,118,0.15); border-color: rgba(0,230,118,0.3); }
.section-light .showcase { border-bottom-color: #e0e0e0; }
.section-light .badge-green { background: rgba(0,180,90,0.1); color: #00a854; border-color: rgba(0,180,90,0.2); }
.section-light .badge-red { background: rgba(255,68,68,0.08); color: #d32f2f; border-color: rgba(255,68,68,0.15); }
.section-light .text-green { color: #00a854; }
.section-light .text-red { color: #d32f2f; }
.section-light .niche-tag { background: #fff; border-color: #ddd; color: #333; }
.section-light .niche-tag:hover { border-color: rgba(0,180,90,0.4); background: rgba(0,230,118,0.06); }
.section-light .pain-list li { background: rgba(255,68,68,0.05); color: #444; }
.section-light .plan-card { background: #fff; border-color: #ddd; }
.section-light .plan-card.featured { border-color: #00a854; box-shadow: 0 0 40px rgba(0,180,90,0.12); }
.section-light .plan-name { color: #666; }
.section-light .plan-card.featured .plan-name { color: #00a854; }
.section-light .plan-price { color: #111; }
.section-light .plan-card.featured .plan-price { color: #00a854; }
.section-light .plan-period { color: #888; }
.section-light .plan-features li { color: #444; }
.section-light .plan-features .check { color: #00a854; }
.section-light .plan-features .cross { color: #bbb; }
.section-light .plan-features .cross ~ span { color: #bbb; }
.section-light .guarantee-box { background: #fff; border-color: #ddd; }
.section-light .faq-item { border-bottom-color: #e0e0e0; }
.section-light .faq-question { color: #111; }
.section-light .faq-question:hover { color: #00a854; }
.section-light .faq-answer { color: #555; }
.section-light .faq-arrow { color: #aaa; }
.section-light .btn-secondary { color: #333; border-color: #ccc; }
.section-light .btn-secondary:hover { color: #00a854; border-color: #00a854; }
.section-light .plan-card.featured::before { background: linear-gradient(135deg, #00a854, #00c853); }

.badge {
  display: inline-block;
  padding: 6px 18px;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.badge-green { background: var(--green-soft); color: var(--green-main); border: 1px solid rgba(0,230,118,0.2); }
.badge-gold { background: rgba(255,215,64,0.1); color: var(--gold); border: 1px solid rgba(255,215,64,0.2); }
.badge-red { background: rgba(255,68,68,0.1); color: var(--red-accent); border: 1px solid rgba(255,68,68,0.2); }

h1, h2, h3, h4 { color: var(--white); line-height: 1.2; font-weight: 700; }
h1 { font-size: clamp(2rem, 5vw, 3.2rem); }
h2 { font-size: clamp(1.6rem, 4vw, 2.4rem); margin-bottom: 16px; }
h3 { font-size: clamp(1.2rem, 3vw, 1.6rem); }

/* ── HERO ── */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 100px 0 80px;
  background: radial-gradient(ellipse at 50% 0%, rgba(0,230,118,0.06) 0%, transparent 60%),
              #f5f7fa;
}
.hero h1 { color: #111; }
.hero .hero-subtitle { color: #555; }
.hero .hero-checks li { color: #333; }
.hero .hero-checks li::before {
  content: "✓";
  color: #00a854;
  font-weight: 700;
  font-size: 1rem;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,180,90,0.1);
  border-radius: 50%;
  flex-shrink: 0;
}
.hero .text-green { color: #00a854; }
.hero .badge-green { background: rgba(0,180,90,0.1); color: #00a854; border-color: rgba(0,180,90,0.2); }
.hero .hero-price-inline span:first-child { color: #666; }
.hero .hero-price-inline strong { color: #00a854; }
.hero .hero-price-inline span:last-child { color: #888; }
.hero .trust-bar { color: #555; opacity: 1; }
.hero-stacked {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.hero-stacked-text {
  max-width: 700px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero-stacked .hero-checks {
  text-align: left;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.hero-subtitle {
  font-size: 1.1rem;
  color: var(--gray-300);
  margin: 20px 0 32px;
  max-width: 520px;
}
.hero-checks {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 36px;
}
.hero-checks li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.95rem;
}
.hero-checks li::before {
  content: "✓";
  color: var(--green-main);
  font-weight: 700;
  font-size: 1rem;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--green-soft);
  border-radius: 50%;
  flex-shrink: 0;
}
.hero-price-inline {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 24px;
}
.hero-price-inline span:first-child { font-size: 0.9rem; color: var(--gray-300); }
.hero-price-inline strong {
  font-size: 2.4rem;
  color: var(--green-main);
  font-weight: 900;
}
.hero-price-inline span:last-child { font-size: 0.85rem; color: var(--gray-400); }

.hero-visual {
  display: flex;
  justify-content: center;
  position: relative;
}
.hero-mockup {
  width: 100%;
  max-width: 900px;
  border-radius: var(--radius);
  filter: drop-shadow(0 20px 60px rgba(0,230,118,0.12));
  animation: float 6s ease-in-out infinite;
  margin-bottom: 20px;
}
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

/* ── CTA BUTTON ── */
.btn-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px 40px;
  font-size: 1.05rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--bg-primary);
  background: linear-gradient(135deg, var(--green-main), var(--green-dark));
  border: none;
  border-radius: var(--radius-sm);
  cursor: pointer;
  text-decoration: none;
  transition: var(--transition);
  box-shadow: 0 4px 24px rgba(0,230,118,0.3);
  position: relative;
  overflow: hidden;
}
.btn-cta:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 8px 40px rgba(0,230,118,0.45);
}
.btn-cta::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  transform: translateX(-100%);
  animation: shimmer 3s infinite;
}
@keyframes shimmer { 100% { transform: translateX(100%); } }

.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 36px;
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--white);
  background: transparent;
  border: 2px solid var(--gray-400);
  border-radius: var(--radius-sm);
  cursor: pointer;
  text-decoration: none;
  transition: var(--transition);
}
.btn-secondary:hover {
  border-color: var(--green-main);
  color: var(--green-main);
}

/* ── TRUST BAR ── */
.trust-bar {
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
  padding: 24px 0;
  font-size: 0.8rem;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.trust-bar span { display: flex; align-items: center; gap: 6px; }
.trust-bar svg { color: #00a854; }

/* ── PROBLEM SECTION ── */
.problem-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.pain-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 24px;
}
.pain-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.95rem;
  padding: 14px 18px;
  background: rgba(255,68,68,0.04);
  border-left: 3px solid var(--red-accent);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
}
.pain-list li::before {
  content: "✕";
  color: var(--red-accent);
  font-weight: 700;
  flex-shrink: 0;
}

/* ── SOLUTION / FEATURES ── */
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin-top: 48px;
}
.feature-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px 28px;
  transition: var(--transition);
  backdrop-filter: blur(10px);
}
.feature-card:hover {
  border-color: rgba(0,230,118,0.2);
  transform: translateY(-4px);
  box-shadow: var(--shadow-green);
}
.feature-icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: var(--green-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.feature-card h3 { margin-bottom: 10px; font-size: 1.1rem; }
.feature-card p { font-size: 0.9rem; color: var(--gray-300); }

/* ── WHO IT'S FOR ── */
.niches-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  margin-top: 40px;
}
.niche-tag {
  padding: 16px 20px;
  background: var(--bg-glass);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: var(--transition);
}
.niche-tag:hover { border-color: rgba(0,230,118,0.3); background: var(--green-soft); }
.niche-emoji { font-size: 1.4rem; }

/* ── BONUSES ── */
.bonus-section { background: radial-gradient(ellipse at 50% 50%, rgba(0,230,118,0.04) 0%, transparent 70%), var(--bg-secondary); }
.bonus-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}
.bonus-visual-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: var(--transition);
  position: relative;
  display: flex;
  flex-direction: column;
}
.bonus-visual-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0,230,118,0.2);
  box-shadow: var(--shadow-green);
}
.bonus-highlight {
  border-color: rgba(255,215,64,0.3);
}
.bonus-highlight:hover {
  border-color: rgba(255,215,64,0.5);
  box-shadow: 0 0 40px rgba(255,215,64,0.1);
}
.bonus-visual-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: linear-gradient(135deg, var(--gold), #ffab00);
  color: #111;
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 1px;
  padding: 4px 12px;
  border-radius: 50px;
  z-index: 2;
}
.bonus-visual-img {
  padding: 40px 24px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  background: rgba(255,255,255,0.02);
  border-bottom: 1px solid var(--border);
}
.bonus-highlight .bonus-visual-img {
  background: rgba(255,215,64,0.03);
}
.bonus-visual-type {
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gray-400);
  background: rgba(255,255,255,0.05);
  padding: 4px 14px;
  border-radius: 4px;
}
.bonus-highlight .bonus-visual-type {
  color: var(--gold);
  background: rgba(255,215,64,0.08);
}
.bonus-visual-body {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.bonus-visual-body h3 {
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 10px;
}
.bonus-visual-body p {
  font-size: 0.85rem;
  color: var(--gray-300);
  line-height: 1.6;
  flex: 1;
  margin-bottom: 16px;
}
.bonus-visual-price {
  padding-top: 14px;
  border-top: 1px solid var(--border);
  font-size: 0.85rem;
}
.bonus-visual-price s {
  color: var(--red-accent);
  margin-right: 8px;
}
.bonus-visual-price strong {
  color: var(--green-main);
  font-weight: 800;
}

/* ── PRICING SECTION ── */
.pricing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-top: 48px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.plan-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 40px 32px;
  text-align: center;
  transition: var(--transition);
  position: relative;
}
.plan-card.featured {
  border-color: var(--green-main);
  box-shadow: var(--shadow-green);
  transform: scale(1.04);
}
.plan-card.featured::before {
  content: '⭐ MAIS VENDIDO';
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, var(--green-main), var(--green-dark));
  color: var(--bg-primary);
  padding: 6px 20px;
  border-radius: 50px;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 1px;
  white-space: nowrap;
}
.plan-name {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 24px;
  color: var(--gray-300);
}
.plan-card.featured .plan-name { color: var(--green-main); }

.plan-price-old {
  font-size: 0.9rem;
  color: var(--gray-400);
  text-decoration: line-through;
}
.plan-price {
  font-size: 3.2rem;
  font-weight: 900;
  color: var(--white);
  margin: 4px 0;
}
.plan-card.featured .plan-price { color: var(--green-main); }
.plan-period { font-size: 0.8rem; color: var(--gray-400); margin-bottom: 28px; }

.plan-features {
  list-style: none;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 32px;
}
.plan-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.88rem;
}
.plan-features .check { color: var(--green-main); font-weight: 700; }
.plan-features .cross { color: var(--gray-400); }
.plan-features .cross ~ span { color: var(--gray-400); text-decoration: line-through; }

/* ── GUARANTEE ── */
.guarantee-box {
  display: flex;
  align-items: center;
  gap: 32px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 40px;
  max-width: 750px;
  margin: 0 auto;
}
.guarantee-icon { font-size: 5rem; flex-shrink: 0; }
.guarantee-box h3 { color: var(--gold); }

/* ── FAQ ── */
.faq-list { max-width: 700px; margin: 40px auto 0; }
.faq-item {
  border-bottom: 1px solid var(--border);
  overflow: hidden;
}
.faq-question {
  width: 100%;
  background: none;
  border: none;
  color: var(--white);
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  padding: 20px 0;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: var(--transition);
}
.faq-question:hover { color: var(--green-main); }
.faq-arrow {
  font-size: 1.2rem;
  transition: var(--transition);
  color: var(--gray-400);
}
.faq-item.active .faq-arrow { transform: rotate(180deg); color: var(--green-main); }
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
  font-size: 0.92rem;
  color: var(--gray-300);
  line-height: 1.7;
}
.faq-item.active .faq-answer {
  max-height: 300px;
  padding-bottom: 20px;
}

/* ── FOOTER ── */
.footer {
  padding: 40px 0;
  text-align: center;
  border-top: 1px solid var(--border);
  font-size: 0.8rem;
  color: var(--gray-400);
}
.footer-logo { font-size: 1.2rem; font-weight: 800; color: var(--white); margin-bottom: 12px; }
.footer-logo span { color: var(--green-main); }

/* ── SOCIAL PROOF BAR ── */
.social-proof {
  display: flex;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
  padding: 48px 0;
}
.proof-item { text-align: center; }
.proof-number { font-size: 2.2rem; font-weight: 900; color: var(--green-main); }
.proof-label { font-size: 0.8rem; color: var(--gray-400); text-transform: uppercase; letter-spacing: 1px; }

/* ── DIVIDER ── */
.divider {
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, var(--green-main), transparent);
  margin: 0 auto 32px;
  border-radius: 4px;
}

/* ── NEWS INFOGRAPHIC ── */
.news-screenshots {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.browser-frame {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-card);
  transition: var(--transition);
}
.browser-frame:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.4);
}
.browser-topbar {
  background: #1e1e1e;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  border-bottom: 1px solid #333;
}
.browser-dots {
  display: flex;
  gap: 6px;
}
.browser-dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.browser-dots span:nth-child(1) { background: #ff5f57; }
.browser-dots span:nth-child(2) { background: #febc2e; }
.browser-dots span:nth-child(3) { background: #28c840; }
.browser-url {
  flex: 1;
  background: #2a2a2a;
  border-radius: 6px;
  padding: 5px 12px;
  font-size: 0.7rem;
  color: #999;
  font-family: 'Inter', monospace;
  display: flex;
  align-items: center;
  gap: 6px;
}
.browser-page {
  background: #fafafa;
  padding: 20px 24px;
}
.portal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 12px;
  border-bottom: 2px solid #0066cc;
  margin-bottom: 16px;
}
.portal-logo {
  font-size: 1.1rem;
  font-weight: 900;
  color: #0066cc;
  letter-spacing: 2px;
}
.portal-nav {
  font-size: 0.65rem;
  color: #666;
}
.portal-category {
  display: inline-block;
  font-size: 0.6rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #0066cc;
  background: rgba(0,102,204,0.1);
  padding: 3px 10px;
  border-radius: 3px;
  margin-bottom: 10px;
}
.portal-headline {
  font-size: 1.15rem;
  font-weight: 800;
  color: #111;
  line-height: 1.35;
  margin-bottom: 10px;
}
.portal-meta {
  display: flex;
  justify-content: space-between;
  font-size: 0.65rem;
  color: #888;
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 10px;
}
.portal-body {
  font-size: 0.8rem;
  color: #444;
  line-height: 1.6;
}

/* ── SHOWCASE SECTIONS ── */
.showcase {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  padding: 60px 0;
  border-bottom: 1px solid var(--border);
}
.showcase:last-child { border-bottom: none; }
.showcase.reverse .showcase-img { order: 2; }
.showcase.reverse .showcase-text { order: 1; }

.showcase-img img {
  width: 100%;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-card);
  transition: var(--transition);
}
.showcase-img img:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-green);
  border-color: rgba(0,230,118,0.2);
}
.showcase-text h3 {
  font-size: 1.4rem;
  margin-bottom: 12px;
}
.showcase-text p {
  color: var(--gray-300);
  margin-bottom: 16px;
  font-size: 0.95rem;
}
.showcase-checks {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.showcase-checks li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
  color: var(--gray-200);
}
.showcase-checks li svg {
  flex-shrink: 0;
  color: var(--green-main);
}

.showcase-intro {
  text-align: center;
  padding-bottom: 20px;
}
.showcase-divider {
  width: 40px;
  height: 2px;
  background: var(--green-main);
  border-radius: 4px;
  margin: 20px 0;
}

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .hero-grid, .problem-grid, .pricing-grid, .showcase, .bonus-grid { grid-template-columns: 1fr; }
  .showcase.reverse .showcase-img, .showcase.reverse .showcase-text { order: unset; }
  .hero { padding: 80px 0 40px; min-height: auto; }
  .hero-visual { order: unset; }
  .hero-mockup { max-width: 100%; }
  .section { padding: 60px 0; }
  .bonus-card { grid-template-columns: 80px 1fr; padding: 20px; gap: 16px; }
  .guarantee-box { flex-direction: column; text-align: center; padding: 28px; }
  .plan-card.featured { transform: none; }
  .social-proof { gap: 28px; }
  .features-grid { grid-template-columns: 1fr; }
  .hidden-mobile { display: none; }
  .hidden-desktop { display: inline; }
  .sticky-bar { font-size: 0.75rem; padding: 8px 16px; }
  .sticky-btn { padding: 6px 16px; font-size: 0.7rem; }
  .hero-price-box { margin-bottom: 20px; }
  .hero-price-value { font-size: 2.6rem; }
  .hero-stacked { max-width: 100%; padding: 0 8px; }
  .hero-stacked h1 { font-size: 1.6rem; }
  .hero-stacked .hero-subtitle { font-size: 0.95rem; }
  .hero-checks { margin-bottom: 24px; }
  .trust-bar { gap: 16px; font-size: 0.7rem; padding: 16px 0; }
  .trust-bar span { gap: 4px; }
  .niches-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
}
