/* Fartak Server — premium light order form */
@import url("configure-product.css?v=20260902-config-product-2");
@import url("view-cart-modern.css?v=20260902-view-cart");
@import url("checkout-modern.css?v=20260902-checkout-fix2");
@import url("domain-mobile.css?v=20260902-domain-mobile-1");

#order-standard_cart {
    --oc-primary: #2563eb;
    --oc-secondary: #6d28d9;
    --oc-accent: #0891b2;
    --oc-text: #0f172a;
    --oc-muted: #64748b;
    --oc-border: #dfe7f0;
    --oc-soft: #f8fafc;
    color: var(--oc-text);
}

#order-standard_cart .cart-body > .header-lined {
    margin-bottom: 10px;
    padding-bottom: 8px;
    border: 0 !important;
}

#order-standard_cart .cart-body > .header-lined h1 {
    position: relative;
    margin: 0;
    padding-bottom: 14px;
    color: #0f172a;
    font-size: 32px !important;
    font-weight: 900;
}

#order-standard_cart .cart-body > .header-lined h1::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 58px;
    height: 4px;
    border-radius: 10px;
    background: linear-gradient(90deg,var(--oc-primary),var(--oc-secondary));
}

#order-standard_cart .cart-body > p {
    margin-bottom: 24px;
    color: var(--oc-muted);
    font-size: 14px;
    line-height: 2;
}

#order-standard_cart .domain-checker-container {
    position: relative;
    margin-bottom: 26px;
    overflow: hidden;
    border: 1px solid rgba(37,99,235,.15);
    border-radius: 24px;
    background: linear-gradient(135deg,#eff6ff 0%,#f8fafc 52%,#f5f3ff 100%) !important;
    box-shadow: 0 18px 45px rgba(37,99,235,.10);
}

#order-standard_cart .domain-checker-container::before,
#order-standard_cart .domain-checker-container::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

#order-standard_cart .domain-checker-container::before {
    width: 310px;
    height: 310px;
    top: -190px;
    left: -100px;
    border: 45px solid rgba(37,99,235,.055);
}

#order-standard_cart .domain-checker-container::after {
    width: 220px;
    height: 220px;
    right: -120px;
    bottom: -150px;
    background: rgba(109,40,217,.055);
}

#order-standard_cart .domain-checker-bg {
    position: relative;
    z-index: 1;
    padding: 56px 30px 40px !important;
    background: transparent !important;
}

#order-standard_cart .domain-checker-bg form > .row { justify-content: center; }

#order-standard_cart .input-group-box {
    height: 62px;
    padding: 6px;
    overflow: hidden;
    border: 1px solid #cfdbea;
    border-radius: 17px !important;
    background: rgba(255,255,255,.96);
    box-shadow: 0 12px 30px rgba(15,23,42,.09);
    transition: border-color .22s ease,box-shadow .22s ease,transform .22s ease;
}

#order-standard_cart .input-group-box:focus-within {
    border-color: var(--oc-primary);
    box-shadow: 0 0 0 4px rgba(37,99,235,.10),0 16px 34px rgba(37,99,235,.12);
    transform: translateY(-1px);
}

#order-standard_cart #inputDomain {
    height: 48px !important;
    padding: 0 20px !important;
    color: #0f172a !important;
    font-size: 15px !important;
    font-weight: 650;
    border: 0 !important;
    border-radius: 11px !important;
    background: transparent !important;
    box-shadow: none !important;
}

#order-standard_cart #inputDomain::placeholder { color: #94a3b8; }

#order-standard_cart #btnCheckAvailability {
    min-width: 135px;
    height: 48px;
    margin: 0 !important;
    padding: 0 24px !important;
    color: #fff !important;
    font-size: 15px;
    font-weight: 900;
    border: 0 !important;
    border-radius: 11px !important;
    background: linear-gradient(135deg,var(--oc-primary),var(--oc-secondary)) !important;
    box-shadow: 0 9px 22px rgba(37,99,235,.22) !important;
    transition: transform .22s ease,box-shadow .22s ease,filter .22s ease;
}

