body {
  background-image: linear-gradient(180deg, var(--bs-secondary-bg), var(--bs-body-bg) 100px, var(--bs-body-bg));
}

.bi {
  vertical-align: -0.125em;
}

.bd-mode-toggle {
  z-index: 1500;
}

.btn-bd-primary {
  --bd-violet-bg: #712cf9;
  --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bd-violet-bg);
  --bs-btn-border-color: var(--bd-violet-bg);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #6528e0;
  --bs-btn-hover-border-color: #6528e0;
  --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #5a23c8;
  --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle .dropdown-menu .active .bi {
  display: block !important;
}

.container {
  max-width: 1360px;
}

.pricing-header {
  max-width: 1360px;
}

.site-header {
  padding: 0.25rem 0 1.5rem;
}

.site-header__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 0.9rem 0 1rem;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.site-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: #0f172a;
  font-weight: 900;
  letter-spacing: 0.01em;
}

.site-brand__icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
  flex-shrink: 0;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.site-nav__link,
.site-nav__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.62rem 0.95rem;
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 700;
  transition: transform 160ms ease, background-color 160ms ease, color 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.site-nav__link {
  color: rgba(15, 23, 42, 0.72);
}

.site-nav__link:hover {
  background: rgba(13, 110, 253, 0.08);
  color: #0d6efd;
}

.site-nav__cta {
  border: 1px solid rgba(13, 110, 253, 0.18);
  background: #0d6efd;
  color: #fff;
  box-shadow: 0 10px 24px rgba(13, 110, 253, 0.2);
}

.site-nav__cta:hover {
  transform: translateY(-1px);
  color: #fff;
}

.hero-shell {
  display: grid;
  gap: 1.5rem;
  margin-top: 2rem;
  padding: 2rem 2.1rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(13, 110, 253, 0.08), rgba(255, 255, 255, 0.96) 55%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(248, 250, 252, 0.96));
  box-shadow: 0 24px 50px rgba(15, 23, 42, 0.08);
}

.hero-shell__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.95rem;
}

.hero-shell h1 {
  color: #0f172a;
  line-height: 0.98;
}

.hero-shell__text {
  max-width: 120ch;
  margin: 0;
  color: rgba(15, 23, 42, 0.7);
  font-size: 1.1rem;
  line-height: 1.6;
}

.hero-shell__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem 1.25rem;
  color: rgba(15, 23, 42, 0.62);
  font-size: 0.92rem;
  font-weight: 600;
}

.hero-shell__meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.hero-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.hero-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  min-height: 100%;
  padding: 1.25rem;
  border-radius: 24px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.07);
}

.hero-card__head {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.hero-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 16px;
  color: #fff;
  font-size: 1.1rem;
  box-shadow: 0 10px 22px rgba(13, 110, 253, 0.2);
  flex-shrink: 0;
}

.hero-card--domains .hero-card__icon {
  background: linear-gradient(135deg, #0d6efd, #20c997);
}

.hero-card--hosting .hero-card__icon {
  background: linear-gradient(135deg, #6f42c1, #0d6efd);
}

.hero-card--ssl .hero-card__icon {
  background: linear-gradient(135deg, #fd7e14, #dc3545);
}

.hero-card__head h2 {
  margin: 0 0 0.45rem;
  color: #0f172a;
  font-size: 1.25rem;
  font-weight: 900;
}

.hero-card__body p {
  margin: 0;
  color: rgba(15, 23, 42, 0.66);
  font-size: 0.96rem;
  line-height: 1.55;
}

.hero-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.84rem 1rem;
  border-radius: 999px;
  text-decoration: none;
  background: rgba(13, 110, 253, 0.08);
  color: #0d6efd;
  font-size: 0.94rem;
  font-weight: 800;
  transition: transform 160ms ease, background-color 160ms ease, color 160ms ease;
}

.hero-card__cta:hover {
  transform: translateY(-1px);
  background: #0d6efd;
  color: #fff;
}

.pricing-section-shell {
  position: relative;
  isolation: isolate;
}

.pricing-board {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 28px;
  box-shadow: 0 22px 50px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(10px);
  overflow: hidden;
}

.pricing-board__top {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  background: linear-gradient(180deg, rgba(13, 110, 253, 0.07), rgba(13, 110, 253, 0.01));
}

.pricing-grid {
  padding: 1.25rem;
}

.pricing-item {
  position: relative;
  height: 100%;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 250, 252, 0.96));
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.06);
  overflow: visible;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.pricing-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 42px rgba(15, 23, 42, 0.12);
  border-color: rgba(13, 110, 253, 0.22);
}

