/* ==========================================================================
   MAGA DAS PROMOS — LANDING PAGE DESIGN SYSTEM & STYLES
   ========================================================================== */

:root {
  --color-primary: #e11d75;
  --color-primary-hover: #be185d;
  --color-primary-light: #fdf2f8;
  --color-secondary: #0f172a;
  --color-text-dark: #1e293b;
  --color-text-muted: #64748b;
  --color-text-light: #94a3b8;
  --color-bg-body: #f8fafc;
  --color-bg-card: #ffffff;
  --color-emerald: #10b981;
  --color-emerald-bg: #ecfdf5;
  --color-amber: #f59e0b;
  --border-color: rgba(226, 232, 240, 0.8);
  --border-radius-sm: 10px;
  --border-radius-md: 18px;
  --border-radius-lg: 24px;
  --border-radius-full: 9999px;
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.04);
  --shadow-md: 0 10px 30px -5px rgba(225, 29, 117, 0.08), 0 4px 12px rgba(0, 0, 0, 0.03);
  --shadow-lg: 0 20px 40px -10px rgba(225, 29, 117, 0.15);
  --font-heading: 'Outfit', -apple-system, sans-serif;
  --font-body: 'Inter', -apple-system, sans-serif;
  --transition-fast: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-smooth: 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

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

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

body {
  font-family: var(--font-body);
  color: var(--color-text-dark);
  background-color: var(--color-bg-body);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* Layout Utilities */
.container {
  width: min(100% - 2rem, 1180px);
  margin-inline: auto;
}

.section {
  padding-block: 5.5rem;
  position: relative;
}

.text-center {
  text-align: center;
}

/* Typography */
h1, h2, h3, h4 {
  font-family: var(--font-heading);
  color: var(--color-secondary);
  line-height: 1.18;
}

h2 {
  font-size: clamp(2.1rem, 4.5vw, 2.85rem);
  letter-spacing: -0.03em;
  margin-bottom: 0.8rem;
}

p {
  color: var(--color-text-muted);
}

.gradient-text {
  background: linear-gradient(135deg, #e11d75 0%, #be185d 50%, #9333ea 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.badge-sub {
  display: inline-block;
  padding: 0.35rem 1rem;
  border-radius: var(--border-radius-full);
  background-color: rgba(225, 29, 117, 0.08);
  color: var(--color-primary);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 0.8rem;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.9rem 1.7rem;
  border-radius: var(--border-radius-full);
  font-family: var(--font-body);
  font-size: 0.98rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  border: none;
  transition: all var(--transition-fast);
}

.btn-primary {
  background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-hover) 100%);
  color: #ffffff;
  box-shadow: 0 4px 18px rgba(225, 29, 117, 0.35);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(225, 29, 117, 0.45);
}

.btn-secondary {
  background-color: #ffffff;
  color: var(--color-secondary);
  border: 1px solid var(--border-color);
  box-shadow: var(--shadow-sm);
}

.btn-secondary:hover {
  background-color: var(--color-primary-light);
  color: var(--color-primary);
  border-color: rgba(225, 29, 117, 0.3);
  transform: translateY(-2px);
}

/* Header & Logo Round Styling */
.navbar-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(226, 232, 240, 0.8);
  transition: all var(--transition-fast);
}

.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 4.8rem;
}

.brand-logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
}

.header-logo-img {
  height: 42px;
  width: 42px;
  border-radius: 50%;
  object-fit: cover;
  filter: drop-shadow(0 3px 8px rgba(225, 29, 117, 0.25));
  transition: transform var(--transition-fast);
}

.brand-logo:hover .header-logo-img {
  transform: scale(1.08) rotate(-3deg);
}

.brand-name-text {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--color-secondary);
  letter-spacing: -0.02em;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

/* Hero Section */
.hero-section {
  padding-top: 9rem;
  padding-bottom: 5.5rem;
  overflow: hidden;
  position: relative;
  background: radial-gradient(circle at 10% 20%, rgba(253, 242, 248, 0.85), transparent 45%),
              radial-gradient(circle at 90% 80%, rgba(245, 243, 255, 0.85), transparent 45%);
}

.hero-bg-shapes .shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  z-index: 0;
  opacity: 0.5;
}

