/* ============================================================
   AGRIVANA — Subpages Specific Styles (Premium Agricultural Export)
   Styles for: products.html, product-detail.html, about.html,
               process.html, quality.html, markets.html, contact.html
   ============================================================ */

/* ──────────────────────────────────────────────────────────
   1. UNIFIED PAGE HERO (Editorial, Fresh & Warm Ivory)
   ────────────────────────────────────────────────────────── */
/* ──────────────────────────────────────────────────────────
   1. MASTER INNER-PAGE HERO SYSTEM (Art-Directed 2-Column)
   ────────────────────────────────────────────────────────── */
.page-hero {
  position: relative;
  padding-top: calc(82px + 2.5rem);
  padding-bottom: 4rem;
  background-color: #F8F4E8;
  color: var(--c-text-primary);
  overflow: hidden;
  border-bottom: 1px solid rgba(200, 154, 50, 0.18);
  min-height: 520px;
  display: flex;
  align-items: center;
}

/* Detail Page Hero (Single Column Minimalist Editorial) */
.page-hero--detail {
  min-height: 380px;
  padding-top: calc(82px + 2rem);
  padding-bottom: 3rem;
}

.page-hero__container--detail {
  grid-template-columns: 1fr !important;
  max-width: 880px !important;
}

.page-hero__content--detail {
  max-width: 780px !important;
}

/* Layered Atmospheric Background System */
.page-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 700px 500px at 85% 30%, rgba(234, 240, 226, 0.85) 0%, transparent 70%),
    radial-gradient(ellipse 500px 400px at 15% 85%, rgba(200, 154, 50, 0.08) 0%, transparent 65%),
    radial-gradient(circle 350px at 50% 50%, rgba(255, 255, 255, 0.5) 0%, transparent 60%);
}

.page-hero__bg-circle-right {
  position: absolute;
  top: -15%;
  right: -5%;
  width: 580px;
  height: 580px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(234, 240, 226, 0.6) 0%, rgba(234, 240, 226, 0.1) 70%, transparent 100%);
  pointer-events: none;
  z-index: 0;
}

.page-hero__bg-circle-left {
  position: absolute;
  bottom: -20%;
  left: -8%;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(200, 154, 50, 0.06) 0%, transparent 75%);
  pointer-events: none;
  z-index: 0;
}

.page-hero__bg-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

/* Master 2-Column Hero Grid (45% Text / 55% Visual) */
.page-hero__container {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 3.5rem;
  align-items: center;
  width: 100%;
}

/* Left Column: Typography & Content */
.page-hero__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 560px;
}

/* Clean, Quiet Breadcrumb */
.page-hero__breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-family: var(--f-primary);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #155C2A;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
}

.page-hero__breadcrumb a {
  color: #6C7D68;
  text-decoration: none;
  transition: color 0.2s ease;
}

.page-hero__breadcrumb a:hover {
  color: #0B421F;
}

.page-hero__breadcrumb-sep {
  color: #C89A32;
  font-weight: 400;
}

.page-hero__breadcrumb-current {
  color: #0B421F;
}

/* Editorial Eyebrow Label with Gold Accent Line */
.page-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-family: var(--f-primary);
  font-size: 0.75rem;
  font-weight: 800;
  color: #0B421F;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 0.85rem;
}

.page-hero__eyebrow-line {
  width: 24px;
  height: 2px;
  background-color: #C89A32;
  border-radius: 2px;
  display: inline-block;
}

/* Editorial Headline with Cormorant Garamond Italic Accent */
.page-hero__headline {
  font-family: var(--f-primary);
  font-size: clamp(2.15rem, 4.2vw, 3.25rem);
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: -0.025em;
  color: #0B2516;
  margin-bottom: 1rem;
}

.page-hero__headline em {
  font-family: var(--f-editorial);
  font-style: italic;
  color: #0B421F;
  font-weight: 600;
}

/* Concise Supporting Copy */
.page-hero__body {
  font-family: var(--f-secondary);
  font-size: 1.05rem;
  line-height: 1.62;
  color: #526352;
  max-width: 52ch;
  margin-bottom: 1.75rem;
}

/* Actions & CTAs */
.page-hero__actions {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  flex-wrap: wrap;
}

