/* ==========================================================================
   India's First Batch-Verified Brand Landing Page Stylesheet
   ========================================================================== */

:root {
  --bv-primary: #0F382C;
  --bv-primary-light: #1A5343;
  --bv-accent: #DAA520;
  --bv-accent-hover: #C59319;
  --bv-bg-light: #F9F8F3;
  --bv-card-bg: #FFFFFF;
  --bv-text-dark: #1F2937;
  --bv-text-muted: #4B5563;
  --bv-border: #E5E7EB;
  --bv-shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
  --bv-shadow-md: 0 10px 15px -3px rgba(0, 0, 0, 0.08), 0 4px 6px -2px rgba(0, 0, 0, 0.04);
  --bv-shadow-lg: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  --bv-radius-sm: 8px;
  --bv-radius-md: 14px;
  --bv-radius-lg: 24px;
}

.bv-landing-page {
  font-family: 'Lora', Georgia, serif;
  color: var(--bv-text-dark);
  background-color: var(--bv-bg-light);
  line-height: 1.6;
  overflow-x: hidden;
}

/* Ensure interlinked homepage components are fully visible on batch-verified page */
.bv-landing-page .ep-observe {
  opacity: 1 !important;
  transform: none !important;
}

.bv-landing-page h1,
.bv-landing-page h2,
.bv-landing-page h3,
.bv-landing-page h4 {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700;
  color: var(--bv-primary);
  line-height: 1.25;
}

/* Base Container */
.bv-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* Tag / Pill Badges */
.bv-pill-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(218, 165, 32, 0.15);
  color: #8B6508;
  border: 1px solid rgba(218, 165, 32, 0.3);
  padding: 0.4rem 1rem;
  border-radius: 50px;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-family: system-ui, -apple-system, sans-serif;
  margin-bottom: 1.25rem;
}

.bv-pill-badge svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

/* --------------------------------------------------------------------------
   Hero Section (Synced with Home Page)
   -------------------------------------------------------------------------- */
.bv-hero {
  background-color: #F7F6F2;
  color: #123321;
  padding: 5.5rem 0 4.5rem;
  position: relative;
  overflow: hidden;
}

.bv-hero-bg {
  position: absolute;
  inset: -10%;
  width: 120%;
  height: 120%;
  object-fit: cover;
  z-index: 1;
  opacity: 0.75;
  pointer-events: none;
}

.bv-hero-content {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 3.5rem;
  align-items: center;
  position: relative;
  z-index: 2;
}

.bv-pill-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: #E2F1E6;
  color: #188A53;
  border: 1px solid rgba(24, 138, 83, 0.2);
  padding: 0.5rem 1.25rem;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  font-family: system-ui, -apple-system, sans-serif;
  margin-bottom: 1.5rem;
}

.bv-pill-badge svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.bv-hero-text h1 {
  color: #123321;
  font-size: 3.2rem;
  margin-bottom: 1.25rem;
  letter-spacing: -0.02em;
}

.bv-hero-text h1 span {
  color: #188A53;
  display: block;
  font-size: 2.4rem;
  font-weight: 400;
  font-style: italic;
  margin-top: 0.25rem;
}

.bv-hero-text p {
  color: #4A5C54;
  font-size: 1.15rem;
  margin-bottom: 2rem;
  max-width: 620px;
  font-family: system-ui, -apple-system, sans-serif;
  font-weight: 400;
  line-height: 1.7;
}

.bv-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.bv-btn-primary {
  background-color: #188A53;
  color: #FFFFFF;
  padding: 0.9rem 2rem;
  border-radius: 50px;
  font-weight: 600;
  font-family: system-ui, -apple-system, sans-serif;
  text-decoration: none;
  transition: all 0.25s ease;
  box-shadow: 0 4px 14px rgba(24, 138, 83, 0.25);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.bv-btn-primary:hover {
  background-color: #147445;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(24, 138, 83, 0.35);
}

.bv-btn-secondary {
  background-color: #FFFFFF;
  color: #123321;
  border: 1px solid #E6E2D8;
  padding: 0.9rem 2rem;
  border-radius: 50px;
  font-weight: 600;
  font-family: system-ui, -apple-system, sans-serif;
  text-decoration: none;
  transition: all 0.25s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.bv-btn-secondary:hover {
  background-color: #F8FAFC;
  border-color: #123321;
  transform: translateY(-2px);
}

.bv-hero-card {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid #E6E2D8;
  border-radius: var(--bv-radius-lg);
  padding: 2.25rem;
  box-shadow: 0 15px 35px rgba(18, 51, 33, 0.08);
}

.bv-hero-card-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  border-bottom: 1px solid #E6E2D8;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
}

.bv-hero-card-icon {
  width: 48px;
  height: 48px;
  background: #188A53;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: 1.35rem;
  flex-shrink: 0;
}

.bv-hero-card-title h3 {
  color: #123321;
  font-size: 1.25rem;
  margin: 0;
}

.bv-hero-card-title p {
  color: #4A5C54;
  font-size: 0.875rem;
  margin: 0;
  font-family: system-ui, -apple-system, sans-serif;
}

.bv-hero-features-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-family: system-ui, -apple-system, sans-serif;
}

