/* SMWS hosting infographic-inspired cart experience */
#order-standard_cart .cart-body {
    position: relative;
}

#order-standard_cart .smws-hosting-hero,
#order-standard_cart .smws-hosting-section {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    padding: 1.35rem;
    margin-bottom: 1.2rem;
    border: 1px solid rgba(133, 183, 255, 0.25);
    box-shadow: 0 24px 40px rgba(3, 16, 46, 0.28);
}

#order-standard_cart .smws-hosting-hero {
    background: radial-gradient(circle at 80% 15%, rgba(45, 212, 255, 0.25), transparent 35%), linear-gradient(145deg, #04122f 0%, #0b2f63 58%, #0f4f90 100%);
    color: #f5f9ff;
}

#order-standard_cart .smws-hosting-hero::before,
#order-standard_cart .smws-hosting-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(138, 191, 255, 0.09) 1px, transparent 1px), linear-gradient(90deg, rgba(138, 191, 255, 0.08) 1px, transparent 1px);
    background-size: 32px 32px;
    opacity: 0.16;
    pointer-events: none;
}

#order-standard_cart .smws-hosting-hero__content,
#order-standard_cart .smws-hosting-hero__visual,
#order-standard_cart .smws-hosting-section > * {
    position: relative;
    z-index: 1;
}

#order-standard_cart .smws-hosting-hero__eyebrow,
#order-standard_cart .smws-section-header__eyebrow {
    font-size: 0.74rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 0.55rem;
    color: #7de7ff;
}

#order-standard_cart .smws-hosting-hero h1 {
    margin: 0;
    color: #ffffff;
    font-size: 2rem;
    line-height: 1.2;
    text-transform: uppercase;
    text-shadow: 0 4px 16px rgba(6, 18, 45, 0.6);
}

#order-standard_cart .smws-hosting-hero__lead {
    margin: 0.95rem 0 0;
    color: #e2ebff;
    max-width: 62ch;
}

#order-standard_cart .smws-hosting-hero__trust {
    margin: 0.75rem 0 0;
    color: #9be8ff;
    font-weight: 600;
}

#order-standard_cart .smws-hosting-hero__actions {
    margin-top: 1.05rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
}

#order-standard_cart .smws-hosting-hero__actions .btn {
    border-radius: 999px;
    padding: 0.65rem 1.2rem;
    font-weight: 700;
}

#order-standard_cart .smws-hosting-hero__actions .btn-primary {
    background: linear-gradient(120deg, #27d2ff 0%, #0ca6eb 100%);
    border-color: #22b7f3;
    color: #02233f;
}

#order-standard_cart .smws-hosting-hero__actions .btn-default {
    border-color: rgba(176, 222, 255, 0.45);
    color: #ebf4ff;
    background: rgba(8, 26, 61, 0.5);
}

#order-standard_cart .smws-hosting-hero__visual {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.65rem;
}

#order-standard_cart .smws-hero-pedestal {
    border-radius: 16px;
    border: 1px solid rgba(162, 208, 255, 0.35);
    background: rgba(6, 20, 50, 0.55);
    backdrop-filter: blur(6px);
    text-align: center;
    padding: 0.75rem 0.5rem;
}

#order-standard_cart .smws-hero-pedestal span {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.78rem;
}

#order-standard_cart .smws-hero-pedestal small {
    font-size: 0.72rem;
    color: #c6e7ff;
}

#order-standard_cart .smws-hero-pedestal--handsfree {
    border-color: rgba(66, 228, 255, 0.65);
    box-shadow: 0 0 18px rgba(65, 203, 255, 0.38);
}

#order-standard_cart .smws-hosting-section {
    background: linear-gradient(165deg, #031636 0%, #0c2b57 62%, #0b3f72 100%);
    color: #ecf5ff;
}

#order-standard_cart .smws-section-header {
    margin-bottom: 1rem;
}

#order-standard_cart .smws-section-header h2 {
    margin: 0;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1.48rem;
    line-height: 1.2;
}

#order-standard_cart .smws-section-header__subtitle {
    margin: 0.55rem 0 0;
    color: #c7daf3;
    max-width: 66ch;
}

