/* ===== HERO ===== */
.hero {
  min-height: 100vh;
  background: var(--deep-navy);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
}

.hero-overlay {
  position: absolute;
  inset: 0;
   background: radial-gradient(ellipse 80% 80% at 60% 50%, rgba(44,74,140,0.15) 0%, transparent 70%),
              radial-gradient(ellipse 40% 60% at 10% 80%, rgba(192,57,43,0.08) 0%, transparent 60%);

}

.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse at center, black 30%, transparent 80%);
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 780px;
  padding: 120px 40px 180px;
  animation: heroIn 1s ease forwards;
}

@keyframes heroIn {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

.hero-eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: white;
  font-weight: 500;
  margin-bottom: 28px;
}

.dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--red);
  display: inline-block;
}

.hero-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(32px, 5vw, 64px);
  font-weight: 700;
  color: var(--white);
  line-height: 1.05;
  letter-spacing: -2px;
  margin-bottom: 24px;
  white-space: nowrap;
   width: fit-content;
  margin-left: auto;
  margin-right: auto;


}
@media (max-width: 768px) {
  .hero-title {
    white-space: normal;
  }
}
.hero-title em {
  font-style: italic;
  color: transparent;
  -webkit-text-stroke: 1.5px var(--red);
  background: linear-gradient(135deg, var(--red-light), var(--red));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-sub {
  font-size: 17px;
  line-height: 1.75;
  color: white;
  max-width: 560px;
  margin: 0 auto 36px;
}

.hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.hero-phone {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 15px;
  color: white;
  padding: 12px 24px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 50px;
  width: fit-content;
  margin: 0 auto;
  backdrop-filter: blur(8px);
}

.hero-phone strong { color: var(--white); }

.hero-phone .phone-icon { font-size: 16px; }

.hero-stats {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 0;
  background: rgba(255,255,255,0.04);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,0.08);
  border-bottom: none;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
  z-index: 3;
}

.stat-item {
  padding: 20px 48px;
  text-align: center;
}

.stat-num {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 4px;
}

.stat-label {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: white;
}

.stat-divider {
  width: 1px;
  height: 40px;
  background: rgba(255,255,255,0.1);
}

.hero-scroll-hint {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
}

.hero-scroll-hint span {
  display: block;
  width: 1px;
  height: 48px;
  background: linear-gradient(to bottom, transparent, rgba(255,255,255,0.3));
  margin: 0 auto;
  animation: scrollHint 2s ease infinite;
}

@keyframes scrollHint {
  0%, 100% { opacity: 0.2; transform: scaleY(0.5); }
  50% { opacity: 1; transform: scaleY(1); }
}

/* ===== INTRO ===== */
.intro-band {
  padding: 100px 0;
  background: var(--white);
}

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

.intro-text h2 {
  font-size: 40px;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.2;
  margin-bottom: 20px;
}

.intro-text p {
  font-size: 16px;
  line-height: 1.8;
  color: var(--text-mid);
  margin-bottom: 28px;
}

.feature-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  color: var(--text-mid);
  line-height: 1.5;
}

.check {
  color: var(--red);
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 1px;
}

.intro-gallery {
  position: relative;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 200px 200px;
  gap: 12px;
  border-radius: 16px;
  overflow: hidden;
}

.g-img {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 16px;
  transition: var(--transition);
}

.g-img:hover { transform: scale(1.02); }

.g-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: white;
}

.gallery-badge {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--white);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 32px rgba(0,0,0,0.3);
  z-index: 2;
}

.gallery-badge span {
  font-family: 'Tajawal', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: var(--navy);
  line-height: 1;
}

.gallery-badge small {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--red);
  text-transform: uppercase;
}

/* ===== SERVICES PREVIEW ===== */
.services-preview {
  padding: 100px 0;
  background: var(--light-gray);
}

.services-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}

.services-header {
  text-align: center;
  max-width: 560px;
  margin: 0 auto 60px;
}

