body.xth-theme.xth-page-homepage #frmDomainHomepage {
    display: none;
}

body.xth-theme {
    overflow-x: hidden;
    background: #f7fafd;
    color: #0b1829;
}

body.xth-theme #header.header {
    border-bottom: 1px solid #e5edf6;
    background: #ffffff;
    box-shadow: 0 16px 44px rgba(6, 21, 40, 0.08);
}

body.xth-theme #header .topbar {
    border-bottom: 1px solid #e8eef5;
    background: #f7fafd;
}

body.xth-theme #header .navbar.navbar-light {
    padding-top: 12px;
    padding-bottom: 12px;
}

body.xth-theme #header .navbar-brand {
    color: #061528;
    font-weight: 900;
    letter-spacing: 0;
}

body.xth-theme #header .logo-img {
    max-height: 44px;
}

body.xth-theme #header .main-navbar-wrapper {
    border-top: 1px solid #e8eef5;
    background: linear-gradient(90deg, #07182d, #0d345c);
}

body.xth-theme #header .main-navbar-wrapper .navbar-nav > li > a,
body.xth-theme #header .main-navbar-wrapper .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.86);
    font-size: 14px;
    font-weight: 800;
}

body.xth-theme #header .main-navbar-wrapper .navbar-nav > li > a:hover,
body.xth-theme #header .main-navbar-wrapper .navbar-nav .nav-link:hover,
body.xth-theme #header .main-navbar-wrapper .navbar-nav > li > a:focus,
body.xth-theme #header .main-navbar-wrapper .navbar-nav .nav-link:focus {
    color: #ffffff;
}

body.xth-theme #header .toolbar .cart-btn,
body.xth-theme #header .toolbar .nav-link {
    border: 1px solid #d8e4ef;
    border-radius: 8px;
    background: #ffffff;
    color: #0b1829;
}

body.xth-theme #header .toolbar .badge {
    background: #1769ff;
    color: #ffffff;
}

body.xth-theme .master-breadcrumb {
    border: 0;
    background: #f7fafd;
}

body.xth-theme .alert {
    border-radius: 8px;
    border-width: 1px;
    box-shadow: 0 12px 30px rgba(6, 21, 40, 0.08);
}

body.xth-theme #footer.footer {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: #050f1d;
    color: rgba(255, 255, 255, 0.74);
}

body.xth-theme #footer.footer .nav-link,
body.xth-theme #footer.footer a {
    color: rgba(255, 255, 255, 0.82);
    font-weight: 700;
}

body.xth-theme #footer.footer .nav-link:hover,
body.xth-theme #footer.footer a:hover,
body.xth-theme #footer.footer .nav-link:focus,
body.xth-theme #footer.footer a:focus {
    color: #ffffff;
}

body.xth-theme #header .topbar .btn,
body.xth-theme #header .active-client .btn {
    border-radius: 8px;
}

body.xth-theme #header .search .form-control {
    min-width: 250px;
    border-color: #d8e4ef;
    border-radius: 0 8px 8px 0;
    background: #f7fafd;
}

body.xth-theme #header .search .btn {
    border-color: #d8e4ef;
    border-radius: 8px 0 0 8px;
    background: #f7fafd;
    color: #0b1829;
}

body.xth-theme #header .xth-header-cta {
    min-width: 114px;
    border-color: transparent;
    background: linear-gradient(135deg, #1769ff, #1ac7ff);
    color: #ffffff;
    box-shadow: 0 12px 28px rgba(23, 105, 255, 0.26);
}

body.xth-theme #header .xth-header-cta:hover,
body.xth-theme #header .xth-header-cta:focus {
    color: #ffffff;
    box-shadow: 0 16px 34px rgba(23, 105, 255, 0.34);
}

body.xth-theme #header .dropdown-menu {
    max-height: 430px;
    overflow-y: auto;
    border: 1px solid #dbe5ef;
    border-radius: 8px;
    padding: 8px;
    box-shadow: 0 24px 70px rgba(6, 21, 40, 0.16);
}

body.xth-theme #header .dropdown-menu .dropdown-item,
body.xth-theme #header .dropdown-menu a {
    border-radius: 8px;
    color: #0b1829;
    font-weight: 700;
}

body.xth-theme #header .dropdown-menu .dropdown-item:hover,
body.xth-theme #header .dropdown-menu .dropdown-item:focus,
body.xth-theme #header .dropdown-menu a:hover,
body.xth-theme #header .dropdown-menu a:focus {
    background: #eef6ff;
    color: #074ebd;
}

body.xth-theme:not(.xth-page-homepage) #main-body {
    padding: 48px 0 68px;
    background:
        linear-gradient(180deg, #f7fafd 0%, #ffffff 52%),
        #ffffff;
}

body.xth-theme:not(.xth-page-homepage) #main-body .container {
    max-width: 1180px;
}

body.xth-theme:not(.xth-page-homepage) .primary-content {
    min-height: 440px;
}

body.xth-theme:not(.xth-page-homepage) .header-lined {
    margin-bottom: 24px;
    border-bottom: 1px solid #dbe5ef;
}

body.xth-theme:not(.xth-page-homepage) .header-lined h1 {
    color: #061528;
    font-size: 34px;
    line-height: 1.15;
    font-weight: 900;
    letter-spacing: 0;
}

body.xth-theme .card,
body.xth-theme .panel,
body.xth-theme .logincontainer,
body.xth-theme .client-home-panels .panel,
body.xth-theme .sidebar .list-group,
body.xth-theme .domain-checker-container,
body.xth-theme .view-cart-items,
body.xth-theme .view-cart-tabs,
body.xth-theme .summary-container {
    border: 1px solid #dbe5ef;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 16px 46px rgba(6, 21, 40, 0.08);
}

body.xth-theme .logincontainer {
    max-width: 520px;
    padding: 28px;
}

body.xth-theme .form-control,
body.xth-theme select.form-control {
    border-color: #d4e1ed;
    border-radius: 8px;
    color: #0b1829;
}

body.xth-theme .form-control:focus,
body.xth-theme select.form-control:focus,
body.xth-theme .btn:focus,
body.xth-theme a:focus {
    border-color: #1769ff;
    box-shadow: 0 0 0 3px rgba(23, 105, 255, 0.16);
    outline: 0;
}

body.xth-theme .btn-primary,
body.xth-theme .btn-success,
body.xth-theme .btn-info {
    border-color: transparent;
    border-radius: 8px;
    background: linear-gradient(135deg, #1769ff, #1ac7ff);
    color: #ffffff;
    font-weight: 800;
    box-shadow: 0 12px 30px rgba(23, 105, 255, 0.2);
}

body.xth-theme .btn-primary:hover,
body.xth-theme .btn-primary:focus,
body.xth-theme .btn-success:hover,
body.xth-theme .btn-success:focus,
body.xth-theme .btn-info:hover,
body.xth-theme .btn-info:focus {
    color: #ffffff;
    box-shadow: 0 16px 34px rgba(23, 105, 255, 0.28);
}

body.xth-theme .btn-default,
body.xth-theme .btn-secondary {
    border-color: #d4e1ed;
    border-radius: 8px;
    color: #0b1829;
    background: #ffffff;
    font-weight: 700;
}

body.xth-theme .input-group .btn {
    box-shadow: none;
}

body.xth-theme #order-standard_cart {
    color: #0b1829;
}

body.xth-theme #order-standard_cart .field,
body.xth-theme #order-standard_cart .product {
    border-radius: 8px;
}

body.xth-theme #footer.footer {
    padding: 56px 0 28px;
}