.pricing-item__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.1rem;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.pricing-item__badges {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.4rem;
  flex-shrink: 0;
}

.pricing-item__promo {
  position: absolute;
  top: -0.55rem;
  right: 1rem;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  padding: 0.36rem 0.7rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff7a7a, #dc3545);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  box-shadow: 0 10px 20px rgba(220, 53, 69, 0.24);
}

.pricing-item__zone {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 1.1rem;
  font-weight: 800;
  color: #0f172a;
}

.pricing-item__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, #0d6efd, #20c997);
  box-shadow: 0 10px 20px rgba(13, 110, 253, 0.2);
}

.pricing-item__body {
  padding: 1rem 1.1rem 1.15rem;
}

.pricing-item__label {
  color: rgba(15, 23, 42, 0.62);
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.45rem;
}

.pricing-price-row {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.9fr);
  gap: 0.8rem;
  align-items: stretch;
}

.pricing-price-box {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  background: rgba(248, 250, 252, 0.84);
  padding: 0.85rem;
}

.pricing-price-box--offer {
  background: linear-gradient(180deg, rgba(154, 226, 190, 0.24), rgba(255, 255, 255, 0.92));
  border-color: rgba(54, 179, 126, 0.16);
}

.pricing-offer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1rem;
}

.price-chip {
  display: inline-flex;
  align-items: baseline;
  gap: 0.45rem;
  padding: 0.72rem 1rem 0.72rem 0.95rem;
  border-radius: 16px;
  font-weight: 800;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.18);
}

.price-chip--register {
  background: linear-gradient(135deg, rgba(54, 179, 126, 0.18), rgba(110, 216, 159, 0.18));
  color: #166644;
  border: 1px solid rgba(54, 179, 126, 0.22);
}

.price-chip--renew {
  background: linear-gradient(135deg, rgba(255, 237, 167, 0.96), rgba(255, 223, 127, 0.96));
  color: #6c5200;
  border: 1px solid rgba(255, 193, 7, 0.18);
}

.price-chip__value {
  font-size: 1.1rem;
  line-height: 1;
}

.pricing-item__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0 1.1rem 1.1rem;
}

.pricing-item__old {
  display: inline-flex;
  align-items: center;
  padding: 0.18rem 0.35rem;
  color: #dc3545;
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  text-decoration-thickness: 2px;
}

.pricing-item__note {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: rgba(15, 23, 42, 0.56);
  font-size: 0.88rem;
  font-weight: 600;
}

.pricing-item__note i {
  font-size: 0.95rem;
  color: #6c757d;
}

.pricing-item__cta {
  color: #0d6efd;
  font-weight: 800;
  font-size: 0.92rem;
}

.domain-promo {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin: 1rem 1.25rem 1.25rem;
  padding: 1.15rem 1.2rem;
  border: 1px solid rgba(13, 110, 253, 0.16);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(13, 110, 253, 0.08), rgba(32, 201, 151, 0.06) 54%, rgba(255, 255, 255, 0.94)),
    rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.08);
}

.pricing-board > .domain-promo {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  width: auto;
}

.domain-promo__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 16px;
  background: linear-gradient(135deg, #0d6efd, #20c997);
  color: #fff;
  box-shadow: 0 10px 22px rgba(13, 110, 253, 0.18);
  flex-shrink: 0;
}

.domain-promo__copy {
  display: grid;
  gap: 0.5rem;
  min-width: 0;
}

.domain-promo__copy h3 {
  margin: 0;
  color: #0f172a;
  font-size: 1.15rem;
  font-weight: 900;
}

.domain-promo__copy p {
  margin: 0;
  color: rgba(15, 23, 42, 0.7);
  font-size: 0.96rem;
  line-height: 1.55;
}

.domain-promo__link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  width: fit-content;
  color: #0d6efd;
  font-size: 0.95rem;
  font-weight: 800;
  text-decoration: none;
}

.domain-promo__link:hover {
  text-decoration: underline;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: rgba(13, 110, 253, 0.08);
  color: #0d6efd;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.hosting-section-shell {
  position: relative;
  isolation: isolate;
  margin-bottom: 0.5rem;
}

.hosting-board {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 28px;
  box-shadow: 0 22px 50px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(10px);
  overflow: hidden;
}

.hosting-board__top {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem 2rem;
  flex-wrap: wrap;
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  background: linear-gradient(180deg, rgba(13, 110, 253, 0.07), rgba(13, 110, 253, 0.01));
}

.hosting-grid {
  padding: 1.25rem;
}

.hosting-section__lead {
  max-width: 120ch;
  color: rgba(15, 23, 42, 0.68);
  font-size: 1.03rem;
  line-height: 1.6;
}

.hosting-plan {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: 100%;
  padding: 1.2rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.06);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.hosting-plan:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 44px rgba(15, 23, 42, 0.1);
  border-color: rgba(13, 110, 253, 0.22);
}

.hosting-plan__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
}

.hosting-plan__title {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  min-width: 0;
}

.hosting-plan__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 16px;
  background: linear-gradient(135deg, #0d6efd, #20c997);
  color: #fff;
  box-shadow: 0 10px 22px rgba(13, 110, 253, 0.2);
  flex-shrink: 0;
}

.hosting-plan__title h3 {
  margin: 0;
  color: #0f172a;
  font-size: 1.22rem;
  font-weight: 900;
  line-height: 1.2;
}

.hosting-plan__title p {
  margin: 0.28rem 0 0;
  color: rgba(15, 23, 42, 0.58);
  font-size: 0.9rem;
}

.hosting-plan__price {
  display: grid;
  gap: 0.8rem;
  padding: 1rem;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(13, 110, 253, 0.05), rgba(255, 255, 255, 0.92));
  border: 1px solid rgba(13, 110, 253, 0.08);
}

.hosting-plan__monthly {
  display: flex;
  align-items: baseline;
  gap: 0.35rem;
}

.hosting-plan__amount {
  color: #0f172a;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
}

.hosting-plan__period {
  color: rgba(15, 23, 42, 0.58);
  font-size: 0.95rem;
  font-weight: 700;
}

.hosting-plan__setup {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.8rem;
}

.hosting-plan__setup-label {
  color: rgba(15, 23, 42, 0.62);
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hosting-plan__setup-value {
  color: #0d6efd;
  font-size: 0.95rem;
  font-weight: 900;
  white-space: nowrap;
}

.hosting-plan__discount {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.7rem 0.85rem;
  border-radius: 16px;
  background: rgba(13, 110, 253, 0.06);
  color: rgba(15, 23, 42, 0.7);
  font-size: 0.9rem;
  font-weight: 600;
}

.hosting-plan__discount i {
  color: #0d6efd;
}

.hosting-plan__features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}

.hosting-plan__feature {
  display: inline-flex;
  align-items: center;
  width: 100%;
  gap: 0.5rem;
  padding: 0.72rem 0.85rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 14px;
  background: rgba(248, 250, 252, 0.85);
  color: rgba(15, 23, 42, 0.76);
  font-size: 0.9rem;
  font-weight: 700;
}

.hosting-plan__feature i {
  color: #0d6efd;
  font-size: 0.95rem;
}

.hosting-plan__specs {
  display: grid;
  gap: 0.65rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hosting-plan__spec {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.9rem;
  padding: 0.8rem 0.9rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 16px;
  background: rgba(248, 250, 252, 0.72);
  color: rgba(15, 23, 42, 0.78);
  font-size: 0.94rem;
  line-height: 1.45;
}

.hosting-plan__spec-label {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-weight: 700;
}

.hosting-plan__spec-label i {
  color: #20c997;
  font-size: 0.95rem;
  flex-shrink: 0;
  margin-top: 0.05rem;
}

.hosting-plan__spec-value {
  color: #0f172a;
  font-weight: 800;
  text-align: right;
}

.hosting-plan__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.9rem;
  margin-top: auto;
}

.hosting-plan__cta {
  width: 100%;
  padding-top: 0.88rem;
  padding-bottom: 0.88rem;
  font-weight: 800;
}

.site-footer {
  margin-top: 1rem;
  padding: 1.4rem 1.4rem 1.1rem;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(13, 110, 253, 0.08), rgba(255, 255, 255, 0.96) 56%),
    rgba(255, 255, 255, 0.94);
  box-shadow: 0 22px 50px rgba(15, 23, 42, 0.08);
}

.site-footer__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) repeat(3, minmax(0, 1fr));
  gap: 1.5rem 1.35rem;
  align-items: start;
  max-width: 1360px;
  margin: 0 auto;
}

.site-footer__brand-link {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: #0f172a;
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: 0.01em;
}

.site-footer__brand-icon {
  width: 38px;
  height: 38px;
  object-fit: contain;
  flex-shrink: 0;
}

.site-footer__lead {
  max-width: 36ch;
  margin: 0.9rem 0 0;
  color: rgba(15, 23, 42, 0.68);
  font-size: 0.96rem;
  line-height: 1.6;
}

.site-footer__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1rem;
}

.site-footer__badges span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.48rem 0.78rem;
  border-radius: 999px;
  background: rgba(13, 110, 253, 0.08);
  color: #0d6efd;
  font-size: 0.88rem;
  font-weight: 800;
}

.site-footer__badges i {
  font-size: 0.9rem;
}

.site-footer__col h5 {
  margin: 0 0 0.85rem;
  color: #0f172a;
  font-size: 0.95rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.site-footer__col ul {
  display: grid;
  gap: 0.55rem;
  margin: 0;
}

.site-footer__col a {
  color: rgba(15, 23, 42, 0.72);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 600;
}

.site-footer__col a:hover {
  color: #0d6efd;
  text-decoration: underline;
}

.site-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.4rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.site-footer__copyright small {
  color: rgba(15, 23, 42, 0.58);
  font-size: 0.88rem;
  font-weight: 600;
}

.site-footer__payments {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.6rem;
  margin-right: 3.25rem;
}

.site-footer__payments a {
  display: inline-flex;
}

.site-footer__payments img {
  display: block;
  height: 31px;
  width: auto;
}

@media (max-width: 768px) {
  .pricing-board__top,
  .pricing-item__footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .pricing-grid {
    padding: 1rem;
  }

  .pricing-price-row {
    grid-template-columns: 1fr;
  }

  .pricing-item__badges {
    align-items: flex-start;
  }

  .domain-promo {
    margin: 1rem 1rem 1.25rem;
    flex-direction: column;
  }

  .site-header__bar {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-nav {
    justify-content: flex-start;
  }

  .hero-shell {
    padding: 1.35rem 1.1rem;
  }

  .hero-cards {
    grid-template-columns: 1fr;
  }

  .hosting-plan__footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .hosting-board__top {
    padding: 1rem;
  }

  .hosting-grid {
    padding: 1rem;
  }

  .site-footer {
    padding: 1.2rem;
  }

  .site-footer__inner {
    grid-template-columns: 1fr;
  }

  .site-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-footer__payments {
    justify-content: flex-start;
    margin-right: 0;
  }
}
