/* IDEIHOSTING order form — conversion-focused layer for WHMCS /clientes. */
:root {
    --idei-cart-blue: #0969e8;
    --idei-cart-blue-dark: #073c98;
    --idei-cart-navy: #0f2442;
    --idei-cart-text: #24364f;
    --idei-cart-muted: #617187;
    --idei-cart-line: #dfe8f4;
    --idei-cart-soft: #f3f7fd;
    --idei-cart-success: #0b9a67;
    --idei-cart-yellow: #ffc82e;
}

.idei-order-assurance {
    display: flex;
    max-width: 1140px;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    margin: 1.25rem auto 2rem;
    padding: .85rem 1.25rem;
    border: 1px solid #dce8f8;
    border-radius: 999px;
    background: #f7faff;
    color: #435774;
    font-size: .88rem;
    font-weight: 700;
}

.idei-order-assurance i {
    margin-right: .4rem;
    color: var(--idei-cart-success);
}

#order-standard_cart {
    color: var(--idei-cart-text);
    font-size: 15px;
}

#order-standard_cart .idei-store-intro {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 1.35rem;
    padding: 2.25rem 2.5rem;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 24px;
    background:
        radial-gradient(circle at 85% 0%, rgba(64, 162, 255, .52), transparent 30%),
        linear-gradient(135deg, #082c75 0%, #0758d0 58%, #087cf0 100%);
    box-shadow: 0 24px 60px rgba(6, 57, 137, .18);
    color: #fff;
}

#order-standard_cart .idei-store-intro > div {
    max-width: 720px;
}

#order-standard_cart .idei-store-kicker {
    display: inline-block;
    margin-bottom: .55rem;
    color: var(--idei-cart-yellow);
    font-size: .74rem;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
}

#order-standard_cart .idei-store-intro h1 {
    margin: 0 0 .65rem;
    color: #fff;
    font-size: clamp(2rem, 4vw, 3.15rem);
    font-weight: 800;
    letter-spacing: -.035em;
    line-height: 1.05;
}

#order-standard_cart .idei-store-intro p {
    max-width: 680px;
    margin: 0;
    color: rgba(255, 255, 255, .84);
    font-size: 1.02rem;
    line-height: 1.7;
}

#order-standard_cart .idei-sales-link {
    display: inline-flex;
    min-height: 48px;
    flex: 0 0 auto;
    align-items: center;
    gap: .55rem;
    padding: .75rem 1rem;
    border: 1px solid rgba(255, 255, 255, .38);
    border-radius: 12px;
    background: rgba(255, 255, 255, .11);
    color: #fff;
    font-weight: 700;
    transition: background .2s ease, transform .2s ease;
}

#order-standard_cart .idei-sales-link:hover {
    background: rgba(255, 255, 255, .2);
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
}

#order-standard_cart .idei-catalog-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: .65rem;
    border: 1px solid var(--idei-cart-line);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(20, 55, 100, .06);
}

#order-standard_cart .idei-results-title {
    display: flex;
    min-width: 0;
    flex-direction: column;
    padding: .15rem .45rem;
}

#order-standard_cart .idei-results-title strong {
    overflow: hidden;
    color: var(--idei-cart-navy);
    font-size: 1rem;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#order-standard_cart .idei-results-title span {
    color: var(--idei-cart-muted);
    font-size: .78rem;
}

#order-standard_cart .idei-category-nav {
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    gap: .35rem;
    overflow-x: auto;
    scrollbar-width: thin;
}

#order-standard_cart .idei-category-nav a {
    flex: 0 0 auto;
    padding: .65rem .85rem;
    border-radius: 10px;
    color: #43536a;
    font-size: .88rem;
    font-weight: 700;
    white-space: nowrap;
}

#order-standard_cart .idei-category-nav a:hover,
#order-standard_cart .idei-category-nav a.active {
    background: #eaf3ff;
    color: var(--idei-cart-blue);
    text-decoration: none;
}

#order-standard_cart .idei-category-nav a.active {
    box-shadow: inset 0 0 0 1px #c8ddfb;
}

#order-standard_cart .idei-currency-form {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: .5rem;
    margin: 0;
}

#order-standard_cart .idei-currency-form label {
    margin: 0;
    color: var(--idei-cart-muted);
    font-size: .78rem;
    font-weight: 700;
    text-transform: uppercase;
}

#order-standard_cart .idei-currency-form select {
    min-width: 88px;
}

#order-standard_cart .idei-products {
    margin: 0;
}

#order-standard_cart .idei-products > .row {
    display: flex;
    flex-wrap: wrap;
}

