/*
 *= require mercadinhos
 */

:root {
  --forest: #081a2d;
  --leaf: #13c2c2;
  --citrus: #ffd166;
  --sunset: #ef476f;
  --cream: #f4f7fb;
  --charcoal: #101828;
  --text-muted: #5d6b85;
  --stroke: #d5dbea;
  --card: #ffffff;
  --shadow: 0 30px 70px rgba(8, 26, 45, 0.18);
  --font-title: "Space Grotesk", "General Sans", system-ui;
  --font-body: "General Sans", "Space Grotesk", system-ui;
}

body {
  background: var(--cream);
}

.distribuidoras-page {
  background: linear-gradient(180deg, #081a2d 0%, #0e2f4f 35%, #f7fbff 100%);
}

.hero-distribuidoras {
  padding: 7rem 0 5rem;
  background:
    radial-gradient(circle at 15% 15%, rgba(19, 194, 194, 0.18), transparent 55%),
    radial-gradient(circle at 85% 20%, rgba(239, 71, 111, 0.25), transparent 45%),
    linear-gradient(145deg, #040c18 0%, #0e3654 55%, #163b63 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.hero-distribuidoras::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 70% 80%, rgba(19, 194, 194, 0.2), transparent 65%),
    radial-gradient(ellipse at 20% 100%, rgba(255, 209, 102, 0.18), transparent 60%);
  pointer-events: none;
}

.hero-distribuidoras .page-badge {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.25);
}

.hero-distribuidoras h1 span {
  color: #70f0ff;
  text-shadow: 0 0 45px rgba(19, 194, 194, 0.5);
}

.hero-distribuidoras .hero-note {
  color: rgba(224, 237, 255, 0.95);
}

.hero-distribuidoras .hero-points {
  margin: 1.5rem auto 0;
  max-width: 520px;
  align-items: center;
}

.hero-distribuidoras .hero-points li {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  padding-left: 0;
  justify-content: center;
  text-align: center;
}

.hero-distribuidoras .hero-points li::before {
  position: static;
  flex-shrink: 0;
}

.trust-section {
  background: linear-gradient(180deg, #ffffff 0%, #ebf2fb 100%);
}

.distribuidoras-page .trust-grid {
  gap: 1.5rem;
}

.distribuidoras-page .trust-grid > div {
  background: #ffffff;
  border-radius: 1.25rem;
  padding: 1.5rem 1.75rem;
  border: 1px solid rgba(15, 61, 62, 0.08);
  box-shadow: 0 18px 40px rgba(8, 26, 45, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.distribuidoras-page .trust-grid > div:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 55px rgba(8, 26, 45, 0.12);
}

.distribuidoras-page .trust-grid h3 {
  font-size: 1.7rem;
  color: #0e2f4f;
  margin-bottom: 0.4rem;
  letter-spacing: -0.01em;
}

.distribuidoras-page .trust-grid p {
  color: #3b4b5f;
  font-size: 0.95rem;
  line-height: 1.5;
}

.solution-pill {
  background: rgba(19, 194, 194, 0.08);
  border: 1px dashed rgba(19, 194, 194, 0.45);
  padding: 1rem 1.5rem;
  border-radius: 999px;
  margin-top: 2rem;
  text-align: center;
  color: var(--charcoal);
  font-weight: 600;
}

.gradient-indigo {
  background: linear-gradient(135deg, #a5b4fc, #e0e7ff);
  color: #312e81;
}

.gradient-amber {
  background: linear-gradient(135deg, #fcd34d, #fef3c7);
}

.gradient-cobalt {
  background: linear-gradient(135deg, #93c5fd, #dbeafe);
}

.gradient-teal {
  background: linear-gradient(135deg, #5eead4, #ccfbf1);
}

.gradient-crimson {
  background: linear-gradient(135deg, #fca5a5, #fecaca);
}

.gradient-slate {
  background: linear-gradient(135deg, #cbd5e1, #f1f5f9);
}

.workflow {
  background: linear-gradient(135deg, #0e1f33 0%, #0a1322 100%);
}

.workflow-steps li {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.workflow-steps strong {
  color: #ffd166;
}

.final-cta {
  background: linear-gradient(180deg, #040c18 0%, #0d2034 55%, #041424 100%);
}

.final-cta-card {
  background: linear-gradient(135deg, #071a2c 0%, #0f3c5c 55%, #0c1d2c 100%);
}

.final-cta-card::before {
  background: radial-gradient(ellipse at 80% 50%, rgba(239, 71, 111, 0.35), transparent 65%);
}

.final-cta-actions .mp-btn-outline {
  border-color: rgba(255, 255, 255, 0.5);
}

/* Plan Cards */
.plans-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  max-width: 900px;
  margin: 0 auto;
}

@media (max-width: 968px) {
  .plans-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

.plan-card {
  background: #fff;
  border-radius: 1.5rem;
  padding: 2rem;
  border: 2px solid #f3f4f6;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.plan-card h3 {
  color: #1e293b;
  font-size: 1.5rem;
  margin: 0;
}

.plan-price {
  font-size: 2.5rem;
  font-weight: 800;
  margin: 0;
  color: #1e293b;
}

.plan-desc {
  color: #4b5563;
  line-height: 1.6;
  margin: 0;
}

.plan-card ul {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  color: #4b5563;
}

.plan-card li::before {
  content: "✓";
  margin-right: 0.5rem;
  color: #2563eb;
  font-weight: bold;
}

.plan-pill {
  display: inline-flex;
  padding: 0.4rem 1rem;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.1);
  font-size: 0.875rem;
  font-weight: 600;
  color: #1e40af;
  width: fit-content;
}

.plan-card.featured {
  background: linear-gradient(160deg, #dbeafe 0%, #93c5fd 100%);
  border: 2px solid #60a5fa;
  box-shadow: 0 8px 16px rgba(37, 99, 235, 0.15);
}

.plan-card.featured h3 {
  color: #1e3a8a;
}

.plan-card.featured .plan-price {
  color: #1e40af;
}

.plan-card.featured .plan-desc {
  color: #1f2937;
}

.plan-card.featured .plan-pill {
  background: rgba(37, 99, 235, 0.2);
  color: #1e40af;
  font-weight: 700;
}

.plan-card.featured ul {
  color: #1f2937;
}

.plan-card.featured li::before {
  color: #2563eb;
}

/* FAQ Section */
.faq {
  background: linear-gradient(180deg, #ffffff 0%, #f0f6ff 100%);
  padding: 5rem 0;
}

.faq-header {
  text-align: center;
  margin-bottom: 3rem;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.faq-subtitle {
  color: #64748b;
  font-size: 1.125rem;
  margin-top: 1rem;
}

.faq-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  max-width: 900px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .faq-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}

.faq-item {
  background: #ffffff;
  border-radius: 1rem;
  border: 1.5px solid rgba(37, 99, 235, 0.12);
  padding: 1.5rem;
  transition: all 0.2s ease;
  box-shadow: 0 10px 25px rgba(30, 41, 59, 0.08);
}

.faq-item:hover {
  border-color: rgba(37, 99, 235, 0.4);
  box-shadow: 0 14px 30px rgba(30, 41, 59, 0.14);
  transform: translateY(-2px);
}

.faq-header-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.faq-icon {
  font-size: 1.5rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.12), rgba(147, 197, 253, 0.35));
  border-radius: 0.75rem;
  color: #1e3a8a;
}

.faq-question {
  flex: 1;
  text-align: left;
  font-weight: 600;
  color: #1e293b;
  font-size: 1.0625rem;
}

.faq-item p {
  color: #475569;
  margin: 0;
  line-height: 1.7;
  font-size: 0.9375rem;
}
