/* =========================================================
   MYPIXELHOSTING CUSTOM ORDER FORM
   Domain Registration
   ========================================================= */


/* ---------------------------------------------------------
   GLOBAL ORDER FORM CLEANUP
   --------------------------------------------------------- */

#order-standard_cart.mph-order-form {
    color: #172033;
}

#order-standard_cart.mph-order-form .cart-body {
    padding-bottom: 60px;
}

#order-standard_cart.mph-order-form a {
    transition: all .2s ease;
}


/* ---------------------------------------------------------
   PAGE INTRO
   --------------------------------------------------------- */

.mph-domain-register-intro {
    max-width: 760px;
    margin: 5px 0 32px;
}

.mph-order-eyebrow {
    display: inline-block;
    margin-bottom: 9px;
    color: #0f4c81;
    font-size: 11px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .12em;
}

.mph-domain-register-intro h1 {
    margin: 0 0 10px;
    color: #111827;
    font-size: 34px;
    line-height: 1.15;
    font-weight: 750;
    letter-spacing: -.035em;
}

.mph-domain-register-intro p {
    margin: 0;
    color: #6b7280;
    font-size: 15px;
    line-height: 1.7;
}


/* ---------------------------------------------------------
   DOMAIN SEARCH
   --------------------------------------------------------- */

.mph-register-search {
    position: relative;
    margin-bottom: 35px;
    padding: 28px;
    overflow: hidden;
    background:
        radial-gradient(circle at 94% 10%, rgba(15,76,129,.11), transparent 28%),
        linear-gradient(135deg, #f8fbfe 0%, #f3f6fa 100%);
    border: 1px solid #e1e6ec;
    border-radius: 22px;
}

.mph-register-search::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    right: -75px;
    bottom: -105px;
    border-radius: 50%;
    background: rgba(227,27,35,.035);
}

.mph-register-search form {
    position: relative;
    z-index: 2;
}

.mph-register-search-row {
    display: flex;
    width: 100%;
    align-items: stretch;
    gap: 12px;
    padding: 9px;
    background: #fff;
    border: 1px solid #dfe5eb;
    border-radius: 16px;
    box-shadow: 0 14px 38px rgba(17,24,39,.08);
}

.mph-register-input {
    position: relative;
    display: flex;
    flex: 1 1 auto;
    min-width: 0;
    align-items: center;
}

.mph-register-input > i {
    position: absolute;
    left: 18px;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    color: #83909d;
    font-size: 17px;
}

.mph-register-input input,
.mph-register-input textarea {
    display: block !important;
    width: 100% !important;
    height: 56px !important;
    min-height: 56px !important;
    max-height: 56px !important;
    margin: 0 !important;
    padding: 16px 18px 16px 48px !important;
    resize: none !important;

    background: #f8fafc !important;
    border: 0 !important;
    border-radius: 11px !important;
    outline: 0 !important;
    box-shadow: none !important;

    color: #172033 !important;
    font-family: inherit !important;
    font-size: 15px !important;
    line-height: 24px !important;
}

.mph-register-input input::placeholder,
.mph-register-input textarea::placeholder {
    color: #9aa3af !important;
    opacity: 1;
}

.mph-register-input input:focus,
.mph-register-input textarea:focus {
    background: #f4f7fa !important;
}

.mph-register-search-btn {
    display: inline-flex !important;
    flex: 0 0 auto;
    min-width: 180px;
    height: 56px !important;
    align-items: center;
    justify-content: center;
    gap: 10px;

    margin: 0 !important;
    padding: 0 22px !important;

    background: #0f4c81 !important;
    border: 1px solid #0f4c81 !important;
    border-radius: 11px !important;

    color: #fff !important;
    font-size: 13px !important;
    font-weight: 700 !important;

    box-shadow: none !important;
}

.mph-register-search-btn:hover,
.mph-register-search-btn:focus {
    background: #0b355a !important;
    border-color: #0b355a !important;
}

.mph-register-search-btn i {
    font-size: 11px;
    transition: transform .2s ease;
}

.mph-register-search-btn:hover i {
    transform: translateX(3px);
}


/* ---------------------------------------------------------
   SEARCH RESULTS
   --------------------------------------------------------- */

.mph-domain-results {
    margin-top: 5px;
}

.mph-result-label {
    margin: 0 0 10px !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;

    color: #8993a1 !important;
    font-size: 11px !important;
    line-height: 1.2;
    font-weight: 800 !important;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.mph-primary-domain-result {
    margin: 0 0 40px !important;
    padding: 0 !important;

    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    text-align: left !important;
}

.mph-primary-domain-result #primaryLookupSearching {
    padding: 35px;
    background: #fff;
    border: 1px solid #e3e8ee;
    border-radius: 18px;
    color: #6b7280;
    text-align: center;
}


/* Available result card */

.mph-primary-domain-result #primaryLookupResult {
    padding: 30px;
    background: #fff;
    border: 1px solid #dfe6ec;
    border-radius: 20px;
    box-shadow: 0 14px 42px rgba(17,24,39,.07);
}

.mph-domain-available-wrap {
    display: flex;
    align-items: center;
    gap: 17px;
    margin-bottom: 26px;
}

.mph-domain-available-icon {
    display: flex;
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;

    background: #ecf9f2;
    border-radius: 14px;

    color: #14805e;
    font-size: 20px;
}

.mph-domain-available-copy {
    min-width: 0;
}

.mph-domain-available-label {
    display: block;
    margin-bottom: 3px;

    color: #14805e;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.mph-primary-domain-result .domain-available {
    margin: 0 !important;
    color: #172033 !important;
    font-size: 22px !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;
    text-align: left !important;
}

.mph-primary-domain-result .domain-available strong {
    color: #172033 !important;
}