body.xth-theme #footer .xth-global-footer-grid {
    display: grid;
    grid-template-columns: minmax(220px, 1.35fr) repeat(3, minmax(150px, 1fr)) minmax(190px, 1.05fr);
    gap: 24px;
    margin-bottom: 28px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 32px;
}

body.xth-theme #footer .xth-global-footer-grid h2,
body.xth-theme #footer .xth-global-footer-grid h3 {
    margin: 0;
    color: #ffffff;
    font-weight: 900;
    letter-spacing: 0;
}

body.xth-theme #footer .xth-global-footer-grid h2 {
    font-size: 24px;
}

body.xth-theme #footer .xth-global-footer-grid h3 {
    font-size: 14px;
    text-transform: uppercase;
}

body.xth-theme #footer .xth-global-footer-grid p {
    margin: 12px 0 0;
    color: rgba(255, 255, 255, 0.68);
}

body.xth-theme #footer .xth-global-footer-grid a {
    display: block;
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.78);
    font-weight: 700;
}

body.xth-theme #footer .xth-global-footer-grid a:hover,
body.xth-theme #footer .xth-global-footer-grid a:focus {
    color: #ffffff;
}

body.xth-theme #footer .nav,
body.xth-theme #footer .copyright {
    clear: none;
}

body.xth-theme .network-issue-alert {
    border: 0;
    border-bottom: 1px solid #f2d58a;
    border-radius: 0;
    padding: 12px 0;
    background: linear-gradient(135deg, #fff8e6, #fffdf7);
    color: #3e2b07;
    box-shadow: none;
}

body.xth-theme .network-issue-alert .container {
    display: flex;
    gap: 12px;
    align-items: center;
    font-size: 14px;
    font-weight: 800;
}

body.xth-theme .network-issue-alert .fas,
body.xth-theme .network-issue-alert .far {
    color: #9c6a00;
}

body.xth-theme .network-issue-alert .alert-link {
    margin-left: auto;
    border: 1px solid rgba(156, 106, 0, 0.22);
    border-radius: 8px;
    padding: 7px 12px;
    color: #6d4b00;
    background: rgba(255, 255, 255, 0.72);
    font-weight: 900;
}

body.xth-theme .master-breadcrumb {
    padding: 8px 0;
    border-top: 1px solid #edf3f8;
    border-bottom: 1px solid #e2ebf4;
    background: linear-gradient(180deg, #fbfdff, #f5f9fc);
}

body.xth-theme.xth-page-homepage .master-breadcrumb {
    display: none;
}

body.xth-theme .breadcrumb {
    margin: 0;
    padding: 0;
    background: transparent;
    row-gap: 4px;
}

body.xth-theme .breadcrumb-item {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    color: #718097;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.4;
}

body.xth-theme .breadcrumb-item a {
    border-radius: 999px;
    padding: 3px 7px;
    color: #4f5f76;
}

body.xth-theme .breadcrumb-item a:hover,
body.xth-theme .breadcrumb-item a:focus {
    background: #eef6ff;
    color: #1769ff;
    text-decoration: none;
}

body.xth-theme .breadcrumb-item.active {
    color: #314157;
}

body.xth-theme .breadcrumb-item + .breadcrumb-item::before {
    padding-right: 0.55rem;
    color: #9aabc0;
}

body.xth-theme.xth-page-homepage #main-body {
    padding: 0;
    background: #ffffff;
}

body.xth-theme.xth-page-homepage #main-body > .container {
    width: 100%;
    max-width: none;
    padding-right: 0;
    padding-left: 0;
}

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

body.xth-theme.xth-page-homepage #main-body .primary-content {
    padding-right: 0;
    padding-left: 0;
}

body.xth-theme #order-standard_cart {
    max-width: 1180px;
    margin: 0 auto;
    color: #0b1829;
    font-size: 15px;
}

body.xth-theme #order-standard_cart .cart-sidebar,
body.xth-theme #order-standard_cart .cart-body,
body.xth-theme #order-standard_cart .secondary-cart-body,
body.xth-theme #order-standard_cart .secondary-cart-sidebar {
    padding-right: 14px;
    padding-left: 14px;
}

body.xth-theme #order-standard_cart .cart-sidebar .panel,
body.xth-theme #order-standard_cart .sidebar-collapsed .panel,
body.xth-theme #order-standard_cart .secondary-cart-sidebar .panel,
body.xth-theme #order-standard_cart .order-summary,
body.xth-theme #order-standard_cart .view-cart-tabs {
    overflow: hidden;
    border: 1px solid #dbe5ef;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 16px 46px rgba(6, 21, 40, 0.08);
}

body.xth-theme #order-standard_cart .cart-sidebar .panel-heading,
body.xth-theme #order-standard_cart .sidebar-collapsed .panel-heading,
body.xth-theme #order-standard_cart .secondary-cart-sidebar .panel-heading,
body.xth-theme #order-standard_cart .order-summary h2 {
    border: 0;
    background: linear-gradient(135deg, #061528, #0d345c);
    color: #ffffff;
}

body.xth-theme #order-standard_cart .cart-sidebar h3,
body.xth-theme #order-standard_cart .sidebar-collapsed h3,
body.xth-theme #order-standard_cart .secondary-cart-sidebar h3 {
    color: inherit;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0;
}

body.xth-theme #order-standard_cart .cart-sidebar .list-group,
body.xth-theme #order-standard_cart .secondary-cart-sidebar .list-group {
    border: 0;
    box-shadow: none;
}

body.xth-theme #order-standard_cart .cart-sidebar .list-group-item,
body.xth-theme #order-standard_cart .secondary-cart-sidebar .list-group-item {
    border-color: #edf2f7;
    padding: 11px 14px;
    color: #314157;
    background: #ffffff;
    font-size: 13px;
    font-weight: 800;
}

body.xth-theme #order-standard_cart .cart-sidebar .list-group-item:hover,
body.xth-theme #order-standard_cart .cart-sidebar .list-group-item:focus,
body.xth-theme #order-standard_cart .secondary-cart-sidebar .list-group-item:hover,
body.xth-theme #order-standard_cart .secondary-cart-sidebar .list-group-item:focus {
    color: #074ebd;
    background: #eef6ff;
}

body.xth-theme #order-standard_cart .cart-sidebar .list-group-item.active,
body.xth-theme #order-standard_cart .secondary-cart-sidebar .list-group-item.active {
    border-color: #1769ff;
    color: #ffffff;
    background: linear-gradient(135deg, #1769ff, #1ac7ff);
}

body.xth-theme #order-standard_cart .sidebar-collapsed {
    margin-bottom: 24px;
}

body.xth-theme #order-standard_cart .sidebar-collapsed select,
body.xth-theme #order-standard_cart .sidebar-collapsed .custom-select {
    min-height: 44px;
    border-radius: 8px;
    font-weight: 800;
}

body.xth-theme #order-standard_cart .domain-checker-container {
    overflow: hidden;
    margin: 24px 0 34px;
    border: 1px solid rgba(23, 105, 255, 0.18);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(41, 211, 255, 0.16), rgba(23, 105, 255, 0.05)),
        linear-gradient(145deg, #07182d, #0d345c);
    box-shadow: 0 24px 70px rgba(6, 21, 40, 0.18);
}

body.xth-theme #order-standard_cart .domain-checker-bg {
    padding: 64px 24px;
    background-position: calc(100% + 110px) -30px;
    background-size: 410px auto;
}

body.xth-theme #order-standard_cart .domain-checker-container .input-group-box {
    display: flex;
    gap: 10px;
    align-items: stretch;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.16);
}

body.xth-theme #order-standard_cart .domain-checker-container .input-group-box .form-control {
    flex: 1 1 auto;
    min-height: 56px;
    border: 1px solid #d4e1ed;
    border-radius: 8px;
    color: #061528;
    font-size: 17px;
    font-weight: 800;
}