.page-hero__actions .hero__btn-primary,
.page-hero__actions .hero__btn-secondary,
.page-hero__actions .btn {
  padding: 0.8rem 1.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  border-radius: var(--r-full);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  white-space: nowrap;
  text-decoration: none;
  transition: all var(--t-fast) var(--ease-out);
}

.page-hero__actions .hero__btn-primary {
  background: #0B3B1B;
  color: #FFFFFF;
  border: 1.5px solid transparent;
  box-shadow: 0 4px 14px rgba(11, 59, 27, 0.2);
}

.page-hero__actions .hero__btn-primary:hover {
  background: #155C2A;
  color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(11, 59, 27, 0.3);
}

.page-hero__actions .hero__btn-secondary {
  background: #F4EEDC;
  color: #0B2516;
  border: 1.5px solid #C8A870;
  box-shadow: 0 2px 8px rgba(11, 37, 22, 0.06);
}

.page-hero__actions .hero__btn-secondary:hover {
  background: #0B3B1B;
  color: #FFFFFF;
  border-color: #0B3B1B;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(11, 59, 27, 0.25);
}

.page-hero__actions .hero__btn-secondary svg {
  color: #8C6717;
  transition: color var(--t-fast) ease, transform var(--t-fast) var(--ease-spring);
}

.page-hero__actions .hero__btn-secondary:hover svg {
  color: #FFFFFF;
  transform: translateY(2px);
}

.page-hero__actions .hero__btn-primary svg {
  transition: transform var(--t-fast) var(--ease-spring);
}

.page-hero__actions .hero__btn-primary:hover svg {
  transform: translateY(2px);
}

/* Right Column: Art-Directed Visual Composition */
.page-hero__visual {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-hero__visual-frame,
.page-hero__image-container {
  position: relative;
  width: 100%;
  max-width: 520px;
}

/* Gold Outer Accent Arc */
.page-hero__gold-arc {
  position: absolute;
  top: -15px;
  left: -15px;
  right: -15px;
  bottom: -15px;
  border: 1.5px solid #C89A32;
  border-radius: 44px 180px 44px 160px;
  pointer-events: none;
  opacity: 0.55;
  z-index: 1;
  transition: transform 0.6s ease;
}

.page-hero:hover .page-hero__gold-arc {
  transform: rotate(1deg) scale(1.01);
}

/* Organic Mask with Photography */
.page-hero__image-mask {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 11.5;
  border-radius: 36px 170px 36px 150px;
  overflow: hidden;
  border: 5px solid #FFFFFF;
  box-shadow: 0 16px 42px rgba(11, 66, 31, 0.12);
  background-color: #EAF0E2;
  z-index: 2;
}

.page-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.8s var(--ease-out);
}

.page-hero:hover .page-hero__image {
  transform: scale(1.04);
}

/* Subtle Foliage Leaf Accent */
.page-hero__visual-leaf {
  position: absolute;
  top: -24px;
  left: -20px;
  width: 90px;
  height: 110px;
  z-index: 3;
  pointer-events: none;
  filter: drop-shadow(0 4px 10px rgba(11, 66, 31, 0.15));
}

/* Floating Micro Stamp / Brand Badge */
.page-hero__stamp {
  position: absolute;
  bottom: -16px;
  right: -10px;
  z-index: 4;
  background: #FFFFFF;
  border: 1px solid rgba(200, 154, 50, 0.35);
  border-radius: 12px;
  padding: 0.55rem 0.95rem;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  box-shadow: 0 8px 24px rgba(11, 66, 31, 0.1);
  white-space: nowrap;
}

.page-hero__stamp-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.page-hero__stamp-text {
  font-family: var(--f-primary);
  font-size: 0.71875rem;
  font-weight: 800;
  color: #0B2516;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* ──────────────────────────────────────────────────────────
   2. ABOUT PAGE STYLES
   ────────────────────────────────────────────────────────── */
.about-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: var(--sp-6);
  align-items: center;
}

.about-values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--sp-3);
  margin-top: var(--sp-4);
}

.value-card {
  background-color: var(--c-white);
  border: 1px solid var(--c-border);
  border-radius: var(--r-xl);
  padding: 2rem 1.75rem;
  box-shadow: var(--shadow-xs);
  transition: transform var(--t-fast) var(--ease-spring), box-shadow var(--t-fast) var(--ease-out);
}

.value-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: rgba(200, 154, 50, 0.35);
}

