/* =============================================
   ربيحات فاطمة - Rbihate Fatima Website
   Professional Arabic RTL Design
   ============================================= */

/* ===== RESET & BASE ===== */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --gold:       #C8962A;
  --gold-light: #E8B84B;
  --gold-dark:  #9A7020;
  --red:        #8B1A2E;
  --red-dark:   #6A1222;
  --green:      #1A5C2E;
  --cream:      #FAF6EE;
  --cream-dark: #F0E8D8;
  --dark:       #1C0F08;
  --text:       #3D2B1F;
  --text-light: #7A6055;
  --white:      #FFFFFF;
  --wa-green:   #25D366;
  --wa-dark:    #128C7E;
  --shadow:     0 4px 24px rgba(28,15,8,0.12);
  --shadow-lg:  0 8px 48px rgba(28,15,8,0.18);
  --radius:     14px;
  --radius-lg:  22px;
  --transition: all 0.35s cubic-bezier(0.4,0,0.2,1);
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Tajawal', sans-serif;
  background: var(--cream);
  color: var(--text);
  direction: rtl;
  text-align: right;
  line-height: 1.7;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ===== SCROLL REVEAL ===== */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ===== BUTTONS ===== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  border-radius: 50px;
  font-family: 'Tajawal', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  border: none;
  transition: var(--transition);
  white-space: nowrap;
}
.btn-lg { padding: 16px 36px; font-size: 1.1rem; }
.btn-block { width: 100%; justify-content: center; margin-top: 20px; }

.btn-whatsapp {
  background: linear-gradient(135deg, var(--wa-green), var(--wa-dark));
  color: var(--white);
  box-shadow: 0 4px 20px rgba(37,211,102,0.35);
}
.btn-whatsapp:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(37,211,102,0.45);
  background: linear-gradient(135deg, #2fe073, var(--wa-green));
}
.btn-whatsapp i { font-size: 1.25rem; }

.btn-outline {
  background: transparent;
  color: var(--white);
  border: 2px solid rgba(255,255,255,0.7);
}
.btn-outline:hover {
  background: var(--white);
  color: var(--dark);
  transform: translateY(-3px);
}

.btn-white {
  background: var(--white);
  color: var(--dark);
  box-shadow: var(--shadow);
}
.btn-white:hover {
  background: var(--cream);
  transform: translateY(-3px);
}

/* ===== SECTION COMMONS ===== */
section { padding: 90px 0; }

.section-header {
  text-align: center;
  margin-bottom: 60px;
}
.section-tag {
  display: inline-block;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: var(--white);
  padding: 6px 22px;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 16px;
}
.section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 900;
  color: var(--dark);
  line-height: 1.3;
  margin-bottom: 14px;
}
.section-desc {
  color: var(--text-light);
  font-size: 1.05rem;
  max-width: 600px;
  margin: 0 auto;
}

/* ===== FLOATING WHATSAPP ===== */
.whatsapp-float {
  position: fixed;
  bottom: 30px;
  left: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, var(--wa-green), var(--wa-dark));
  color: var(--white);
  padding: 14px 20px 14px 16px;
  border-radius: 50px;
  box-shadow: 0 6px 30px rgba(37,211,102,0.4);
  font-weight: 700;
  font-size: 0.95rem;
  z-index: 9999;
  transition: var(--transition);
  animation: waPulse 2.5s infinite;
}
.whatsapp-float i { font-size: 1.6rem; }
.whatsapp-float:hover {
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 10px 40px rgba(37,211,102,0.55);
  animation: none;
}
@keyframes waPulse {
  0%, 100% { box-shadow: 0 6px 30px rgba(37,211,102,0.4); }
  50% { box-shadow: 0 6px 40px rgba(37,211,102,0.7), 0 0 0 10px rgba(37,211,102,0.1); }
}

