.wd-hero {
  position: relative;
  padding: 110px 0 90px;
  background:
    linear-gradient(135deg, rgba(9, 90, 75, 0.94), rgba(0, 25, 97, 0.92)),
    url("../img/image__background.png") no-repeat center center;
  background-size: cover;
  overflow: hidden;
}

.wd-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.12), transparent 35%),
    radial-gradient(circle at bottom left, rgba(255, 255, 255, 0.08), transparent 30%);
  pointer-events: none;
}

.wd-hero .container {
  position: relative;
  z-index: 2;
}

.wd-eyebrow {
  display: inline-block;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 700;
  margin-bottom: 14px;
}

.wd-hero h1 {
  color: #fff;
  font-size: 3.3rem;
  line-height: 1.12;
  margin-bottom: 18px;
}

.wd-hero__lead {
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.04rem;
  max-width: 680px;
  margin-bottom: 30px;
}

.wd-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.wd-hero__panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.wd-stat-card {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  padding: 24px 20px;
  backdrop-filter: blur(8px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.14);
}

.wd-stat-card__icon {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 12px;
}

.wd-stat-card__value {
  color: #fff;
  font-family: "Exo", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 8px;
}

.wd-stat-card__label {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.95rem;
}

.wd-proof-strip {
  padding-top: 55px;
  padding-bottom: 55px;
  background: #fff;
}