.value-card__icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: var(--c-sage);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--c-forest);
  margin-bottom: 1.25rem;
  border: 1px solid rgba(21, 92, 42, 0.12);
}

.value-card__icon svg {
  width: 24px;
  height: 24px;
}

.value-card__title {
  font-family: var(--f-primary);
  font-size: var(--fs-lg);
  font-weight: var(--fw-bold);
  color: var(--c-text-primary);
  margin-bottom: 0.5rem;
}

.value-card__desc {
  font-family: var(--f-secondary);
  font-size: var(--fs-sm);
  line-height: var(--lh-relaxed);
  color: var(--c-text-secondary);
}

/* ──────────────────────────────────────────────────────────
   3. SIMPLIFIED & ELEGANT PRODUCT DETAIL PAGE
   ────────────────────────────────────────────────────────── */
.product-detail-section {
  padding-top: 3.5rem;
  padding-bottom: 5rem;
  background-color: #FAF6EC;
}

.detail-crop-nav {
  background-color: #FFFFFF;
  border-bottom: 1px solid rgba(200, 154, 50, 0.18);
  padding: 1.25rem 0;
  position: sticky;
  top: 76px;
  z-index: 10;
  box-shadow: 0 4px 16px rgba(11, 66, 31, 0.03);
}

.detail-crop-nav__group {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.detail-crop-nav__label {
  font-family: var(--f-primary);
  font-size: 0.71875rem;
  font-weight: 800;
  color: #0B421F;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  min-width: 80px;
}

.product-detail-grid {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 3.5rem;
  align-items: start;
}

.detail-visual {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.detail-visual__card {
  width: 100%;
  aspect-ratio: 1 / 0.88;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(200, 154, 50, 0.22);
  background: radial-gradient(circle at 50% 50%, #FFFFFF 40%, #F9F6F0 100%);
  padding: 1.5rem;
  box-shadow: 0 8px 28px rgba(11, 66, 31, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
}

.detail-visual__card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 14px;
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.07));
  transition: transform 0.4s ease, filter 0.4s ease;
}

.detail-visual__badges {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.65rem;
}

.detail-badge-item {
  background: #FFFFFF;
  border: 1px solid rgba(200, 154, 50, 0.2);
  border-radius: 12px;
  padding: 0.75rem 0.5rem;
  text-align: center;
}

.detail-badge-item__title {
  font-size: 0.75rem;
  font-weight: 800;
  color: #0B421F;
  margin-bottom: 0.15rem;
}

.detail-badge-item__sub {
  font-size: 0.65625rem;
  color: #6C7D68;
  font-weight: 600;
}

/* Right Column: Clean Specification Cards */
.detail-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.detail-header {
  border-bottom: 1px solid rgba(200, 154, 50, 0.15);
  padding-bottom: 1.25rem;
}

.detail-header__eyebrow {
  font-family: var(--f-primary);
  font-size: 0.75rem;
  font-weight: 800;
  color: #C89A32;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 0.35rem;
}

.detail-header__title {
  font-family: var(--f-primary);
  font-size: clamp(1.85rem, 3vw, 2.5rem);
  font-weight: 800;
  color: #0B2516;
  line-height: 1.2;
  margin-bottom: 0.35rem;
}

.detail-header__sub {
  font-family: var(--f-secondary);
  font-size: 0.9375rem;
  font-style: italic;
  color: #0B421F;
  margin: 0;
}

/* 2x3 Simplified Spec Cards */
.spec-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
}

.spec-card {
  background: #FFFFFF;
  border: 1px solid rgba(200, 154, 50, 0.18);
  border-radius: 14px;
  padding: 1rem 1.15rem;
  box-shadow: 0 2px 10px rgba(11, 66, 31, 0.03);
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.spec-card__label {
  font-family: var(--f-primary);
  font-size: 0.6875rem;
  font-weight: 800;
  color: #0B421F;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.spec-card__label-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #C89A32;
}

.spec-card__value {
  font-family: var(--f-secondary);
  font-size: 0.875rem;
  font-weight: 600;
  color: #0B2516;
  line-height: 1.45;
  margin: 0;
}

.detail-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
  flex-wrap: wrap;
}