.bv-hero-features-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  color: #123321;
  font-size: 0.95rem;
}

.bv-hero-features-list svg {
  width: 20px;
  height: 20px;
  color: #188A53;
  flex-shrink: 0;
  margin-top: 2px;
}


/* --------------------------------------------------------------------------
   Trust Proof Bar
   -------------------------------------------------------------------------- */
.bv-proof-bar {
  background: var(--bv-card-bg);
  border-bottom: 1px solid var(--bv-border);
  padding: 1.75rem 0;
  box-shadow: var(--bv-shadow-sm);
}

.bv-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  text-align: center;
}

.bv-proof-item {
  padding: 0.5rem 1rem;
  border-right: 1px solid var(--bv-border);
}

.bv-proof-item:last-child {
  border-right: none;
}

.bv-proof-number {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  font-weight: 700;
  color: var(--bv-primary);
  line-height: 1;
  margin-bottom: 0.35rem;
}

.bv-proof-label {
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--bv-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* --------------------------------------------------------------------------
   Section Common Layouts
   -------------------------------------------------------------------------- */
.bv-section {
  padding: 4.5rem 0;
}

.bv-section-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 3.5rem;
}

.bv-section-header h2 {
  font-size: 2.4rem;
  margin-bottom: 1rem;
}

.bv-section-header p {
  font-family: system-ui, -apple-system, sans-serif;
  color: var(--bv-text-muted);
  font-size: 1.1rem;
}

/* --------------------------------------------------------------------------
   Sourcing Section
   -------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------
   Sourcing & Botanical Spice Compendium Section
   -------------------------------------------------------------------------- */
.bv-sourcing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-bottom: 3.5rem;
}

.bv-sourcing-card {
  background: var(--bv-card-bg);
  border-radius: var(--bv-radius-md);
  padding: 2.25rem 1.75rem;
  border: 1px solid var(--bv-border);
  box-shadow: var(--bv-shadow-sm);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}

.bv-sourcing-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--bv-primary);
  transition: background 0.3s ease;
}

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

.bv-sourcing-card:hover::before {
  background: #188A53;
}

.bv-sourcing-icon {
  width: 56px;
  height: 56px;
  background: rgba(24, 138, 83, 0.1);
  color: #188A53;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  margin-bottom: 1.5rem;
}

.bv-sourcing-card h3 {
  font-size: 1.4rem;
  margin-bottom: 0.85rem;
  color: #123321;
}

.bv-sourcing-card p {
  font-family: system-ui, -apple-system, sans-serif;
  color: var(--bv-text-muted);
  font-size: 0.975rem;
  margin-bottom: 1.25rem;
}

/* Botanical Spice Compendium Grid */
.bv-compendium-header {
  text-align: center;
  margin: 4rem 0 2rem;
}

.bv-compendium-header h3 {
  font-size: 1.8rem;
  color: #123321;
  margin-bottom: 0.75rem;
}

.bv-compendium-header p {
  font-family: system-ui, -apple-system, sans-serif;
  color: var(--bv-text-muted);
  font-size: 1.05rem;
  max-width: 650px;
  margin: 0 auto;
}

.bv-spice-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.bv-spice-item-card {
  background: #FFFFFF;
  border: 1px solid #E6E2D8;
  border-radius: var(--bv-radius-md);
  padding: 1.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
  transition: all 0.25s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.bv-spice-item-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(18, 51, 33, 0.08);
  border-color: #188A53;
}

.bv-spice-card-header {
  display: flex;
  align-items: center;
  gap: 1.15rem;
  margin-bottom: 1rem;
}

.bv-spice-icon-box {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.05);
}

.bv-spice-icon-box svg {
  width: 32px;
  height: 32px;
}

