.hosting-page {
    background: var(--site-bg);
    color: var(--site-text);
}

.hosting-page .container {
    max-width: 1440px;
}

.hosting-hero {
    padding: 88px 0 44px;
    background:
        radial-gradient(circle at 86% 8%, color-mix(in srgb, var(--brand-primary) 18%, transparent), transparent 30%),
        linear-gradient(135deg, var(--site-bg) 0%, var(--site-surface) 54%, color-mix(in srgb, var(--brand-primary) 9%, var(--site-bg)) 100%);
    border-bottom: 1px solid var(--site-border);
    overflow: hidden;
}

.hosting-storage-tools-page .hosting-hero,
.hosting-storage-tools-page .hosting-checkout-hero {
    padding-top: 43px !important;
}

.hosting-hero h1 {
    color: var(--site-text);
    font-size: 2.65rem;
    line-height: 1.08;
    letter-spacing: 0;
    margin: 0 0 26px;
    max-width: 720px;
}

.hosting-hero-copy {
    color: var(--site-muted);
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.6;
    margin: -12px 0 24px;
    max-width: 760px;
}

.hosting-points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 14px;
    max-width: 820px;
}

.hosting-points span {
    align-items: center;
    background: color-mix(in srgb, var(--site-surface) 72%, transparent);
    border: 1px solid var(--site-border);
    border-radius: 8px;
    color: var(--site-muted);
    display: inline-flex;
    font-size: .9rem;
    font-weight: 700;
    gap: 10px;
    min-height: 44px;
    padding: 0 16px;
}

.hosting-points i,
.hosting-feature-list i {
    align-items: center;
    color: var(--brand-primary);
    display: inline-flex;
    flex: 0 0 auto;
    justify-content: center;
    width: 16px;
}

.hosting-start-price {
    max-width: 420px;
    min-height: 132px;
    margin-left: auto;
    padding: 24px;
    background: linear-gradient(180deg, color-mix(in srgb, var(--brand-primary) 8%, var(--site-surface)), var(--site-surface));
    border: 1px solid color-mix(in srgb, var(--brand-primary) 14%, var(--site-border));
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(15, 23, 42, .10);
    overflow: hidden;
    position: relative;
    text-align: center;
}

.hosting-start-price:before {
    background: var(--brand-primary);
    content: "";
    height: 3px;
    left: 24px;
    position: absolute;
    right: 24px;
    top: 0;
}

.hosting-start-price span,
.hosting-start-price small {
    color: var(--site-muted);
    display: block;
    font-weight: 800;
}

.hosting-start-price strong {
    color: var(--site-text);
    display: block;
    font-size: 2rem;
    line-height: 1;
    margin: 12px 0 8px;
}

.hosting-plans-section {
    padding: 42px 0 34px;
}

.hosting-plans-section .row,
.call-w3 .row {
    overflow: visible;
}

.hosting-plans-section [class*="col-"],
.call-w3 .row > [class*="col-"] {
    position: relative;
}

.hosting-plans-section [class*="col-"]:focus-within,
.call-w3 .row > [class*="col-"]:focus-within {
    z-index: 40;
}

