/* ============================================================
   AKALIRO INVESTMENTS LIMITED — Main Stylesheet
   Brand: Deep Green #1a6b2f, Gold #e8b800, White #fff
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700;900&family=Open+Sans:wght@300;400;600;700&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --green:      #1a6b2f;
  --green-dark: #114520;
  --green-light:#2a8f42;
  --gold:       #e8b800;
  --gold-dark:  #c49b00;
  --white:      #ffffff;
  --gray-light: #f4f7f4;
  --gray:       #6b7280;
  --dark:       #1a2010;
  --font-head:  'Merriweather', Georgia, serif;
  --font-body:  'Open Sans', Arial, sans-serif;
  --radius:     6px;
  --shadow:     0 4px 20px rgba(0,0,0,.12);
  --transition: .3s ease;
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  color: var(--dark);
  background: var(--white);
  line-height: 1.7;
  font-size: 16px;
}

a { color: inherit; text-decoration: none; transition: color var(--transition); }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; }

.container {
  width: 90%;
  max-width: 1180px;
  margin: 0 auto;
}

/* ─── UTILITIES ─── */
.btn {
  display: inline-block;
  padding: 13px 32px;
  border-radius: var(--radius);
  font-weight: 700;
  font-size: .95rem;
  letter-spacing: .03em;
  transition: all var(--transition);
  cursor: pointer;
  border: 2px solid transparent;
}
.btn-primary {
  background: var(--gold);
  color: var(--dark);
  border-color: var(--gold);
}
.btn-primary:hover {
  background: var(--gold-dark);
  border-color: var(--gold-dark);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(232,184,0,.35);
}
.btn-outline {
  background: transparent;
  color: var(--white);
  border-color: var(--white);
}
.btn-outline:hover {
  background: var(--white);
  color: var(--green);
}
.btn-green {
  background: var(--green);
  color: var(--white);
  border-color: var(--green);
}
.btn-green:hover {
  background: var(--green-dark);
  border-color: var(--green-dark);
  transform: translateY(-2px);
}

.section-tag {
  display: inline-block;
  background: rgba(26,107,47,.12);
  color: var(--green);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 30px;
  margin-bottom: 12px;
}

.section-title {
  font-family: var(--font-head);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 900;
  color: var(--dark);
  line-height: 1.3;
  margin-bottom: 16px;
}

.section-subtitle {
  color: var(--gray);
  font-size: 1.05rem;
  max-width: 620px;
}

.text-center { text-align: center; }
.text-center .section-subtitle { margin: 0 auto; }

/* ─── HEADER ─── */
header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--green-dark);
  box-shadow: 0 2px 12px rgba(0,0,0,.18);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  gap: 20px;
}

.logo-wrap {
  display: flex;
  align-items: center;
  gap: 14px;
}
.logo-wrap img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--gold);
}
.logo-text {
  line-height: 1.25;
}
.logo-name {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: 1.05rem;
  color: var(--white);
  letter-spacing: .01em;
}
.logo-tagline {
  font-size: .7rem;
  color: var(--gold);
  letter-spacing: .06em;
  text-transform: uppercase;
}

nav ul {
  display: flex;
  gap: 6px;
  align-items: center;
}
nav ul li a {
  color: rgba(255,255,255,.88);
  font-weight: 600;
  font-size: .88rem;
  padding: 8px 14px;
  border-radius: var(--radius);
  transition: all var(--transition);
  letter-spacing: .02em;
}
nav ul li a:hover,
nav ul li a.active {
  background: rgba(255,255,255,.12);
  color: var(--white);
}
nav ul li.cta a {
  background: var(--gold);
  color: var(--dark);
  padding: 8px 20px;
}
nav ul li.cta a:hover {
  background: var(--gold-dark);
}

.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  flex-direction: column;
  gap: 5px;
}
.nav-toggle span {
  display: block;
  width: 26px;
  height: 2px;
  background: var(--white);
  border-radius: 2px;
  transition: all var(--transition);
}

/* ─── TOP BAR ─── */
.top-bar {
  background: var(--green);
  padding: 7px 0;
  font-size: .8rem;
  color: rgba(255,255,255,.85);
}
.top-bar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.top-bar a { color: inherit; }
.top-bar a:hover { color: var(--gold); }
.top-bar-contacts {
  display: flex;
  gap: 24px;
}
.top-bar-contacts span { display: flex; align-items: center; gap: 6px; }