/* Error / unavailable states */

.mph-primary-domain-result .domain-invalid,
.mph-primary-domain-result .domain-unavailable,
.mph-primary-domain-result .domain-tld-unavailable,
.mph-primary-domain-result .domain-error {
    padding: 18px 20px;
    background: #fff6f6;
    border: 1px solid #f3dddd;
    border-radius: 12px;

    color: #b42318 !important;
    font-size: 14px;
    text-align: left !important;
}


/* ---------------------------------------------------------
   PRICE + ADD TO CART
   --------------------------------------------------------- */

.mph-domain-purchase {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 20px;

    margin: 0 !important;
    padding-top: 24px;

    border-top: 1px solid #e8edf1;

    text-align: left !important;
}

.mph-domain-price-wrap {
    display: flex;
    flex-direction: column;
}

.mph-domain-price-label {
    margin-bottom: 3px;
    color: #8b95a2;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.mph-domain-purchase .price {
    color: #111827 !important;
    font-size: 21px !important;
    line-height: 1.2;
    font-weight: 750 !important;
}

.mph-domain-cart-btn {
    display: inline-flex !important;
    min-width: 145px;
    min-height: 48px;

    align-items: center;
    justify-content: center;

    padding: 10px 19px !important;

    background: #0f4c81 !important;
    border: 1px solid #0f4c81 !important;
    border-radius: 10px !important;

    color: #fff !important;
    font-size: 13px !important;
    font-weight: 700 !important;
}

.mph-domain-cart-btn:hover {
    background: #0b355a !important;
    border-color: #0b355a !important;
}

.mph-domain-cart-btn .to-add {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}


/* ---------------------------------------------------------
   SPOTLIGHT TLDS
   --------------------------------------------------------- */

.mph-domain-results .spotlight-tlds {
    margin: 30px 0;
}

.mph-domain-results .spotlight-tld {
    background: #fff !important;
    border: 1px solid #e2e7ed !important;
    border-radius: 15px !important;
    box-shadow: none !important;
}

.mph-domain-results .spotlight-tld:hover {
    border-color: rgba(15,76,129,.25) !important;
    box-shadow: 0 10px 25px rgba(17,24,39,.06) !important;
}


/* ---------------------------------------------------------
   DOMAIN SUGGESTIONS
   --------------------------------------------------------- */