#order-standard_cart .idei-product-card {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 100%;
    flex-direction: column;
    padding: 0;
    overflow: visible;
    border: 1px solid var(--idei-cart-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 16px 44px rgba(26, 62, 110, .08);
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

#order-standard_cart .idei-product-card:hover {
    border-color: #a9c9f6;
    box-shadow: 0 24px 58px rgba(15, 72, 150, .15);
    transform: translateY(-5px);
}

#order-standard_cart .idei-product-card.is-featured {
    border: 2px solid var(--idei-cart-blue);
}

#order-standard_cart .idei-featured-badge {
    position: absolute;
    z-index: 2;
    top: -13px;
    left: 50%;
    padding: .42rem .8rem;
    border-radius: 999px;
    background: var(--idei-cart-yellow);
    color: #413000;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
    transform: translateX(-50%);
}

#order-standard_cart .idei-product-card > header {
    margin: 0;
    padding: 1.5rem 1.35rem .45rem;
    border: 0;
    border-radius: 18px 18px 0 0;
    background: transparent;
    text-align: center;
}

#order-standard_cart .idei-product-card > header > span:first-child {
    color: var(--idei-cart-navy);
    font-size: 1.23rem;
    font-weight: 800;
    letter-spacing: -.02em;
}

#order-standard_cart .idei-product-card header .qty {
    display: block;
    float: none;
    margin-top: .45rem;
    color: var(--idei-cart-success);
    font-size: .76rem;
    font-style: normal;
    font-weight: 800;
}

#order-standard_cart .idei-price {
    display: flex;
    min-height: 102px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: .5rem 1.25rem 1.15rem;
    border-bottom: 1px solid #edf2f8;
    text-align: center;
}

#order-standard_cart .idei-price small {
    color: var(--idei-cart-muted);
    font-size: .75rem;
}

#order-standard_cart .idei-price .price {
    color: var(--idei-cart-blue);
    font-size: 2rem;
    font-weight: 900;
    letter-spacing: -.04em;
    line-height: 1.1;
}

#order-standard_cart .idei-price .cycle {
    color: var(--idei-cart-muted);
    font-size: .82rem;
}

#order-standard_cart .idei-price .setup-fee {
    margin-top: .3rem;
}

#order-standard_cart .idei-product-card .product-desc {
    position: relative;
    float: none;
    width: 100%;
    max-height: 335px;
    flex: 0 1 auto;
    padding: 1.3rem 1.25rem;
    overflow: hidden;
    color: #44556c;
    font-size: .84rem;
    text-align: left;
}

#order-standard_cart .idei-product-card .product-desc.is-expanded {
    max-height: none;
}

#order-standard_cart .idei-product-card .product-desc:not(.is-expanded)::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 38px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 85%);
    content: "";
    pointer-events: none;
}

#order-standard_cart .idei-product-card .product-desc.fits-without-toggle::after {
    display: none;
}

#order-standard_cart .idei-features-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    gap: .45rem;
    margin: .15rem 1.25rem .95rem;
    padding: .35rem 0;
    border: 0;
    background: transparent;
    color: var(--idei-cart-blue);
    font-size: .78rem;
    font-weight: 800;
    cursor: pointer;
}

#order-standard_cart .idei-features-toggle.is-needed {
    display: inline-flex;
}

#order-standard_cart .idei-features-toggle[aria-expanded="true"] i {
    transform: rotate(180deg);
}

#order-standard_cart .idei-product-summary > p:first-child {
    margin-top: 0;
}

#order-standard_cart .idei-product-summary ul,
#order-standard_cart .idei-feature-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

#order-standard_cart .idei-product-summary ul li,
#order-standard_cart .idei-feature-list li {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: .6rem;
    margin: 0;
    padding: .55rem 0;
    border-bottom: 1px dashed #e2e9f2;
    line-height: 1.45;
}

#order-standard_cart .idei-product-summary ul li::before {
    flex: 0 0 auto;
    color: var(--idei-cart-success);
    content: "\2713";
    font-weight: 900;
}

#order-standard_cart .idei-feature-list li i {
    flex: 0 0 auto;
    margin-top: .15rem;
    color: var(--idei-cart-success);
    font-size: .75rem;
}

#order-standard_cart .idei-product-summary ul li:last-child,
#order-standard_cart .idei-feature-list li:last-child {
    border-bottom: 0;
}

#order-standard_cart .idei-product-card .feature-value {
    color: #1e324f;
    font-weight: 800;
}

#order-standard_cart .idei-product-card > footer {
    float: none;
    width: 100%;
    margin: auto 0 0;
    padding: 0 1.25rem 1.35rem;
    text-align: center;
}

#order-standard_cart .idei-product-card .btn-order-now,
#order-standard_cart .btn-primary,
#order-standard_cart .btn-success {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: .55rem;
    border: 0;
    border-radius: 11px;
    background: linear-gradient(135deg, #0879f9 0%, #0755ca 100%);
    box-shadow: 0 10px 24px rgba(7, 93, 216, .22);
    color: #fff;
    font-weight: 800;
}

