:root {
  --forest: #0b2348;
  --green: #14a98f;
  --mint: #66d2c0;
  --pale: #edf7fb;
  --paper: #fbfdff;
  --ink: #102f5c;
  --muted: #64758b;
  --line: #d7e4ee;
}

.brand img {
  width: 190px;
  height: 58px;
  object-fit: contain;
  object-position: left center;
  border-radius: 0;
}

.hero {
  background:
    radial-gradient(circle at 82% 22%, #bfeee6 0, transparent 28%),
    linear-gradient(135deg, #f8fbff, #e1f2f6);
}

.logo-stage > img {
  max-width: 540px;
  border-radius: 28px;
  box-shadow: 0 35px 75px #0b35602c;
}

.logo-stage {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

.logo-stage aside,
.rtl .logo-stage aside {
  position: static;
  width: min(100%, 540px);
  padding: 16px 20px;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-top: 3px solid var(--green);
  border-radius: 12px;
}

.about {
  background: linear-gradient(135deg, #091d3e, #123f73);
}

.whatsapp {
  background: linear-gradient(100deg, #0b4b81, #12aa91);
}

footer {
  background: #071a35;
}

.service-pillars {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  border: 0;
}

.service-pillars .service-card {
  position: relative;
  min-height: 0;
  padding: 34px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: linear-gradient(145deg, #ffffff 0%, #f7fbfd 100%);
  box-shadow: 0 18px 45px rgba(11, 35, 72, .07);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.service-pillars .service-card::after {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  top: -105px;
  right: -85px;
  border-radius: 50%;
  background: rgba(20, 169, 143, .09);
}

.service-pillars .service-card:hover {
  transform: translateY(-5px);
  border-color: rgba(20, 169, 143, .48);
  box-shadow: 0 24px 55px rgba(11, 35, 72, .12);
}

.service-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.service-pillars .service-top i {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(20, 169, 143, .3);
  border-radius: 50%;
  color: var(--green);
  font-style: normal;
  font-weight: 800;
}

.service-icon {
  position: relative;
  z-index: 1;
  color: var(--green);
  font: 32px Georgia, serif;
}

.service-pillars h3 {
  max-width: 460px;
  margin: 0;
  color: var(--ink);
  font: 500 clamp(25px, 2.5vw, 34px)/1.1 Georgia, serif;
  letter-spacing: -.6px;
}

.service-pillars .service-intro {
  min-height: 50px;
  margin: 15px 0 25px;
  font-size: 15px;
  line-height: 1.65;
}

.service-pillars ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 24px;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.service-pillars li {
  position: relative;
  padding: 12px 0 12px 18px;
  border-bottom: 1px solid var(--line);
  color: #465d76;
  font-size: 13px;
  line-height: 1.45;
}

.service-pillars li::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 18px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
}

.rtl .service-pillars .service-card::after { right: auto; left: -85px; }
.rtl .service-pillars li { padding: 12px 18px 12px 0; }
.rtl .service-pillars li::before { left: auto; right: 1px; }

@media (max-width: 600px) {
  .brand img {
    width: 145px;
    height: 48px;
  }

  .service-pillars { grid-template-columns: 1fr; gap: 16px; }
  .service-pillars .service-card { padding: 25px 20px; }
  .service-pillars ul { grid-template-columns: 1fr; }
  .service-pillars .service-intro { min-height: 0; }
}

@media (min-width: 601px) and (max-width: 900px) {
  .service-pillars { grid-template-columns: 1fr; }
}

/* Contact actions retain accessible labels without showing contact details. */
.contact-lines { display: flex; flex-wrap: wrap; gap: 16px; }
.contact-lines .contact-icon { display: inline-flex; align-items: center; justify-content: center; width: 58px; height: 58px; padding: 14px; border: 1px solid var(--line); border-radius: 50%; background: #fff; color: var(--green); transition: background .15s, color .15s; }
.contact-lines .contact-icon:hover { background: var(--green); color: #fff; }
.contact-icon:focus-visible, .floating-wa:focus-visible { outline: 3px solid #174a8b; outline-offset: 4px; }
.contact-symbol { display: block; width: 28px; height: 28px; flex-shrink: 0; }
.wa-symbol .contact-symbol { width: 40px; height: 40px; }

.acquisition-banner{background:#284a91;color:#fff;padding:12px 20px;text-align:center;font-size:14px;line-height:1.6}.brand img,.logo-stage>img,.about-grid>img{object-fit:contain;height:auto;background:white}
