/* ==========================================================================
   SodaPeak® Premium Formula - Direct Response TSL-BUY-BB Design System
   ========================================================================== */

:root {
  --font-title: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  
  --bg-dark: #0d1322;
  --bg-darker: #080c16;
  --bg-card: #151d30;
  --bg-light: #ffffff;
  --bg-alt: #f4f6f9;
  
  --color-gold: #f59e0b;
  --color-gold-light: #fbbf24;
  --color-gold-glow: rgba(245, 158, 11, 0.3);
  
  --color-green: #10b981;
  --color-green-dark: #059669;
  --color-green-glow: rgba(16, 185, 129, 0.35);
  
  --color-text-main: #1e293b;
  --color-text-muted: #64748b;
  --color-text-light: #e2e8f0;
  
  --border-subtle: #e2e8f0;
  --border-gold: #f59e0b;
  
  --shadow-card: 0 4px 15px rgba(0,0,0,0.06);
  --shadow-hover: 0 10px 25px rgba(0,0,0,0.12);
  --shadow-gold: 0 0 30px rgba(245, 158, 11, 0.25);
  
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 18px;
}

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

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

body {
  font-family: var(--font-body);
  background-color: #ffffff;
  color: var(--color-text-main);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

.container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}

.max-800 { max-width: 800px; margin-left: auto; margin-right: auto; }
.max-850 { max-width: 850px; margin-left: auto; margin-right: auto; }
.text-center { text-align: center; }

/* --------------------------------------------------------------------------
   1. Hero Section
   -------------------------------------------------------------------------- */
.hero-section {
  background: radial-gradient(circle at 70% 30%, #162035 0%, #0a0f1d 100%);
  color: #ffffff;
  padding: 55px 0 65px 0;
  border-bottom: 3px solid #1e293b;
}

.hero-inner {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
  gap: 40px;
}

.hero-badge {
  display: inline-block;
  background: rgba(245, 158, 11, 0.15);
  border: 1px solid var(--color-gold);
  color: var(--color-gold-light);
  font-family: var(--font-title);
  font-weight: 800;
  font-size: 0.78rem;
  letter-spacing: 1.5px;
  padding: 6px 14px;
  border-radius: 50px;
  margin-bottom: 18px;
}

.hero-headline {
  font-family: var(--font-title);
  font-weight: 900;
  font-size: 2.35rem;
  line-height: 1.25;
  color: #ffffff;
  margin-bottom: 18px;
}

.hero-subheadline {
  font-size: 1.18rem;
  color: #cbd5e1;
  margin-bottom: 28px;
  line-height: 1.6;
}

.hero-subheadline strong {
  color: var(--color-gold-light);
}

.hero-trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 30px;
}

.trust-badge-card {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 6px 12px;
  border-radius: var(--radius-sm);
  font-size: 0.78rem;
  font-weight: 600;
  color: #e2e8f0;
}

