/* ===================================================
   free-range-eggs-india.css — page-specific styles
   Imports common.css; only contains page-unique rules.
=================================================== */

@import "./common.css";


/* ── HERO: full-bleed background image ── */
  .hero {
    position: relative;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }

.hero-bg {
    position: absolute;
    inset: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    object-position: center 30%;
    display: block;
    z-index: 0;
  }

.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
      105deg,
      rgba(20,16,10,0.88) 0%,
      rgba(20,16,10,0.75) 38%,
      rgba(20,16,10,0.30) 65%,
      rgba(20,16,10,0.08) 100%
    );
    z-index: 1;
  }

.hero::after {
    content: '';
    position: absolute;
    left: 0; right: 0; bottom: -2px;
    height: 28px;
    background: #fff;
    clip-path: polygon(0 60%, 3% 25%, 7% 65%, 11% 28%, 15% 62%, 20% 30%, 24% 68%, 29% 32%, 33% 65%, 38% 28%, 42% 60%, 47% 30%, 51% 68%, 56% 32%, 60% 65%, 65% 28%, 69% 62%, 74% 30%, 78% 68%, 83% 32%, 87% 65%, 92% 28%, 96% 62%, 100% 35%, 100% 100%, 0 100%);
    z-index: 3;
  }

/* Aligns hero content to the same grid as the rest of the page */
  .hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: var(--max-w);
    margin: 0 auto;
    padding: 52px 28px 80px 28px;
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 600px;
  }

/* Text is constrained to ~half the container, matching reference */
  .hero-inner {
    max-width: 500px;
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: center;
  }

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255,255,255,0.12);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255,255,255,0.22);
    border-radius: 8px;
    padding: 7px 14px 7px 10px;
    margin-bottom: 28px;
    width: fit-content;
  }

.hero-badge-icon {
    width: 36px; height: 36px;
    background: #fff;
    border-radius: 5px;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
  }

.hero-badge-icon i { font-size: 20px; color: var(--green); }

.hero-badge-text strong {
    display: block;
    font-size: 10px; font-weight: 800; letter-spacing: 1.4px;
    text-transform: uppercase; color: #F0B97A; line-height: 1.3;
  }

.hero-badge-text span {
    font-size: 9px; font-weight: 600; letter-spacing: 1px;
    text-transform: uppercase; color: rgba(240,185,122,0.65); line-height: 1.3;
  }

.hero h1 {
    font-family: var(--serif);
    font-size: 50px; font-weight: 700;
    color: #F5EFE2; line-height: 1.08; margin-bottom: 16px;
  }

.hero-tagline {
    font-size: 15px; font-weight: 600;
    color: #E8E0D0; margin-bottom: 10px;
  }

.hero-sub {
    font-size: 13.5px; color: #B8AF9E;
    line-height: 1.75; margin-bottom: 30px; max-width: 440px;
  }

.hero-btns {
    display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 0;
  }

.btn-hero-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--orange);
  color: #fff;
  padding: 13px 26px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 14px;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
  white-space: nowrap;
}

.btn-hero-primary:hover { background: var(--orange-light); }

.btn-hero-primary i { font-size: 16px; }

.cta-logo-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  border-radius: 30px;
  border: 1.5px solid rgba(255,255,255,0.25);
  min-width: 130px;
  height: 48px;
  cursor: pointer;
  transition: opacity 0.2s;
}

.cta-logo-btn:hover { opacity: 0.88; }

.cta-platform-logo {
  height: 28px;
  width: auto;
  display: block;
  object-fit: contain;
}

.hero-tags {
    display: flex; gap: 8px; flex-wrap: wrap; padding-top: 32px;
  }

.hero-tag {
    display: inline-flex; align-items: center; gap: 6px;
    background: rgba(255,255,255,0.10);
    backdrop-filter: blur(4px);
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 24px; padding: 6px 14px;
    font-size: 12px; font-weight: 600; color: #E5DDD0;
  }

