.domain-page {
  color: #0f172a;
  background: #fff;
}

.domain-page [hidden] {
  display: none !important;
}

.domain-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(2.6rem, 6vw, 5rem) 0 clamp(2rem, 5vw, 4rem);
  background:
    radial-gradient(circle at 70% 10%, rgba(37, 99, 235, .12), transparent 32%),
    radial-gradient(circle at 10% 70%, rgba(14, 165, 233, .08), transparent 30%),
    linear-gradient(180deg, #ffffff, #f8fbff);
}

.domain-hero::before,
.domain-hero::after {
  content: "";
  position: absolute;
  z-index: -2;
  width: 360px;
  height: 360px;
  border-radius: 999px;
  opacity: .5;
  filter: blur(36px);
  background: radial-gradient(circle, rgba(37, 99, 235, .16), rgba(14, 165, 233, .07) 40%, transparent 68%);
  animation: domain-glow 8s ease-in-out infinite alternate;
}

.domain-hero::before {
  top: -120px;
  right: -130px;
}

.domain-hero::after {
  left: -150px;
  bottom: 20px;
  animation-delay: -3s;
}

.domain-flow-line {
  position: absolute;
  z-index: -1;
  display: block;
  width: 240px;
  height: 2px;
  border-radius: 999px;
  opacity: .55;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(37, 99, 235, .68), rgba(14, 165, 233, .28), transparent);
  filter: drop-shadow(0 0 12px rgba(37, 99, 235, .28));
}

.domain-flow-line--1 {
  top: 120px;
  right: -150px;
  transform: rotate(8deg);
  animation: domain-flow-right 5.8s ease-in-out infinite;
}

.domain-flow-line--2 {
  top: 230px;
  left: -170px;
  transform: rotate(-7deg);
  animation: domain-flow-left 6.4s ease-in-out infinite;
}

.domain-flow-line--3 {
  bottom: 150px;
  right: -160px;
  width: 190px;
  transform: rotate(-10deg);
  animation: domain-flow-right 7.1s ease-in-out infinite;
  animation-delay: -1.6s;
}

.domain-flow-line--4 {
  bottom: 70px;
  left: -150px;
  width: 175px;
  transform: rotate(12deg);
  animation: domain-flow-left 6.8s ease-in-out infinite;
  animation-delay: -2.8s;
}

.domain-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) 380px;
  gap: clamp(1.2rem, 4vw, 3rem);
  align-items: center;
}

.domain-hero-content {
  max-width: 780px;
}

.domain-eyebrow,
.domain-section-head span {
  display: inline-flex;
  border: 1px solid #bfdbfe;
  border-radius: 999px;
  padding: .36rem .78rem;
  color: #1d4ed8;
  background: #eff6ff;
  font-size: .78rem;
  font-weight: 950;
}

.domain-hero h1 {
  margin: .9rem 0 .75rem;
  color: #0f172a;
  font-size: clamp(1.85rem, 4vw, 3.15rem);
  line-height: 1.32;
  font-weight: 950;
  letter-spacing: -.035em;
}

.domain-hero p {
  max-width: 700px;
  color: #64748b;
  font-size: .98rem;
  line-height: 2.05;
}

.domain-search-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: .75rem;
  margin-top: clamp(1.2rem, 3vw, 2rem);
  padding: .55rem;
  border: 1px solid rgba(191, 219, 254, .85);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 20px 60px rgba(15, 23, 42, .10);
  backdrop-filter: blur(10px);
}

.domain-search-card label {
  display: grid;
  gap: .2rem;
  min-height: 62px;
  border: 1px solid #e2e8f0;
  border-radius: .95rem;
  padding: .58rem .95rem;
  background: #fff;
}

.domain-search-card label span {
  color: #64748b;
  font-size: .72rem;
  font-weight: 900;
}

.domain-search-card input {
  width: 100%;
  border: 0;
  outline: 0;
  color: #0f172a;
  background: transparent;
  font: inherit;
  font-size: 1rem;
  font-weight: 850;
  direction: ltr;
  text-align: left;
}

.domain-search-card button,
.domain-card-action,
.domain-result-card a,
.domain-register-link,
.domain-more-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: .95rem;
  padding: .82rem 1.15rem;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(135deg, #2563eb, #0ea5e9);
  box-shadow: 0 14px 32px rgba(37, 99, 235, .24);
  cursor: pointer;
  font: inherit;
  font-size: .88rem;
  font-weight: 950;
  transition: transform .2s ease, box-shadow .2s ease;
}