.mph-domain-suggestions {
    margin: 45px 0 50px !important;
    overflow: visible !important;

    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.mph-suggestions-heading {
    margin-bottom: 20px;
}

.mph-suggestions-heading h2 {
    margin: 0;
    color: #111827;
    font-size: 25px;
    line-height: 1.25;
    font-weight: 730;
    letter-spacing: -.025em;
}

.mph-domain-suggestions .card-header,
.mph-domain-suggestions .panel-heading {
    display: none !important;
}

.mph-domain-suggestions .domain-lookup-suggestions-loader,
.mph-domain-suggestions .domain-lookup-suggestions-message {
    padding: 28px !important;

    background: #f8fafc !important;
    border: 1px solid #e5e9ee !important;
    border-radius: 15px !important;

    color: #7a8491 !important;
    text-align: center;
}

.mph-domain-suggestions .list-group {
    gap: 10px;
}

.mph-domain-suggestions .domain-suggestion {
    display: flex !important;
    min-height: 70px;

    align-items: center;
    justify-content: space-between;
    gap: 20px;

    margin-bottom: 10px;
    padding: 16px 18px !important;

    background: #fff !important;
    border: 1px solid #e3e8ee !important;
    border-radius: 14px !important;

    box-shadow: 0 4px 15px rgba(17,24,39,.025);
}

.mph-suggestion-name {
    min-width: 0;
    color: #172033;
    font-size: 15px;
    font-weight: 700;
}

.mph-domain-suggestions .actions {
    display: flex;
    align-items: center;
    gap: 14px;
}

.mph-domain-suggestions .actions .price {
    color: #172033;
    font-weight: 700;
}

.mph-domain-suggestions .btn-add-to-cart {
    padding: 7px 13px !important;

    background: #eef4f9 !important;
    border: 1px solid #d7e2eb !important;
    border-radius: 8px !important;

    color: #0f4c81 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
}

.mph-domain-suggestions .btn-add-to-cart:hover {
    background: #0f4c81 !important;
    border-color: #0f4c81 !important;
    color: #fff !important;
}

.mph-domain-suggestions .more-suggestions {
    margin-top: 15px;
    padding: 0 !important;

    background: transparent !important;
    border: 0 !important;
}

.mph-domain-suggestions .more-suggestions a {
    color: #0f4c81 !important;
    font-size: 13px;
    font-weight: 700;
}

.mph-domain-suggestions .domain-suggestions-warning {
    margin-top: 18px;
    color: #9aa2ad;
    font-size: 10px;
}


/* ---------------------------------------------------------
   FULL DOMAIN PRICING
   --------------------------------------------------------- */

.mph-full-domain-pricing {
    margin: 50px 0 !important;
}

.mph-full-domain-pricing .featured-tld {
    margin-bottom: 15px;
    background: #fff;
    border: 1px solid #e3e8ed;
    border-radius: 14px;
    box-shadow: none;
}

.mph-full-domain-pricing .tld-filters .badge {
    margin: 3px;
    padding: 8px 11px;

    background: #eef3f7 !important;
    border-radius: 999px;

    color: #536170 !important;
    font-weight: 600;
}

.mph-full-domain-pricing .tld-filters .badge:hover,
.mph-full-domain-pricing .tld-filters .badge.active {
    background: #0f4c81 !important;
    color: #fff !important;
}

.mph-full-domain-pricing .tld-pricing-header {
    background: #111e2d !important;
    border-radius: 12px 12px 0 0;
    color: #fff !important;
}

.mph-full-domain-pricing .tld-row {
    border-color: #e7ebef !important;
}


/* ---------------------------------------------------------
   EXTRA SERVICES
   --------------------------------------------------------- */

.mph-domain-extra-section {
    margin-top: 55px;
    padding-top: 45px;
    border-top: 1px solid #e4e9ee;
}

.mph-domain-extra-card {
    position: relative;

    display: flex;
    height: 100%;
    min-height: 240px;

    gap: 20px;

    margin: 0 !important;
    padding: 27px !important;

    background: #fff !important;
    border: 1px solid #e1e6eb !important;
    border-radius: 18px !important;

    box-shadow: 0 9px 26px rgba(17,24,39,.045) !important;
}

.mph-extra-icon {
    display: flex;
    flex: 0 0 52px;
    width: 52px;
    height: 52px;

    align-items: center;
    justify-content: center;

    background: #eef5fb;
    border-radius: 14px;

    color: #0f4c81;
    font-size: 21px;
}

.mph-extra-transfer {
    background: #fff2f1;
    color: #c44141;
}

.mph-extra-content {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.mph-extra-label {
    margin-bottom: 5px;

    color: #8692a0;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .09em;
}

.mph-domain-extra-card h3 {
    margin: 0 0 10px !important;

    color: #172033 !important;
    font-size: 20px !important;
    line-height: 1.3 !important;
    font-weight: 720 !important;
}

.mph-domain-extra-card p {
    margin-bottom: 22px !important;

    color: #717b88 !important;
    font-size: 13px !important;
    line-height: 1.65 !important;
}

.mph-extra-btn {
    display: inline-flex !important;
    align-self: flex-start;
    align-items: center;
    gap: 8px;

    margin-top: auto;

    padding: 9px 15px !important;

    background: #0f4c81 !important;
    border: 1px solid #0f4c81 !important;
    border-radius: 9px !important;

    color: #fff !important;
    font-size: 12px !important;
    font-weight: 700 !important;
}

.mph-extra-btn:hover {
    background: #0b355a !important;
    border-color: #0b355a !important;
}


/* ---------------------------------------------------------
   OLD STANDARD CART ELEMENTS WE DON'T WANT
   --------------------------------------------------------- */

.mph-order-form .domain-checker-container,
.mph-order-form .domain-checker-bg {
    background: transparent;
}

.mph-order-form .header-lined {
    border: 0;
}


/* ---------------------------------------------------------
   RESPONSIVE
   --------------------------------------------------------- */

@media (max-width: 991.98px) {

    .mph-domain-register-intro h1 {
        font-size: 30px;
    }

    .mph-register-search {
        padding: 22px;
    }

    .mph-domain-extra-card {
        margin-bottom: 18px !important;
    }
}


@media (max-width: 767.98px) {

    .mph-domain-register-intro {
        margin-top: 20px;
    }

    .mph-domain-register-intro h1 {
        font-size: 27px;
    }

    .mph-register-search {
        padding: 16px;
        border-radius: 16px;
    }

    .mph-register-search-row {
        flex-direction: column;
    }

    .mph-register-input {
        width: 100%;
    }

    .mph-register-search-btn {
        width: 100%;
        min-width: 0;
    }

    .mph-primary-domain-result #primaryLookupResult {
        padding: 20px;
    }

    .mph-domain-purchase {
        flex-direction: column;
        align-items: stretch;
    }

    .mph-domain-cart-btn {
        width: 100%;
    }

    .mph-domain-suggestions .domain-suggestion {
        flex-direction: column;
        align-items: stretch;
    }

    .mph-domain-suggestions .actions {
        justify-content: space-between;
    }

    .mph-domain-extra-card {
        min-height: auto;
    }
}


/* =========================================================
   MYPIXELHOSTING - DOMAIN CONFIGURATION
   ========================================================= */

.mph-configure-domains .cart-body {
    padding-bottom: 65px;
}


/* Intro */

.mph-config-intro {
    max-width: 760px;
    margin: 4px 0 30px;
}

.mph-config-intro h1 {
    margin: 0 0 10px;
    color: #111827;
    font-size: 34px;
    line-height: 1.15;
    font-weight: 750;
    letter-spacing: -.035em;
}

.mph-config-intro p {
    margin: 0;
    color: #6b7280;
    font-size: 15px;
    line-height: 1.7;
}


/* Main Domain Card */

.mph-domain-config-card {
    margin-bottom: 30px;
    padding: 30px;
    background: #fff;
    border: 1px solid #e1e6eb;
    border-radius: 20px;
    box-shadow: 0 12px 35px rgba(17, 24, 39, .055);
}

.mph-domain-config-header {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-bottom: 24px;
    border-bottom: 1px solid #e8edf1;
}

.mph-domain-config-icon {
    display: flex;
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    background: #eef5fb;
    border-radius: 14px;
    color: #0f4c81;
    font-size: 20px;
}

.mph-domain-config-header h2 {
    margin: 2px 0 0;
    color: #172033;
    font-size: 22px;
    font-weight: 730;
}

.mph-config-label {
    color: #8792a0;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .1em;
}


/* Summary */

.mph-domain-summary {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    padding: 24px 0;
}

.mph-domain-summary-item {
    padding: 18px;
    background: #f8fafc;
    border: 1px solid #edf0f3;
    border-radius: 13px;
}

.mph-summary-label {
    display: block;
    margin-bottom: 6px;
    color: #8993a0;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.mph-domain-summary-item strong {
    color: #172033;
    font-size: 15px;
}


/* Hosting Status */

.mph-hosting-status {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    font-weight: 700;
}

.mph-has-hosting {
    color: #14805e;
}

.mph-no-hosting {
    color: #0f4c81 !important;
}

.mph-no-hosting:hover {
    color: #0b355a !important;
    text-decoration: none;
}


/* Config Sections */

.mph-config-block {
    padding-top: 24px;
    border-top: 1px solid #e8edf1;
}

.mph-config-block + .mph-config-block {
    margin-top: 24px;
}

.mph-config-block-heading {
    margin-bottom: 20px;
}

.mph-config-block-heading h2,
.mph-config-block-heading h3 {
    margin: 4px 0 7px;
    color: #172033;
    font-weight: 720;
}

.mph-config-block-heading h2 {
    font-size: 23px;
}

.mph-config-block-heading h3 {
    font-size: 19px;
}

.mph-config-block-heading p {
    max-width: 720px;
    margin: 0;
    color: #6f7885;
    font-size: 13px;
    line-height: 1.65;
}


/* Addon Cards */

.mph-addon-products {
    margin-top: 10px;
}

.mph-addon-card {
    height: 100%;
    overflow: hidden;
    background: #fff !important;
    border: 1px solid #e1e6eb !important;
    border-radius: 15px !important;
    box-shadow: none !important;
    transition: all .2s ease;
}

.mph-addon-card:hover {
    border-color: rgba(15, 76, 129, .25) !important;
    box-shadow: 0 8px 20px rgba(17,24,39,.05) !important;
}

.mph-addon-card.panel-addon-selected {
    border-color: #0f4c81 !important;
    box-shadow: 0 0 0 2px rgba(15,76,129,.08) !important;
}

.mph-addon-card .panel-body {
    padding: 20px !important;
}

.mph-addon-card .panel-body label {
    color: #172033;
    font-size: 14px;
    font-weight: 700;
}

.mph-addon-card .panel-body p {
    margin: 10px 0 0;
    color: #737d89;
    font-size: 12px;
    line-height: 1.55;
}

.mph-addon-card .panel-price {
    padding: 12px 20px !important;
    background: #f8fafc !important;
    color: #172033 !important;
    font-weight: 700;
}

.mph-addon-card .panel-add {
    padding: 11px 20px !important;
    background: #eef5fb !important;
    color: #0f4c81 !important;
    font-size: 12px;
    font-weight: 700;
}


/* Nameservers */

.mph-nameserver-card {
    margin-top: 30px;
    padding: 30px;
    background:
        radial-gradient(circle at 95% 0%, rgba(15,76,129,.08), transparent 28%),
        #f8fafc;
    border: 1px solid #e1e6eb;
    border-radius: 20px;
}

.mph-nameserver-grid {
    margin-top: 5px;
}

.mph-nameserver-card label {
    color: #697482;
    font-size: 11px;
    font-weight: 700;
}

.mph-nameserver-card .form-control {
    height: 46px;
    background: #fff;
    border: 1px solid #dce3e9;
    border-radius: 10px;
    box-shadow: none;
}

.mph-nameserver-card .form-control:focus {
    border-color: #0f4c81;
    box-shadow: 0 0 0 3px rgba(15,76,129,.08);
}


/* Continue */

.mph-config-actions {
    padding-top: 30px;
    text-align: right;
}

.mph-continue-btn {
    display: inline-flex !important;
    min-width: 205px;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 22px !important;
    background: #0f4c81 !important;
    border: 1px solid #0f4c81 !important;
    border-radius: 11px !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 700 !important;
}

.mph-continue-btn:hover {
    background: #0b355a !important;
    border-color: #0b355a !important;
}

.mph-continue-btn i {
    font-size: 11px;
    transition: transform .2s ease;
}

.mph-continue-btn:hover i {
    transform: translateX(3px);
}


/* Error */

.mph-config-error {
    margin-bottom: 25px;
    border-radius: 12px;
}


/* Custom domain fields */

.mph-domain-extra-field {
    padding: 15px 0;
    border-top: 1px solid #edf0f3;
}


/* Responsive */

@media (max-width: 767.98px) {

    .mph-config-intro h1 {
        font-size: 28px;
    }

    .mph-domain-config-card,
    .mph-nameserver-card {
        padding: 22px;
        border-radius: 16px;
    }

    .mph-domain-summary {
        grid-template-columns: 1fr;
    }

    .mph-config-actions {
        text-align: stretch;
    }

    .mph-continue-btn {
        width: 100%;
    }
}


/* =========================================================
   MYPIXELHOSTING - CHECKOUT
   ========================================================= */

.mph-checkout .cart-body {
    padding-bottom: 60px;
}

/* Intro */
.mph-checkout-intro {
    margin: 4px 0 30px;
}

.mph-checkout-intro h1 {
    margin: 3px 0 10px;
    color: #111827;
    font-size: 36px;
    line-height: 1.15;
    font-weight: 750;
    letter-spacing: -.035em;
}

.mph-checkout-intro p {
    max-width: 650px;
    margin: 0;
    color: #6b7280;
    font-size: 15px;
    line-height: 1.65;
}

/* Already registered */
.mph-checkout .already-registered {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 25px;
    padding: 17px 20px;
    background: #f8fafc;
    border: 1px solid #e3e8ed;
    border-radius: 13px;
}

.mph-checkout .already-registered p {
    margin: 0;
    color: #687384;
    font-size: 13px;
}

.mph-checkout .already-registered .btn {
    padding: 9px 17px;
    background: #fff !important;
    border: 1px solid #d8e0e7 !important;
    border-radius: 9px;
    color: #0f4c81 !important;
    font-size: 12px;
    font-weight: 700;
}

/* Sections */
.mph-checkout .sub-heading {
    margin: 30px 0 16px;
    padding: 0;
    border: 0;
    text-align: left;
}

.mph-checkout .sub-heading span,
.mph-checkout .sub-heading span.primary-bg-color {
    display: block;
    padding: 0 !important;
    background: transparent !important;
    color: #172033 !important;
    font-size: 18px;
    font-weight: 750;
    line-height: 1.3;
}

/* Form groups become clean cards */
.mph-checkout #containerNewUserSignup,
.mph-checkout #containerExistingUserSignin,
.mph-checkout #containerNewUserSecurity {
    position: relative;
}