.shape-1 {
  width: 380px;
  height: 380px;
  background: rgba(225, 29, 117, 0.15);
  top: -50px;
  left: -50px;
}

.shape-2 {
  width: 420px;
  height: 420px;
  background: rgba(147, 51, 234, 0.12);
  bottom: 0;
  right: -50px;
}

.hero-container {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 3.5rem;
  align-items: center;
  position: relative;
  z-index: 1;
}

.trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.4rem 1rem 0.4rem 0.4rem;
  border-radius: var(--border-radius-full);
  background-color: #ffffff;
  border: 1px solid var(--border-color);
  box-shadow: var(--shadow-sm);
  margin-bottom: 1.5rem;
}

.shield-badge {
  background-color: var(--color-emerald-bg);
  color: var(--color-emerald);
  padding: 0.25rem 0.75rem;
  border-radius: var(--border-radius-full);
  font-size: 0.8rem;
  font-weight: 700;
}

.pill-text {
  font-size: 0.85rem;
  color: var(--color-text-muted);
  font-weight: 500;
}

.hero-title {
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  letter-spacing: -0.04em;
  margin-bottom: 1.25rem;
}

.hero-subtitle {
  font-size: 1.15rem;
  line-height: 1.65;
  margin-bottom: 2.2rem;
  max-width: 95%;
}

.hero-cta-group {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}

.hero-stats {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.stat-item {
  display: flex;
  flex-direction: column;
}

.stat-num {
  font-family: var(--font-heading);
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--color-secondary);
}

.stat-desc {
  font-size: 0.8rem;
  color: var(--color-text-muted);
}

.stat-divider {
  width: 1px;
  height: 2.2rem;
  background-color: var(--border-color);
}

/* Hero Brand Card & Visual */
.hero-brand-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.hero-logo-large {
  height: 96px;
  width: 96px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #ffffff;
  filter: drop-shadow(0 12px 24px rgba(225, 29, 117, 0.25));
  transition: transform var(--transition-smooth);
}

.hero-logo-large:hover {
  transform: scale(1.08) rotate(-3deg);
}

.preview-card-glass {
  width: 100%;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: var(--border-radius-lg);
  padding: 1.5rem;
  box-shadow: 0 20px 45px -10px rgba(15, 23, 42, 0.12), 0 4px 16px rgba(0, 0, 0, 0.04);
  transition: transform var(--transition-smooth);
}

.preview-card-glass:hover {
  transform: translateY(-4px);
}

/* WhatsApp Channel Post Simulation */
.wa-post-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px dashed var(--border-color);
  margin-bottom: 1rem;
}

.wa-post-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #ffffff;
  box-shadow: 0 2px 8px rgba(225, 29, 117, 0.25);
}

.wa-post-author-info {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.wa-post-author-row {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.wa-post-author-name {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 1.02rem;
  color: var(--color-secondary);
}

.wa-post-verified-badge {
  font-size: 0.68rem;
  font-weight: 700;
  color: #10b981;
  background-color: #ecfdf5;
  border: 1px solid rgba(16, 185, 129, 0.3);
  padding: 0.1rem 0.45rem;
  border-radius: var(--border-radius-full);
}

.wa-post-time {
  font-size: 0.75rem;
  color: var(--color-text-muted);
}

.wa-post-image-wrap {
  position: relative;
  width: 100%;
  height: 220px;
  border-radius: var(--border-radius-md);
  overflow: hidden;
  background-color: #f8fafc;
  border: 1px solid var(--border-color);
  margin-bottom: 1rem;
}

.wa-post-product-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-smooth);
}

.wa-post-card:hover .wa-post-product-img {
  transform: scale(1.04);
}

.wa-post-discount-badge {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  background: #ef4444;
  color: #ffffff;
  font-weight: 800;
  font-size: 0.82rem;
  padding: 0.25rem 0.65rem;
  border-radius: var(--border-radius-sm);
  box-shadow: 0 4px 12px rgba(239, 68, 68, 0.3);
}

.wa-post-content {
  text-align: left;
}

.wa-post-tag {
  display: inline-block;
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 800;
  padding: 0.2rem 0.65rem;
  border-radius: var(--border-radius-sm);
  margin-bottom: 0.6rem;
}

