/*
 *= require mercadinhos
 */

:root {
  --butcher-red: #b80c09;
  --butcher-dark: #1b1b1b;
  --butcher-rose: #ffe8e5;
  --butcher-cream: #fff9f6;
  --butcher-brown: #705046;
  --butcher-green: #1ec28b;
  --butcher-blue: #2f7dd1;
  --shadow-butcher: 0 25px 60px rgba(27, 27, 27, 0.15);
  --font-title: "Space Grotesk", "General Sans", system-ui;
  --font-body: "General Sans", "Space Grotesk", system-ui;
}

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

.acougues-page {
  background: linear-gradient(180deg, #fff9f6 0%, #ffe8e5 40%, #fff 100%);
}

.hero-acougues {
  padding: 7rem 0 5rem;
  background:
    radial-gradient(circle at 20% 20%, rgba(184, 12, 9, 0.22), transparent 55%),
    radial-gradient(circle at 80% 15%, rgba(30, 194, 139, 0.2), transparent 45%),
    linear-gradient(130deg, #2c201f 0%, #1b1b1b 70%);
  color: #fff;
}

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

.hero-acougues h1 span {
  color: var(--butcher-red);
  text-shadow: 0 0 30px rgba(184, 12, 9, 0.35);
}

.hero-acougues .hero-card {
  background: linear-gradient(145deg, rgba(27, 27, 27, 0.95), rgba(44, 32, 31, 0.9));
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: var(--shadow-butcher);
  color: #fff;
  backdrop-filter: blur(8px);
}

.hero-acougues .hero-card p {
  color: rgba(255, 255, 255, 0.8);
}

.hero-acougues .hero-card strong {
  color: var(--butcher-rose);
}

.hero-acougues .hero-card span {
  color: rgba(255, 255, 255, 0.85);
}

.trust-section {
  background: #fff;
  padding: 3.5rem 0;
}

.dores {
  background: var(--butcher-cream);
}

.solution-pill {
  background: rgba(184, 12, 9, 0.08);
  border: 1px dashed rgba(184, 12, 9, 0.4);
  border-radius: 999px;
  padding: 1rem 1.5rem;
  text-align: center;
  color: var(--butcher-dark);
  font-weight: 600;
}

.gradient-ruby {
  background: linear-gradient(135deg, #fca5a5, #fecaca);
  color: #7f1d1d;
}

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

.gradient-emerald {
  background: linear-gradient(135deg, #6ee7b7, #d1fae5);
}

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

.gradient-plum {
  background: linear-gradient(135deg, #d8b4fe, #f3e8ff);
}

.gradient-sunrise {
  background: linear-gradient(135deg, #fdba74, #fed7aa);
}

.experience {
  background: #fff;
}

.workflow {
  background: var(--butcher-dark);
  color: #fff;
}

.workflow .section-eyebrow,
.workflow strong {
  color: var(--butcher-red);
}

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

.final-cta {
  background: linear-gradient(135deg, #2b1918, #4b2c29);
}

.final-cta-card {
  background: linear-gradient(135deg, #1f1311, #371f1c);
  color: #fff;
  box-shadow: var(--shadow-butcher);
}

.final-cta-card .section-eyebrow {
  color: var(--butcher-red);
}

/* 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: var(--butcher-dark);
  font-size: 1.5rem;
  margin: 0;
}

.plan-price {
  font-size: 2.5rem;
  font-weight: 800;
  margin: 0;
  color: var(--butcher-dark);
}

.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: var(--butcher-red);
  font-weight: bold;
}

.plan-pill {
  display: inline-flex;
  padding: 0.4rem 1rem;
  border-radius: 999px;
  background: rgba(220, 38, 38, 0.1);
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--butcher-red);
  width: fit-content;
}

.plan-card.featured {
  background: linear-gradient(160deg, #fecaca 0%, #fca5a5 100%);
  border: 2px solid #f87171;
  box-shadow: 0 8px 16px rgba(220, 38, 38, 0.15);
}

.plan-card.featured h3 {
  color: #7f1d1d;
}

.plan-card.featured .plan-price {
  color: #991b1b;
}

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

.plan-card.featured .plan-pill {
  background: rgba(220, 38, 38, 0.2);
  color: #7f1d1d;
  font-weight: 700;
}

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

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

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

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

.faq-subtitle {
  color: #6b7280;
  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 #f3f4f6;
  padding: 1.5rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-item:hover {
  border-color: #fca5a5;
  box-shadow: 0 4px 12px rgba(184, 12, 9, 0.08);
  transform: translateY(-1px);
}

.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, #fff5f5, #ffe4e6);
  border-radius: 0.75rem;
}

.faq-question {
  flex: 1;
  text-align: left;
  font-weight: 600;
  color: var(--butcher-dark);
  font-size: 1.0625rem;
}

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