/* ─── HERO ─── */
.hero {
  position: relative;
  min-height: 90vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--green-dark);
}
.hero-bg {
  position: absolute;
  inset: 0;
  background: url('../images/landscaping2.jpg') center/cover no-repeat;
  opacity: .22;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(17,69,32,.95) 0%, rgba(26,107,47,.75) 60%, rgba(17,69,32,.85) 100%);
}
.hero-content {
  position: relative;
  z-index: 2;
}
.hero-tag {
  display: inline-block;
  background: var(--gold);
  color: var(--dark);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: 5px 16px;
  border-radius: 30px;
  margin-bottom: 24px;
}
.hero h1 {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: clamp(2rem, 5vw, 3.6rem);
  color: var(--white);
  line-height: 1.2;
  margin-bottom: 22px;
}
.hero h1 span { color: var(--gold); }
.hero p {
  font-size: 1.1rem;
  color: rgba(255,255,255,.82);
  margin-bottom: 38px;
  max-width: 580px;
  line-height: 1.8;
}
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }

.hero-stats {
  display: flex;
  gap: 0;
  margin-top: 60px;
  border-top: 1px solid rgba(255,255,255,.12);
  padding-top: 36px;
  flex-wrap: wrap;
}
.stat-item {
  flex: 1;
  min-width: 140px;
  border-right: 1px solid rgba(255,255,255,.12);
  padding: 0 32px 0 0;
  margin-right: 32px;
}
.stat-item:last-child { border-right: none; margin-right: 0; }
.stat-number {
  font-family: var(--font-head);
  font-size: 2.4rem;
  font-weight: 900;
  color: var(--gold);
  line-height: 1;
}
.stat-label {
  font-size: .82rem;
  color: rgba(255,255,255,.7);
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-top: 4px;
}

/* ─── HERO SPLIT LAYOUT ─── */
.hero-split {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  padding: 80px 0 60px;
}

.hero-image-col {
  display: flex;
  justify-content: flex-end;
}

.hero-img-stack {
  position: relative;
  width: 100%;
  max-width: 480px;
}

.hero-img-main {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 24px 60px rgba(0,0,0,.45);
  display: block;
  border: 3px solid rgba(232,184,0,.4);
}

.hero-img-badge {
  position: absolute;
  top: -22px;
  left: -22px;
  background: var(--gold);
  border-radius: 12px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 8px 24px rgba(232,184,0,.4);
  z-index: 3;
}
.hero-img-badge img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--white);
  flex-shrink: 0;
}
.hero-img-badge span {
  font-size: .72rem;
  font-weight: 700;
  color: var(--dark);
  letter-spacing: .04em;
  text-transform: uppercase;
  max-width: 90px;
  line-height: 1.3;
}

.hero-img-overlay-card {
  position: absolute;
  bottom: -20px;
  right: -20px;
  background: var(--white);
  border-radius: 12px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: 0 12px 32px rgba(0,0,0,.2);
  z-index: 3;
  max-width: 240px;
}
.hero-card-icon {
  width: 38px;
  height: 38px;
  min-width: 38px;
  background: var(--green);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-weight: 700;
  font-size: 1rem;
}
.hero-img-overlay-card strong {
  display: block;
  font-size: .88rem;
  color: var(--dark);
  margin-bottom: 2px;
}
.hero-img-overlay-card p {
  font-size: .76rem;
  color: var(--gray);
  line-height: 1.4;
  margin: 0;
}

/* Hero stats inside split layout */
.hero-split .hero-stats {
  display: flex;
  gap: 0;
  margin-top: 40px;
  border-top: 1px solid rgba(255,255,255,.12);
  padding-top: 28px;
  flex-wrap: wrap;
}
.hero-split .stat-item {
  flex: 1;
  min-width: 100px;
  border-right: 1px solid rgba(255,255,255,.12);
  padding: 0 20px 0 0;
  margin-right: 20px;
}
.hero-split .stat-item:last-child { border-right: none; margin-right: 0; }

@media (max-width: 900px) {
  .hero-split {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 50px 0 40px;
  }
  .hero-image-col { justify-content: center; }
  .hero-img-main { height: 340px; }
  .hero-img-stack { max-width: 100%; }
}

