/* ================================================
   INDEX.CSS
   ================================================ */

/* HERO */
.hero {
  height: 85vh;
  background: url("../images/hero-alhamaed.webp") center/cover no-repeat;
  position: relative;
}

.hero-overlay {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.45);
  display: flex;
  align-items: center;
}

.hero-content {
  max-width: 600px;
  padding: 0 24px;
  color: #fff;
}

.hero-content h1 {
  font-size: 44px;
  margin-bottom: 28px;
}

.hero-content p {
  font-size: 18px;
  max-width: 600px;
  line-height: 1.6;
  margin-bottom: 34px;
}

.hero-btn {
  display: inline-block;
  background: var(--hmc-brand-accent);
  color: #fff;
  padding: 14px 20px;
  border-radius: 12px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  box-shadow: var(--hmc-shadow);
  transition: all 0.22s ease;
}

.hero-btn:hover {
  background: var(--hmc-brand-accent-hover);
  text-decoration: underline;
  transform: translateY(-1px);
}


/* ABOUT SECTION */
.about-section {
  padding: 0;
  margin-top: 80px;
}

.about-card {
  max-width: 1420px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 0.8fr;
  gap: 44px;
  padding: 0 28px 28px;
  border-radius: 0;
  background: transparent;
}

.about-image-box {
  min-height: 400px;
  border-radius: 22px;
  overflow: hidden;
  background: rgba(47,71,56,0.06);
  box-shadow: var(--hmc-shadow-sm);
}

.about-image-box img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.about-text-box {
  min-height: 340px;
  padding: 34px 0 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: transparent;
  border-radius: 0;
}

.about-text-box h2 {
  margin: 0 0 12px;
  color: var(--hmc-brand-primary);
  font-size: 1.7rem;
  line-height: 1.2;
}

.about-text-box p {
  margin: 0 0 20px;
  color: rgba(30,30,30,0.78);
  line-height: 1.8;
  font-size: 1rem;
}


/* IMPACT SECTION */
.impact-section {
  padding: 0;
}

.impact-strip {
  max-width: 1400px;
  margin: 20px auto 0;
  background: var(--hmc-brand-primary);
  padding: 28px 18px;
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  border-radius: 24px;
  overflow: hidden;
}

.impact-card {
  min-width: 280px;
  padding: 24px 26px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(255,255,255,0.06);
  text-align: center;
}

.impact-card h3 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
  font-weight: 800;
}

.impact-card h3 span {
  color: var(--hmc-brand-accent);
}

.impact-card p {
  margin: 0;
  color: rgba(255,255,255,0.78);
  font-size: 0.90rem;
}


/* SERVICES SECTION */
.services-section {
  padding: 42px 0 0;
  margin-top: 50px;
  background: transparent;
}

.services-wrap {
  max-width: 1360px;
  margin: 0 auto;
  background:
    radial-gradient(circle at 8% 18%, rgba(140,46,110,0.12), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(47,71,56,0.10), transparent 30%),
    radial-gradient(circle at 50% 100%, rgba(47,71,56,0.08), transparent 35%),
    #f8f9f8;
  border: 1px solid var(--hmc-brand-border);
  border-radius: 24px;
  box-shadow: var(--hmc-shadow-sm);
  padding: 40px 38px 44px;
}

.services-wrap h2 {
  margin: 0 0 10px;
  color: var(--hmc-brand-primary);
  font-size: 1.7rem;
  line-height: 1.2;
}

.services-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 22px;
  margin-top: 26px;
}

.services-grid::after {
  content: "";
  display: block;
}

.service-card {
  width: calc((100% - 44px) / 3);
  min-width: 280px;
  max-width: 390px;
  min-height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-radius: 18px;
  padding: 28px;
  box-sizing: border-box;
}

.service-card h3 {
  margin: 0 0 14px;
  color: var(--hmc-brand-primary);
  font-size: 1.1rem;
  line-height: 1.35;
}

.service-card p {
  margin: 0;
  color: rgba(30,30,30,0.78);
  line-height: 1.75;
  font-size: 0.95rem;
}

.service-icon {
  width: 28px;
  height: 28px;
  padding: 12px;
  background: rgba(140,46,110,0.08);
  border-radius: 12px;
  margin-bottom: 16px;
  display: inline-block;
  transition: 0.3s ease;
}

.service-card:hover .service-icon {
  background: rgba(140,46,110,0.2);
}


/* WHY SECTION */
.why-section {
  padding: 42px 0 0;
  margin-top: 40px;
}

.why-wrap {
  max-width: 1380px;
  margin: 0 auto;
  padding: 30px 32px 34px;
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
}

.why-wrap h2 {
  margin: 0 0 10px;
  color: var(--hmc-brand-primary);
  font-size: 1.7rem;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 34px;
}

.why-card {
  padding: 20px 26px;
  border-radius: 18px;
  background: rgba(47,71,56,0.06);
  border: 1px solid rgba(140,46,110,0.12);
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 100px;
}

.why-number {
  font-size: 2.2rem;
  font-weight: 700;
  color: rgba(140,46,110,0.45);
}

.why-card p {
  margin: 0;
  font-size: 1rem;
  color: rgba(30,30,30,0.8);
  line-height: 1.6;
}


/* SUPPORT SECTION */
.support-section {
  max-width: 1380px;
  margin: 80px auto 0;
  border-radius: 24px;
  overflow: hidden;
  background-image: url('../images/saudi-arabia.webp');
  background-size: cover;
  background-position: center top;
  position: relative;
}

.support-overlay {
  background: linear-gradient(
    to right,
    rgba(47,71,56,0.85),
    rgba(47,71,56,0.6),
    rgba(47,71,56,0.2)
  );
  padding: 60px 50px;
}

.support-content {
  max-width: 520px;
}

.support-content h2 {
  color: #ffffff;
  font-size: 2rem;
  margin-bottom: 16px;
}

.support-content p {
  color: rgba(255,255,255,0.9);
  line-height: 1.8;
  font-size: 1.05rem;
}


/* CTA SECTION */
.cta-section {
  max-width: 1240px;
  margin: 150px auto 0;
}

.cta-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 44px 52px;
  background: var(--hmc-brand-primary);
  border-radius: 22px;
}

.cta-text h2 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 2rem;
}

.cta-text p {
  margin: 0;
  color: rgba(255,255,255,0.8);
  line-height: 1.7;
  font-size: 1.05rem;
}

.cta-action a {
  display: inline-block;
  padding: 14px 24px;
  border-radius: 10px;
  background: var(--hmc-brand-accent);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  box-shadow: var(--hmc-shadow);
  transition: background 0.25s ease;
}

.cta-action a:hover {
  background: var(--hmc-brand-accent-hover);
}