.eg-whois-hero {
  position: relative;
  padding: 42px 0 84px;
  color: #fff;
}

.eg-whois-hero::before,
.eg-whois-hero::after,
.eg-whois-shell::before,
.eg-whois-shell::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  filter: blur(90px);
  opacity: 0.45;
}

.eg-whois-hero::before {
  top: -30px;
  left: 4%;
  width: 260px;
  height: 260px;
  background: rgba(124, 43, 255, 0.46);
}

.eg-whois-hero::after {
  right: 3%;
  bottom: -20px;
  width: 300px;
  height: 300px;
  background: rgba(255, 45, 149, 0.24);
}

.eg-whois-hero__inner {
  width: min(1300px, calc(100vw - 100px));
  margin: 0 auto;
}

.eg-whois-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  margin-bottom: 24px;
  border-radius: 999px;
  background: rgba(16, 10, 30, 0.54);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
}

.eg-whois-hero__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff48b5, #8a63ff);
  box-shadow: 0 0 16px rgba(255, 72, 181, 0.75);
}

.eg-whois-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(300px, 0.82fr);
  gap: 26px;
  align-items: center;
}

.eg-whois-hero__title {
  margin: 0 0 18px;
  font-size: clamp(38px, 5.4vw, 68px);
  line-height: 0.98;
  letter-spacing: -0.04em;
  font-weight: 700;
}

.eg-whois-hero__lead {
  max-width: 62ch;
  margin: 0;
  color: rgba(241, 236, 255, 0.76);
  font-size: 17px;
  line-height: 1.68;
}

.eg-whois-hero__actions,
.eg-whois-final__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.eg-whois-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 22px;
  border-radius: 16px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 800;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.eg-whois-btn--primary {
  color: #fff;
  background: linear-gradient(135deg, #ff2d95, #7a5fff);
  box-shadow: 0 16px 44px rgba(122, 95, 255, 0.28);
}

.eg-whois-btn--primary:hover {
  transform: translateY(-2px);
  color: #fff;
  box-shadow: 0 20px 56px rgba(122, 95, 255, 0.36);
}

.eg-whois-btn--ghost {
  color: #f4efff;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.eg-whois-btn--ghost:hover {
  transform: translateY(-2px);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.16);
}

.eg-whois-hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.eg-whois-hero__stats span,
.eg-whois-dota__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 15px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #f3edff;
  font-size: 13px;
  font-weight: 700;
}

.eg-whois-hero__card,
.eg-whois-copy-card,
.eg-whois-note-card,
.eg-whois-mini-card,
.eg-whois-dota__wrap,
.eg-whois-whyus__card,
.eg-whois-faq__item,
.eg-whois-final {
  position: relative;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(18, 11, 36, 0.92), rgba(9, 6, 18, 0.9)),
    radial-gradient(circle at top left, rgba(138, 99, 255, 0.2), transparent 42%);
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(18px);
}

.eg-whois-hero__card {
  padding: 28px;
}

.eg-whois-hero__card-title,
.eg-whois-note-card__title {
  margin-bottom: 16px;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
}

.eg-whois-hero__card-list {
  display: grid;
  gap: 12px;
}

.eg-whois-hero__card-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 14px;
  border-radius: 18px;
  color: rgba(245, 241, 255, 0.92);
  background: rgba(255, 255, 255, 0.04);
}

.eg-whois-shell {
  position: relative;
  padding: 24px 0 96px;
  background:
    radial-gradient(circle at 14% 10%, rgba(124, 43, 255, 0.14), transparent 32%),
    radial-gradient(circle at 86% 16%, rgba(255, 45, 149, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(6, 4, 12, 0.96), rgba(10, 8, 20, 0.98));
}

.eg-whois-shell::before {
  top: 120px;
  left: 0;
  width: 280px;
  height: 280px;
  background: rgba(124, 43, 255, 0.18);
}

.eg-whois-shell::after {
  right: 0;
  bottom: 160px;
  width: 300px;
  height: 300px;
  background: rgba(255, 45, 149, 0.14);
}

.eg-whois-shell section + section {
  margin-top: 28px;
}

.eg-whois-section-head {
  margin-bottom: 18px;
}

.eg-whois-section-head h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(28px, 3.6vw, 42px);
  line-height: 1.06;
  font-weight: 800;
}

.eg-whois-kicker {
  margin: 0 0 8px;
  color: #d68cff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eg-whois-muted {
  margin-top: 10px;
  color: rgba(236, 231, 255, 0.72);
  line-height: 1.64;
}

.eg-whois-intro__grid,
.eg-whois-columns {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 20px;
}

.eg-whois-copy-card,
.eg-whois-note-card,
.eg-whois-final {
  padding: 28px;
}

.eg-whois-copy-card p,
.eg-whois-note-card p,
.eg-whois-final p {
  margin: 0;
  color: rgba(239, 234, 255, 0.78);
  line-height: 1.72;
}

.eg-whois-copy-card p + p {
  margin-top: 16px;
}

.eg-whois-benefits__grid,
.eg-whois-whyus__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.eg-whois-mini-card,
.eg-whois-whyus__card {
  padding: 24px;
}

.eg-whois-mini-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 16px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255, 45, 149, 0.2), rgba(122, 95, 255, 0.2));
  font-size: 24px;
}

.eg-whois-mini-card h3,
.eg-whois-whyus__card h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
}

.eg-whois-mini-card p,
.eg-whois-whyus__card p {
  margin: 0;
  color: rgba(236, 231, 255, 0.72);
  line-height: 1.62;
}

.eg-whois-checklist {
  display: grid;
  gap: 12px;
}

.eg-whois-checklist__item {
  padding: 16px 18px;
  border-radius: 18px;
  color: #f4efff;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.eg-whois-dota__wrap {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: 22px;
  padding: 28px;
}

.eg-whois-dota__badge-card {
  display: flex;
  flex-wrap: wrap;
  align-content: start;
  gap: 12px;
}

.eg-whois-faq__list {
  display: grid;
  gap: 14px;
}

.eg-whois-faq__item {
  overflow: hidden;
}

.eg-whois-faq__trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 24px;
  color: #fff;
  background: transparent;
  font-size: 18px;
  font-weight: 800;
  text-align: left;
}

.eg-whois-faq__trigger svg {
  flex: 0 0 auto;
  transition: transform 0.2s ease;
}

.eg-whois-faq__item.is-open .eg-whois-faq__trigger svg {
  transform: rotate(180deg);
}

.eg-whois-faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.28s ease;
}

.eg-whois-faq__answer-inner {
  padding: 0 24px 24px;
  color: rgba(236, 231, 255, 0.74);
  line-height: 1.66;
}

@media (max-width: 991px) {
  .eg-whois-hero__grid,
  .eg-whois-intro__grid,
  .eg-whois-columns,
  .eg-whois-dota__wrap {
    grid-template-columns: 1fr;
  }

  .eg-whois-benefits__grid,
  .eg-whois-whyus__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .eg-whois-hero {
    padding: 28px 0 54px;
  }

  .eg-whois-hero__inner {
    width: calc(100vw - 40px);
  }

  .eg-whois-benefits__grid,
  .eg-whois-whyus__grid {
    grid-template-columns: 1fr;
  }

  .eg-whois-copy-card,
  .eg-whois-note-card,
  .eg-whois-mini-card,
  .eg-whois-dota__wrap,
  .eg-whois-whyus__card,
  .eg-whois-faq__trigger,
  .eg-whois-final,
  .eg-whois-hero__card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .eg-whois-hero__title {
    font-size: 42px;
  }
}