/* ─── SERVICES ─── */
.services-section {
  padding: 100px 0;
  background: var(--gray-light);
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 28px;
  margin-top: 60px;
}
.service-card {
  background: var(--white);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform var(--transition), box-shadow var(--transition);
  display: flex;
  flex-direction: column;
}
.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 36px rgba(0,0,0,.16);
}
.service-img {
  height: 210px;
  overflow: hidden;
}
.service-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}
.service-card:hover .service-img img { transform: scale(1.06); }
.service-body {
  padding: 28px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.service-icon {
  width: 48px;
  height: 48px;
  background: rgba(26,107,47,.1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  font-size: 1.4rem;
}
.service-body h3 {
  font-family: var(--font-head);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 10px;
}
.service-body p {
  color: var(--gray);
  font-size: .93rem;
  flex: 1;
  line-height: 1.7;
}
.service-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--green);
  font-weight: 700;
  font-size: .88rem;
  margin-top: 18px;
  transition: gap var(--transition);
}
.service-link:hover { gap: 10px; color: var(--green-dark); }

/* ─── ABOUT ─── */
.about-section {
  padding: 100px 0;
  background: var(--white);
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}
.about-images {
  position: relative;
}
.about-main-img {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.about-main-img img {
  width: 100%;
  height: 440px;
  object-fit: cover;
}
.about-badge {
  position: absolute;
  bottom: -24px;
  right: -24px;
  background: var(--gold);
  color: var(--dark);
  padding: 22px 28px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(232,184,0,.4);
}
.about-badge .badge-year {
  font-family: var(--font-head);
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1;
}
.about-badge .badge-text {
  font-size: .72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-top: 4px;
}

.about-content .section-subtitle {
  margin-top: 16px;
  margin-bottom: 28px;
}

.about-values {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin: 30px 0 36px;
}
.value-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.value-icon {
  width: 38px;
  height: 38px;
  min-width: 38px;
  background: var(--green);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 1rem;
}
.value-item h4 {
  font-weight: 700;
  font-size: .92rem;
  color: var(--dark);
  margin-bottom: 2px;
}
.value-item p { font-size: .83rem; color: var(--gray); }

/* ─── GALLERY ─── */
.gallery-section {
  padding: 100px 0;
  background: var(--gray-light);
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 220px;
  gap: 12px;
  margin-top: 50px;
}
.gallery-item {
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
}
.gallery-item.wide { grid-column: span 2; }
.gallery-item.tall { grid-row: span 2; }
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}
.gallery-item:hover img { transform: scale(1.08); }
.gallery-overlay {
  position: absolute;
  inset: 0;
  background: rgba(17,69,32,0);
  transition: background var(--transition);
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-item:hover .gallery-overlay { background: rgba(17,69,32,.4); }
.gallery-overlay span {
  color: var(--white);
  font-size: 1.8rem;
  opacity: 0;
  transition: opacity var(--transition);
}
.gallery-item:hover .gallery-overlay span { opacity: 1; }

/* ─── TARGETS ─── */
.targets-section {
  padding: 100px 0;
  background: var(--green-dark);
  position: relative;
  overflow: hidden;
}
.targets-section::before {
  content: '';
  position: absolute;
  top: -80px; right: -80px;
  width: 400px; height: 400px;
  border-radius: 50%;
  background: rgba(255,255,255,.03);
}
.targets-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 32px;
  margin-top: 60px;
}
.target-card {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px;
  padding: 36px 28px;
  text-align: center;
  transition: all var(--transition);
}
.target-card:hover {
  background: rgba(255,255,255,.12);
  transform: translateY(-4px);
}
.target-icon {
  width: 64px;
  height: 64px;
  background: var(--gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 1.6rem;
}
.target-card h3 {
  font-family: var(--font-head);
  font-size: 1.05rem;
  color: var(--white);
  margin-bottom: 10px;
}
.target-card p { font-size: .87rem; color: rgba(255,255,255,.65); line-height: 1.7; }

/* ─── CTA BANNER ─── */
.cta-section {
  padding: 90px 0;
  background: linear-gradient(135deg, var(--gold) 0%, #f0c400 100%);
  text-align: center;
}
.cta-section h2 {
  font-family: var(--font-head);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 900;
  color: var(--dark);
  margin-bottom: 16px;
}
.cta-section p { color: rgba(0,0,0,.65); font-size: 1.05rem; margin-bottom: 36px; }
.cta-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ─── CONTACT ─── */
.contact-section {
  padding: 100px 0;
  background: var(--white);
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 70px;
  margin-top: 60px;
}
.contact-info h3 {
  font-family: var(--font-head);
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 24px;
  color: var(--dark);
}
.contact-detail {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 24px;
}
.contact-icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  background: var(--green);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 1.1rem;
}
.contact-detail h4 { font-weight: 700; font-size: .9rem; margin-bottom: 4px; color: var(--dark); }
.contact-detail p { color: var(--gray); font-size: .9rem; }
.contact-detail a:hover { color: var(--green); }

.contact-form .form-group { margin-bottom: 20px; }
.contact-form label {
  display: block;
  font-weight: 600;
  font-size: .88rem;
  margin-bottom: 7px;
  color: var(--dark);
}
.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  padding: 12px 16px;
  border: 1.5px solid #dde4da;
  border-radius: var(--radius);
  font-family: var(--font-body);
  font-size: .95rem;
  color: var(--dark);
  transition: border-color var(--transition), box-shadow var(--transition);
  background: var(--white);
}
.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  outline: none;
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(26,107,47,.1);
}
.contact-form textarea { resize: vertical; min-height: 130px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

.alert-success {
  background: #ecfdf5;
  border: 1px solid #86efac;
  color: #166534;
  padding: 14px 18px;
  border-radius: var(--radius);
  margin-bottom: 20px;
  font-weight: 600;
}

/* ─── PAGE HERO ─── */
.page-hero {
  background: linear-gradient(135deg, var(--green-dark) 0%, var(--green) 100%);
  padding: 80px 0 70px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('../images/landscaping1.jpg') center/cover no-repeat;
  opacity: .08;
}
.page-hero-content { position: relative; z-index: 2; }
.page-hero h1 {
  font-family: var(--font-head);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 900;
  color: var(--white);
  margin-bottom: 12px;
}
.page-hero p { color: rgba(255,255,255,.75); font-size: 1.05rem; max-width: 560px; margin: 0 auto; }
.breadcrumb {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
  font-size: .85rem;
  color: rgba(255,255,255,.6);
}
.breadcrumb a { color: var(--gold); }
.breadcrumb a:hover { color: var(--white); }
.breadcrumb span { color: rgba(255,255,255,.4); }

/* ─── FOOTER ─── */
footer {
  background: var(--dark);
  padding: 70px 0 0;
  color: rgba(255,255,255,.7);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 48px;
}
.footer-brand { }
.footer-brand .logo-wrap { margin-bottom: 20px; }
.footer-brand p { font-size: .88rem; line-height: 1.8; margin-bottom: 24px; }
.social-links { display: flex; gap: 12px; }
.social-link {
  width: 38px;
  height: 38px;
  background: rgba(255,255,255,.08);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,.7);
  font-size: 1rem;
  transition: all var(--transition);
}
.social-link:hover { background: var(--gold); color: var(--dark); }