#order-standard_cart .smws-products-grid {
    row-gap: 1rem;
    margin-bottom: 0;
}

#order-standard_cart .smws-product-column {
    display: flex;
}

#order-standard_cart .products .smws-product-card {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 18px;
    padding: 1rem;
    border: 1px solid rgba(141, 188, 255, 0.45);
    background: rgba(243, 249, 255, 0.96);
    box-shadow: 0 18px 28px rgba(0, 14, 37, 0.32);
}

#order-standard_cart .smws-product-card__banner {
    display: flex;
    justify-content: space-between;
    gap: 0.5rem;
    align-items: center;
    margin-bottom: 0.75rem;
}

#order-standard_cart .smws-product-card__plan {
    font-weight: 800;
    color: #032146;
    font-size: 0.92rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

#order-standard_cart .smws-product-card__mode {
    background: #0f4c8a;
    color: #fff;
    border-radius: 999px;
    padding: 0.2rem 0.65rem;
    font-size: 0.75rem;
    font-weight: 700;
}

#order-standard_cart .smws-product-card header {
    margin-bottom: 0.6rem;
}

#order-standard_cart .smws-product-title {
    display: block;
    font-size: 1.56rem;
    line-height: 1.2;
    color: #0a1834;
    font-weight: 800;
}

#order-standard_cart .smws-product-subtitle,
#order-standard_cart .smws-product-meta {
    color: #2f4464;
}

#order-standard_cart .smws-product-subtitle {
    margin: 0.45rem 0 0;
}

#order-standard_cart .smws-feature-list {
    margin: 0.4rem 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.45rem;
}

#order-standard_cart .smws-plan-block {
    margin-top: 0.5rem;
}

#order-standard_cart .smws-plan-block__title {
    margin: 0 0 0.35rem;
    color: #0a2a54;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

#order-standard_cart .smws-plan-block--feature-highlights {
    margin-top: 0.75rem;
    padding-top: 0.7rem;
    border-top: 1px dashed #bfd3ea;
}

#order-standard_cart .smws-feature-list li {
    display: flex;
    gap: 0.45rem;
    align-items: flex-start;
    color: #1d3557;
    font-size: 0.9rem;
}

#order-standard_cart .smws-feature-list i {
    color: #0493cc;
    margin-top: 0.12rem;
}

#order-standard_cart .smws-card-price {
    margin-top: auto;
    border-top: 1px solid #d2e1f3;
    padding-top: 0.8rem;
}

#order-standard_cart .products .smws-product-card footer {
    float: none;
    width: 100%;
    margin: 0;
    text-align: left;
}

#order-standard_cart .smws-price-main {
    display: block;
    color: #042349;
    font-size: 2.2rem;
    line-height: 1;
    font-weight: 800;
}

#order-standard_cart .smws-price-prefix,
#order-standard_cart .smws-price-cycle {
    display: block;
    color: #4a6183;
    text-transform: uppercase;
    font-size: 0.74rem;
    letter-spacing: 0.05em;
}

#order-standard_cart .smws-order-button {
    width: 100%;
    border-radius: 12px;
    margin-top: 0.8rem;
    font-weight: 700;
    border: 0;
    padding: 0.75rem 1rem;
    background: linear-gradient(120deg, #0f6de6 0%, #0f4c8d 100%);
    box-shadow: 0 12px 20px rgba(7, 51, 99, 0.25);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

#order-standard_cart .smws-order-button:hover,
#order-standard_cart .smws-order-button:focus {
    transform: translateY(-1px);
    box-shadow: 0 16px 26px rgba(7, 51, 99, 0.32);
}

#order-standard_cart .panel-footer,
#order-standard_cart .card-footer {
    width: 100%;
    box-sizing: border-box;
}

#order-standard_cart .smws-tier--handsfree {
    border-color: rgba(40, 184, 255, 0.62);
    box-shadow: 0 20px 35px rgba(0, 20, 54, 0.4), 0 0 24px rgba(22, 176, 255, 0.22);
}

#order-standard_cart .smws-tier--handsfree .smws-product-card__mode {
    background: linear-gradient(120deg, #ff8f2f 0%, #ff6700 100%);
}