body.xth-theme #order-standard_cart .domain-checker-container .input-group-btn,
body.xth-theme #order-standard_cart .domain-checker-container .input-group-append {
    flex: 0 0 auto;
    display: flex;
    width: auto;
}

body.xth-theme #order-standard_cart .domain-check-availability,
body.xth-theme #order-standard_cart #btnCheckAvailability {
    min-width: 168px;
    width: auto;
    min-height: 56px;
    height: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 900;
}

body.xth-theme #order-standard_cart .domain-checker-container.domain-checker-advanced #btnCheckAvailability {
    right: 24px;
    top: 24px;
}

body.xth-theme #order-standard_cart .domain-checker-container.domain-checker-advanced .input-group-box {
    display: block;
    position: relative;
}

body.xth-theme #order-standard_cart .domain-checker-container.domain-checker-advanced textarea {
    width: 100%;
    min-height: 132px;
    border: 1px solid #d4e1ed;
    border-radius: 8px;
    padding: 16px 184px 16px 16px;
    color: #061528;
    font-size: 16px;
    font-weight: 700;
}

body.xth-theme #order-standard_cart .domain-checker-container.domain-checker-advanced .multiselect {
    min-height: 40px;
    border: 1px solid #d4e1ed;
    border-radius: 8px;
    padding: 7px 10px;
    color: #314157;
    background: #ffffff;
    font-weight: 800;
}

body.xth-theme #order-standard_cart .domain-checker-container.domain-checker-advanced label {
    color: #314157;
    font-weight: 800;
}

body.xth-theme #order-standard_cart .captcha-container {
    margin-top: 18px;
}

body.xth-theme #order-standard_cart .default-captcha {
    max-width: 390px;
    border: 1px solid #dbe5ef;
    border-radius: 8px;
    background: #ffffff;
    color: #314157;
    box-shadow: 0 12px 30px rgba(6, 21, 40, 0.1);
}

body.xth-theme #order-standard_cart .default-captcha-register-margin {
    margin-bottom: 0;
}

body.xth-theme #order-standard_cart .captcha-container #google-recaptcha {
    margin-bottom: 0;
}

body.xth-theme #order-standard_cart #DomainSearchResults {
    margin-top: 24px;
}

body.xth-theme #order-standard_cart #DomainSearchResults .primary-domain-header,
body.xth-theme #order-standard_cart .suggested-domains .panel-heading,
body.xth-theme #order-standard_cart .suggested-domains .card-header {
    border-bottom: 0;
    border-radius: 8px 8px 0 0;
    background: #061528;
    color: #ffffff;
    font-weight: 900;
}

body.xth-theme #order-standard_cart .domain-checker-result-headline {
    margin: 24px 0;
    color: #061528;
    font-size: 22px;
    font-weight: 900;
}

body.xth-theme #order-standard_cart .domain-price .btn-add-to-cart,
body.xth-theme #order-standard_cart .suggested-domains .btn-add-to-cart,
body.xth-theme #order-standard_cart .spotlight-tld .btn-add-to-cart {
    border-color: transparent;
    border-radius: 8px;
    background: linear-gradient(135deg, #1769ff, #1ac7ff);
    color: #ffffff;
    font-weight: 900;
}

body.xth-theme #order-standard_cart .spotlight-tlds {
    margin: 26px 0;
    padding: 0;
    background: transparent;
}

body.xth-theme #order-standard_cart .spotlight-tlds-container {
    margin-right: -8px;
    margin-left: -8px;
}

body.xth-theme #order-standard_cart .spotlight-tld-container {
    padding: 8px;
}

body.xth-theme #order-standard_cart .spotlight-tld {
    min-height: 126px;
    height: auto;
    border: 1px solid #dbe5ef;
    border-radius: 8px;
    padding: 18px 10px;
    color: #061528;
    background: #ffffff;
    box-shadow: 0 12px 36px rgba(6, 21, 40, 0.08);
}

body.xth-theme #order-standard_cart .domain-pricing {
    margin-top: 36px;
}

body.xth-theme #order-standard_cart .featured-tlds-container {
    margin-bottom: 30px;
}

body.xth-theme #order-standard_cart .featured-tld {
    min-height: 154px;
    border: 1px solid #dbe5ef;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 14px 38px rgba(6, 21, 40, 0.08);
}

body.xth-theme #order-standard_cart .featured-tld .price {
    font-weight: 900;
}

body.xth-theme #order-standard_cart .tld-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 14px 0 22px;
}

body.xth-theme #order-standard_cart .tld-filters .badge {
    border: 1px solid #dbe5ef;
    border-radius: 8px;
    padding: 8px 11px;
    color: #314157;
    background: #ffffff;
    font-size: 12px;
    font-weight: 900;
}

body.xth-theme #order-standard_cart .tld-filters .badge:hover,
body.xth-theme #order-standard_cart .tld-filters .badge:focus {
    color: #074ebd;
    background: #eef6ff;
    text-decoration: none;
}

body.xth-theme #order-standard_cart .domain-pricing .bg-white {
    overflow: hidden;
    border: 1px solid #dbe5ef;
    border-radius: 8px;
    box-shadow: 0 16px 46px rgba(6, 21, 40, 0.08);
}

body.xth-theme #order-standard_cart .domain-pricing .tld-pricing-header {
    background: #061528;
    color: #ffffff;
    font-size: 13px;
    font-weight: 900;
}

body.xth-theme #order-standard_cart .domain-pricing .tld-pricing-header .col-xs-4,
body.xth-theme #order-standard_cart .domain-pricing .tld-pricing-header .col-sm-4,
body.xth-theme #order-standard_cart .domain-pricing .tld-pricing-header .tld-column {
    border: 0;
    border-radius: 0;
    background: transparent;
}

body.xth-theme #order-standard_cart .domain-pricing .tld-row {
    min-height: 58px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #edf2f7;
    background: #ffffff;
}

body.xth-theme #order-standard_cart .domain-pricing .tld-row:nth-child(even) {
    background: #f8fbfe;
}

body.xth-theme #order-standard_cart .domain-pricing .two-row-center {
    border-right: 1px solid #dbe5ef;
    color: #061528;
}

body.xth-theme #order-standard_cart .domain-promo-box {
    border: 1px solid #dbe5ef;
    border-radius: 8px;
    padding: 24px;
    color: #0b1829;
    background: linear-gradient(135deg, #ffffff, #f5f9fc);
    box-shadow: 0 14px 38px rgba(6, 21, 40, 0.08);
}

body.xth-theme #order-standard_cart .view-cart-items-header {
    border-radius: 8px 8px 0 0;
    padding: 12px 16px;
    background: #061528;
    color: #ffffff;
    font-weight: 900;
}

body.xth-theme #order-standard_cart .view-cart-items {
    overflow: hidden;
    border: 1px solid #dbe5ef;
    border-top: 0;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 16px 46px rgba(6, 21, 40, 0.08);
}

body.xth-theme #order-standard_cart .view-cart-items .item {
    padding: 18px;
    background: #ffffff;
    font-size: 14px;
}

body.xth-theme #order-standard_cart .view-cart-items .item:nth-child(even) {
    background: #f8fbfe;
}

body.xth-theme #order-standard_cart .view-cart-items .item-title,
body.xth-theme #order-standard_cart .view-cart-items .item-price span {
    color: #061528;
    font-weight: 900;
}

body.xth-theme #order-standard_cart .view-cart-items .item-group,
body.xth-theme #order-standard_cart .view-cart-items .item-domain,
body.xth-theme #order-standard_cart .view-cart-items .item-price .cycle {
    color: #627089;
}

