.elementor-25 .elementor-element.elementor-element-536b46c{--display:flex;}:root {
  --primary: #2563eb;
  --success: #16a34a;
  --warning: #dc2626;
  --gray-50: #f9fafb;
  --gray-100: #f3f4f6;
  --gray-800: #1f2937;
  --gray-900: #111827;
  --white: #ffffff;
}

* { margin:0; padding:0; box-sizing:border-box; }

body {
  font-family: system-ui, sans-serif;
  background: linear-gradient(135deg, #f0f9ff 0%, #ffffff 50%, #ecfdf5 100%);
  color: var(--gray-800);
  line-height: 1.6;
}

.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 1.2rem;
}

header {
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(10px);
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid var(--gray-100);
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1rem 0;
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--gray-900);
}

.logo i { width: 32px; height: 32px; color: var(--primary); }

.hero { padding: 2rem 0 2.5rem; }

.warning-box {
  background: linear-gradient(to right, #fef2f2, #fffbeb);
  border: 2px solid #fecaca;
  border-radius: 1.2rem;
  padding: 1.6rem;
  display: flex;
  gap: 1.4rem;
  box-shadow: 0 10px 25px rgba(220,38,38,0.1);
}

.warning-icon i { width: 48px; height: 48px; color: var(--warning); }

.warning-content h1 {
  font-size: 1.8rem;
  color: #b91c1c;
  margin-bottom: 0.9rem;
}

.section { padding: 2.8rem 0; }

h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 1.8rem;
  color: var(--gray-900);
}

.benefits-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.3rem;
}

@media (min-width: 640px) { .benefits-grid { grid-template-columns: repeat(2,1fr); } }
@media (min-width: 1024px) { .benefits-grid { grid-template-columns: repeat(4,1fr); } }

.benefit-card {
  background: var(--white);
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  transition: all 0.25s ease;
  text-align: center;
}

.benefit-card:hover { transform: translateY(-5px); box-shadow: 0 12px 28px rgba(0,0,0,0.12); }

.icon-bg {
  width: 56px;
  height: 56px;
  border-radius: 0.8rem;
  display: grid;
  place-items: center;
  margin: 0 auto 1rem;
  background: var(--bg);
  color: var(--color);
}

.icon-bg i { width: 28px; height: 28px; }

.social-section { background: var(--gray-50); }

.social-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.4rem;
}

@media (min-width: 640px) { .social-grid { grid-template-columns: repeat(2,1fr); } }

.social-card {
  color: white;
  text-decoration: none;
  border-radius: 1rem;
  padding: 1.6rem;
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
  transition: all 0.25s ease;
  text-align: center;
}

.social-card:hover { transform: translateY(-5px); box-shadow: 0 12px 28px rgba(0,0,0,0.15); }

.social-card.blue  { background: linear-gradient(135deg, #3b82f6, #2563eb); }
.social-card.indigo { background: linear-gradient(135deg, #6366f1, #4f46e5); }

.social-card i { width: 48px; height: 48px; margin-bottom: 1rem; }

.whatsapp-join-box {
  text-align: center;
  margin-top: 2.5rem;
}

.whatsapp-join-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  background: var(--success);
  color: white;
  padding: 0.9rem 1.8rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  box-shadow: 0 6px 16px rgba(22,163,74,0.3);
  transition: all 0.25s;
}

.whatsapp-join-btn:hover { transform: translateY(-3px); box-shadow: 0 10px 24px rgba(22,163,74,0.4); }

.trust-section .trust-box {
  background: linear-gradient(to right, #ecfdf5, #d1fae5);
  border: 1px solid #a7f3d0;
  border-radius: 1.2rem;
  padding: 2.5rem 1.8rem;
  text-align: center;
}

.trust-section i { width: 64px; height: 64px; color: var(--success); margin-bottom: 1.2rem; }

.cta-section {
  background: linear-gradient(to right, var(--primary), var(--success));
  color: white;
  padding: 4rem 1rem;
  text-align: center;
}

.cta-section h2 { font-size: 2.3rem; margin-bottom: 1rem; }

.big-cta-btn {
  background: white;
  color: var(--success);
  padding: 1rem 2.2rem;
  border-radius: 999px;
  font-size: 1.2rem;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
  transition: all 0.3s;
}

.big-cta-btn:hover { transform: scale(1.05); }

footer {
  background: var(--gray-900);
  color: #d1d5db;
  text-align: center;
  padding: 2.2rem 1rem;
}

/* Floating WhatsApp - icon only */
.whatsapp-float {
  position: fixed;
  bottom: 1.4rem;
  right: 1.4rem;
  background: var(--success);
  color: white;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0 8px 24px rgba(22,163,74,0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  z-index: 999;
  transition: all 0.3s;
  animation: pulse 2.2s infinite;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  animation: none;
}

.whatsapp-float i { width: 32px; height: 32px; }

@keyframes pulse { 0%,100% { transform: scale(1); } 50% { transform: scale(1.04); } }

@media (max-width: 480px) {
  h2 { font-size: 1.8rem; }
  .warning-content h1 { font-size: 1.55rem; }
}
