/* =====================================================
   ZAIN AL SEHA — Egg Trading Company
   Navy · Amber Gold · Fresh Green
   ===================================================== */

:root {
  --navy:         #060f1e;
  --navy-mid:     #0e1f38;
  --navy-light:   #1a3050;
  --navy-pale:    #f0f4f8;

  --gold:         #e8a820;
  --gold-bright:  #f0bc40;
  --gold-pale:    #fef9ee;
  --gold-dark:    #c48a10;

  --amber:        #d97706;
  --amber-light:  #f59e0b;

  --green:        #059669;
  --green-light:  #10b981;
  --green-pale:   #ecfdf5;

  --wa:           #25d366;
  --wa-dark:      #128c42;

  --gray:         #64748b;
  --gray-light:   #f1f5f9;
  --border:       #e2e8f0;
  --cream:        #fdfaf4;
  --white:        #ffffff;
  --dark:         #030b18;

  --shadow:       0 4px 24px rgba(6, 15, 30, 0.08);
  --shadow-lg:    0 12px 48px rgba(6, 15, 30, 0.15);
  --shadow-gold:  0 8px 32px rgba(232, 168, 32, 0.3);

  --radius:       14px;
  --radius-sm:    8px;
  --radius-xs:    6px;

  --font-en:      'Poppins', sans-serif;
  --font-ar:      'Tajawal', sans-serif;
}

/* ===== RESET ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-en);
  color: var(--dark);
  background: var(--white);
  line-height: 1.6;
  overflow-x: hidden;
}
body.ar {
  font-family: var(--font-ar);
  direction: rtl;
  text-align: right;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

/* ===== UTILITIES ===== */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.section { padding: 96px 0; position: relative; }
.section-header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 60px;
}
.section-header h2 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 700; line-height: 1.2;
  margin: 12px 0 16px;
}
.section-header p { color: var(--gray); font-size: 1.02rem; }

.section-tag {
  display: inline-block;
  background: var(--gold-pale);
  color: var(--gold-dark);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  padding: 6px 18px;
  border-radius: 100px;
  border: 1px solid rgba(232, 168, 32, 0.3);
}
.light-tag { background: rgba(255,255,255,0.12); color: rgba(255,255,255,0.9); border-color: rgba(255,255,255,0.22); }
.light-h2  { color: white; }
.light-p   { color: rgba(255,255,255,0.62); }

/* ===== BUTTONS ===== */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 13px 28px;
  border-radius: 100px;
  font-weight: 600; font-size: 0.95rem;
  cursor: pointer; transition: all 0.25s ease;
  border: 2px solid transparent;
  text-decoration: none; white-space: nowrap;
}
.btn-gold {
  background: var(--gold); color: var(--navy);
  border-color: var(--gold); font-weight: 700;
}
.btn-gold:hover { background: var(--gold-bright); border-color: var(--gold-bright); transform: translateY(-2px); box-shadow: var(--shadow-gold); }
.btn-wa {
  background: var(--wa); color: white;
  border-color: var(--wa);
}
.btn-wa:hover { background: var(--wa-dark); border-color: var(--wa-dark); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(37, 211, 102, 0.35); }
.btn-outline {
  background: transparent; color: white;
  border-color: rgba(255,255,255,0.5);
}
.btn-outline:hover { background: white; color: var(--navy); }
.btn-green  { background: var(--green); color: white; border-color: var(--green); }
.btn-green:hover  { background: var(--green-light); transform: translateY(-1px); }
.btn-amber  { background: var(--amber); color: white; border-color: var(--amber); }
.btn-amber:hover  { background: var(--amber-light); transform: translateY(-1px); }
.btn-navy-btn { background: var(--navy); color: white; border-color: var(--navy); }
.btn-navy-btn:hover { background: var(--navy-mid); transform: translateY(-1px); }
.btn-primary { background: var(--gold); color: var(--navy); border-color: var(--gold); font-weight: 700; }
.btn-primary:hover { background: var(--gold-bright); transform: translateY(-2px); box-shadow: var(--shadow-gold); }
.btn.full-w { width: 100%; justify-content: center; }

/* ===== NAVBAR ===== */
.navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: transparent;
  transition: background 0.35s ease, box-shadow 0.35s ease;
}
.navbar.scrolled {
  background: rgba(6, 15, 30, 0.97);
  box-shadow: 0 2px 30px rgba(0,0,0,0.3);
  backdrop-filter: blur(14px);
}
.nav-inner {
  display: flex; align-items: center;
  justify-content: space-between;
  height: 72px; gap: 16px;
}