.trust-badge-card img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.btn-hero-cta {
  display: inline-block;
  background: linear-gradient(180deg, #10b981 0%, #059669 100%);
  color: #ffffff;
  font-family: var(--font-title);
  font-weight: 800;
  font-size: 1.05rem;
  letter-spacing: 0.5px;
  padding: 16px 32px;
  border-radius: var(--radius-sm);
  text-decoration: none;
  box-shadow: 0 4px 15px var(--color-green-glow);
  transition: all 0.25s ease;
}

.btn-hero-cta:hover {
  background: linear-gradient(180deg, #059669 0%, #047857 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(16, 185, 129, 0.5);
}

.hero-product-frame {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-bottle-img {
  max-width: 380px;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 20px 30px rgba(0,0,0,0.5));
}

/* --------------------------------------------------------------------------
   2. Introdução e Mecanismo
   -------------------------------------------------------------------------- */
.intro-section {
  padding: 60px 0;
  background-color: #ffffff;
  border-bottom: 1px solid var(--border-subtle);
}

.section-tag {
  display: inline-block;
  color: var(--color-gold);
  font-family: var(--font-title);
  font-weight: 800;
  font-size: 0.8rem;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.section-title {
  font-family: var(--font-title);
  font-size: 2.1rem;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.3;
  margin-bottom: 20px;
}

.intro-p {
  font-size: 1.15rem;
  color: #334155;
  margin-bottom: 14px;
}

.intro-p-secondary {
  font-size: 1.05rem;
  color: #64748b;
}

/* --------------------------------------------------------------------------
   3. Bloco de Ofertas (Pricing Sections)
   -------------------------------------------------------------------------- */
.pricing-section {
  padding: 60px 0 70px 0;
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.section-bg-alt {
  background: linear-gradient(180deg, #0d1322 0%, #162035 100%);
  color: #ffffff;
}

.section-bg-alt .package-card {
  background: #1e293b;
  border-color: #334155;
  color: #ffffff;
}

.section-bg-alt .pkg-title { color: #ffffff; }
.section-bg-alt .pkg-supply { color: #94a3b8; }
.section-bg-alt .old-total { color: #94a3b8; }

.pricing-header {
  margin-bottom: 35px;
}

.step-headline {
  font-family: var(--font-title);
  font-weight: 900;
  font-size: 2rem;
  color: #dc2626;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

.scarcity-timer-box {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #fee2e2;
  border: 1px solid #f87171;
  color: #991b1b;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 0.95rem;
}

.timer-digits {
  font-family: monospace;
  font-size: 1.15rem;
  color: #b91c1c;
  margin-left: 6px;
}

/* Pricing Grid */
.pricing-grid {
  display: grid;
  grid-template-columns: 1fr 1.12fr 1fr;
  align-items: center;
  gap: 22px;
  margin-bottom: 35px;
}

.package-card {
  background: #ffffff;
  border: 2px solid #e2e8f0;
  border-radius: var(--radius-md);
  padding: 30px 22px;
  text-align: center;
  position: relative;
  box-shadow: var(--shadow-card);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.package-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-hover);
}

.featured-pkg {
  border: 3px solid var(--color-gold);
  box-shadow: var(--shadow-gold);
  padding: 40px 24px;
  transform: scale(1.03);
  z-index: 10;
  background: #ffffff;
}

.featured-pkg:hover {
  transform: scale(1.05);
}

.pkg-ribbon-gold {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #f59e0b 0%, #d97706 100%);
  color: #ffffff;
  font-family: var(--font-title);
  font-weight: 800;
  font-size: 0.75rem;
  letter-spacing: 1px;
  padding: 5px 16px;
  border-radius: 50px;
  white-space: nowrap;
}

.pkg-top-tag {
  display: inline-block;
  background-color: #f1f5f9;
  color: #475569;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 1px;
  padding: 4px 10px;
  border-radius: 4px;
  margin-bottom: 8px;
}

.gold-tag { background-color: #fef3c7; color: #92400e; }
.blue-tag { background-color: #dbeafe; color: #1e40af; }

.pkg-title {
  font-family: var(--font-title);
  font-size: 1.8rem;
  font-weight: 900;
  color: #0f172a;
  line-height: 1.1;
}

.pkg-supply {
  font-size: 0.85rem;
  font-weight: 600;
  color: #64748b;
  margin-bottom: 10px;
}

.pkg-img-box {
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
}

.pkg-img-box img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.pkg-pricing {
  margin: 8px 0;
}

.pkg-unit-price {
  font-family: var(--font-title);
  font-weight: 900;
  font-size: 3.2rem;
  color: #0f172a;
  line-height: 1;
}

.gold-price { color: #d97706; }

.pkg-unit-price .dollar {
  font-size: 1.8rem;
  vertical-align: top;
  margin-right: 2px;
}

.pkg-per {
  font-size: 0.9rem;
  color: #64748b;
  font-weight: 600;
  display: block;
}

.pkg-savings-pill {
  display: inline-block;
  background-color: #dcfce7;
  color: #15803d;
  font-weight: 800;
  font-size: 0.82rem;
  padding: 4px 12px;
  border-radius: 50px;
  margin-bottom: 12px;
}

.gold-pill { background-color: #fef08a; color: #854d0e; font-weight: 900; }

.pkg-totals {
  font-size: 0.9rem;
  margin-bottom: 18px;
}

.old-total {
  text-decoration: line-through;
  color: #94a3b8;
  margin-right: 6px;
}

.new-total {
  font-weight: 800;
  color: #0f172a;
}

.gold-total {
  color: #d97706;
  font-size: 1.05rem;
}

.shipping-tag {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  color: #475569;
  margin-top: 2px;
}

.shipping-tag.free-ship {
  color: #059669;
}

.btn-buy-now {
  display: block;
  width: 100%;
  background: linear-gradient(180deg, #10b981 0%, #059669 100%);
  color: #ffffff;
  border: none;
  padding: 16px 20px;
  border-radius: var(--radius-sm);
  font-family: var(--font-title);
  font-weight: 900;
  font-size: 1.15rem;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 4px 12px var(--color-green-glow);
}

.btn-buy-now:hover {
  background: linear-gradient(180deg, #059669 0%, #047857 100%);
  transform: translateY(-2px);
}

.btn-pulse-green {
  animation: pulse-cta 2s infinite;
}

@keyframes pulse-cta {
  0% { box-shadow: 0 0 10px rgba(16, 185, 129, 0.4); }
  50% { box-shadow: 0 0 25px rgba(16, 185, 129, 0.8); }
  100% { box-shadow: 0 0 10px rgba(16, 185, 129, 0.4); }
}

.pkg-cards-note {
  margin-top: 12px;
}

.pkg-cards-note img {
  max-width: 180px;
  height: auto;
}

.bonus-included-badge {
  display: block;
  font-size: 0.72rem;
  font-weight: 800;
  color: #059669;
  margin-top: 4px;
}

/* Specification Box */
.product-spec-box {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: var(--radius-sm);
  padding: 18px 24px;
  font-size: 0.88rem;
  color: #64748b;
  max-width: 900px;
  margin: 0 auto;
}

/* --------------------------------------------------------------------------
   4. Garantia
   -------------------------------------------------------------------------- */
.guarantee-section {
  padding: 50px 0;
  background-color: #ffffff;
}

.guarantee-box {
  background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
  border: 2px solid var(--color-gold);
  border-radius: var(--radius-lg);
  padding: 40px;
  display: grid;
  grid-template-columns: 160px 1fr;
  align-items: center;
  gap: 35px;
  box-shadow: var(--shadow-card);
}

.guarantee-seal-img {
  width: 150px;
  height: 150px;
  object-fit: contain;
}

.guarantee-heading {
  font-family: var(--font-title);
  font-size: 1.8rem;
  font-weight: 900;
  color: #92400e;
  margin-bottom: 12px;
}

.guarantee-content-col p {
  color: #334155;
  margin-bottom: 16px;
  font-size: 1.02rem;
}

.guarantee-contact-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 14px;
}

.contact-pill {
  background: #ffffff;
  border: 1px solid #fde68a;
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 0.95rem;
  color: #1e293b;
  display: flex;
  align-items: center;
  gap: 8px;
}

.guarantee-closing {
  font-weight: 600;
  color: #78350f;
  margin-bottom: 0 !important;
}

/* --------------------------------------------------------------------------
   5. Endosso e Transição
   -------------------------------------------------------------------------- */
.endorsement-section {
  padding: 55px 0;
  background-color: #0d1322;
  color: #ffffff;
}

.quote-symbol {
  font-family: Georgia, serif;
  font-size: 4rem;
  line-height: 1;
  color: var(--color-gold);
}

.endorsement-quote {
  font-family: var(--font-title);
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.4;
  color: #f8fafc;
  margin-bottom: 20px;
}

.endorsement-text {
  font-size: 1.05rem;
  color: #cbd5e1;
  line-height: 1.7;
}

/* --------------------------------------------------------------------------
   6. Lista de Ingredientes
   -------------------------------------------------------------------------- */
.ingredients-section {
  padding: 70px 0;
  background-color: #ffffff;
}

.section-header-center {
  text-align: center;
  margin-bottom: 45px;
}

.section-subtitle {
  font-size: 1.1rem;
  color: #64748b;
  max-width: 700px;
  margin: 0 auto;
}

.ingredients-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.ingredient-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: var(--radius-md);
  padding: 24px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ingredient-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-hover);
  border-color: #cbd5e1;
}

.ing-img-wrap {
  width: 90px;
  height: 90px;
  flex-shrink: 0;
  border-radius: var(--radius-sm);
  overflow: hidden;
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ing-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ing-content h3 {
  font-family: var(--font-title);
  font-size: 1.25rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 6px;
}

.ing-content p {
  font-size: 0.92rem;
  color: #475569;
  line-height: 1.6;
}

/* --------------------------------------------------------------------------
   7. Bônus de Alta Conversão (5 Bônus)
   -------------------------------------------------------------------------- */
.bonuses-section {
  padding: 70px 0;
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
  border-top: 1px solid var(--border-subtle);
  border-bottom: 1px solid var(--border-subtle);
}

.gold-badge {
  display: inline-block;
  background-color: #fef3c7;
  color: #92400e;
  font-family: var(--font-title);
  font-weight: 800;
  font-size: 0.78rem;
  letter-spacing: 1.5px;
  padding: 6px 14px;
  border-radius: 50px;
  margin-bottom: 10px;
}

.bonuses-grid-5 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.bonus-item-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  display: flex;
  flex-direction: column;
}

.bonus-img-container {
  background: #f8fafc;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 15px;
  border-bottom: 1px solid #e2e8f0;
}

.bonus-img-container img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.bonus-number {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #0f172a;
  color: #facc15;
  font-family: var(--font-title);
  font-weight: 800;
  font-size: 0.7rem;
  padding: 3px 8px;
  border-radius: 4px;
}

.bonus-info {
  padding: 20px;
  flex-grow: 1;
}

.bonus-value-tag {
  display: inline-block;
  font-weight: 800;
  font-size: 0.75rem;
  color: #059669;
  margin-bottom: 4px;
}

.bonus-info h4 {
  font-family: var(--font-title);
  font-size: 1.1rem;
  color: #0f172a;
  margin-bottom: 8px;
}

.bonus-info p {
  font-size: 0.88rem;
  color: #475569;
  line-height: 1.5;
}

/* --------------------------------------------------------------------------
   8. Prova Social (Depoimentos)
   -------------------------------------------------------------------------- */
.social-proof-section {
  padding: 70px 0;
  background-color: #ffffff;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.testimonial-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: var(--radius-md);
  padding: 25px;
  box-shadow: var(--shadow-card);
}

.reviewer-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.reviewer-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.reviewer-header h4 {
  font-family: var(--font-title);
  font-size: 1rem;
  color: #0f172a;
}

.reviewer-location {
  font-size: 0.78rem;
  color: #64748b;
}

.stars-row {
  color: #f59e0b;
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.review-quote {
  font-size: 0.95rem;
  color: #334155;
  line-height: 1.6;
  font-style: italic;
}

/* --------------------------------------------------------------------------
   9. Segunda Chamada para Ação (Header Banner)
   -------------------------------------------------------------------------- */
.shipping-reassurance-banner {
  margin-bottom: 35px;
}

.banner-highlight {
  font-family: var(--font-title);
  font-size: 1.8rem;
  color: #ffffff;
  font-weight: 800;
  margin-bottom: 6px;
}

.scarcity-callout {
  color: #facc15;
  font-size: 1.05rem;
}

/* --------------------------------------------------------------------------
   10. Resumo de Benefícios Visuais
   -------------------------------------------------------------------------- */
.benefits-summary-section {
  padding: 65px 0;
  background-color: #f8fafc;
}

.benefits-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.benefit-box {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: var(--radius-md);
  padding: 25px 20px;
  text-align: center;
  box-shadow: var(--shadow-card);
}

.benefit-icon {
  font-size: 2.2rem;
  margin-bottom: 12px;
}

.benefit-box h3 {
  font-family: var(--font-title);
  font-size: 1.1rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 8px;
  line-height: 1.3;
}

.benefit-box p {
  font-size: 0.88rem;
  color: #64748b;
  line-height: 1.5;
}

/* --------------------------------------------------------------------------
   11. FAQ Accordion
   -------------------------------------------------------------------------- */
.faq-section {
  padding: 70px 0;
  background-color: #ffffff;
}

.faq-accordion-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-accordion-card {
  border: 1px solid #e2e8f0;
  border-radius: var(--radius-sm);
  overflow: hidden;
  background-color: #ffffff;
}

.faq-btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 22px;
  background: none;
  border: none;
  text-align: left;
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 1.05rem;
  color: #1e293b;
  cursor: pointer;
  transition: background-color 0.2s;
}

.faq-btn:hover {
  background-color: #f8fafc;
}

.faq-toggle, .faq-chevron {
  font-size: 1.4rem;
  color: #64748b;
  font-weight: 400;
  transition: transform 0.25s ease;
}

.faq-accordion-card.active .faq-toggle,
.faq-accordion-card.active .faq-chevron {
  transform: rotate(45deg);
  color: #dc2626;
}

.faq-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  background-color: #f8fafc;
  font-size: 0.95rem;
  color: #475569;
  line-height: 1.6;
}

.faq-accordion-card.active .faq-content {
  max-height: 250px;
  padding: 18px 22px;
  border-top: 1px solid #e2e8f0;
}

/* --------------------------------------------------------------------------
   12. Chamada para Ação Final
   -------------------------------------------------------------------------- */
.final-cta-section {
  padding: 70px 0 80px 0;
  background: linear-gradient(180deg, #090d16 0%, #111827 100%);
  color: #ffffff;
}

.final-title {
  font-family: var(--font-title);
  font-weight: 900;
  font-size: 2.2rem;
  color: #facc15;
  margin-bottom: 8px;
  line-height: 1.25;
}

.final-subtitle {
  font-size: 1.15rem;
  color: #cbd5e1;
  margin-bottom: 35px;
}

.final-cta-section .package-card {
  background: #1e293b;
  border-color: #334155;
  color: #ffffff;
}

.final-cta-section .pkg-title { color: #ffffff; }
.final-cta-section .pkg-supply { color: #94a3b8; }
.final-cta-section .old-total { color: #94a3b8; }

/* --------------------------------------------------------------------------
   13. Rodapé (Footer e Compliance BuyGoods)
   -------------------------------------------------------------------------- */
.site-footer {
  background-color: #080c16;
  color: #94a3b8;
  padding: 50px 0 30px 0;
  font-size: 0.82rem;
  border-top: 1px solid #1e293b;
}

.science-logos-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #1e293b;
}

.science-label {
  font-family: var(--font-title);
  font-weight: 800;
  letter-spacing: 1.5px;
  font-size: 0.75rem;
  color: #64748b;
}

.sci-badges-list {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
  justify-content: center;
}

.sci-badge-text {
  font-weight: 700;
  color: #cbd5e1;
}

.sci-logo-img {
  height: 22px;
  filter: brightness(0) invert(1);
  opacity: 0.75;
}

.footer-links-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.footer-links-row a {
  color: #cbd5e1;
  text-decoration: none;
  transition: color 0.2s;
}

.footer-links-row a:hover {
  color: var(--color-gold);
}

.separator {
  color: #475569;
}

.footer-compliance-text {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-sm);
  padding: 20px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.footer-compliance-text p {
  margin-bottom: 10px;
}

.footer-compliance-text p:last-child {
  margin-bottom: 0;
}

.footer-copyright {
  color: #64748b;
}

/* --------------------------------------------------------------------------
   Checkout Modal Simulation
   -------------------------------------------------------------------------- */
.checkout-modal-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(5px);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  padding: 20px;
}

.checkout-modal-overlay.open {
  display: flex;
}

.checkout-modal-box {
  background: #ffffff;
  border-radius: var(--radius-md);
  width: 100%;
  max-width: 550px;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.modal-close-x {
  position: absolute;
  top: 14px;
  right: 18px;
  background: none;
  border: none;
  font-size: 1.8rem;
  color: #94a3b8;
  cursor: pointer;
}

.modal-top {
  background: #0f172a;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.buygoods-logo {
  height: 22px;
}

.encryption-tag {
  color: #34d399;
  font-weight: 800;
  font-size: 0.75rem;
}

.modal-body-content {
  padding: 26px;
}

.modal-body-content h3 {
  font-family: var(--font-title);
  font-size: 1.3rem;
  color: #0f172a;
  margin-bottom: 4px;
}

.modal-discount-info {
  color: #059669;
  font-weight: 700;
  font-size: 0.9rem;
  margin-bottom: 18px;
}

.modal-price-summary {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: var(--radius-sm);
  padding: 14px;
  margin-bottom: 20px;
}

.sum-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.9rem;
  color: #475569;
  margin-bottom: 6px;
}

.text-free {
  color: #059669;
  font-weight: 700;
}

.total-row {
  border-top: 1px solid #cbd5e1;
  padding-top: 8px;
  font-weight: 800;
  color: #0f172a;
  font-size: 1.1rem;
}

.text-green-bold {
  color: #059669;
  font-size: 1.35rem;
}

.modal-checkout-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.form-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.form-grid-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}

.input-field {
  padding: 11px 13px;
  border: 1px solid #cbd5e1;
  border-radius: var(--radius-sm);
  font-family: var(--font-body);
  font-size: 0.9rem;
  width: 100%;
}

.payment-method-box {
  background: #f1f5f9;
  border: 1px solid #cbd5e1;
  border-radius: var(--radius-sm);
  padding: 10px 14px;
  margin: 6px 0;
}

.payment-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  font-size: 0.88rem;
  color: #1e293b;
  cursor: pointer;
}

.modal-cards-thumb {
  height: 20px;
}

.btn-modal-submit {
  background: linear-gradient(180deg, #10b981 0%, #059669 100%);
  color: #ffffff;
  border: none;
  padding: 16px;
  border-radius: var(--radius-sm);
  font-family: var(--font-title);
  font-weight: 900;
  font-size: 1.1rem;
  cursor: pointer;
  margin-top: 6px;
}

.discreet-note {
  font-size: 0.76rem;
  color: #64748b;
  text-align: center;
  margin-top: 10px;
}

/* --------------------------------------------------------------------------
   Responsive Media Queries
   -------------------------------------------------------------------------- */
@media (max-width: 960px) {
  .hero-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
  
  .hero-trust-badges {
    justify-content: center;
  }
  
  .pricing-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .featured-pkg {
    transform: none;
    order: -1;
  }
  
  .featured-pkg:hover {
    transform: none;
  }
  
  .bonuses-grid-5 {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .testimonials-grid {
    grid-template-columns: 1fr;
  }
  
  .benefits-grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .hero-headline {
    font-size: 1.8rem;
  }
  
  .section-title {
    font-size: 1.6rem;
  }
  
  .ingredients-grid {
    grid-template-columns: 1fr;
  }
  
  .bonuses-grid-5 {
    grid-template-columns: 1fr;
  }
  
  .benefits-grid-4 {
    grid-template-columns: 1fr;
  }
  
  .guarantee-box {
    grid-template-columns: 1fr;
    text-align: center;
  }
  
  .guarantee-contact-strip {
    justify-content: center;
  }
  
  .form-grid-2, .form-grid-3 {
    grid-template-columns: 1fr;
  }
}

/* --------------------------------------------------------------------------
   Legal / Static Pages (Terms, Privacy, Returns, Disclaimer, Contact)
   -------------------------------------------------------------------------- */
.legal-header {
  background: var(--bg-dark);
  padding: 24px 0;
}

.legal-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.legal-header .brand-link {
  color: var(--color-gold-light);
  font-family: var(--font-title);
  font-weight: 800;
  font-size: 1.4rem;
  text-decoration: none;
  letter-spacing: 0.5px;
}

.legal-header .back-link {
  color: var(--color-text-light);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
}

.legal-header .back-link:hover {
  color: var(--color-gold-light);
}

.legal-page {
  padding: 60px 0 80px;
}

.legal-page .container {
  max-width: 820px;
}

.legal-page h1 {
  font-family: var(--font-title);
  font-size: 2rem;
  margin-bottom: 8px;
  color: var(--color-text-main);
}

.legal-page .legal-updated {
  color: var(--color-text-muted);
  font-size: 0.9rem;
  margin-bottom: 32px;
}

.legal-page h2 {
  font-family: var(--font-title);
  font-size: 1.25rem;
  margin: 32px 0 12px;
  color: var(--color-text-main);
}

.legal-page p, .legal-page li {
  color: var(--color-text-muted);
  margin-bottom: 14px;
}

.legal-page ul {
  padding-left: 22px;
  margin-bottom: 14px;
}

.legal-page a {
  color: var(--color-gold);
  font-weight: 600;
}
