body.page-homepage {
  background: #f7f8fc;
}

.zws-mega-nav {
  background: #fff;
  border-top: 1px solid #edf1fb;
  border-bottom: 1px solid #edf1fb;
}

.zws-mega-nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  position: relative;
}

.zws-mega-top-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 26px;
}

.zws-top-item {
  position: static;
}

.zws-top-link {
  display: inline-block;
  padding: 14px 0;
  color: #182149;
  font-size: 17px;
  text-decoration: none;
  font-weight: 600;
}

.zws-top-item.has-mega .zws-top-link::after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 10px;
  margin-left: 6px;
}

.zws-menu-login {
  border: 2px solid #0f6cad;
  color: #0f6cad;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 10px;
  padding: 10px 16px;
  white-space: nowrap;
}

.zws-mega-panel {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: #f7f8fc;
  border-top: 1px solid #edf1fb;
  box-shadow: 0 16px 28px rgba(21, 37, 82, 0.08);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: all 0.2s ease;
  z-index: 1300;
  padding: 18px 16px;
}

.zws-top-item.has-mega:hover .zws-mega-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.zws-mega-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px 20px;
}

.zws-mega-item {
  display: flex;
  gap: 12px;
  text-decoration: none;
  padding: 10px 10px;
  border-radius: 10px;
  color: #1f274f;
}

.zws-mega-item.featured {
  background: #ecf3ff;
}

.zws-mega-item:hover {
  background: #eef4ff;
}

.zws-mega-icon {
  color: #191d2f;
  font-size: 22px;
  width: 28px;
  flex: 0 0 28px;
}

.zws-mega-content h4 {
  margin: 0 0 4px;
  font-size: 18px;
  line-height: 1.2;
  color: #1f274f;
}

.zws-mega-content p {
  margin: 0;
  color: #636b87;
  font-size: 14px;
  line-height: 1.4;
}

.zws-mega-badge {
  margin-left: 8px;
  background: #f2e8ff;
  color: #f34f77;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 8px;
  vertical-align: middle;
}

.zws-auth-page {
  min-height: calc(100vh - 180px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px 12px;
}

.zws-auth-card {
  width: min(560px, 100%);
  background: #fff;
  border: 1px solid #dce4f5;
  border-radius: 18px;
  padding: 26px 24px;
  box-shadow: 0 8px 30px rgba(21, 42, 87, 0.08);
}

.zws-auth-register {
  width: min(980px, 100%);
}

.zws-auth-title {
  margin: 0 0 6px;
  text-align: center;
  color: #1a2350;
  font-size: 48px;
  font-weight: 800;
}

.zws-auth-subtitle {
  text-align: center;
  color: #68718e;
  margin-bottom: 16px;
}

.zws-auth-label {
  color: #5b6482;
  font-weight: 600;
}

.zws-auth-input {
  height: 50px;
  border: 1px solid #cfd9ee;
  border-radius: 10px;
  box-shadow: none;
}

.zws-auth-input:focus {
  border-color: #1598e6;
  box-shadow: 0 0 0 2px rgba(21, 152, 230, 0.14);
}

.zws-auth-divider {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #697192;
  margin: 14px 0;
}

.zws-auth-divider::before,
.zws-auth-divider::after {
  content: "";
  height: 1px;
  background: #d8e0f1;
  flex: 1;
}

.zws-auth-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}

.zws-auth-link {
  color: #4b47f4;
  font-weight: 700;
  text-decoration: none;
}

.zws-auth-submit {
  height: 52px;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 700;
  margin-top: 6px;
}

.zws-auth-footer {
  text-align: center;
  margin-top: 18px;
}

.zws-auth-footer a {
  color: #4b47f4;
  font-weight: 700;
}

.zws-auth-card .social-signin-btns {
  display: grid;
  gap: 10px;
}

.zws-auth-card .social-signin-btns .btn,
.zws-auth-card .social-signin-btns a {
  width: 100%;
  border-radius: 10px !important;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d3ddef;
  background: #fff;
  color: #182149;
}

.zws-register-page .card {
  border-radius: 12px;
  border: 1px solid #dce4f5;
}

@media (min-width: 1100px) {
  .zws-has-mega .main-navbar-wrapper {
    display: none;
  }
}

body.page-homepage .master-breadcrumb,
body.page-homepage .home-domain-search,
body.page-homepage .home-domain-search {
  display: none;
}