.footer-col h4 {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: .95rem;
  color: var(--white);
  margin-bottom: 22px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--gold);
  display: inline-block;
}
.footer-col ul li {
  margin-bottom: 10px;
  font-size: .88rem;
}
.footer-col ul li a {
  color: rgba(255,255,255,.6);
  transition: color var(--transition);
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer-col ul li a::before {
  content: '›';
  color: var(--gold);
  font-size: 1rem;
}
.footer-col ul li a:hover { color: var(--white); }

.footer-contact li {
  margin-bottom: 14px;
  font-size: .87rem;
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.footer-contact li span { color: var(--gold); font-size: 1rem; min-width: 18px; }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.08);
  margin-top: 50px;
  padding: 22px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: .82rem;
  color: rgba(255,255,255,.45);
  flex-wrap: wrap;
  gap: 12px;
}
.footer-bottom a { color: var(--gold); }

/* ─── ABOUT PAGE FULL ─── */
.mission-section {
  padding: 90px 0;
  background: var(--gray-light);
}
.mission-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
.mission-card {
  background: var(--white);
  border-radius: 14px;
  padding: 44px 40px;
  box-shadow: var(--shadow);
  border-left: 5px solid var(--green);
}
.mission-card.vision { border-left-color: var(--gold); }
.mission-card-icon {
  font-size: 2.2rem;
  margin-bottom: 18px;
}
.mission-card h3 {
  font-family: var(--font-head);
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 16px;
  color: var(--dark);
}
.mission-card p { color: var(--gray); line-height: 1.8; }