/* ===== HEADER ===== */
.header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  padding: 18px 0;
  transition: var(--transition);
}
.header.scrolled {
  background: rgba(28,15,8,0.97);
  backdrop-filter: blur(12px);
  padding: 12px 0;
  box-shadow: 0 2px 20px rgba(0,0,0,0.3);
}
.header-inner {
  display: flex;
  align-items: center;
  gap: 24px;
}
.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.logo-img {
  height: 54px;
  width: auto;
  border-radius: 10px;
  object-fit: contain;
}
.logo-fallback {
  display: flex;
  align-items: center;
  gap: 12px;
}
.logo-circle {
  width: 46px;
  height: 46px;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 900;
  color: var(--white);
}
.logo-name {
  display: block;
  font-size: 1.2rem;
  font-weight: 900;
  color: var(--white);
  line-height: 1.2;
}
.logo-sub {
  display: block;
  font-size: 0.72rem;
  color: var(--gold-light);
  font-weight: 500;
}

.nav { margin: 0 auto; }
.nav ul {
  display: flex;
  align-items: center;
  gap: 6px;
}
.nav ul li a {
  color: rgba(255,255,255,0.88);
  font-weight: 600;
  font-size: 0.95rem;
  padding: 8px 14px;
  border-radius: 8px;
  transition: var(--transition);
}
.nav ul li a:hover {
  color: var(--gold-light);
  background: rgba(255,255,255,0.08);
}

.header-wa-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, var(--wa-green), var(--wa-dark));
  color: var(--white);
  padding: 10px 20px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.9rem;
  white-space: nowrap;
  transition: var(--transition);
  flex-shrink: 0;
}
.header-wa-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(37,211,102,0.4);
}

.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  margin-right: auto;
}
.menu-toggle span {
  display: block;
  width: 26px;
  height: 2.5px;
  background: var(--white);
  border-radius: 2px;
  transition: var(--transition);
}
.menu-toggle.active span:nth-child(1) {
  transform: translateY(7.5px) rotate(45deg);
}
.menu-toggle.active span:nth-child(2) { opacity: 0; }
.menu-toggle.active span:nth-child(3) {
  transform: translateY(-7.5px) rotate(-45deg);
}

/* ===== HERO ===== */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero-slides {
  position: absolute;
  inset: 0;
}
.hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.2s ease;
}
.hero-slide.active { opacity: 1; }
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(28,15,8,0.82) 0%,
    rgba(139,26,46,0.5) 50%,
    rgba(28,15,8,0.75) 100%
  );
}
.hero .container { position: relative; z-index: 2; }
.hero-content {
  max-width: 680px;
  padding: 140px 0 80px;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(200,150,42,0.2);
  border: 1px solid rgba(200,150,42,0.5);
  color: var(--gold-light);
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 24px;
  backdrop-filter: blur(8px);
}
.hero-badge i { color: var(--gold-light); }
.hero-title {
  font-size: clamp(2.8rem, 6vw, 5rem);
  font-weight: 900;
  color: var(--white);
  line-height: 1.1;
  margin-bottom: 12px;
  text-shadow: 0 2px 20px rgba(0,0,0,0.3);
}
.hero-subtitle {
  font-size: clamp(1.2rem, 2.5vw, 1.6rem);
  color: var(--gold-light);
  font-weight: 700;
  margin-bottom: 16px;
}
.hero-desc {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.8);
  margin-bottom: 36px;
  max-width: 520px;
  line-height: 1.8;
}
.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.hero-info-bar {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.hero-info-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,0.85);
  font-size: 0.95rem;
  font-weight: 600;
  transition: var(--transition);
}
.hero-info-item:hover { color: var(--gold-light); }
.hero-info-item i { color: var(--gold-light); font-size: 1rem; }
.hero-info-sep {
  width: 1px;
  height: 20px;
  background: rgba(255,255,255,0.25);
}
.hero-scroll-arrow {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.hero-scroll-arrow a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 2px solid rgba(255,255,255,0.4);
  border-radius: 50%;
  color: var(--white);
  animation: bounce 2s infinite;
  transition: var(--transition);
}
.hero-scroll-arrow a:hover {
  background: var(--gold);
  border-color: var(--gold);
}
@keyframes bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(8px); }
}