/* Logo */
.logo { display: flex; align-items: center; gap: 10px; }
.logo-egg { width: 40px; height: 48px; flex-shrink: 0; }
.logo-egg svg { width: 100%; height: 100%; }
.logo-text { display: flex; flex-direction: column; line-height: 1.2; }
.logo-text .brand-name { font-size: 1rem; font-weight: 700; color: white; letter-spacing: 0.2px; }
.logo-text small { font-size: 0.57rem; color: rgba(255,255,255,0.42); text-transform: uppercase; letter-spacing: 1.5px; }

.nav-links { display: flex; gap: 2px; align-items: center; }
.nav-links a {
  color: rgba(255,255,255,0.78);
  font-size: 0.84rem; font-weight: 500;
  padding: 7px 12px; border-radius: 8px;
  transition: all 0.2s; white-space: nowrap;
}
.nav-links a:hover { background: rgba(255,255,255,0.1); color: white; }

.nav-actions { display: flex; align-items: center; gap: 10px; }
.nav-whatsapp {
  display: flex; align-items: center; gap: 6px;
  background: var(--wa); color: white;
  font-size: 0.82rem; font-weight: 600;
  padding: 7px 14px; border-radius: 100px;
  transition: all 0.2s;
}
.nav-whatsapp:hover { background: var(--wa-dark); transform: translateY(-1px); }
.wa-num { display: none; }
@media (min-width: 960px) { .wa-num { display: block; } }

.lang-toggle {
  background: rgba(255,255,255,0.1);
  border: 1.5px solid rgba(255,255,255,0.3);
  color: white;
  padding: 7px 15px; border-radius: 100px;
  font-size: 0.8rem; font-weight: 600;
  cursor: pointer; transition: all 0.2s; font-family: inherit;
}
.lang-toggle:hover { background: var(--gold); color: var(--navy); border-color: var(--gold); }

.hamburger {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: none; cursor: pointer; padding: 8px;
}
.hamburger span { display: block; width: 22px; height: 2px; background: white; border-radius: 2px; transition: all 0.3s; }

/* ===== HERO ===== */
.hero {
  min-height: 100vh;
  position: relative;
  display: flex; align-items: center;
  overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
  background: linear-gradient(140deg, #020b18 0%, #060f1e 35%, #0a1c35 65%, #07152a 100%);
}
.hero-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(232, 168, 32, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(232, 168, 32, 0.04) 1px, transparent 1px);
  background-size: 56px 56px;
}
.hero-glow {
  position: absolute; border-radius: 50%;
  pointer-events: none; filter: blur(80px);
}
.hero-glow-1 {
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(232, 168, 32, 0.12), transparent 70%);
  top: -100px; right: 5%;
}
.hero-glow-2 {
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(5, 150, 105, 0.08), transparent 70%);
  bottom: 0; left: 10%;
}

.hero-inner {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 56px; align-items: center;
  padding-top: 90px; padding-bottom: 80px;
}

/* Hero Left */
.hero-brand { display: flex; flex-direction: column; gap: 28px; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(232, 168, 32, 0.1);
  border: 1px solid rgba(232, 168, 32, 0.3);
  color: rgba(255,255,255,0.85);
  padding: 8px 18px; border-radius: 100px;
  font-size: 0.8rem; font-weight: 500;
  width: fit-content;
}
.badge-dot {
  width: 7px; height: 7px;
  background: var(--wa); border-radius: 50%;
  animation: pulse-dot 2s ease-in-out infinite;
}
@keyframes pulse-dot {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.4); opacity: 0.7; }
}

