.why-leadminds-section {
  position: relative;
  overflow: hidden;
  padding-block: clamp(4rem, 7vw, 7rem);
  background:
    radial-gradient(circle at 88% 12%, rgba(242, 117, 87, 0.12), transparent 27%),
    radial-gradient(circle at 10% 90%, rgba(65, 165, 165, 0.14), transparent 31%),
    linear-gradient(180deg, #ffffff 0%, #f4f9f7 100%) !important;
}

.why-leadminds-section::before {
  content: "";
  position: absolute;
  inset: 9% auto auto 4%;
  width: 170px;
  height: 170px;
  border: 1px solid rgba(23, 107, 104, 0.12);
  border-radius: 50% 50% 8% 50%;
  transform: rotate(-16deg);
  pointer-events: none;
}

.why-leadminds-section .section-head {
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin-inline: auto;
}

.why-leadminds-section .section-head h2 {
  margin-block: 0.65rem 0.8rem;
  color: #0b514d;
  font-size: clamp(2.15rem, 5vw, 4rem);
}

.why-leadminds-section .section-head p {
  max-width: 700px;
  margin: 0 auto;
  color: #55706d;
  font-size: clamp(1rem, 1.7vw, 1.18rem);
  line-height: 1.85;
}

.why-leadminds-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: clamp(0.9rem, 2vw, 1.35rem) !important;
  max-width: 1060px;
  margin: clamp(1.8rem, 3.5vw, 2.8rem) auto 0;
}

.why-card {
  --why-accent: #176b68;
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: 300px;
  align-content: center;
  justify-items: center;
  gap: 0.8rem;
  overflow: hidden;
  padding: clamp(1.35rem, 2.2vw, 1.85rem) !important;
  text-align: center;
  border: 1px solid color-mix(in srgb, var(--why-accent) 22%, transparent) !important;
  border-radius: 28px 10px 28px 28px !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(242, 249, 247, 0.95)) !important;
  box-shadow: 0 18px 44px rgba(10, 70, 66, 0.09) !important;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.why-card:nth-child(2) { --why-accent: #f27557; }
.why-card:nth-child(3) { --why-accent: #41a5a5; }
.why-card:nth-child(4) { --why-accent: #d99a21; }

.why-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0 auto 0 0;
  width: 7px;
  background: linear-gradient(180deg, var(--why-accent), #faba3d);
}

.why-card::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: auto -70px -92px auto;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--why-accent) 8%, transparent);
}

.why-card:hover {
  transform: translateY(-5px);
  border-color: color-mix(in srgb, var(--why-accent) 44%, transparent) !important;
  box-shadow: 0 25px 58px rgba(10, 70, 66, 0.14) !important;
}

.why-card-icon {
  position: relative;
  display: grid;
  width: 70px;
  height: 70px;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--why-accent) 28%, transparent);
  border-radius: 22px 22px 8px 22px;
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--why-accent) 13%, #ffffff), #ffffff);
  box-shadow: 0 10px 25px color-mix(in srgb, var(--why-accent) 15%, transparent);
  color: var(--why-accent);
  line-height: 1;
}

.why-icon-experts i {
  position: relative;
  width: 42px;
  height: 27px;
  border: 3px solid currentColor;
  border-top: 0;
  border-radius: 5px 5px 19px 19px;
}

.why-icon-experts i::before {
  content: "";
  position: absolute;
  inset: -22px 50% auto auto;
  width: 17px;
  height: 17px;
  border: 3px solid currentColor;
  border-radius: 50%;
  background: #ffffff;
  transform: translateX(50%);
}

.why-icon-experts i::after {
  content: "";
  position: absolute;
  inset: -11px -7px auto auto;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #faba3d;
  box-shadow: -35px 0 0 #faba3d;
}

.why-icon-target i {
  position: relative;
  width: 43px;
  height: 43px;
  border: 3px solid currentColor;
  border-radius: 50%;
}

.why-icon-target i::before {
  content: "";
  position: absolute;
  inset: 7px;
  border: 3px solid currentColor;
  border-radius: 50%;
}

.why-icon-target i::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #faba3d;
  transform: translate(-50%, -50%);
}

.why-icon-quality i {
  display: grid;
  width: 39px;
  height: 45px;
  place-items: center;
  clip-path: polygon(50% 0, 95% 16%, 87% 72%, 50% 100%, 13% 72%, 5% 16%);
  background: var(--why-accent);
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 1.35rem;
  font-style: normal;
  font-weight: 900;
}

.why-icon-growth i {
  position: relative;
  display: flex;
  width: 43px;
  height: 39px;
  align-items: flex-end;
  justify-content: center;
  gap: 4px;
  border-bottom: 3px solid currentColor;
  font-style: normal;
}

.why-icon-growth b {
  display: block;
  width: 8px;
  border-radius: 3px 3px 0 0;
  background: currentColor;
}

.why-icon-growth b:nth-child(1) { height: 13px; opacity: 0.55; }
.why-icon-growth b:nth-child(2) { height: 23px; opacity: 0.78; }
.why-icon-growth b:nth-child(3) { height: 34px; }

.why-icon-growth i::after {
  content: "";
  position: absolute;
  inset: 2px -2px auto auto;
  width: 9px;
  height: 9px;
  border-top: 3px solid #faba3d;
  border-right: 3px solid #faba3d;
}

.why-card h3 {
  max-width: 460px;
  margin: 0 !important;
  color: #0d4f4b !important;
  font-size: clamp(1.22rem, 2vw, 1.5rem);
  font-weight: 800;
  line-height: 1.5 !important;
}

.why-card p {
  max-width: 470px;
  margin: 0;
  color: #425f5c !important;
  font-size: clamp(0.96rem, 1.15vw, 1.04rem);
  font-weight: 500;
  line-height: 1.78;
}

[data-theme="dark"] .why-leadminds-section {
  background: linear-gradient(180deg, #0a2523 0%, #0c302d 100%) !important;
}

[data-theme="dark"] .why-card {
  background: linear-gradient(145deg, rgba(15, 48, 45, 0.98), rgba(12, 38, 36, 0.98)) !important;
}

[data-theme="dark"] .why-card h3 { color: #f2faf9 !important; }

[data-theme="dark"] .why-card p,
[data-theme="dark"] .why-leadminds-section .section-head p { color: #bdd0cd !important; }

@media (max-width: 820px) {
  .why-leadminds-grid {
    grid-template-columns: 1fr !important;
  }

  .why-card {
    min-height: 0;
  }
}

@media (max-width: 560px) {
  .why-leadminds-section {
    padding-block: 3.5rem;
  }

  .why-card {
    padding: 1.55rem !important;
    border-radius: 24px 8px 24px 24px !important;
  }

  .why-card-icon {
    width: 64px;
    height: 64px;
  }

  .why-card h3 {
    font-size: 1.3rem;
  }

  .why-card p {
    font-size: 1rem;
    line-height: 1.85;
  }
}

@media (prefers-reduced-motion: reduce) {
  .why-card {
    transition: none;
  }
}