.history-section {
  padding: 90px 0;
  background: var(--white);
}
.timeline {
  position: relative;
  max-width: 800px;
  margin: 50px auto 0;
}
.timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0; bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, var(--green), var(--gold));
  transform: translateX(-50%);
}
.timeline-item {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  margin-bottom: 48px;
  position: relative;
}
.timeline-item:nth-child(odd) { flex-direction: row-reverse; }
.timeline-item:nth-child(odd) .timeline-content { text-align: right; }
.timeline-dot {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 6px);
  width: 18px;
  height: 18px;
  background: var(--gold);
  border-radius: 50%;
  border: 3px solid var(--white);
  box-shadow: 0 0 0 3px var(--green);
  z-index: 2;
}
.timeline-year {
  font-family: var(--font-head);
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--green);
  min-width: 80px;
  padding-top: 2px;
}
.timeline-content {
  flex: 1;
  background: var(--gray-light);
  border-radius: 10px;
  padding: 22px 28px;
}
.timeline-content h4 {
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--dark);
}
.timeline-content p { font-size: .9rem; color: var(--gray); }

/* ─── SERVICES PAGE ─── */
.services-detail-section { padding: 90px 0; }
.service-detail-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  margin-bottom: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid #e5ede7;
}
.service-detail-card:last-child { border-bottom: none; }
.service-detail-card.reverse { direction: rtl; }
.service-detail-card.reverse > * { direction: ltr; }
.service-detail-img {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.service-detail-img img {
  width: 100%;
  height: 360px;
  object-fit: cover;
}
.service-detail-content .section-tag { margin-bottom: 14px; }
.service-detail-content h2 {
  font-family: var(--font-head);
  font-size: 1.7rem;
  font-weight: 900;
  color: var(--dark);
  margin-bottom: 16px;
}
.service-detail-content p { color: var(--gray); margin-bottom: 16px; line-height: 1.8; }
.service-features { margin: 24px 0; }
.service-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
  font-size: .93rem;
  color: var(--dark);
}
.service-features li::before {
  content: '✓';
  color: var(--green);
  font-weight: 700;
  font-size: .9rem;
  width: 20px;
  min-width: 20px;
}

/* ─── RESPONSIVE ─── */
@media (max-width: 1024px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
  .gallery-item.wide { grid-column: span 2; }
}
@media (max-width: 768px) {
  .nav-toggle { display: flex; }
  nav { display: none; width: 100%; order: 3; }
  nav.open { display: block; }
  nav ul { flex-direction: column; gap: 4px; padding: 16px 0; }
  nav ul li a { display: block; }
  .header-inner { flex-wrap: wrap; }
  .about-grid, .contact-grid, .mission-grid,
  .service-detail-card { grid-template-columns: 1fr; gap: 36px; }
  .service-detail-card.reverse { direction: ltr; }
  .about-badge { right: 0; bottom: -20px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-item.wide, .gallery-item.tall { grid-column: span 1; grid-row: span 1; }
  .footer-grid { grid-template-columns: 1fr; }
  .timeline::before { left: 18px; }
  .timeline-item, .timeline-item:nth-child(odd) { flex-direction: column; }
  .timeline-item:nth-child(odd) .timeline-content { text-align: left; }
  .timeline-dot { left: 18px; }
  .form-row { grid-template-columns: 1fr; }
  .about-values { grid-template-columns: 1fr; }
  .top-bar-inner { flex-direction: column; gap: 6px; text-align: center; }
  .hero-stats { flex-direction: column; gap: 24px; }
  .stat-item { border-right: none; padding: 0; margin-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); padding-bottom: 20px; }
}
@media (max-width: 480px) {
  .gallery-grid { grid-template-columns: 1fr; }
  .targets-grid { grid-template-columns: 1fr; }
}