#order-standard_cart .idei-product-card .btn-order-now {
    width: 100%;
}

#order-standard_cart .idei-product-card .btn-order-now:hover,
#order-standard_cart .btn-primary:hover,
#order-standard_cart .btn-success:hover {
    background: linear-gradient(135deg, #086de2 0%, #063e9d 100%);
    box-shadow: 0 13px 28px rgba(7, 73, 167, .3);
    color: #fff;
}

#order-standard_cart .idei-no-risk {
    display: block;
    margin-top: .7rem;
    color: #718097;
    font-size: .72rem;
}

#order-standard_cart .idei-no-risk i {
    color: var(--idei-cart-success);
}

#order-standard_cart .idei-included {
    display: grid;
    grid-template-columns: minmax(220px, .75fr) 1.75fr;
    gap: 2rem;
    margin-top: 1.5rem;
    padding: 2rem;
    border: 1px solid #dbe7f6;
    border-radius: 20px;
    background: var(--idei-cart-soft);
}

#order-standard_cart .idei-included h2 {
    margin: 0;
    color: var(--idei-cart-navy);
    font-size: 1.55rem;
    font-weight: 800;
}

#order-standard_cart .idei-included ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .75rem 1rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

#order-standard_cart .idei-included li {
    display: flex;
    align-items: flex-start;
    gap: .55rem;
    color: #40536e;
}

#order-standard_cart .idei-included li i {
    margin-top: .2rem;
    color: var(--idei-cart-success);
}

#order-standard_cart .idei-store-support {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    margin: 1.5rem 0 1rem;
    padding: 1.4rem 1.6rem;
    border-radius: 16px;
    background: #0f2442;
    color: #fff;
}

#order-standard_cart .idei-store-support > div {
    display: flex;
    align-items: center;
    gap: .9rem;
}

#order-standard_cart .idei-store-support > div > i {
    color: var(--idei-cart-yellow);
    font-size: 1.6rem;
}

#order-standard_cart .idei-store-support .btn {
    flex: 0 0 auto;
    padding: .7rem 1rem;
    border-radius: 10px;
    background: #fff;
    color: #0c4ca8;
    font-weight: 800;
}

/* Product catalogue: sidebar first, products using the remaining width. */
#order-standard_cart .idei-catalog-layout {
    align-items: flex-start;
    margin-right: 0;
    margin-left: 0;
}

/* The legacy Six theme adds clearfix pseudo-elements to every .row. Inside a
   CSS grid those pseudo-elements become real grid items and push the sidebar
   into the product column. Keep the catalogue compatible with both Six and
   Twenty-One by disabling the clearfix only for this grid. */
#order-standard_cart .idei-catalog-layout::before,
#order-standard_cart .idei-catalog-layout::after {
    display: none !important;
    content: none !important;
}

#order-standard_cart .idei-catalog-sidebar .card {
    overflow: hidden;
    border: 1px solid var(--idei-cart-line);
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(20, 55, 100, .07);
}

#order-standard_cart .idei-catalog-sidebar.cart-sidebar .card-header {
    padding: .9rem 1rem;
    border: 0;
    background: var(--idei-cart-navy);
}

#order-standard_cart .idei-catalog-sidebar.cart-sidebar .card-header h3,
#order-standard_cart .idei-catalog-sidebar.cart-sidebar .card-header i {
    color: #fff;
}

#order-standard_cart .idei-catalog-sidebar .list-group-item {
    padding: .72rem 1rem;
    border-bottom: 1px solid #edf2f8;
    color: #40536d;
    font-size: .86rem;
    font-weight: 650;
}

#order-standard_cart .idei-catalog-sidebar .list-group-item:hover {
    background: #eef6ff;
    color: var(--idei-cart-blue);
}

#order-standard_cart .idei-catalog-sidebar .list-group-item.active {
    border-color: var(--idei-cart-blue);
    background: var(--idei-cart-blue);
    color: #fff;
}

/* Configuration, cart and checkout */
#order-standard_cart:not(.idei-storefront) .header-lined {
    margin-bottom: 1.4rem;
    padding: 1.5rem 1.75rem;
    border: 1px solid #d9e7fa;
    border-radius: 18px;
    background: linear-gradient(135deg, #eff6ff 0%, #fff 100%);
}

#order-standard_cart:not(.idei-storefront) .header-lined h1 {
    margin: 0;
    color: var(--idei-cart-navy);
    font-size: 2rem;
    font-weight: 800;
}

