.domain-search-section {
  background: #f8fafc;
  color: #475569;
}

#domainsPage .row.justify-content-center.text-center > .col-lg-9 > h1,
#domainsPage .row.justify-content-center.text-center > .col-lg-9 > p {
  display: none;
}

#domainsPage form {
  margin-top: 0;
}

#domainsPage .pd-search-group {
  border: 1px solid #dbe5f2;
}

#domainsPage .pd-tld-filter-box {
  background: #fff;
  border: 1px solid #dbe5f2;
}

.pd-search-group {
  border-radius: 12px;
  overflow: hidden;
}

.pd-search-input {
  font-size: 1.25rem;
  padding: 1rem 1.5rem;
}

.pd-search-submit,
.pd-filter-label,
.pd-tier-badge {
  font-weight: 600;
}

.pd-tld-filter-box {
  background: rgba(255, 255, 255, .08);
  border-radius: 8px;
}

.pd-filter-label {
  font-size: .9rem;
  color: #475569 !important;
}

.domain-chip {
  cursor: pointer;
  margin: 0;
  user-select: none;
}

.domain-chip .chip-label {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  background: #f8fafc;
  border: 1px solid #dbe5f2;
  border-radius: 20px;
  color: #24436d;
  font-size: .85rem;
  font-weight: 600;
  transition: all .15s;
}

.domain-chip .chip-label:hover {
  background: #eaf2ff;
}

.domain-chip input:checked + .chip-label {
  background: #0d2540;
  color: #fff;
  border-color: #0d2540;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
}

.pd-tier-default {
  background: #6b7280;
}

.pd-tier-bronze {
  background: #cd7f32;
}

.pd-tier-silver {
  background: #9ca3af;
}

.pd-tier-gold {
  background: #f59e0b;
}

.pd-tier-special {
  background: #ef4444;
}

.pd-result-bucket-head {
  border-bottom: 2px solid #e2e8f0;
  padding-bottom: 8px;
}

.pd-result-bucket-badge {
  color: #fff;
  padding: 6px 14px;
  border-radius: 8px;
  font-weight: 700;
  font-size: .85rem;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.pd-result-bucket-popular {
  background: linear-gradient(135deg, #f59e0b, #ef4444);
}

.pd-result-bucket-recommended {
  background: linear-gradient(135deg, #3b82f6, #8b5cf6);
}

.pd-result-bucket-deals {
  background: linear-gradient(135deg, #16a34a, #22c55e);
}

.pd-result-bucket-other {
  background: linear-gradient(135deg, #64748b, #94a3b8);
}

.domain-result-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 1.5rem;
  margin-bottom: 1rem;
  transition: all .15s;
}

.domain-result-card:hover {
  box-shadow: 0 4px 18px rgba(0, 0, 0, .06);
  border-color: #cbd5e1;
}

.domain-result-card.is-taken {
  opacity: .6;
}

.domain-result-card.is-primary {
  border: 2px solid #1d3a6e;
  background: linear-gradient(135deg, #f0f7ff 0%, #fff 100%);
  box-shadow: 0 6px 20px rgba(29, 58, 110, .12);
}

.domain-result-card.is-primary::before {
  content: '\2605  YOUR PICK';
  display: inline-block;
  background: #1d3a6e;
  color: #fff;
  font-size: .7rem;
  padding: 3px 10px;
  border-radius: 4px;
  margin-bottom: .75rem;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-weight: 700;
}

.domain-fqdn {
  font-size: 1.35rem;
  font-weight: 700;
  color: #0d2540;
}

.domain-price {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1d3a6e;
}

.domain-promo-strike {
  text-decoration: line-through;
  color: #9ca3af;
  font-size: .95rem;
  margin-right: .4rem;
}

.pd-special-offers-section {
  background: #fafafa;
}

.special-offer-card {
  background: linear-gradient(135deg, #fff7ed 0%, #fef3c7 100%);
  border: 2px solid #f59e0b;
  border-radius: 12px;
  padding: 1.75rem;
  margin-bottom: 1.5rem;
  position: relative;
  overflow: hidden;
}

.special-offer-card .so-ribbon {
  position: absolute;
  top: 14px;
  right: -32px;
  background: #dc2626;
  color: #fff;
  padding: 4px 36px;
  font-weight: 700;
  font-size: .78rem;
  letter-spacing: .05em;
  transform: rotate(36deg);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
}

.pricing-list-table th {
  background: #f8fafc;
  color: #475569;
  font-weight: 600;
  font-size: .85rem;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.pricing-list-table td {
  vertical-align: middle;
  padding: 1rem .85rem;
}

.pricing-list-table .price-cell {
  font-weight: 700;
  color: #0d2540;
}

.pricing-list-table .price-cell .price-cur {
  color: #64748b;
  font-weight: 500;
  font-size: .85rem;
  margin-left: 2px;
}

.pd-is-hidden {
  display: none;
}

.pricing-list-table .promo-row {
  background: #fef3c7;
}

.pd-feature-badge {
  color: #fff;
}

.pd-feature-popular {
  background: linear-gradient(135deg, #f59e0b, #ef4444);
}

.pd-feature-best {
  background: linear-gradient(135deg, #3b82f6, #8b5cf6);
}

#pdToast {
  position: fixed;
  top: 80px;
  right: 20px;
  z-index: 2000;
  pointer-events: none;
}

.pd-toast {
  background: #fff;
  border-left: 4px solid #22c55e;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .15);
  padding: 14px 20px;
  border-radius: 8px;
  margin-bottom: 10px;
  min-width: 280px;
  max-width: 380px;
  opacity: 0;
  transform: translateX(20px);
  transition: all .25s ease;
  pointer-events: auto;
}

.pd-toast.is-on {
  opacity: 1;
  transform: translateX(0);
}

.pd-toast.is-err {
  border-left-color: #ef4444;
}

.pd-toast-title {
  font-weight: 700;
  color: #0d2540;
  margin-bottom: 2px;
  font-size: .95rem;
}

.pd-toast-msg {
  color: #475569;
  font-size: .85rem;
}

.pd-toast-actions {
  margin-top: 8px;
}

.pd-toast-actions a {
  font-size: .8rem;
  font-weight: 600;
  text-decoration: none;
  margin-right: 10px;
}
