/* ═══════════════════════════════════════════
   🌿 Al-Tayebaat English Version - Premium Design
   ═══════════════════════════════════════════ */

/* ===== Reset & Base ===== */
html[lang="en"] {
  scroll-behavior: smooth;
}

html[lang="en"] body {
  direction: ltr !important;
  text-align: left !important;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  color: #1a1a1a;
  background: #fafaf7;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  line-height: 1.6;
}

html[lang="en"] *,
html[lang="en"] *::before,
html[lang="en"] *::after {
  box-sizing: border-box;
}

/* ===== Typography System ===== */
html[lang="en"] h1, html[lang="en"] h2, html[lang="en"] h3, html[lang="en"] h4 {
  font-family: 'Playfair Display', 'Georgia', serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin: 0;
}

html[lang="en"] .display-1 {
  font-size: clamp(48px, 7vw, 96px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
}

html[lang="en"] .display-2 {
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 700;
}

html[lang="en"] .display-3 {
  font-size: clamp(28px, 3.5vw, 42px);
  font-weight: 700;
}

html[lang="en"] .lead {
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.7;
  color: #4a4a4a;
}

html[lang="en"] .eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #d4a017;
  margin-bottom: 16px;
  display: inline-block;
}

/* ===== Premium Navigation ===== */
.premium-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(250, 250, 247, 0.92);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border-bottom: 1px solid rgba(0,0,0,0.06);
  padding: 14px 0;
  transition: all 0.3s ease;
}

.premium-nav-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: nowrap;
}

.premium-nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #1a3d2b;
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.01em;
  white-space: nowrap;
  flex-shrink: 0;
}

.premium-nav-logo-icon {
  font-size: 28px;
  background: linear-gradient(135deg, #d4a017, #b8881a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.premium-nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: nowrap;
}

.premium-nav-link {
  font-size: 14px;
  font-weight: 500;
  color: #4a4a4a;
  text-decoration: none;
  transition: color 0.2s;
  position: relative;
  white-space: nowrap;
}

.premium-nav-link:hover {
  color: #1a3d2b;
}

.premium-nav-link.active {
  color: #1a3d2b;
  font-weight: 600;
}

.premium-nav-link.active::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  height: 2px;
  background: #d4a017;
  border-radius: 2px;
}

.premium-nav-cta {
  background: #1a3d2b;
  color: #d4a017;
  padding: 10px 22px;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
  border: 1px solid transparent;
  white-space: nowrap;
  flex-shrink: 0;
}

.premium-nav-cta:hover {
  background: #0f2a1c;
  transform: translateY(-1px);
  color: #d4a017;
  box-shadow: 0 8px 20px rgba(26, 61, 43, 0.25);
}

.premium-nav-lang {
  font-size: 13px;
  font-weight: 600;
  color: #4a4a4a;
  text-decoration: none;
  padding: 7px 14px;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 100px;
  transition: all 0.2s;
  white-space: nowrap;
}

.premium-nav-lang:hover {
  border-color: #d4a017;
  color: #1a3d2b;
}

/* Mobile-friendly behavior */
@media (max-width: 900px) {
  .premium-nav-inner {
    padding: 0 20px;
    gap: 12px;
  }
  .premium-nav-logo {
    font-size: 18px;
  }
  .premium-nav-logo-icon {
    font-size: 22px;
  }
  .premium-nav-links {
    gap: 12px;
  }
  .premium-nav-link {
    display: none;
  }
  .premium-nav-link.always-show {
    display: inline;
  }
  .premium-nav-cta {
    padding: 8px 16px;
    font-size: 12px;
  }
  .premium-nav-lang {
    padding: 6px 12px;
    font-size: 12px;
  }
}

@media (max-width: 500px) {
  .premium-nav-link.always-show {
    display: none;
  }
  .premium-nav-logo span:not(.premium-nav-logo-icon) {
    font-size: 16px;
  }
}

/* ===== Premium Hero ===== */
.premium-hero {
  position: relative;
  min-height: 100vh;
  background: linear-gradient(135deg, #0a1f15 0%, #1a3d2b 60%, #2d5a3f 100%);
  color: white;
  overflow: hidden;
  padding-top: 100px;
  display: flex;
  align-items: center;
}

.premium-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    radial-gradient(circle at 20% 30%, rgba(212, 160, 23, 0.15) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(212, 160, 23, 0.08) 0%, transparent 50%);
  pointer-events: none;
}