.detail-actions .hero__btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.875rem 1.75rem;
  background: #0B421F;
  color: #FFFFFF;
  border: 1.5px solid #0B421F;
  border-radius: 100px;
  font-family: var(--f-primary);
  font-size: 0.9375rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(11, 66, 31, 0.2);
  transition: all 0.25s var(--ease-spring);
}

.detail-actions .hero__btn-primary:hover {
  background: #155C2A;
  border-color: #155C2A;
  color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(11, 66, 31, 0.3);
}

.detail-actions .hero__btn-primary svg {
  width: 15px;
  height: 15px;
  transition: transform 0.25s ease;
}

.detail-actions .hero__btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.875rem 1.75rem;
  background: #F4EEDC;
  color: #0B421F;
  border: 1.5px solid #C8A870;
  border-radius: 100px;
  font-family: var(--f-primary);
  font-size: 0.9375rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(11, 37, 22, 0.06);
  transition: all 0.25s var(--ease-spring);
}

.detail-actions .hero__btn-secondary:hover {
  background: #0B421F;
  color: #FFFFFF;
  border-color: #0B421F;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(11, 66, 31, 0.25);
}

.detail-actions .hero__btn-secondary svg {
  width: 15px;
  height: 15px;
  color: #8C6717;
  transition: color 0.2s ease, transform 0.25s ease;
}

.detail-actions .hero__btn-secondary:hover svg {
  color: #FFFFFF;
}

[dir="rtl"] .detail-actions .hero__btn-secondary:hover svg {
  transform: translateX(4px);
}

[dir="ltr"] .detail-actions .hero__btn-secondary:hover svg {
  transform: translateX(-4px);
}

/* Calendar matrix */
.calendar-matrix {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 4px;
  background-color: var(--c-ivory);
  padding: 0.75rem;
  border-radius: var(--r-md);
  border: 1px solid var(--c-border);
}

.calendar-month {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 0.35rem 0;
  font-family: var(--f-primary);
  font-size: 0.6875rem;
  font-weight: var(--fw-bold);
  color: var(--c-text-secondary);
}

.calendar-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--c-border);
}

.calendar-month.is-active .calendar-dot {
  background-color: var(--c-forest);
  box-shadow: 0 0 6px rgba(21, 92, 42, 0.4);
}

.calendar-month.is-active {
  color: var(--c-forest);
}

/* ──────────────────────────────────────────────────────────
   4. PROCESS DETAILED CARDS (process.html)
   ────────────────────────────────────────────────────────── */
.process-detailed-list {
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
}

.process-card-detailed {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: var(--sp-3);
  background-color: var(--c-white);
  border: 1px solid var(--c-border);
  border-radius: var(--r-xl);
  padding: 2rem;
  box-shadow: var(--shadow-xs);
  transition: transform var(--t-fast) var(--ease-spring), border-color var(--t-fast) var(--ease-out);
}

.process-card-detailed:hover {
  transform: translateY(-2px);
  border-color: rgba(200, 154, 50, 0.35);
}

.stage-num-badge {
  font-family: var(--f-editorial);
  font-size: 2.25rem;
  font-weight: 700;
  font-style: italic;
  color: var(--c-gold);
  line-height: 1;
}

.stage-content h3 {
  font-family: var(--f-primary);
  font-size: var(--fs-xl);
  font-weight: var(--fw-bold);
  color: var(--c-text-primary);
  margin-bottom: 0.5rem;
}

.stage-content p {
  font-family: var(--f-secondary);
  font-size: var(--fs-md);
  line-height: var(--lh-relaxed);
  color: var(--c-text-secondary);
  margin-bottom: 0.75rem;
}

/* ──────────────────────────────────────────────────────────
   5. QUALITY & CERTIFICATIONS (quality.html)
   ────────────────────────────────────────────────────────── */
.cert-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--sp-3);
  margin-top: var(--sp-4);
}

.cert-card {
  background-color: var(--c-white);
  border: 1px solid var(--c-border);
  border-radius: var(--r-lg);
  padding: 1.5rem;
  text-align: center;
  box-shadow: var(--shadow-xs);
  transition: transform var(--t-fast) var(--ease-spring), border-color var(--t-fast) var(--ease-out);
}

.cert-card:hover {
  transform: translateY(-3px);
  border-color: var(--c-gold);
}