/* Inputs */
.mph-checkout .form-control,
.mph-checkout .field {
    min-height: 48px;
    background: #fff;
    border: 1px solid #dce3e9;
    border-radius: 10px;
    box-shadow: none !important;
    color: #172033;
    font-size: 13px;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.mph-checkout .form-control:focus,
.mph-checkout .field:focus {
    border-color: #0f4c81;
    box-shadow: 0 0 0 3px rgba(15,76,129,.08) !important;
}

/* Input icons */
.mph-checkout .prepend-icon .field-icon {
    height: 48px;
    line-height: 48px;
    color: #9aa4af;
}

.mph-checkout .prepend-icon .field {
    padding-left: 42px;
}

/* Give form sections visual grouping */
.mph-checkout #containerNewUserSignup > .sub-heading,
.mph-checkout #containerNewUserSecurity > .sub-heading {
    margin-top: 28px;
}

.mph-checkout .field-container {
    padding: 20px;
    background: #f8fafc;
    border: 1px solid #e5e9ed;
    border-radius: 14px;
}

/* Account selection */
.mph-checkout .account-select-container .account {
    margin-bottom: 10px;
    padding: 16px;
    background: #fff;
    border: 1px solid #e1e6eb;
    border-radius: 12px;
}

.mph-checkout .account-select-container .account.active {
    border-color: #0f4c81;
    box-shadow: 0 0 0 2px rgba(15,76,129,.07);
}