.wa-post-product-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--color-secondary);
  line-height: 1.35;
  margin-bottom: 0.85rem;
}

.wa-post-price-box {
  background-color: var(--color-bg-body);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-md);
  padding: 0.85rem 1rem;
  margin-bottom: 0.85rem;
}

.wa-post-old-price {
  font-size: 0.85rem;
  color: var(--color-text-muted);
  text-decoration: line-through;
  display: block;
}

.wa-post-deal-price {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.wa-post-deal-price .price-label {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--color-secondary);
}

.wa-post-deal-price .price-value {
  font-family: var(--font-heading);
  font-size: 1.65rem;
  font-weight: 800;
  color: var(--color-primary);
}

.wa-post-deal-price .price-installment {
  font-size: 0.78rem;
  color: var(--color-emerald);
  font-weight: 600;
}

.wa-post-details {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  margin-bottom: 1.1rem;
}

.wa-post-detail-item {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.85rem;
  color: var(--color-text-dark);
}

.wa-post-action-box {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.wa-post-cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.85rem 1rem;
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  color: #ffffff;
  border-radius: var(--border-radius-full);
  font-weight: 700;
  font-size: 0.92rem;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(16, 185, 129, 0.35);
  transition: all var(--transition-fast);
}

.wa-post-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(16, 185, 129, 0.45);
  background: linear-gradient(135deg, #059669 0%, #047857 100%);
}

.wa-post-security-note {
  font-size: 0.75rem;
  color: var(--color-text-muted);
  text-align: center;
}

/* Redes Sociais & Canais Grid */
.channels-social-section {
  background-color: #ffffff;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}

.social-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
  margin-top: 3.5rem;
}

.social-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 2.2rem;
  border-radius: var(--border-radius-lg);
  background-color: var(--color-bg-body);
  border: 1px solid var(--border-color);
  text-decoration: none;
  transition: all var(--transition-fast);
  position: relative;
  overflow: hidden;
}

.social-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: transparent;
  transition: background var(--transition-fast);
}

.social-card-icon {
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  transition: transform var(--transition-smooth);
}

.social-card h3 {
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}

.social-card p {
  font-size: 0.92rem;
  margin-bottom: 1.75rem;
  text-align: left;
}

.social-action-btn {
  font-size: 0.9rem;
  font-weight: 700;
  margin-top: auto;
  transition: transform var(--transition-fast);
}