.cert-card__badge {
  display: inline-block;
  padding: 0.35rem 0.85rem;
  background-color: var(--c-sage);
  border: 1px solid rgba(21, 92, 42, 0.15);
  border-radius: var(--r-full);
  font-family: var(--f-primary);
  font-size: var(--fs-xs);
  font-weight: var(--fw-extrabold);
  color: var(--c-forest);
  margin-bottom: 0.75rem;
}

.cert-card__title {
  font-family: var(--f-primary);
  font-size: var(--fs-base);
  font-weight: var(--fw-bold);
  color: var(--c-text-primary);
  margin-bottom: 0.35rem;
}

.cert-card__desc {
  font-family: var(--f-secondary);
  font-size: var(--fs-xs);
  line-height: var(--lh-normal);
  color: var(--c-text-secondary);
}

/* ──────────────────────────────────────────────────────────
   6. MARKETS TRANSIT CORRIDORS (markets.html)
   ────────────────────────────────────────────────────────── */
.market-routes-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--sp-3);
}

.route-box {
  background-color: var(--c-white);
  border: 1px solid var(--c-border);
  border-radius: var(--r-xl);
  padding: 1.75rem;
  box-shadow: var(--shadow-xs);
  transition: transform var(--t-fast) var(--ease-spring);
}

.route-box:hover {
  transform: translateY(-2px);
  border-color: rgba(200, 154, 50, 0.35);
}

.route-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--c-border-light);
}

.route-dest {
  font-family: var(--f-primary);
  font-size: var(--fs-lg);
  font-weight: var(--fw-bold);
  color: var(--c-forest);
}

.route-time {
  font-family: var(--f-primary);
  font-size: var(--fs-sm);
  font-weight: var(--fw-extrabold);
  color: var(--c-gold);
  background-color: rgba(200, 154, 50, 0.12);
  padding: 0.25rem 0.65rem;
  border-radius: var(--r-full);
}

/* ──────────────────────────────────────────────────────────
   7. CONTACT & RFQ FORM (contact.html)
   ────────────────────────────────────────────────────────── */
.contact-layout {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: var(--sp-6);
  align-items: start;
}

.rfq-form-card {
  background-color: var(--c-white);
  border: 1px solid var(--c-border);
  border-radius: var(--r-2xl);
  padding: 2.5rem;
  box-shadow: var(--shadow-sm);
}

.contact-info-panel {
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
}

.contact-card {
  background-color: var(--c-white);
  border: 1px solid var(--c-border);
  border-radius: var(--r-xl);
  padding: 1.75rem;
  box-shadow: var(--shadow-xs);
}

.contact-card__icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: var(--c-sage);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--c-forest);
  margin-bottom: 1rem;
  border: 1px solid rgba(21, 92, 42, 0.12);
}

.contact-card__icon svg {
  width: 20px;
  height: 20px;
}

.contact-card__title {
  font-family: var(--f-primary);
  font-size: var(--fs-md);
  font-weight: var(--fw-bold);
  color: var(--c-text-primary);
  margin-bottom: 0.25rem;
}

.contact-card__detail {
  font-family: var(--f-secondary);
  font-size: var(--fs-sm);
  color: var(--c-text-secondary);
  line-height: var(--lh-relaxed);
}

/* ══════════════════════════════════════════════════════════════
   PAGES RTL COMPATIBILITY
   ══════════════════════════════════════════════════════════════ */
[dir="rtl"] .spec-item {
  text-align: right;
}

[dir="rtl"] .spec-item__label {
  text-align: right;
}

[dir="rtl"] .spec-item__value {
  text-align: right;
}

[dir="rtl"] .contact-info-card {
  text-align: right;
}

[dir="rtl"] .contact-info-item {
  text-align: right;
}


/* ==========================================================================
   EXPORT ECOSYSTEM UNIFIED PAGE STYLES
   ========================================================================== */

/* Sub-Hero Supporting Strip */
.ecosystem-sub-strip {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.4rem 1.1rem;
  background: rgba(200, 154, 50, 0.12);
  border: 1px solid rgba(200, 154, 50, 0.35);
  border-radius: var(--r-full);
  font-family: var(--f-primary);
  font-size: var(--fs-xs);
  font-weight: 700;
  color: var(--c-forest);
  letter-spacing: 0.04em;
  margin-top: 1.25rem;
}