body.xth-theme #order-standard_cart .view-cart-tabs .tab-content,
body.xth-theme #order-standard_cart .view-cart-promotion-code,
body.xth-theme #order-standard_cart .view-cart-gateway-checkout {
    border-color: #dbe5ef;
    background: #ffffff;
}

body.xth-theme #order-standard_cart .order-summary {
    border-bottom: 0;
    background: #ffffff;
}

body.xth-theme #order-standard_cart .summary-container {
    border: 0;
    border-radius: 0;
    background: #ffffff;
    font-size: 13px;
}

body.xth-theme #order-standard_cart .order-summary .total-due-today .amt {
    color: #061528;
    font-weight: 900;
}

body.xth-theme #order-standard_cart .btn-checkout {
    border-radius: 8px;
    font-weight: 900;
}

body.xth-theme #order-standard_cart .products {
    margin-top: 18px;
}

body.xth-theme #order-standard_cart .products .row-eq-height > [class*="col-"] {
    display: flex;
    align-items: stretch;
}

body.xth-theme #order-standard_cart .products .product {
    display: block;
    overflow: hidden;
    width: 100%;
    margin: 0 0 24px;
    border: 1px solid #dbe5ef !important;
    border-radius: 8px !important;
    background: #ffffff;
    box-shadow: 0 18px 48px rgba(6, 21, 40, 0.09);
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

body.xth-theme #order-standard_cart .products .product:hover,
body.xth-theme #order-standard_cart .products .product:focus-within {
    border-color: rgba(23, 105, 255, 0.34) !important;
    box-shadow: 0 24px 64px rgba(6, 21, 40, 0.13);
    transform: translateY(-2px);
}

body.xth-theme #order-standard_cart .products .product header {
    border-bottom: 1px solid #e5edf6;
    border-radius: 8px 8px 0 0;
    padding: 17px 20px;
    background: linear-gradient(180deg, #ffffff, #f7fafd);
}

body.xth-theme #order-standard_cart .products .product header span {
    color: #061528;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0;
}

body.xth-theme #order-standard_cart .products .product header .qty {
    color: #627089;
    font-size: 12px;
    font-weight: 800;
}

body.xth-theme #order-standard_cart .products .product div.product-desc {
    width: 58%;
    padding: 20px;
    color: #314157;
    font-size: 14px;
    line-height: 1.6;
}

body.xth-theme #order-standard_cart .products .product div.product-desc-full-width {
    width: auto;
}

body.xth-theme #order-standard_cart .products .product div.product-desc ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

body.xth-theme #order-standard_cart .products .product div.product-desc li {
    margin-top: 7px;
}

body.xth-theme #order-standard_cart .products .product span.feature-value {
    color: #061528;
    font-weight: 900;
}

body.xth-theme #order-standard_cart .products .product footer {
    display: flex;
    float: right;
    flex-direction: column;
    gap: 14px;
    align-items: center;
    justify-content: center;
    width: 42%;
    margin: 0;
    border-left: 1px solid #e5edf6;
    padding: 20px;
    background: #f8fbfe;
    text-align: center;
}

body.xth-theme #order-standard_cart .products .product div.product-pricing {
    margin-bottom: 0;
    color: #627089;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.45;
}

body.xth-theme #order-standard_cart .products .product div.product-pricing span.price,
body.xth-theme #order-standard_cart .product-recommendations .product-recommendation .price,
body.xth-theme #order-standard_cart .mc-promo .price {
    display: block;
    color: #061528 !important;
    font-size: 25px !important;
    font-weight: 900;
    line-height: 1.15;
}

body.xth-theme #order-standard_cart .products .product div.product-pricing small {
    color: #627089;
    font-size: 12px;
    font-weight: 800;
}

body.xth-theme #order-standard_cart .panel-addon,
body.xth-theme #order-standard_cart .product-recommendations .product-recommendation,
body.xth-theme #order-standard_cart .mc-promo {
    overflow: hidden;
    border: 1px solid #dbe5ef !important;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 16px 42px rgba(6, 21, 40, 0.08);
}

body.xth-theme #order-standard_cart .panel-addon .panel-body,
body.xth-theme #order-standard_cart .product-recommendations .product-recommendation .header,
body.xth-theme #order-standard_cart .mc-promo .header {
    background: #ffffff;
}

body.xth-theme #order-standard_cart .panel-addon .panel-body {
    padding: 18px;
    text-align: left;
}

body.xth-theme #order-standard_cart .panel-addon .panel-price {
    border-top: 1px solid #e5edf6;
    padding: 12px 14px;
    background: #f8fbfe;
    color: #061528;
    font-weight: 900;
}

body.xth-theme #order-standard_cart .panel-addon .panel-add {
    padding: 12px 14px;
    background: linear-gradient(135deg, #1769ff, #1ac7ff);
    color: #ffffff;
    font-weight: 900;
}

body.xth-theme #order-standard_cart .btn-order-now,
body.xth-theme #order-standard_cart .products .product footer .btn,
body.xth-theme #order-standard_cart .btn-checkout,
body.xth-theme #order-standard_cart #btnCompleteProductConfig,
body.xth-theme #order-standard_cart #btnCompleteOrder,
body.xth-theme #order-standard_cart .domain-price .btn-add-to-cart,
body.xth-theme #order-standard_cart .suggested-domains .btn-add-to-cart,
body.xth-theme #order-standard_cart .spotlight-tld .btn-add-to-cart,
body.xth-theme #order-standard_cart .btn-add-renewal-to-cart,
body.xth-theme #order-standard_cart .product-recommendations .btn-add,
body.xth-theme #order-standard_cart .mc-promo .btn-add {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid #1769ff !important;
    border-radius: 8px !important;
    padding: 10px 16px !important;
    background-color: #1769ff !important;
    background-image: linear-gradient(135deg, #1769ff, #1ac7ff) !important;
    color: #ffffff !important;
    font-weight: 900;
    line-height: 1.2;
    text-align: center;
    box-shadow: 0 14px 32px rgba(23, 105, 255, 0.26) !important;
}

body.xth-theme #order-standard_cart .btn.w-hidden,
body.xth-theme #order-standard_cart .btn-add-to-cart.w-hidden,
body.xth-theme #order-standard_cart .w-hidden {
    display: none;
}

body.xth-theme #order-standard_cart .btn-order-now:hover,
body.xth-theme #order-standard_cart .products .product footer .btn:hover,
body.xth-theme #order-standard_cart .btn-checkout:hover,
body.xth-theme #order-standard_cart #btnCompleteProductConfig:hover,
body.xth-theme #order-standard_cart #btnCompleteOrder:hover,
body.xth-theme #order-standard_cart .domain-price .btn-add-to-cart:hover,
body.xth-theme #order-standard_cart .suggested-domains .btn-add-to-cart:hover,
body.xth-theme #order-standard_cart .spotlight-tld .btn-add-to-cart:hover,
body.xth-theme #order-standard_cart .btn-add-renewal-to-cart:hover,
body.xth-theme #order-standard_cart .product-recommendations .btn-add:hover,
body.xth-theme #order-standard_cart .mc-promo .btn-add:hover,
body.xth-theme #order-standard_cart .btn-order-now:focus,
body.xth-theme #order-standard_cart .products .product footer .btn:focus,
body.xth-theme #order-standard_cart .btn-checkout:focus,
body.xth-theme #order-standard_cart #btnCompleteProductConfig:focus,
body.xth-theme #order-standard_cart #btnCompleteOrder:focus,
body.xth-theme #order-standard_cart .domain-price .btn-add-to-cart:focus,
body.xth-theme #order-standard_cart .suggested-domains .btn-add-to-cart:focus,
body.xth-theme #order-standard_cart .spotlight-tld .btn-add-to-cart:focus,
body.xth-theme #order-standard_cart .btn-add-renewal-to-cart:focus,
body.xth-theme #order-standard_cart .product-recommendations .btn-add:focus,
body.xth-theme #order-standard_cart .mc-promo .btn-add:focus {
    border-color: #0a4fcb !important;
    background-color: #061528 !important;
    background-image: linear-gradient(135deg, #061528, #1769ff) !important;
    color: #ffffff !important;
    text-decoration: none;
    box-shadow: 0 0 0 3px rgba(23, 105, 255, 0.2), 0 18px 38px rgba(23, 105, 255, 0.3) !important;
}

