/* Domain Page Styles */

/* Hero 7 */
.hero-7 {
  position: relative;
  isolation: isolate;
  padding-top: clamp(9.5rem, 11.5vw + 1rem, 13.75rem);
  padding-bottom: clamp(10rem, 12.6vw + 1rem, 15rem);
  background-image: linear-gradient(180deg, rgb(var(--primary_color)) -29.02%, rgba(var(--primary_color), 0.7) 79.78%);
  -webkit-mask-image: url(../images/hero-7-mask-shape.png);
  mask-image: url(../images/hero-7-mask-shape.png);
  mask-size: 100% 100%;
  mask-position: center bottom;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: 100vw;
}
.hero-7::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../images/hero-7-shape.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
.hero-7__shape-1 {
  display: none;
}
@media (min-width: 1920px) {
  .hero-7__shape-1 {
    display: block;
    opacity: 0.75;
    position: absolute;
    bottom: 10%;
    left: 7%;
    pointer-events: none;
    z-index: -1;
  }
}

/* Search Filter */
.search-filter {
  display: flex;
  align-items: center;
  padding: 0.25rem;
}
.search-filter--light .search-filter__input::placeholder {
  color: rgba(0,0,0,0.5);
}
.search-filter--light .search-filter__select {
  color: #333;
}
.search-filter__input {
  background-color: transparent;
  border: 0;
}
.search-filter__input:focus {
  background-color: transparent;
  box-shadow: none;
}
.search-filter__select {
  flex-shrink: 0;
  width: auto;
  background-color: transparent;
  border: 0;
}

/* Section Spacing */
.section-space-y {
  padding-block-start: clamp(3.75rem, 6.5vw + 1rem, 7.5rem);
  padding-block-end: clamp(3.75rem, 6.5vw + 1rem, 7.5rem);
}
.section-space-md-y {
  padding-block-start: clamp(2rem, 3.25vw + 1rem, 3.75rem);
  padding-block-end: clamp(2rem, 3.25vw + 1rem, 3.75rem);
}
.section-space-sm-bottom {
  padding-block-end: clamp(1.25rem, 2.1vw + 1rem, 2.5rem);
}
.section-space-md-bottom {
  padding-block-end: clamp(2rem, 3.25vw + 1rem, 3.75rem);
}

/* Max Text Widths */
.max-text-10 {
  max-width: 40rem;
}
.max-text-18 {
  max-width: 72rem;
}

/* Spacing Utilities */
.mb-6 {
  margin-bottom: 1.5rem !important;
}
.mb-12 {
  margin-bottom: 3rem !important;
}
.mt-6 {
  margin-top: 1.5rem !important;
}
.mt-8 {
  margin-top: 2rem !important;
}
.gap-6 {
  gap: 1.5rem !important;
}

/* List utilities */
.list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.list-row {
  flex-direction: row;
}

/* Font sizes */
.fs-14 {
  font-size: 0.875rem !important;
}
.fs-16 {
  font-size: 1rem !important;
}
.fs-18 {
  font-size: 1.125rem !important;
}
.fs-12 {
  font-size: 0.75rem !important;
}
.fs-20 {
  font-size: 1.25rem !important;
}
.fs-24 {
  font-size: 1.5rem !important;
}

/* Hover utilities */
.hover\:bg-opacity-100:hover {
  --bs-bg-opacity: 1 !important;
}
.hover\:text-dark:hover {
  color: #333 !important;
}

/* Domain Pricing Section */
.domain-pricing-section {
  background-color: rgb(var(--background_color));
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: 100vw;
  padding-left: 0;
  padding-right: 0;
}

/* Domain Card */
.domain-card {
  background: rgb(var(--elements_background_color));
  border-radius: 1rem;
  padding: 1.75rem;
  border: 1px solid rgba(var(--border_color), 1);
  transition: all 0.3s ease;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}
.domain-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(var(--primary_color), 0.12);
  border-color: rgba(var(--primary_color), 0.3);
}
.domain-card__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.8rem;
  color: rgb(var(--text_muted));
  margin-bottom: 1rem;
}
.domain-card__tld {
  font-size: 2rem;
  font-weight: 800;
  color: rgb(var(--primary_color));
  margin-bottom: 0.75rem;
  line-height: 1.2;
}
.domain-card__desc {
  font-size: 0.875rem;
  color: rgb(var(--text_muted));
  margin-bottom: 1.25rem;
  flex-grow: 1;
}
.domain-card__price {
  margin-bottom: 0.25rem;
}
.domain-card__amount {
  font-size: 1.5rem;
  font-weight: 700;
  color: rgb(var(--text_color));
}
.domain-card__period {
  font-size: 0.875rem;
  color: rgb(var(--text_muted));
  font-weight: 400;
}
.domain-card__renewal {
  display: block;
  font-size: 0.75rem;
  color: rgb(var(--text_muted));
  margin-bottom: 0.25rem;
}
.domain-card__meta {
  margin-bottom: 1rem;
}
.domain-card__btn {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem 1rem;
  font-weight: 600;
  font-size: 0.85rem;
  border-radius: 0.5rem;
  background: rgba(var(--primary_color), 0.1);
  color: rgb(var(--primary_color));
  border: none;
  transition: all 0.2s ease;
  margin-top: auto;
}
.domain-card__btn:hover {
  background: rgb(var(--primary_color));
  color: #fff;
}

/* Hero TLD buttons */
.hero-7 .btn-primary {
  background-color: rgb(var(--primary_color)) !important;
  border-color: rgb(var(--primary_color)) !important;
}


/* Domain Perks Section */
.domain-perks-section {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: 100vw;
}

.domain-perk-card {
  padding: 1.75rem;
}
.domain-perk-card__icon {
  width: 56px;
  height: 56px;
  border-radius: 0.75rem;
  background: rgba(var(--primary_color), 0.1);
  color: rgb(var(--primary_color));
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  font-size: 1.4rem;
}
