.domain-finder-page {
  background: #fff;
  color: #07133d;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.domain-finder {
  padding: 76px 20px 92px;
  background:
    radial-gradient(circle at 50% 0%, rgba(18, 100, 244, 0.08), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.domain-finder__container {
  width: min(100%, 1180px);
  margin: 0 auto;
}

.domain-finder__header {
  text-align: center;
  margin-bottom: 30px;
}

.domain-finder__eyebrow {
  margin: 0 0 10px;
  color: #1264f4;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.domain-finder__title {
  margin: 0;
  color: #07133d;
  font-size: clamp(34px, 4.4vw, 58px);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: 0;
}

.domain-finder__subtitle {
  margin: 14px auto 0;
  max-width: 620px;
  color: #6b7590;
  font-size: clamp(16px, 1.8vw, 21px);
  line-height: 1.6;
  font-weight: 500;
}

.domain-finder__form {
  padding: 18px;
  border: 1px solid #e5eaf3;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 26px 70px rgba(7, 19, 61, 0.13);
  backdrop-filter: blur(14px);
}

.domain-finder__searchbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 116px 190px;
  gap: 12px;
  align-items: center;
}

.domain-finder__input-wrap {
  display: flex;
  align-items: center;
  min-height: 58px;
  padding: 0 18px;
  border: 1px solid #dce4f0;
  border-radius: 10px;
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.domain-finder__input-wrap:focus-within {
  border-color: #1264f4;
  box-shadow: 0 0 0 4px rgba(18, 100, 244, 0.1);
}

.domain-finder__search-icon {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  margin-right: 12px;
  color: #1264f4;
}

.domain-finder__input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #07133d;
  font-size: 17px;
  font-weight: 700;
}

.domain-finder__input::placeholder {
  color: #9aa5b8;
  font-weight: 500;
}

.domain-finder__tld {
  min-height: 58px;
  padding: 0 18px;
  border: 1px solid #dce4f0;
  border-radius: 10px;
  background: #fff;
  color: #07133d;
  font-size: 17px;
  font-weight: 900;
  cursor: pointer;
}

.domain-finder__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 58px;
  border: 0;
  border-radius: 10px;
  background: linear-gradient(135deg, #12b98f, #009877);
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 16px 30px rgba(0, 155, 120, 0.24);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.domain-finder__button:hover {
  transform: translateY(-1px);
  box-shadow: 0 20px 34px rgba(0, 155, 120, 0.3);
}

.domain-finder__button svg {
  width: 18px;
  height: 18px;
}

.domain-finder__button.is-loading {
  opacity: 0.78;
  pointer-events: none;
}

.domain-finder__popular {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 16px;
}

.domain-finder__price-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid #e6ebf3;
  border-radius: 10px;
  background: #fff;
  color: #07133d;
  font: inherit;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.domain-finder__price-pill:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(7, 19, 61, 0.09);
}

.domain-finder__price-pill span {
  font-size: 14px;
  font-weight: 900;
}

.domain-finder__price-pill strong {
  font-size: 13px;
  color: #526179;
}

.domain-finder__price-pill--com span { color: #1264f4; }
.domain-finder__price-pill--net span { color: #ff6b18; }
.domain-finder__price-pill--org span { color: #64748b; }
.domain-finder__price-pill--bd span { color: #00a77c; }
.domain-finder__price-pill--xyz span { color: #6d35e8; }

.domain-results {
  margin-top: 22px;
  padding: 18px;
  border: 1px solid #e5eaf3;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 26px 70px rgba(7, 19, 61, 0.12);
}

.domain-results__primary {
  margin-bottom: 16px;
}

.domain-result-primary {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  gap: 16px;
  align-items: center;
  padding: 18px;
  border: 1px solid #ccefe8;
  border-radius: 12px;
  background: linear-gradient(135deg, #f0fffb, #ffffff);
}

.domain-status-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: #dffaf3;
  color: #009877;
}

.domain-status-icon--unavailable {
  background: #fff0e8;
  color: #ff6b18;
}

.domain-status-icon--unknown {
  background: #eef4ff;
  color: #1264f4;
}

.domain-status-icon svg {
  width: 22px;
  height: 22px;
}

.domain-result-primary h2 {
  margin: 0 0 4px;
  color: #07133d;
  font-size: clamp(19px, 2vw, 26px);
  font-weight: 900;
}

.domain-result-primary p {
  margin: 0;
  color: #6b7590;
  font-size: 14px;
  font-weight: 600;
}

.domain-result-price {
  color: #07133d;
  font-size: 22px;
  font-weight: 900;
  white-space: nowrap;
}

.domain-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 8px;
  background: linear-gradient(135deg, #12b98f, #009877);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.domain-action--outline {
  border: 1px solid #dce4f0;
  background: #fff;
  color: #1264f4;
}

.domain-results__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 16px;
  align-items: start;
}

.domain-results__suggestions {
  display: grid;
  gap: 10px;
}

.domain-suggestion {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  gap: 12px;
  align-items: center;
  min-height: 62px;
  padding: 12px 14px;
  border: 1px solid #edf1f7;
  border-radius: 10px;
  background: #fcfdff;
}

.domain-suggestion__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  min-height: 30px;
  border-radius: 999px;
  background: #edf5ff;
  color: #1264f4;
  font-size: 13px;
  font-weight: 900;
}

.domain-suggestion strong {
  color: #07133d;
  font-size: 15px;
  font-weight: 900;
}

.domain-suggestion__meta {
  display: grid;
  gap: 5px;
}

.domain-suggestion__meta span {
  color: #6b7590;
  font-size: 13px;
  font-weight: 700;
}

.domain-results__perks {
  display: grid;
  gap: 12px;
}

.domain-perk {
  display: flex;
  gap: 12px;
  padding: 16px;
  border: 1px solid #e5eaf3;
  border-radius: 12px;
  background: #fff;
}

.domain-perk__icon {
  display: grid;
  place-items: center;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: #ebfbf6;
  color: #009877;
}

.domain-perk__icon--blue {
  background: #edf5ff;
  color: #1264f4;
}

.domain-perk__icon svg {
  width: 21px;
  height: 21px;
}

.domain-perk strong {
  display: block;
  margin-bottom: 4px;
  color: #07133d;
  font-size: 14px;
  font-weight: 900;
}

.domain-perk span {
  color: #6b7590;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 600;
}

.domain-results__message {
  padding: 18px;
  border: 1px solid #fed7aa;
  border-radius: 12px;
  background: #fff7ed;
  color: #9a3412;
  font-size: 15px;
  font-weight: 800;
}

.domain-benefits {
  padding: 72px 20px 84px;
  background: #fff;
}

.domain-benefits__container {
  width: min(100%, 1180px);
  margin: 0 auto;
}

.domain-benefits__header {
  max-width: 720px;
  margin: 0 auto 34px;
  text-align: center;
}

.domain-benefits__eyebrow {
  margin: 0 0 8px;
  color: #1264f4;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.domain-benefits__title {
  margin: 0;
  color: #07133d;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: 0;
}

.domain-benefits__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.domain-benefit-card {
  padding: 30px;
  border: 1px solid #e5eaf3;
  border-radius: 14px;
  background: linear-gradient(180deg, #ffffff, #fbfcff);
  box-shadow: 0 18px 48px rgba(7, 19, 61, 0.08);
}

.domain-benefit-card__icon {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  margin-bottom: 20px;
  border-radius: 18px;
  background: #ebfbf6;
  color: #009877;
}

.domain-benefit-card__icon--blue {
  background: #edf5ff;
  color: #1264f4;
}

.domain-benefit-card__icon--orange {
  background: #fff4ec;
  color: #ff6b18;
}

.domain-benefit-card__icon svg {
  width: 32px;
  height: 32px;
}

.domain-benefit-card h3 {
  margin: 0 0 12px;
  color: #07133d;
  font-size: 20px;
  font-weight: 900;
}

.domain-benefit-card p {
  margin: 0;
  color: #64708a;
  font-size: 15px;
  line-height: 1.75;
  font-weight: 500;
}

@media (max-width: 900px) {
  .domain-finder__searchbar {
    grid-template-columns: 1fr 104px;
  }

  .domain-finder__button {
    grid-column: 1 / -1;
  }

  .domain-results__grid {
    grid-template-columns: 1fr;
  }

  .domain-benefits__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .domain-finder {
    padding: 52px 14px 70px;
  }

  .domain-finder__form,
  .domain-results {
    padding: 12px;
    border-radius: 12px;
  }

  .domain-finder__searchbar,
  .domain-result-primary,
  .domain-suggestion {
    grid-template-columns: 1fr;
  }

  .domain-finder__tld,
  .domain-finder__button {
    width: 100%;
  }

  .domain-result-price {
    font-size: 19px;
  }

  .domain-action {
    width: 100%;
  }
}
