/* ================================================================
   BARU SUPERFOODS — Suppliers / Fornecedores Page CSS
================================================================ */

/* ── SUPPLIER HERO ── */
.supplier-hero {
  min-height: 70vh;
  background:
    linear-gradient(135deg, rgba(30,58,31,0.85) 0%, rgba(42,90,44,0.80) 100%),
    url('https://images.unsplash.com/photo-1500382017468-9049fed747ef?w=1800&q=80') center/cover no-repeat;
  display: flex;
  align-items: center;
  padding: 10rem 2rem 5rem;
  position: relative;
}

.supplier-hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 30% 60%, rgba(200,150,42,0.15), transparent 65%);
}

.supplier-hero-content {
  max-width: 700px;
  position: relative;
}

.supplier-hero-content .hero-tag {
  color: #E5C15C;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  display: block;
}

.supplier-hero-content h1 {
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  color: #fff;
  line-height: 1.15;
  margin-bottom: 1.25rem;
}

.supplier-hero-content h1 em {
  color: #E5C15C;
  font-style: italic;
}

.supplier-hero-sub {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.8);
  max-width: 540px;
  margin-bottom: 2.5rem;
  line-height: 1.65;
}

/* ── WHY SUPPLIER ── */
.supplier-why { background: #F7F4EE; }

.why-supplier-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.why-s-card {
  background: #fff;
  border-radius: 10px;
  padding: 1.75rem;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  transition: transform 0.25s, box-shadow 0.25s;
  border-bottom: 3px solid transparent;
}
.why-s-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
  border-bottom-color: #C8962A;
}