#order-standard_cart .cart-sidebar .card,
#order-standard_cart .panel,
#order-standard_cart .card {
    border-color: var(--idei-cart-line);
    border-radius: 14px;
    box-shadow: 0 8px 28px rgba(25, 58, 104, .06);
}

#order-standard_cart .cart-sidebar .card-header,
#order-standard_cart .panel-heading,
#order-standard_cart .card-header {
    border-color: var(--idei-cart-line);
    border-radius: 14px 14px 0 0;
    background: #f6f9fe;
}

#order-standard_cart .cart-sidebar .list-group-item.active {
    border-color: var(--idei-cart-blue);
    background: var(--idei-cart-blue);
}

#order-standard_cart .product-info,
#order-standard_cart .field-container,
#order-standard_cart .order-summary {
    border: 1px solid var(--idei-cart-line);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(24, 61, 110, .06);
}

#order-standard_cart .product-info {
    padding: 1.25rem;
}

#order-standard_cart .field-container {
    padding: 1.25rem;
}

#order-standard_cart .order-summary {
    border-bottom: 0;
}

#order-standard_cart .order-summary h2 {
    border-radius: 14px 14px 0 0;
    background: var(--idei-cart-navy);
    color: #fff;
}

#order-standard_cart .order-summary .summary-container {
    border-color: var(--idei-cart-line);
    border-radius: 0 0 14px 14px;
}

#order-standard_cart .form-control,
#order-standard_cart .custom-select {
    min-height: 44px;
    border: 1px solid #cad7e8;
    border-radius: 9px;
}

#order-standard_cart .form-control:focus,
#order-standard_cart .custom-select:focus {
    border-color: #69a8fb;
    box-shadow: 0 0 0 3px rgba(9, 105, 232, .12);
}

#order-standard_cart .sub-heading {
    border-color: #d8e3f1;
}

#order-standard_cart .sub-heading span,
#order-standard_cart .sub-heading-borderless span {
    color: var(--idei-cart-blue);
    font-weight: 800;
}

#order-standard_cart .view-cart-items .item,
#order-standard_cart .view-cart-items-header {
    border-color: var(--idei-cart-line);
}

#order-standard_cart .view-cart-items-header {
    background: var(--idei-cart-navy);
}

#order-standard_cart .empty-cart .btn {
    border-radius: 9px;
}

#order-standard_cart .alert {
    border: 0;
    border-radius: 12px;
}

@media (min-width: 1200px) {
    #order-standard_cart.idei-storefront {
        width: 100%;
    }

    #order-standard_cart .idei-catalog-layout {
        display: grid;
        grid-template-columns: minmax(245px, 280px) minmax(0, 1fr);
        gap: 1.5rem;
    }

    #order-standard_cart .idei-catalog-sidebar {
        grid-column: 1;
        grid-row: 1;
        position: sticky;
        top: 1.25rem;
        display: block;
        width: 100% !important;
        padding: 0;
    }

    #order-standard_cart .idei-catalog-main {
        grid-column: 2;
        grid-row: 1;
        width: 100% !important;
        min-width: 0;
        padding: 0;
    }

    #order-standard_cart:not(.idei-storefront) .cart-sidebar {
        width: 22%;
    }

    #order-standard_cart:not(.idei-storefront) .cart-body {
        width: 78%;
    }
}

@media (max-width: 1199.98px) {
    #order-standard_cart .idei-catalog-layout {
        display: block;
    }

    #order-standard_cart .idei-catalog-main {
        width: 100%;
        padding: 0;
    }

    #order-standard_cart .sidebar-collapsed {
        margin: 0 0 1rem;
        padding: 0;
    }
}

@media (max-width: 991.98px) {
    .idei-order-assurance {
        gap: 1rem;
        border-radius: 16px;
    }

    #order-standard_cart .idei-store-intro {
        align-items: flex-start;
        flex-direction: column;
        padding: 1.8rem;
    }

    #order-standard_cart .idei-included {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .idei-order-assurance {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 1.25rem;
    }

    #order-standard_cart .idei-catalog-toolbar,
    #order-standard_cart .idei-store-support {
        align-items: stretch;
        flex-direction: column;
    }

    #order-standard_cart .idei-currency-form {
        justify-content: flex-end;
    }

    #order-standard_cart .idei-included ul {
        grid-template-columns: 1fr;
    }

    #order-standard_cart .idei-store-support > div {
        align-items: flex-start;
    }

    #order-standard_cart .idei-store-support .btn {
        width: 100%;
    }
}

@media (max-width: 479.98px) {
    #order-standard_cart .idei-store-intro {
        padding: 1.45rem;
        border-radius: 18px;
    }

    #order-standard_cart .idei-store-intro h1 {
        font-size: 1.85rem;
    }

    #order-standard_cart .idei-sales-link {
        width: 100%;
        justify-content: center;
    }
}