.domain-search-card button:hover,
.domain-card-action:hover,
.domain-result-card a:hover,
.domain-register-link:hover,
.domain-more-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(37, 99, 235, .30);
}

.domain-search-help {
  margin-top: 1rem;
  border: 1px solid #dbeafe;
  border-radius: 1rem;
  padding: .85rem 1rem;
  color: #475569;
  background: rgba(255,255,255,.76);
  box-shadow: 0 12px 34px rgba(15, 23, 42, .045);
  font-size: .84rem;
  line-height: 2;
  font-weight: 850;
}

.domain-search-help strong,
.domain-search-help bdi {
  color: #1d4ed8;
  font-weight: 950;
}

.domain-hero-chips {
  display: none !important;
}

.domain-hero-panel {
  border: 1px solid #dbeafe;
  border-radius: 1.4rem;
  padding: 1.25rem;
  background: rgba(255,255,255,.86);
  box-shadow: 0 22px 64px rgba(15, 23, 42, .08);
  backdrop-filter: blur(10px);
}

.domain-hero-panel h2 {
  margin: 0 0 .8rem;
  font-size: 1.08rem;
  font-weight: 950;
}

.domain-hero-panel ul {
  display: grid;
  gap: .75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.domain-hero-panel li {
  color: #475569;
  font-size: .84rem;
  line-height: 1.95;
}

.domain-hero-panel strong {
  color: #1d4ed8;
}

.domain-results-section,
.domain-price-section,
.domain-content-section,
.domain-faq-section {
  padding: clamp(2.6rem, 6vw, 5rem) 0;
}

.domain-results-section {
  background: #fff;
}

.domain-price-section {
  background: linear-gradient(180deg, #f8fbff, #ffffff);
}

.domain-section-head {
  max-width: 760px;
  margin: 0 auto clamp(1.4rem, 3vw, 2.2rem);
  text-align: center;
}

.domain-section-head h2 {
  margin: .75rem 0 .5rem;
  font-size: clamp(1.45rem, 3vw, 2.25rem);
  line-height: 1.4;
  font-weight: 950;
  color: #0f172a;
}

.domain-section-head p {
  margin: 0;
  color: #64748b;
  font-size: .92rem;
  line-height: 2;
}

.domain-results-loading,
.domain-results-grid {
  max-width: 1050px;
  margin: 0 auto;
}

.domain-results-loading {
  display: grid;
  gap: .8rem;
}

.domain-results-loading span {
  height: 82px;
  border-radius: 1.1rem;
  background: linear-gradient(90deg, #f1f5f9, #e0f2fe, #f1f5f9);
  background-size: 220% 100%;
  animation: domain-loading 1.4s linear infinite;
}

.domain-results-grid {
  display: grid;
  gap: 1.15rem;
}

.domain-result-group {
  display: grid;
  gap: .8rem;
}

.domain-result-group h3 {
  margin: 0;
  color: #0f172a;
  font-size: 1rem;
  font-weight: 950;
}

.domain-result-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .85rem;
}

.domain-result-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: .8rem;
  align-items: center;
  border: 1px solid #dbeafe;
  border-radius: 1.12rem;
  padding: 1rem;
  background: #fff;
  box-shadow: 0 14px 42px rgba(15, 23, 42, .055);
}

.domain-result-card.is-main {
  border-color: #60a5fa;
  background: linear-gradient(180deg, #ffffff, #f8fbff);
}

.domain-result-card h4 {
  margin: 0 0 .3rem;
  direction: ltr;
  text-align: left;
  color: #0f172a;
  font-size: 1.05rem;
  font-weight: 950;
}

.domain-result-card p {
  margin: 0;
  color: #64748b;
  font-size: .8rem;
  line-height: 1.8;
}

.domain-result-price {
  display: grid;
  gap: .35rem;
  justify-items: end;
}

.domain-result-price strong {
  color: #2563eb;
  white-space: nowrap;
  font-size: .9rem;
  font-weight: 950;
}

.domain-result-card.is-unavailable {
  opacity: .68;
}

.domain-result-card.is-unavailable a {
  pointer-events: none;
  background: #94a3b8;
  box-shadow: none;
}

.domain-more-wrap {
  display: flex;
  justify-content: center;
  margin-top: .35rem;
}

.domain-more-button {
  color: #1d4ed8;
  border: 1px solid #bfdbfe;
  background: #fff;
  box-shadow: 0 12px 34px rgba(15, 23, 42, .055);
}

.domain-price-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .9rem;
}

.domain-price-grid article {
  display: grid;
  gap: .45rem;
  border: 1px solid #dbeafe;
  border-radius: 1.15rem;
  padding: 1.05rem;
  background: #fff;
  box-shadow: 0 14px 42px rgba(15, 23, 42, .05);
}

.domain-price-grid strong {
  direction: ltr;
  color: #2563eb;
  font-size: 1.4rem;
  font-weight: 950;
}

.domain-price-grid span {
  color: #475569;
  font-size: .82rem;
  line-height: 1.75;
  font-weight: 850;
}

.domain-price-grid b {
  color: #0f172a;
  font-size: .92rem;
  font-weight: 950;
}

.domain-content-section {
  background: #fff;
}

.domain-content-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: clamp(1.2rem, 4vw, 3rem);
  align-items: start;
}