.why-s-icon {
  width: 48px;
  height: 48px;
  background: rgba(44,95,46,0.1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: #2C5F2E;
  margin-bottom: 1rem;
}

.why-s-card h4 {
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: #1E3A1F;
  margin-bottom: 0.5rem;
}

.why-s-card p {
  font-size: 0.88rem;
  color: #4A4A4A;
  line-height: 1.6;
}

/* ── WHO CAN REGISTER ── */
.who-section { background: #1E3A1F; }
.who-section .section-label { color: #E5C15C; }
.who-section .section-title { color: #fff; }

.who-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.who-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px;
  padding: 2rem;
  transition: background 0.3s, border-color 0.3s;
}
.who-card:hover {
  background: rgba(255,255,255,0.1);
  border-color: rgba(200,150,42,0.4);
}

.who-icon {
  width: 54px;
  height: 54px;
  background: rgba(200,150,42,0.15);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: #E5C15C;
  margin-bottom: 1rem;
}

.who-card h3 {
  font-size: 1.25rem;
  color: #fff;
  margin-bottom: 0.6rem;
}

.who-card p {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.65);
  line-height: 1.6;
  margin-bottom: 1rem;
}

.who-list {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.who-list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.55);
}
.who-list li i { color: #C8962A; font-size: 0.75rem; }

/* ── HOW IT WORKS ── */
.how-section { background: #F7F4EE; }

.steps-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  gap: 1rem;
  align-items: start;
}

.step {
  background: #fff;
  border-radius: 10px;
  padding: 1.5rem;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

.step-num {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: rgba(200,150,42,0.3);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.step-content h4 {
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: #1E3A1F;
  margin-bottom: 0.4rem;
}

.step-content p {
  font-size: 0.83rem;
  color: #4A4A4A;
  line-height: 1.55;
}

.step-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #C8962A;
  font-size: 1.2rem;
  padding-top: 2rem;
}

/* ── REGIONS ── */
.regions-section { background: #2C5F2E; }
.regions-section .section-label { color: #E5C15C; }
.regions-section .section-title { color: #fff; }
.regions-section p { color: rgba(255,255,255,0.75); }

.regions-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}

.states-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1.25rem;
}

.state-pill {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 20px;
  padding: 0.4rem 1rem;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.85);
  display: flex;
  align-items: center;
  gap: 0.4rem;
  transition: background 0.2s;
}
.state-pill i { color: #E5C15C; font-size: 0.7rem; }
.state-pill:hover { background: rgba(255,255,255,0.18); }

.cerrado-box {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 12px;
  padding: 2rem;
  text-align: center;
  margin-bottom: 1.25rem;
}
.cerrado-box i {
  font-size: 2.5rem;
  color: #E5C15C;
  margin-bottom: 0.75rem;
}
.cerrado-box h3 {
  color: #fff;
  font-size: 1.4rem;
  margin-bottom: 0.25rem;
}
.cerrado-box > p {
  font-size: 0.85rem;
  margin-bottom: 1.5rem;
}

.cerrado-stats {
  display: flex;
  justify-content: space-around;
  gap: 1rem;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 1.25rem;
}
.cs { text-align: center; }
.cs-n {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #E5C15C;
}
.cs-l {
  font-size: 0.7rem;
  color: rgba(255,255,255,0.55);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.season-box {
  background: rgba(200,150,42,0.12);
  border: 1px solid rgba(200,150,42,0.3);
  border-radius: 10px;
  padding: 1.25rem 1.5rem;
}
.season-box h4 {
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  color: #E5C15C;
  margin-bottom: 0.5rem;
}
.season-box p {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.75);
}
.season-box strong { color: #E5C15C; }

/* ── SUPPLIER FORM SECTION ── */
.supplier-form-section { background: #F7F4EE; }

.supplier-form-layout {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 5rem;
  align-items: start;
}

.supplier-form-info .section-title { margin-bottom: 1rem; }
.supplier-form-info > p { color: #4A4A4A; margin-bottom: 1rem; }

.supplier-contacts {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.sc-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.9rem 1.2rem;
  border-radius: 8px;
  border: 1.5px solid;
  transition: all 0.2s;
  text-decoration: none;
}
.sc-item i {
  font-size: 1.3rem;
  width: 32px;
  text-align: center;
}
.sc-item span {
  display: block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.sc-item strong {
  display: block;
  font-size: 0.9rem;
}
.sc-whatsapp {
  border-color: #25D366;
  color: #1a9e4c;
  background: rgba(37,211,102,0.06);
}
.sc-whatsapp:hover { background: rgba(37,211,102,0.12); }
.sc-email {
  border-color: #C8962A;
  color: #8E6818;
  background: rgba(200,150,42,0.06);
}
.sc-email:hover { background: rgba(200,150,42,0.12); }

.supplier-promise {
  background: #fff;
  border-radius: 10px;
  padding: 1.25rem 1.5rem;
  margin-top: 1.5rem;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
.supplier-promise h4 {
  font-family: 'Inter', sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  color: #2C5F2E;
  margin-bottom: 0.75rem;
}
.supplier-promise h4 i { margin-right: 0.4rem; }
.supplier-promise ul {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.supplier-promise li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.82rem;
  color: #4A4A4A;
}
.supplier-promise li i { color: #2C5F2E; font-size: 0.75rem; }

.supplier-form-wrap {
  background: #fff;
  border-radius: 12px;
  padding: 2.5rem;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
}
.supplier-form-wrap h3 {
  font-size: 1.4rem;
  color: #1E3A1F;
  margin-bottom: 0.4rem;
}

.form-section-title {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #2C5F2E;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #E8E4DC;
}

/* ── NARRATIVE SECTION ── */
.narrative-section { background: #2A1A0A; }

.narrative-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.narrative-quote {
  position: relative;
  padding: 2.5rem;
  background: rgba(255,255,255,0.04);
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.08);
}

.narrative-quote i.fa-quote-left {
  font-size: 2rem;
  color: rgba(200,150,42,0.3);
  margin-bottom: 1rem;
  display: block;
}

blockquote {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  font-style: italic;
  color: rgba(255,255,255,0.85);
  line-height: 1.7;
  margin-bottom: 1rem;
}

cite {
  font-size: 0.82rem;
  color: #C8962A;
  font-style: normal;
  font-weight: 600;
}

.narrative-cerrado h3 {
  color: #E5C15C;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.narrative-cerrado p {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.65);
  line-height: 1.7;
  margin-bottom: 0.85rem;
}

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .why-supplier-grid { grid-template-columns: repeat(2, 1fr); }
  .regions-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .supplier-form-layout { grid-template-columns: 1fr; gap: 3rem; }
  .narrative-inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .steps-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .step-arrow { display: none; }
}

@media (max-width: 768px) {
  .why-supplier-grid { grid-template-columns: 1fr; }
  .who-grid { grid-template-columns: 1fr; }
  .supplier-hero { padding: 9rem 1.5rem 4rem; }
}
