.layer-domain .section-1 {
  padding: 72px 0;
  background: url("../img/domain/bg001.png") center top / cover no-repeat;
  position: relative;
}
.layer-domain .section-1:before {
  content: "";
  background-image: url("../img/domain/left.png");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  position: absolute;
  inset-inline-start: 0;
  top: -100px;
  width: 100%;
  max-width: 600px;
  height: 1272px;
}
.layer-domain .section-1.is-result-active:before,
.layer-domain .section-1.is-result-active::after {
  content: none;
}

.layer-domain .section-1::after {
  content: "";
  background-image: url("../img/domain/right.png");
  background-size: contain;
  background-repeat: no-repeat;
  /* Căn hình ảnh dính sát góc trên bên phải */
  background-position: right top;
  pointer-events: none;
  position: absolute;
  inset-inline-end: 0; /* Hoặc right: 0; */
  top: -100px;
  width: 100%;
  max-width: 706px;
  height: 1413px;
}
.layer-domain .section-1 .hero_heading {
  font-size: 48px;
  font-family: "PlusJakartaSans Bold" !important;
  margin-bottom: 20px;
}
.layer-domain .section-1 .hero_subheading {
  font-size: 16px;
  margin-bottom: 88px;
}
.layer-domain .section-1 .domain-search-widget {
  --card: #fff;
  --track: #f8f8f8;
  --radius: 14px;
  --notch: 14px;
  position: relative;
}
.layer-domain .section-1 .domain-tabs {
  display: flex;
  position: relative;
  align-items: flex-end;
  list-style: none;
  padding: 0;
  margin: 0;
}
.layer-domain .section-1 .domain-tabs img.tab-icon {
  margin-right: 8px;
}
.layer-domain .section-1 .domain-search-widget img {
  margin-right: 16px;
}
.layer-domain .section-1 .domain-search-link {
  display: flex;
  align-items: center;
  font-size: 14px;
  padding: 13px 20px;
  margin: 0;
  position: relative;
  border: 0;
  background-color: #fff;
  color: #000;
  border-radius: var(--radius) var(--radius) 0 0;
  z-index: 2;
}
.layer-domain .section-1 .domain-search-link::after {
  content: "";
  position: absolute;
  left: 100%;
  bottom: 0;
  width: var(--notch);
  height: var(--notch);
  background: radial-gradient(
    circle at 100% 0,
    transparent var(--notch),
    var(--card) calc(var(--notch) + 0.5px)
  );
  pointer-events: none;
}
.layer-domain .section-1 .domain-price-link {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: "PlusJakartaSans Bold" !important;
  padding: 13px 24px 13px 36px;
  margin: 0;
  margin-inline-start: -16px;
  position: relative;
  color: #000;
  width: max-content;
  background-color: #f8f8f8;
  border-bottom: 0;
  border-inline-start: 0;
  border-radius: 0 var(--radius) 0 0;
  z-index: 1;
}
.layer-domain .section-1 .domain-tab-content {
  background-color: #fff;
  border-radius: 0 var(--radius) var(--radius) var(--radius);
  position: relative;
  z-index: 1;
}
.layer-domain .section-1 .domain-tab-content .domain-input {
  padding: 24px 16px;
  font-size: 15px;
  border: 1px solid #e6e6e6;
  border-radius: 0 var(--radius) var(--radius) var(--radius);
  width: 100%;
}
.layer-domain .section-1 .domain-tab-content .domain-input:focus {
  outline: none;
}
.layer-domain .section-1 .domain-tab-content .domain-btn {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  padding: 14px 20px;
  font-size: 16px;
  font-family: "PlusJakartaSans Bold" !important;
  color: #fff;
  border-radius: 14px;
  background-color: #457bff;
  border: none;
}
/* Navbar/search outline matched to the supplied domain screenshot. */
.layer-domain .section-1 .domain-search-widget:not(.is-result-mode) {
  --line: #e6e6e6;
}
.layer-domain
  .section-1
  .domain-search-widget:not(.is-result-mode)
  .domain-tabs {
  width: fit-content;
  max-width: 100%;
  background: var(--track);
  border: 1px solid var(--line);
  border-radius: var(--radius) var(--radius) 0 0;
}
.layer-domain
  .section-1
  .domain-search-widget:not(.is-result-mode)
  .domain-search-link {
  margin: -1px 0 -1px -1px;
  padding-top: 14px;
  padding-bottom: 14px;
  box-shadow: 1px 0 0 var(--line);
}
.layer-domain
  .section-1
  .domain-search-widget:not(.is-result-mode)
  .domain-search-link::after {
  background: radial-gradient(
    circle at 100% 0,
    transparent calc(var(--notch) - 1px),
    var(--line) calc(var(--notch) - 1px),
    var(--line) var(--notch),
    var(--card) var(--notch)
  );
}
.layer-domain
  .section-1
  .domain-search-widget:not(.is-result-mode)
  .domain-price-link {
  background: transparent;
  border: 0;
}
.layer-domain
  .section-1
  .domain-search-widget:not(.is-result-mode)
  .domain-tab-content {
  margin-top: -1px;
  border: 1px solid var(--line);
}
.layer-domain
  .section-1
  .domain-search-widget:not(.is-result-mode)
  .domain-tab-content
  .domain-input {
  border: 0;
}

/* Domain hero pointer motion: paired with main.js. */
@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .layer-domain .section-1 .uh_domains_banner .top_right_block {
    translate: var(--domain-card-x, 0px) var(--domain-card-y, 0px);
    transition: translate 350ms ease-out;
  }
  .layer-domain .section-1 .uh_domains_banner .domain_available_block,
  .layer-domain .section-1 .uh_domains_banner .doms_list {
    translate: calc(var(--domain-card-x, 0px) * 0.7)
      calc(var(--domain-card-y, 0px) * 0.7);
    transition: translate 350ms ease-out;
  }
}

.layer-domain .section-1 .transfer-text {
  font-size: 16px;
  font-family: "PlusJakartaSans Bold" !important;
  text-decoration: none;
  color: #000000;
}
.layer-domain .section-1 .transfer-img {
  margin-right: 12px;
}
.layer-domain .section-1 .transfer-link {
  margin-top: 72px;
}
.layer-domain .section-1 .vote {
  background-image: url("../img/domain/bg-2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 0;
  margin-top: 152px;
  z-index: 5;
}
.layer-domain .section-1 .sub-vote {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 64px;
  gap: 24px;
}
.layer-domain .section-1 .sub-vote + .sub-vote {
  border-left: 1px solid #bababa;
}
.layer-domain .section-1 .sub-vote .desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.layer-domain .section-1 .vote .desc .title {
  font-size: 20px;
  font-family: "PlusJakartaSans Bold" !important;
}
.layer-domain .section-1 .vote .desc .sub-desc {
  font-size: 14px;
  margin-bottom: 0;
}
.layer-domain .section-1 .uh_banner_block {
  /* background-image: url("../img/domain/hero.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; */
  height: 603px;
  width: 668px;
  position: absolute;
  right: 0;
}
.layer-domain .section-1 .uh_domains_banner .hero {
  position: absolute;
  z-index: 4;
}
.layer-domain .section-1 .uh_domains_banner .top_right_block {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #754bfc;
  color: #fff;
  font-family: "PlusJakartaSans Bold" !important;
  border-radius: 14px;
  width: fit-content;
  text-align: center;
  padding: 24px 32px 40px;
  font-size: 12px;
  position: absolute;
  top: 29%;
  right: 5%;
  z-index: 1;
}
.layer-domain .section-1 .uh_domains_banner .domain_available_block {
  position: absolute;
  top: 30%;
  left: -52px;
  z-index: 5;
}
.layer-domain .section-1 .doms_list {
  position: absolute;
  top: 50.5%;
  left: 16px;
  z-index: 10;
}
.layer-domain .section-1 .doms_list .innr {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.layer-domain .section-1 .doms_list .d_list {
  display: flex;
  align-items: center;
  gap: 8px;
}
.layer-domain .section-1 .doms_list .empty {
  background: #e6e6e6;
  border-radius: 11px;
  width: 110px;
  height: 22px;
}
.layer-domain .section-1 .doms_list .name {
  font-size: 12px;
  font-family: "PlusJakartaSans Bold" !important;
  color: #7351fb;
  background: #e6e6e6;
  border-radius: 11px;
  padding: 3px 8px;
  width: fit-content;
}
.layer-domain .section-2 {
  padding: 36px 0 100px;
}
.layer-domain .section-2 .heading {
  font-size: 44px;
  font-family: "PlusJakartaSans Bold" !important;
  margin-bottom: 36px;
}
.layer-domain .section-2 .description {
  font-size: 16px;
  font-family: "PlusJakartaSans Light" !important;
  margin-bottom: 110px;
}
.layer-domain .section-2 .card-item {
  padding: 16px;
  border: 1px solid transparent;
  border-radius: 22px;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
.layer-domain .section-2 .card-item::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid #e5e7eb;
  border-radius: 22px;
  pointer-events: none;
  transition: opacity 0.15s ease;
}
.layer-domain .section-2 .card-item.featured {
  border-width: 4px;
  border-color: #457bff;
}
.layer-domain .section-2 .is-most-popular {
  font-size: 16px;
  font-family: "PlusJakartaSans Bold" !important;
  position: absolute;
  bottom: 100%;
  background-color: #457bff;
  color: #fff;
  text-align: center;
  left: -4px;
  right: -4px;
  padding: 10px 42px;
  border-radius: 22px 22px 0 0;
  box-sizing: border-box;
  white-space: nowrap;
  width: auto;
  min-width: max-content;
  z-index: 2;
}
.layer-domain .section-2 .is-most-popular:before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 30px;
  height: 30px;
  background: radial-gradient(
    circle at bottom right,
    transparent 28px,
    #457bff 30px
  );
}
.layer-domain .section-2 .is-most-popular:after {
  content: "";
  position: absolute;
  bottom: -25px;
  right: 0;
  width: 30px;
  height: 30px;
  background: radial-gradient(
    circle at bottom left,
    transparent 28px,
    #457bff 30px
  );
}
.layer-domain .section-2 .domain-extension {
  color: #457bff;
  font-size: 40px;
  font-family: "PlusJakartaSans Bold" !important;
  margin-left: 12px;
  margin-bottom: 12px;
  display: flex;
  align-items: baseline;
}
.layer-domain .section-2 .domain-extension.dot-2 {
  color: #39c032;
}
.layer-domain .section-2 .domain-extension.dot-3 {
  color: #a387ff;
}
.layer-domain .section-2 .domain-extension.dot-4 {
  color: #e46560;
}
.layer-domain .section-2 .domain-extension.dot-5 {
  color: #e89b4f;
}
.layer-domain .section-2 .domain-extension.dot-6 {
  color: #3fc5b6;
}
.layer-domain .section-2 .best-choice {
  font-size: 16px;
  font-family: "PlusJakartaSans Light" !important;
  margin-bottom: 66px;
  margin-left: 8px;
}
.layer-domain .section-2 .price {
  margin-bottom: 36px;
}
.layer-domain .section-2 .price .from {
  font-size: 16px;
  margin-left: 12px;
}
.layer-domain .section-2 .price-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 12px;
}
.layer-domain .section-2 .price-1 .current-price {
  font-size: 22px;
  font-family: "PlusJakartaSans Bold" !important;
  margin-right: 8px;
}
.layer-domain .section-2 .price-1 .original-price {
  font-size: 16px;
  color: #424242;
  text-decoration: line-through;
}
.layer-domain .section-2 .price-1 .discount-price {
  font-size: 14px;
  background: #e8f3db;
  color: #659338;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 14px;
  border: 1px solid #dfe9d2;
}
.layer-domain .section-2 .register {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  width: 100%;
  background-color: #000000;
  font-family: "PlusJakartaSans Bold" !important;
  font-size: 16px;
  border-radius: 14px;
  padding: 12px;
}