.hero-title {
  display: flex; flex-direction: column; gap: 4px;
}
.title-small {
  font-size: clamp(0.75rem, 1.2vw, 0.9rem);
  font-weight: 600; letter-spacing: 5px;
  text-transform: uppercase; color: var(--gold);
}
.title-main {
  font-size: clamp(3.2rem, 7vw, 5.5rem);
  font-weight: 900; line-height: 0.95;
  color: white; letter-spacing: -2px;
  background: linear-gradient(135deg, #ffffff 30%, var(--gold) 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.title-sub {
  font-size: clamp(1rem, 2vw, 1.45rem);
  font-weight: 500; color: rgba(255,255,255,0.5);
  letter-spacing: 1px;
}

.hero-desc {
  max-width: 500px;
  color: rgba(255,255,255,0.65);
  font-size: clamp(0.88rem, 1.3vw, 1rem);
  line-height: 1.78;
}

.hero-stats {
  display: flex; align-items: center; gap: 0;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 14px; overflow: hidden;
  width: fit-content;
}
.hstat { padding: 14px 22px; text-align: center; }
.hstat strong { display: block; font-size: 1.35rem; font-weight: 800; color: var(--gold); line-height: 1; }
.hstat span   { display: block; font-size: 0.65rem; color: rgba(255,255,255,0.45); margin-top: 3px; text-transform: uppercase; letter-spacing: 0.8px; }
.hstat-div    { width: 1px; height: 48px; background: rgba(255,255,255,0.1); align-self: center; flex-shrink: 0; }

.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }

/* Hero Right: Egg visual */
.hero-visual {
  display: flex; align-items: center; justify-content: center;
  position: relative;
}
.egg-wrap {
  position: relative;
  display: flex; align-items: center; justify-content: center;
  width: 340px; height: 420px;
}
.egg-glow {
  position: absolute; inset: -20px;
  background: radial-gradient(ellipse at center, rgba(232, 168, 32, 0.18), transparent 65%);
  border-radius: 50%; filter: blur(30px);
}
.egg-svg {
  width: 260px; height: auto;
  filter: drop-shadow(0 20px 50px rgba(232, 168, 32, 0.4));
  animation: egg-float 5s ease-in-out infinite;
}
@keyframes egg-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-18px); }
}

.egg-badge {
  position: absolute;
  display: flex; align-items: center; gap: 7px;
  background: rgba(6, 15, 30, 0.85);
  border: 1px solid rgba(232, 168, 32, 0.35);
  color: rgba(255,255,255,0.9);
  padding: 8px 14px; border-radius: 100px;
  font-size: 0.75rem; font-weight: 600;
  backdrop-filter: blur(8px);
  white-space: nowrap;
}
.egg-badge svg { color: var(--gold); flex-shrink: 0; }
.eb-1 { top: 10%; left: -10%; animation: float-badge 4.2s ease-in-out infinite; }
.eb-2 { top: 22%; right: -8%; animation: float-badge 3.8s ease-in-out infinite 0.8s; }
.eb-3 { bottom: 30%; left: -12%; animation: float-badge 4.5s ease-in-out infinite 1.5s; }
.eb-4 { bottom: 15%; right: -5%; animation: float-badge 4s ease-in-out infinite 0.4s; }
@keyframes float-badge {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.hero-scroll {
  position: absolute; bottom: 28px; left: 50%;
  transform: translateX(-50%); z-index: 2;
}
.scroll-dot {
  width: 8px; height: 36px;
  background: linear-gradient(to bottom, var(--gold), transparent);
  border-radius: 4px; margin: 0 auto;
  animation: scroll-anim 2.2s ease-in-out infinite;
}
@keyframes scroll-anim { 0%, 100% { opacity: 1; transform: scaleY(1); } 50% { opacity: 0.3; transform: scaleY(0.6); } }

/* ===== MARQUEE ===== */
.marquee-strip {
  background: var(--navy-mid);
  overflow: hidden; padding: 11px 0;
  border-top: 2px solid var(--gold);
  border-bottom: 2px solid var(--gold);
}
.marquee-track {
  display: flex; width: max-content;
  animation: marquee 36s linear infinite;
}
.marquee-track span {
  color: rgba(255,255,255,0.72);
  font-size: 0.8rem; font-weight: 500;
  padding: 0 24px; white-space: nowrap;
}
.marquee-track span::after {
  content: '◆';
  margin-left: 24px; opacity: 0.28; color: var(--gold);
}
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ===== ABOUT ===== */
.about { background: var(--cream); }
.about-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 64px; align-items: center;
}
.about-visual { position: relative; }

