@import url('https://fonts.googleapis.com/css2?family=Changa:wght@500;700;800&family=Readex+Pro:wght@300;400;600;700&display=swap');

:root {
  --heeiz: #0f6b6d;
  --heeiz2: #1aa39a;
  --ink: #0b2f33;
  --muted: #5e6b78;
  --sun: #f2b63e;
  --sea: #e7f5f4;
  --line: rgba(15, 23, 42, .10);
  --radius: 18px;
  --shadow: 0 20px 46px rgba(2, 44, 44, .14);
  --shadow2: 0 12px 26px rgba(2, 44, 44, .10);
}

body {
  font-family: 'Readex Pro', 'Cairo', sans-serif;
  color: var(--ink);
  background:
    radial-gradient(900px 420px at 12% -10%, rgba(242, 182, 62, .18), transparent 60%),
    radial-gradient(1100px 520px at 90% 0%, rgba(26, 163, 154, .22), transparent 60%),
    linear-gradient(180deg, #f7fbfb, #ffffff);
  background-attachment: fixed;
}



.muted {
  color: var(--muted);
}

.section {
  padding: 74px 0;
}

.section-title {
  font-family: 'Changa', 'Readex Pro', sans-serif;
  font-weight: 900;
  letter-spacing: -0.6px;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}

.section-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 55%;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--sun), rgba(242, 182, 62, .12));
}

.hero {
  background:
    radial-gradient(900px 520px at 80% -10%, rgba(242, 182, 62, .26), transparent 60%),
    radial-gradient(700px 480px at 10% 0%, rgba(26, 163, 154, .28), transparent 60%),
    linear-gradient(135deg, #0b3b40, #0f6b6d 45%, #178f88);
  color: #e7f6ff;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  position: relative;
  overflow: hidden;
}

.hero:before {
  content: "";
  position: absolute;
  width: 580px;
  height: 580px;
  left: -220px;
  top: -260px;
  background: radial-gradient(circle, rgba(255, 255, 255, .18), transparent 62%);
  border-radius: 50%;
  pointer-events: none;
}

.hero:after {
  content: "";
  position: absolute;
  width: 620px;
  height: 620px;
  right: -280px;
  bottom: -320px;
  background: radial-gradient(circle, rgba(255, 255, 255, .16), transparent 62%);
  border-radius: 50%;
  pointer-events: none;
}

.h-title {
  font-family: 'Changa', 'Readex Pro', sans-serif;
  font-weight: 900;
  letter-spacing: -0.8px;
  line-height: 1.1;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  padding: .52rem .95rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, .14);
  border: 1px solid rgba(255, 255, 255, .24);
  color: #e7f6ff;
  font-weight: 800;
  backdrop-filter: blur(8px);
}

.pill.dark {
  background: rgba(16, 100, 107, .08);
  border: 1px solid rgba(16, 100, 107, .18);
  color: var(--heeiz);
}

.btn-heeiz {
  border: none;
  background: #fff;
  color: var(--heeiz);
  border-radius: 999px;
  padding: .92rem 1.25rem;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .16);
  transition: .2s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: .55rem;
}

.btn-heeiz:hover {
  transform: translateY(-1px);
  opacity: .98;
}

.btn-heeiz-outline {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: 999px;
  padding: .92rem 1.25rem;
  font-weight: 900;
  transition: .2s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: .55rem;
}

.btn-heeiz-outline:hover {
  background: rgba(255, 255, 255, .08);
}

.cardx {
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, rgba(26, 163, 154, .45), rgba(242, 182, 62, .45)) border-box;
  border: 1px solid transparent;
  border-radius: var(--radius);
  box-shadow: var(--shadow2);
  overflow: hidden;
  height: 100%;
  transition: transform .25s ease, box-shadow .25s ease;
}

.cardx:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 44px rgba(2, 44, 44, .18);
}

.cardx .card-body {
  padding: 22px;
}

.glass {
  background: rgba(255, 255, 255, .78);
  border: 1px solid rgba(255, 255, 255, .55);
  backdrop-filter: blur(12px) saturate(160%);
  border-radius: var(--radius);
  box-shadow: var(--shadow2);
}

.icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(26, 163, 154, .18), rgba(242, 182, 62, .14));
  border: 1px solid rgba(26, 163, 154, .22);
  color: var(--heeiz);
  font-size: 1.2rem;
  flex: 0 0 auto;
  box-shadow: 0 10px 20px rgba(2, 44, 44, .12);
}

.stat {
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 18px;
  padding: 14px;
  height: 100%;
  backdrop-filter: blur(6px);
}

.stat .k {
  font-size: .92rem;
  opacity: .95;
}

.stat .v {
  font-size: 1.25rem;
  font-weight: 950;
  margin-top: 3px;
}

.divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(15, 23, 42, .12), transparent);
  margin: 18px 0;
}

.kpi {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(15, 23, 42, .10);
  background: #fff;
}

.kpi b {
  font-weight: 950;
}

.kpi span {
  color: var(--muted);
}

.pricing {
  background: linear-gradient(135deg, rgba(26, 163, 154, .12), rgba(242, 182, 62, .10));
  border: 1px solid rgba(26, 163, 154, .18);
  border-radius: 22px;
  padding: 18px;
}

.price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px dashed rgba(15, 23, 42, .12);
}

.price-row:last-child {
  border-bottom: none;
}

.price-row .name {
  color: var(--muted);
}

.price-row .val {
  font-weight: 950;
  color: var(--ink);
}