body.xth-theme #order-standard_cart .btn-checkout.disabled,
body.xth-theme #order-standard_cart .btn-checkout:disabled,
body.xth-theme #order-standard_cart .btn-add-to-cart:disabled {
    opacity: 0.74;
    cursor: not-allowed;
    box-shadow: none !important;
}

body.xth-theme #order-standard_cart .product-recommendations .btn-add .text,
body.xth-theme #order-standard_cart .mc-promo .btn-add .text {
    padding: 0;
}

body.xth-theme #order-standard_cart .product-recommendations .btn-add .arrow,
body.xth-theme #order-standard_cart .mc-promo .btn-add .arrow {
    border-left: 1px solid rgba(255, 255, 255, 0.28);
    padding: 0 0 0 8px;
    background: transparent !important;
}

body.xth-theme #order-standard_cart .domain-suggestion-pricing .btn-default,
body.xth-theme #order-standard_cart .domain-suggestions .btn-default,
body.xth-theme #order-standard_cart .domain-price .btn-default {
    border: 1px solid #cbd9e6;
    border-radius: 8px;
    background: #ffffff;
    color: #061528;
    font-weight: 900;
}

body.xth-theme #order-standard_cart .domain-suggestion-pricing .btn-default:hover,
body.xth-theme #order-standard_cart .domain-suggestions .btn-default:hover,
body.xth-theme #order-standard_cart .domain-price .btn-default:hover,
body.xth-theme #order-standard_cart .domain-suggestion-pricing .btn-default:focus,
body.xth-theme #order-standard_cart .domain-suggestions .btn-default:focus,
body.xth-theme #order-standard_cart .domain-price .btn-default:focus {
    border-color: #1769ff;
    background: #eef6ff;
    color: #074ebd;
}

body.xth-theme #footer .copyright {
    margin-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 18px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 12px;
}

body.xth-theme > p[style*="text-align"] {
    margin: 0;
    padding: 0 24px 20px;
    background: #050f1d;
    color: rgba(255, 255, 255, 0.56);
    font-size: 12px;
}

body.xth-theme > p[style*="text-align"] a {
    color: rgba(255, 255, 255, 0.74);
    font-weight: 800;
}

body.xth-theme #main-body .primary-content > p[style*="text-align:center"] {
    max-width: 1180px;
    margin: 36px auto 0;
    border: 1px solid #dbe5ef;
    border-bottom: 0;
    border-radius: 8px 8px 0 0;
    padding: 13px 18px;
    background: #f8fbfe;
    color: #627089;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.5;
    text-align: center !important;
}

body.xth-theme:not(.xth-page-homepage) #main-body .primary-content > p[style*="text-align:center"] {
    margin-bottom: -68px;
}

body.xth-theme #main-body .primary-content > p[style*="text-align:center"] a {
    color: #314157;
    font-weight: 900;
}

.xth-hosting-home {
    --xth-navy: #061528;
    --xth-ink: #0b1829;
    --xth-slate: #314157;
    --xth-muted: #627089;
    --xth-border: #dbe5ef;
    --xth-soft: #f5f9fc;
    --xth-white: #ffffff;
    --xth-blue: #1769ff;
    --xth-cyan: #29d3ff;
    --xth-green: #24d18b;
    --xth-shadow: 0 24px 70px rgba(6, 21, 40, 0.14);
    --xth-premium-shadow: 0 28px 90px rgba(6, 21, 40, 0.22);
    color: var(--xth-ink);
    font-family: "Open Sans", Arial, sans-serif;
    line-height: 1.6;
}

.xth-hosting-home,
.xth-hosting-home * {
    box-sizing: border-box;
}

.xth-hosting-home a {
    text-decoration: none;
}

.xth-hosting-home a:focus,
.xth-hosting-home button:focus,
.xth-hosting-home input:focus {
    outline: 3px solid rgba(41, 211, 255, 0.55);
    outline-offset: 3px;
}

.xth-shell {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px;
}

.xth-hero,
.xth-domain,
.xth-migration,
.xth-final-cta,
.xth-trust-strip,
.xth-proof-band,
.xth-footer-links {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.xth-hero {
    position: relative;
    overflow: hidden;
    padding: 112px 0 92px;
    background:
        linear-gradient(115deg, rgba(41, 211, 255, 0.14), transparent 45%),
        linear-gradient(145deg, #030c18 0%, #071d36 44%, #0d4a7e 100%);
    color: var(--xth-white);
}

.xth-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.86), transparent);
    pointer-events: none;
}

.xth-hero::after {
    content: "";
    position: absolute;
    right: -10%;
    bottom: -36%;
    width: 62%;
    height: 82%;
    background: linear-gradient(135deg, rgba(41, 211, 255, 0.16), rgba(23, 105, 255, 0));
    transform: skewX(-18deg);
    pointer-events: none;
}

.xth-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.78fr);
    gap: 72px;
    align-items: center;
}

.xth-hero h1 {
    max-width: 780px;
    margin: 0;
    font-size: 78px;
    line-height: 0.98;
    letter-spacing: 0;
    font-weight: 800;
}

.xth-hero-lead {
    max-width: 670px;
    margin: 26px 0 0;
    color: rgba(244, 249, 255, 0.88);
    font-size: 21px;
    line-height: 1.7;
}

.xth-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px;
}

.xth-btn {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 13px 20px;
    border: 1px solid transparent;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.1;
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.xth-btn:hover {
    transform: translateY(-2px);
    text-decoration: none;
}

.xth-btn:active {
    transform: translateY(0);
}

.xth-btn-primary {
    background: linear-gradient(135deg, var(--xth-blue), #1ac7ff);
    color: var(--xth-white);
    box-shadow: 0 16px 36px rgba(23, 105, 255, 0.28);
}

.xth-btn-primary:hover,
.xth-btn-primary:focus {
    color: var(--xth-white);
}

.xth-btn-secondary {
    border-color: rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.1);
    color: var(--xth-white);
    backdrop-filter: blur(14px);
}

.xth-btn-secondary:hover,
.xth-btn-secondary:focus {
    color: var(--xth-white);
    border-color: rgba(255, 255, 255, 0.48);
}

.xth-trust-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    max-width: 760px;
    margin: 34px 0 0;
    padding: 0;
    list-style: none;
}

.xth-trust-list li {
    position: relative;
    min-height: 48px;
    display: flex;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    padding: 10px 12px 10px 34px;
    color: rgba(255, 255, 255, 0.88);
    background: rgba(255, 255, 255, 0.065);
    font-size: 13px;
    font-weight: 700;
}

.xth-trust-list li::before {
    content: "";
    position: absolute;
    left: 13px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--xth-cyan);
    box-shadow: 0 0 16px rgba(41, 211, 255, 0.8);
}

.xth-hero-panel {
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    padding: 24px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.055)),
        rgba(5, 20, 37, 0.78);
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.36);
    backdrop-filter: blur(18px);
}