.bv-spice-meta h4 {
  font-size: 1.15rem;
  color: #123321;
  margin: 0 0 0.2rem 0;
  line-height: 1.3;
}

.bv-spice-meta .bv-spice-sub {
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  color: #188A53;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.bv-spice-item-card p {
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 0.925rem;
  color: #4A5C54;
  line-height: 1.55;
  margin-bottom: 1rem;
}

.bv-spice-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.bv-spice-tag {
  background: #F3F4F6;
  color: #374151;
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.2rem 0.55rem;
  border-radius: 4px;
}

/* Spice Icon Specific Color Tints */
.bv-tint-turmeric { background: #FEF3C7; color: #D97706; }
.bv-tint-chilli { background: #FEE2E2; color: #DC2626; }
.bv-tint-pepper { background: #F3F4F6; color: #1F2937; }
.bv-tint-coriander { background: #FEF3C7; color: #B45309; }
.bv-tint-cumin { background: #FFEDD5; color: #C2410C; }
.bv-tint-cinnamon { background: #FFEDD5; color: #9A3412; }
.bv-tint-clove { background: #FEF2F2; color: #7F1D1D; }
.bv-tint-garlic { background: #F8FAFC; color: #475569; }
.bv-tint-cardamom { background: #D1FAE5; color: #059669; }
.bv-tint-star-anise { background: #FEF2F2; color: #991B1B; }
.bv-tint-ginger { background: #FEF3C7; color: #D97706; }
.bv-tint-mustard { background: #FEF08A; color: #854D0E; }
.bv-tint-fennel { background: #ECFDF5; color: #047857; }
.bv-tint-methi { background: #D1FAE5; color: #065F46; }
.bv-tint-mint { background: #E0E7FF; color: #3730A3; }
.bv-tint-hing { background: #FEF3C7; color: #B45309; }
.bv-tint-nutmeg { background: #FFEDD5; color: #9A3412; }
.bv-tint-gram { background: #FEF3C7; color: #D97706; }
.bv-tint-salt { background: #E0F2FE; color: #0369A1; }


.bv-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.bv-tag {
  background: #F3F4F6;
  color: #374151;
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.25rem 0.65rem;
  border-radius: 4px;
}

/* --------------------------------------------------------------------------
   Transparency Process Workflow
   -------------------------------------------------------------------------- */
.bv-transparency-bg {
  background: #FFFFFF;
  border-top: 1px solid var(--bv-border);
  border-bottom: 1px solid var(--bv-border);
}

.bv-workflow-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.25rem;
  position: relative;
}

.bv-step-card {
  background: var(--bv-bg-light);
  border: 1px solid var(--bv-border);
  border-radius: var(--bv-radius-md);
  padding: 1.5rem 1.15rem;
  text-align: center;
  position: relative;
}

.bv-step-num {
  width: 38px;
  height: 38px;
  background: var(--bv-primary);
  color: #FFFFFF;
  font-family: system-ui, -apple-system, sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
}

.bv-step-card h3 {
  font-size: 1.05rem;
  margin-bottom: 0.5rem;
}

.bv-step-card p {
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 0.85rem;
  color: var(--bv-text-muted);
  margin: 0;
}

/* --------------------------------------------------------------------------
   Why We Do Lab Testing Section
   -------------------------------------------------------------------------- */
.bv-why-testing {
  background: linear-gradient(180deg, #F9F8F3 0%, #EFF4F1 100%);
}

.bv-testing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.bv-testing-text h2 {
  font-size: 2.2rem;
  margin-bottom: 1.25rem;
}

.bv-testing-text p {
  font-family: system-ui, -apple-system, sans-serif;
  color: var(--bv-text-muted);
  font-size: 1.05rem;
  margin-bottom: 1.5rem;
  line-height: 1.7;
}

.bv-hazard-box {
  background: #FEF2F2;
  border-left: 4px solid #EF4444;
  padding: 1.25rem 1.5rem;
  border-radius: var(--bv-radius-sm);
  margin-bottom: 1.5rem;
}

.bv-hazard-box h4 {
  color: #991B1B;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

.bv-hazard-box p {
  color: #7F1D1D;
  font-size: 0.925rem;
  margin: 0;
}

.bv-lab-checks-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.bv-lab-check-item {
  background: #FFFFFF;
  border: 1px solid var(--bv-border);
  padding: 1.25rem;
  border-radius: var(--bv-radius-sm);
  box-shadow: var(--bv-shadow-sm);
}

.bv-lab-check-item h4 {
  font-size: 1.05rem;
  color: var(--bv-primary);
  margin-bottom: 0.35rem;
}

.bv-lab-check-item p {
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 0.875rem;
  color: var(--bv-text-muted);
  margin: 0;
}

/* --------------------------------------------------------------------------
   Competitor Comparison Table
   -------------------------------------------------------------------------- */
.bv-comparison-wrapper {
  overflow-x: auto;
  background: #FFFFFF;
  border-radius: var(--bv-radius-md);
  border: 1px solid var(--bv-border);
  box-shadow: var(--bv-shadow-md);
  margin-bottom: 2rem;
}

.bv-comparison-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  min-width: 750px;
}

.bv-comparison-table th,
.bv-comparison-table td {
  padding: 1.15rem 1.5rem;
  border-bottom: 1px solid var(--bv-border);
  font-family: system-ui, -apple-system, sans-serif;
}

.bv-comparison-table th {
  background: #F8FAFC;
  font-family: 'Playfair Display', serif;
  font-size: 1.15rem;
  color: var(--bv-primary);
  font-weight: 700;
}

.bv-comparison-table th.bv-highlight-col {
  background: var(--bv-primary);
  color: #FFFFFF;
  border-top-left-radius: var(--bv-radius-sm);
  border-top-right-radius: var(--bv-radius-sm);
}

.bv-comparison-table td.bv-highlight-col {
  background: rgba(15, 56, 44, 0.03);
  font-weight: 600;
  color: var(--bv-primary);
  border-left: 2px solid var(--bv-primary);
  border-right: 2px solid var(--bv-primary);
}

.bv-comparison-table tr:last-child td {
  border-bottom: none;
}

.bv-check {
  color: #10B981;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.bv-cross {
  color: #EF4444;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.bv-partial {
  color: #F59E0B;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

/* Mobile Comparison Cards Container */
.bv-mobile-comparison-cards {
  display: none;
  flex-direction: column;
  gap: 1.25rem;
  margin-bottom: 2rem;
}

.bv-mobile-comp-card {
  background: #ffffff;
  border-radius: var(--bv-radius-md);
  border: 1px solid var(--bv-border);
  box-shadow: var(--bv-shadow-sm);
  padding: 1.25rem;
  overflow: hidden;
}

.bv-mobile-comp-header h4 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.1rem;
  color: var(--bv-primary);
  margin: 0 0 0.85rem 0;
  line-height: 1.35;
}

.bv-mobile-comp-winner {
  background: #123321;
  color: #ffffff;
  border-radius: var(--bv-radius-sm);
  padding: 0.85rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.85rem;
  gap: 8px;
}

.bv-mobile-brand-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 0.85rem;
}

.bv-brand-dot {
  width: 8px;
  height: 8px;
  background: #10B981;
  border-radius: 50%;
  display: inline-block;
}

.bv-mobile-brand-status {
  font-size: 0.85rem;
  font-weight: 700;
  white-space: nowrap;
}

.bv-mobile-brand-status.bv-check {
  color: #A7F3D0;
}

.bv-mobile-comp-competitors {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  padding: 0.25rem 0.25rem 0;
}

.bv-mobile-comp-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.55rem 0.75rem;
  background: #F9F8F3;
  border-radius: 6px;
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 0.8rem;
  gap: 8px;
}

.bv-mobile-comp-name {
  color: #4B5563;
  font-weight: 500;
}

@media (max-width: 768px) {
  .bv-comparison-wrapper.bv-desktop-only {
    display: none;
  }

  .bv-mobile-comparison-cards {
    display: flex;
  }
}

/* --------------------------------------------------------------------------
   Eirthum Story Timeline / Banner
   -------------------------------------------------------------------------- */
.bv-story-banner {
  background: linear-gradient(135deg, #164637 0%, #0F382C 100%);
  color: #FFFFFF;
  border-radius: var(--bv-radius-lg);
  padding: 3.5rem 3rem;
  box-shadow: var(--bv-shadow-lg);
}

.bv-story-content h2 {
  color: #FFFFFF;
  font-size: 2.4rem;
  margin-bottom: 1.25rem;
}

.bv-story-content p {
  font-family: system-ui, -apple-system, sans-serif;
  color: #E2E8F0;
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.bv-story-quote {
  border-left: 4px solid var(--bv-accent);
  padding-left: 1.5rem;
  margin: 2rem 0;
  font-style: italic;
  font-size: 1.2rem;
  color: #FDE68A;
}

/* --------------------------------------------------------------------------
   FAQ Accordion Section
   -------------------------------------------------------------------------- */
.bv-faq-grid {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.bv-faq-item {
  background: var(--bv-card-bg);
  border: 1px solid var(--bv-border);
  border-radius: var(--bv-radius-sm);
  overflow: hidden;
  box-shadow: var(--bv-shadow-sm);
}

.bv-faq-question {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 1.35rem 1.5rem;
  font-family: 'Playfair Display', serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--bv-primary);
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: background 0.2s ease;
}

.bv-faq-question:hover {
  background: #F8FAFC;
}

.bv-faq-icon {
  font-size: 1.25rem;
  color: var(--bv-accent);
  transition: transform 0.3s ease;
}

.bv-faq-item.active .bv-faq-icon {
  transform: rotate(45deg);
}

.bv-faq-answer {
  padding: 0 1.5rem 1.35rem;
  font-family: system-ui, -apple-system, sans-serif;
  color: var(--bv-text-muted);
  font-size: 0.975rem;
  line-height: 1.65;
  display: none;
}

.bv-faq-item.active .bv-faq-answer {
  display: block;
}

/* --------------------------------------------------------------------------
   CTA Section Banner
   -------------------------------------------------------------------------- */
.bv-cta-banner {
  text-align: center;
  background: #0F382C;
  color: #FFFFFF;
  padding: 4.5rem 1.5rem;
  border-radius: var(--bv-radius-lg);
  box-shadow: var(--bv-shadow-lg);
  margin-bottom: 4rem;
}

.bv-cta-banner h2 {
  color: #FFFFFF;
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.bv-cta-banner p {
  font-family: system-ui, -apple-system, sans-serif;
  color: #CBD5E1;
  font-size: 1.15rem;
  max-width: 600px;
  margin: 0 auto 2rem;
}

/* --------------------------------------------------------------------------
   Responsive Layout Overrides
   -------------------------------------------------------------------------- */
@media (max-width: 992px) {
  .bv-hero-content {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .bv-hero-text h1 {
    font-size: 2.5rem;
  }

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

  .bv-proof-item {
    border-right: none;
    border-bottom: 1px solid var(--bv-border);
    padding-bottom: 1rem;
  }

  .bv-proof-item:last-child {
    border-bottom: none;
  }

  .bv-sourcing-grid {
    grid-template-columns: 1fr;
  }

  .bv-workflow-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .bv-testing-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .bv-hero-text h1 {
    font-size: 2.1rem;
  }

  .bv-hero-text h1 span {
    font-size: 1.75rem;
  }

  .bv-workflow-steps {
    grid-template-columns: 1fr;
  }

  .bv-lab-checks-grid {
    grid-template-columns: 1fr;
  }

  .bv-story-banner {
    padding: 2.25rem 1.5rem;
  }
}

/* --------------------------------------------------------------------------
   Articles Section Typography & Mobile Layout Isolation
   -------------------------------------------------------------------------- */
.bv-landing-page .ep-articles-section {
  font-family: system-ui, -apple-system, sans-serif !important;
}

.bv-landing-page .ep-article-row-card {
  font-family: system-ui, -apple-system, sans-serif !important;
  text-decoration: none !important;
  color: inherit !important;
}

.bv-landing-page .ep-article-card-h3 {
  font-family: system-ui, -apple-system, sans-serif !important;
  color: #1c4d43 !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  margin: 0 0 6px !important;
  line-height: 1.35 !important;
}

.bv-landing-page .ep-article-card-meta {
  color: #566e70 !important;
  font-size: 0.78rem !important;
  font-family: system-ui, -apple-system, sans-serif !important;
}

.bv-landing-page .ep-article-card-readtime {
  color: #1c4d43 !important;
  font-weight: 700 !important;
}

@media (max-width: 768px) {
  .bv-landing-page .ep-articles-carousel-scroller {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    overflow: visible !important;
  }

  .bv-landing-page .ep-article-row-card {
    border-left: 4px solid #1c4d43 !important;
    border-radius: 12px !important;
    padding: 8px 12px 8px 8px !important;
    background: #ffffff !important;
    box-shadow: 0 2px 10px rgba(28, 77, 67, 0.05) !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 12px !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .bv-landing-page .ep-article-card-thumb {
    width: 90px !important;
    height: 70px !important;
    flex-shrink: 0 !important;
    border-radius: 8px !important;
  }
}
