/* Primary domain-search surface */

#body {
  background: var(--axyn-bg);
  color: var(--axyn-ink);
  font-size: 16px;
}

#find-domain {
  min-height: 480px;
  height: auto;
  margin: 0;
  padding: 68px 20px 76px;
  background-color: var(--axyn-accent);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#find-domain #find-domain-text {
  max-width: 1040px;
  margin: 0 0 30px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
}

#find-domain #find-domain-text #big-font {
  margin: 0;
  color: #ffffff;
  font-family: inherit;
  font-size: clamp(2.35rem, 4.6vw, 4rem);
  font-weight: 780;
  line-height: 1.02;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

#find-domain #find-domain-text #small-font {
  max-width: 760px;
  margin-top: 12px;
  color: rgb(255 255 255 / 0.88);
  font-family: inherit;
  font-size: clamp(1rem, 2vw, 1.2rem);
  font-weight: 450;
  line-height: 1.5;
  opacity: 1;
  text-wrap: balance;
}

.axyn-search-label {
  width: min(90%, 800px);
  margin: 0 0 9px;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

div.search-input {
  width: min(90%, 800px);
  max-width: 800px;
  height: 62px;
  padding-left: 18px;
  border: 1px solid rgb(255 255 255 / 0.72);
  border-radius: var(--axyn-radius);
  background: var(--axyn-surface);
  box-shadow: var(--axyn-shadow);
}

div.search-input:focus-within {
  border-color: #ffffff;
  box-shadow:
    0 0 0 3px rgb(255 255 255 / 0.72),
    0 0 0 6px var(--axyn-accent-strong),
    var(--axyn-shadow);
}

div.search-input input:focus-visible {
  outline: none !important;
}

div.search-input input {
  min-width: 0;
  border-radius: var(--axyn-radius);
  background: transparent;
  color: var(--axyn-ink);
  font-family: inherit;
  font-size: 1rem;
}

div.search-input input::placeholder {
  color: var(--axyn-muted);
  opacity: 0.82;
}

div.search-input .fa-search,
div.search-input .fa-circle-xmark {
  min-width: 44px;
  min-height: 44px;
  margin: 0 8px 0 4px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: var(--axyn-accent);
  transition:
    color 160ms ease,
    background-color 160ms ease;
}

div.search-input .fa-circle-xmark {
  display: inline-flex;
  margin-right: 0;
  color: var(--axyn-muted);
  opacity: 1;
}

div.search-input .fa-search:hover,
div.search-input .fa-circle-xmark:hover {
  background: var(--axyn-surface-muted);
  color: var(--axyn-accent-strong);
}

/* Featured domain pricing */

#tld-price {
  width: 100%;
  margin: 0;
  padding: 72px 20px 84px;
  background: var(--axyn-bg);
}

#tld-price .tld-price-top {
  width: min(100%, 1180px);
  max-width: 1180px;
}

#tld-price #tld-pricing {
  width: auto;
  background: none;
  color: var(--axyn-ink);
  font-family: inherit;
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 780;
  line-height: 1.05;
  letter-spacing: -0.03em;
  -webkit-background-clip: border-box;
  -webkit-text-fill-color: currentColor;
}

#tld-price #explain {
  height: auto;
  margin-top: 10px;
  color: var(--axyn-muted);
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.55;
  opacity: 1;
}

#tld-price .view-more a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--axyn-accent);
  font-family: inherit;
  font-size: 0.96rem;
  font-weight: 750;
}

#tld-price .view-more a:hover {
  color: var(--axyn-accent-strong);
}

#tld-price #tld-list {
  height: auto;
  min-height: 166px;
  margin: 30px 0 0;
  gap: 18px;
  justify-content: flex-start;
}

#tld-price #tld-list li {
  min-width: 0;
  width: min(250px, calc((100% - 54px) / 4));
  height: 166px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--axyn-border);
  border-radius: var(--axyn-radius);
  background: var(--axyn-surface);
  box-shadow: 0 10px 28px rgb(15 23 42 / 0.06);
  cursor: default;
}