.wd-proof {
  height: 100%;
  background: #ffffff;
  border: 1px solid rgba(9, 90, 75, 0.08);
  border-radius: 18px;
  padding: 28px 24px;
  box-shadow: 0 10px 24px rgba(20, 44, 88, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.wd-proof:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 34px rgba(20, 44, 88, 0.12);
}

.wd-proof i {
  font-size: 2rem;
  color: #095a4b;
  display: inline-block;
  margin-bottom: 12px;
}

.wd-proof h4 {
  color: #095a4b;
  margin-bottom: 10px;
}

.wd-proof p {
  margin-bottom: 0;
}

.wd-section-text {
  max-width: 760px;
  margin: 0 auto;
}

.wd-card {
  background: #fff;
  border-radius: 18px;
  padding: 30px 26px;
  box-shadow: 0 10px 28px rgba(20, 44, 88, 0.08);
  border: 1px solid rgba(9, 90, 75, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.wd-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 36px rgba(20, 44, 88, 0.14);
}

.wd-card__icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(9, 90, 75, 0.1);
  color: #095a4b;
  font-size: 1.9rem;
  margin-bottom: 18px;
}

.wd-card h4 {
  color: #095a4b;
  margin-bottom: 14px;
}

.wd-card p {
  margin-bottom: 0;
}

.wd-comparison {
  background: #fff;
}

.wd-compare {
  border-radius: 22px;
  padding: 34px 30px;
  height: 100%;
}

.wd-compare h3 {
  margin-bottom: 20px;
}

.wd-compare--muted {
  background: #f5f7fb;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.wd-compare--edgeit {
  background: linear-gradient(145deg, #095a4b, #001961);
  color: #fff;
  box-shadow: 0 20px 40px rgba(0, 25, 97, 0.18);
}

.wd-compare--edgeit h3,
.wd-compare--edgeit li {
  color: #fff;
}

.wd-list {
  margin: 0;
  padding-left: 1.2rem;
}

.wd-list li {
  margin-bottom: 12px;
  line-height: 1.7;
}

.wd-list li:last-child {
  margin-bottom: 0;
}

.wd-workflow__content {
  padding-right: 16px;
}

.wd-step {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
}

.wd-step:last-child {
  margin-bottom: 0;
}

.wd-step__num {
  width: 46px;
  height: 46px;
  min-width: 46px;
  border-radius: 50%;
  background: #095a4b;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Exo", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  box-shadow: 0 10px 18px rgba(9, 90, 75, 0.18);
}

.wd-step__body h4 {
  color: #095a4b;
  margin-bottom: 8px;
}

.wd-step__body p {
  margin-bottom: 0;
}

.wd-highlight-panel {
  background: #fff;
  border-radius: 22px;
  padding: 34px 28px;
  box-shadow: 0 14px 36px rgba(20, 44, 88, 0.08);
  border: 1px solid rgba(9, 90, 75, 0.06);
}

.wd-highlight-panel h3 {
  color: #095a4b;
  margin-bottom: 14px;
}

.wd-highlight-panel > p {
  margin-bottom: 24px;
}

.wd-highlight-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.wd-mini-card {
  background: #f4f9fc;
  border-radius: 16px;
  padding: 18px 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 120px;
  border: 1px solid rgba(9, 90, 75, 0.05);
}

.wd-mini-card i {
  color: #095a4b;
  font-size: 1.8rem;
}

.wd-mini-card span {
  color: #25435c;
  font-weight: 600;
  line-height: 1.5;
}

.wd-cta {
  background: #fff;
}

.wd-cta__box {
  background: linear-gradient(135deg, #0b6b59, #001961);
  border-radius: 28px;
  padding: 64px 28px;
  color: #fff;
  box-shadow: 0 24px 48px rgba(0, 25, 97, 0.18);
}

.wd-cta__box .wd-eyebrow {
  color: rgba(255, 255, 255, 0.8);
}

.wd-cta__box h2 {
  color: #fff;
  margin-bottom: 16px;
}

.wd-cta__box p {
  max-width: 780px;
  margin: 0 auto 28px;
  color: rgba(255, 255, 255, 0.88);
}

.wd-cta__actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.wd-hero__actions .btn-solid-border,
.wd-cta__box .btn-solid-border {
  border-color: #fff !important;
  color: #fff;
}

.wd-hero__actions .btn-solid-border:hover,
.wd-cta__box .btn-solid-border:hover {
  background: #fff;
  color: #001961;
  border-color: #fff;
}

/* Dark mode support */
body.theme-dark .wd-proof,
body.theme-dark .wd-card,
body.theme-dark .wd-highlight-panel,
body.theme-dark .wd-mini-card,
body.theme-dark .wd-compare--muted {
  background: #171717 !important;
  color: #d6deea !important;
  border-color: rgba(255, 255, 255, 0.06) !important;
  box-shadow: 0 0 5px #55555559;
}

body.theme-dark .wd-proof h4,
body.theme-dark .wd-card h4,
body.theme-dark .wd-step__body h4,
body.theme-dark .wd-highlight-panel h3 {
  color: #ededf3 !important;
}

body.theme-dark .wd-mini-card span {
  color: #d6deea;
}

body.theme-dark .wd-proof-strip,
body.theme-dark .wd-comparison,
body.theme-dark .wd-cta {
  background: #121212;
}

/* Responsive */
@media (max-width: 991.98px) {
  .wd-hero {
    padding: 90px 0 70px;
  }

  .wd-hero h1 {
    font-size: 2.7rem;
  }

  .wd-hero__panel {
    margin-top: 28px;
  }
}

@media (max-width: 767.98px) {
  .wd-hero {
    padding: 75px 0 60px;
  }

  .wd-hero h1 {
    font-size: 2.1rem;
  }

  .wd-hero__panel,
  .wd-highlight-grid {
    grid-template-columns: 1fr;
  }

  .wd-stat-card {
    padding: 22px 18px;
  }

  .wd-cta__box {
    padding: 46px 18px;
  }
}

@media (max-width: 575.98px) {
  .wd-hero__actions,
  .wd-cta__actions {
    flex-direction: column;
  }

  .wd-hero__actions .btn,
  .wd-cta__actions .btn {
    width: 100%;
  }

  .wd-hero h1 {
    font-size: 1.85rem;
  }

  .wd-card,
  .wd-compare,
  .wd-highlight-panel {
    padding: 24px 20px;
  }
}