#order-standard_cart .smws-tier--shared .smws-product-card__mode {
    background: linear-gradient(120deg, #f2b300 0%, #d88e00 100%);
}

#order-standard_cart .smws-support-progression {
    position: relative;
    padding-top: 0.75rem;
}

#order-standard_cart .smws-support-progression__arc {
    height: 8px;
    border-radius: 999px;
    background: linear-gradient(90deg, #1ea35b 0%, #f2b300 52%, #ff7f2a 100%);
    box-shadow: 0 0 18px rgba(52, 195, 255, 0.25);
}

#order-standard_cart .smws-support-progression__steps {
    margin-top: 0.9rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.7rem;
}

#order-standard_cart .smws-support-step {
    background: rgba(238, 246, 255, 0.95);
    color: #12294a;
    border-radius: 14px;
    border: 1px solid #cae1ff;
    padding: 0.7rem;
    text-align: center;
}

#order-standard_cart .smws-support-step__title {
    display: block;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 0.82rem;
}

#order-standard_cart .smws-support-step__badge {
    display: inline-block;
    margin-top: 0.35rem;
    border-radius: 999px;
    padding: 0.18rem 0.62rem;
    font-size: 0.74rem;
    color: #fff;
    font-weight: 700;
}

#order-standard_cart .smws-support-step--diy .smws-support-step__badge {
    background: #1d9954;
}

#order-standard_cart .smws-support-step--shared .smws-support-step__badge {
    background: #dd9a00;
}

#order-standard_cart .smws-support-step--handsfree .smws-support-step__badge {
    background: #f06a18;
}

#order-standard_cart .smws-feature-grid {
    row-gap: 0.8rem;
}

#order-standard_cart .smws-feature-grid__col {
    display: flex;
}

#order-standard_cart .smws-feature-panel {
    width: 100%;
    border-radius: 14px;
    border: 1px solid rgba(158, 202, 255, 0.4);
    background: rgba(237, 246, 255, 0.95);
    color: #183254;
    padding: 0.9rem;
}

#order-standard_cart .smws-feature-panel__icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(120deg, #26d4ff 0%, #1092df 100%);
    color: #04284a;
    margin-bottom: 0.55rem;
}

#order-standard_cart .smws-feature-panel h3 {
    margin: 0;
    font-size: 1rem;
    text-transform: uppercase;
}

#order-standard_cart .smws-feature-panel p {
    margin: 0.45rem 0 0;
    color: #345379;
}

#order-standard_cart .smws-hosting-cta {
    text-align: left;
    border: 1px solid rgba(155, 200, 255, 0.4);
    border-radius: 16px;
    padding: 1rem;
    background: rgba(230, 243, 255, 0.95);
    color: #112f52;
}

#order-standard_cart .smws-hosting-cta h3 {
    margin: 0;
    text-transform: uppercase;
    color: #082346;
}

#order-standard_cart .smws-hosting-cta p {
    margin: 0.45rem 0 0;
}

#order-standard_cart .smws-hosting-cta__actions {
    margin-top: 0.85rem;
    display: flex;
    gap: 0.6rem;
    flex-wrap: wrap;
}

#order-standard_cart .smws-hosting-cta__actions .btn {
    border-radius: 999px;
    font-weight: 700;
}

@media (min-width: 992px) {
    #order-standard_cart .smws-hosting-hero {
        display: grid;
        grid-template-columns: 1.45fr 1fr;
        gap: 1.1rem;
        align-items: center;
        padding: 1.75rem;
    }

    #order-standard_cart .smws-hosting-section {
        padding: 1.55rem;
    }
}

@media (max-width: 767px) {
    #order-standard_cart .smws-hosting-hero,
    #order-standard_cart .smws-hosting-section {
        border-radius: 18px;
        padding: 1.05rem;
    }

    #order-standard_cart .smws-hosting-hero h1 {
        font-size: 1.55rem;
    }

    #order-standard_cart .smws-hosting-hero__visual,
    #order-standard_cart .smws-support-progression__steps {
        grid-template-columns: 1fr;
    }

    #order-standard_cart .smws-section-header h2 {
        font-size: 1.2rem;
    }

    #order-standard_cart .smws-price-main {
        font-size: 1.95rem;
    }
}