.about-card-main {
  background: linear-gradient(145deg, var(--navy) 0%, var(--navy-mid) 100%);
  border-radius: 22px; padding: 44px 32px;
  display: flex; flex-direction: column; align-items: center;
  gap: 22px; position: relative; overflow: hidden;
}
.about-card-main::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, var(--gold), var(--green-light), var(--gold));
}
.about-card-main::after {
  content: ''; position: absolute; bottom: -50px; right: -50px;
  width: 180px; height: 180px;
  background: radial-gradient(circle, rgba(232, 168, 32, 0.07), transparent 70%);
  border-radius: 50%;
}
.acm-icon {
  width: 80px; height: 80px;
  background: rgba(232, 168, 32, 0.1);
  border: 2px solid rgba(232, 168, 32, 0.28);
  border-radius: 20px;
  display: flex; align-items: center; justify-content: center;
  position: relative; z-index: 1;
}
.acm-name { text-align: center; position: relative; z-index: 1; }
.acm-name h3 { font-size: 1.3rem; font-weight: 700; color: white; }
.acm-name p  { font-size: 0.8rem; color: rgba(255,255,255,0.42); text-transform: uppercase; letter-spacing: 2px; margin-top: 3px; }
.acm-ar {
  font-family: var(--font-ar); font-size: 1rem; color: var(--gold);
  direction: rtl; margin-top: 6px; display: block;
}
.acm-stats {
  display: flex; align-items: center; gap: 0;
  width: 100%;
  background: rgba(255,255,255,0.05);
  border-radius: 12px; overflow: hidden;
  position: relative; z-index: 1;
}
.acm-stat { flex: 1; text-align: center; padding: 12px 8px; }
.acm-stat strong { display: block; font-size: 1.2rem; font-weight: 800; color: var(--gold); line-height: 1; }
.acm-stat span   { display: block; font-size: 0.62rem; color: rgba(255,255,255,0.42); margin-top: 2px; }
.acm-stat-div    { width: 1px; height: 36px; background: rgba(255,255,255,0.1); flex-shrink: 0; align-self: center; }
.acm-tag {
  display: flex; align-items: center; gap: 8px;
  background: rgba(232, 168, 32, 0.1);
  border: 1px solid rgba(232, 168, 32, 0.22);
  border-radius: 8px; padding: 10px 16px;
  width: 100%; position: relative; z-index: 1;
}
.acm-tag svg { color: var(--gold); flex-shrink: 0; }
.acm-tag span { font-size: 0.77rem; color: rgba(255,255,255,0.65); }

.about-text { display: flex; flex-direction: column; gap: 16px; }
.about-text .section-tag { align-self: flex-start; }
.about-text h2 { font-size: clamp(1.55rem, 2.5vw, 2.1rem); font-weight: 700; line-height: 1.25; }
.about-text p  { color: var(--gray); line-height: 1.78; }

.about-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; }
.pill {
  padding: 7px 16px; border-radius: 100px;
  font-size: 0.8rem; font-weight: 500;
}
.pill.gold  { background: var(--gold-pale); color: var(--gold-dark); border: 1px solid rgba(232,168,32,0.22); }
.pill.navy  { background: var(--navy-pale); color: var(--navy-mid); }
.pill.green { background: var(--green-pale); color: var(--green); }

/* ===== PRODUCTS ===== */
.products { background: var(--white); }
.products-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 90% 10%, rgba(232, 168, 32, 0.04), transparent 50%),
    radial-gradient(ellipse at 5% 90%, rgba(5, 150, 105, 0.04), transparent 50%);
}
.products-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.product-card {
  background: white; border-radius: var(--radius);
  overflow: hidden; border: 1px solid var(--border);
  box-shadow: var(--shadow);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s;
  display: flex; flex-direction: column;
}
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: rgba(232,168,32,0.3); }
.featured-card { border: 2px solid var(--gold); transform: translateY(-8px); box-shadow: var(--shadow-gold); }
.featured-card:hover { transform: translateY(-14px); box-shadow: 0 20px 60px rgba(232, 168, 32, 0.3); }