/* Password */
.mph-checkout .generate-password {
    padding: 8px 14px;
    border: 1px solid #dce3e9;
    border-radius: 8px;
    font-size: 11px;
    font-weight: 700;
}

.mph-checkout .password-strength-meter {
    margin-top: 4px;
}

.mph-checkout .password-strength-meter .progress {
    height: 5px;
    overflow: hidden;
    border-radius: 20px;
}

/* Payment section */
.mph-checkout #totalDueToday {
    margin: 15px 0 22px;
    padding: 22px;
    background: #f2f7fb !important;
    border: 1px solid #dce8f1 !important;
    border-radius: 14px;
    color: #172033 !important;
    font-size: 14px;
}

.mph-checkout #totalCartPrice {
    display: inline-block;
    margin-left: 6px;
    color: #0f4c81;
    font-size: 25px;
    font-weight: 800;
}

/* Payment methods */
.mph-checkout #paymentGatewaysContainer {
    margin-top: 20px;
    padding: 22px;
    background: #fff;
    border: 1px solid #e1e6eb;
    border-radius: 15px;
}

.mph-checkout #paymentGatewaysContainer > p {
    margin-bottom: 15px;
    color: #7b8592 !important;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.mph-checkout #paymentGatewaysContainer .radio-inline {
    margin: 5px 8px;
    padding: 12px 16px;
    background: #f8fafc;
    border: 1px solid #e1e6eb;
    border-radius: 10px;
    color: #303b4b;
    font-weight: 600;
}

/* Credit card */
.mph-checkout .cc-input-container {
    margin-top: 20px;
    padding: 24px;
    background: #f8fafc;
    border: 1px solid #e1e6eb;
    border-radius: 15px;
}

/* Notes */
.mph-checkout textarea.form-control {
    min-height: 110px;
    padding: 14px;
}

/* TOS */
.mph-checkout #accepttos {
    margin-right: 6px;
}

.mph-checkout #accepttos + * {
    color: #667180;
}

/* Complete Order */
.mph-checkout #btnCompleteOrder {
    min-width: 240px;
    min-height: 54px;
    margin-top: 12px;
    padding: 13px 25px;
    background: #0f4c81 !important;
    border: 1px solid #0f4c81 !important;
    border-radius: 11px !important;
    box-shadow: 0 8px 20px rgba(15,76,129,.15);
    color: #fff !important;
    font-size: 14px;
    font-weight: 750;
    transition: all .2s ease;
}

.mph-checkout #btnCompleteOrder:hover {
    background: #0b355a !important;
    border-color: #0b355a !important;
    transform: translateY(-1px);
    box-shadow: 0 10px 25px rgba(15,76,129,.20);
}

/* Secure checkout message */
.mph-checkout .checkout-security-msg {
    margin-top: 28px;
    padding: 14px 18px;
    background: #f8fafc !important;
    border: 1px solid #e3e8ed !important;
    border-radius: 11px;
    color: #73808e !important;
    font-size: 11px;
    text-align: center;
}

.mph-checkout .checkout-security-msg i {
    margin-right: 5px;
    color: #14805e;
}

/* Errors */
.mph-checkout .checkout-error-feedback {
    margin-bottom: 22px;
    border-radius: 12px;
}

/* Marketing */
.mph-checkout .marketing-email-optin {
    margin: 25px 0;
    padding: 20px;
    background: #f8fafc;
    border: 1px solid #e3e8ed;
    border-radius: 13px;
}

/* Mobile */
@media (max-width: 767.98px) {

    .mph-checkout-intro h1 {
        font-size: 29px;
    }

    .mph-checkout .already-registered {
        display: block;
    }

    .mph-checkout .already-registered .pull-right,
    .mph-checkout .already-registered .float-right {
        float: none !important;
        margin-bottom: 12px;
    }

    .mph-checkout #paymentGatewaysContainer,
    .mph-checkout .cc-input-container {
        padding: 18px;
    }

    .mph-checkout #btnCompleteOrder {
        width: 100%;
    }
}