.premium-hero::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    repeating-linear-gradient(45deg, transparent, transparent 80px, rgba(212, 160, 23, 0.02) 80px, rgba(212, 160, 23, 0.02) 81px);
  pointer-events: none;
}

.premium-hero-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 32px;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 80px;
  align-items: center;
}

.premium-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(212, 160, 23, 0.12);
  border: 1px solid rgba(212, 160, 23, 0.3);
  color: #d4a017;
  padding: 8px 16px;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.premium-hero-badge-dot {
  width: 6px;
  height: 6px;
  background: #d4a017;
  border-radius: 50%;
  animation: pulse-dot 2s infinite;
}

@keyframes pulse-dot {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}

.premium-hero h1 {
  font-size: clamp(48px, 7vw, 88px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  margin: 0 0 32px;
}

.premium-hero h1 .accent {
  display: block;
  background: linear-gradient(135deg, #d4a017, #f0c040);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-style: italic;
  font-weight: 700;
}

.premium-hero-lead {
  font-size: clamp(17px, 1.6vw, 22px);
  line-height: 1.6;
  color: rgba(255,255,255,0.85);
  margin: 0 0 16px;
  max-width: 600px;
}

.premium-hero-tagline {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: clamp(15px, 1.3vw, 18px);
  color: #d4a017;
  margin: 0 0 48px;
  letter-spacing: 0.02em;
}

.premium-hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #d4a017;
  color: #0a1f15;
  padding: 18px 36px;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s;
  box-shadow: 0 10px 30px rgba(212, 160, 23, 0.25);
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(212, 160, 23, 0.4);
  color: #0a1f15;
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  color: white;
  padding: 18px 32px;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,0.2);
  transition: all 0.3s;
}

.btn-secondary:hover {
  background: rgba(255,255,255,0.05);
  border-color: rgba(255,255,255,0.4);
  color: white;
}

/* Hero Visual - Right Side */
.premium-hero-visual {
  position: relative;
  height: 550px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}

.hero-orb {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(212, 160, 23, 0.3), rgba(212, 160, 23, 0.05) 70%);
  position: absolute;
  filter: blur(40px);
  animation: orb-float 8s infinite ease-in-out;
}

@keyframes orb-float {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(20px, -20px) scale(1.1); }
}

.hero-leaf-system {
  position: relative;
  width: 320px;
  height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-leaf-main {
  font-size: 180px;
  filter: drop-shadow(0 20px 40px rgba(212, 160, 23, 0.3));
  animation: leaf-breathe 4s infinite ease-in-out;
  z-index: 2;
}

@keyframes leaf-breathe {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}

/* ===== Hero Photo Integrated (Bleeding into BG) ===== */
.hero-photo-integrated {
  position: relative;
  width: 100%;
  max-width: 520px;
  aspect-ratio: 4/5;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.hero-photo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  /* Mask = soft edges blending into the dark background */
  -webkit-mask-image: radial-gradient(
    ellipse 75% 80% at 50% 45%,
    rgba(0,0,0,1) 35%,
    rgba(0,0,0,0.85) 60%,
    rgba(0,0,0,0.3) 85%,
    transparent 100%
  );
  mask-image: radial-gradient(
    ellipse 75% 80% at 50% 45%,
    rgba(0,0,0,1) 35%,
    rgba(0,0,0,0.85) 60%,
    rgba(0,0,0,0.3) 85%,
    transparent 100%
  );
  filter: contrast(1.05) brightness(0.95);
  animation: photo-subtle-float 8s ease-in-out infinite;
}

@keyframes photo-subtle-float {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-12px) scale(1.02); }
}

/* ===== Hero Photo Frame (Doctor) - Legacy/About ===== */
.hero-photo-frame {
  position: relative;
  width: 100%;
  max-width: 480px;
  aspect-ratio: 4/5;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 
    0 30px 60px rgba(0,0,0,0.4),
    0 0 0 1px rgba(212, 160, 23, 0.2);
  z-index: 2;
}