/* Card Specific Brand Colors */
.whatsapp-card .social-card-icon {
  background-color: rgba(37, 211, 102, 0.12);
  color: #25d366;
}
.whatsapp-card::before { background: #25d366; }
.whatsapp-card h3 { color: #1ea952; }
.whatsapp-card .social-action-btn { color: #25d366; }
.whatsapp-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 35px rgba(37, 211, 102, 0.18);
  border-color: rgba(37, 211, 102, 0.4);
}

.telegram-card .social-card-icon {
  background-color: rgba(0, 136, 204, 0.12);
  color: #0088cc;
}
.telegram-card::before { background: #0088cc; }
.telegram-card h3 { color: #0088cc; }
.telegram-card .social-action-btn { color: #0088cc; }
.telegram-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 35px rgba(0, 136, 204, 0.18);
  border-color: rgba(0, 136, 204, 0.4);
}

.instagram-card .social-card-icon {
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
  color: #ffffff;
}
.instagram-card::before { background: linear-gradient(90deg, #f09433, #dc2743, #bc1888); }
.instagram-card h3 { color: #cc2366; }
.instagram-card .social-action-btn { color: #cc2366; }
.instagram-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 35px rgba(204, 35, 102, 0.18);
  border-color: rgba(204, 35, 102, 0.4);
}

.tiktok-card .social-card-icon {
  background-color: #0f172a;
  color: #00f2fe;
}
.tiktok-card::before { background: linear-gradient(90deg, #00f2fe, #ff0050); }
.tiktok-card h3 { color: #0f172a; }
.tiktok-card .social-action-btn { color: #ff0050; }
.tiktok-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 35px rgba(15, 23, 42, 0.18);
  border-color: rgba(15, 23, 42, 0.4);
}

.pinterest-card .social-card-icon {
  background-color: rgba(230, 0, 35, 0.12);
  color: #e60023;
}
.pinterest-card::before { background: #e60023; }
.pinterest-card h3 { color: #e60023; }
.pinterest-card .social-action-btn { color: #e60023; }
.pinterest-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 35px rgba(230, 0, 35, 0.18);
  border-color: rgba(230, 0, 35, 0.4);
}

.social-card:hover .social-action-btn {
  transform: translateX(4px);
}

/* Lojas Parceiras Section */
.partners-section {
  background-color: var(--color-bg-body);
}

.partners-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
  margin-top: 3rem;
}

.partner-card {
  padding: 2rem;
  border-radius: var(--border-radius-md);
  background-color: #ffffff;
  border: 1px solid var(--border-color);
  transition: all var(--transition-fast);
  display: flex;
  flex-direction: column;
}

.partner-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: rgba(225, 29, 117, 0.3);
}

.partner-icon {
  font-size: 2.2rem;
  margin-bottom: 1rem;
}

.partner-card h3 {
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}

.partner-card p {
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
  flex-grow: 1;
}

.verify-tag {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--color-emerald);
  background-color: var(--color-emerald-bg);
  padding: 0.3rem 0.6rem;
  border-radius: var(--border-radius-sm);
  align-self: flex-start;
}

/* Como Funciona Section */
.how-it-works-section {
  background-color: #ffffff;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin-top: 3.5rem;
}

.step-card {
  position: relative;
  padding: 2.5rem 2rem;
  border-radius: var(--border-radius-lg);
  background-color: var(--color-bg-body);
  border: 1px solid var(--border-color);
  transition: all var(--transition-fast);
}

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

.step-number {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  font-family: var(--font-heading);
  font-size: 2.5rem;
  font-weight: 800;
  color: rgba(225, 29, 117, 0.12);
}

.step-icon {
  font-size: 2.5rem;
  margin-bottom: 1.2rem;
}

.step-card h3 {
  font-size: 1.25rem;
  margin-bottom: 0.6rem;
}

.step-card p {
  font-size: 0.92rem;
}

/* Disclosure Box (Transparência sem siglas) */
.disclosure-section {
  background-color: var(--color-bg-body);
}

.disclosure-box {
  background-color: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-lg);
  padding: 2.5rem;
  box-shadow: var(--shadow-sm);
}

.disclosure-header {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 1.25rem;
}

.disclosure-icon {
  font-size: 2.2rem;
}

.disclosure-header h3 {
  font-size: 1.3rem;
}

.disclosure-body p {
  font-size: 0.95rem;
  line-height: 1.65;
  margin-bottom: 0.85rem;
}

.disclosure-body p:last-child {
  margin-bottom: 0;
}

/* Footer & Logo Round Styling */
.footer {
  background-color: var(--color-secondary);
  color: #94a3b8;
  padding-block: 4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.2rem;
  text-align: center;
}

.footer-logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
}

.footer-logo-img {
  height: 38px;
  width: 38px;
  border-radius: 50%;
  object-fit: cover;
}

.footer-brand-name {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 800;
  color: #ffffff;
}

.footer-desc {
  font-size: 0.92rem;
  color: #94a3b8;
}

.footer-links {
  display: flex;
  gap: 2rem;
}

.footer-links a {
  color: #cbd5e1;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 500;
  transition: color var(--transition-fast);
}

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

.footer-copy {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 1.75rem;
  width: 100%;
  font-size: 0.85rem;
}

.disclaimer-mini {
  font-size: 0.78rem;
  margin-top: 0.5rem;
  color: #64748b;
}

/* Responsive Media Queries */
@media (max-width: 992px) {
  .hero-container {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .hero-subtitle {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .nav-container {
    height: 4.2rem;
  }

  .header-logo-img {
    height: 36px;
    width: 36px;
  }

  .brand-name-text {
    font-size: 1.1rem;
  }

  .btn-nav span {
    display: none;
  }

  .btn-nav {
    padding: 0.6rem 0.9rem;
  }

  .hero-section {
    padding-top: 7rem;
  }

  .hero-stats {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .stat-divider {
    display: none;
  }

  .disclosure-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}

/* Verified Badge Inline */
.verified-badge-inline {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.72rem;
  font-weight: 700;
  color: #10b981;
  background-color: #ecfdf5;
  border: 1px solid rgba(16, 185, 129, 0.3);
  padding: 0.15rem 0.55rem;
  border-radius: var(--border-radius-full);
  letter-spacing: 0.02em;
}

/* Emerald Green Buttons (High Conversion CTAs) */
.btn-emerald, .btn-whatsapp-hero {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  color: #ffffff;
  box-shadow: 0 4px 18px rgba(16, 185, 129, 0.35);
}

.btn-emerald:hover, .btn-whatsapp-hero:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(16, 185, 129, 0.45);
  background: linear-gradient(135deg, #059669 0%, #047857 100%);
}

.btn-whatsapp-header {
  background-color: #25d366;
  color: #ffffff;
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.3);
}

.btn-whatsapp-header:hover {
  background-color: #1ea952;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
}

/* Hero Badge & Logo Tag */
.hero-logo-wrapper {
  position: relative;
  display: inline-block;
}

.hero-verified-tag {
  position: absolute;
  bottom: 0;
  right: -5px;
  background-color: #10b981;
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 800;
  padding: 0.15rem 0.5rem;
  border-radius: var(--border-radius-full);
  border: 2px solid #ffffff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

/* Trust Features Grid */
.trust-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.75rem;
  margin-top: 3rem;
}

.trust-card {
  background-color: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-lg);
  padding: 2.2rem 1.8rem;
  box-shadow: var(--shadow-sm);
  transition: all var(--transition-fast);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.trust-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: rgba(225, 29, 117, 0.25);
}

.trust-card-icon {
  font-size: 2.2rem;
  margin-bottom: 1.1rem;
  background-color: var(--color-bg-body);
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.trust-card h3 {
  font-size: 1.25rem;
  margin-bottom: 0.6rem;
}

.trust-card p {
  font-size: 0.92rem;
  line-height: 1.6;
}

/* Featured WhatsApp Channel Card */
.featured-whatsapp-card {
  grid-column: span 1;
  background: linear-gradient(135deg, #f0fdf4 0%, #ffffff 100%);
  border: 2px solid rgba(37, 211, 102, 0.4);
  box-shadow: 0 12px 30px rgba(37, 211, 102, 0.12);
}

.card-featured-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: linear-gradient(135deg, #25d366 0%, #1ea952 100%);
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.25rem 0.75rem;
  border-radius: var(--border-radius-full);
  box-shadow: 0 2px 8px rgba(37, 211, 102, 0.3);
}

.whatsapp-vip-card .social-card-icon {
  background-color: rgba(16, 185, 129, 0.15);
  color: #059669;
}
.whatsapp-vip-card::before { background: #059669; }
.whatsapp-vip-card h3 { color: #047857; }
.whatsapp-vip-card .social-action-btn { color: #059669; }
.whatsapp-vip-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 35px rgba(16, 185, 129, 0.2);
  border-color: rgba(16, 185, 129, 0.4);
}

/* Footer Disclaimer Full */
.disclaimer-full {
  font-size: 0.82rem;
  line-height: 1.6;
  margin-top: 0.85rem;
  color: #94a3b8;
  max-width: 850px;
  margin-inline: auto;
}

/* Modal Dialog */
.modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.65);
  backdrop-filter: blur(8px);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.modal-backdrop.active {
  opacity: 1;
  pointer-events: auto;
}

.modal-content {
  background: #ffffff;
  border-radius: var(--border-radius-lg);
  max-width: 680px;
  width: 100%;
  max-height: 85vh;
  overflow-y: auto;
  padding: 2.2rem;
  box-shadow: var(--shadow-lg);
  position: relative;
  transform: translateY(20px);
  transition: transform 0.3s ease;
}

.modal-backdrop.active .modal-content {
  transform: translateY(0);
}

.modal-close-btn {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  background: var(--color-bg-body);
  border: 1px solid var(--border-color);
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  font-size: 1.2rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-text-dark);
}

.modal-body h3 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  color: var(--color-secondary);
}

.modal-body p {
  font-size: 0.94rem;
  margin-bottom: 0.85rem;
  color: var(--color-text-dark);
}

@media (max-width: 992px) {
  .social-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .featured-whatsapp-card {
    grid-column: span 1;
  }
  .verified-badge-inline {
    display: none;
  }
}
