/* Independent domain registration, using the shared blue brand palette. */
.site-nav {
  gap: 24px;
}
.nav-actions {
  margin-left: 14px;
  gap: 20px;
}
.domain-section {
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.domain-section-layout {
  display: grid;
  grid-template-columns: 1fr 1.04fr;
  align-items: center;
  gap: 80px;
}
.domain-service-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #d9e8fc;
  background: #f0f6ff;
  color: #3675c7;
  border-radius: 5px;
  font-size: 11px;
  padding: 4px 10px;
  margin: 5px 0 16px;
}
.domain-service-badge .icon {
  width: 14px;
  height: 14px;
}
.domain-section-copy h2 {
  font-size: 38px;
}
.domain-section-copy > p {
  color: var(--muted);
  font-size: 14px;
  line-height: 2;
  margin-top: 19px;
}
.domain-independent-note {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin-top: 25px;
  color: #34567f;
  font-size: 14px;
  font-weight: 500;
}
.domain-independent-note > .icon {
  color: var(--brand);
  width: 16px;
  height: 16px;
  margin-top: 5px;
}
.domain-independent-note small {
  display: block;
  font-size: 11px;
  color: #75879e;
  font-weight: 400;
  margin-top: 3px;
}
.domain-section-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  margin-top: 29px;
}
.domain-section-actions .button {
  padding-inline: 20px;
}
.domain-showcase {
  min-width: 0;
  background: radial-gradient(
    ellipse at 50% 29%,
    #e7f1ff 0,
    #f4f8ff 40%,
    #fcfdff 79%
  );
  border: 1px solid #dce7f6;
  border-radius: 13px;
  box-shadow: 0 15px 45px #2254a008;
  padding: 23px 26px 20px;
  position: relative;
  overflow: hidden;
}
.domain-showcase-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  font: 9px var(--mono);
  letter-spacing: 1px;
  color: #7387a1;
}
.domain-showcase-top > span:first-child {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.domain-showcase-top > span:last-child {
  font: 10px var(--font);
  letter-spacing: 0;
  white-space: nowrap;
}
.domain-name-stage {
  position: relative;
  text-align: center;
  padding: 29px 0 22px;
}
.domain-stage-line {
  position: absolute;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  border: 1px solid #d5e5fa;
  top: -2px;
  left: calc(50% - 75px);
  mask-image: linear-gradient(#000, transparent 85%);
}
.domain-stage-line::before,
.domain-stage-line::after {
  position: absolute;
  content: "";
  inset: 14px;
  border: 1px dashed #cbdff9;
  border-radius: 50%;
}
.domain-stage-line::after {
  inset: -17px;
  border-style: solid;
  opacity: 0.5;
}
.domain-globe {
  position: relative;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin: 0 auto 18px;
  border-radius: 15px;
  color: #4389ed;
  background: #f5f9ff;
  border: 1px solid #d3e4fb;
  box-shadow: 0 5px 15px #4487e60b;
}
.domain-globe > .icon {
  width: 33px;
  height: 33px;
  stroke-width: 1;
}
.domain-globe i {
  position: absolute;
  inset: -17px;
  border-radius: 50%;
  animation: orbit 18s linear infinite;
}
.domain-globe i::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 3px);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #65a8ff;
  box-shadow: 0 0 0 4px #6ca9f518;
}
.domain-name-display {
  position: relative;
  color: #294467;
  font-family: var(--mono);
  font-size: clamp(24px, 2.8vw, 38px);
  letter-spacing: -1.7px;
  line-height: 1.45;
}
.domain-name-display > span {
  color: var(--brand);
}
.domain-stage-label {
  display: block;
  font-size: 10px;
  color: #7a8da6;
  margin-top: 10px;
  letter-spacing: 0.4px;
}
.domain-suffix-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.domain-suffix-options > button {
  background: #fff;
  border: 1px solid #dee7f4;
  border-radius: 7px;
  padding: 12px 8px 10px;
  color: #536b8a;
  transition:
    background 0.2s,
    border-color 0.2s,
    box-shadow 0.2s;
}
.domain-suffix-options strong {
  font: 18px var(--mono);
  display: block;
  letter-spacing: -0.6px;
}
.domain-suffix-options button > span {
  display: block;
  margin-top: 5px;
  font-size: 10px;
  color: #778ba5;
}
.domain-suffix-options button:hover {
  border-color: #88b6f6;
}
.domain-suffix-options button[aria-pressed="true"] {
  background: #e9f2ff;
  border-color: #6aa5f6;
  color: #2571db;
  box-shadow: 0 0 0 2px #2f7df608;
}
.domain-suffix-options button[aria-pressed="true"] > span {
  color: #4d7ebc;
}
.domain-suffix-detail {
  margin-top: 18px;
  min-height: 64px;
}
.domain-suffix-detail > strong {
  font-size: 12px;
  color: #3d628e;
  font-weight: 500;
}
.domain-suffix-detail > p {
  font-size: 11px;
  line-height: 1.9;
  color: #6b809b;
  margin-top: 4px;
}
.domain-showcase-footer {
  border-top: 1px solid #dfe8f6;
  margin-top: 15px;
  padding-top: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.domain-showcase-footer > span {
  font-size: 9px;
  color: #8494aa;
}
.domain-showcase-footer > a {
  color: #417aba;
  font-size: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.domain-showcase-footer .icon {
  width: 13px;
  height: 13px;
}
.domain-selling-points {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 45px;
  padding: 25px 12px;
  border: 1px solid #dce7f6;
  border-radius: 9px;
  background: linear-gradient(115deg, #f2f7ff, #f9fbff);
}
.domain-selling-points > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 26px;
  border-right: 1px solid #dbe7f7;
}
.domain-selling-points > div:last-child {
  border-right: 0;
}
.domain-selling-points strong {
  color: #2d6dca;
  font-size: 25px;
  font-weight: 550;
  line-height: 1.65;
  letter-spacing: -0.8px;
}
.domain-selling-points strong.suffix-count {
  font-family: var(--mono);
  font-size: 31px;
  line-height: 1.33;
  letter-spacing: -1.8px;
}
.suffix-count > span {
  color: #76a9f0;
  margin-left: 3px;
}
.domain-selling-points div > span {
  color: #7489a4;
  font-size: 11px;
  margin-top: 7px;
}
.domain-registration-note {
  color: #788aa1;
  font-size: 10px;
  line-height: 1.85;
  margin-top: 13px;
}
.domain-feature-grid {
  margin-top: 30px;
  padding-top: 32px;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}
.domain-feature-number {
  font: 9px var(--mono);
  letter-spacing: 1px;
  color: #6e91bd;
}
.domain-feature h3 {
  font-size: 16px;
  margin: 11px 0 10px;
  font-weight: 550;
}
.domain-feature p {
  font-size: 12px;
  line-height: 1.95;
  color: #6c7f97;
}
.service-paths {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin: 34px 0 26px;
}
.service-path {
  padding: 28px 30px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 9px;
}
.service-path-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 22px;
}
.service-path h3 {
  font-size: 22px;
  margin-bottom: 10px;
}
.service-path > p {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.9;
}
.service-path ol {
  list-style: none;
  margin: 22px 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  counter-reset: path;
}
.service-path li {
  counter-increment: path;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #657b98;
  font-size: 12px;
}
.service-path li::before {
  content: counter(path, decimal-leading-zero);
  color: #6094d6;
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  background: #f0f6ff;
  border-radius: 50%;
  font: 9px var(--mono);
  flex-shrink: 0;
}
.service-path > .text-link {
  display: flex;
  justify-content: space-between;
  padding-top: 17px;
  border-top: 1px solid #e5edf8;
}
@media (max-width: 1199px) {
  .site-nav {
    gap: 18px;
  }
  .nav-actions {
    gap: 14px;
    margin-left: 8px;
  }
  .domain-section-layout {
    gap: 42px;
  }
  .domain-section-copy h2 {
    font-size: 33px;
  }
  .domain-section-copy > p {
    font-size: 13px;
  }
  .domain-section-actions {
    gap: 18px;
  }
  .domain-section-actions .button {
    font-size: 12px;
    padding-inline: 17px;
  }
  .domain-section-actions .text-link {
    font-size: 11px;
  }
  .domain-feature-grid {
    gap: 22px;
  }
  .domain-feature h3 {
    font-size: 15px;
  }
}
@media (max-width: 999px) {
  .site-nav {
    gap: 13px;
  }
  .nav-actions {
    gap: 13px;
    margin-left: 5px;
  }
  .header-inner {
    gap: 25px;
  }
  .domain-section-layout {
    gap: 28px;
  }
  .domain-section-copy h2 {
    font-size: 30px;
  }
  .domain-section-copy > p {
    font-size: 12px;
  }
  .domain-independent-note {
    font-size: 12px;
  }
  .domain-independent-note small {
    font-size: 10px;
  }
  .domain-section-actions {
    gap: 13px;
  }
  .domain-section-actions .button {
    font-size: 11px;
    gap: 7px;
    padding-inline: 13px;
    min-height: 43px;
  }
  .domain-section-actions .text-link {
    font-size: 10px;
    gap: 5px;
  }
  .domain-showcase {
    padding: 20px;
  }
  .domain-showcase-top {
    font-size: 7px;
    letter-spacing: 0.4px;
  }
  .domain-showcase-top > span:last-child {
    font-size: 8px;
  }
  .domain-showcase-top .status-dot {
    width: 4px;
    height: 4px;
  }
  .domain-name-display {
    font-size: 28px;
  }
  .domain-suffix-options {
    gap: 7px;
  }
  .domain-suffix-options button > span {
    font-size: 9px;
  }
  .domain-feature-grid {
    gap: 19px;
  }
  .domain-feature h3 {
    font-size: 14px;
  }
  .domain-feature p {
    font-size: 11px;
  }
}
@media (max-width: 899px) {
  .domain-selling-points > div {
    padding-inline: 17px;
  }
  .domain-selling-points strong {
    font-size: 22px;
  }
  .site-nav {
    gap: 0;
  }
  .nav-actions {
    margin: 15px 0 0;
  }
  .domain-section-layout {
    gap: 24px;
  }
  .domain-section-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  .domain-independent-note small {
    max-width: 260px;
  }
  .domain-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 35px;
  }
  .domain-feature h3 {
    font-size: 16px;
  }
  .domain-feature p {
    font-size: 12px;
  }
  .service-path {
    padding: 25px;
  }
  .service-path h3 {
    font-size: 20px;
  }
}
@media (max-width: 699px) {
  .domain-selling-points {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 30px;
    padding: 0;
  }
  .domain-selling-points > div {
    padding: 20px;
  }
  .domain-selling-points > div:nth-child(even) {
    border-right: 0;
  }
  .domain-selling-points > div:nth-child(-n + 2) {
    border-bottom: 1px solid #dbe7f7;
  }
  .domain-selling-points strong {
    font-size: 23px;
  }
  .domain-selling-points div > span {
    font-size: 10px;
    margin-top: 4px;
  }
  .domain-registration-note {
    font-size: 9px;
    margin-top: 12px;
  }
  .domain-section-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .domain-section-copy h2 {
    font-size: 30px;
  }
  .domain-section-copy > p {
    font-size: 13px;
    margin-top: 17px;
  }
  .domain-service-badge {
    font-size: 10px;
  }
  .domain-independent-note {
    font-size: 13px;
    margin-top: 21px;
  }
  .domain-independent-note small {
    font-size: 10px;
    max-width: none;
  }
  .domain-section-actions {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    margin-top: 24px;
  }
  .domain-section-actions .button {
    font-size: 12px;
    min-height: 45px;
    padding-inline: 16px;
  }
  .domain-section-actions .text-link {
    font-size: 11px;
  }
  .domain-showcase {
    padding: 21px;
  }
  .domain-showcase-top {
    font-size: 8px;
  }
  .domain-showcase-top > span:last-child {
    font-size: 9px;
  }
  .domain-name-stage {
    padding: 27px 0 23px;
  }
  .domain-name-display {
    font-size: 31px;
  }
  .domain-suffix-options strong {
    font-size: 19px;
  }
  .domain-suffix-options button > span {
    font-size: 10px;
  }
  .domain-suffix-detail {
    min-height: 83px;
  }
  .domain-suffix-detail > p {
    font-size: 11px;
  }
  .domain-showcase-footer {
    margin-top: 10px;
    gap: 11px;
  }
  .domain-showcase-footer > span {
    font-size: 9px;
    line-height: 1.8;
  }
  .domain-feature-grid {
    margin-top: 34px;
    padding-top: 27px;
    gap: 27px 22px;
  }
  .domain-feature-number {
    font-size: 8px;
    letter-spacing: 0.5px;
  }
  .domain-feature h3 {
    font-size: 15px;
    line-height: 1.8;
    margin-block: 9px 8px;
  }
  .domain-feature p {
    font-size: 11px;
  }
  .service-paths {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-top: 27px;
  }
  .service-path {
    padding: 24px;
  }
  .service-path-heading {
    margin-bottom: 20px;
  }
  .service-path h3 {
    font-size: 21px;
  }
}
@media (max-width: 374px) {
  .domain-section-copy h2 {
    font-size: 28px;
  }
  .domain-section-copy > p {
    font-size: 12px;
  }
  .domain-section-actions {
    gap: 14px;
  }
  .domain-section-actions .button {
    font-size: 11px;
    padding-inline: 12px;
  }
  .domain-section-actions .text-link {
    font-size: 10px;
  }
  .domain-showcase {
    padding: 18px 16px;
  }
  .domain-showcase-top {
    font-size: 7px;
  }
  .domain-showcase-top > span:last-child {
    font-size: 8px;
  }
  .domain-name-display {
    font-size: 28px;
  }
  .domain-feature-grid {
    gap: 23px 17px;
  }
  .domain-feature h3 {
    font-size: 13px;
  }
  .domain-feature p {
    font-size: 10px;
  }
}