body.page-homepage #main-body {
  padding-top: 0;
}

body.page-homepage #main-body .container {
  max-width: 100%;
  padding: 0;
}

.homepage-v2 {
  color: #161b3d;
  font-size: 14px;
  line-height: 1.55;
}

.hp-shell {
  width: min(1120px, calc(100% - 28px));
  margin: 0 auto;
}

.hp-promo-top {
  background: linear-gradient(90deg, #0f5fa8, #1598e6);
  color: #fff;
  padding: 7px 0;
  font-size: 12px;
}

.hp-promo-top .hp-shell {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.hp-promo-top a {
  color: #fff;
  background: linear-gradient(90deg, #0f76bf, #1598e6);
  border-radius: 999px;
  padding: 4px 11px;
  text-decoration: none;
  font-weight: 700;
  font-size: 11px;
}

.hp-hero {
  padding: 26px 0 10px;
  display: grid;
  grid-template-columns: 1.22fr 0.78fr;
  gap: 26px;
}

.hp-hero h1 {
  margin: 0;
  font-size: 36px;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.hp-hero h2 {
  margin: 2px 0 10px;
  font-size: 34px;
  font-weight: 800;
  color: #1aa3f4;
}

.hp-hero-title-accent {
  opacity: 0;
  transform: translateX(-36px);
  animation: hpSlideInLeft 0.9s ease-out forwards;
}

.hp-hero-title-accent {
  display: inline-block;
  color: #1598e6 !important;
  padding: 0;
  background: transparent;
  animation-delay: 0.2s;
}

@keyframes hpSlideInLeft {
  from {
    opacity: 0;
    transform: translateX(-36px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hp-hero-title-accent {
    opacity: 1;
    transform: none;
    animation: none;
  }
}

.hp-hero p {
  margin-bottom: 8px;
}

.hp-tick-list {
  margin: 10px 0 16px;
  padding: 0;
  list-style: none;
}

.hp-tick-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 6px;
}

.hp-tick-list li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
  color: #1aa3f4;
  font-weight: 700;
}

.hp-offer-meta {
  margin-top: 10px;
  color: #6c7392;
  font-size: 12px;
}

.hp-sale-card {
  min-height: 240px;
  border-radius: 12px;
  padding: 18px;
  background: linear-gradient(130deg, #1598e6 0%, #5ec7ff 100%);
  color: #fff;
  box-shadow: 0 18px 40px rgba(21, 152, 230, 0.3);
}

.hp-sale-card .tag {
  margin: 0 0 8px;
  font-size: 11px;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.hp-sale-image {
  width: 100%;
  max-height: 140px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 10px;
}

.hp-sale-card h3 {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.2;
}

.hp-sale-badges {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.hp-sale-badges span {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  padding: 3px 9px;
  font-size: 11px;
  font-weight: 700;
}

.hp-sale-card .sub {
  margin: 0;
  color: #e7f6ff;
  font-size: 13px;
}

.hp-domain {
  margin: 16px auto 24px;
}

.hp-domain-wrap {
  background: linear-gradient(90deg, #0f7dcd, #1598e6);
  border-radius: 7px;
  padding: 8px;
  display: grid;
  grid-template-columns: 170px 1fr 100px auto;
  align-items: center;
  gap: 8px;
}

.hp-domain-wrap label {
  color: #fff;
  font-weight: 700;
  margin: 0;
  padding-left: 6px;
}

.hp-domain-wrap input {
  border: 0;
  border-radius: 999px;
  min-width: 0;
  padding: 9px 12px;
  height: 36px;
}

.hp-domain-wrap button {
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: #151b3d;
  font-weight: 700;
  height: 36px;
}

.hp-domain-exts {
  display: flex;
  gap: 6px;
  justify-content: flex-end;
}

.hp-domain-exts span {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.45);
  padding: 4px 7px;
  border-radius: 999px;
  font-size: 11px;
  line-height: 1;
}

.hp-plans {
  padding-bottom: 6px;
}

.hp-plan-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.hp-plan-card {
  background: #fff;
  border: 1px solid #e5e9f5;
  border-radius: 6px;
  padding: 16px 14px;
}

.hp-plan-card .ico {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  color: #127fca;
  border: 1px solid #bfe3ff;
  border-radius: 50%;
  margin-bottom: 10px;
}

.hp-plan-card h3 {
  font-size: 17px;
  margin: 0 0 5px;
}

.hp-plan-card p {
  margin: 0 0 8px;
  font-size: 12px;
  color: #6a728f;
  min-height: 56px;
}

.hp-price {
  color: #1598e6;
  font-weight: 800;
  margin: 0 0 10px;
  font-size: 15px;
}

.homepage-v2 .btn.btn-sm,
.homepage-v2 .btn.btn-primary {
  border-radius: 5px;
  font-size: 12px;
  padding: 7px 14px;
  font-weight: 700;
}

.hp-section {
  padding: 42px 0;
}

.hp-section.center {
  text-align: center;
}

.hp-section h2,
.hp-control h2,
.hp-success h2,
.hp-band-red h2,
.hp-faq h2,
.hp-big-cta h2 {
  font-size: 38px;
  line-height: 1.15;
  margin: 0 0 9px;
  font-weight: 800;
}

.hp-section > p,
.hp-band-red > .hp-shell > p,
.hp-faq > p,
.hp-big-cta p {
  color: #656d89;
  margin: 0;
}

.hp-chip-row {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.hp-chip-row span {
  background: #fff;
  border: 1px solid #e4e9f5;
  border-radius: 999px;
  padding: 7px 12px;
  font-weight: 700;
  font-size: 12px;
}

.hp-control {
  margin-top: 2px;
  margin-bottom: 24px;
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 20px;
  background: #f1f2fc;
  border-radius: 8px;
  padding: 24px;
  align-items: center;
}

.hp-link {
  color: #127fca;
  text-decoration: none;
  font-weight: 700;
}

.hp-control-shot {
  background: linear-gradient(125deg, #e6e9ff, #f6f7ff);
  border-radius: 9px;
  border: 1px solid #dfe2f8;
  height: 180px;
  padding: 14px;
}

.hp-ui-preview {
  background: linear-gradient(130deg, #0f7fd1, #44b6fb);
  border-radius: 8px;
  height: 100%;
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 700;
}

.hp-band-red {
  margin-top: 20px;
  background: linear-gradient(90deg, #0f7fd1, #1598e6);
  color: #fff;
  padding: 54px 0;
}

.hp-band-red h2,
.hp-band-red p {
  text-align: center;
}

.hp-band-red p {
  color: #cce9ff;
}

.hp-feature-grid {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.hp-feature-grid article {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 17px;
}

.hp-feature-grid h3 {
  margin: 0 0 6px;
  font-size: 17px;
}

.hp-feature-grid p {
  margin: 0;
  color: #dbf1ff;
}

.hp-success {
  padding: 46px 0;
  display: grid;
  grid-template-columns: 1fr 390px;
  gap: 22px;
  align-items: center;
}

.hp-success .mini {
  font-size: 11px;
  font-weight: 700;
  color: #1598e6;
}

.hp-success-card {
  min-height: 220px;
  border-radius: 8px;
  background: #0f1224;
  color: #fff;
  display: grid;
  place-items: center;
  text-align: center;
  font-size: 40px;
  line-height: 1.1;
  font-weight: 800;
}

.hp-testimonials {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.hp-testimonials article {
  background: #fff;
  border: 1px solid #e4e8f5;
  border-radius: 8px;
  text-align: left;
  padding: 13px;
}

.hp-person {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #f3f5fc;
  border: 1px solid #dde4f5;
  display: grid;
  place-items: center;
  color: #3f4f8c;
  font-weight: 700;
  margin-bottom: 8px;
}

.hp-testimonials h3 {
  margin: 0;
  font-size: 15px;
}

.hp-testimonials .role {
  margin: 0 0 6px;
  color: #707795;
  font-size: 11px;
}

.hp-testimonials p {
  margin: 0;
  font-size: 12px;
}

.hp-big-cta {
  margin: 36px 0 24px;
  background: linear-gradient(90deg, #0f7fd1, #1598e6);
  color: #fff;
  padding: 52px 0;
}

.hp-big-cta p {
  color: #d4eeff;
}

.hp-big-cta .btn {
  margin-top: 12px;
}

.hp-faq {
  padding-bottom: 36px;
}

.hp-faq h2,
.hp-faq p {
  text-align: center;
}

.hp-faq .accordion {
  margin-top: 18px;
}

.hp-faq .accordion .card {
  border: 1px solid #d9e0f1;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 8px;
}

.hp-faq .accordion .card-header {
  padding: 0;
  background: #fff;
}

.hp-faq .accordion .btn-link {
  width: 100%;
  padding: 13px 16px;
  text-align: left;
  color: #172046;
  text-decoration: none;
  font-weight: 700;
}

.hp-faq .accordion .card-body {
  background: #fcfdff;
  color: #667090;
  padding: 14px 16px;
}

.hp-bottom-offer {
  background: linear-gradient(90deg, #0f78c3, #1598e6);
  color: #fff;
  padding: 20px 0;
}

.hp-bottom-offer .hp-shell {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.hp-bottom-offer h3 {
  margin: 0;
  font-size: 24px;
}

.hp-bottom-offer p {
  margin: 2px 0 0;
  color: #dce9ff;
}

.hp-bottom-offer .btn {
  background: #0f6cad;
  border-color: #0f6cad;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 700;
}

.hp-footer-mega {
  background: #edeff8;
  border-top: 1px solid #dae0f0;
  padding: 30px 0 18px;
}

.hp-footer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.hp-footer-grid h4 {
  margin: 0 0 8px;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: #1d264d;
}

.hp-footer-grid ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hp-footer-grid li {
  margin-bottom: 4px;
}

.hp-footer-grid a {
  color: #47507a;
  text-decoration: none;
  font-size: 12px;
}

.hp-footer-brand {
  margin-top: 22px;
  padding-top: 14px;
  border-top: 1px solid #d9deed;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hp-footer-brand .logo {
  font-size: 19px;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #1d264d;
}

.hp-footer-brand .social {
  display: flex;
  gap: 8px;
}

.hp-footer-brand .social a {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid #cfd7eb;
  color: #505a81;
  display: grid;
  place-items: center;
  text-decoration: none;
  font-size: 12px;
}

.hp-payment-row {
  margin-top: 13px;
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
}

.hp-payment-row span {
  border: 1px solid #cfd7eb;
  background: #fff;
  border-radius: 4px;
  padding: 5px 8px;
  font-size: 11px;
  color: #4e577d;
}

.hp-pay-logo {
  border: 1px solid #cfd7eb;
  background: #fff;
  border-radius: 6px;
  padding: 4px 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
}

.hp-pay-logo img {
  max-height: 22px;
  width: auto;
  display: block;
}

.hp-copy {
  margin: 12px 0 0;
  font-size: 11px;
  color: #717998;
}

.hp-footer-global.footer {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  background: transparent !important;
  border-top: 0;
}

.hp-footer-global .social .list-inline-item {
  margin-right: 6px;
}

html,
body {
  background: #f7f8fc;
  overflow-x: hidden;
}

#main-body {
  overflow-x: clip;
}

body.page-homepage #main-body .row {
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 1099px) {
  .zws-has-mega .main-navbar-wrapper {
    display: block;
  }

  .zws-mega-nav {
    display: none;
  }

  .hp-domain-wrap {
    grid-template-columns: 1fr;
  }

  .hp-domain-wrap label {
    padding-left: 0;
  }

  .hp-domain-exts {
    justify-content: flex-start;
  }

  .hp-plan-grid,
  .hp-feature-grid,
  .hp-testimonials,
  .hp-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hp-hero,
  .hp-control,
  .hp-success {
    grid-template-columns: 1fr;
  }

  .hp-section h2,
  .hp-control h2,
  .hp-success h2,
  .hp-band-red h2,
  .hp-faq h2,
  .hp-big-cta h2 {
    font-size: 30px;
  }
}

@media (max-width: 700px) {
  .hp-plan-grid,
  .hp-feature-grid,
  .hp-testimonials,
  .hp-footer-grid {
    grid-template-columns: 1fr;
  }

  .hp-promo-top .hp-shell,
  .hp-bottom-offer .hp-shell,
  .hp-footer-brand {
    flex-direction: column;
    align-items: flex-start;
  }

  .hp-hero h1 {
    font-size: 28px;
  }

  .hp-hero h2 {
    font-size: 25px;
  }

  .hp-section h2,
  .hp-control h2,
  .hp-success h2,
  .hp-band-red h2,
  .hp-faq h2,
  .hp-big-cta h2 {
    font-size: 26px;
  }

  .hp-success-card {
    font-size: 28px;
  }
}