#tld-price #tld-list li .tld-img {
  height: 104px;
  border-radius: 0;
  background: var(--axyn-surface-muted);
}

#tld-price #tld-list li .alt-point {
  margin-bottom: 20px;
  color: var(--axyn-accent);
}

#tld-price #tld-list li .alt-text {
  color: var(--axyn-ink);
  font-size: 1.65rem;
  font-weight: 650;
}

#tld-price #tld-list li .tld-price .currentPrice {
  color: var(--axyn-ink);
  font-family: inherit;
  font-size: 1.2rem;
  font-weight: 780;
  line-height: 1.2;
}

#tld-price #tld-list li .tld-price .oldPrice {
  color: var(--axyn-muted);
  font-family: inherit;
}

/* Search results */

#search-result {
  top: -48px;
  margin-bottom: 24px;
}

#search-result > div {
  width: min(90%, 1180px);
  max-width: 1180px;
  border: 1px solid var(--axyn-border);
  border-radius: calc(var(--axyn-radius) + 4px);
  background: var(--axyn-surface);
  box-shadow: var(--axyn-shadow);
}

#search-result ul li {
  min-height: 80px;
  height: auto;
  border-bottom-color: var(--axyn-border);
}

#search-result ul li .domain-info .domain-name-and-premium .available {
  color: var(--axyn-success);
}

#search-result ul li .domain-info .price .renew-price {
  color: var(--axyn-muted);
  opacity: 1;
}

#search-result ul li .flag .added,
#search-result div.show-more span {
  color: var(--axyn-accent);
}

/* Support and footer */

#contact-us {
  min-height: 220px;
  height: auto;
  padding: 52px max(20px, calc((100vw - 1180px) / 2));
  justify-content: space-between;
  gap: 40px;
  background: var(--axyn-surface-muted);
}

#contact-us #textInfo #help {
  height: auto;
  margin-bottom: 10px;
  color: var(--axyn-ink);
  font-family: inherit;
  font-size: clamp(2rem, 4vw, 2.55rem);
  font-weight: 780;
  line-height: 1.05;
  letter-spacing: -0.025em;
}

#contact-us #textInfo #tell,
#contact-us #contact-info,
#contact-us #contact-info div span {
  height: auto;
  color: var(--axyn-muted);
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  opacity: 1;
}

#contact-us #contact-info div span {
  color: var(--axyn-ink-soft);
  font-weight: 700;
}

#footer {
  border-top: 1px solid var(--axyn-border);
  background: var(--axyn-surface);
}

#footer hr {
  border-color: var(--axyn-border);
  opacity: 1;
}

#footer #footer-domain-space-and-nav-list {
  width: min(100% - 40px, 1180px);
  margin: 0 auto;
  padding: 30px 0 22px;
}

#footer #footer-domain-space {
  margin-left: 0;
}

#footer #footer-domain-space span a,
#footer #footer-nav-list ul li a,
#footer #icann-info #icann-anchor a {
  color: var(--axyn-ink-soft);
  font-family: inherit;
}

#footer #footer-nav-list ul {
  gap: clamp(18px, 3vw, 42px);
}

#footer #footer-nav-list ul li,
#footer #icann-info #icann-anchor a {
  margin-right: 0;
}

#footer #footer-nav-list ul li a {
  font-size: 0.9rem;
  font-weight: 650;
}

#footer #footer-nav-list ul li:hover,
#footer #footer-nav-list ul li a:hover,
#footer #icann-info #icann-anchor a:hover {
  color: var(--axyn-accent-strong);
  opacity: 1;
}

#footer #icann-info {
  width: min(100% - 40px, 1180px);
  margin: 0 auto;
  padding: 0 0 32px;
}

#footer #icann-info span {
  margin-bottom: 16px;
  color: var(--axyn-muted);
  font-family: inherit;
  font-size: 0.82rem;
  font-weight: 450;
  line-height: 1.6;
  opacity: 1;
}

#footer #icann-info #icann-anchor {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
}

#footer #icann-info #icann-anchor a {
  font-size: 0.82rem;
  line-height: 1.5;
}