#order-standard_cart #btnCheckAvailability:hover {
    filter: brightness(1.07);
    transform: translateY(-1px);
    box-shadow: 0 13px 28px rgba(37,99,235,.32) !important;
}

#order-standard_cart #captchaContainer {
    display: flex;
    justify-content: center;
    margin-top: 22px !important;
}

#order-standard_cart .default-captcha {
    width: min(100%,430px);
    margin: 0 auto !important;
    padding: 18px 20px 20px !important;
    border: 1px solid #d8e3ef;
    border-radius: 16px;
    background: rgba(255,255,255,.96);
    box-shadow: 0 12px 28px rgba(15,23,42,.08);
}

#order-standard_cart .default-captcha p {
    margin: 0 0 13px !important;
    color: #475569 !important;
    font-size: 13px !important;
    font-weight: 750;
    text-align: center;
}

#order-standard_cart .default-captcha > div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    direction: ltr;
}

/* Keep the validation message away from the captcha image. */
#order-standard_cart .default-captcha #inputCaptcha {
    position: relative;
}

#order-standard_cart .default-captcha .tooltip {
    z-index: 20;
    pointer-events: none;
}

#order-standard_cart .default-captcha .tooltip.bs-tooltip-bottom {
    margin-top: 8px;
}

/* Product domain selection */
#order-standard_cart .domain-selection-options {
    display: grid;
    gap: 13px;
    margin-top: 22px;
}

#order-standard_cart .domain-selection-options .option {
    overflow: hidden;
    border: 1px solid #dce5f0;
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(15,23,42,.045);
    transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

#order-standard_cart .domain-selection-options .option:hover {
    border-color: #bcd0ef;
    box-shadow: 0 14px 30px rgba(37,99,235,.08);
}

#order-standard_cart .domain-selection-options .option > label {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 52px;
    margin: 0;
    padding: 13px 18px;
    color: #334155;
    font-size: 13px;
    font-weight: 800;
    background: linear-gradient(135deg,#f8fafc,#f4f7fc);
    cursor: pointer;
}

#order-standard_cart .domain-selection-options input[type="radio"] {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    margin: 0;
    accent-color: #2563eb;
}

#order-standard_cart .domain-selection-options .option:has(input[type="radio"]:checked) {
    border-color: #93b4f4;
    box-shadow: 0 14px 32px rgba(37,99,235,.11);
}

#order-standard_cart .domain-selection-options .option:has(input[type="radio"]:checked) > label {
    color: #1d4ed8;
    background: linear-gradient(135deg,#eff6ff,#f5f3ff);
}

#order-standard_cart .domain-input-group {
    padding: 18px !important;
    border-top: 1px solid #e7edf5;
    background: #fff !important;
}

#order-standard_cart .domain-input-group > .row,
#order-standard_cart .domain-input-group .domains-row {
    direction: ltr;
    align-items: center;
}

#order-standard_cart .domain-input-group > .row > [class*="col-"] {
    margin-right: 0;
    margin-left: 0;
}

#order-standard_cart .domain-input-group .domains-row > .col-9,
#order-standard_cart .domain-input-group .domains-row > .col-xs-9 {
    padding-right: 6px;
    padding-left: 0;
}

#order-standard_cart .domain-input-group .domains-row > .col-3,
#order-standard_cart .domain-input-group .domains-row > .col-xs-3 {
    padding-right: 0;
    padding-left: 6px;
}

#order-standard_cart .domain-input-group .input-group {
    direction: ltr;
    height: 48px;
    flex-wrap: nowrap;
}

#order-standard_cart .domain-input-group .input-group-text {
    height: 48px;
    min-width: 92px;
    justify-content: center;
    border: 1px solid #d6e1ee;
    border-right: 0;
    border-radius: 12px 0 0 12px;
    color: #52657d;
    font-size: 11px;
    font-weight: 800;
    background: #f4f7fb;
}

