/* ═══════════════════════════════════════
   agriculture.css — Agriculture Services page
   ═══════════════════════════════════════ */

/* ─── PAGE HERO ─── */
.page-hero { background: linear-gradient(135deg,#020602 0%,#081008 50%,#030803 100%); padding: 100px 0 70px; position: relative; overflow: hidden; width: 100%; }
.page-hero-pattern { position: absolute; inset: 0; background-image: radial-gradient(circle at 1px 1px,rgba(184,134,11,.06) 1px,transparent 0); background-size: 32px 32px; }
.page-hero-content { position: relative; z-index: 2; }
.breadcrumb-bar { display: flex; align-items: center; gap: .5rem; margin-bottom: 1.5rem; flex-wrap: wrap; }
.breadcrumb-bar a { font-size: .76rem; color: rgba(255,255,255,.4); letter-spacing: .06em; text-transform: uppercase; transition: color .28s; }
.breadcrumb-bar a:hover { color: var(--gold-light); }
.breadcrumb-bar span { font-size: .65rem; color: rgba(255,255,255,.2); }
.breadcrumb-bar p { font-size: .76rem; color: var(--gold-light); letter-spacing: .06em; text-transform: uppercase; margin: 0; }
.page-title { font-size: clamp(2rem,4vw,3.2rem); color: #fff; line-height: 1.15; margin-bottom: 1rem; }
.page-title span { color: var(--gold-bright); }
.page-subtitle { font-size: 1rem; color: rgba(255,255,255,.55); line-height: 1.78; max-width: 600px; }

/* ─── STATS BAND ─── */
.stats-band { background: #fff; border-top: 3px solid var(--gold); border-bottom: 1px solid rgba(184,134,11,.15); overflow: hidden; }
.stats-band-row { display: flex; flex-wrap: wrap; }
.sb-stat { flex: 1; min-width: 0; padding: 2rem 1rem; text-align: center; border-right: 1px solid rgba(184,134,11,.12); }
.sb-stat:last-child { border-right: none; }
.sb-icon { font-size: 1.4rem; color: var(--gold); margin-bottom: .5rem; }
.sb-num { font-family: 'Playfair Display',serif; font-size: 2.1rem; color: var(--gold); font-weight: 700; line-height: 1; }
.sb-plus { font-family: 'Playfair Display',serif; font-size: 1.7rem; color: var(--gold); font-weight: 700; }
.sb-lbl { font-size: .68rem; color: #888; text-transform: uppercase; letter-spacing: .1em; margin-top: 4px; }

/* ─── VALUE CHAIN ─── */
.sec-value-chain { padding: 90px 0; background: #fff; }
.vc-step { position: relative; text-align: center; padding: 1.5rem 1rem; }
.vc-icon { width: 70px; height: 70px; background: var(--gold-pale); border: 2px solid rgba(184,134,11,.25); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.7rem; color: var(--gold); margin: 0 auto 1rem; transition: all .3s; }
.vc-step:hover .vc-icon { background: var(--gold); color: #000; }
.vc-title { font-size: .88rem; font-weight: 700; color: var(--dark); margin-bottom: .35rem; font-family: 'Inter',sans-serif; }
.vc-body { font-size: .78rem; color: #888; line-height: 1.6; }
.vc-arrow { display: flex; align-items: center; justify-content: center; padding-top: 1.5rem; color: rgba(184,134,11,.4); font-size: 1.5rem; }

/* ─── SERVICES ─── */
.sec-agri-services { padding: 90px 0; background: #F9F8F5; }
.agri-svc-card { background: #fff; border: 1px solid rgba(184,134,11,.15); border-radius: 8px; padding: 2rem 1.75rem; height: 100%; transition: all .3s; position: relative; overflow: hidden; }
.agri-svc-card::after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 3px; background: linear-gradient(90deg,var(--gold),var(--gold-bright)); transition: width .35s; }
.agri-svc-card:hover::after { width: 100%; }
.agri-svc-card:hover { border-color: rgba(184,134,11,.35); box-shadow: 0 10px 32px rgba(184,134,11,.1); transform: translateY(-4px); }
.agri-icon { width: 58px; height: 58px; background: var(--gold-pale); border: 1px solid rgba(184,134,11,.2); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; color: var(--gold); margin-bottom: 1.2rem; }
.agri-svc-title { font-family: 'Playfair Display',serif; font-size: 1.1rem; color: var(--dark); margin-bottom: .6rem; font-weight: 600; }
.agri-svc-body { font-size: .85rem; color: #666; line-height: 1.72; margin-bottom: 1rem; }
.agri-feat-list { list-style: none; padding: 0; margin: 0; }
.agri-feat-list li { font-size: .8rem; color: #555; padding: .28rem 0; display: flex; align-items: center; gap: .5rem; }
.agri-feat-list li i { color: var(--gold); font-size: .78rem; flex-shrink: 0; }

/* ─── DARK IMPACT SECTION ─── */
.sec-impact { padding: 90px 0; background: linear-gradient(135deg,#030a03 0%,#081208 100%); position: relative; overflow: hidden; }
.sec-impact::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 70% 60% at 60% 50%,rgba(184,134,11,.08) 0%,transparent 70%); }
.impact-num-box { background: rgba(255,255,255,.04); border: 1px solid rgba(184,134,11,.15); border-radius: 8px; padding: 1.8rem 1.2rem; text-align: center; position: relative; z-index: 2; }
.impact-num { font-family: 'Playfair Display',serif; font-size: 2.4rem; color: var(--gold-bright); font-weight: 700; line-height: 1; }
.impact-plus { font-family: 'Playfair Display',serif; font-size: 1.8rem; color: var(--gold-bright); font-weight: 700; }
.impact-lbl { font-size: .68rem; color: rgba(255,255,255,.42); text-transform: uppercase; letter-spacing: .12em; margin-top: .5rem; }
.impact-feat { display: flex; align-items: flex-start; gap: 1rem; margin-bottom: 1.4rem; position: relative; z-index: 2; }
.impact-feat-icon { width: 44px; height: 44px; background: rgba(184,134,11,.12); border: 1px solid rgba(184,134,11,.25); border-radius: 6px; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; color: var(--gold-bright); flex-shrink: 0; }
.impact-feat h6 { color: #fff; font-size: .9rem; font-weight: 700; margin-bottom: .25rem; font-family: 'Inter',sans-serif; }
.impact-feat p { color: rgba(255,255,255,.48); font-size: .82rem; margin: 0; line-height: 1.65; }

/* ─── CROPS / PRODUCE ─── */
.sec-produce { padding: 90px 0; background: #fff; }
.produce-tag { display: inline-flex; align-items: center; gap: .4rem; background: #F9F8F5; border: 1px solid rgba(184,134,11,.15); border-radius: 50px; padding: .55rem 1.2rem; font-size: .82rem; font-weight: 600; color: var(--dark); margin: .25rem; transition: all .3s; cursor: default; }
.produce-tag:hover { background: var(--gold-pale); border-color: rgba(184,134,11,.35); color: var(--gold); }
.produce-tag i { color: var(--gold); font-size: .9rem; }

/* ─── CTA BAND ─── */
.sec-cta { background: var(--gold); padding: 70px 0; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 2rem; }
.cta-title { font-size: clamp(1.4rem,3vw,2rem); color: #000; margin-bottom: .4rem; }
.cta-sub { font-size: .92rem; color: rgba(0,0,0,.62); margin: 0; }
.cta-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.2rem; }
.btn-dark-solid { display: inline-flex; align-items: center; background: var(--dark); color: #fff; font-weight: 700; font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; padding: .78rem 2rem; border-radius: 3px; transition: all .28s; }
.btn-dark-solid:hover { background: #000; color: #fff; transform: translateY(-2px); }
.cta-call { display: inline-flex; align-items: center; color: rgba(0,0,0,.72); font-weight: 700; font-size: .85rem; letter-spacing: .06em; text-transform: uppercase; transition: color .28s; }
.cta-call:hover { color: #000; }

/* ─── RESPONSIVE ─── */
@media(max-width:991px) {
  .page-hero { padding: 80px 0 55px; }
  .vc-arrow { display: none; }
  .sb-stat { padding: 1.4rem .8rem; }
}
@media(max-width:767px) {
  .page-title { font-size: 1.75rem; }
  .stats-band-row { display: grid; grid-template-columns: 1fr 1fr; }
  .sb-stat { border-right: none; border-bottom: 1px solid rgba(184,134,11,.1); }
  .cta-inner { flex-direction: column; text-align: center; }
  .cta-actions { justify-content: center; }
}
@media(max-width:480px) {
  .page-title { font-size: 1.45rem; }
  .page-hero { padding: 70px 0 45px; }
}