[dir="rtl"] .ecosystem-sub-strip {
  letter-spacing: 0;
}

.ecosystem-sub-strip span.sep {
  color: var(--c-gold);
  font-size: 0.85rem;
}

/* Timeline: Connected Horizontal / Adaptive Stack */
.export-timeline {
  position: relative;
  margin: var(--sp-5) 0 var(--sp-4);
}

.export-timeline-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.25rem;
  position: relative;
}

.export-timeline-grid::before {
  content: '';
  position: absolute;
  top: 24px;
  inset-inline: 2rem;
  height: 2px;
  background: linear-gradient(90deg, var(--c-gold), var(--c-forest-light), var(--c-gold));
  opacity: 0.35;
  z-index: 1;
}

.timeline-step {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  background: var(--c-white);
  border: 1px solid var(--c-border);
  border-radius: var(--r-lg);
  padding: 1.5rem 1.15rem;
  box-shadow: 0 4px 16px rgba(11, 66, 31, 0.04);
  transition: transform var(--t-fast) var(--ease-spring), box-shadow var(--t-fast) var(--ease-out), border-color var(--t-fast);
}

.timeline-step:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(11, 66, 31, 0.08);
  border-color: rgba(200, 154, 50, 0.45);
}

.timeline-step__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.timeline-step__num {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--c-forest) 0%, #155C2A 100%);
  color: #FFFFFF;
  font-family: var(--f-primary);
  font-weight: 800;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--c-gold);
  box-shadow: 0 2px 8px rgba(11, 66, 31, 0.15);
}

.timeline-step__icon {
  color: var(--c-gold);
  width: 20px;
  height: 20px;
}

.timeline-step__title {
  font-family: var(--f-primary);
  font-size: 1rem;
  font-weight: 800;
  color: var(--c-forest);
  margin-bottom: 0.5rem;
  line-height: 1.35;
}

.timeline-step__desc {
  font-size: 0.8125rem;
  line-height: 1.55;
  color: var(--c-muted);
  margin: 0;
}

@media (max-width: 1100px) {
  .export-timeline-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .export-timeline-grid::before {
    display: none;
  }
}

@media (max-width: 680px) {
  .export-timeline-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

/* Subtle Section Connector */
.section-connector {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1.5rem 0;
}

.section-connector__line {
  height: 1px;
  width: 80px;
  background: linear-gradient(90deg, transparent, rgba(200, 154, 50, 0.4), transparent);
}

.section-connector__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--c-gold);
}

/* 6 Quality Pillars Grid */
.quality-pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin: var(--sp-4) 0;
}

@media (max-width: 900px) {
  .quality-pillars-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 580px) {
  .quality-pillars-grid {
    grid-template-columns: 1fr;
  }
}

.quality-pillar-card {
  background: var(--c-white);
  border: 1px solid rgba(21, 92, 42, 0.12);
  border-radius: var(--r-lg);
  padding: 1.75rem 1.5rem;
  box-shadow: 0 4px 16px rgba(11, 66, 31, 0.03);
  transition: transform var(--t-fast) var(--ease-spring), box-shadow var(--t-fast) var(--ease-out), border-color var(--t-fast);
}

.quality-pillar-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(11, 66, 31, 0.08);
  border-color: rgba(200, 154, 50, 0.4);
}

.quality-pillar-card__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--c-sage);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--c-forest);
  margin-bottom: 1.15rem;
  border: 1px solid rgba(21, 92, 42, 0.1);
}

.quality-pillar-card__icon svg {
  width: 22px;
  height: 22px;
}

.quality-pillar-card__title {
  font-family: var(--f-primary);
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--c-forest);
  margin-bottom: 0.5rem;
}

.quality-pillar-card__desc {
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--c-muted);
  margin: 0;
}

/* Certifications Trust Strip */
.cert-trust-strip {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding: 1.5rem 2rem;
  background: var(--c-white);
  border: 1px solid var(--c-border);
  border-radius: var(--r-xl);
  margin-top: var(--sp-4);
  box-shadow: 0 4px 16px rgba(11, 66, 31, 0.03);
}

.cert-trust-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.cert-trust-badge {
  font-family: var(--f-primary);
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--c-forest);
  letter-spacing: 0.02em;
}

.cert-trust-sub {
  font-size: 0.75rem;
  color: var(--c-muted);
  display: block;
}