/* ===== STATS BAR ===== */
.stats-bar {
  background: linear-gradient(135deg, var(--dark) 0%, var(--red-dark) 50%, var(--dark) 100%);
  padding: 50px 0;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 24px 16px;
  border-right: 1px solid rgba(200,150,42,0.2);
  text-align: center;
  transition: var(--transition);
}
.stat-item:last-child { border-right: none; }
.stat-item:hover { transform: translateY(-4px); }
.stat-icon {
  width: 48px;
  height: 48px;
  background: rgba(200,150,42,0.15);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  color: var(--gold-light);
  margin-bottom: 4px;
}
.stat-num {
  font-size: 2.4rem;
  font-weight: 900;
  color: var(--gold-light);
  line-height: 1;
}
.stat-plus {
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--gold);
}
.stat-label {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.7);
  font-weight: 500;
}

/* ===== ABOUT ===== */
.about { background: var(--white); }
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}
.about-img-wrap {
  position: relative;
}
.about-img-main {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}
.about-img-badge {
  position: absolute;
  bottom: -24px;
  left: -24px;
  width: 160px;
  height: 160px;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 4px solid var(--white);
}
.about-img-sm {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-flag-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(10px);
  padding: 10px 16px;
  border-radius: 12px;
  box-shadow: var(--shadow);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.about-flag-badge span { font-size: 2rem; }
.about-flag-badge small {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--text);
  white-space: nowrap;
}

.about-content .section-tag { margin-bottom: 12px; }
.about-text {
  color: var(--text-light);
  margin-bottom: 16px;
  font-size: 1rem;
  line-height: 1.85;
}
.about-highlights {
  margin: 28px 0 32px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.highlight-item {
  display: flex;
  align-items: center;
  gap: 14px;
}
.hi-icon {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 0.95rem;
  flex-shrink: 0;
}
.highlight-item span {
  font-weight: 600;
  color: var(--text);
  font-size: 0.97rem;
}

/* ===== GALLERY ===== */
.gallery { background: var(--cream); }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 16px;
  margin-bottom: 40px;
}
.gallery-item {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  cursor: pointer;
  background: var(--cream-dark);
}
.gallery-item.large {
  grid-column: span 1;
  grid-row: span 2;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  min-height: 200px;
}
.gallery-item.large img { min-height: 430px; }
.gallery-item:hover img { transform: scale(1.07); }
.gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(28,15,8,0.9) 0%, transparent 60%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  opacity: 0;
  transition: var(--transition);
}
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gal-title {
  color: var(--white);
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 10px;
}
.gal-wa-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: var(--wa-green);
  color: var(--white);
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 700;
  width: fit-content;
  transition: var(--transition);
}
.gal-wa-btn:hover { background: var(--wa-dark); transform: scale(1.05); }
.gallery-cta { text-align: center; }

/* ===== ACHIEVEMENTS ===== */
.achievements {
  background: linear-gradient(160deg, var(--dark) 0%, #2A0E18 100%);
  position: relative;
  overflow: hidden;
}
.achievements::before {
  content: '';
  position: absolute;
  top: -100px; right: -100px;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(200,150,42,0.08) 0%, transparent 70%);
}
.achievements .section-tag {
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
}
.achievements .section-title { color: var(--white); }
.achievements .section-desc { color: rgba(255,255,255,0.65); }