.hosting-message {
    background: color-mix(in srgb, #dc2626 8%, var(--site-surface));
    border: 1px solid color-mix(in srgb, #dc2626 24%, var(--site-border));
    border-radius: 8px;
    color: #dc2626;
    font-weight: 800;
    margin-bottom: 20px;
    padding: 14px 16px;
}

.hosting-plan-card {
    background: var(--site-surface);
    border: 1px solid var(--site-border);
    border-radius: 8px;
    box-shadow: 0 18px 46px rgba(15, 23, 42, .08);
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: visible;
    position: relative;
}

.hosting-plan-card:focus-within {
    z-index: 30;
}

.hosting-plan-head {
    background: linear-gradient(135deg, color-mix(in srgb, var(--brand-primary) 92%, #111827), #0f172a);
    border-radius: 8px 8px 0 0;
    color: #ffffff;
    padding: 24px;
}

.hosting-plan-head h2 {
    color: #ffffff;
    font-size: 1.35rem;
    letter-spacing: 0;
    line-height: 1.15;
    margin: 0 0 16px;
}

.hosting-plan-price {
    background: rgba(255, 255, 255, .10);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 8px;
    padding: 14px;
}

.hosting-plan-price span,
.hosting-plan-price small {
    color: #cbd5e1;
    display: block;
    font-size: .84rem;
    font-weight: 800;
}

.hosting-plan-price strong {
    color: #ffffff;
    display: block;
    font-size: 1.75rem;
    line-height: 1;
    margin: 8px 0 6px;
}

.hosting-feature-list {
    list-style: none;
    margin: 0;
    padding: 22px 24px 6px;
}

.hosting-feature-list li {
    align-items: flex-start;
    color: var(--site-muted);
    display: flex;
    font-weight: 600;
    gap: 10px;
    line-height: 1.45;
    margin-bottom: 12px;
}

.hosting-feature-list i {
    padding-top: 3px;
}

.hosting-plan-form {
    margin-top: auto;
    padding: 18px 24px 24px;
}

.hosting-plan-select {
    margin-bottom: 12px;
    position: relative;
    z-index: 5;
}

.hosting-plan-select:after {
    color: var(--brand-primary);
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    pointer-events: none;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}

.hosting-plan-select.has-custom-select:after {
    display: none;
}

.hosting-plan-select:focus-within,
.hosting-custom-select.is-open {
    z-index: 50;
}

.hosting-plan-select .form-control {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background:
        linear-gradient(180deg, color-mix(in srgb, var(--brand-primary) 5%, var(--site-surface)), var(--site-surface));
    border: 1px solid color-mix(in srgb, var(--brand-primary) 16%, var(--site-border)) !important;
    border-radius: 8px;
    color: var(--site-text);
    cursor: pointer;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 0;
    min-height: 48px;
    padding: 0 44px 0 14px;
    width: 100%;
}

.hosting-plan-select .form-control:focus {
    border-color: var(--brand-primary) !important;
    box-shadow: 0 0 0 .18rem color-mix(in srgb, var(--brand-primary) 18%, transparent) !important;
}

.hosting-plan-select .form-control option {
    color: #111827;
}

.hosting-plan-input,
.hosting-invoice-field .form-control {
    background: var(--site-surface);
    border: 1px solid color-mix(in srgb, var(--brand-primary) 16%, var(--site-border)) !important;
    border-radius: 8px !important;
    color: var(--site-text);
    font-weight: 800;
    min-height: 48px;
    margin-bottom: 12px;
    padding: 0 14px;
}

.hosting-plan-input:focus,
.hosting-invoice-field .form-control:focus {
    border-color: var(--brand-primary) !important;
    box-shadow: 0 0 0 .18rem color-mix(in srgb, var(--brand-primary) 18%, transparent) !important;
}

.hosting-invoice-field {
    margin: 18px 24px 0;
}

.hosting-auth-grid {
    align-items: start;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
}

.hosting-auth-card,
.hosting-content-card,
.hosting-contact-card {
    background: var(--site-surface);
    border: 1px solid var(--site-border);
    border-radius: 8px;
    box-shadow: 0 18px 46px rgba(15, 23, 42, .08);
    padding: 28px;
}

.hosting-auth-card h2,
.hosting-content-card h2,
.hosting-contact-card h2 {
    color: var(--site-text);
    font-size: 1.45rem;
    letter-spacing: 0;
    margin: 0 0 10px;
}

.hosting-auth-card p,
.hosting-contact-card p {
    color: var(--site-muted);
    font-weight: 700;
    line-height: 1.55;
    margin: 0 0 20px;
}

.hosting-auth-card .form-control,
.hosting-contact-card .form-control {
    background: var(--site-surface);
    border: 1px solid color-mix(in srgb, var(--brand-primary) 16%, var(--site-border)) !important;
    border-radius: 8px !important;
    color: var(--site-text);
    font-weight: 800;
    min-height: 48px;
    margin-bottom: 14px;
}

.hosting-auth-card .form-control:focus,
.hosting-contact-card .form-control:focus {
    border-color: var(--brand-primary) !important;
    box-shadow: 0 0 0 .18rem color-mix(in srgb, var(--brand-primary) 18%, transparent) !important;
}

.hosting-auth-card .btn {
    min-height: 46px;
    width: 100%;
}

.hosting-auth-link {
    display: inline-block;
    font-weight: 900;
    margin-top: 14px;
}

.hosting-legal-content {
    color: var(--site-muted);
    font-weight: 650;
    line-height: 1.75;
}

.hosting-legal-content h1,
.hosting-legal-content h2,
.hosting-legal-content h3,
.hosting-legal-content h4,
.hosting-legal-content h5,
.hosting-legal-content h6 {
    color: var(--site-text);
    letter-spacing: 0;
}

.hosting-about-media {
    background: var(--site-surface);
    border: 1px solid var(--site-border);
    border-radius: 8px;
    box-shadow: 0 18px 46px rgba(15, 23, 42, .08);
    overflow: hidden;
}

.hosting-about-media img {
    display: block;
    height: auto;
    width: 100%;
}

.hosting-contact-list {
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 0;
}

.hosting-contact-item {
    align-items: center;
    background: color-mix(in srgb, var(--brand-primary) 4%, var(--site-surface));
    border: 1px solid color-mix(in srgb, var(--brand-primary) 14%, var(--site-border));
    border-radius: 8px;
    color: var(--site-text);
    display: flex;
    gap: 14px;
    min-height: 62px;
    padding: 14px;
}

.hosting-contact-item:hover {
    color: var(--site-text);
    text-decoration: none;
}

.hosting-contact-item i {
    align-items: center;
    background: color-mix(in srgb, var(--brand-primary) 10%, var(--site-surface));
    border: 1px solid color-mix(in srgb, var(--brand-primary) 18%, var(--site-border));
    border-radius: 8px;
    color: var(--brand-primary);
    display: inline-flex;
    flex: 0 0 42px;
    height: 42px;
    justify-content: center;
    width: 42px;
}

@media (max-width: 991.98px) {
    .hosting-auth-grid {
        grid-template-columns: 1fr;
    }
}

.hosting-native-select {
    display: none !important;
}

.hosting-custom-select {
    position: relative;
}

.hosting-custom-select-toggle {
    align-items: center;
    background:
        linear-gradient(180deg, color-mix(in srgb, var(--brand-primary) 6%, var(--site-surface)), var(--site-surface));
    border: 1px solid color-mix(in srgb, var(--brand-primary) 18%, var(--site-border));
    border-radius: 8px;
    color: var(--site-text);
    cursor: pointer;
    display: flex;
    font-weight: 800;
    justify-content: space-between;
    min-height: 50px;
    padding: 0 44px 0 14px;
    position: relative;
    text-align: left;
    width: 100%;
}

.hosting-custom-select-toggle:after {
    color: var(--brand-primary);
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform .18s ease;
}

.hosting-custom-select.is-open .hosting-custom-select-toggle {
    border-color: var(--brand-primary);
    box-shadow: 0 0 0 .18rem color-mix(in srgb, var(--brand-primary) 18%, transparent);
}

.hosting-custom-select.is-open .hosting-custom-select-toggle:after {
    transform: translateY(-50%) rotate(180deg);
}

.hosting-custom-select-menu {
    background: var(--site-surface);
    border: 1px solid color-mix(in srgb, var(--brand-primary) 18%, var(--site-border));
    border-radius: 8px;
    box-shadow: 0 20px 46px rgba(15, 23, 42, .16);
    left: 0;
    opacity: 0;
    overflow: hidden;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    transform: translateY(-4px);
    transition: opacity .16s ease, transform .16s ease;
    z-index: 20;
}

.hosting-custom-select.is-open .hosting-custom-select-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.hosting-custom-select-option {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 6px;
    color: var(--site-muted);
    cursor: pointer;
    display: flex;
    font-weight: 800;
    min-height: 40px;
    padding: 0 12px;
    text-align: left;
    width: 100%;
}

.hosting-custom-select-option:hover,
.hosting-custom-select-option.is-selected {
    background: color-mix(in srgb, var(--brand-primary) 10%, var(--site-surface));
    color: var(--site-text);
}

.hosting-custom-select-option.is-selected:after {
    color: var(--brand-primary);
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: auto;
}

.hosting-plan-form .btn {
    min-height: 46px;
    width: 100%;
}

.hosting-more {
    background: var(--site-surface);
    border: 1px solid var(--site-border);
    border-radius: 8px;
    box-shadow: 0 18px 46px rgba(15, 23, 42, .06);
    margin-top: 8px;
    padding: 22px;
    text-align: center;
}

.hosting-more h2 {
    color: var(--site-text);
    font-size: 1.25rem;
    letter-spacing: 0;
    margin: 0;
}

.hosting-more a {
    color: var(--brand-primary);
    font-weight: 800;
}

.hosting-checkout-hero {
    background:
        radial-gradient(circle at 86% 8%, color-mix(in srgb, var(--brand-primary) 18%, transparent), transparent 30%),
        linear-gradient(135deg, var(--site-bg) 0%, var(--site-surface) 54%, color-mix(in srgb, var(--brand-primary) 9%, var(--site-bg)) 100%);
    border-bottom: 1px solid var(--site-border);
    padding: 116px 0 46px;
}

.hosting-checkout-hero .container {
    max-width: 1440px;
}

.hosting-checkout-hero h1 {
    color: var(--site-text);
    font-size: 3rem;
    line-height: 1.05;
    letter-spacing: 0;
    margin: 0 0 16px;
    max-width: 920px;
}

.hosting-checkout-hero p {
    color: var(--site-muted);
    font-size: 1.05rem;
    font-weight: 700;
    margin: 0;
    max-width: 860px;
}

.hosting-checkout-hero p strong {
    color: var(--site-text);
    font-weight: 900;
}

.hosting-checkout-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.hosting-checkout-trust span {
    align-items: center;
    background: color-mix(in srgb, var(--site-surface) 82%, transparent);
    border: 1px solid color-mix(in srgb, var(--brand-primary) 12%, var(--site-border));
    border-radius: 8px;
    color: var(--site-muted);
    display: inline-flex;
    font-size: .88rem;
    font-weight: 800;
    gap: 8px;
    min-height: 44px;
    padding: 0 16px;
}

.hosting-checkout-trust i {
    align-items: center;
    color: var(--brand-primary);
    display: inline-flex;
    justify-content: center;
    width: 16px;
}

.hosting-checkout-mark {
    align-items: center;
    background: color-mix(in srgb, var(--brand-primary) 8%, var(--site-surface));
    border: 1px solid color-mix(in srgb, var(--brand-primary) 16%, var(--site-border));
    border-radius: 8px;
    color: var(--site-muted);
    display: inline-flex;
    font-weight: 800;
    gap: 8px;
    margin-bottom: 22px;
    min-height: 42px;
    padding: 0 16px;
}

.hosting-checkout-mark i {
    color: var(--brand-primary);
}

.hosting-checkout-section {
    padding: 42px 0 34px;
}

.hosting-checkout-card,
.hosting-invoice-card {
    background: var(--site-surface);
    border: 1px solid var(--site-border);
    border-radius: 8px;
    box-shadow: 0 18px 46px rgba(15, 23, 42, .08);
}

.hosting-checkout-card {
    margin-bottom: 18px;
    padding: 24px;
}

.hosting-checkout-card-head {
    align-items: center;
    display: flex;
    gap: 12px;
    margin-bottom: 18px;
}

.hosting-checkout-card-head > i {
    align-items: center;
    background: color-mix(in srgb, var(--brand-primary) 10%, var(--site-surface));
    border: 1px solid color-mix(in srgb, var(--brand-primary) 18%, var(--site-border));
    border-radius: 8px;
    color: var(--brand-primary);
    display: inline-flex;
    flex: 0 0 42px;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.hosting-checkout-card-head span,
.hosting-invoice-head span {
    color: var(--brand-primary);
    display: block;
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .04em;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.hosting-checkout-card-head h2,
.hosting-invoice-head h2 {
    color: var(--site-text);
    font-size: 1.35rem;
    line-height: 1.15;
    letter-spacing: 0;
    margin: 0;
}

.hosting-field-label {
    color: var(--site-text);
    display: block;
    font-weight: 800;
    margin-bottom: 10px;
}

.hosting-domain-control {
    align-items: stretch;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) minmax(90px, 140px);
}

.hosting-domain-control span {
    align-items: center;
    background: color-mix(in srgb, var(--brand-primary) 7%, var(--site-surface));
    border: 1px solid color-mix(in srgb, var(--brand-primary) 16%, var(--site-border));
    border-radius: 8px 0 0 8px;
    color: var(--site-muted);
    display: inline-flex;
    font-weight: 900;
    min-height: 50px;
    padding: 0 14px;
}

.hosting-domain-control .form-control {
    background: var(--site-surface);
    border-color: color-mix(in srgb, var(--brand-primary) 16%, var(--site-border)) !important;
    color: var(--site-text);
    font-weight: 800;
    border-radius: 0 !important;
    min-height: 50px;
}

.hosting-domain-control .form-control:focus {
    border-color: var(--brand-primary) !important;
    box-shadow: 0 0 0 .18rem color-mix(in srgb, var(--brand-primary) 18%, transparent) !important;
    position: relative;
    z-index: 1;
}

.hosting-domain-control .form-control:last-child {
    border-radius: 0 8px 8px 0 !important;
}

.hosting-checkout-help {
    color: var(--site-muted);
    font-weight: 700;
    margin: 12px 0 0;
}

.hosting-checkout-help a {
    color: var(--brand-primary);
    font-weight: 900;
}

.hosting-addon {
    align-items: center;
    background: color-mix(in srgb, var(--brand-primary) 5%, var(--site-surface));
    border: 1px solid color-mix(in srgb, var(--brand-primary) 14%, var(--site-border));
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    gap: 14px;
    margin: 0;
    padding: 16px;
}

.hosting-addon input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    align-items: center;
    align-self: center;
    background: var(--site-surface);
    border: 2px solid color-mix(in srgb, var(--brand-primary) 22%, var(--site-border));
    border-radius: 4px;
    display: inline-flex;
    flex: 0 0 auto;
    height: 20px !important;
    justify-content: center;
    margin: 0;
    max-height: 20px;
    max-width: 20px;
    min-height: 20px;
    min-width: 20px;
    padding: 0;
    width: 20px !important;
}

.hosting-addon input[type="checkbox"]:checked {
    background: var(--brand-primary);
    border-color: var(--brand-primary);
}

.hosting-addon input[type="checkbox"]:checked:after {
    color: #ffffff;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-size: .72rem;
    font-weight: 900;
    line-height: 1;
}

.hosting-addon:focus-within {
    border-color: var(--brand-primary);
    box-shadow: 0 0 0 .18rem color-mix(in srgb, var(--brand-primary) 14%, transparent);
}

.hosting-addon strong,
.hosting-addon small {
    display: block;
}

.hosting-addon strong {
    color: var(--site-text);
    font-weight: 900;
}

.hosting-addon small {
    color: var(--site-muted);
    font-weight: 700;
    margin-top: 3px;
}

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

.hosting-option-card {
    align-items: flex-start;
    background: color-mix(in srgb, var(--brand-primary) 4%, var(--site-surface));
    border: 1px solid color-mix(in srgb, var(--brand-primary) 14%, var(--site-border));
    border-radius: 8px;
    color: var(--site-text);
    cursor: pointer;
    display: flex;
    gap: 12px;
    margin: 0;
    min-height: 58px;
    padding: 14px;
}

.hosting-option-card input {
    accent-color: var(--brand-primary);
    flex: 0 0 auto;
    margin-top: 4px;
}

.hosting-option-card strong,
.hosting-option-card small {
    display: block;
}

.hosting-option-card strong {
    color: var(--site-text);
    font-weight: 900;
    line-height: 1.25;
}

.hosting-option-card small {
    color: var(--site-muted);
    font-weight: 700;
    margin-top: 3px;
}

.hosting-option-card:focus-within,
.hosting-option-card:hover {
    border-color: var(--brand-primary);
    box-shadow: 0 0 0 .16rem color-mix(in srgb, var(--brand-primary) 12%, transparent);
}

.hosting-invoice-card {
    overflow: hidden;
    position: sticky;
    top: 82px;
}

.hosting-invoice-head {
    background: linear-gradient(135deg, color-mix(in srgb, var(--brand-primary) 92%, #111827), #0f172a);
    padding: 24px;
}

.hosting-invoice-head span,
.hosting-invoice-head h2 {
    color: #ffffff;
}

.hosting-invoice-head span {
    color: #cbd5e1;
}

.hosting-invoice-list {
    margin: 0;
    padding: 22px 24px 6px;
}

.hosting-invoice-list div {
    align-items: flex-start;
    border-bottom: 1px solid var(--site-border);
    display: flex;
    gap: 16px;
    justify-content: space-between;
    padding: 0 0 14px;
    margin-bottom: 14px;
}

.hosting-invoice-list dt {
    color: var(--site-muted);
    font-weight: 800;
}

.hosting-invoice-list dd {
    color: var(--site-text);
    font-weight: 900;
    margin: 0;
    text-align: right;
}

.hosting-invoice-list .hosting-invoice-total {
    border-bottom: 0;
    margin-bottom: 0;
}

.hosting-invoice-total dt,
.hosting-invoice-total dd {
    color: var(--site-text);
    font-size: 1.15rem;
}

.hosting-invoice-note {
    align-items: flex-start;
    background: color-mix(in srgb, var(--brand-primary) 7%, var(--site-surface));
    border: 1px solid color-mix(in srgb, var(--brand-primary) 14%, var(--site-border));
    border-radius: 8px;
    color: var(--site-muted);
    display: flex;
    font-size: .85rem;
    font-weight: 800;
    gap: 10px;
    line-height: 1.45;
    margin: 4px 24px 0;
    padding: 12px;
}

.hosting-invoice-note i {
    color: var(--brand-primary);
    padding-top: 2px;
}

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

.hosting-feature-pill {
    align-items: center;
    background: color-mix(in srgb, var(--brand-primary) 4%, var(--site-surface));
    border: 1px solid color-mix(in srgb, var(--brand-primary) 14%, var(--site-border));
    border-radius: 8px;
    color: var(--site-muted);
    display: flex;
    font-weight: 800;
    gap: 10px;
    min-height: 48px;
    padding: 12px 14px;
}

.hosting-feature-pill i {
    color: var(--brand-primary);
}

.hosting-section-intro {
    margin: 0 0 28px;
    max-width: 760px;
}

.hosting-section-intro h2 {
    color: var(--site-text);
    font-size: 1.65rem;
    letter-spacing: 0;
    margin: 0 0 10px;
}

.hosting-section-intro p {
    color: var(--site-muted);
    font-weight: 700;
    line-height: 1.6;
    margin: 0;
}

.hosting-form-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hosting-label {
    color: var(--site-text);
    display: block;
    font-weight: 900;
    margin-bottom: 10px;
}

.hosting-domain-row {
    align-items: center;
    display: grid;
    gap: 12px;
    grid-template-columns: auto minmax(0, 1fr) minmax(90px, .35fr);
}

.hosting-domain-row span {
    color: var(--site-muted);
    font-weight: 900;
}

.hosting-summary-row,
.hosting-summary-total {
    align-items: center;
    border-top: 1px solid var(--site-border);
    display: flex;
    gap: 16px;
    justify-content: space-between;
    padding: 16px 0;
}

.hosting-summary-row span,
.hosting-summary-total span {
    color: var(--site-muted);
    font-weight: 900;
}

.hosting-summary-row strong,
.hosting-summary-total strong {
    color: var(--site-text);
    font-weight: 900;
    text-align: right;
}

.hosting-summary-total {
    border-bottom: 1px solid var(--site-border);
    font-size: 1.15rem;
}

.hosting-summary-card .btn {
    margin-top: 20px;
    width: 100%;
}

.hosting-checkout-card .form-control {
    background: var(--site-surface);
    border: 1px solid color-mix(in srgb, var(--brand-primary) 16%, var(--site-border)) !important;
    border-radius: 8px !important;
    color: var(--site-text);
    font-weight: 800;
    min-height: 50px;
}

.hosting-checkout-card .form-control:focus {
    border-color: var(--brand-primary) !important;
    box-shadow: 0 0 0 .18rem color-mix(in srgb, var(--brand-primary) 18%, transparent) !important;
}

.hosting-tool-demo {
    margin-top: 38px;
}

.hosting-tool-demo-card {
    align-items: center;
    background: var(--site-surface);
    border: 1px solid var(--site-border);
    border-radius: 8px;
    box-shadow: 0 18px 46px rgba(15, 23, 42, .08);
    color: var(--site-text);
    display: flex;
    gap: 14px;
    min-height: 96px;
    padding: 22px;
}

.hosting-tool-demo-card:hover {
    border-color: var(--brand-primary);
    color: var(--site-text);
    text-decoration: none;
}

.hosting-tool-demo-card > i {
    align-items: center;
    background: color-mix(in srgb, var(--brand-primary) 10%, var(--site-surface));
    border: 1px solid color-mix(in srgb, var(--brand-primary) 18%, var(--site-border));
    border-radius: 8px;
    color: var(--brand-primary);
    display: inline-flex;
    flex: 0 0 46px;
    height: 46px;
    justify-content: center;
    width: 46px;
}

.hosting-tool-demo-card strong,
.hosting-tool-demo-card small {
    display: block;
}

.hosting-tool-demo-card strong {
    color: var(--site-text);
    font-weight: 900;
}

.hosting-tool-demo-card small {
    color: var(--site-muted);
    font-weight: 700;
    margin-top: 4px;
}

.hosting-tool-package-list {
    display: grid;
    gap: 12px;
    padding: 22px 24px 6px;
}

.hosting-invoice-card .btn {
    margin: 18px 24px 24px;
    min-height: 46px;
    width: calc(100% - 48px);
}

/* Legacy hosting pages share the hosting.php theme without changing their pricing logic. */
.inner-banner,
nav[aria-label="breadcrumb"] {
    display: none;
}

.offer-wrap-half.vgredient100 {
    background:
        radial-gradient(circle at 86% 8%, color-mix(in srgb, var(--brand-primary) 18%, transparent), transparent 30%),
        linear-gradient(135deg, var(--site-bg) 0%, var(--site-surface) 54%, color-mix(in srgb, var(--brand-primary) 9%, var(--site-bg)) 100%) !important;
    border-bottom: 1px solid var(--site-border);
    margin-bottom: 0 !important;
    overflow: hidden;
    padding: 43px 0 44px !important;
}

.offer-wrap-half .offer-wrap {
    display: flex;
    gap: 28px;
    margin: 0 auto;
    max-width: 1440px;
    padding: 0 15px !important;
    width: 100%;
}

.offer-wrap-half .container {
    flex: 1 1 auto;
    max-width: 100% !important;
    min-width: 0;
    padding-left: 0;
    padding-right: 0;
}

.offer-wrap-half h1 {
    color: var(--site-text) !important;
    font-size: 2.65rem;
    line-height: 1.08;
    letter-spacing: 0;
    margin: 0 0 26px;
    max-width: 760px;
}

.offer-wrap-half .row.mt-2 {
    display: grid;
    gap: 12px 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0 !important;
    max-width: 820px;
    width: 100%;
}

.offer-wrap-half .row.mt-2 > [class*="col-"] {
    align-items: center;
    background: color-mix(in srgb, var(--site-surface) 72%, transparent);
    border: 1px solid var(--site-border);
    border-radius: 8px;
    color: var(--site-muted) !important;
    display: inline-flex;
    font-size: .9rem;
    font-weight: 700;
    gap: 10px;
    line-height: 1.55;
    max-width: none !important;
    min-height: 54px;
    padding: 0 16px !important;
    width: auto !important;
}

.offer-wrap-half .row.mt-2 i {
    color: var(--brand-primary);
    margin-right: 6px;
    width: 16px;
}

.startpricebox {
    background: linear-gradient(180deg, color-mix(in srgb, var(--brand-primary) 8%, var(--site-surface)), var(--site-surface)) !important;
    border: 1px solid color-mix(in srgb, var(--brand-primary) 14%, var(--site-border));
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(15, 23, 42, .10);
    color: var(--site-muted) !important;
    flex: 0 0 420px;
    font-family: inherit;
    font-size: 1rem;
    height: auto !important;
    margin-left: auto;
    margin-top: 0 !important;
    max-width: 420px;
    min-height: 132px;
    overflow: visible;
    padding: 24px !important;
    position: relative;
    text-align: center;
    vertical-align: initial;
    width: 420px !important;
}

.offer-wrap-half .startpricebox.d-none {
    display: block !important;
}

.startpricebox:before {
    background: var(--brand-primary);
    content: "";
    height: 3px;
    left: 24px;
    position: absolute;
    right: 24px;
    top: 0;
}

.startpricebox .padding20top {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    min-height: 84px;
    padding-bottom: 0 !important;
    padding-top: 8px !important;
}

.startpricebox .priceboldtext,
.startpricebox b {
    color: var(--site-text) !important;
    display: block;
    font-size: 2rem;
    line-height: 1;
    margin: 12px 0 8px;
}

.call-w3 {
    background: var(--site-bg);
    color: var(--site-text);
    padding: 42px 0 34px;
}

.call-w3 > .container {
    max-width: 1440px;
}

.call-w3 .row > [class*="col-"] {
    margin-bottom: 24px;
}

.call-w3 .table {
    background: var(--site-surface);
    border: 1px solid var(--site-border);
    border-collapse: separate !important;
    border-radius: 8px;
    border-spacing: 0;
    box-shadow: 0 18px 46px rgba(15, 23, 42, .08);
    display: block;
    height: auto;
    margin-bottom: 0;
    overflow: visible;
    position: relative;
    width: 100%;
}

.call-w3 .table tbody,
.call-w3 .table tr,
.call-w3 .table td {
    display: block;
    width: 100%;
}

.call-w3 .table:focus-within {
    z-index: 30;
}

.call-w3 .table td {
    border: 0 !important;
}

.call-w3 .table tr:first-child td {
    background: linear-gradient(135deg, color-mix(in srgb, var(--brand-primary) 92%, #111827), #0f172a) !important;
    border-radius: 8px 8px 0 0;
    color: #ffffff !important;
    display: block;
    height: auto !important;
    min-height: 0;
    padding: 24px !important;
    text-align: left !important;
}

.call-w3 .table tr:first-child h3,
.call-w3 .table tr:first-child td {
    color: #ffffff !important;
}

.call-w3 .table tr:first-child h3 {
    font-size: 1.35rem;
    letter-spacing: 0;
    line-height: 1.15;
    margin: 0;
    overflow: visible;
}

.call-w3 .table tr:not(:first-child) td {
    align-items: flex-start;
    background: var(--site-surface) !important;
    color: var(--site-muted) !important;
    display: flex;
    font-weight: 600;
    gap: 10px;
    height: auto !important;
    line-height: 1.45;
    padding: 0 24px 12px !important;
    text-align: left !important;
}

.call-w3 .col-lg-3 .table {
    box-shadow: 0 14px 34px rgba(15, 23, 42, .06);
    overflow: hidden;
}

.call-w3 .col-lg-3 .table tr:first-child {
    align-items: center;
    background: color-mix(in srgb, var(--brand-primary) 10%, var(--site-surface)) !important;
    border-radius: 8px 8px 0 0;
    display: flex;
    min-height: 56px;
}

.call-w3 .col-lg-3 .table tr:first-child td {
    align-items: center;
    background: color-mix(in srgb, var(--brand-primary) 10%, var(--site-surface)) !important;
    border-bottom: 1px solid color-mix(in srgb, var(--brand-primary) 14%, var(--site-border)) !important;
    border-radius: 8px 8px 0 0;
    color: var(--site-text) !important;
    display: flex;
    height: 56px !important;
    justify-content: flex-start;
    line-height: 1.2;
    min-height: 56px;
    padding: 0 18px !important;
    text-align: left !important;
}

.call-w3 .col-lg-3 .table tr:not(:first-child) td {
    color: var(--site-muted) !important;
    display: block;
    font-size: .9rem !important;
    font-weight: 700;
    line-height: 1.45;
    padding: 11px 18px !important;
}

.call-w3 .col-lg-3 .table tr:not(:first-child) td:before {
    content: none !important;
    display: none !important;
}

.call-w3 .table tr:first-child + tr td {
    padding-top: 22px !important;
}

.call-w3 .table tr:not(:first-child) td:before {
    color: var(--brand-primary);
    content: "\f00c";
    display: inline-block;
    flex: 0 0 16px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 0;
    padding-top: 3px;
    width: 16px;
}

.call-w3 .table tr:has(form) td:before,
.call-w3 .table tr:not(:first-child) td.hosting-plan-select-cell:before,
.call-w3 .table tr:not(:first-child) td.hosting-plan-action-cell:before,
.call-w3 .table td.hosting-plan-select-cell:before,
.call-w3 .table td.hosting-plan-select-cell:after,
.call-w3 .table td.hosting-plan-action-cell:before,
.call-w3 .table tr:last-child td:before {
    content: none !important;
    display: none !important;
}

.call-w3 .table td.hosting-plan-select-cell,
.call-w3 .table td.hosting-plan-action-cell {
    padding: 6px 24px 12px !important;
}

.call-w3 .table td.hosting-plan-select-cell {
    padding-top: 18px !important;
}

.call-w3 .table td.hosting-plan-action-cell {
    padding-bottom: 24px !important;
    padding-top: 0 !important;
}

.call-w3 .table td.hosting-plan-select-cell,
.call-w3 .table td.hosting-plan-action-cell {
    display: block;
}

.call-w3 .table td.hosting-plan-select-cell .hosting-plan-select {
    margin-bottom: 0;
}

.call-w3 .table td.hosting-plan-select-cell {
    position: relative;
    z-index: 5;
}


.call-w3 .form-control {
    background:
        linear-gradient(180deg, color-mix(in srgb, var(--brand-primary) 5%, var(--site-surface)), var(--site-surface));
    border: 1px solid color-mix(in srgb, var(--brand-primary) 16%, var(--site-border)) !important;
    color: var(--site-text);
    font-weight: 800;
    min-height: 48px;
}

.call-w3 .form-control option {
    color: #111827;
}

.call-w3 input[type="submit"].btn {
    display: block;
    min-height: 46px;
    width: 100%;
}

.call-w3 .section-title {
    color: var(--site-text);
    font-size: 1.55rem;
    letter-spacing: 0;
    margin: 22px 0 22px;
}

.call-w3 .section-title + .row {
    row-gap: 24px;
}

#movetop {
    position: fixed;
    right: 18px;
    bottom: 18px;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 8px;
    display: none;
    background: var(--brand-primary);
    color: var(--brand-primary-text);
    box-shadow: 0 14px 30px rgba(15, 23, 42, .2);
    z-index: 99;
}

@media (max-width: 991.98px) {
    .hosting-hero {
        padding: 64px 0 30px;
    }

    .hosting-hero h1 {
        font-size: 2.3rem;
    }

    .hosting-start-price {
        max-width: 100%;
        margin-top: 22px;
    }

    .hosting-checkout-hero h1 {
        font-size: 2.45rem;
    }

    .hosting-invoice-card {
        position: static;
    }

    .offer-wrap-half.vgredient100 {
        padding: 52px 0 30px !important;
    }

    .offer-wrap-half .offer-wrap {
        display: block;
    }

    .offer-wrap-half h1 {
        font-size: 2.3rem;
    }

    .offer-wrap-half .row.mt-2 {
        max-width: 820px;
    }

    .startpricebox {
        flex: none;
        margin-top: 22px;
        max-width: 100%;
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .call-w3 .row > .col-lg-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 767.98px) {
    .hosting-hero {
        text-align: center;
    }

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

    .hosting-points {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .hosting-points span {
        align-items: flex-start;
        font-size: .82rem;
        justify-content: flex-start;
        line-height: 1.3;
        min-height: 58px;
        padding: 10px;
        text-align: left;
    }

    .hosting-checkout-hero {
        padding: 78px 0 34px;
        text-align: center;
    }

    .hosting-checkout-hero h1 {
        font-size: 2rem;
        margin-left: auto;
        margin-right: auto;
    }

    .hosting-checkout-hero p {
        margin-left: auto;
        margin-right: auto;
        max-width: 560px;
    }

    .hosting-checkout-trust {
        justify-content: center;
        margin-top: 22px;
    }

    .hosting-checkout-trust span {
        min-height: 40px;
        padding: 0 12px;
    }

    .hosting-checkout-section {
        padding-top: 28px;
    }

    .hosting-checkout-card {
        padding: 20px;
    }

    .hosting-option-grid,
    .hosting-feature-grid,
    .hosting-form-grid {
        grid-template-columns: 1fr;
    }

    .hosting-checkout-card-head {
        align-items: flex-start;
        text-align: left;
    }

    .hosting-domain-control {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .hosting-domain-control .form-control:last-child {
        border-radius: 0 0 8px 8px !important;
        grid-column: 1 / -1;
        margin-top: -1px;
    }

    .hosting-domain-control span {
        border-radius: 8px 0 0 0;
    }

    .hosting-domain-control .form-control:nth-child(2) {
        border-radius: 0 8px 0 0 !important;
    }

    .hosting-domain-row {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .hosting-domain-row .form-control:last-child {
        grid-column: 1 / -1;
    }

    .hosting-invoice-head,
    .hosting-invoice-list {
        padding-left: 20px;
        padding-right: 20px;
    }

    .hosting-invoice-note {
        margin-left: 20px;
        margin-right: 20px;
    }

    .hosting-invoice-card .btn {
        margin-left: 20px;
        margin-right: 20px;
        width: calc(100% - 40px);
    }

    .offer-wrap-half.vgredient100 {
        padding-top: 43px !important;
    }

    .offer-wrap-half h1 {
        font-size: 2rem;
        text-align: center;
    }

    .offer-wrap-half .row.mt-2 {
        gap: 10px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: none;
    }

    .offer-wrap-half .row.mt-2 > [class*="col-"] {
        align-items: flex-start;
        font-size: .82rem;
        line-height: 1.3;
        min-height: 58px;
        padding: 10px !important;
        text-align: left;
    }
}