.pc-top {
  padding: 28px 20px;
  display: flex; flex-direction: column; align-items: center; gap: 14px;
  position: relative;
}
.egg-white-top  { background: linear-gradient(135deg, #1a4731, #0f9a5a); }
.egg-brown-top  { background: linear-gradient(135deg, #5a2a10, #a0521c); }
.wholesale-top  { background: linear-gradient(135deg, var(--navy), var(--navy-light)); }
.retail-top     { background: linear-gradient(135deg, #1a3060, #2a5090); }

.pc-egg-icon { width: 58px; height: 70px; display: flex; align-items: center; justify-content: center; filter: drop-shadow(0 4px 12px rgba(0,0,0,0.3)); }
.pc-icon-svg { display: flex; align-items: center; justify-content: center; }

.pc-badge {
  background: rgba(255,255,255,0.2); color: white;
  padding: 4px 14px; border-radius: 100px;
  font-size: 0.7rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 1.2px;
}
.feat-badge { background: var(--gold); color: var(--navy); }

.pc-body {
  padding: 22px;
  display: flex; flex-direction: column; gap: 12px; flex: 1;
}
.pc-body h3 { font-size: 1.08rem; font-weight: 700; }
.pc-body p  { color: var(--gray); font-size: 0.86rem; line-height: 1.6; }
.pc-body ul { display: flex; flex-direction: column; gap: 5px; }
.pc-body li { font-size: 0.82rem; color: var(--gray); }
.pc-body .btn { margin-top: auto; align-self: stretch; justify-content: center; font-size: 0.84rem; padding: 10px 20px; }

/* ===== FARMS ===== */
.farms-sec { background: var(--cream); }
.farms-bg {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 50% 0%, rgba(232, 168, 32, 0.06), transparent 60%);
}
.farms-grid {
  display: grid; grid-template-columns: repeat(7, 1fr);
  gap: 16px; position: relative; z-index: 1;
}
.farm-card {
  background: white;
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  padding: 28px 16px 22px;
  display: flex; flex-direction: column;
  align-items: center; gap: 12px;
  text-align: center;
  transition: all 0.3s ease;
  cursor: default;
}
.farm-card:hover {
  border-color: var(--gold);
  box-shadow: 0 6px 28px rgba(232, 168, 32, 0.2);
  transform: translateY(-5px);
}
.farm-icon-wrap {
  width: 54px; height: 54px;
  background: var(--gold-pale);
  border: 1.5px solid rgba(232, 168, 32, 0.28);
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  color: var(--gold-dark);
  transition: all 0.3s;
}
.farm-card:hover .farm-icon-wrap { background: var(--gold); color: white; border-color: var(--gold); }
.farm-card h3 { font-size: 1rem; font-weight: 700; color: var(--navy); }
.farm-card span { font-size: 0.7rem; color: var(--gray); text-transform: uppercase; letter-spacing: 1px; }

/* ===== SOURCING ===== */
.sourcing-sec {
  background: linear-gradient(140deg, var(--navy) 0%, #0e1c38 50%, var(--dark) 100%);
}
.countries-grid {
  display: grid; grid-template-columns: repeat(9, 1fr);
  gap: 14px; margin-bottom: 40px;
}
.country-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius);
  padding: 22px 10px 16px;
  display: flex; flex-direction: column;
  align-items: center; gap: 10px;
  text-align: center;
  transition: all 0.3s ease;
  cursor: default;
}
.country-card:hover {
  background: rgba(232, 168, 32, 0.1);
  border-color: rgba(232, 168, 32, 0.35);
  transform: translateY(-5px);
}
.country-flag { font-size: 2.2rem; line-height: 1; }
.country-card h3 { font-size: 0.75rem; font-weight: 600; color: rgba(255,255,255,0.85); }

.sourcing-note {
  display: flex; align-items: center; gap: 10px;
  background: rgba(5, 150, 105, 0.12);
  border: 1px solid rgba(16, 185, 129, 0.25);
  border-radius: var(--radius-sm); padding: 14px 20px;
  max-width: 680px; margin: 0 auto;
}
.sourcing-note svg { color: var(--green-light); flex-shrink: 0; }
.sourcing-note span { font-size: 0.85rem; color: rgba(255,255,255,0.68); line-height: 1.5; }

/* ===== WHY US ===== */
.why-us { background: var(--white); }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.why-card {
  background: var(--gray-light);
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  padding: 30px 24px;
  transition: all 0.3s;
  position: relative; overflow: hidden;
}
.why-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--green-light));
  opacity: 0; transition: opacity 0.3s;
}
.why-card:hover { background: white; transform: translateY(-4px); border-color: var(--gold); box-shadow: var(--shadow); }
.why-card:hover::before { opacity: 1; }
.wc-icon {
  width: 50px; height: 50px;
  background: var(--gold-pale);
  border: 1.5px solid rgba(232, 168, 32, 0.3);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  color: var(--gold-dark); margin-bottom: 16px;
  transition: all 0.3s;
}
.why-card:hover .wc-icon { background: var(--gold); color: white; border-color: var(--gold); }
.why-card h3 { font-size: 1rem; font-weight: 700; color: var(--navy); margin-bottom: 10px; }
.why-card p  { color: var(--gray); font-size: 0.87rem; line-height: 1.65; }

/* ===== LICENSE ===== */
.license-sec { background: var(--gray-light); }
.license-wrap {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 48px; align-items: start;
  background: var(--navy); border-radius: 22px;
  padding: 48px; position: relative; overflow: hidden;
}
.license-wrap::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, var(--gold), var(--green-light), var(--gold));
}
.license-wrap::after {
  content: ''; position: absolute; bottom: -60px; right: -60px;
  width: 200px; height: 200px;
  background: radial-gradient(circle, rgba(232, 168, 32, 0.07), transparent 70%);
  border-radius: 50%;
}
.lic-tag { background: rgba(232, 168, 32, 0.12); color: var(--gold-bright); border-color: rgba(232, 168, 32, 0.28); margin-bottom: 16px; }
.license-left h2 { font-size: clamp(1.4rem, 2.3vw, 1.9rem); font-weight: 700; margin-bottom: 14px; color: white; }
.license-left p  { color: rgba(255,255,255,0.48); margin-bottom: 24px; font-size: 0.88rem; }
.license-table {
  display: flex; flex-direction: column;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius-xs); overflow: hidden;
}
.lt-row {
  display: flex; justify-content: space-between; align-items: center;
  padding: 10px 14px; border-bottom: 1px solid rgba(255,255,255,0.06); gap: 14px;
}
.lt-row:last-child { border-bottom: none; }
.lt-row span   { font-size: 0.78rem; color: rgba(255,255,255,0.4); min-width: 90px; }
.lt-row strong { font-size: 0.84rem; font-weight: 600; text-align: right; color: rgba(255,255,255,0.88); }
.lt-row:nth-child(odd) { background: rgba(255,255,255,0.03); }
.valid-date     { color: var(--gold-bright) !important; }
.trn-highlight  { color: var(--gold-bright) !important; font-family: monospace; letter-spacing: 1px; }