.hero-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.95) contrast(1.05);
  transition: transform 0.6s ease;
}

.hero-photo-frame:hover .hero-photo {
  transform: scale(1.03);
}

.hero-photo-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, 
    transparent 0%, 
    transparent 50%, 
    rgba(10, 31, 21, 0.7) 100%);
  pointer-events: none;
}

.hero-photo-caption {
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  z-index: 3;
}

.hero-photo-caption-line {
  width: 40px;
  height: 2px;
  background: #d4a017;
  flex-shrink: 0;
}

.hero-photo-caption-name {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 700;
  color: white;
  line-height: 1.1;
}

.hero-photo-caption-role {
  font-size: 11px;
  color: #d4a017;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 600;
  margin-top: 4px;
}

.hero-floating-stat {
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 14px 18px;
  border-radius: 14px;
  color: white;
  z-index: 3;
  animation: float-stat 6s infinite ease-in-out;
  min-width: 130px;
}

.hero-floating-stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  font-weight: 800;
  color: #d4a017;
  line-height: 1;
}

.hero-floating-stat-label {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  opacity: 0.9;
  margin-top: 6px;
  white-space: nowrap;
}

/* Better positioning - integrated with image */
.hero-floating-stat.s1 {
  top: 8%;
  left: -8%;
  animation-delay: 0s;
  z-index: 5;
}

.hero-floating-stat.s2 {
  bottom: 15%;
  right: -8%;
  animation-delay: 2s;
  z-index: 5;
}

.hero-floating-stat.s3 {
  display: none;
}

@keyframes float-stat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

/* ===== Section Base ===== */
.premium-section {
  padding: 120px 32px;
  position: relative;
}

.premium-section-inner {
  max-width: 1280px;
  margin: 0 auto;
}

.section-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 80px;
}

.section-header h2 {
  font-size: clamp(36px, 5vw, 56px);
  margin: 0 0 24px;
  color: #0a1f15;
}

.section-header p {
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.7;
  color: #4a4a4a;
  margin: 0;
}

/* ===== Quote Section (Editorial Style) ===== */
.editorial-quote {
  background: #0a1f15;
  color: white;
  padding: 120px 32px;
  position: relative;
  overflow: hidden;
}

.editorial-quote::before {
  content: '"';
  position: absolute;
  top: -60px;
  left: 32px;
  font-family: 'Playfair Display', serif;
  font-size: 400px;
  color: rgba(212, 160, 23, 0.08);
  line-height: 1;
  pointer-events: none;
}

.editorial-quote-inner {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.editorial-quote-text {
  font-family: 'Playfair Display', serif;
  font-size: clamp(28px, 3.5vw, 44px);
  line-height: 1.4;
  font-weight: 500;
  font-style: italic;
  margin: 0 0 40px;
  letter-spacing: -0.01em;
}

.editorial-quote-text .highlight {
  color: #d4a017;
  font-weight: 700;
}

.editorial-quote-author {
  display: flex;
  align-items: center;
  gap: 16px;
}

.editorial-quote-author-line {
  width: 60px;
  height: 1px;
  background: #d4a017;
}

.editorial-quote-author-name {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #d4a017;
}

.editorial-quote-author-title {
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  margin-top: 2px;
}

/* ===== Pillars Grid (Asymmetric) ===== */
.pillars-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 32px;
  margin: 80px 0;
}

.pillar-card {
  background: white;
  border-radius: 24px;
  padding: 48px 40px;
  border: 1px solid rgba(0,0,0,0.05);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
}

.pillar-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #d4a017, transparent);
  opacity: 0;
  transition: opacity 0.3s;
}

.pillar-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 60px rgba(0,0,0,0.08);
  border-color: rgba(212, 160, 23, 0.2);
}

.pillar-card:hover::before {
  opacity: 1;
}

