/* Domain hub — /domain/ (extends dbd-server-landing) */
.dbd-dom {
  --dom-accent: #0d9488;
  --dom-accent-light: #14b8a6;
  --dom-hero-gradient: linear-gradient(165deg, #f0fdfa 0%, #fff 42%, #f8fafc 100%);
}

.dbd-dom .dbd-srv-hero {
  background: var(--dom-hero-gradient);
}

.dbd-dom .dbd-srv-hero__kicker {
  color: var(--dom-accent);
}

.dbd-dom .dbd-srv-hero__title strong {
  color: var(--dom-accent);
}

.dbd-dom .dbd-srv-hero__checks li i {
  color: var(--dom-accent-light);
}

.dbd-dom .dbd-srv-btn--primary {
  background: linear-gradient(135deg, #0f766e 0%, var(--dom-accent) 55%, var(--dom-accent-light) 100%);
  box-shadow: 0 12px 28px rgba(13, 148, 136, 0.28);
}

.dbd-dom .dbd-srv-btn--primary:hover {
  box-shadow: 0 16px 34px rgba(13, 148, 136, 0.38);
}

.dbd-dom .dbd-srv-hero__blob {
  background: radial-gradient(ellipse at 40% 40%, rgba(20, 184, 166, 0.35) 0%, rgba(13, 148, 136, 0.12) 45%, transparent 72%);
}

.dbd-dom .dbd-srv-sec__tag {
  color: var(--dom-accent);
}

.dbd-dom .dbd-srv-sec__title strong {
  color: #0f766e;
}

.dbd-dom .dbd-srv-tile__btn {
  background: linear-gradient(135deg, #0f766e 0%, var(--dom-accent) 100%);
}

.dbd-dom .dbd-srv-tile__badge--hot {
  background: linear-gradient(135deg, var(--dom-accent) 0%, #5eead4 100%);
}

/* Hero badge */
.dbd-dom-hero__badge {
  display: block;
  width: 168px;
  height: auto;
  margin-bottom: 14px;
}

/* Inline domain search */
.dbd-dom-search {
  margin: 0 0 18px;
  max-width: 36rem;
}

.dbd-dom-search__form {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 6px;
  background: #fff;
  border-radius: 14px;
  border: 2px solid rgba(13, 148, 136, 0.22);
  box-shadow: 0 8px 28px rgba(15, 18, 34, 0.06);
}

.dbd-dom-search__input-wrap {
  flex: 1 1 200px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 12px;
  min-width: 0;
}

.dbd-dom-search__input-wrap i {
  color: var(--dom-accent);
  font-size: 1rem;
  flex-shrink: 0;
}

.dbd-dom-search__input {
  flex: 1;
  min-width: 0;
  border: 0;
  background: transparent;
  font-size: 15px;
  font-weight: 600;
  padding: 12px 0;
  color: #0f1222;
  outline: none;
}

.dbd-dom-search__input::placeholder {
  color: #94a3b8;
  font-weight: 500;
}

.dbd-dom-search__btn {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  border: 0;
  border-radius: 10px;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  color: #fff;
  background: linear-gradient(135deg, #0f766e 0%, var(--dom-accent) 100%);
  transition: transform 0.15s ease, box-shadow 0.2s ease;
}

.dbd-dom-search__btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(13, 148, 136, 0.35);
}

.dbd-dom-search__hint {
  margin: 8px 0 0;
  font-size: 12px;
  color: var(--srv-gray);
  line-height: 1.5;
}

.dbd-dom-hero__links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-top: 4px;
}

.dbd-dom-hero__links a {
  font-size: 13px;
  font-weight: 700;
  color: var(--srv-blue-mid) !important;
}

.dbd-dom-hero__links a:hover {
  color: var(--dom-accent) !important;
}

.dbd-dom-hero__links a i {
  font-size: 10px;
  margin-left: 2px;
}

/* Hero visual */
.dbd-dom-hero__visual img {
  max-height: 240px;
  width: auto;
  object-fit: contain;
}

/* Popular TLD chips */
.dbd-dom-tlds {
  padding: 0 0 2rem;
  background: #fff;
  border-bottom: 1px solid rgba(20, 22, 31, 0.06);
}

.dbd-dom-tlds__head {
  text-align: center;
  margin-bottom: 1.25rem;
}

.dbd-dom-tlds__head h2 {
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  font-weight: 800;
  color: var(--srv-navy);
  margin: 0 0 6px;
}

.dbd-dom-tlds__head p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--srv-gray);
}

.dbd-dom-tlds__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.dbd-dom-tlds__item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  min-width: 88px;
  padding: 12px 16px;
  border-radius: 14px;
  background: #f8fafc;
  border: 1px solid rgba(20, 22, 31, 0.08);
  text-decoration: none !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}