.achievements-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.achievement-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(200,150,42,0.2);
  border-radius: var(--radius);
  overflow: hidden;
  transition: var(--transition);
}
.achievement-card:hover {
  transform: translateY(-6px);
  border-color: rgba(200,150,42,0.5);
  background: rgba(255,255,255,0.07);
}
.ach-img-wrap {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.ach-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.achievement-card:hover .ach-img-wrap img { transform: scale(1.07); }
.ach-info {
  padding: 20px;
}
.ach-icon {
  width: 36px;
  height: 36px;
  background: rgba(200,150,42,0.15);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold-light);
  font-size: 0.9rem;
  margin-bottom: 12px;
}
.ach-info h4 {
  color: var(--white);
  font-size: 0.98rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.ach-info p {
  color: rgba(255,255,255,0.55);
  font-size: 0.85rem;
  line-height: 1.6;
}

/* ===== BLOG ===== */
.blog { background: var(--cream-dark); }
.blog-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 24px;
}
.blog-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: var(--transition);
  display: flex;
  flex-direction: column;
}
.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}
.blog-img-wrap {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
.blog-img-wrap img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.blog-card.featured .blog-img-wrap img { height: 260px; }
.blog-card:hover .blog-img-wrap img { transform: scale(1.06); }
.blog-cat {
  position: absolute;
  top: 14px;
  right: 14px;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: var(--white);
  padding: 5px 14px;
  border-radius: 50px;
  font-size: 0.78rem;
  font-weight: 700;
}
.blog-body {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.blog-meta {
  display: flex;
  gap: 16px;
  margin-bottom: 12px;
  flex-wrap: wrap;
}
.blog-meta span {
  font-size: 0.82rem;
  color: var(--text-light);
  display: flex;
  align-items: center;
  gap: 5px;
}
.blog-body h3 {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--dark);
  margin-bottom: 12px;
  line-height: 1.4;
}
.blog-card.featured .blog-body h3 { font-size: 1.2rem; }
.blog-body p {
  color: var(--text-light);
  font-size: 0.92rem;
  line-height: 1.75;
  flex: 1;
  margin-bottom: 20px;
}
.blog-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, var(--wa-green), var(--wa-dark));
  color: var(--white);
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 0.88rem;
  font-weight: 700;
  transition: var(--transition);
  margin-top: auto;
}
.blog-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(37,211,102,0.35);
}