.pillar-card.large {
  grid-column: span 7;
  background: linear-gradient(135deg, #1a3d2b 0%, #2d5a3f 100%);
  color: white;
}

.pillar-card.small {
  grid-column: span 5;
}

.pillar-card.medium {
  grid-column: span 6;
}

.pillar-number {
  font-family: 'Playfair Display', serif;
  font-size: 14px;
  font-weight: 700;
  color: #d4a017;
  letter-spacing: 0.2em;
  margin-bottom: 24px;
  display: block;
}

.pillar-card.large .pillar-number {
  color: #d4a017;
}

.pillar-card h3 {
  font-size: clamp(24px, 2.5vw, 32px);
  margin: 0 0 16px;
  color: #0a1f15;
}

.pillar-card.large h3 {
  color: white;
  font-size: clamp(28px, 3vw, 40px);
}

.pillar-card p {
  font-size: 16px;
  line-height: 1.7;
  color: #4a4a4a;
  margin: 0;
}

.pillar-card.large p {
  color: rgba(255,255,255,0.85);
  font-size: 17px;
}

.pillar-icon {
  font-size: 56px;
  margin-bottom: 24px;
  display: inline-block;
}

@media (max-width: 900px) {
  .pillar-card.large,
  .pillar-card.small,
  .pillar-card.medium {
    grid-column: span 12;
  }
}

/* ===== About Doctor Section ===== */
.doctor-section {
  background: #fafaf7;
  padding: 120px 32px;
}

.doctor-section-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: center;
}

.doctor-visual {
  position: relative;
  aspect-ratio: 4/5;
  background: linear-gradient(135deg, #1a3d2b, #2d5a3f);
  border-radius: 32px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d4a017;
}

.doctor-visual::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(212, 160, 23, 0.2) 0%, transparent 50%);
}

.doctor-visual-icon {
  font-size: 200px;
  z-index: 1;
  filter: drop-shadow(0 10px 30px rgba(0,0,0,0.3));
}

.doctor-visual-decoration {
  position: absolute;
  bottom: -40px;
  right: -40px;
  width: 200px;
  height: 200px;
  border: 4px solid #d4a017;
  border-radius: 50%;
  opacity: 0.3;
}

.doctor-visual-quote {
  position: absolute;
  bottom: 32px;
  left: 32px;
  right: 32px;
  background: rgba(0,0,0,0.4);
  backdrop-filter: blur(10px);
  padding: 20px 24px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.1);
  color: white;
  z-index: 2;
}

.doctor-visual-quote-text {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 8px;
}

.doctor-visual-quote-author {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #d4a017;
  font-weight: 700;
}

.doctor-content .eyebrow {
  margin-bottom: 20px;
}

.doctor-content h2 {
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1;
  margin: 0 0 24px;
  color: #0a1f15;
}

.doctor-content > p {
  font-size: 17px;
  line-height: 1.8;
  color: #4a4a4a;
  margin: 0 0 24px;
}

.doctor-content > p:first-of-type::first-letter {
  font-family: 'Playfair Display', serif;
  font-size: 64px;
  font-weight: 700;
  float: left;
  line-height: 0.8;
  margin: 8px 12px 0 0;
  color: #d4a017;
}

.doctor-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 48px 0 32px;
  padding: 32px 0;
  border-top: 1px solid rgba(0,0,0,0.1);
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

.doctor-stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  font-weight: 800;
  color: #1a3d2b;
  line-height: 1;
}

.doctor-stat-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #6a6a6a;
  margin-top: 8px;
  font-weight: 600;
}

@media (max-width: 900px) {
  .doctor-section-inner {
    grid-template-columns: 1fr;
  }
  .doctor-stats {
    grid-template-columns: 1fr;
    text-align: center;
  }
}

/* ===== Numbers Section (Stats) ===== */
.stats-section {
  background: linear-gradient(135deg, #0a1f15 0%, #1a3d2b 100%);
  color: white;
  padding: 100px 32px;
  position: relative;
  overflow: hidden;
}

.stats-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #d4a017, transparent);
}

.stats-grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px;
}

.stat-item {
  text-align: center;
  position: relative;
}

.stat-item:not(:last-child)::after {
  content: '';
  position: absolute;
  right: -30px;
  top: 20%;
  bottom: 20%;
  width: 1px;
  background: rgba(212, 160, 23, 0.2);
}

.stat-num {
  font-family: 'Playfair Display', serif;
  font-size: clamp(48px, 6vw, 80px);
  font-weight: 800;
  color: #d4a017;
  line-height: 1;
  margin-bottom: 12px;
  display: block;
}