.services-header h2 {
  font-size: 42px;
  color: var(--navy);
  line-height: 1.15;
  margin-bottom: 16px;
}

.services-header p {
  font-size: 16px;
  color: var(--text-mid);
  line-height: 1.7;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.service-card {
  background: var(--white);
  border-radius: 12px;
  padding: 36px 32px;
  text-decoration: none;
  border: 1.5px solid transparent;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
  display: block;
}

.service-card::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--blue), var(--red));
  transform: scaleX(0);
  transform-origin: left;
  transition: var(--transition);
}

.service-card:hover {
  border-color: rgba(44,74,140,0.15);
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.service-card:hover::before { transform: scaleX(1); }

.service-card.featured {
  background: linear-gradient(135deg, var(--navy), var(--blue));
}

.service-card.featured h3,
.service-card.featured p { color: var(--white); }

.service-card.featured .service-icon { background: rgba(255,255,255,0.1); }

.service-card.featured .card-arrow { color: var(--white); }

.service-icon {
  width: 52px;
  height: 52px;
  background: var(--light-gray);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 20px;
}

.service-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 12px;
}

.service-card p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--text-mid);
  margin-bottom: 20px;
}

.card-arrow {
  color: var(--red);
  font-size: 18px;
  font-weight: 700;
  transition: var(--transition);
}

.service-card:hover .card-arrow { transform: translateX(6px); }

/* ===== WHY US ===== */
.why-us {
  padding: 100px 0;
  background: linear-gradient(135deg, var(--deep-navy) 0%, var(--navy) 50%, #1e3560 100%);
  position: relative;
  overflow: hidden;
}

.why-us::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
  background-size: 80px 80px;
}

.why-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 1;
}

.why-text {
  text-align: center;
  margin-bottom: 60px;
}

.why-text h2 {
  font-size: 42px;
  color: var(--white);
  margin-bottom: 16px;
}

.why-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.why-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  padding: 32px 28px;
  transition: var(--transition);
  backdrop-filter: blur(8px);
}

.why-card:hover {
  background: rgba(255,255,255,0.08);
  transform: translateY(-4px);
  border-color: rgba(192,57,43,0.3);
}

.why-num {
  font-family: 'Playfair Display', serif;
  font-size: 48px;
  font-weight: 700;
  color: rgba(192,57,43,0.2);
  line-height: 1;
  margin-bottom: 16px;
  letter-spacing: -2px;
}

.why-card h4 {
  font-size: 17px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 10px;
}

.why-card p {
  font-size: 14px;
  line-height: 1.7;
  color: white;
}

/* ===== CTA BAND ===== */
.cta-band {
  padding: 80px 0;
  background: var(--white);
  border-top: 1px solid var(--border);
}

.cta-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.cta-text h2 {
  font-size: 36px;
  color: var(--navy);
  margin-bottom: 10px;
}

.cta-text p {
  font-size: 16px;
  color: var(--text-mid);
  max-width: 480px;
  line-height: 1.7;
}

.cta-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  flex-shrink: 0;
}

.cta-actions .btn-secondary {
  color: var(--navy);
  border-color: var(--border);
}

.cta-actions .btn-secondary:hover {
  border-color: var(--navy);
  background: var(--light-gray);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .why-cards { grid-template-columns: repeat(2, 1fr); }
  .intro-inner { gap: 48px; }
}

@media (max-width: 768px) {
  .hero-stats { display: none; }
  .hero-content { padding: 100px 24px 80px; }
  .intro-inner { grid-template-columns: 1fr; gap: 40px; }
  .services-grid { grid-template-columns: 1fr; }
  .why-cards { grid-template-columns: 1fr; }
  .cta-inner { flex-direction: column; align-items: flex-start; }
  .intro-text h2 { font-size: 30px; }
  .services-inner, .why-inner, .cta-inner, .intro-inner { padding: 0 24px; }
}