.policy-box {
  background: linear-gradient(180deg, #ffffff, #fdfefe);
  border: 1px solid rgba(15, 23, 42, .10);
  border-radius: 18px;
  padding: 18px;
  box-shadow: var(--shadow2);
}

.pricing-header {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 24px;
  margin-bottom: 24px;
  padding: 18px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(26, 163, 154, .08), rgba(242, 182, 62, .06));
  border: 1px solid rgba(15, 23, 42, .10);
}

.pricing-block {
  margin: 28px 0;
}

.pricing-intro .section-title {
  margin-bottom: 10px;
}

.pricing-bullets {
  display: grid;
  gap: 8px;
  color: var(--muted);
}

.pricing-bullets div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pricing-bullets i {
  color: var(--heeiz);
}

.pricing-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.7fr);
  gap: 22px;
  align-items: start;
  margin-top: 18px;
  padding: 18px;
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff, #f8fcfc);
  border: 1px solid rgba(15, 23, 42, .10);
}

.pricing-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 26px 0;
  padding: 18px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px dashed rgba(15, 23, 42, .12);
}

.fact-card {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 14px 16px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, .10);
  box-shadow: var(--shadow2);
}

.fact-card i {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(26, 163, 154, .18), rgba(242, 182, 62, .14));
  border: 1px solid rgba(26, 163, 154, .22);
  color: var(--heeiz);
}

.partners-section {
  background: linear-gradient(180deg, #f7fbfb, #ffffff);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin-top: 30px;
}

.partners-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 16px;
}

.partner-tile {
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, .10);
  border-radius: 16px;
  padding: 16px;
  display: grid;
  place-items: center;
  box-shadow: var(--shadow2);
  transition: transform .2s ease, box-shadow .2s ease;
}

.partner-tile img {
  max-width: 100%;
  max-height: 80px;
  filter: grayscale(100%);
  opacity: .85;
}

.partner-tile:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.partner-tile:hover img {
  filter: grayscale(0%);
  opacity: 1;
}

.pricing-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.price-card {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .10);
  border-radius: 18px;
  padding: 16px;
  box-shadow: var(--shadow2);
  display: grid;
  gap: 10px;
}

.price-head {
  display: flex;
  align-items: center;
  gap: 10px;
}

.price-head .icon {
  width: 46px;
  height: 46px;
}

.price-head .name {
  font-weight: 900;
  color: var(--ink);
}

.price-val {
  font-weight: 950;
  color: var(--ink);
}

.price-note {
  color: var(--muted);
}

.pricing-benefits {
  position: sticky;
  top: 120px;
}

@media (max-width: 992px) {
  .pricing-header {
    grid-template-columns: 1fr;
  }

  .pricing-layout {
    grid-template-columns: 1fr;
  }

  .pricing-facts {
    grid-template-columns: 1fr;
  }

  .pricing-cards {
    grid-template-columns: 1fr;
  }

  .pricing-benefits {
    position: static;
  }
}

.badge-soft {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  padding: .38rem .7rem;
  border-radius: 999px;
  background: rgba(242, 182, 62, .16);
  border: 1px solid rgba(242, 182, 62, .28);
  color: #8a5b00;
  font-weight: 900;
  font-size: .92rem;
}

.quickbar {
  position: sticky;
  top: 74px;
  z-index: 998;
  background: rgba(255, 255, 255, .84);
  backdrop-filter: blur(12px) saturate(160%);
  border-bottom: 1px solid var(--line);
}

.quickbar a {
  text-decoration: none;
  color: var(--ink);
  font-weight: 800;
  font-size: .95rem;
  padding: .7rem .95rem;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, .08);
  background: #fff;
  transition: transform .2s ease, box-shadow .2s ease, color .2s ease;
}

.quickbar a:hover {
  border-color: rgba(26, 163, 154, .45);
  color: var(--heeiz);
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(2, 44, 44, .12);
}

.form-control,
.form-select {
  border-radius: 14px;
  border: 1px solid rgba(15, 23, 42, .12);
  padding: .88rem .95rem;
}

.form-control:focus,
.form-select:focus {
  border-color: rgba(16, 100, 107, .55);
  box-shadow: 0 0 0 .2rem rgba(16, 100, 107, .16);
}

.cta {
  background: linear-gradient(135deg, var(--heeiz), var(--heeiz2));
  color: #e7f6ff;
  border-radius: 26px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, .18);
  box-shadow: 0 22px 40px rgba(16, 100, 107, .26);
  position: relative;
  overflow: hidden;
}

.cta:after {
  content: "";
  position: absolute;
  width: 440px;
  height: 440px;
  left: -200px;
  bottom: -240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, .16), transparent 62%);
  pointer-events: none;
}

.wa-fab {
  position: fixed;
  left: 18px;
  bottom: 18px;
  z-index: 999;
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: #25D366;
  color: #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 16px 34px rgba(0, 0, 0, .22);
  text-decoration: none;
  transition: .2s ease;
}

.wa-fab:hover {
  transform: translateY(-2px);
  opacity: .98;
}

.nav-link.active-ful {
  font-weight: 950;
  text-decoration: underline;
  text-underline-offset: 8px;
}


.heeiz-badge-white {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  padding: .5rem .85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, .16);
  border: 1px solid rgba(255, 255, 255, .38);
  color: #ffffff;
  font-weight: 800;
  font-size: .9rem;
  backdrop-filter: blur(6px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, .18);
  transition: all .2s ease;
}

.heeiz-badge-white i {
  opacity: .95;
}

.heeiz-badge-white:hover {
  transform: translateY(-2px);
  background: rgba(255,255,255,0.22);
  box-shadow: 0 10px 26px rgba(0,0,0,0.25);
}