.stat-label {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: rgba(255,255,255,0.7);
  font-weight: 600;
}

@media (max-width: 900px) {
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  .stat-item::after {
    display: none;
  }
}

/* ===== Approach Section ===== */
.approach-section {
  padding: 120px 32px;
  background: white;
}

.approach-items {
  max-width: 900px;
  margin: 60px auto 0;
}

.approach-item {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 40px;
  padding: 40px 0;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  position: relative;
}

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

.approach-number {
  font-family: 'Playfair Display', serif;
  font-size: 56px;
  font-weight: 700;
  color: #d4a017;
  line-height: 1;
}

.approach-item h3 {
  font-size: 28px;
  margin: 0 0 12px;
  color: #0a1f15;
}

.approach-item p {
  font-size: 16px;
  line-height: 1.7;
  color: #4a4a4a;
  margin: 0;
}

@media (max-width: 720px) {
  .approach-item {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

/* ===== CTA Section ===== */
.cta-section {
  background: linear-gradient(135deg, #d4a017 0%, #c08e0e 100%);
  color: #0a1f15;
  padding: 120px 32px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: '';
  position: absolute;
  top: -100px;
  left: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(255,255,255,0.2), transparent 70%);
  border-radius: 50%;
}

.cta-section::after {
  content: '';
  position: absolute;
  bottom: -100px;
  right: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(255,255,255,0.15), transparent 70%);
  border-radius: 50%;
}

.cta-inner {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.cta-section h2 {
  font-size: clamp(36px, 5vw, 64px);
  margin: 0 0 24px;
  color: #0a1f15;
}

.cta-section .lead {
  color: rgba(10, 31, 21, 0.8);
  margin: 0 0 40px;
}

.btn-dark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #0a1f15;
  color: #d4a017;
  padding: 20px 44px;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s;
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

.btn-dark:hover {
  transform: translateY(-3px);
  box-shadow: 0 25px 50px rgba(0,0,0,0.3);
  color: #d4a017;
}

/* ===== Premium Footer ===== */
.premium-footer {
  background: #0a1f15;
  color: white;
  padding: 80px 32px 40px;
}

.premium-footer-inner {
  max-width: 1280px;
  margin: 0 auto;
}

.premium-footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.premium-footer-brand h3 {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  margin: 0 0 16px;
  color: #d4a017;
}

.premium-footer-brand p {
  color: rgba(255,255,255,0.7);
  line-height: 1.7;
  font-size: 15px;
  margin: 0;
  max-width: 380px;
}

.premium-footer h4 {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #d4a017;
  margin: 0 0 20px;
  font-weight: 700;
}

.premium-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.premium-footer-links li {
  margin-bottom: 12px;
}

.premium-footer-links a {
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s;
}

.premium-footer-links a:hover {
  color: #d4a017;
}

.premium-footer-bottom {
  padding-top: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
}

@media (max-width: 900px) {
  .premium-footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}

@media (max-width: 600px) {
  .premium-footer-top {
    grid-template-columns: 1fr;
  }
}

/* ===== Scroll Animations ===== */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ===== Mobile Adjustments ===== */
@media (max-width: 900px) {
  .premium-hero-inner {
    grid-template-columns: 1fr;
    gap: 60px;
    text-align: center;
  }
  .premium-hero-actions {
    justify-content: center;
  }
  .premium-hero-visual {
    height: 300px;
  }
  .hero-leaf-main {
    font-size: 120px;
  }
  .hero-floating-stat {
    display: none;
  }
  .premium-section {
    padding: 80px 24px;
  }
}

/* ═══ Values Section (Dark) - يجب أن يكون داكن دائماً ═══ */
.values-section {
  padding: 120px 32px;
  background: linear-gradient(135deg, #0a1f15 0%, #1a3d2b 100%) !important;
  color: white !important;
}

.values-section .section-header h2 {
  color: white !important;
}

.values-section .section-header p {
  color: rgba(255,255,255,0.7) !important;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 32px;
  max-width: 1100px;
  margin: 0 auto;
}

.value-card {
  background: rgba(255,255,255,0.04) !important;
  border: 1px solid rgba(212, 160, 23, 0.2) !important;
  border-radius: 24px;
  padding: 48px 32px;
  text-align: center;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: all 0.3s;
  color: white !important;
}

.value-card:hover {
  transform: translateY(-8px);
  background: rgba(255,255,255,0.07) !important;
  border-color: rgba(212, 160, 23, 0.4) !important;
}

.value-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, rgba(212,160,23,0.2), rgba(212,160,23,0.05));
  border: 1px solid rgba(212,160,23,0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  margin: 0 auto 24px;
}

.value-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  color: #d4a017 !important;
  margin: 0 0 16px;
  font-weight: 700;
}

.value-card p {
  color: rgba(255,255,255,0.75) !important;
  line-height: 1.7;
  font-size: 15px;
  margin: 0;
}

@media (max-width: 720px) {
  .values-section {
    padding: 80px 24px;
  }
  .values-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .value-card {
    padding: 32px 24px;
  }
  .value-card h3 {
    font-size: 22px;
  }
}

/* ═══ Discover Buttons (Coming Soon) - Hero ═══ */
.discover-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 28px 0 36px;
  max-width: 600px;
}