/* ===== CTA BANNER ===== */
.cta-banner {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
}
.cta-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}
.cta-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(139,26,46,0.92), rgba(28,15,8,0.9));
}
.cta-banner .container { position: relative; z-index: 2; }
.cta-content { text-align: center; }
.cta-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(200,150,42,0.2);
  border: 1px solid rgba(200,150,42,0.4);
  color: var(--gold-light);
  padding: 7px 20px;
  border-radius: 50px;
  font-size: 0.88rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.cta-content h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 900;
  color: var(--white);
  margin-bottom: 16px;
}
.cta-content p {
  color: rgba(255,255,255,0.78);
  font-size: 1.05rem;
  margin-bottom: 36px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.cta-btns {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ===== VIDEOS ===== */
.videos { background: var(--white); }
.videos-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.video-item {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--dark);
  box-shadow: var(--shadow);
  transition: var(--transition);
}
.video-item:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.video-item video {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
}
.video-play-hint {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(28,15,8,0.3);
  pointer-events: none;
  transition: var(--transition);
}
.video-play-hint i {
  font-size: 4rem;
  color: rgba(255,255,255,0.85);
  filter: drop-shadow(0 2px 8px rgba(0,0,0,0.4));
}

/* ===== CONTACT ===== */
.contact { background: var(--cream); }
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 50px;
  align-items: start;
}
.contact-cards {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 0;
}
.contact-card-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 20px;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
  transition: var(--transition);
  border: 1px solid transparent;
}
.contact-card-item:hover {
  transform: translateX(-5px);
  border-color: var(--gold);
}
.cc-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
  background: var(--cream);
  color: var(--text);
}
.wa-card .cc-icon { background: rgba(37,211,102,0.12); color: var(--wa-green); }
.phone-card .cc-icon { background: rgba(200,150,42,0.12); color: var(--gold-dark); }
.loc-card .cc-icon { background: rgba(139,26,46,0.1); color: var(--red); }
.time-card .cc-icon { background: rgba(28,15,8,0.07); color: var(--dark); }
.cc-text h4 {
  font-size: 0.85rem;
  color: var(--text-light);
  font-weight: 600;
  margin-bottom: 2px;
}
.cc-text p, .cc-text a {
  font-size: 0.98rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 2px;
  display: block;
}
.cc-text span { font-size: 0.82rem; color: var(--text-light); }
.cc-action {
  font-size: 0.8rem;
  color: var(--gold-dark);
  font-weight: 700;
}
.map-wrap {
  height: 480px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.map-wrap iframe { height: 100%; border-radius: var(--radius-lg); }

/* ===== FOOTER ===== */
.footer { background: var(--dark); }
.footer-top { padding: 70px 0 50px; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1.2fr;
  gap: 50px;
}
.footer-logo-img {
  height: 60px;
  width: auto;
  border-radius: 10px;
  margin-bottom: 16px;
  object-fit: contain;
}
.footer-logo-text { margin-bottom: 16px; }
.footer-name {
  display: block;
  font-size: 1.4rem;
  font-weight: 900;
  color: var(--gold-light);
}
.footer-desc {
  color: rgba(255,255,255,0.55);
  font-size: 0.9rem;
  line-height: 1.8;
  margin-bottom: 22px;
  max-width: 320px;
}
.footer-wa-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, var(--wa-green), var(--wa-dark));
  color: var(--white);
  padding: 11px 22px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.9rem;
  transition: var(--transition);
}
.footer-wa-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(37,211,102,0.4);
}
.footer-title {
  color: var(--gold-light);
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(200,150,42,0.2);
}
.footer-links li { margin-bottom: 10px; }
.footer-links a {
  color: rgba(255,255,255,0.6);
  font-size: 0.9rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: var(--transition);
}
.footer-links a i { font-size: 0.7rem; color: var(--gold); }
.footer-links a:hover { color: var(--gold-light); padding-right: 6px; }
.footer-contact-list li {
  margin-bottom: 14px;
}
.footer-contact-list a,
.footer-contact-list span {
  color: rgba(255,255,255,0.6);
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: var(--transition);
}
.footer-contact-list a:hover { color: var(--gold-light); }
.footer-contact-list i { color: var(--gold); font-size: 0.95rem; width: 16px; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.07);
  padding: 20px 0;
  text-align: center;
}
.footer-bottom p {
  color: rgba(255,255,255,0.35);
  font-size: 0.85rem;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .achievements-grid { grid-template-columns: repeat(2, 1fr); }
  .blog-grid { grid-template-columns: 1fr 1fr; }
  .blog-card.featured { grid-column: span 2; }
  .about-grid { gap: 40px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .footer-brand { grid-column: span 2; }
}

@media (max-width: 768px) {
  section { padding: 65px 0; }

  .header-wa-btn { display: none; }
  .menu-toggle { display: flex; }

  .nav {
    position: fixed;
    top: 0; right: -100%;
    width: 80%;
    max-width: 320px;
    height: 100vh;
    background: var(--dark);
    padding: 90px 30px 40px;
    transition: right 0.35s ease;
    z-index: 999;
    box-shadow: -4px 0 30px rgba(0,0,0,0.4);
  }
  .nav.open { right: 0; }
  .nav ul { flex-direction: column; gap: 4px; }
  .nav ul li a {
    font-size: 1.05rem;
    padding: 12px 16px;
    display: block;
  }

  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stat-item { border-right: none; border-bottom: 1px solid rgba(200,150,42,0.15); }
  .stat-item:nth-child(2n) { border-bottom: none; }

  .about-grid { grid-template-columns: 1fr; gap: 30px; }
  .about-img-main { height: 350px; }
  .about-img-badge { width: 110px; height: 110px; bottom: -15px; left: -15px; }

  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-item.large { grid-column: span 2; }

  .achievements-grid { grid-template-columns: repeat(2, 1fr); }

  .blog-grid { grid-template-columns: 1fr; }
  .blog-card.featured { grid-column: span 1; }

  .contact-grid { grid-template-columns: 1fr; }
  .map-wrap { height: 320px; }

  .videos-grid { grid-template-columns: 1fr; }

  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-brand { grid-column: span 1; }

  .cta-btns { flex-direction: column; align-items: center; }
  .hero-actions { flex-direction: column; }
  .hero-info-bar { flex-direction: column; align-items: flex-start; gap: 12px; }
  .hero-info-sep { display: none; }
}

@media (max-width: 480px) {
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-item.large { grid-column: span 1; }
  .achievements-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .whatsapp-float .wa-float-label { display: none; }
  .whatsapp-float { padding: 14px; border-radius: 50%; width: 58px; height: 58px; justify-content: center; }
}