#order-standard_cart .domain-input-group .form-control {
    height: 48px;
    border-color: #d6e1ee;
    border-radius: 10px;
    color: #0f172a;
    background: #fff;
    box-shadow: none;
}

#order-standard_cart .domain-input-group .input-group .form-control {
    border-radius: 0 12px 12px 0 !important;
    direction: ltr;
    text-align: left;
}

#order-standard_cart .domain-input-group select.form-control,
#order-standard_cart #owndomaintld {
    direction: ltr;
    text-align: center;
    font-weight: 800;
    color: #1d4ed8;
    background-color: #f8faff;
}

#order-standard_cart .domain-input-group .form-control:focus {
    position: relative;
    z-index: 3;
    border-color: #2563eb;
    box-shadow: 0 0 0 4px rgba(37,99,235,.1);
}

#order-standard_cart .domain-input-group button[type="submit"] {
    min-height: 48px;
    border: 0;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 900;
    background: linear-gradient(135deg,#2563eb,#6d28d9);
    box-shadow: 0 9px 20px rgba(79,70,229,.2);
}

@media (max-width: 767px) {
    #order-standard_cart .domain-input-group { padding: 14px !important; }
    #order-standard_cart .domain-input-group > .row { gap: 10px; }
    #order-standard_cart .domain-input-group > .row > [class*="col-"] { flex: 0 0 100%; max-width: 100%; padding: 0; }
    #order-standard_cart .domain-input-group .domains-row { margin: 0; }
    #order-standard_cart .domain-input-group .input-group-text { min-width: 78px; }
}

#order-standard_cart #inputCaptchaImage {
    width: 160px !important;
    height: 52px !important;
    flex: 0 0 160px;
    object-fit: fill;
    padding: 5px;
    border: 1px solid #cbd8e6;
    border-radius: 10px;
    background: #eef4fb;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.7);
}

#order-standard_cart #inputCaptcha {
    width: 125px !important;
    height: 52px !important;
    flex: 0 0 125px;
    margin: 0 !important;
    padding: 0 14px !important;
    color: #0f172a !important;
    font-size: 18px !important;
    font-weight: 900;
    letter-spacing: 3px;
    text-align: center;
    border: 1px solid #cbd8e6 !important;
    border-radius: 10px !important;
    background: #f8fafc !important;
    box-shadow: none !important;
}

#order-standard_cart #inputCaptcha:focus {
    border-color: var(--oc-primary) !important;
    background: #fff !important;
    box-shadow: 0 0 0 4px rgba(37,99,235,.10) !important;
}

#order-standard_cart .cart-sidebar .card-sidebar {
    overflow: hidden;
    margin-bottom: 20px !important;
    border: 1px solid var(--oc-border) !important;
    border-radius: 18px !important;
    background: #fff !important;
    box-shadow: 0 14px 36px rgba(15,23,42,.075) !important;
}

#order-standard_cart .cart-sidebar .card-header {
    min-height: 60px;
    display: flex;
    align-items: center;
    padding: 15px 18px !important;
    color: #0f172a !important;
    border-bottom: 1px solid #e7edf5 !important;
    background: linear-gradient(90deg,#f8fafc,#eff6ff) !important;
}

#order-standard_cart .cart-sidebar .panel-title { width: 100%; font-size: 14px; font-weight: 900; }
#order-standard_cart .cart-sidebar .list-group-item {
    min-height: 48px;
    padding: 13px 18px !important;
    color: #475569 !important;
    font-size: 13px;
    font-weight: 650;
    border-color: #edf1f5 !important;
    background: #fff !important;
}

#order-standard_cart .cart-sidebar .list-group-item:hover {
    color: #1d4ed8 !important;
    padding-right: 22px !important;
    border-right: 3px solid #2563eb !important;
    background: #eff6ff !important;
}

#order-standard_cart .cart-sidebar .list-group-item.active {
    color: #fff !important;
    border-color: transparent !important;
    background: linear-gradient(135deg,var(--oc-primary),var(--oc-secondary)) !important;
}