.discover-btn {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  border-radius: 16px;
  text-decoration: none;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  overflow: hidden;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

/* Allowed - subtle green tint */
.discover-btn--allowed {
  background: rgba(34, 197, 94, 0.08);
}
.discover-btn--allowed:hover {
  background: rgba(34, 197, 94, 0.18);
  border-color: rgba(34, 197, 94, 0.5);
  transform: translateY(-4px);
  box-shadow: 0 16px 30px rgba(34, 197, 94, 0.2);
}

/* Forbidden - subtle red tint */
.discover-btn--forbidden {
  background: rgba(239, 68, 68, 0.08);
}
.discover-btn--forbidden:hover {
  background: rgba(239, 68, 68, 0.18);
  border-color: rgba(239, 68, 68, 0.5);
  transform: translateY(-4px);
  box-shadow: 0 16px 30px rgba(239, 68, 68, 0.2);
}

/* Icon */
.discover-btn-icon {
  font-size: 32px;
  flex-shrink: 0;
  line-height: 1;
  filter: drop-shadow(0 4px 8px rgba(0,0,0,0.2));
}

/* Content */
.discover-btn-content {
  flex: 1;
  min-width: 0;
}

.discover-btn-title {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 700;
  color: white;
  line-height: 1.1;
  margin-bottom: 4px;
  letter-spacing: -0.01em;
}

.discover-btn-sub {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.65);
  letter-spacing: 0.05em;
}

/* Arrow */
.discover-btn-arrow {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
  flex-shrink: 0;
  transition: transform 0.3s, color 0.3s;
}

.discover-btn:hover .discover-btn-arrow {
  transform: translateX(4px);
  color: white;
}

/* SOON Badge with pulsing dot */
.discover-btn-soon {
  position: absolute;
  top: 10px;
  right: 12px;
  display: flex;
  align-items: center;
  gap: 5px;
  background: rgba(239, 68, 68, 0.15);
  border: 0.5px solid rgba(239, 68, 68, 0.4);
  padding: 3px 8px 3px 7px;
  border-radius: 100px;
  backdrop-filter: blur(8px);
  z-index: 2;
}

.discover-soon-dot {
  width: 6px;
  height: 6px;
  background: #ef4444;
  border-radius: 50%;
  animation: discover-pulse 1.5s ease-in-out infinite;
  box-shadow: 0 0 8px rgba(239, 68, 68, 0.6);
}

@keyframes discover-pulse {
  0%, 100% { 
    opacity: 1; 
    transform: scale(1);
  }
  50% { 
    opacity: 0.5; 
    transform: scale(1.15);
  }
}

.discover-soon-text {
  font-size: 9px;
  font-weight: 700;
  color: #fca5a5;
  letter-spacing: 0.1em;
}

/* Mobile */
@media (max-width: 600px) {
  .discover-buttons {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .discover-btn {
    padding: 16px 18px;
  }
  .discover-btn-title {
    font-size: 16px;
  }
  .discover-btn-icon {
    font-size: 28px;
  }
}