/* =========================================================
   MYPIXELHOSTING - HOSTING PLANS
   ========================================================= */

.mph-products-page .cart-body {
    padding-bottom: 65px;
}

/* Intro */

.mph-products-intro {
    max-width: 760px;
    margin: 4px 0 34px;
}

.mph-products-intro h1 {
    margin: 3px 0 10px;
    color: #111827;
    font-size: 36px;
    line-height: 1.15;
    font-weight: 750;
    letter-spacing: -.035em;
}

.mph-products-intro p {
    margin: 0;
    color: #6b7280;
    font-size: 15px;
    line-height: 1.7;
}


/* Grid */

.mph-hosting-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    align-items: stretch;
}


/* Card */

.mph-hosting-card {
    position: relative;
    display: flex;
    min-width: 0;
    flex-direction: column;

    padding: 28px;

    background: #fff;
    border: 1px solid #e1e6eb;
    border-radius: 20px;

    box-shadow: 0 10px 30px rgba(17,24,39,.045);

    transition:
        transform .2s ease,
        box-shadow .2s ease,
        border-color .2s ease;
}

.mph-hosting-card:hover {
    transform: translateY(-3px);
    border-color: rgba(15,76,129,.25);
    box-shadow: 0 16px 38px rgba(17,24,39,.075);
}


/* Featured Plan */

.mph-hosting-featured {
    border-color: #0f4c81;
    box-shadow: 0 16px 40px rgba(15,76,129,.10);
}

.mph-hosting-featured::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;

    pointer-events: none;

    border-radius: 20px;

    background:
        radial-gradient(circle at 100% 0%, rgba(15,76,129,.08), transparent 30%);
}

.mph-hosting-featured > * {
    position: relative;
    z-index: 1;
}

.mph-hosting-badge {
    position: absolute;
    top: 18px;
    right: 18px;

    padding: 6px 9px;

    background: #0f4c81;
    border-radius: 999px;

    color: #fff;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .08em;
}


/* Card Header */

.mph-hosting-card-header {
    min-height: 120px;
}

.mph-hosting-icon {
    display: flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;

    margin-bottom: 18px;

    background: #eef5fb;
    border-radius: 12px;

    color: #0f4c81;
    font-size: 18px;
}

.mph-hosting-label {
    display: block;
    margin-bottom: 5px;

    color: #8a95a2;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .09em;
}

.mph-hosting-card h2 {
    margin: 0;

    color: #172033;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 740;
}

.mph-hosting-stock {
    display: inline-block;
    margin-top: 8px;

    color: #14805e;
    font-size: 11px;
    font-weight: 700;
}


/* Price */

.mph-hosting-price {
    margin-top: 24px;
    padding: 20px 0;

    border-top: 1px solid #e8edf1;
    border-bottom: 1px solid #e8edf1;
}

.mph-price-prefix {
    display: block;
    margin-bottom: 4px;

    color: #8a95a2;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.mph-price-main {
    color: #111827;
    font-size: 31px;
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: -.035em;
}

.mph-price-cycle {
    margin-left: 4px;

    color: #7a8491;
    font-size: 11px;
    font-weight: 600;
}

.mph-setup-fee {
    display: block;
    margin-top: 5px;

    color: #8d96a1;
    font-size: 10px;
}


/* Description */

.mph-hosting-description {
    margin-top: 20px;
}

.mph-hosting-description p {
    margin: 0;

    color: #6f7986;
    font-size: 12px;
    line-height: 1.6;
}


/* Features */

.mph-hosting-features {
    flex: 1;
    margin-top: 22px;
}

.mph-hosting-features ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mph-hosting-features li {
    display: flex;
    gap: 10px;
    align-items: flex-start;

    margin-bottom: 13px;
}

.mph-feature-check {
    display: flex;
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    align-items: center;
    justify-content: center;

    margin-top: 1px;

    background: #ecf8f2;
    border-radius: 50%;

    color: #14805e;
    font-size: 9px;
}

.mph-feature-text {
    color: #65717f;
    font-size: 12px;
    line-height: 1.5;
}

.mph-feature-text strong {
    color: #172033;
    font-weight: 750;
}


/* CTA */

.mph-hosting-card-footer {
    margin-top: 28px;
}

.mph-hosting-btn {
    display: flex !important;
    width: 100%;
    min-height: 48px;

    align-items: center;
    justify-content: center;
    gap: 8px;

    padding: 11px 16px !important;

    background: #eef5fb !important;
    border: 1px solid #d9e6ef !important;
    border-radius: 10px !important;

    color: #0f4c81 !important;
    font-size: 12px !important;
    font-weight: 750 !important;
}

.mph-hosting-btn:hover {
    background: #0f4c81 !important;
    border-color: #0f4c81 !important;
    color: #fff !important;
}

.mph-hosting-featured .mph-hosting-btn {
    background: #0f4c81 !important;
    border-color: #0f4c81 !important;
    color: #fff !important;
}

.mph-hosting-featured .mph-hosting-btn:hover {
    background: #0b355a !important;
    border-color: #0b355a !important;
}

.mph-hosting-btn i {
    font-size: 10px;
    transition: transform .2s ease;
}

.mph-hosting-btn:hover i {
    transform: translateX(3px);
}


/* Responsive */

@media (max-width: 991.98px) {

    .mph-hosting-grid {
        grid-template-columns: 1fr;
    }

    .mph-hosting-card-header {
        min-height: auto;
    }
}