.license-right h3 { font-size: 1rem; font-weight: 700; margin-bottom: 18px; color: white; }
.activities { display: flex; flex-direction: column; gap: 12px; margin-bottom: 28px; }
.act-item { display: flex; align-items: flex-start; gap: 12px; }
.act-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); flex-shrink: 0; margin-top: 6px; }
.act-item span { font-size: 0.86rem; color: rgba(255,255,255,0.55); line-height: 1.5; }

.license-seal {
  border: 1px solid rgba(232, 168, 32, 0.22);
  background: rgba(232, 168, 32, 0.06);
  border-radius: var(--radius); padding: 22px;
  display: flex; justify-content: center;
}
.seal-inner { display: flex; flex-direction: column; align-items: center; gap: 4px; text-align: center; }
.seal-icon { color: var(--gold); margin-bottom: 8px; }
.seal-inner strong { font-size: 0.86rem; color: white; }
.seal-inner small  { font-size: 0.72rem; color: rgba(255,255,255,0.4); }

/* ===== CONTACT ===== */
.contact-sec { background: var(--white); }
.contact-grid {
  display: grid; grid-template-columns: 1fr 1.6fr;
  gap: 48px; align-items: start;
}
.contact-info-col { display: flex; flex-direction: column; gap: 12px; }
.ci-card {
  display: flex; align-items: flex-start; gap: 14px;
  background: var(--gray-light); border-radius: var(--radius);
  padding: 18px; border: 1.5px solid var(--border);
  transition: all 0.25s;
}
.ci-card:hover { border-color: var(--gold); box-shadow: 0 4px 18px rgba(232, 168, 32, 0.12); }
.ci-wa-card {
  background: #f0fdf4; border-color: rgba(37, 211, 102, 0.3);
}
.ci-wa-card:hover { border-color: var(--wa); box-shadow: 0 4px 18px rgba(37, 211, 102, 0.18); }
.ci-icon {
  width: 44px; height: 44px; border-radius: 10px;
  background: var(--gold-pale);
  border: 1px solid rgba(232, 168, 32, 0.25);
  display: flex; align-items: center; justify-content: center;
  color: var(--gold-dark); flex-shrink: 0;
}
.wa-icon { background: #e8fdf1; border-color: rgba(37, 211, 102, 0.3); color: var(--wa-dark); }
.ci-card h4 { font-size: 0.85rem; font-weight: 700; margin-bottom: 3px; color: var(--navy); }
.ci-card p  { font-size: 0.82rem; color: var(--gray); margin: 0; }
.ci-link    { font-size: 0.96rem; font-weight: 700; color: var(--navy); display: block; }
.ci-link:hover { color: var(--gold-dark); }

.contact-form {
  background: white; border-radius: var(--radius);
  padding: 40px; box-shadow: var(--shadow);
  border: 1.5px solid var(--border);
  display: flex; flex-direction: column; gap: 18px;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group label { font-size: 0.82rem; font-weight: 600; color: var(--dark); }
.form-group input,
.form-group select,
.form-group textarea {
  padding: 11px 14px;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-sm);
  font-family: inherit; font-size: 0.9rem;
  color: var(--dark); background: white;
  transition: border-color 0.2s; resize: vertical;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(232, 168, 32, 0.1);
}
.form-note { font-size: 0.76rem; color: var(--gray); text-align: center; }

/* ===== FOOTER ===== */
.footer { background: var(--navy); color: white; }
.footer::before {
  content: ''; display: block; height: 4px;
  background: linear-gradient(90deg, var(--gold), var(--green-light), var(--gold));
}
.footer-top { padding: 60px 0 36px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1.2fr; gap: 48px; }

.footer-logo { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.fl-egg { width: 36px; height: 44px; flex-shrink: 0; }
.fl-egg svg { width: 100%; height: 100%; }
.fl-text { display: flex; flex-direction: column; line-height: 1.2; }
.fl-text span { font-size: 0.96rem; font-weight: 700; color: white; }
.fl-text small { font-size: 0.56rem; color: rgba(255,255,255,0.36); text-transform: uppercase; letter-spacing: 1.5px; }

.fg-brand p { color: rgba(255,255,255,0.48); font-size: 0.84rem; line-height: 1.7; margin-bottom: 16px; }
.footer-tags { display: flex; flex-direction: column; gap: 5px; }
.footer-tags span { font-size: 0.72rem; color: rgba(255,255,255,0.33); }

.fg-nav h4, .fg-contact h4 {
  font-size: 0.68rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 2px;
  color: var(--gold); margin-bottom: 16px;
}
.fg-nav { display: flex; flex-direction: column; }
.fg-nav a {
  color: rgba(255,255,255,0.55); font-size: 0.84rem;
  padding: 6px 0; border-bottom: 1px solid rgba(255,255,255,0.06);
  transition: color 0.2s;
}
.fg-nav a:hover { color: var(--gold-bright); }
.fg-contact p { font-size: 0.84rem; color: rgba(255,255,255,0.55); margin-bottom: 8px; line-height: 1.5; }
.fg-contact a { color: var(--gold); }
.fg-contact a:hover { color: var(--gold-bright); text-decoration: underline; }

.footer-bottom { border-top: 1px solid rgba(255,255,255,0.07); padding: 18px 0; }
.fb-inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; }
.fb-inner p { font-size: 0.78rem; color: rgba(255,255,255,0.3); }
.fb-made    { color: rgba(255,255,255,0.2) !important; }

/* ===== WHATSAPP FLOAT ===== */
.wa-float {
  position: fixed; bottom: 28px; right: 28px; z-index: 900;
  display: flex; align-items: center; gap: 9px;
  background: var(--wa); color: white;
  font-size: 0.85rem; font-weight: 700;
  padding: 13px 20px; border-radius: 100px;
  box-shadow: 0 6px 28px rgba(37, 211, 102, 0.45);
  transition: all 0.25s; text-decoration: none;
}
.wa-float:hover { background: var(--wa-dark); transform: translateY(-3px); box-shadow: 0 10px 36px rgba(37, 211, 102, 0.5); }
body.ar .wa-float { right: auto; left: 28px; }

/* ===== MOBILE NAV ===== */
@media (max-width: 800px) {
  .hamburger { display: flex; }
  .nav-links {
    display: none; position: fixed;
    top: 72px; left: 0; right: 0;
    background: rgba(6, 15, 30, 0.98);
    flex-direction: column; padding: 16px;
    box-shadow: var(--shadow-lg);
    border-top: 2px solid var(--gold); gap: 4px;
    backdrop-filter: blur(14px);
  }
  .nav-links.open { display: flex; }
  .nav-links a { color: rgba(255,255,255,0.82) !important; padding: 11px 16px; border-radius: 8px; }
  .nav-links a:hover { background: rgba(255,255,255,0.08); color: var(--gold-bright) !important; }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1100px) {
  .farms-grid    { grid-template-columns: repeat(4, 1fr); }
  .countries-grid { grid-template-columns: repeat(5, 1fr); }
  .products-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr; gap: 40px; text-align: center; }
  .hero-brand { align-items: center; }
  .hero-visual { max-width: 320px; margin: 0 auto; }
  .egg-badge { display: none; }
  .hero-cta { justify-content: center; }
  .hero-stats { margin: 0 auto; }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .about-grid { grid-template-columns: 1fr; }
  .about-visual { max-width: 440px; margin: 0 auto; }
  .contact-grid { grid-template-columns: 1fr; }
  .license-wrap { grid-template-columns: 1fr; padding: 30px 22px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .fg-brand { grid-column: 1 / -1; }
  .countries-grid { grid-template-columns: repeat(3, 1fr); }
  .farms-grid { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 640px) {
  .section { padding: 64px 0; }
  .products-grid { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; }
  .hero-cta { flex-direction: column; align-items: center; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .fb-inner { flex-direction: column; text-align: center; }
  .featured-card { transform: none; }
  .farms-grid { grid-template-columns: repeat(2, 1fr); }
  .countries-grid { grid-template-columns: repeat(3, 1fr); }
  .hero-stats { flex-wrap: wrap; justify-content: center; border-radius: 12px; }
  .hstat-div { display: none; }
  .wa-float span { display: none; }
  .wa-float { padding: 14px; border-radius: 50%; }
}
@media (max-width: 380px) {
  .countries-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ===== ARABIC RTL ===== */
body.ar .logo-text              { direction: rtl; }
body.ar .about-pills            { justify-content: flex-start; }
body.ar .lt-row strong          { text-align: left; }
body.ar .form-row               { direction: rtl; }
body.ar .nav-links              { direction: rtl; }
body.ar .footer-grid            { direction: rtl; }
body.ar .fg-nav a               { text-align: right; }
body.ar .fb-inner               { direction: rtl; }
body.ar .hero-brand             { align-items: flex-end; }
body.ar .about-text .section-tag{ align-self: flex-end; }
body.ar .hero-stats             { margin: 0; }

/* Arabic hero typography */
body.ar .title-small {
  letter-spacing: 3px;
  font-size: clamp(0.8rem, 1.2vw, 0.95rem);
}
body.ar .title-main {
  letter-spacing: -1px;
  font-size: clamp(2.8rem, 6vw, 4.8rem);
  background: linear-gradient(135deg, #ffffff 30%, var(--gold) 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
body.ar .title-sub { letter-spacing: 0.5px; }

/* RTL: hero egg stays on the correct side */
body.ar .hero-inner { direction: rtl; }

/* RTL: farms & countries grids flow RTL */
body.ar .farms-grid     { direction: rtl; }
body.ar .countries-grid { direction: rtl; }

/* RTL: product grid */
body.ar .products-grid { direction: rtl; }

/* RTL: why grid */
body.ar .why-grid { direction: rtl; }

/* RTL: farm/country card inner text */
body.ar .farm-card,
body.ar .country-card { direction: rtl; }

/* RTL: contact grid */
body.ar .contact-grid { direction: rtl; }

/* RTL: act-item */
body.ar .act-item { direction: rtl; }

/* RTL: about-grid */
body.ar .about-grid { direction: rtl; }

/* RTL: license wrap */
body.ar .license-wrap { direction: rtl; }
body.ar .license-table { direction: rtl; }
body.ar .lt-row span   { text-align: right; }
body.ar .lt-row strong { text-align: left; }

/* RTL: footer cert */
body.ar .footer-tags { direction: rtl; }

/* RTL: contact info col */
body.ar .contact-info-col { direction: rtl; }
body.ar .ci-card { direction: rtl; }

/* RTL: form labels & inputs */
body.ar .form-group label    { text-align: right; }
body.ar .form-group input,
body.ar .form-group select,
body.ar .form-group textarea { direction: rtl; text-align: right; }

/* RTL: hero stats */
body.ar .hero-stats { direction: rtl; }

/* RTL: acm card */
body.ar .acm-stats { direction: rtl; }
body.ar .acm-tag   { direction: rtl; }

/* RTL: marquee direction */
body.ar .marquee-track { animation-direction: reverse; }

/* ===== SCROLL REVEAL ===== */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.65s ease, transform 0.65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }
