:root {
  --hh-radius-sm: 12px;
  --hh-radius-md: 18px;
  --hh-radius-lg: 28px;
  --hh-shadow-sm: 0 10px 28px rgba(10, 18, 38, 0.08);
  --hh-shadow-md: 0 18px 42px rgba(10, 18, 38, 0.12);
  --hh-shadow-lg: 0 26px 58px rgba(10, 18, 38, 0.16);
}

html {
  scroll-behavior: smooth;
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  background: #f6f8fc;
}

.reveal-target {
  opacity: 1;
  transform: none;
}

.reveal-enabled .reveal-target {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.reveal-enabled .reveal-target.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.main-header-menu-wrap {
  border-bottom: 1px solid rgba(16, 24, 40, 0.08);
  transition: box-shadow 0.25s ease;
}

.main-header-menu-wrap.affix {
  box-shadow: 0 14px 38px rgba(15, 23, 42, 0.12);
}

.hh-site-header {
  position: sticky;
  top: 0;
  z-index: 1040;
}

.hh-topbar {
  background: #0f203f;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.86rem;
  padding: 8px 0;
}

.hh-topbar-list,
.hh-topbar-auth {
  margin: 0;
}

.hh-topbar-list li,
.hh-topbar-auth li {
  margin-right: 16px;
}

.hh-topbar a {
  color: rgba(255, 255, 255, 0.9);
  transition: color 0.2s ease, opacity 0.2s ease;
}

.hh-topbar a:hover {
  color: #fff;
  opacity: 1;
}

.hh-nav-shell {
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(8px);
}

.hh-navbar {
  min-height: 80px;
}

.hh-navbar .nav-link {
  font-weight: 600;
  color: #344054;
  padding: 0.6rem 0.85rem;
  border-radius: 10px;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.hh-navbar .hh-nav-icon {
  display: inline-flex;
  width: 16px;
  margin-right: 8px;
  justify-content: center;
  opacity: 0.85;
}

.hh-navbar .nav-link:hover,
.hh-navbar .nav-link:focus {
  background: rgba(16, 24, 40, 0.06);
  color: #111827;
}

.hh-nav-toggle {
  border: 1px solid rgba(16, 24, 40, 0.12);
  border-radius: 10px;
  padding: 0.45rem 0.6rem;
  color: #0f172a;
}

.hh-dropdown {
  border: 1px solid rgba(16, 24, 40, 0.08);
  border-radius: 14px;
  box-shadow: var(--hh-shadow-md);
  padding: 8px;
  z-index: 1100;
}

.hh-dropdown .dropdown-item {
  border-radius: 9px;
  font-size: 0.92rem;
  padding: 0.48rem 0.7rem;
}

.hh-dropdown .dropdown-item:hover,
.hh-dropdown .dropdown-item:focus {
  background: rgba(16, 24, 40, 0.06);
}

.hh-subnav-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  white-space: normal;
  line-height: 1.3;
}

.hh-subnav-item-icon {
  width: 18px;
  margin-top: 2px;
  opacity: 0.85;
  color: #344054;
  text-align: center;
}

.hh-subnav-item-copy {
  display: flex;
  flex-direction: column;
}

.hh-subnav-item-title {
  font-weight: 600;
  color: #1f2937;
}

.hh-hosting-item small {
  margin-top: 2px;
  font-size: 0.72rem;
  line-height: 1.35;
  color: #667085;
}

.hh-footer-logo-img {
  background: #fff;
  border-radius: 10px;
  padding: 6px 10px;
}

@media (min-width: 992px) {
  .hh-site-header,
  .hh-nav-shell,
  .hh-navbar,
  .hh-navbar .nav-item.dropdown {
    overflow: visible;
  }

  .hh-dropdown-hosting {
    width: min(700px, calc(100vw - 32px));
    max-height: min(72vh, 560px);
    overflow-y: auto;
  }

  .hh-dropdown-hosting.show {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  .hh-dropdown-hosting li {
    min-width: 0;
  }
}

.comparision-table .provider-logo .hh-compare-logo-main {
  display: block;
  max-height: 30px;
  width: auto;
  margin: 0 auto 7px;
  padding: 3px 8px;
  border-radius: 8px;
  background: #fff;
}

.comparision-table .provider-logo .hh-compare-brand {
  display: block;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #1f2937;
}

.comparision-table .provider-logo.bg-primary .hh-compare-brand {
  color: #fff;
}

.hh-inner-page {
  background:
    radial-gradient(1100px 460px at -6% 5%, rgba(86, 127, 220, 0.08), rgba(255, 255, 255, 0)),
    radial-gradient(900px 360px at 108% 9%, rgba(10, 26, 57, 0.08), rgba(255, 255, 255, 0)),
    #f4f7fc;
}

.hh-inner-page .main {
  padding: 16px 10px 34px;
}

.hh-inner-page .main > section,
.hh-inner-page .main > div {
  margin: 16px 0;
}

.hh-site-footer {
  position: relative;
}

.hh-footer-main {
  padding: 82px 0 44px;
}

.hh-footer-brand p {
  color: rgba(255, 255, 255, 0.88);
  max-width: 330px;
  line-height: 1.7;
}

.hh-footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.hh-payment {
  display: flex;
  gap: 10px;
}

.hh-payment img {
  filter: grayscale(0.08);
}

.main .page-header-section,
.main .hero-equal-height,
.main .call-to-action {
  border-radius: var(--hh-radius-lg);
  overflow: hidden;
}

.main .section-heading h2,
.main h2 {
  letter-spacing: -0.02em;
}

.main .section-heading p,
.main p.lead {
  color: #5f6c86;
}

.main .single-service-plane,
.main .single-pricing-pack,
.main .single-testimonial,
.main .call-to-action-box,
.main .card,
.main .single-feature {
  border-radius: var(--hh-radius-md);
  border: 1px solid rgba(16, 24, 40, 0.08);
  box-shadow: var(--hh-shadow-sm);
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.main .single-service-plane:hover,
.main .single-pricing-pack:hover,
.main .single-testimonial:hover,
.main .call-to-action-box:hover,
.main .card:hover,
.main .single-feature:hover {
  transform: translateY(-6px);
  box-shadow: var(--hh-shadow-md);
}

.main .accordion .card {
  box-shadow: none;
}

.main .accordion .card:hover {
  transform: none;
}

.main .form-control,
.main .custom-select,
.main .form-select {
  border-radius: 12px;
  border-color: rgba(16, 24, 40, 0.16);
}

.main .btn {
  border-radius: 12px;
}

.hh-inner-page .main .section-heading {
  margin-bottom: 26px;
}

.hh-inner-page .main .section-heading h2,
.hh-inner-page .main h2 {
  letter-spacing: -0.03em;
}

.hh-inner-page .main .section-heading p,
.hh-inner-page .main .lead {
  color: #607090;
}

.main {
  padding-bottom: 24px;
}

.main > section,
.main > div {
  position: relative;
}

.main .page-header-section {
  margin: 18px 0 12px;
  border-radius: var(--hh-radius-lg);
  overflow: hidden;
  border: 1px solid rgba(16, 24, 40, 0.1);
  box-shadow: var(--hh-shadow-md);
}

.main .page-header-content {
  max-width: 640px;
}

.main .page-header-content h1 {
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.main .breadcrumb-bar {
  margin: 0 0 18px;
  border: 1px solid rgba(16, 24, 40, 0.08);
  border-radius: 14px;
  background: #fff !important;
}

.main .breadcrumb-item a {
  color: #475467;
}

.main .breadcrumb-item.active {
  color: #1f2937;
  font-weight: 600;
}

.main .feature-section,
.main .feature-tab-section,
.main .pricing-section,
.main .compare-pricing-section,
.main .our-services,
.main .our-team-section,
.main .knowledge-base-section,
.main .support-category,
.main .submit-request-form,
.main .network-map-section,
.main .our-help-center,
.main .client-section,
.main .client-review-section {
  background: linear-gradient(180deg, #ffffff, #f8fbff);
  border: 1px solid rgba(16, 24, 40, 0.08);
  border-radius: var(--hh-radius-lg);
  margin: 18px 0;
}

.main .domain-search-result-section,
.main .popular-domain-list,
.main .contact-us-section,
.main .our-system-status,
.main .vps-pricing-plane,
.main .technical-specification {
  background: #fff;
  border: 1px solid rgba(16, 24, 40, 0.08);
  border-radius: var(--hh-radius-lg);
  margin: 18px 0;
}

.main .feature-tab .nav-link,
.main .nav-pills .nav-link {
  border-radius: 12px;
}

.main .feature-tab .nav-link.active,
.main .nav-pills .nav-link.active {
  box-shadow: var(--hh-shadow-sm);
}

.main .single-pricing-pack .price {
  letter-spacing: -0.02em;
}

.main .pricing-feature-list li {
  border-bottom: 1px dashed rgba(16, 24, 40, 0.1);
  padding: 8px 0;
}

.main .pricing-feature-list li:last-child {
  border-bottom: 0;
}

.main .single-testimonial,
.main .single-review {
  overflow: hidden;
}

.main .ratting-list .fas,
.main .ratting-list .fa-star {
  color: #ffb020;
}

.main .client-testimonial .hh-review-card::before {
  content: "★★★★★";
  display: inline-block;
  color: #ffb020;
  letter-spacing: 2px;
  font-size: 0.85rem;
  margin-bottom: 8px;
}

.main .client-testimonial .swiper-wrapper {
  transition-timing-function: linear !important;
}

.main .network-map-wrap,
.main .network-map-wrap img {
  border-radius: 16px;
}

.main .network-map-wrap {
  border: 1px solid rgba(16, 24, 40, 0.08);
  background: #fff;
  padding: 18px;
}

.main .section-heading {
  margin-bottom: 30px;
}

.main .section-heading h2 {
  letter-spacing: -0.03em;
}

.main .section-heading p,
.main .lead {
  line-height: 1.7;
}

.hh-inner-page .main .page-header-section {
  margin-top: 8px;
  border-radius: 26px;
  border: 1px solid rgba(16, 24, 40, 0.12);
  box-shadow: var(--hh-shadow-md);
  overflow: hidden;
}

.hh-inner-page .main .feature-section,
.hh-inner-page .main .feature-tab-section,
.hh-inner-page .main .pricing-section,
.hh-inner-page .main .compare-pricing-section,
.hh-inner-page .main .our-services,
.hh-inner-page .main .our-team-section,
.hh-inner-page .main .knowledge-base-section,
.hh-inner-page .main .support-category,
.hh-inner-page .main .submit-request-form,
.hh-inner-page .main .network-map-section,
.hh-inner-page .main .our-help-center,
.hh-inner-page .main .client-section,
.hh-inner-page .main .client-review-section,
.hh-inner-page .main .domain-search-result-section,
.hh-inner-page .main .popular-domain-list,
.hh-inner-page .main .contact-us-section,
.hh-inner-page .main .our-system-status,
.hh-inner-page .main .vps-pricing-plane,
.hh-inner-page .main .technical-specification {
  border-radius: 24px;
  border: 1px solid rgba(16, 24, 40, 0.08);
  box-shadow: var(--hh-shadow-md);
  background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%) !important;
  overflow: hidden;
}

.hh-inner-page .main .gradient-overlay,
.hh-inner-page .main .gradient-overly-right,
.hh-inner-page .main .gradient-overly-bottom,
.hh-inner-page .main .gradient-overly-top,
.hh-inner-page .main .gradient-overly-left {
  border-radius: 24px;
}

.hh-inner-page .main .single-service-plane,
.hh-inner-page .main .single-pricing-pack,
.hh-inner-page .main .single-testimonial,
.hh-inner-page .main .call-to-action-box,
.hh-inner-page .main .card,
.hh-inner-page .main .single-feature {
  box-shadow: 0 14px 34px rgba(10, 22, 42, 0.11);
}

.hh-inner-page .main .domain-list .list-inline-item,
.hh-inner-page .main .popular-domain-list ul li {
  border-radius: 14px;
}

.hh-inner-page .main .accordion .card-header {
  border-radius: 12px !important;
}

.hh-inner-page .main .table-responsive,
.hh-inner-page .main table {
  border-radius: 14px;
  overflow: hidden;
}

.hh-home-main {
  overflow: hidden;
}

.hh-promo-bar {
  padding: 14px 0 6px;
}

.hh-promo-inner {
  background: #fff;
  border: 1px solid rgba(16, 24, 40, 0.1);
  border-radius: var(--hh-radius-md);
  box-shadow: var(--hh-shadow-sm);
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.hh-promo-pill {
  display: inline-flex;
  align-items: center;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 100px;
  padding: 4px 10px;
  background: rgba(15, 32, 63, 0.08);
  color: #0f203f;
  margin-bottom: 6px;
}

.hh-promo-copy h3 {
  margin: 0;
  font-size: 1rem;
  letter-spacing: -0.015em;
}

.hh-promo-copy p {
  margin: 4px 0 0;
  font-size: 0.9rem;
  color: #475467;
}

.hh-promo-terms {
  display: inline-block;
  margin-top: 4px;
  font-size: 0.76rem;
  color: #667085;
}

.hh-promo-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hh-promo-timer {
  display: flex;
  gap: 8px;
}

.hh-time-box {
  min-width: 58px;
  border: 1px solid rgba(16, 24, 40, 0.12);
  border-radius: 10px;
  background: #f9fbff;
  padding: 8px 6px;
  text-align: center;
}

.hh-time-box strong {
  display: block;
  font-size: 0.98rem;
  line-height: 1;
  color: #0f172a;
}

.hh-time-box span {
  display: block;
  margin-top: 4px;
  font-size: 0.64rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #667085;
}

.hh-promo-btn {
  white-space: nowrap;
}

.hh-promo-bar.is-expired {
  opacity: 0;
  transform: translate3d(0, -10px, 0);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.hh-hero {
  padding: 90px 0 52px;
  background:
    radial-gradient(800px 350px at 88% 5%, rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0)),
    linear-gradient(140deg, rgba(7, 16, 34, 0.92), rgba(17, 42, 80, 0.84));
  color: #fff;
}

.hh-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  margin-bottom: 18px;
  border-radius: 100px;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.hh-hero h1 {
  font-size: clamp(2rem, 5vw, 3.35rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  margin-bottom: 16px;
  color: #fff;
}

.hh-hero p {
  font-size: 1.05rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.86);
  max-width: 560px;
}

.hh-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.hh-trust-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding: 0;
  margin: 24px 0 0;
}

.hh-trust-list li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.94rem;
}

.hh-hero-panel {
  background: #fff;
  border-radius: var(--hh-radius-lg);
  color: #1d2939;
  padding: 28px;
  box-shadow: var(--hh-shadow-lg);
}

.hh-panel-title {
  font-size: 1rem;
  color: #344054;
  margin-bottom: 18px;
}

.hh-metric-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.hh-metric {
  border: 1px solid rgba(16, 24, 40, 0.08);
  border-radius: var(--hh-radius-sm);
  padding: 12px;
  background: #fff;
}

.hh-metric h4 {
  font-size: 1.3rem;
  letter-spacing: -0.02em;
  margin: 0;
}

.hh-metric span {
  font-size: 0.82rem;
  color: #667085;
}

.hh-hero-image-wrap {
  margin-top: 16px;
  border-radius: var(--hh-radius-md);
  overflow: hidden;
  border: 1px solid rgba(16, 24, 40, 0.08);
}

.hh-hero-image-wrap img {
  width: 100%;
  display: block;
}

.hh-hero-image-animated {
  position: relative;
  width: 100%;
  max-width: 500px;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
}

.hh-hero-image-animated img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hh-floating-icon {
  position: absolute;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 30px rgba(8, 18, 38, 0.2);
  color: #0f203f;
  font-size: 1rem;
  pointer-events: none;
  z-index: 3;
}

.hh-floating-icon-1 {
  top: 10%;
  left: 6%;
  animation: hh-float-a 5.4s ease-in-out infinite;
}

.hh-floating-icon-2 {
  top: 18%;
  right: 8%;
  animation: hh-float-b 6s ease-in-out infinite;
}

.hh-floating-icon-3 {
  bottom: 14%;
  left: 12%;
  animation: hh-float-c 5.8s ease-in-out infinite;
}

.hh-floating-icon-4 {
  bottom: 9%;
  right: 10%;
  animation: hh-float-a 6.2s ease-in-out infinite;
}

@keyframes hh-float-a {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, -12px, 0); }
}

@keyframes hh-float-b {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(8px, -10px, 0); }
}