.xth-platform-card,
.xth-mini-stat,
.xth-signal-row,
.xth-stack-row {
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.075);
}

.xth-platform-card-main {
    display: flex;
    gap: 16px;
    align-items: center;
    border-radius: 8px;
    padding: 20px;
    background:
        linear-gradient(90deg, rgba(41, 211, 255, 0.11), transparent),
        rgba(255, 255, 255, 0.075);
}

.xth-platform-card strong,
.xth-mini-stat strong,
.xth-signal-row strong {
    display: block;
    color: var(--xth-white);
    font-weight: 800;
}

.xth-platform-card span:not(.xth-node) {
    display: block;
    margin-top: 4px;
    color: rgba(238, 247, 255, 0.72);
    font-size: 14px;
}

.xth-node {
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(41, 211, 255, 0.22), rgba(23, 105, 255, 0.7));
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18), 0 0 26px rgba(41, 211, 255, 0.38);
}

.xth-stack-visual {
    display: grid;
    gap: 10px;
    margin-top: 14px;
}

.xth-stack-row {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    border-radius: 8px;
    padding: 13px 14px;
}

.xth-stack-row span {
    color: rgba(238, 247, 255, 0.68);
    font-size: 13px;
    font-weight: 800;
}

.xth-stack-row strong {
    color: #ffffff;
    font-size: 13px;
    font-weight: 900;
}

.xth-platform-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 14px;
}

.xth-mini-stat {
    border-radius: 8px;
    padding: 18px;
}

.xth-mini-stat span {
    display: inline-flex;
    margin-bottom: 14px;
    color: var(--xth-cyan);
    font-size: 13px;
    font-weight: 800;
}

.xth-signal-row {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 14px;
    border-radius: 8px;
    padding: 18px;
}

.xth-signal-row span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--xth-green);
    box-shadow: 0 0 18px rgba(36, 209, 139, 0.78);
}

.xth-signal-row strong {
    margin-left: 4px;
    font-size: 14px;
}

.xth-domain {
    padding: 58px 0;
    color: var(--xth-white);
    background: linear-gradient(135deg, #071b31, #0b3156);
}

.xth-section-heading {
    max-width: 780px;
    margin: 0 auto 34px;
    text-align: center;
}

.xth-section-heading h2,
.xth-migration h2,
.xth-final-cta h2,
.xth-portal h2 {
    margin: 0;
    color: var(--xth-ink);
    font-size: 46px;
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: 0;
}

.xth-section-heading p,
.xth-portal-copy p {
    margin: 14px 0 0;
    color: var(--xth-muted);
    font-size: 17px;
}

.xth-section-heading-dark h2,
.xth-section-heading-dark p {
    color: var(--xth-white);
}

.xth-domain-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    max-width: 940px;
    margin: 0 auto;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    padding: 10px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.08)),
        rgba(255, 255, 255, 0.12);
    box-shadow: 0 26px 68px rgba(0, 0, 0, 0.22);
}

.xth-domain-visual {
    min-width: 0;
    min-height: 64px;
    display: flex;
    align-items: center;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.86);
    border-radius: 8px;
    background: var(--xth-white);
    color: var(--xth-ink);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.94);
    transition: border-color 160ms ease, box-shadow 160ms ease;
}

.xth-domain-visual:focus-within {
    border-color: var(--xth-cyan);
    box-shadow: 0 0 0 4px rgba(41, 211, 255, 0.22);
}

.xth-domain-input {
    display: block;
    width: 100%;
    min-width: 0;
    min-height: 62px;
    border: 0;
    padding: 0 22px;
    color: var(--xth-ink);
    background: transparent;
    font-size: 18px;
    font-weight: 800;
    outline: 0;
}

.xth-domain-input::placeholder {
    color: #7d8ba0;
    opacity: 1;
}

.xth-domain-button {
    display: inline-flex;
    min-width: 180px;
    min-height: 64px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 8px;
    padding: 0 28px;
    color: var(--xth-white);
    background: linear-gradient(135deg, var(--xth-blue), var(--xth-cyan));
    font-weight: 800;
    box-shadow: 0 14px 32px rgba(23, 105, 255, 0.24);
}

.xth-domain-button:hover,
.xth-domain-button:focus {
    color: var(--xth-white);
    text-decoration: none;
    box-shadow: 0 18px 38px rgba(23, 105, 255, 0.3);
}

.xth-domain-button:focus {
    outline: 3px solid rgba(41, 211, 255, 0.58);
    outline-offset: 3px;
}

.xth-domain-note {
    display: table;
    max-width: 780px;
    margin: 16px auto 0;
    color: rgba(255, 255, 255, 0.78);
    text-align: center;
    font-weight: 800;
}

.xth-domain-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    max-width: 900px;
    margin: 18px auto 0;
    padding: 0;
    list-style: none;
}

.xth-domain-chips li {
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    padding: 9px 12px;
    color: rgba(255, 255, 255, 0.86);
    background: rgba(255, 255, 255, 0.07);
    font-size: 13px;
    font-weight: 900;
}

body.xth-theme #order-standard_cart .xth-domain-prefill-note {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    width: auto;
    margin: 10px 0 0;
    border: 1px solid rgba(23, 105, 255, 0.16);
    border-radius: 8px;
    padding: 7px 10px;
    background: rgba(238, 246, 255, 0.72);
    color: #245177;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.35;
    text-align: left;
}

body.xth-theme #order-standard_cart .xth-domain-prefill-note::before {
    content: "";
    width: 7px;
    height: 7px;
    flex: 0 0 7px;
    border-radius: 50%;
    background: var(--xth-cyan);
    box-shadow: 0 0 0 3px rgba(41, 211, 255, 0.18);
}

body.xth-theme #order-standard_cart #btnCheckAvailability.xth-search-ready,
body.xth-theme #order-standard_cart .domain-check-availability.xth-search-ready {
    box-shadow:
        0 0 0 4px rgba(41, 211, 255, 0.2),
        0 18px 36px rgba(23, 105, 255, 0.28);
    animation: xthSearchReadyPulse 1700ms ease-out 1;
}

@keyframes xthSearchReadyPulse {
    0% {
        box-shadow:
            0 0 0 0 rgba(41, 211, 255, 0.38),
            0 14px 28px rgba(23, 105, 255, 0.2);
    }

    100% {
        box-shadow:
            0 0 0 8px rgba(41, 211, 255, 0),
            0 18px 36px rgba(23, 105, 255, 0.28);
    }
}

@media (prefers-reduced-motion: reduce) {
    body.xth-theme #order-standard_cart #btnCheckAvailability.xth-search-ready,
    body.xth-theme #order-standard_cart .domain-check-availability.xth-search-ready {
        animation: none;
    }
}

.xth-section {
    padding: 92px 0;
    background: var(--xth-white);
}