@media (max-width: 767.98px) {

    .mph-products-intro h1 {
        font-size: 29px;
    }

    .mph-hosting-card {
        padding: 22px;
        border-radius: 16px;
    }

    .mph-hosting-featured::before {
        border-radius: 16px;
    }

    .mph-price-main {
        font-size: 28px;
    }
}


/* =========================================================
   MYPIXELHOSTING - HOSTING MONTHLY PRICE DISPLAY
   ========================================================= */

.mph-monthly-label {
    display: block;
    margin-bottom: 5px;
    color: #8792a0;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .09em;
}

.mph-monthly-price {
    display: flex;
    align-items: baseline;
    gap: 4px;
}

.mph-monthly-main {
    color: #111827;
    font-size: 32px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -.04em;
}

.mph-monthly-cycle {
    color: #7b8592;
    font-size: 12px;
    font-weight: 700;
}

.mph-annual-price {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

.mph-annual-label {
    margin-bottom: 3px;
    color: #8b95a2;
    font-size: 10px;
    font-weight: 700;
}

.mph-annual-price .mph-price-main {
    color: #687381;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 650;
    letter-spacing: 0;
}

.mph-hosting-featured .mph-monthly-main {
    color: #0f4c81;
}

@media (max-width: 767.98px) {

    .mph-monthly-main {
        font-size: 29px;
    }
}


/* =========================================================
   MYPIXELHOSTING - PRODUCT DOMAIN SELECTION
   ========================================================= */

.mph-product-domain-page .cart-body {
    padding-bottom: 65px;
}

.mph-product-domain-intro {
    margin: 4px 0 30px;
}

.mph-product-domain-intro h1 {
    margin: 3px 0 9px;
    color: #111827;
    font-size: 36px;
    line-height: 1.15;
    font-weight: 750;
    letter-spacing: -.035em;
}

.mph-product-domain-intro p {
    margin: 0;
    color: #6b7280;
    font-size: 15px;
    line-height: 1.65;
}


/* Options */

.mph-domain-options {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.mph-domain-option {
    overflow: hidden;
    background: #fff;
    border: 1px solid #e1e6eb;
    border-radius: 16px;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.mph-domain-option:has(input[type="radio"]:checked) {
    border-color: #0f4c81;
    box-shadow: 0 0 0 2px rgba(15,76,129,.06);
}

.mph-domain-option-label {
    display: flex;
    align-items: center;
    gap: 13px;
    margin: 0;
    padding: 18px 20px;
    cursor: pointer;
}

.mph-domain-option-label input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.mph-domain-radio-ui {
    position: relative;
    display: flex;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    border: 1px solid #cfd7df;
    border-radius: 50%;
    background: #fff;
}

.mph-domain-option-label input[type="radio"]:checked + .mph-domain-radio-ui {
    background: #0f4c81;
    border-color: #0f4c81;
}

.mph-domain-option-label input[type="radio"]:checked + .mph-domain-radio-ui::after {
    content: "✓";
    color: #fff;
    font-size: 12px;
    font-weight: 800;
}

.mph-domain-option-title {
    color: #293443;
    font-size: 14px;
    font-weight: 700;
}


/* Option content */

.mph-domain-option-panel {
    padding: 0 20px 20px;
}

.mph-domain-field-row {
    display: flex;
    align-items: stretch;
    gap: 12px;
    padding: 10px;
    background: #f8fafc;
    border: 1px solid #e8edf1;
    border-radius: 13px;
}

.mph-domain-search-field {
    position: relative;
    display: flex;
    flex: 1 1 auto;
    min-width: 0;
    align-items: center;
}

.mph-domain-search-field > i {
    position: absolute;
    left: 17px;
    z-index: 2;
    color: #8793a0;
}

.mph-domain-search-field textarea {
    display: block !important;
    width: 100% !important;
    height: 52px !important;
    min-height: 52px !important;
    max-height: 52px !important;
    margin: 0 !important;
    padding: 14px 18px 14px 46px !important;
    resize: none !important;
    background: #fff !important;
    border: 1px solid #dce3e9 !important;
    border-radius: 9px !important;
    box-shadow: none !important;
    color: #172033 !important;
    font-size: 14px !important;
    line-height: 22px !important;
}

.mph-domain-search-standard {
    gap: 8px;
}

.mph-domain-search-standard .form-control {
    height: 52px;
    margin: 0;
    background: #fff;
    border: 1px solid #dce3e9;
    border-radius: 9px;
    box-shadow: none;
}

.mph-domain-search-standard input {
    flex: 1 1 auto;
}

.mph-domain-search-standard select,
.mph-domain-tld-input {
    flex: 0 0 125px;
    max-width: 125px;
}

.mph-www {
    display: flex;
    height: 52px;
    padding: 0 13px;
    align-items: center;
    background: #eef3f7;
    border: 1px solid #dce3e9;
    border-radius: 9px;
    color: #6d7885;
    font-size: 12px;
    font-weight: 700;
}

.mph-domain-action-btn {
    display: inline-flex !important;
    flex: 0 0 auto;
    min-width: 125px;
    height: 52px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 18px !important;
    background: #0f4c81 !important;
    border: 1px solid #0f4c81 !important;
    border-radius: 9px !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 700 !important;
}

.mph-domain-action-btn:hover {
    background: #0b355a !important;
    border-color: #0b355a !important;
}

.mph-domain-action-btn i {
    font-size: 10px;
}


/* Notes */

.mph-free-domain-note {
    margin: 17px 0 0;
    color: #85909d;
    font-size: 11px;
}


/* Search result */

.mph-product-domain-results {
    margin-top: 30px;
}

.mph-product-domain-result {
    padding: 24px;
    background: #fff;
    border: 1px solid #e1e6eb;
    border-radius: 15px;
}

.mph-product-domain-result .domain-available {
    color: #14805e !important;
    font-size: 18px;
    font-weight: 750;
}

.mph-product-domain-result .domain-unavailable,
.mph-product-domain-result .domain-invalid {
    color: #b42318;
}

.mph-product-domain-price {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #e6ebef;
    color: #172033;
    font-weight: 700;
}


/* Suggestions */

.mph-product-domain-suggestions {
    margin-top: 25px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e1e6eb;
    border-radius: 15px;
}


/* Continue */

.mph-product-domain-continue {
    margin-top: 25px;
}

.mph-product-domain-continue .btn {
    min-width: 175px;
    min-height: 50px;
    background: #0f4c81 !important;
    border-color: #0f4c81 !important;
    border-radius: 10px !important;
    font-size: 13px;
    font-weight: 700;
}


/* Mobile */

@media (max-width: 767.98px) {

    .mph-product-domain-intro h1 {
        font-size: 29px;
    }

    .mph-domain-field-row {
        flex-direction: column;
    }

    .mph-domain-action-btn {
        width: 100%;
    }

    .mph-domain-search-standard {
        flex-wrap: wrap;
    }

    .mph-domain-search-standard select,
    .mph-domain-tld-input {
        flex: 1 1 110px;
        max-width: none;
    }
}

/* =========================================================
   MYPIXELHOSTING - PRODUCT DOMAIN FIELD FIX
   ========================================================= */

/* Main field row */
.mph-product-domain-page .mph-domain-field-row {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 12px !important;
}

/* Search field wrapper */
.mph-product-domain-page .mph-domain-search-field {
    display: flex !important;
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
    align-items: center !important;
    gap: 8px !important;
}

/* =========================================================
   REGISTER NEW DOMAIN
   ========================================================= */

.mph-product-domain-page
.mph-domain-option-register
.mph-domain-search-field {
    position: relative;
}

.mph-product-domain-page
.mph-domain-option-register
.mph-domain-search-field textarea {
    flex: 1 1 auto !important;
    width: 100% !important;
    min-width: 0 !important;

    height: 54px !important;
    min-height: 54px !important;
    max-height: 54px !important;

    padding: 15px 18px 15px 48px !important;

    border: 1px solid #dce3e9 !important;
    border-radius: 10px !important;

    background: #fff !important;

    resize: none !important;
    overflow: hidden !important;

    font-size: 14px !important;
    line-height: 22px !important;
}

.mph-product-domain-page
.mph-domain-option-register
.mph-domain-search-field > i {
    left: 17px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}


/* =========================================================
   TRANSFER + EXISTING DOMAIN
   ========================================================= */

.mph-product-domain-page
.mph-domain-search-standard {
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) 120px !important;
    gap: 8px !important;
    width: 100% !important;
}

.mph-product-domain-page
.mph-domain-search-standard .mph-www {
    width: auto !important;
    min-width: 58px !important;
    height: 52px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    margin: 0 !important;
    padding: 0 12px !important;
}

.mph-product-domain-page
.mph-domain-search-standard input.form-control,
.mph-product-domain-page
.mph-domain-search-standard select.form-control {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;

    height: 52px !important;
    margin: 0 !important;

    border-radius: 9px !important;
}

/* TLD field/select */
.mph-product-domain-page
.mph-domain-search-standard select,
.mph-product-domain-page
.mph-domain-search-standard .mph-domain-tld-input {
    flex: none !important;
    width: 120px !important;
    max-width: 120px !important;
}


/* =========================================================
   BUTTON ALIGNMENT
   ========================================================= */

.mph-product-domain-page .mph-domain-action-btn {
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: 125px !important;
    height: 52px !important;

    margin: 0 !important;
}


/* =========================================================
   ACTIVE PANEL SPACING
   ========================================================= */

.mph-product-domain-page .mph-domain-option-panel {
    padding: 0 20px 20px !important;
}

.mph-product-domain-page .mph-domain-option-label {
    padding-bottom: 16px !important;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767.98px) {

    .mph-product-domain-page .mph-domain-field-row {
        flex-direction: column !important;
        align-items: stretch !important;
    }

    .mph-product-domain-page
    .mph-domain-search-standard {
        grid-template-columns: auto minmax(0, 1fr) !important;
    }

    .mph-product-domain-page
    .mph-domain-search-standard select,
    .mph-product-domain-page
    .mph-domain-search-standard .mph-domain-tld-input {
        grid-column: 2;
        width: 100% !important;
        max-width: none !important;
    }

    .mph-product-domain-page .mph-domain-action-btn {
        width: 100% !important;
    }
}


/* =========================================================
   MYPIXELHOSTING - CART CHECKOUT BUTTON
   ========================================================= */

#order-standard_cart .btn-checkout,
#order-standard_cart a.btn-checkout,
#order-standard_cart button.btn-checkout,
#order-standard_cart .checkout-btn,
#order-standard_cart a[href*="a=checkout"],
#order-standard_cart a[href*="checkout"] {
    background: #0f4c81 !important;
    border-color: #0f4c81 !important;
    color: #fff !important;
    border-radius: 12px !important;
    box-shadow: 0 8px 20px rgba(15, 76, 129, .16) !important;
    transition: all .2s ease !important;
}

#order-standard_cart .btn-checkout:hover,
#order-standard_cart a.btn-checkout:hover,
#order-standard_cart button.btn-checkout:hover,
#order-standard_cart .checkout-btn:hover,
#order-standard_cart a[href*="a=checkout"]:hover,
#order-standard_cart a[href*="checkout"]:hover {
    background: #0b355a !important;
    border-color: #0b355a !important;
    color: #fff !important;
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(15, 76, 129, .22) !important;
}