.dbd-dom-tlds__item a:hover {
  border-color: rgba(13, 148, 136, 0.35);
  box-shadow: 0 8px 24px rgba(13, 148, 136, 0.12);
  transform: translateY(-2px);
}

.dbd-dom-tlds__ext {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--srv-navy);
}

.dbd-dom-tlds__label {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--dom-accent);
}

/* Tile with optimized image */
.dbd-srv-tile__fig--img {
  background: #f8fafc;
  padding: 8px;
  overflow: hidden;
}

.dbd-srv-tile__fig--img img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  display: block;
}

.dbd-srv-tile__fig--tld {
  background: linear-gradient(145deg, #ecfdf5 0%, #ccfbf1 100%);
  font-size: 1.1rem;
  font-weight: 800;
  color: #0f766e;
  letter-spacing: -0.02em;
}

/* Benefits */
.dbd-dom-benefits {
  padding: 2.75rem 0;
  background: linear-gradient(180deg, #fff 0%, #f0fdfa 100%);
}

.dbd-dom-benefits__grid {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .dbd-dom-benefits__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1200px) {
  .dbd-dom-benefits__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.dbd-dom-benefit {
  background: #fff;
  border-radius: 16px;
  padding: 1.35rem 1.2rem;
  border: 1px solid rgba(20, 22, 31, 0.07);
  box-shadow: 0 4px 20px rgba(15, 18, 34, 0.05);
  height: 100%;
}

.dbd-dom-benefit__icon {
  width: 48px;
  height: 48px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dbd-dom-benefit__icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.dbd-dom-benefit h3 {
  font-size: 1rem;
  font-weight: 800;
  color: var(--srv-navy);
  margin: 0 0 8px;
  line-height: 1.3;
}

.dbd-dom-benefit p {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.58;
  color: var(--srv-gray);
}

/* Bottom CTA */
.dbd-dom-cta {
  padding: 2.5rem 0 3rem;
}

.dbd-dom-cta__box {
  text-align: center;
  padding: 2.5rem 1.5rem;
  border-radius: var(--srv-radius);
  background: linear-gradient(135deg, #0f766e 0%, var(--dom-accent) 50%, #2dd4bf 100%);
  color: #fff;
  box-shadow: 0 20px 50px rgba(13, 148, 136, 0.25);
}

.dbd-dom-cta__box h2 {
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  font-weight: 800;
  margin: 0 0 10px;
  color: #fff;
}

.dbd-dom-cta__box p {
  margin: 0 auto 1.25rem;
  max-width: 32rem;
  font-size: 0.95rem;
  line-height: 1.6;
  opacity: 0.95;
}

.dbd-dom-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.dbd-dom-cta__actions .dbd-srv-btn--ghost {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.45);
  color: #fff !important;
}

.dbd-dom-cta__actions .dbd-srv-btn--ghost:hover {
  background: #fff;
  color: var(--dom-accent) !important;
  border-color: #fff;
}

.dbd-dom-cta__actions .dbd-srv-btn--primary {
  background: #fff;
  color: #0f766e !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.dbd-dom-cta__actions .dbd-srv-btn--primary:hover {
  color: #0f766e !important;
}