.xth-pricing-band,
.xth-faq-section {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: linear-gradient(180deg, #f6f9fd 0%, #ffffff 100%);
}

.xth-card-grid,
.xth-pricing-grid,
.xth-faq-grid {
    display: grid;
    gap: 22px;
}

.xth-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.xth-trust-strip {
    position: relative;
    z-index: 2;
    margin-top: -1px;
    padding: 22px 0;
    background: #ffffff;
    box-shadow: 0 16px 46px rgba(6, 21, 40, 0.08);
}

.xth-trust-strip-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.xth-trust-strip-grid div {
    border-left: 3px solid var(--xth-blue);
    padding: 8px 10px 8px 16px;
}

.xth-trust-strip-grid strong {
    display: block;
    color: var(--xth-ink);
    font-weight: 900;
}

.xth-trust-strip-grid span {
    display: block;
    margin-top: 3px;
    color: var(--xth-muted);
    font-size: 13px;
}

.xth-service-card,
.xth-price-card,
.xth-faq-grid article,
.xth-benefit-grid div {
    border: 1px solid var(--xth-border);
    border-radius: 8px;
    background: var(--xth-white);
    box-shadow: 0 12px 40px rgba(20, 47, 79, 0.07);
}

.xth-service-card {
    position: relative;
    overflow: hidden;
    min-height: 258px;
    padding: 28px;
    transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.xth-service-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: linear-gradient(90deg, var(--xth-blue), var(--xth-cyan));
    opacity: 0;
    transition: opacity 160ms ease;
}

.xth-service-card:hover,
.xth-service-card:focus-within {
    border-color: rgba(23, 105, 255, 0.32);
    box-shadow: var(--xth-shadow);
    transform: translateY(-3px);
}

.xth-service-card:hover::before,
.xth-service-card:focus-within::before {
    opacity: 1;
}

.xth-card-icon {
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: var(--xth-white);
    background: linear-gradient(135deg, #0b3156, var(--xth-blue));
    box-shadow: 0 14px 32px rgba(23, 105, 255, 0.22);
    font-size: 13px;
    font-weight: 900;
}

.xth-service-card-wordpress .xth-card-icon {
    background: linear-gradient(135deg, #0b3156, #24d18b);
}

.xth-service-card-vps .xth-card-icon {
    background: linear-gradient(135deg, #061528, #8a63ff);
}

.xth-service-card-email .xth-card-icon {
    background: linear-gradient(135deg, #0d4a7e, #29d3ff);
}

.xth-service-card-domains .xth-card-icon {
    background: linear-gradient(135deg, #18345a, #1769ff);
}

.xth-service-card-ssl .xth-card-icon {
    background: linear-gradient(135deg, #064432, #24d18b);
}

.xth-service-tag {
    display: inline-flex;
    margin-left: 10px;
    color: var(--xth-muted);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.xth-service-card h3,
.xth-price-card h3,
.xth-faq-grid h3 {
    margin: 20px 0 0;
    color: var(--xth-ink);
    font-size: 21px;
    font-weight: 800;
    letter-spacing: 0;
}

.xth-service-card p,
.xth-faq-grid p {
    margin: 12px 0 0;
    color: var(--xth-muted);
}

.xth-service-card a,
.xth-inline-cta {
    display: inline-flex;
    margin-top: 20px;
    color: var(--xth-blue);
    font-weight: 800;
}

.xth-service-card a:hover,
.xth-inline-cta:hover {
    color: #0a4fcf;
}

.xth-pricing-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
}

.xth-price-card {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 30px;
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.xth-price-card:hover,
.xth-price-card:focus-within {
    transform: translateY(-3px);
    box-shadow: var(--xth-shadow);
}

.xth-price-card-featured {
    border-color: rgba(23, 105, 255, 0.36);
    background:
        linear-gradient(180deg, rgba(23, 105, 255, 0.08), transparent 42%),
        #ffffff;
    box-shadow: var(--xth-premium-shadow);
}

.xth-price-card-premium {
    border-color: rgba(6, 21, 40, 0.2);
    background:
        linear-gradient(145deg, #07182d, #102f50);
    color: rgba(255, 255, 255, 0.82);
}

.xth-price-card-premium h3,
.xth-price-card-premium .xth-price {
    color: #ffffff;
}

.xth-price-card-premium .xth-price span,
.xth-price-card-premium li {
    color: rgba(255, 255, 255, 0.76);
}

.xth-price-card-premium .xth-btn-plan {
    background: linear-gradient(135deg, var(--xth-blue), var(--xth-cyan));
}

.xth-price-note {
    align-self: flex-start;
    margin-bottom: 14px;
    border-radius: 8px;
    padding: 6px 10px;
    color: #074ebd;
    background: #e8f3ff;
    font-size: 12px;
    font-weight: 900;
}

.xth-price {
    margin: 18px 0 0;
    color: var(--xth-ink);
    font-size: 38px;
    line-height: 1;
    font-weight: 900;
}

.xth-price span {
    color: var(--xth-muted);
    font-size: 15px;
    font-weight: 800;
}

.xth-price-card ul {
    display: grid;
    gap: 10px;
    margin: 26px 0 28px;
    padding: 0;
    list-style: none;
}

.xth-price-card li {
    position: relative;
    padding-left: 24px;
    color: var(--xth-slate);
}

.xth-price-card li::before {
    content: "";
    position: absolute;
    top: 0.66em;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--xth-green);
}

.xth-btn-plan {
    margin-top: auto;
    color: var(--xth-white);
    background: var(--xth-navy);
}

.xth-btn-plan:hover,
.xth-btn-plan:focus {
    color: var(--xth-white);
    background: #0b3156;
}

.xth-split {
    display: grid;
    grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
    gap: 42px;
    align-items: start;
}

.xth-align-left {
    margin: 0;
    text-align: left;
}

.xth-benefit-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.xth-benefit-grid div {
    padding: 22px;
}

.xth-benefit-grid strong {
    display: block;
    color: var(--xth-ink);
    font-weight: 900;
}

.xth-benefit-grid span {
    display: block;
    margin-top: 8px;
    color: var(--xth-muted);
}

.xth-migration {
    padding: 58px 0;
    color: var(--xth-white);
    background:
        linear-gradient(90deg, rgba(23, 105, 255, 0.2), transparent),
        var(--xth-navy);
}

.xth-proof-band {
    padding: 72px 0;
    color: #ffffff;
    background:
        linear-gradient(135deg, rgba(23, 105, 255, 0.16), transparent 48%),
        #061528;
}

.xth-proof-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: 36px;
    align-items: center;
}

.xth-proof-copy h2 {
    margin: 0;
    color: #ffffff;
    font-size: 38px;
    line-height: 1.12;
    font-weight: 900;
}

.xth-proof-copy p {
    margin: 16px 0 0;
    color: rgba(255, 255, 255, 0.74);
    font-size: 17px;
}

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

.xth-proof-list span {
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 8px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.075);
    color: rgba(255, 255, 255, 0.9);
    font-weight: 800;
}

.xth-migration-inner,
.xth-final-inner,
.xth-portal {
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: space-between;
}

.xth-migration h2,
.xth-migration p,
.xth-final-cta h2 {
    color: var(--xth-white);
}

.xth-migration p {
    margin: 10px 0 0;
    font-size: 19px;
}

.xth-portal {
    border: 1px solid var(--xth-border);
    border-radius: 8px;
    padding: 36px;
    background: linear-gradient(135deg, #ffffff, #f2f7fb);
    box-shadow: var(--xth-shadow);
}

.xth-portal-copy {
    max-width: 620px;
}

.xth-portal-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(130px, 1fr));
    gap: 12px;
    min-width: 330px;
}

.xth-portal-list span {
    border: 1px solid var(--xth-border);
    border-radius: 8px;
    padding: 14px;
    color: var(--xth-slate);
    background: var(--xth-white);
    font-weight: 800;
}

.xth-faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.xth-faq-grid article {
    padding: 24px;
}

.xth-faq-grid h3 {
    margin-top: 0;
    font-size: 19px;
}

.xth-footer-links {
    padding: 72px 0;
    background: #f7fafd;
}

.xth-footer-links-head {
    max-width: 700px;
    margin-bottom: 30px;
}

.xth-footer-links-head h2 {
    margin: 0;
    color: var(--xth-ink);
    font-size: 38px;
    line-height: 1.1;
    font-weight: 900;
}

.xth-footer-links-head p {
    margin: 12px 0 0;
    color: var(--xth-muted);
    font-size: 17px;
}

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

.xth-footer-columns nav,
.xth-footer-contact {
    border: 1px solid var(--xth-border);
    border-radius: 8px;
    padding: 22px;
    background: #ffffff;
}

.xth-footer-columns h3 {
    margin: 0 0 14px;
    color: var(--xth-ink);
    font-size: 16px;
    font-weight: 900;
}

.xth-footer-columns a {
    display: block;
    margin-top: 9px;
    color: var(--xth-slate);
    font-weight: 800;
}

.xth-footer-columns a:hover,
.xth-footer-columns a:focus {
    color: var(--xth-blue);
}

.xth-footer-contact p {
    margin: 0;
    color: var(--xth-muted);
}

.xth-final-cta {
    padding: 70px 0;
    background: linear-gradient(135deg, #061528, #0e3c67);
}

.xth-final-inner {
    align-items: center;
}

.xth-final-inner .xth-actions {
    margin-top: 0;
}

@media (max-width: 991px) {
    body.xth-theme #header .main-navbar-wrapper .navbar-collapse {
        padding: 14px 0;
    }

    body.xth-theme #footer .xth-global-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.xth-theme #order-standard_cart .domain-checker-bg {
        padding: 44px 18px;
        background-position: calc(100% + 150px) -20px;
    }

    body.xth-theme #order-standard_cart .domain-checker-container .input-group-box {
        gap: 8px;
    }

    .xth-hero {
        padding: 72px 0 60px;
    }

    .xth-hero h1 {
        font-size: 56px;
    }

    .xth-section-heading h2,
    .xth-migration h2,
    .xth-final-cta h2,
    .xth-portal h2 {
        font-size: 38px;
    }

    .xth-hero-grid,
    .xth-split,
    .xth-portal,
    .xth-proof-grid {
        grid-template-columns: 1fr;
    }

    .xth-hero-grid {
        gap: 34px;
    }

    .xth-trust-list,
    .xth-trust-strip-grid,
    .xth-product-grid,
    .xth-pricing-grid,
    .xth-footer-columns {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .xth-migration-inner,
    .xth-final-inner,
    .xth-portal {
        align-items: flex-start;
        flex-direction: column;
    }

    .xth-portal-list {
        min-width: 0;
        width: 100%;
    }
}

@media (max-width: 640px) {
    body.xth-theme .network-issue-alert .container {
        align-items: flex-start;
        flex-direction: column;
    }

    body.xth-theme .network-issue-alert .alert-link {
        margin-left: 0;
        float: none;
    }

    body.xth-theme:not(.xth-page-homepage) #main-body {
        padding: 34px 0 52px;
    }

    body.xth-theme:not(.xth-page-homepage) .header-lined h1 {
        font-size: 28px;
    }

    body.xth-theme .logincontainer {
        max-width: none;
        padding: 22px;
    }

    body.xth-theme #footer .xth-global-footer-grid {
        grid-template-columns: 1fr;
    }

    body.xth-theme #order-standard_cart {
        font-size: 14px;
    }

    body.xth-theme #order-standard_cart,
    body.xth-theme #order-standard_cart * {
        box-sizing: border-box;
    }

    body.xth-theme #order-standard_cart .row {
        margin-right: 0;
        margin-left: 0;
    }

    body.xth-theme #order-standard_cart .cart-body,
    body.xth-theme #order-standard_cart .secondary-cart-body,
    body.xth-theme #order-standard_cart .secondary-cart-sidebar {
        padding-right: 0;
        padding-left: 0;
    }

    body.xth-theme #order-standard_cart .products .row-eq-height > [class*="col-"] {
        display: block;
    }

    body.xth-theme #order-standard_cart .products .product {
        transform: none;
    }

    body.xth-theme #order-standard_cart .products .product:hover,
    body.xth-theme #order-standard_cart .products .product:focus-within {
        transform: none;
    }

    body.xth-theme #order-standard_cart .products .product div.product-desc,
    body.xth-theme #order-standard_cart .products .product footer {
        float: none;
        width: 100%;
    }

    body.xth-theme #order-standard_cart .products .product footer {
        align-items: stretch;
        border-top: 1px solid #e5edf6;
        border-left: 0;
        padding: 18px;
    }

    body.xth-theme #order-standard_cart .products .product footer .btn,
    body.xth-theme #order-standard_cart .btn-order-now,
    body.xth-theme #order-standard_cart .btn-checkout,
    body.xth-theme #order-standard_cart #btnCompleteProductConfig,
    body.xth-theme #order-standard_cart #btnCompleteOrder,
    body.xth-theme #order-standard_cart .btn-add-renewal-to-cart {
        width: 100%;
    }

    body.xth-theme #order-standard_cart .domain-checker-container .input-group-box {
        display: grid;
        grid-template-columns: 1fr;
    }

    body.xth-theme #order-standard_cart .domain-checker-container .input-group-btn,
    body.xth-theme #order-standard_cart .domain-checker-container .input-group-append,
    body.xth-theme #order-standard_cart .domain-check-availability,
    body.xth-theme #order-standard_cart #btnCheckAvailability {
        width: 100%;
    }

    body.xth-theme #order-standard_cart .domain-checker-container.domain-checker-advanced textarea {
        padding-right: 16px;
    }

    body.xth-theme #order-standard_cart .domain-checker-container.domain-checker-advanced #btnCheckAvailability {
        position: static;
        margin-top: 10px;
    }

    body.xth-theme #order-standard_cart .spotlight-tld-container {
        width: 50%;
    }

    body.xth-theme #order-standard_cart .domain-pricing .two-row-center {
        border-right: 0;
        border-bottom: 1px solid #dbe5ef;
    }

    body.xth-theme:not(.xth-page-homepage) #main-body .primary-content > p[style*="text-align:center"] {
        margin-bottom: -52px;
    }

    .xth-shell {
        padding: 0 18px;
    }

    .xth-hero {
        padding: 58px 0 48px;
    }

    .xth-hero h1 {
        font-size: 40px;
    }

    .xth-section-heading h2,
    .xth-migration h2,
    .xth-final-cta h2,
    .xth-portal h2 {
        font-size: 32px;
    }

    .xth-hero-lead {
        font-size: 17px;
    }

    .xth-actions,
    .xth-domain-cta,
    .xth-trust-list,
    .xth-trust-strip-grid,
    .xth-product-grid,
    .xth-pricing-grid,
    .xth-benefit-grid,
    .xth-faq-grid,
    .xth-portal-list,
    .xth-proof-list,
    .xth-footer-columns {
        grid-template-columns: 1fr;
    }

    .xth-actions {
        display: grid;
    }

    .xth-btn,
    .xth-domain-button {
        width: 100%;
    }

    .xth-domain-cta {
        display: grid;
        gap: 8px;
        padding: 8px;
    }

    .xth-domain-visual,
    .xth-domain-button {
        min-height: 58px;
    }

    .xth-domain-input {
        min-height: 56px;
        padding: 0 16px;
        font-size: 16px;
    }

    .xth-domain-chips {
        justify-content: stretch;
    }

    .xth-domain-chips li {
        flex: 1 1 100%;
        text-align: center;
    }

    body.xth-theme #order-standard_cart .xth-domain-prefill-note {
        width: 100%;
    }

    .xth-stack-row {
        display: block;
    }

    .xth-stack-row strong {
        margin-top: 4px;
    }

    .xth-section {
        padding: 62px 0;
    }

    .xth-service-card,
    .xth-price-card,
    .xth-faq-grid article,
    .xth-portal {
        padding: 22px;
    }
}