@keyframes hh-float-c {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(-8px, -11px, 0); }
}

.hh-domain-strip {
  margin-top: -26px;
  position: relative;
  z-index: 2;
}

.hh-domain-strip-inner {
  background: #fff;
  border-radius: var(--hh-radius-lg);
  box-shadow: var(--hh-shadow-md);
  padding: 26px;
}

.hh-domain-strip h3 {
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}

.hh-domain-form .input-group {
  border: 1px solid rgba(16, 24, 40, 0.12);
  border-radius: var(--hh-radius-md);
  overflow: hidden;
  position: relative;
  z-index: 6;
}

.hh-domain-form .form-control {
  border: 0;
  min-height: 56px;
  font-size: 1rem;
  position: relative;
  z-index: 7;
  pointer-events: auto;
  touch-action: manipulation;
}

.coming-soon-badge {
    font-size: 0.65rem;
    padding: 0.25em 0.5em;
    margin-left: 8px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.hh-domain-form .btn {
  min-height: 56px;
  border-radius: 0;
  position: relative;
  z-index: 7;
  pointer-events: auto;
  touch-action: manipulation;
}

.hh-domain-tlds {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.hh-domain-pill {
  display: block;
  text-decoration: none;
  border: 1px solid rgba(16, 24, 40, 0.1);
  border-radius: 12px;
  padding: 10px 12px;
  background: #fff;
  color: #1d2939;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.hh-domain-pill strong {
  display: block;
  font-size: 0.95rem;
}

.hh-domain-pill span {
  display: block;
  font-size: 0.8rem;
  color: #667085;
}

.hh-domain-pill:hover {
  transform: translateY(-3px);
  box-shadow: var(--hh-shadow-sm);
}

.hh-domain-strip,
.hh-domain-strip-inner,
.hh-domain-form {
  position: relative;
  z-index: 6;
  pointer-events: auto;
}

.hh-home-main .hh-domain-form {
  isolation: isolate;
}

.hh-home-main .hh-domain-form .form-control {
  background: #fff;
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  -webkit-user-select: text;
  user-select: text;
  -webkit-touch-callout: default;
}

.hh-home-main .hh-domain-form .input-group {
  isolation: isolate;
  touch-action: manipulation;
}

.hh-domain-strip.reveal-target,
.hh-domain-strip.reveal-target.is-visible {
  transform: none;
}

.hh-section {
  padding: 92px 0;
}

.hh-section-head {
  margin-bottom: 34px;
}

.hh-section-head h2 {
  margin-bottom: 10px;
  letter-spacing: -0.025em;
}

.hh-section-head p {
  color: #5b667f;
  max-width: 700px;
}

.hh-solution-card,
.hh-plan-card,
.hh-value-card,
.hh-review-card,
.hh-stat-card {
  background: #fff;
  border: 1px solid rgba(16, 24, 40, 0.08);
  border-radius: var(--hh-radius-md);
  padding: 24px;
  height: 100%;
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.hh-solution-card:hover,
.hh-plan-card:hover,
.hh-value-card:hover,
.hh-review-card:hover,
.hh-stat-card:hover {
  transform: translateY(-7px);
  box-shadow: var(--hh-shadow-md);
}

.hh-solution-icon {
  width: 44px;
  height: 44px;
  object-fit: contain;
  margin-bottom: 14px;
}

.hh-plan-wrap {
  background: linear-gradient(180deg, #ffffff, #f8fbff);
  border-radius: var(--hh-radius-lg);
  padding: 28px;
  border: 1px solid rgba(16, 24, 40, 0.08);
}

.hh-billing-switch {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(16, 24, 40, 0.12);
  border-radius: 100px;
  padding: 6px;
  margin-bottom: 26px;
  background: #fff;
}

.hh-billing-switch .single-radio-box {
  margin: 0;
}

.hh-billing-switch label {
  border-radius: 100px;
  padding: 8px 16px;
}

.hh-plan-card .price {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.hh-plan-card .yearly-price {
  display: none;
}

.hh-plan-card ul {
  list-style: none;
  padding: 0;
  margin: 18px 0 22px;
}

.hh-plan-card li {
  padding: 8px 0;
  border-bottom: 1px dashed rgba(16, 24, 40, 0.1);
  color: #475467;
}

.hh-plan-card li:last-child {
  border-bottom: 0;
}

.hh-plan-card.featured {
  border-width: 2px;
}

.hh-platform {
  background: #fff;
}

.hh-platform-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hh-platform-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
  color: #475467;
}

.hh-platform-list li i {
  margin-top: 4px;
}

.hh-platform-image {
  border-radius: var(--hh-radius-lg);
  overflow: hidden;
  box-shadow: var(--hh-shadow-md);
}

.hh-platform-image img {
  width: 100%;
  display: block;
}

.hh-proof {
  background: #f8fbff;
}

.hh-review-card h5 {
  margin-bottom: 10px;
}

.hh-review-author {
  margin-top: 14px;
  color: #475467;
  font-size: 0.9rem;
}

.hh-network-map {
  border: 1px solid rgba(16, 24, 40, 0.08);
  border-radius: var(--hh-radius-lg);
  background: #fff;
  padding: 22px;
}

.hh-network-map img {
  width: 100%;
  display: block;
}

.hh-network-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.hh-stat-card h4 {
  margin-bottom: 6px;
}

.hh-final-cta {
  padding: 84px 0 100px;
}

.hh-final-cta-box {
  border-radius: var(--hh-radius-lg);
  padding: 42px;
  color: #fff;
  background: linear-gradient(130deg, rgba(7, 16, 34, 0.96), rgba(18, 51, 96, 0.9));
  box-shadow: var(--hh-shadow-lg);
}

.hh-final-cta-box h2,
.hh-final-cta-box p {
  color: #fff;
}

.hh-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.footer-top .footer-nav-wrap .nav-link {
  opacity: 0.92;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.footer-top .footer-nav-wrap .nav-link:hover {
  opacity: 1;
  transform: translateX(2px);
}

@media (max-width: 1199px) {
  .hh-domain-tlds {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hh-network-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .main .feature-section,
  .main .feature-tab-section,
  .main .pricing-section,
  .main .compare-pricing-section,
  .main .our-services,
  .main .our-team-section,
  .main .knowledge-base-section,
  .main .support-category,
  .main .submit-request-form,
  .main .network-map-section,
  .main .our-help-center,
  .main .client-section,
  .main .client-review-section,
  .main .domain-search-result-section,
  .main .popular-domain-list,
  .main .contact-us-section,
  .main .our-system-status,
  .main .vps-pricing-plane,
  .main .technical-specification {
    margin: 14px 0;
    border-radius: 18px;
  }

  .main .page-header-section {
    margin-top: 14px;
  }

  .hh-topbar {
    padding: 10px 0;
  }

  .hh-topbar-auth li {
    margin-right: 10px;
  }

  .hh-navbar {
    min-height: 72px;
  }

  .hh-navbar .navbar-collapse {
    background: #fff;
    border: 1px solid rgba(16, 24, 40, 0.08);
    border-radius: 14px;
    padding: 14px;
    margin-top: 10px;
    box-shadow: var(--hh-shadow-sm);
  }

  .hh-navbar .nav-item {
    width: 100%;
  }

  .hh-navbar .btn {
    width: 100%;
  }

  .hh-dropdown {
    border: 0;
    box-shadow: none;
    padding: 2px 0 8px 8px;
  }

  .hh-hero {
    padding-top: 72px;
  }

  .hh-promo-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .hh-promo-actions {
    width: 100%;
    justify-content: space-between;
  }

  .hh-hero-panel {
    margin-top: 24px;
  }

  .hh-hero-image-animated {
    max-width: 500px;
    height: 520px;
  }

  .hh-domain-strip {
    margin-top: 24px;
    z-index: 30;
  }

  .hh-domain-strip-inner,
  .hh-domain-form,
  .hh-domain-form .input-group,
  .hh-domain-form .form-control,
  .hh-domain-form .btn {
    position: relative;
    z-index: 40;
    pointer-events: auto;
  }

  .hh-domain-form .input-group {
    isolation: isolate;
  }

  .hh-domain-strip-inner,
  .hh-plan-wrap,
  .hh-final-cta-box {
    padding: 22px;
  }

  .hh-footer-main {
    padding-top: 60px;
  }
}

@media (max-width: 767px) {
  .main .page-header-section,
  .main .feature-section,
  .main .feature-tab-section,
  .main .pricing-section,
  .main .compare-pricing-section,
  .main .our-services,
  .main .our-team-section,
  .main .knowledge-base-section,
  .main .support-category,
  .main .submit-request-form,
  .main .network-map-section,
  .main .our-help-center,
  .main .client-section,
  .main .client-review-section,
  .main .domain-search-result-section,
  .main .popular-domain-list,
  .main .contact-us-section,
  .main .our-system-status,
  .main .vps-pricing-plane,
  .main .technical-specification {
    border-radius: 14px;
    margin: 10px 0;
  }

  .main .network-map-wrap {
    padding: 12px;
  }

  .main .section-heading {
    margin-bottom: 22px;
  }

  .hh-topbar-auth {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
  }

  .hh-domain-tlds,
  .hh-network-stats {
    grid-template-columns: 1fr 1fr;
  }

  .hh-domain-form .input-group {
    flex-direction: column;
  }

  .hh-domain-form .form-control {
    width: 100%;
    min-height: 54px;
    -webkit-user-select: text;
    user-select: text;
  }

  .hh-domain-form .btn {
    width: 100%;
  }

  .hh-promo-bar {
    padding: 8px 0 2px;
  }

  .hh-promo-inner {
    padding: 10px 12px;
    gap: 8px;
  }

  .hh-promo-pill {
    font-size: 0.58rem;
    padding: 3px 8px;
    margin-bottom: 4px;
  }

  .hh-promo-copy h3 {
    font-size: 0.9rem;
    line-height: 1.3;
  }

  .hh-promo-copy p {
    display: none;
  }

  .hh-promo-terms {
    margin-top: 2px;
    font-size: 0.68rem;
  }

  .hh-promo-actions {
    flex-direction: row;
    align-items: center;
    gap: 6px;
  }

  .hh-promo-timer {
    width: auto;
    flex: 1;
    justify-content: space-between;
    gap: 5px;
  }

  .hh-time-box {
    flex: 1;
    min-width: 0;
    padding: 5px 4px;
    border-radius: 8px;
  }

  .hh-time-box strong {
    font-size: 0.8rem;
  }

  .hh-time-box span {
    margin-top: 2px;
    font-size: 0.52rem;
  }

  .hh-promo-btn {
    width: auto;
    text-align: center;
    padding: 0.44rem 0.62rem;
    font-size: 0.74rem;
    border-radius: 8px;
    white-space: nowrap;
  }

  .hh-section {
    padding: 72px 0;
  }

  .hh-final-cta {
    padding: 70px 0 82px;
  }
}

@media (max-width: 575px) {
  .hh-hero-image-animated {
    height: 420px;
  }

  .hh-floating-icon {
    width: 40px;
    height: 40px;
    font-size: 0.9rem;
  }

  .hh-promo-inner {
    padding: 9px 10px;
  }

  .hh-promo-copy h3 {
    font-size: 0.84rem;
  }

  .hh-promo-timer .hh-time-box:last-child {
    display: none;
  }

  .hh-time-box span {
    display: none;
  }

  body.hh-index-page #hhPromoCountdown .hh-promo-timer {
    gap: 4px;
  }

  body.hh-index-page #hhPromoCountdown .hh-time-box {
    padding: 4px 3px;
    min-width: 0;
  }

  body.hh-index-page #hhPromoCountdown .hh-time-box strong {
    font-size: 0.74rem;
    line-height: 1;
  }

  body.hh-index-page #hhPromoCountdown .hh-promo-timer .hh-time-box:last-child {
    display: flex;
  }

  body.hh-index-page #hhPromoCountdown .hh-time-box span {
    display: block;
    font-size: 0.45rem;
    margin-top: 1px;
  }

  .hh-promo-btn {
    font-size: 0.7rem;
    padding: 0.4rem 0.56rem;
  }

  .hh-domain-tlds,
  .hh-network-stats {
    grid-template-columns: 1fr;
  }

  .hh-hero h1 {
    font-size: 2rem;
  }

  .hh-hero-actions,
  .hh-final-actions {
    flex-direction: column;
  }

  .hh-hero-actions .btn,
  .hh-final-actions .btn {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal-enabled .reveal-target {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .hh-solution-card,
  .hh-plan-card,
  .hh-value-card,
  .hh-review-card,
  .hh-stat-card,
  .hh-domain-pill {
    transition: none;
  }
}