#order-standard_cart .spotlight-tlds-container,
#order-standard_cart .domain-pricing {
    overflow: hidden;
    border: 1px solid var(--oc-border) !important;
    border-radius: 20px !important;
    background: #fff !important;
    box-shadow: 0 16px 38px rgba(15,23,42,.07);
}

#order-standard_cart .spotlight-tld {
    border-color: #e8eef5 !important;
    background: #fff !important;
    transition: transform .25s ease,box-shadow .25s ease,border-color .25s ease;
}

#order-standard_cart .spotlight-tld:hover {
    z-index: 2;
    border-color: #bfdbfe !important;
    box-shadow: 0 15px 30px rgba(37,99,235,.11);
    transform: translateY(-4px);
}

#order-standard_cart .domain-pricing .tld-row,
#order-standard_cart .domain-pricing .row { border-color: #edf1f5 !important; }
#order-standard_cart .domain-pricing .tld-pricing-header,
#order-standard_cart .domain-pricing .tld-row.highlighted { background: #f8fafc !important; }

#order-standard_cart .btn-add-to-cart,
#order-standard_cart .domain-contact-support {
    border: 0 !important;
    border-radius: 10px !important;
    background: linear-gradient(135deg,var(--oc-primary),var(--oc-secondary)) !important;
}

@media (max-width: 767.98px) {
    #order-standard_cart .cart-body > .header-lined h1 { font-size: 26px !important; }
    #order-standard_cart .domain-checker-bg { padding: 32px 14px 25px !important; }
    #order-standard_cart .domain-checker-bg .col-10 { flex: 0 0 100%; max-width: 100%; margin-right: 0; margin-left: 0; }
    #order-standard_cart .input-group-box { height: auto; display: flex; flex-direction: column; gap: 8px; padding: 8px; overflow: visible; }
    #order-standard_cart #inputDomain,
    #order-standard_cart #btnCheckAvailability,
    #order-standard_cart .input-group-append { width: 100%; min-width: 0; }
    #order-standard_cart #btnCheckAvailability { min-height: 50px; }
    #order-standard_cart .default-captcha { padding: 16px 12px 18px !important; }
}

@media (max-width: 420px) {
    #order-standard_cart .default-captcha > div { flex-direction: column; }
    #order-standard_cart #inputCaptchaImage,
    #order-standard_cart #inputCaptcha { width: 100% !important; max-width: 220px; flex-basis: 52px; }
}

/* Final compact mobile captcha override (must follow legacy 420px rules). */
@media (max-width: 575.98px) {
    #order-standard_cart .domain-checker-bg { padding: 18px 10px !important; }
    #order-standard_cart .input-group-box { gap: 7px !important; padding: 6px !important; }
    #order-standard_cart #inputDomain,
    #order-standard_cart #btnCheckAvailability { height: 48px !important; min-height: 48px !important; }
    #order-standard_cart .captcha-container { margin: 10px 0 0 !important; padding: 0 !important; }
    #order-standard_cart .default-captcha {
        margin: 0 !important;
        padding: 13px 10px !important;
        border-radius: 13px !important;
    }
    #order-standard_cart .default-captcha > p {
        margin: 0 0 10px !important;
        font-size: 12px !important;
        line-height: 1.8 !important;
    }
    #order-standard_cart .default-captcha > div {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 9px !important;
        width: 100% !important;
        direction: ltr !important;
    }
    #order-standard_cart #inputCaptchaImage {
        width: 138px !important;
        max-width: 58% !important;
        height: 46px !important;
        min-height: 46px !important;
        flex: 0 1 138px !important;
        padding: 3px !important;
        object-fit: fill !important;
        border-radius: 8px !important;
    }
    #order-standard_cart #inputCaptcha {
        width: 92px !important;
        max-width: 36% !important;
        height: 46px !important;
        min-height: 46px !important;
        flex: 0 1 92px !important;
        margin: 0 !important;
        padding: 5px 8px !important;
        font-size: 16px !important;
        letter-spacing: 2px !important;
        border-radius: 9px !important;
    }
}