.hero-tag i { font-size: 13px; color: #F0B97A; }

.hero-cert-card {
    position: absolute;
    bottom: 40px; right: 36px; z-index: 2;
    background: rgba(20,16,10,0.72);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 10px; padding: 10px 14px;
    display: flex; align-items: center; gap: 10px; max-width: 230px;
  }

.hero-cert-card i { font-size: 22px; color: #F0B97A; flex-shrink: 0; }

.hero-cert-card-text strong {
    display: block; font-size: 11px; font-weight: 700;
    color: #F5EFE2; margin-bottom: 2px;
  }

.hero-cert-card-text span { font-size: 10px; color: #9A9180; line-height: 1.4; }

@media (max-width: 860px) {
    .hero h1 { font-size: 34px; }
    .hero-content { padding: 40px 28px 68px; min-height: 440px; }
    .hero-inner { max-width: 100%; }
    .hero-cert-card { display: none; }
  }

@media (max-width: 480px) {
    .hero h1 { font-size: 28px; }
    .hero-tags { gap: 6px; }
    .hero-tag { font-size: 11px; padding: 5px 11px; }
  }

.cards-4 { max-width: var(--max-w); margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }

@media (max-width: 860px) { .cards-4 { grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 480px) { .cards-4 { grid-template-columns: 1fr; } }

.card { min-width: 0; background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 28px 22px 22px; display: flex; flex-direction: column; align-items: flex-start; }

.card-illustration { width: 100%; height: 220px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; background: var(--grey-light); border-radius: 12px; overflow: hidden; }

.card-illustration img { width: 100%; height: 100%; object-fit: cover; display: block; }

.card-img-placeholder {
    width: 100%; height: 160px;
    background: var(--grey-light);
    border: 2px dashed var(--border);
    border-radius: var(--radius);
    margin-bottom: 18px;
    display: flex; align-items: center; justify-content: center;
  }

.card-img-placeholder::after {
    content: 'Image';
    font-size: 11px; font-weight: 600;
    letter-spacing: 1px; text-transform: uppercase;
    color: var(--border);
  }

.card h3 { font-family: var(--serif); font-size: 18px; font-weight: 700; color: var(--ink); margin-bottom: 7px; }

.card p { font-size: 13.5px; color: var(--muted); line-height: 1.7; }

.diff-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; }

.diff-header { display: grid; grid-template-columns: 160px 1fr 1fr; border-bottom: 1px solid var(--border); }

.diff-hcell { padding: 14px 16px; font-size: 11px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; text-align: center; border-right: 1px solid var(--border); }

.diff-hcell:last-child { border-right: none; }

.diff-hcell.conv { color: var(--ink); background: transparent; }

.diff-hcell.lbl { background: var(--grey-light); border-right: 1px solid var(--border); }

.diff-hcell.free { color: var(--orange); background: transparent; }

.diff-label { font-size: 10px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--muted); background: var(--grey-light); padding: 14px 14px; border-right: 1px solid var(--border); display: flex; align-items: center; }

.diff-row { display: grid; grid-template-columns: 160px 1fr 1fr; border-top: 1px solid var(--border); }

.diff-cell { padding: 14px 16px; font-size: 13px; line-height: 1.45; text-align: left; border-right: 1px solid var(--border); color: var(--muted); }

.diff-cell:last-child { border-right: none; }

.diff-cell.best { color: var(--orange); font-weight: 700; background: #fff; text-align: left; }

.diff-cell.good { color: var(--green-mid); font-weight: 500; background: #fff; text-align: left; }

.channels-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }

.channel-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 18px; }

.channel-card.wide { grid-column: span 2; display: flex; gap: 16px; align-items: center; border: 1.5px solid var(--orange); }

.channel-emoji { font-size: 28px; margin-bottom: 10px; }

.channel-card.wide .channel-emoji { font-size: 36px; margin: 0; }

.channel-card h3 { font-size: 14px; font-weight: 700; color: var(--ink-mid); margin-bottom: 4px; }

.channel-card p { font-size: 12px; color: var(--muted); line-height: 1.6; }

.channel-cities { display: flex; gap: 5px; flex-wrap: wrap; margin-top: 8px; }

.city-chip { font-size: 10px; font-weight: 700; padding: 3px 9px; border-radius: 10px; background: #fff; border: 1px solid var(--border); color: var(--muted); }

.lab-steps { display: flex; flex-direction: column; }

.lab-step { display: flex; gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--border); }

.lab-step:last-child { border-bottom: none; }

.lab-step-num { width: 34px; height: 34px; min-width: 34px; border-radius: 50%; background: #fff; border: 1.5px solid var(--orange); display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 800; color: var(--orange); margin-top: 2px; }

.lab-step h3 { font-size: 14px; font-weight: 700; color: var(--ink-mid); margin-bottom: 5px; }

.lab-step p { font-size: 13px; color: var(--muted); line-height: 1.65; }

.lab-promise { background: var(--muted); border-radius: var(--radius-lg); padding: 32px 28px; }

.lab-promise h3 { font-family: var(--serif); font-size: 22px; font-weight: 700; color: #F5EFE2; margin-bottom: 10px; }

.lab-promise > p { font-size: 13.5px; color: #D8D0C0; line-height: 1.75; margin-bottom: 20px; }

.lab-promise-items { display: flex; flex-direction: column; gap: 9px; }

.lab-promise-item { display: flex; align-items: center; gap: 10px; font-size: 13px; color: #E5DECF; font-weight: 500; }

.lab-promise-item i { font-size: 15px; color: #F0B97A; }

.cmp-table { width: 100%; border-collapse: collapse; font-size: 13px; border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; max-width: var(--max-w); margin: 0 auto; background: #fff; }

.cmp-table thead th { padding: 15px 18px; text-align: left; font-size: 12px; font-weight: 700; }

.cmp-table thead th:first-child { background: var(--grey-light); color: var(--muted); }

.cmp-table thead th.th-a { background: var(--orange); color: #fff; }

.cmp-table thead th.th-b { background: var(--green); color: #fff; }

.cmp-table tbody tr { border-top: 1px solid var(--border); }

.cmp-table tbody td { padding: 13px 18px; vertical-align: top; }

.cmp-table tbody td:first-child { font-weight: 600; color: var(--muted); background: #FAF8F2; }

.cmp-table tbody td.td-a { background: #FDFAF2; color: var(--orange); font-weight: 500; }

.cmp-table tbody td.td-b { background: var(--green-tint); color: var(--green-mid); }

.check { font-weight: 700; }

/* ── CERTIFIED HUMANE BANNER ── */
.cert-banner {
  background: #fff;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  overflow: hidden;
}

.cert-banner-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 6fr 4fr;
  align-items: stretch;
  min-height: 260px;
}

.cert-banner-text {
  padding: 44px 52px 44px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
}

.cert-banner-logo-heading {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}

.cert-banner-logo {
  height: 60px;
  width: auto;
  display: block;
  flex-shrink: 0;
}

.cert-banner-heading {
  font-family: var(--serif);
  font-size: 29px;
  font-weight: 700;
  color: var(--green);
  line-height: 1.18;
  margin: 0;
}

.cert-banner-heading sup {
  font-size: 0.52em;
  vertical-align: super;
  font-weight: 700;
}

.cert-banner-sub {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.65;
  margin: 0;
}

.cert-banner-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--green);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 22px;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.2s;
  align-self: flex-start;
}
.cert-banner-btn:hover { background: var(--green-mid); }
.cert-banner-btn i { font-size: 15px; line-height: 1; }

.cert-banner-img-col {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  background: #ffffff;
}

.cert-banner-img-col img {
  width: 375px;
  height: 147px;
  object-fit: none;
  display: block;
}

.cert-banner-img-placeholder {
  width: 100%;
  height: 100%;
  min-height: 260px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  padding: 24px;
  box-sizing: border-box;
}

/* ── DELIVERY APPS BAND ── */
.delivery-band { background: #F5EFE2; padding: 56px 28px; text-align: center; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }

.delivery-title { font-family: var(--serif); font-size: 36px; font-weight: 700; color: var(--ink); max-width: 720px; margin: 0 auto 44px; line-height: 1.14; }

.delivery-logos { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 14px; max-width: 700px; margin: 0 auto 40px; }

.delivery-logo-wrap { display: flex; align-items: center; justify-content: center; padding: 0 36px; }

.delivery-logo-wrap svg { height: 44px; width: auto; max-width: 160px; }

.delivery-divider { width: 1px; height: 48px; background: #d4c9b4; flex-shrink: 0; }

.delivery-wa-btn { display: inline-flex; align-items: center; gap: 9px; background: var(--green); color: #fff; padding: 14px 32px; border-radius: 30px; font-size: 15px; font-weight: 700; text-decoration: none; transition: background 0.2s; }

.delivery-wa-btn:hover { background: var(--green-mid); }

.delivery-note { margin-top: 20px; font-size: 15px; color: var(--muted); line-height: 1.7; }

@media (max-width: 860px) {
    .nav-links { display: none; }
    .grid-2, .faq-grid { grid-template-columns: 1fr; }
    .section-title { font-size: 28px; }
    .footer-top { grid-template-columns: 1fr 1fr; }
    .why-free-range-img { margin-top: 0 !important; }
    .cert-banner-inner { grid-template-columns: 1fr; min-height: auto; }
    .cert-banner-text { padding: 36px 24px; gap: 12px; }
    .cert-banner-heading { font-size: 26px; }
    .cert-banner-img-col { min-height: 220px; }
    .cert-banner-img-placeholder { min-height: 220px; border-left: none; border-top: 2px dashed var(--border-strong); }
  }

@media (max-width: 480px) {
    .channels-grid { grid-template-columns: 1fr; }
    .channel-card.wide { grid-column: span 1; flex-direction: column; text-align: center; }
    .footer-top { grid-template-columns: 1fr; }
    .cta-band h2 { font-size: 26px; }
    .diff-hcell { font-size: 9px; padding: 9px 6px; }
    .diff-cell { font-size: 11px; padding: 8px 6px; }
    .delivery-title { font-size: 28px; }
    .delivery-logos { gap: 10px; }
  }