.domain-content-main {
  position: sticky;
  top: 90px;
}

.domain-content-main h2 {
  margin: .8rem 0 .8rem;
  font-size: clamp(1.45rem, 3vw, 2.2rem);
  line-height: 1.42;
  color: #0f172a;
  font-weight: 950;
}

.domain-content-main p {
  color: #475569;
  font-size: .94rem;
  line-height: 2.1;
}

.domain-content-main strong {
  color: #1d4ed8;
}

.domain-content-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .9rem;
}

.domain-content-cards article {
  min-height: 210px;
  border: 1px solid #e2e8f0;
  border-radius: 1.15rem;
  padding: 1.05rem;
  background: linear-gradient(180deg, #ffffff, #f8fbff);
  box-shadow: 0 14px 42px rgba(15, 23, 42, .045);
}

.domain-content-cards b {
  display: inline-flex;
  margin-bottom: .7rem;
  border-radius: .75rem;
  padding: .28rem .55rem;
  color: #1d4ed8;
  background: #eff6ff;
  font-size: .78rem;
  font-weight: 950;
}

.domain-content-cards h3 {
  margin: 0 0 .55rem;
  color: #0f172a;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 950;
}

.domain-content-cards p,
.domain-faq-list p {
  margin: 0;
  color: #64748b;
  font-size: .85rem;
  line-height: 2;
}

.domain-faq-section {
  background: linear-gradient(180deg, #ffffff, #f8fbff);
}

.domain-faq-list {
  display: grid;
  gap: .8rem;
  max-width: 900px;
  margin: 0 auto;
}

.domain-faq-list details {
  border: 1px solid #dbeafe;
  border-radius: 1rem;
  padding: 1rem 1.05rem;
  background: #fff;
  box-shadow: 0 12px 34px rgba(15, 23, 42, .04);
}

.domain-faq-list summary {
  cursor: pointer;
  color: #0f172a;
  font-size: .95rem;
  font-weight: 950;
}

.domain-faq-list p {
  padding-top: .75rem;
}

@keyframes domain-glow {
  from { transform: translate3d(0, 0, 0) scale(.98); }
  to { transform: translate3d(12px, -10px, 0) scale(1.05); }
}

@keyframes domain-flow-right {
  0%, 100% { opacity: .12; transform: translateX(0) rotate(8deg); }
  45%, 55% { opacity: .7; transform: translateX(-120px) rotate(8deg); }
}

@keyframes domain-flow-left {
  0%, 100% { opacity: .12; transform: translateX(0) rotate(-7deg); }
  45%, 55% { opacity: .68; transform: translateX(120px) rotate(-7deg); }
}

@keyframes domain-loading {
  from { background-position: 0 0; }
  to { background-position: -220% 0; }
}

@media (max-width: 980px) {
  .domain-hero-grid,
  .domain-content-grid {
    grid-template-columns: 1fr;
  }

  .domain-hero-panel,
  .domain-content-main {
    position: static;
  }

  .domain-result-list,
  .domain-price-grid,
  .domain-content-cards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .domain-search-card {
    grid-template-columns: 1fr;
  }

  .domain-search-card button {
    min-height: 52px;
  }

  .domain-flow-line {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .domain-hero::before,
  .domain-hero::after,
  .domain-flow-line,
  .domain-results-loading span {
    animation: none !important;
  }
}