.layer-domain .section-2 .vnnic {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  margin: 32px 0;
}
.layer-domain .section-2 .vnnic::before,
.layer-domain .section-2 .vnnic::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #e0e0e0;
}
.layer-domain .section-2 .text {
  font-size: 16px;
  color: #999999;
  font-family: "PlusJakartaSans Bold" !important;
}
.layer-domain .section-2 .free-domain {
  background-image: url("../img/domain/bg-3.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 22px;
  height: 380px;
  padding: 84px;
}
.layer-domain .section-2 .heading-2 {
  font-size: 44px;
  font-family: "PlusJakartaSans Bold" !important;
  color: #ffffff;
  margin-bottom: 20px;
}
.layer-domain .section-2 .description-2 {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 48px;
}
.layer-domain .section-2 .hosting-services {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  border-radius: 12px;
  max-width: 80%;
}
.layer-domain .section-2 .hosting {
  font-size: 16px;
  text-decoration: none;
  color: #ffffff;
  font-family: "PlusJakartaSans Bold" !important;
  background-color: #000000;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 10px;
}
.layer-domain .section-2 .get-free-domain {
  background-color: #fbd801;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 24px;
  width: fit-content;
  position: absolute;
  top: 60%;
  left: 28%;
}
.layer-domain .section-2 .enter-domain {
  color: #000000;
  text-decoration: none;
  display: inline-block;
  width: max-content;
  max-width: 100%;
  font-size: 22px;
  font-family: "PlusJakartaSans Bold" !important;
}
.layer-domain .section-3 {
  padding: 100px 0;
  background: #fafafa;
}
.layer-domain .section-3 .title {
  align-self: flex-start;
  color: #457bff;
  background: #f0f4ff;
  padding: 8px 24px;
  border-radius: 999px;
}
.layer-domain .section-3 .image-main {
  background: #f7f7f7;
  border-radius: 24px;
  padding: 56px 0 0 100px;
}
.layer-domain .section-3 .image-1 {
  background-image: url("../img/domain/bg-4.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 562px;
  border-radius: 24px 0 24px 0;
}
.layer-domain .section-3 .block-1 {
  position: absolute;
  top: 45%;
  left: 3%;
}
.layer-domain .section-3 .block-2 {
  position: absolute;
  top: 66%;
  left: 3%;
}
.layer-domain .section-3 .image-2 {
  background-image: url("../img/domain/bg-5.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 610px;
  border-radius: 24px;
}
.layer-domain .section-3 .content {
  background-color: #fafafa;
}
.layer-domain .section-3 .content .name {
  font-size: 14px;
  font-family: "PlusJakartaSans Bold" !important;
  margin-bottom: 4px;
}
.layer-domain .section-3 .content .question {
  font-size: 12px;
}
.layer-domain .section-3 .block-3 {
  position: absolute;
  background: #fff;
  border-radius: 22px;
  top: 45%;
  right: 3%;
  padding: 16px 28px 24px 16px;
}
.layer-domain .section-3 .block-4 {
  position: absolute;
  background: #fff;
  border-radius: 22px;
  top: 72%;
  left: 4%;
  padding: 16px 20px 24px 16px;
}
.layer-domain .section-4 {
  padding: 120px 0 100px;
}
.layer-domain .section-4 .card-item {
  padding: 240px 38px 0;
  margin-bottom: 24px;
}
.layer-domain .section-4 .col-md-3.left-side,
.layer-domain .section-4 .col-md-3.right-side {
  width: 30%;
}
.layer-domain .section-4 .col-md-6.middle {
  width: 40%;
}
.layer-domain .section-4 .card-item.icon1 {
  background: url("../img/domain/domain-set.png") center / cover no-repeat;
  height: 380px;
  border-radius: 22px;
  border: 1px solid #ebebeb;
}
.layer-domain .section-4 .card-item.icon2 {
  background: url("../img/domain/your-domain.png") center / cover no-repeat;
  height: 380px;
  border-radius: 22px;
  border: 1px solid #ebebeb;
}
.layer-domain .section-4 .card-item.icon3 {
  background: url("../img/domain/auto-renew.png") center / cover no-repeat;
  height: 380px;
  border-radius: 22px;
  border: 1px solid #ebebeb;
}
.layer-domain .section-4 .card-item.icon4 {
  background: url("../img/domain/sub-domain.png") center / cover no-repeat;
  height: 380px;
  border-radius: 22px;
  border: 1px solid #ebebeb;
}
.layer-domain .section-4 .card-item.icon5 {
  background: url("../img/domain/domain-protect.png") center / cover no-repeat;
  height: 380px;
  border-radius: 22px;
  border: 1px solid #ebebeb;
}
.layer-domain .section-4 .head {
  text-align: center;
}
.layer-domain .section-4 .heading {
  font-size: 44px;
  font-family: "PlusJakartaSans Bold" !important;
  margin-bottom: 20px;
}
.layer-domain .section-4 .content {
  font-size: 16px;
  font-family: "PlusJakartaSans Light" !important;
  margin-bottom: 66px;
}
.layer-domain .section-4 .title {
  font-size: 24px;
  font-family: "PlusJakartaSans Bold" !important;
  text-align: center;
}
.layer-domain .section-4 .desc {
  font-size: 15px;
  text-align: center;
}
.layer-domain .section-5 .wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 8px 20px 8px 10px;
  background: #f0f4ff;
  width: fit-content;
  border-radius: 999px;
  margin: 0 auto;
}
.layer-domain .section-5 .heading {
  text-align: center;
  font-size: 44px;
  font-family: "PlusJakartaSans Bold" !important;
  margin-top: 24px;
  margin-bottom: 84px;
}
.layer-domain .section-5 .head .title {
  color: #457bff;
  text-align: center;
  font-family: "PlusJakartaSans Bold" !important;
}
.layer-domain .section-6 {
  padding: 100px 0;
}
.layer-domain .section-6 .col-md-3 {
  display: flex;
}
.layer-domain .section-6 .card-item {
  padding: 100px 28px 28px;
  display: flex;
  flex-direction: column;
  padding: 120px 28px 40px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 30px;
  margin-bottom: 24px;
  position: relative;
  width: 100%;
}
.layer-domain .section-6 .card-item::before {
  content: "";
  position: absolute;
  top: 32px;
  width: calc(100% - 56px);
  height: 61px;
  background-repeat: no-repeat;
  background-position: top left;
}
.layer-domain .section-6 .card-item.icon1::before {
  background-image: url("../img/domain/ssl.png");
}
.layer-domain .section-6 .card-item.icon2::before {
  background-image: url("../img/domain/whois.png");
}
.layer-domain .section-6 .card-item.icon3::before {
  background-image: url("../img/domain/email.png");
}
.layer-domain .section-6 .card-item.icon4::before {
  background-image: url("../img/domain/web-hosting.png");
}
.layer-domain .section-6 .head {
  text-align: center;
}
.layer-domain .section-6 .heading {
  font-size: 44px;
  font-family: "PlusJakartaSans Bold" !important;
  margin-bottom: 20px;
}
.layer-domain .section-6 .content {
  font-size: 16px;
  font-family: "PlusJakartaSans Light" !important;
  margin-bottom: 66px;
}
.layer-domain .section-6 .title {
  font-size: 24px;
  font-family: "PlusJakartaSans Bold" !important;
}
.layer-domain .section-6 .desc {
  font-size: 14px;
  margin-bottom: 66px;
}
.layer-domain .section-6 .origin {
  font-size: 16px;
  text-decoration: line-through;
  color: #4d4d4d;
}
.layer-domain .section-6 .current {
  font-family: "PlusJakartaSans Bold" !important;
  margin-bottom: 28px;
  display: flex;
  align-items: baseline;
}
.layer-domain .section-6 .btn-view {
  background: url("../img/domain/right-arrow.png") no-repeat right 60px center;
  font-size: 18px;
  font-family: "PlusJakartaSans Bold" !important;
  color: #000000;
  text-decoration: none;
  border: 1px solid #d2d2d2;
  padding: 16px 16px 16px 8px;
  text-align: center;
  border-radius: 999px;
}
.layer-domain .section-6 .btn-view:hover {
  background-color: #d2d2d2;
}
.layer-domain .section-6 .current .discount {
  border-radius: 999px;
  padding: 3px 8px;
  color: #659338;
  background-color: #e8f3db;
  border: 1px solid #dfe9d2;
  display: flex;
  align-items: center;
  gap: 4px;
  width: fit-content;
  margin-left: 16px;
}
.layer-domain .section-7 {
  padding: 42px 0 96px;
}
.layer-domain .section-7 .wrap {
  max-width: 73%;
  margin: 0 auto;
}
.layer-domain .section-7 .head {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.layer-domain .section-7 .head .title {
  color: #457bff;
  background: #f0f4ff;
  padding: 8px 24px;
  border-radius: 999px;
  text-align: center;
  width: fit-content;
  margin-bottom: 28px;
}
.layer-domain .section-7 .head .heading {
  text-align: center;
  font-family: "PlusJakartaSans Bold" !important;
  font-size: 44px;
  line-height: 1.6;
}
.layer-domain .section-7 .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 84px;
}
.layer-domain .section-7 .content .left,
.layer-domain .section-7 .content .right {
  width: 50%;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.layer-domain .section-7 .content .left img,
.layer-domain .section-7 .content .right img {
  height: 53px;
  width: auto;
  flex-shrink: 0;
}
.layer-domain .section-7 .content .row-1,
.layer-domain .section-7 .content .row-2,
.layer-domain .section-7 .content .row-3 {
  display: flex;
  width: 100%;
  padding: 32px 0;
  gap: 36px;
}
.layer-domain .section-7 .content .row-2 {
  border-top: 1px solid #dfdfdf;
}
.layer-domain .section-7 .content .row-3 {
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}
.layer-domain .section-7 .content .desc .title {
  font-size: 28px;
  font-family: "PlusJakartaSans Bold" !important;
}
.layer-domain .section-7 .content .desc .sub-desc {
  font-size: 15x;
}
.layer-domain .section-8 {
  padding: 88px 0;
  background-color: #fafafa;
}
.layer-domain .section-8 .heading {
  font-size: 44px;
  font-family: "PlusJakartaSans Bold" !important;
  margin-bottom: 12px;
}
.layer-domain .section-8 .content {
  font-size: 16px;
  font-family: "PlusJakartaSans Light" !important;
  margin-bottom: 88px;
}
.faq-accordion {
  border: 1px solid #dadada;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

.faq-item {
  border-bottom: 1px solid #dadada;
}
.faq-item:last-child {
  border-bottom: none;
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  border: none;
  padding: 20px 24px 24px 66px;
  font-size: 18px;
  transition: background 0.2s ease;
}

.faq-question .sub-question {
  font-family: "PlusJakartaSans Bold" !important;
}

.faq-question .sub-question {
  font-family: "PlusJakartaSans Bold" !important;
}

.faq-item.is-active .faq-question {
  background: #cfe2ff;
}

.faq-icon {
  transition: transform 0.25s ease;
  flex-shrink: 0;
}

.faq-item.is-active .faq-icon {
  transform: rotate(180deg);
}

.faq-answer {
  padding: 20px 24px 24px 96px;
  font-size: 16px;
  font-family: "PlusJakartaSans Light" !important;
}
.faq-answer .sub-answer {
  margin: 0;
}
.layer-domain .section-9 {
  padding: 88px 0 90px;
}
.layer-domain .section-9 .badge-pill {
  display: inline-block;
  background: #eee7ff;
  color: #5a28fa;
  padding: 8px 24px;
  border-radius: 999px;
}

.layer-domain .section-9 .testimonial-card {
  background: #ffffff;
  border: 1px solid #e7e9f2;
  border-radius: 20px;
  padding: 48px 36px;
  height: 100%;
  box-shadow: 0 6px 20px rgba(16, 24, 64, 0.04);
  display: flex;
  flex-direction: column;
}

.layer-domain .section-9 .testimonial-card.is-active {
  border-color: #2563eb;
}

.layer-domain .section-9 .testimonial-stars {
  height: 18px;
  width: auto;
  align-self: flex-start;
  flex-shrink: 0;
}

.layer-domain .section-9 .testimonial-content {
  flex-grow: 1;
}

.layer-domain .section-9 .testimonial-author {
  margin-top: auto;
}

.layer-domain .section-9 .testimonial-stars {
  height: 18px;
  width: auto;
}

.layer-domain .section-9 .testimonial-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.layer-domain .section-9 .testimonial-role {
  color: #8a94a6;
}

/* Swiper wrapper - không cắt shadow của card */
.layer-domain .section-9 .myTestimonialSwiper {
  overflow: hidden;
  padding: 4px 4px 8px;
}

.layer-domain .section-9 .myTestimonialSwiper .swiper-slide {
  height: auto;
}

/* Pagination dots */
.layer-domain .section-9 .testimonial-pagination {
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.layer-domain .section-9 .testimonial-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: transparent;
  border: 1.5px solid #2563eb;
  opacity: 1;
  margin: 0 5px !important;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}

.layer-domain
  .section-9
  .testimonial-pagination
  .swiper-pagination-bullet-active {
  background-color: #2563eb;
  transform: none;
}

.layer-domain .section-10 .background-1 {
  background-image: url("../img/home/bg-3.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 267px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.layer-domain .section-10 .btn-contact {
  background-color: #5586f7;
}
.layer-domain .section-10 .btn-start-now {
  background-color: #fbd801;
}

/* =========== SECTION 5 (check sau) ============*/

.domain-price-toolbar {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
  max-width: 500px;
}

.dp-search {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #dfdfdf;
  border-radius: 999px;
  padding: 8px 14px;
}
.dp-search-input {
  border: none;
  outline: none;
  width: 100%;
  font-size: 14px;
}

.dp-filter,
.dp-sort {
  position: relative;
}
.dp-filter-btn,
.dp-sort-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  background: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 999px;
  padding: 12px 16px;
  font-size: 14px;
  font-family: "PlusJakartaSans Bold" !important;
  cursor: pointer;
  white-space: nowrap;
}

.dp-dropdown {
  display: none;
  position: absolute;
  top: 110%;
  right: 0;
  background: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 8px;
  min-width: 200px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  z-index: 10;
  overflow: hidden;
}
.dp-dropdown.is-open {
  display: block;
}

.dp-option {
  display: block;
  width: 100%;
  text-align: left;
  padding: 10px 14px;
  border: none;
  background: #fff;
  font-size: 14px;
  cursor: pointer;
}
.dp-option:hover {
  background: #f3f4f6;
}

.dp-item {
  display: flex;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid #f0f0f0;
  gap: 20px;
}

.dp-col-name {
  flex: 0 0 30%;
  display: flex;
  align-items: center;
  gap: 8px;
}
.dp-domain-name {
  font-size: 38px;
  font-family: "PlusJakartaSans Bold" !important;
  color: #0d6efd;
  text-decoration: none;
  display: flex;
  align-items: baseline;
  gap: 1px;
}
.dp-badge {
  font-size: 13px;
  background: #ffe9dc;
  color: #f67a3c;
  padding: 3px 16px;
  border: 1px solid #f5e0d3;
  border-radius: 999px;
  font-family: "PlusJakartaSans Bold" !important;
  white-space: nowrap;
}

.dp-col-price {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.dp-label {
  font-size: 14px;
  color: #a9a9a9;
  font-family: "PlusJakartaSans Light" !important;
}
.dp-price-wrap {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.dp-price {
  font-size: 20px;
  font-family: "PlusJakartaSans Bold" !important;
}
.dp-currency {
  font-size: 14px;
  font-family: "PlusJakartaSans Bold" !important;
}
.dp-price-old {
  font-size: 16px;
  color: #a2a2a2;
}

.dp-pagination {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 54px;
}
.dp-page-btn {
  border: 1px solid #dfdfdf;
  background: #fff;
  border-radius: 3px;
  padding: 6px 12px;
  font-size: 14px;
  cursor: pointer;
  font-family: "PlusJakartaSans Light" !important;
}
.dp-page-btn.is-active {
  background: #457aff;
  color: #fff;
  border-color: #457aff;
}

/* ==================== MỚI — Result mode ==================== */
.layer-domain .section-1.is-result-active {
  background: none;
  padding-bottom: 60px;
  padding-top: 12px;
}
.layer-domain .section-1 .domain-search-widget.is-result-mode .domain-tabs {
  display: none;
}
.layer-domain .section-1 .domain-search-widget.is-result-mode .domain-input {
  border: none;
  border-radius: 14px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}
.layer-domain .section-1.is-result-active .uh_banner_block {
  height: auto;
}
.layer-domain .section-1 .domain-search-result {
  margin-top: 32px;
}
.layer-domain .section-1 .result-heading {
  font-size: 44px;
  font-family: "PlusJakartaSans Bold" !important;
  margin-top: 80px;
  margin-bottom: 32px;
}
.layer-domain .section-1 .domain-item {
  border: 1px solid #e6e6e6;
  border-radius: 14px;
  padding: 24px 20px 24px 54px;
  margin-bottom: 64px;
}
.layer-domain .section-1 .domain-item.is-available {
  border-color: #6c4ef5;
}
.layer-domain .section-1 .domain-item-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.layer-domain .section-1 .domain-result-main .domain-name,
.layer-domain .section-1 .popular-domain .domain-name {
  font-size: 28px;
  font-family: "PlusJakartaSans Bold" !important;
}
.layer-domain .section-1 .domain-result-main .domain-name {
  font-size: 20px;
}
.layer-domain .section-1 .domain-name .tld {
  font-family: "PlusJakartaSans Bold" !important;
}
.layer-domain .section-1 .domain-result-main .domain-name .tld {
  color: #457bff;
  font-family: "PlusJakartaSans Bold" !important;
  font-size: 20px;
}
.layer-domain .section-1 .status-badge {
  display: inline-block;
  margin-left: 10px;
  padding: 8px 20px;
  font-size: 12px;
  font-family: "PlusJakartaSans Bold" !important;
  text-transform: uppercase;
  border-radius: 100px;
}
.layer-domain .section-1 .status-badge.taken {
  background: #ffe5e6;
  color: #ff4548;
  border: 1px solid #ffb0bb;
}
.layer-domain .section-1 .status-badge.available {
  background: #457bff;
  color: #fff;
  font-size: 14px;
  padding: 6px 20px;
}
.layer-domain .section-1 .domain-sub-text {
  margin-top: 8px;
  font-size: 14px;
  color: #a2a2a2;
  display: flex;
  align-items: center;
  gap: 6px;
}
.layer-domain .section-1 .domain-sub-text .icon-x {
  width: 14px;
  height: 14px;
}
.layer-domain .section-1 .domain-price {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
}
.layer-domain .section-1 .btn-buy {
  color: #457bff !important;
  border: 1px solid #457bff;
  border-radius: 10px;
  padding: 12px 20px;
  font-family: "PlusJakartaSans Bold" !important;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
}
.layer-domain .section-1 .btn-buy:hover {
  background-color: #eff3ff;
}

.layer-domain .section-1 .btn-view {
  background: #fff;
  color: #457bff !important;
  border: 1px solid #457bff;
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 16px;
  text-decoration: none;
  width: 179.63px;
  font-family: "PlusJakartaSans Bold" !important;
}
.layer-domain .section-1 .btn-view:hover {
  color: #fff !important;
  background-color: #457bff;
}

.layer-domain .section-1 .suggest-domain {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.layer-domain .section-1 .suggest-action-group {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-left: auto;
}

.layer-domain .section-1 .suggest-price span:first-child {
  font-size: 16px !important;
  color: #a9a9a9 !important;
  margin-right: 16px;
}
.layer-domain .section-1 .suggest-price span:nth-child(2) {
  font-size: 20px !important;
  font-family: "PlusJakartaSans Bold" !important;
}
.layer-domain .section-1 .suggest-price span:nth-child(3) {
  font-size: 14px !important;
  font-family: "PlusJakartaSans Bold" !important;
  color: #000 !important;
}
.layer-domain .section-1 .suggest-price span:nth-child(4) {
  font-size: 14px !important;
  font-family: "PlusJakartaSans Bold" !important;
}
.layer-domain .section-1 .domain-popular-box {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 6px;
  position: relative;
}
.layer-domain .section-1 .domain-popular-box::before {
  content: "";
  background: url("../img/domain/popular-domain.png") center / cover no-repeat;
  border-radius: 16px;
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}
.layer-domain .section-1 .popular-header {
  color: #fff;
  font-size: 16px;
  font-family: "PlusJakartaSans Bold" !important;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.layer-domain .section-1 .domain-info {
  display: flex;
  align-items: center;
}
.layer-domain .section-1 .domain-name {
  display: flex;
  align-items: baseline;
}
.layer-domain .section-1 .domain-dot {
  margin-left: 8px;
  margin-right: 2px;
}

.layer-domain .section-1 .popular-row:last-child {
  border-bottom: none;
}

.layer-domain .section-1 .suggest-title {
  font-size: 20px;
  font-family: "PlusJakartaSans Bold" !important;
  margin-bottom: 52px;
  margin-top: 88px;
}

.layer-domain .section-1 .domain-suggest-box .result-suggest-list {
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  padding: 20px 12px 0;
  overflow: hidden;
  max-height: 690px;
  overflow-y: auto;
  padding-right: 4px;
}
.layer-domain .section-1 .result-suggest-list::-webkit-scrollbar-button {
  display: none;
  width: 0;
  height: 0;
}

.layer-domain .section-1 .suggest-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  padding: 14px 20px;
  border-bottom: 1px solid #f0f0f0;
}

.layer-domain .section-1 .suggest-row:last-child {
  border-bottom: none;
}

.layer-domain .section-1 .badge-offer {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: #1a1a1a;
  color: #fff;
  font-size: 14px;
  font-family: "PlusJakartaSans Bold" !important;
  padding: 6px 16px;
  border-radius: 100px;
  margin-left: 8px;
}
.layer-domain .section-1 .badge-discount {
  background-color: #e8f3db;
  color: #488101;
  font-size: 14px;
  font-family: "PlusJakartaSans Bold" !important;
  padding: 4px 12px;
  border: 1px solid #dfe9d2;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.layer-domain .section-1 .domain-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.layer-domain .section-1 .combo-card {
  background: #fff;
  border-radius: 16px;
  background-origin: border-box;
  background-clip: padding-box, border-box;
  padding: 20px;
}
.layer-domain .section-1 .combo-top-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.layer-domain .section-1 .combo-header {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 4px;
  font-size: 16px;
  font-family: "PlusJakartaSans Bold" !important;
  flex: 1 1 0;
  min-width: 0;
}

.layer-domain .section-1 .combo-domain-name {
  font-size: 28px;
  font-family: "PlusJakartaSans Bold" !important;
}

.layer-domain .section-1 .combo-tld {
  color: #5a28fa;
  font-size: 28px;
  font-family: "PlusJakartaSans Bold" !important;
  display: flex;
  align-items: baseline;
}

.layer-domain .section-1 .combo-tld.is-unchecked {
  color: #ccc;
  text-decoration: line-through;
}

.layer-domain .section-1 .combo-plus {
  margin: 0 2px;
  font-family: "PlusJakartaSans ExtraBold" !important;
  font-size: 24px;
}

.layer-domain .section-1 .combo-subtitle {
  font-size: 14px;
  margin: 6px 0 14px;
  font-family: "PlusJakartaSans Light" !important;
  width: 100%;
}

.layer-domain .section-1 .combo-price-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.layer-domain .section-1 .combo-price-info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.layer-domain .section-1 .combo-current-price {
  font-size: 20px;
  font-family: "PlusJakartaSans Bold" !important;
}

.layer-domain .section-1 .combo-old-price {
  font-size: 14px;
  color: #999;
  text-decoration: line-through;
}

.layer-domain .section-1 .combo-buy-btn {
  background-color: #7351fb;
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 10px 24px;
  font-family: "PlusJakartaSans Bold" !important;
  font-size: 14px;
  cursor: pointer;
}

.layer-domain .section-1 .combo-buy-btn:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

.layer-domain .section-1 .combo-divider {
  border-top: 1px solid #eee;
  margin: 32px 0;
}

.layer-domain .section-1 .combo-checkbox-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.layer-domain .section-1 .combo-checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  padding: 10px 14px;
  font-size: 13px;
  accent-color: #000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.layer-domain .section-1 .combo-check-tld {
  font-size: 16px;
  font-family: "PlusJakartaSans Bold" !important;
}

.layer-domain .section-1 .combo-check-old {
  color: #999;
  text-decoration: line-through;
  font-size: 14px;
}

.layer-domain .section-1 .combo-check-new {
  font-size: 16px;
  font-family: "PlusJakartaSans Bold" !important;
}

.layer-domain .section-1 .combo-add-btn {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  background: #fff;
  font-size: 18px;
  cursor: pointer;
}
.popular-rows-wrap {
  background: #fff;
  border-radius: 16px;
}

.popular-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 24px 20px 24px 36px;
  border-bottom: 1px solid #f0f0f0;
}

.popular-row:last-child {
  border-bottom: none;
}
.popular-price {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.popular-action-group {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}
.popular-domain {
  flex-shrink: 0;
}

.popular-price .badge-discount {
  white-space: nowrap;
}

.popular-buy-btn {
  background-color: #fff;
  color: #7c33ff;
  border: 1px solid #7c33ff;
  border-radius: 10px;
  padding: 12px 24px;
  font-family: "PlusJakartaSans Bold" !important;
  font-size: 16px;
  cursor: pointer;
}
.popular-buy-btn:hover {
  color: #fff;
  background-color: #7c33ff;
}
.layer-domain .section-1 .domain-item-row .domain-price {
  gap: 0 !important;
}
.layer-domain .section-1 .domain-item-row .domain-price span:first-child {
  font-size: 16px;
  text-decoration: none !important;
}
.layer-domain .section-1 .domain-item-row .domain-price span:nth-child(2) {
  font-size: 20px;
  font-family: "PlusJakartaSans Bold" !important;
  margin-left: 12px;
}
.layer-domain .section-1 .domain-item-row .domain-price span:nth-child(3) {
  font-size: 14px;
  font-family: "PlusJakartaSans Bold" !important;
  color: #000 !important;
}
.layer-domain .section-1 .domain-item-row .domain-price span:nth-child(4) {
  font-size: 14px;
  font-family: "PlusJakartaSans Bold" !important;
}

@media (max-width: 1199.98px) {
  .layer-domain .section-1 .col-lg-5 {
    width: 100%;
  }
  .layer-domain .section-1 .col-lg-7 {
    width: 100%;
  }
  .layer-domain .section-1 .vote {
    margin-top: 650px;
  }
  .layer-domain .section-1 .sub-vote {
    padding: 0 20px;
  }
  .layer-domain .section-1 .uh_banner_block {
    right: 50%;
    transform: translateX(50%);
  }
  .layer-domain .section-2 .heading-2 {
    font-size: 30px;
  }
  .layer-domain .section-2 .description-2 {
    margin-bottom: 20px;
  }
  .layer-domain .section-2 .hosting-services {
    margin: 42px auto 24px;
  }
  .layer-domain .section-3 {
    padding-top: 60px;
  }
  .layer-domain .section-4 .row {
    justify-content: center;
  }
  .layer-domain .section-4 .col-md-3.left-side,
  .layer-domain .section-4 .col-md-3.right-side {
    width: 50%;
  }
  .layer-domain .section-4 .col-md-6.middle {
    width: 50%;
  }
  .layer-domain .section-5 .domain-price-list {
    overflow: auto;
  }
  .layer-domain .section-6 .row {
    justify-content: center;
  }
  .layer-domain .section-6 .col-md-3 {
    width: 33.333%;
  }
  .layer-domain .section-7 .wrap {
    max-width: 100%;
  }
  .layer-domain .section-10 .btn-contact,
  .layer-domain .section-10 .btn-warning {
    padding: 16px 36px !important;
  }
}

@media (max-width: 991.98px) {
  .layer-domain .section-1 .vote {
    display: none;
  }
  .layer-domain .section-1 .uh_domains_banner {
    margin-top: 42px;
  }
  .layer-domain .section-1 .domain-suggest-box .result-suggest-list {
    overflow: auto;
  }
  .layer-domain .section-2 {
    padding-top: 620px;
  }
  .layer-domain .section-2.is-result-active {
    padding-top: 64px;
  }
  .layer-domain .section-2 .col-md-4 {
    width: 50%;
  }
  .layer-domain .section-2 .free-domain {
    background-position: left center;
    padding: 84px 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .layer-domain .section-2 .get-free-domain {
    position: static !important;
  }
  .layer-domain .section-2 .free-domain .free {
    display: flex;
    justify-content: center;
  }
  .layer-domain .section-3 .col-md-6 .content {
    padding-right: 24px !important;
  }
  .layer-domain .section-3 .flex-row-reverse .col-md-6 .content {
    padding-right: 0 !important;
  }
  .layer-domain .section-3 .content .group-icon {
    gap: 16px !important;
  }
  .layer-domain .section-3 .image-main {
    padding: 28px 0 0 40px;
  }
  .layer-domain .section-3 .image-1 {
    height: 335px;
  }
  .layer-domain .section-3 .image-2 {
    height: 350px;
  }
  .layer-domain .section-3 .content .question {
    font-size: 11px;
  }
  .layer-domain .section-3 .block-1 {
    position: absolute;
    top: 20%;
    left: 10%;
  }
  .layer-domain .section-3 .block-2 {
    top: 52%;
    left: 10%;
  }
  .layer-domain .section-3 .block-3 {
    border-radius: 16px;
    padding: 12px 16px 16px 12px;
  }
  .layer-domain .section-3 .block-4 {
    border-radius: 16px;
    top: 72%;
    left: 1%;
    padding: 12px 16px 16px 12px;
  }
  .layer-domain .section-6 .col-md-3 {
    width: 50%;
  }
  .layer-domain .section-7 .head .heading {
    font-size: 36px;
  }
  .layer-domain .section-10 .col-md-7 {
    width: 100%;
  }
  .layer-domain .section-10 .col-md-5 {
    width: 100%;
  }
  .layer-domain .section-10 .text-1 {
    margin-bottom: 32px;
  }
  .popular-rows-wrap {
    overflow: auto;
  }
  .dp-label {
    font-size: 12px;
  }
}

@media (max-width: 767.98px) {
  .layer-domain .section-1 .uh_domains_banner .domain_available_block {
    top: 47%;
    left: 20%;
  }
  .layer-domain .section-1 .doms_list {
    top: 67.5%;
    left: 30%;
  }
  .layer-domain .section-2 .col-md-4 {
    width: 100%;
  }
  .layer-domain .section-4 .col-md-3.left-side,
  .layer-domain .section-4 .col-md-3.right-side {
    width: 100%;
  }
  .layer-domain .section-4 .col-md-6.middle {
    width: 100%;
  }
  .layer-domain .section-6 .col-md-3 {
    width: 100%;
  }
  .layer-domain .section-7 .content .row-1,
  .layer-domain .section-7 .content .row-2,
  .layer-domain .section-7 .content .row-3 {
    flex-direction: column;
  }
  .layer-domain .section-7 .content .left,
  .layer-domain .section-7 .content .right {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .layer-domain .section-1 .uh_domains_banner {
    display: none;
  }
  .layer-domain .section-1 .hero_heading {
    font-size: 36px;
  }
  .layer-domain .section-1 .hero_subheading {
    margin-bottom: 64px;
  }
  .layer-domain .section-1 .combo-top-row {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .layer-domain .section-1 .domain-item-row {
    justify-content: center;
  }
  .layer-domain .section-1 .combo-price-row {
    flex-wrap: wrap;
  }
  .layer-domain .section-1 .domain-item {
    padding: 24px 16px 24px 16px;
  }
  .layer-domain .section-1 .badge-discount {
    font-size: 12px;
    padding: 4px 8px;
  }
  .layer-domain .section-1 .domain-info {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
  }
  .layer-domain .section-1 .btn-buy {
    display: block;
  }
  .layer-domain .section-1 .suggest-row {
    width: max-content;
    padding: 14px 20px 14px 0;
  }
  .layer-domain .section-1 .domain-left-col {
    padding: 0 12px !important;
  }
  .layer-domain .section-2 .free-domain {
    height: auto;
    padding: 84px 50px 42px;
  }
  .layer-domain .section-2 {
    padding: 64px 0;
  }
  .layer-domain .section-2 .hosting-services {
    padding-right: 6px;
  }
  .layer-domain .section-3 .image-1 {
    height: 406px;
  }
  .layer-domain .section-3 .image-2 {
    height: 408px;
  }
  .layer-domain .section-3 .image-main {
    padding: 0 12px;
  }
  .layer-domain .section-3 .block-1 {
    top: 24%;
  }
  .layer-domain .section-3 .flex-row-reverse .col-md-6 .content.ps-8 {
    padding: 0 !important;
  }
  .layer-domain .section-4 {
    padding-top: 72px;
  }
  .layer-domain .section-10 .text-1 {
    text-align: center;
  }
  .popular-row {
    padding-left: 16px;
  }
  .faq-question {
    padding-left: 20px;
    text-align: left;
  }
}

/*  =================================================================================*/
/* ============================ SECTION FOR FREE DOMAIN ============================ */
/*  =================================================================================*/

.layer-free-domain .section-1 {
  padding: 72px 0 180px;
  background: url("../img/domain/bg001.png") center top / cover no-repeat;
  position: relative;
  overflow: hidden;
}
.layer-free-domain .section-1:before {
  content: "";
  background-image: url("../img/domain/left.png");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  position: absolute;
  inset-inline-start: 0;
  top: -100px;
  width: 100%;
  max-width: 600px;
  height: 1272px;
}

.layer-free-domain .section-1::after {
  content: "";
  background-image: url("../img/domain/right.png");
  background-size: contain;
  background-repeat: no-repeat;
  /* Căn hình ảnh dính sát góc trên bên phải */
  background-position: right top;
  pointer-events: none;
  position: absolute;
  inset-inline-end: 0; /* Hoặc right: 0; */
  top: -100px;
  width: 100%;
  max-width: 706px;
  height: 1413px;
}
.layer-free-domain .section-1 .hero_heading {
  font-size: 48px;
  font-family: "PlusJakartaSans Bold" !important;
  margin-bottom: 20px;
}
.layer-free-domain .section-1 .hero_subheading {
  font-size: 16px;
  margin-bottom: 88px;
}
.layer-free-domain .section-1 .domain-search-widget {
  --card: #fff;
  --track: #f8f8f8;
  --radius: 14px;
  --notch: 14px;
  position: relative;
}
.layer-free-domain .section-1 .domain-tabs {
  display: flex;
  position: relative;
  align-items: flex-end;
  list-style: none;
  padding: 0;
  margin: 0;
}
.layer-free-domain .section-1 .domain-tabs img.tab-icon {
  margin-right: 8px;
}
.layer-free-domain .section-1 .domain-search-widget img {
  margin-right: 16px;
}
.layer-free-domain .section-1 .domain-search-link {
  display: flex;
  align-items: center;
  font-size: 14px;
  padding: 13px 20px;
  margin: 0;
  position: relative;
  border: 0;
  background-color: #fff;
  color: #000;
  border-radius: var(--radius) var(--radius) 0 0;
  z-index: 2;
}
.layer-free-domain .section-1 .domain-search-link::after {
  content: "";
  position: absolute;
  left: 100%;
  bottom: 0;
  width: var(--notch);
  height: var(--notch);
  background: radial-gradient(
    circle at 100% 0,
    transparent var(--notch),
    var(--card) calc(var(--notch) + 0.5px)
  );
  pointer-events: none;
}
.layer-free-domain .section-1 .domain-price-link {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: "PlusJakartaSans Bold" !important;
  padding: 13px 20px 13px 36px;
  margin: 0;
  margin-inline-start: -16px;
  position: relative;
  color: #000;
  width: max-content;
  background-color: #f8f8f8;
  border-bottom: 0;
  border-inline-start: 0;
  border-radius: 0 var(--radius) 0 0;
  z-index: 1;
}
.layer-free-domain .section-1 .domain-tab-content {
  background-color: #fff;
  border-radius: 0 var(--radius) var(--radius) var(--radius);
  position: relative;
  z-index: 1;
}
.layer-free-domain .section-1 .domain-tab-content .domain-input {
  padding: 24px 16px;
  font-size: 15px;
  border: 1px solid #e6e6e6;
  border-radius: 0 var(--radius) var(--radius) var(--radius);
  width: 100%;
}
.layer-free-domain .section-1 .domain-tab-content .domain-input:focus {
  outline: none;
}
.layer-free-domain .section-1 .domain-tab-content .domain-btn {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  padding: 14px 20px;
  font-size: 16px;
  font-family: "PlusJakartaSans Bold" !important;
  color: #fff;
  border-radius: 14px;
  background-color: #457bff;
  border: none;
}
/* Free-domain search/tab borders matched to the domain page. */
.layer-free-domain .section-1 .domain-search-widget {
  --line: #e6e6e6;
  --track: linear-gradient(180deg, #ffffff 0%, #f3f3f3 100%);
}
.layer-free-domain .section-1 .domain-search-widget .domain-tabs {
  width: fit-content;
  max-width: 100%;
  background: var(--track);
  border: 1px solid var(--line);
  border-radius: var(--radius) var(--radius) 0 0;
}
.layer-free-domain .section-1 .domain-search-widget .domain-search-link {
  margin: -1px 0 -1px -1px;
  padding-top: 14px;
  padding-bottom: 14px;
  box-shadow: 1px 0 0 var(--line);
}
.layer-free-domain .section-1 .domain-search-widget .domain-search-link::after {
  background: radial-gradient(
    circle at 100% 0,
    transparent calc(var(--notch) - 1px),
    var(--line) calc(var(--notch) - 1px),
    var(--line) var(--notch),
    var(--card) var(--notch)
  );
}
.layer-free-domain .section-1 .domain-search-widget .domain-price-link {
  background: transparent;
  border: 0;
}
.layer-free-domain .section-1 .domain-search-widget .domain-tab-content {
  margin-top: -1px;
  border: 1px solid var(--line);
}
.layer-free-domain
  .section-1
  .domain-search-widget
  .domain-tab-content
  .domain-input {
  border: 0;
}

.layer-free-domain .section-1 .expected-domain {
  font-size: 18px;
  font-family: "PlusJakartaSans Bold" !important;
  margin-bottom: 20px;
}
.layer-free-domain .section-1 .transfer-text {
  font-size: 16px;
  font-family: "PlusJakartaSans Bold" !important;
  text-decoration: none;
  color: #000000;
  display: flex;
  align-items: center;
  gap: 8px;
}
.layer-free-domain .section-1 .transfer-link {
  margin-top: 72px;
}
.layer-free-domain .section-1 .uh_banner_block {
  /* background-image: url("../img/domain/hero.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; */
  height: 603px;
  width: 668px;
  position: absolute;
  right: 0;
}
.layer-free-domain .section-1 .uh_domains_banner .hero {
  position: absolute;
  z-index: 4;
}
.layer-free-domain .section-1 .uh_domains_banner .top_right_block {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #754bfc;
  color: #fff;
  font-family: "PlusJakartaSans Bold" !important;
  border-radius: 14px;
  width: fit-content;
  text-align: center;
  padding: 24px 32px 40px;
  font-size: 12px;
  position: absolute;
  top: 26%;
  right: 2%;
  z-index: 1;
}
.layer-free-domain .section-1 .uh_domains_banner .domain_available_block {
  position: absolute;
  top: 30%;
  left: -36px;
  z-index: 5;
}
.layer-free-domain .section-1 .doms_list {
  position: absolute;
  top: 50.5%;
  left: 30px;
  z-index: 10;
}
.layer-free-domain .section-1 .doms_list .innr {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.layer-free-domain .section-1 .doms_list .d_list {
  display: flex;
  align-items: center;
  gap: 8px;
}
.layer-free-domain .section-1 .doms_list .empty {
  background: #e6e6e6;
  border-radius: 11px;
  width: 110px;
  height: 22px;
}
.layer-free-domain .section-1 .doms_list .name {
  font-size: 12px;
  font-family: "PlusJakartaSans Bold" !important;
  color: #7351fb;
  background: #e6e6e6;
  border-radius: 11px;
  padding: 3px 8px;
  width: fit-content;
}
/* Free-domain section 2 matched to the PSD. */
.layer-free-domain .section-2 {
  padding: 100px 0 42px;
  background: #fff;
  color: #1a1a1a;
}
.layer-free-domain .section-2 > .container {
  width: 100%;
  max-width: 1348px;
  padding-inline: 12px;
  margin-inline: auto;
}
.layer-free-domain .section-2 .head {
  margin-bottom: 118px;
  text-align: center;
}
.layer-free-domain .section-2 .head .heading {
  margin: 0 0 24px;
  font-family: "PlusJakartaSans Bold" !important;
  font-size: 44px;
  line-height: 60px;
  color: #1a1a1a;
}
.layer-free-domain .section-2 .head .desc {
  margin: 0;
  font-family: "PlusJakartaSans Light" !important;
  font-size: 16px;
  line-height: 37px;
  color: #1a1a1a;
}
.layer-free-domain .section-2 .feature-row {
  display: grid;
  grid-template-columns: minmax(0, 636px) minmax(0, 536px);
  column-gap: 124px;
}
.layer-free-domain .section-2 .feature-row + .feature-row {
  margin-top: 94px;
}
.layer-free-domain .section-2 .feature-copy {
  min-width: 0;
  padding-top: 64px;
}
.layer-free-domain .section-2 .feature-title {
  margin: 0 0 12px;
  font-family: "PlusJakartaSans Bold" !important;
  font-size: 41px;
  line-height: 55px;
  color: #1a1a1a;
}
.layer-free-domain .section-2 .feature-description {
  max-width: 527px;
  margin: 0;
  font-family: "PlusJakartaSans Light" !important;
  font-size: 16px;
  line-height: 31px;
  color: #1a1a1a;
}
.layer-free-domain .section-2 .group-icon {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 100px;
  font-family: "PlusJakartaSans Bold" !important;
  font-size: 16px;
  line-height: 31px;
}
.layer-free-domain .section-2 .group-icon {
  position: relative;
}
.layer-free-domain .section-2 .group-icon::before {
  content: "";
  position: absolute;
  top: -38px;
  left: 0;
  width: 527px;
  max-width: 100%;
  border-top: 1px solid #ededed;
  pointer-events: none;
}
.layer-free-domain .section-2 .group-icon img {
  width: 17px;
  height: 17px;
  object-fit: contain;
}
.layer-free-domain .section-2 .group-icon p {
  margin: 0;
  font-family: "PlusJakartaSans Bold" !important;
}
.layer-free-domain .section-2 .image-main {
  min-width: 0;
}
.layer-free-domain .section-2 .image-1 {
  position: relative;
  width: 100%;
  max-width: 533px;
  aspect-ratio: 533 / 562;
  background: url("../img/domain/free/block-1.png") center / contain no-repeat;
  border-radius: 24px 0 24px 0;
}
.layer-free-domain .section-2 .block-1 {
  position: absolute;
  top: 82.7402135%;
  left: -12.3827392%;
}
.layer-free-domain .section-2 .sub-block {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 8px;
  width: 334px;
  height: 72px;
  padding: 10px 17px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.13);
}
.layer-free-domain .section-2 .sub-block img {
  flex: none;
  width: 28px;
  height: 29px;
  object-fit: contain;
}
.layer-free-domain .section-2 .your-domain {
  font-family: "PlusJakartaSans Bold" !important;
  font-size: 18px;
  line-height: 31px;
  white-space: nowrap;
  color: #221362;
}
.layer-free-domain .section-2 .online {
  flex: none;
  display: grid;
  place-items: center;
  width: 94px;
  height: 52px;
  margin-left: auto;
  border-radius: 5px;
  background: #e4e4e4;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.13);
  font-family: "PlusJakartaSans Bold" !important;
  font-size: 20px;
  line-height: 31px;
  color: #563ebd;
}
.layer-free-domain .section-2 .feature-row-secondary .image-2 {
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  aspect-ratio: 636 / 486;
  background: url("../img/domain/free/block-2.png") center / contain no-repeat;
}
.layer-free-domain .section-2 .feature-row-secondary .feature-copy {
  grid-column: 2;
  grid-row: 1;
  padding-top: 150px;
}

/* Free-domain sections 5-7. FAQ accordion keeps shared CSS. */
.layer-free-domain .section-5 {
  padding: 88px 0;
  background-color: #fafafa;
}
.layer-free-domain .section-5 .heading {
  font-size: 44px;
  font-family: "PlusJakartaSans Bold" !important;
  margin-bottom: 12px;
}
.layer-free-domain .section-5 .content {
  font-size: 16px;
  font-family: "PlusJakartaSans Light" !important;
  margin-bottom: 88px;
}
.layer-free-domain .section-6 {
  padding: 88px 0 90px;
}
.layer-free-domain .section-6 .badge-pill {
  display: inline-block;
  background: #eee7ff;
  color: #5a28fa;
  padding: 8px 24px;
  border-radius: 999px;
}

.layer-free-domain .section-6 .testimonial-card {
  background: #ffffff;
  border: 1px solid #e7e9f2;
  border-radius: 20px;
  padding: 48px 36px;
  height: 100%;
  box-shadow: 0 6px 20px rgba(16, 24, 64, 0.04);
  display: flex;
  flex-direction: column;
}

.layer-free-domain .section-6 .testimonial-card.is-active {
  border-color: #2563eb;
}

.layer-free-domain .section-6 .testimonial-stars {
  height: 18px;
  width: auto;
  align-self: flex-start;
  flex-shrink: 0;
}

.layer-free-domain .section-6 .testimonial-content {
  flex-grow: 1;
}

.layer-free-domain .section-6 .testimonial-author {
  margin-top: auto;
}

.layer-free-domain .section-6 .testimonial-stars {
  height: 18px;
  width: auto;
}

.layer-free-domain .section-6 .testimonial-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.layer-free-domain .section-6 .testimonial-role {
  color: #8a94a6;
}

/* Swiper wrapper - không cắt shadow của card */
.layer-free-domain .section-6 .myTestimonialSwiper {
  overflow: hidden;
  padding: 4px 4px 8px;
}

.layer-free-domain .section-6 .myTestimonialSwiper .swiper-slide {
  height: auto;
}

/* Pagination dots */
.layer-free-domain .section-6 .testimonial-pagination {
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.layer-free-domain
  .section-6
  .testimonial-pagination
  .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: transparent;
  border: 1.5px solid #2563eb;
  opacity: 1;
  margin: 0 5px !important;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}

.layer-free-domain
  .section-6
  .testimonial-pagination
  .swiper-pagination-bullet-active {
  background-color: #2563eb;
  transform: none;
}

.layer-free-domain .section-7 .background-1 {
  background-image: url("../img/home/bg-3.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 267px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.layer-free-domain .section-7 .btn-contact {
  background-color: #5586f7;
}
.layer-free-domain .section-7 .btn-start-now {
  background-color: #fbd801;
}

/* Hosting cards: adapted from home.css and sized to the free-domain PSD. */
.layer-free-domain .section-3 {
  padding: 0;
  background: #fff;
  color: #1a1a1a;
}
.layer-free-domain .section-3 .head {
  margin-bottom: 124px;
  text-align: center;
}
.layer-free-domain .section-3 .head .heading {
  margin: 0 0 12px;
  font-family: "PlusJakartaSans Bold" !important;
  font-size: 44px;
  line-height: 60px;
  color: #1a1a1a;
}
.layer-free-domain .section-3 .head .desc {
  margin: 0;
  font-family: "PlusJakartaSans Light" !important;
  font-size: 16px;
  line-height: 37px;
}
.layer-free-domain .section-3 .hosting-plans {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 346px));
  justify-content: center;
  gap: 42px;
  max-width: 734px;
  margin: 0 auto;
}
.layer-free-domain .section-3 .hosting-plan {
  display: flex;
  width: 100%;
  min-width: 0;
  padding: 0;
}
.layer-free-domain .section-3 .card-item {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 40px 24px;
  border: 1px solid #dfdfdf;
  border-radius: 22px;
  background: #fff;
  transition:
    border-color 0.15s ease,
    background-color 0.15s ease;
}
.layer-free-domain .section-3 .card-item:hover,
.layer-free-domain .section-3 .card-item:focus-within {
  border-color: #457bff;
}
.layer-free-domain .section-3 .card-item.featured {
  border-color: #457bff;
  box-shadow: 0 0 0 3px #457bff;
}
.layer-free-domain .section-3 .is-most-popular {
  position: absolute;
  bottom: 100%;
  left: -4px;
  right: -4px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 22px 22px 0 0;
  background: #457bff;
  color: #fff;
  font-family: "PlusJakartaSans Bold" !important;
  font-size: 16px;
  line-height: 24px;
}
.layer-free-domain .section-3 .is-most-popular::before,
.layer-free-domain .section-3 .is-most-popular::after {
  content: "";
  position: absolute;
  bottom: -25px;
  width: 30px;
  height: 30px;
  pointer-events: none;
}
.layer-free-domain .section-3 .is-most-popular::before {
  left: 0;
  background: radial-gradient(
    circle at bottom right,
    transparent 28px,
    #457bff 30px
  );
}
.layer-free-domain .section-3 .is-most-popular::after {
  right: 0;
  background: radial-gradient(
    circle at bottom left,
    transparent 28px,
    #457bff 30px
  );
}
.layer-free-domain .section-3 .plan-name {
  margin-bottom: 16px;
  font-family: "PlusJakartaSans Bold" !important;
  font-size: 20px;
  line-height: 28px;
}
.layer-free-domain .section-3 .plan-description {
  min-height: 66px;
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 33px;
}
.layer-free-domain .section-3 .plan-price-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  min-height: 33px;
  margin-bottom: 24px;
}
.layer-free-domain .section-3 .price-default {
  font-size: 14px;
  line-height: 33px;
  text-decoration: line-through;
}
.layer-free-domain .section-3 .percent-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 6px;
  border: 1px solid #c0d0b6;
  border-radius: 999px;
  background: #e6f2db;
  color: #488015;
}
.layer-free-domain .section-3 .percent-badge img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.layer-free-domain .section-3 .discount-badge {
  font-family: "PlusJakartaSans Bold" !important;
  font-size: 12px;
  line-height: 20px;
}
.layer-free-domain .section-3 .plan-price {
  display: block;
  font-family: "PlusJakartaSans Bold" !important;
  font-size: 36px;
  line-height: 44px;
}
.layer-free-domain .section-3 .plan-price-unit {
  font-family: "PlusJakartaSans Bold" !important;
  font-size: 14px;
}
.layer-free-domain .section-3 .plan-action {
  margin: 48px 0 40px;
}
.layer-free-domain .section-3 .btn-buy-now {
  width: 100%;
  min-height: 64px;
  padding: 14px 12px;
  border: 1px solid #457bff;
  border-radius: 16px;
  background: #fff;
  color: #457bff;
  font-family: "PlusJakartaSans Bold" !important;
  font-size: 18px;
  line-height: 33px;
  transition:
    background-color 0.15s ease,
    color 0.15s ease;
}
.layer-free-domain .section-3 .card-item.featured .btn-buy-now,
.layer-free-domain .section-3 .card-item:hover .btn-buy-now,
.layer-free-domain .section-3 .card-item:focus-within .btn-buy-now {
  background: #457bff;
  color: #fff;
}
.layer-free-domain .section-3 .plan-feature {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 40px;
  font-size: 16px;
  line-height: 24px;
}
.layer-free-domain .section-3 .thong-so-text {
  min-width: 0;
}
.layer-free-domain .section-3 .thong-so-text strong,
.layer-free-domain .section-3 .thong-so-text b {
  font-family: "PlusJakartaSans Bold" !important;
}
.layer-free-domain .section-3 .icon-thong-so,
.layer-free-domain .section-3 .btn-question {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.layer-free-domain .section-3 .text-question {
  display: none;
  position: absolute;
  bottom: 100%;
  right: 0;
  z-index: 3;
  width: 260px;
  max-width: 100%;
  padding: 12px;
  border: 1px solid #dfdfdf;
  border-radius: 8px;
  background: #fff;
  color: #1a1a1a;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  font-size: 14px;
}
.layer-free-domain .section-3 .plan-feature:hover .text-question,
.layer-free-domain .section-3 .plan-feature:focus-within .text-question {
  display: block;
}
.layer-free-domain .section-3 .hot-sale {
  position: absolute;
  top: 8px;
  right: 8px;
  max-width: 56px;
  height: auto;
}

/* Hosting notes and VPS banner from the free-domain PSD. */
.layer-free-domain .section-3 .hosting-main {
  padding: 100px 0 64px;
  background: #f9fbff;
}
.layer-free-domain .section-3 .hosting-note {
  margin: 64px auto 0;
  text-align: center;
  color: #1a1a1a;
  font-size: 14px;
  line-height: 30px;
}
.layer-free-domain .section-3 .hosting-note p {
  font-family: "PlusJakartaSans LightItalic" !important;
  margin: 0;
}
.layer-free-domain .section-3 .hosting-note .vat-note {
  font-family: "PlusJakartaSans MediumItalic" !important;
}
.layer-free-domain .section-3 > .container-xxl.container {
  padding-top: 74px;
  padding-bottom: 72px;
}
.layer-free-domain .section-3 .vps-hosting-banner {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 128px;
  box-sizing: border-box;
  padding: 31px 40px 31px 44px;
  border: 1px solid #e0e0e0;
  border-radius: 30px;
  background: #fff;
}
.layer-free-domain .section-3 .vps-hosting-icon {
  align-self: flex-start;
  flex: none;
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.layer-free-domain .section-3 .vps-hosting-copy {
  flex: 1;
  min-width: 0;
}
.layer-free-domain .section-3 .vps-hosting-title {
  margin: 0;
  color: #000;
  font-family: "PlusJakartaSans Bold" !important;
  font-size: 24px;
  line-height: 37px;
}
.layer-free-domain .section-3 .vps-hosting-description {
  margin: 0;
  color: #494949;
  font-size: 14px;
  line-height: 28px;
}
.layer-free-domain .section-3 .vps-hosting-link {
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 186px;
  min-height: 60px;
  padding: 12px 20px;
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  background: #fff;
  color: #1a1a1a;
  font-family: "PlusJakartaSans Bold" !important;
  font-size: 18px;
  line-height: 33px;
  text-decoration: none;
}
.layer-free-domain .section-3 .vps-hosting-link:hover,
.layer-free-domain .section-3 .vps-hosting-link:focus-visible {
  border-color: #457bff;
  color: #457bff;
}

/* Free-domain section 4: seven Hosting operation cards from the PSD. */
.layer-free-domain .section-4 {
  padding: 50px 0 82px;
  background: #fff;
}
.layer-free-domain .section-4 .operations-head {
  margin-bottom: 81px;
  text-align: center;
}
.layer-free-domain .section-4 .operations-heading {
  margin: 0 0 12px;
  font-family: "PlusJakartaSans Bold" !important;
  font-size: 44px;
  line-height: 60px;
  color: #1a1a1a;
}
.layer-free-domain .section-4 .operations-intro {
  margin: 0;
  font-family: "PlusJakartaSans Light" !important;
  font-size: 16px;
  line-height: 37px;
  color: #1a1a1a;
}
.layer-free-domain .section-4 .operations-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 20px;
}
.layer-free-domain .section-4 .operation-card {
  min-width: 0;
  min-height: 368px;
  box-sizing: border-box;
  padding: 236px 28px 48px;
  overflow: hidden;
  border: 1px solid #c8d8ff;
  border-radius: 22px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
.layer-free-domain .section-4 .operation-card-narrow {
  grid-column: span 5;
}
.layer-free-domain .section-4 .operation-card-wide {
  grid-column: span 7;
}
.layer-free-domain .section-4 .operation-card-third {
  grid-column: span 4;
  min-height: 388px;
}

.layer-free-domain .section-4 .operation-title {
  margin: 0 0 8px;
  font-family: "PlusJakartaSans Bold" !important;
  font-size: 24px;
  line-height: 31px;
  color: #1a1a1a;
}
.layer-free-domain .section-4 .operation-description {
  max-width: 100%;
  margin: 0 auto;
  font-family: "PlusJakartaSans Regular" !important;
  font-size: 15px;
  line-height: 31px;
  color: #5c5c5c;
}
.layer-free-domain .section-4 .operation-card-monitor .operation-description {
  max-width: 374px;
}

.layer-free-domain .section-4 .operation-card-uptime {
  background-image: url("../img/domain/free/uptime.png");
}
.layer-free-domain .section-4 .operation-card-secure {
  background-image: url("../img/domain/free/secure.png");
}
.layer-free-domain .section-4 .operation-card-bandwidth {
  background-image: url("../img/domain/free/bang-thong.png");
}
.layer-free-domain .section-4 .operation-card-backup {
  background-image: url("../img/domain/free/daily-backup.png");
}
.layer-free-domain .section-4 .operation-card-cpanel {
  background-image: url("../img/domain/free/cPanel.png");
}
.layer-free-domain .section-4 .operation-card-monitor {
  background-image: url("../img/domain/free/monitor.png");
}
.layer-free-domain .section-4 .operation-card-ssd {
  background-image: url("../img/domain/free/ssd.png");
}

/* Free-domain section 1 responsive rules. */
@media (max-width: 1199.98px) {
  .layer-free-domain .section-1 {
    padding: 72px 0 44px;
  }
  .layer-free-domain .section-1 .col-lg-5,
  .layer-free-domain .section-1 .col-lg-7 {
    width: 100%;
  }
  .layer-free-domain .section-1 .uh_banner_block {
    position: relative;
    right: auto;
    width: 100%;
    max-width: 668px;
    height: auto;
    aspect-ratio: 668 / 603;
    margin-inline: auto;
  }
  .layer-free-domain .section-1 .uh_domains_banner .hero {
    width: 100%;
  }
  .layer-free-domain .section-1 .uh_domains_banner .hero img {
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 991.98px) {
  .layer-free-domain .section-1 .uh_domains_banner {
    margin-top: 42px;
  }
}
@media (max-width: 767.98px) {
  .layer-free-domain .section-1 .uh_domains_banner .domain_available_block {
    top: 47%;
    left: 20%;
  }
  .layer-free-domain .section-1 .doms_list {
    top: 67.5%;
    left: 30%;
  }
}
@media (max-width: 480px) {
  .layer-free-domain .section-1 .uh_domains_banner {
    display: none;
  }
  .layer-free-domain .section-1 .hero_heading {
    font-size: 36px;
  }
  .layer-free-domain .section-1 .hero_subheading {
    margin-bottom: 64px;
  }
  .layer-free-domain .section-1 .domain-left-col {
    padding: 0 12px !important;
  }
  .layer-free-domain .section-1 .domain-search-widget .domain-tabs {
    width: 100%;
    flex-wrap: nowrap;
    align-items: stretch;
  }
  .layer-free-domain .section-1 .domain-tabs .nav-item {
    min-width: 0;
    flex: 1 1 0;
  }
  .layer-free-domain .section-1 .domain-search-widget .domain-search-link,
  .layer-free-domain .section-1 .domain-search-widget .domain-price-link {
    width: 100%;
    height: 100%;
    font-size: 12px;
    padding: 12px 8px;
    gap: 6px;
    justify-content: center;
  }
  .layer-free-domain .section-1 .domain-search-widget .domain-price-link {
    margin-inline-start: 0;
    padding-left: 20px;
  }
  .layer-free-domain .section-1 .domain-tabs img.tab-icon {
    width: 16px;
    height: 16px;
    object-fit: contain;
    flex-shrink: 0;
    margin-right: 0;
  }
  .layer-free-domain .section-1 .domain-search-form {
    min-width: 0;
  }
  .layer-free-domain .section-1 .domain-tab-content .domain-input {
    min-width: 0;
    font-size: 14px;
    padding-left: 12px;
    padding-right: 112px;
  }
  .layer-free-domain .section-1 .domain-tab-content .domain-btn {
    right: 8px;
    padding: 12px 16px;
    font-size: 14px;
  }
}

/* Free-domain section 2: adapt the desktop PSD layout to smaller screens. */
@media (max-width: 1399.98px) {
  .layer-free-domain .section-2 > .container {
    padding-inline: 24px;
  }
  .layer-free-domain .section-2 .feature-row {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    column-gap: 64px;
  }
  .layer-free-domain .section-2 .feature-row-secondary .feature-copy {
    align-self: center;
    padding-top: 0;
  }
}
@media (max-width: 991.98px) {
  .layer-free-domain .section-2 {
    padding-block: 72px;
  }
  .layer-free-domain .section-2 .head {
    margin-bottom: 64px;
  }
  .layer-free-domain .section-2 .feature-row {
    column-gap: 32px;
  }
  .layer-free-domain .section-2 .feature-copy {
    align-self: center;
    padding-top: 0;
  }
  .layer-free-domain .section-2 .feature-title {
    font-size: 32px;
    line-height: 44px;
  }
  .layer-free-domain .section-2 .group-icon {
    margin-top: 32px;
  }
  .layer-free-domain .section-2 .block-1 {
    left: auto;
    right: 0;
    max-width: 100%;
  }
  .layer-free-domain .section-2 .sub-block {
    max-width: 100%;
    width: 300px;
    padding-inline: 12px;
    gap: 6px;
  }
  .layer-free-domain .section-2 .your-domain {
    font-size: 16px;
  }
  .layer-free-domain .section-2 .online {
    width: 80px;
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .layer-free-domain .section-2 .head .heading {
    font-size: 32px;
    line-height: 44px;
  }
  .layer-free-domain .section-2 .head .desc {
    line-height: 31px;
  }
  .layer-free-domain .section-2 .feature-row {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 40px;
  }
  .layer-free-domain .section-2 .feature-row + .feature-row {
    margin-top: 64px;
  }
  .layer-free-domain .section-2 .image-1 {
    margin-inline: auto;
  }
  .layer-free-domain .section-2 .feature-row-secondary .feature-copy,
  .layer-free-domain .section-2 .feature-row-secondary .image-2 {
    grid-column: auto;
    grid-row: auto;
  }
}

@media (max-width: 991.98px) {
  .layer-free-domain .section-2 .group-icon::before {
    top: -16px;
  }
}

/* Free-domain section 7: retained CTA responsive rules. */
@media (max-width: 1199.98px) {
  .layer-free-domain .section-7 .btn-contact,
  .layer-free-domain .section-7 .btn-warning {
    padding: 16px 36px !important;
  }
}
@media (max-width: 991.98px) {
  .layer-free-domain .section-7 .col-md-7,
  .layer-free-domain .section-7 .col-md-5 {
    width: 100%;
  }
  .layer-free-domain .section-7 .text-1 {
    margin-bottom: 32px;
  }
}
@media (max-width: 480px) {
  .layer-free-domain .section-7 .text-1 {
    text-align: center;
  }
}

/* Free-domain Hosting cards responsive rules. */
@media (max-width: 991.98px) {
  .layer-free-domain .section-3 .hosting-main {
    padding-top: 72px;
  }
  .layer-free-domain .section-3 .head {
    margin-bottom: 88px;
  }
  .layer-free-domain .section-3 .hosting-plans {
    gap: 28px;
  }
}
@media (max-width: 767.98px) {
  .layer-free-domain .section-3 .head .heading {
    font-size: 32px;
    line-height: 44px;
  }
  .layer-free-domain .section-3 .hosting-plans {
    grid-template-columns: minmax(0, 346px);
    row-gap: 72px;
  }
}

@media (max-width: 991.98px) {
  .layer-free-domain .section-3 .vps-hosting-banner {
    padding: 28px;
    flex-wrap: wrap;
  }
  .layer-free-domain .section-3 .vps-hosting-copy {
    flex-basis: calc(100% - 48px);
  }
  .layer-free-domain .section-3 .vps-hosting-link {
    margin-left: 48px;
  }
}
@media (max-width: 575.98px) {
  .layer-free-domain .section-3 .hosting-note {
    margin-top: 40px;
  }
  .layer-free-domain .section-3 > .container-xxl.container {
    padding-block: 48px;
  }
  .layer-free-domain .section-3 .vps-hosting-banner {
    padding: 24px 20px;
  }
  .layer-free-domain .section-3 .vps-hosting-title {
    font-size: 20px;
    line-height: 30px;
  }
  .layer-free-domain .section-3 .vps-hosting-link {
    width: 100%;
    margin-left: 0;
  }
}

/* Free-domain section 4 responsive rules. */
@media (max-width: 991.98px) {
  .layer-free-domain .section-4 .operations-head {
    margin-bottom: 48px;
  }
  .layer-free-domain .section-4 .operation-card {
    grid-column: span 6;
    min-height: 368px;
    padding-inline: 20px;
  }
  .layer-free-domain .section-4 .operation-card:last-child {
    grid-column: 4 / span 6;
  }
}
@media (max-width: 575.98px) {
  .layer-free-domain .section-4 {
    padding-block: 48px;
  }
  .layer-free-domain .section-4 .operations-heading {
    font-size: 32px;
    line-height: 44px;
  }
  .layer-free-domain .section-4 .operations-intro {
    line-height: 31px;
  }
  .layer-free-domain .section-4 .operations-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
  }
  .layer-free-domain .section-4 .operation-card,
  .layer-free-domain .section-4 .operation-card:last-child {
    grid-column: auto;
    min-height: 0;
    padding: 236px 20px 32px;
  }
}

@media (width < 480px) {
  .layer-free-domain .section-1::before,
  .layer-free-domain .section-1::after {
    content: none;
  }
}

/* Free-domain hero pointer motion: shared handler in main.js. */
@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .layer-free-domain .section-1 .uh_domains_banner .top_right_block {
    translate: var(--domain-card-x, 0px) var(--domain-card-y, 0px);
    transition: translate 350ms ease-out;
  }
  .layer-free-domain .section-1 .uh_domains_banner .domain_available_block,
  .layer-free-domain .section-1 .uh_domains_banner .doms_list {
    translate: calc(var(--domain-card-x, 0px) * 0.7)
      calc(var(--domain-card-y, 0px) * 0.7);
    transition: translate 350ms ease-out;
  }
}

/* Space before the footer. */
.layer-domain > section:last-child,
.layer-free-domain > section:last-child { margin-bottom:52px; }
