/**
 * RoxyCloud — sidebar loja + página Configurar (não altera listagem de planos)
 */
@import url('../../../roxycloud/css/tokens.css');
@import url('configure-platform.css');
@import url('configure-summary.css');
@import url('viewcart.css'); /* v12 btn 5352ED */

/* ── Sidebar loja — navigation rail (layout específico; visual no app-shell) ── */
.rc-app-sidebar__section--catalog .rc-app-sidebar__link > span {
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
    line-height: 1.35;
}

.rc-app-sidebar__link--cat {
    align-items: flex-start !important;
    padding: 0.5rem 0.6rem !important;
    gap: 0 !important;
}

.rc-app-sidebar__link--cat > i {
    display: none;
}

.rc-app-sidebar__link--cat > span:not(.rc-app-sidebar__badge) {
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
    line-height: 1.3;
}

.rc-app-sidebar__cat-label {
    display: flex;
    flex-direction: column;
    gap: 0.12rem;
    min-width: 0;
}

.rc-app-sidebar__cat-type {
    font-size: 0.625rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--rc-text-muted);
    line-height: 1.2;
}

.rc-app-sidebar__cat-name {
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--rc-text-secondary);
    line-height: 1.3;
}

.rc-app-sidebar__cat-name--solo {
    font-size: 0.75rem;
}

.rc-app-sidebar__link--cat.is-active .rc-app-sidebar__cat-type {
    color: var(--rc-accent);
}

.rc-app-sidebar__link--cat.is-active .rc-app-sidebar__cat-name {
    color: var(--rc-text);
    font-weight: 600;
}

.rc-app-sidebar__item--cat .rc-app-sidebar__link--cat.is-active {
    background: var(--rc-accent-soft);
    border-left: 2px solid var(--rc-accent-strong);
    padding-left: calc(0.6rem - 2px) !important;
}

/* ══════════════════════════════════════════
   Configurar produto — layout plataforma
   ══════════════════════════════════════════ */
#order-standard_cart.rc-configure-page {
    padding-top: 1.75rem;
    padding-bottom: 2.5rem;
}

@media (min-width: 992px) {
    #order-standard_cart.rc-configure-page {
        padding-top: 2.25rem;
    }
}

.rc-configure-page .rc-configure-head {
    margin-bottom: 1.75rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid var(--rc-border);
}

.rc-configure-page .rc-configure-head .rc-store-head__title {
    margin: 0 0 0.35rem;
    font-size: clamp(1.5rem, 2.4vw, 1.875rem);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.025em;
    color: var(--rc-text);
}

.rc-configure-page .rc-configure-head .rc-store-head__desc {
    margin: 0;
    max-width: 40rem;
    font-size: 0.9375rem;
    line-height: 1.6;
    color: var(--rc-text-muted);
}

.rc-configure-form {
    margin: 0;
}

.rc-configure-page .rc-cart-configure {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    align-items: start;
}

@media (min-width: 992px) {
    .rc-configure-page .rc-cart-configure {
        grid-template-columns: minmax(0, 1fr) 340px;
        gap: 1.75rem;
    }
}

.rc-configure-page .rc-cart-configure__main {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    min-width: 0;
}

.rc-configure-section {
    margin: 0;
    padding: 1.25rem 1.35rem;
    border: 1px solid var(--rc-border);
    border-radius: 0.75rem;
    background: var(--rc-surface-raised);
}

.rc-configure-section--product {
    padding: 0;
    overflow: hidden;
}

.rc-configure-section__title {
    margin: 0 0 1rem;
    padding: 0;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--rc-text-muted);
    border: none;
    background: none;
}

.rc-configure-section__body {
    margin: 0;
}

.rc-configure-section__lead {
    margin: 0 0 0.75rem;
    font-size: 0.8125rem;
    color: var(--rc-text-muted);
    line-height: 1.5;
}

.rc-configure-page .rc-cart-configure__main .sub-heading {
    display: none;
}

/* Produto */
.rc-configure-product {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
}

.rc-configure-product__title {
    margin: 0;
    padding: 1.15rem 1.35rem;
    font-size: 1.0625rem;
    font-weight: 600;
    line-height: 1.35;
    color: var(--rc-text);
    border-bottom: 1px solid var(--rc-border-subtle);
    background: rgba(0, 0, 0, 0.15);
}

.rc-configure-product__desc {
    padding: 1rem 1.35rem 1.15rem;
    font-size: 0.8125rem;
    line-height: 1.55;
    color: var(--rc-text-secondary);
}

.rc-configure-product__desc ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.rc-configure-product__desc > ul > li,
.rc-configure-product__desc li {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    padding: 0.6rem 0;
    border-bottom: 1px solid var(--rc-border-subtle);
    font-size: 0.8125rem;
    line-height: 1.45;
    color: var(--rc-text-secondary);
}

.rc-configure-product__desc > ul > li:last-child,
.rc-configure-product__desc ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.rc-configure-product__desc img {
    flex-shrink: 0;
    width: 1.125rem;
    height: 1.125rem;
    padding: 0.15rem;
    border-radius: 0.3rem;
    background: var(--rc-accent-soft);
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(45%) sepia(85%) saturate(1800%) hue-rotate(220deg) brightness(105%) contrast(95%);
}

.rc-configure-product__desc i[class*="fa"] {
    flex-shrink: 0;
    width: 1.125rem;
    text-align: center;
    font-size: 0.7rem;
    color: var(--rc-accent-strong);
}

.rc-configure-product__desc p {
    margin: 0.85rem 0 0;
    padding-top: 0.85rem;
    border-top: 1px solid var(--rc-border-subtle);
    font-size: 0.75rem;
    line-height: 1.55;
    color: var(--rc-text-muted);
}

/* Ciclo de pagamento */
.rc-configure-page .rc-billing-cycles {
    margin: 0;
}

.rc-configure-page .rc-billing-cycle__card {
    min-height: 3.5rem;
}

/* Formulários */
.rc-configure-page .form-group {
    margin-bottom: 1rem;
}

.rc-configure-page .form-group:last-child {
    margin-bottom: 0;
}

.rc-configure-page .form-group label {
    display: block;
    margin-bottom: 0.4rem;
    font-size: 0.8125rem;
    font-weight: 500;
    color: var(--rc-text-secondary) !important;
}

/* Campos — neutraliza all.css (#fff) */
#order-standard_cart.rc-configure-page .form-control,
#order-standard_cart.rc-configure-page .field,
#order-standard_cart.rc-configure-page select,
#order-standard_cart.rc-configure-page textarea,
#order-standard_cart.rc-configure-page input[type="text"],
#order-standard_cart.rc-configure-page input[type="password"],
#order-standard_cart.rc-configure-page input[type="email"],
#order-standard_cart.rc-configure-page input[type="number"],
#order-standard_cart.rc-configure-page input[type="tel"],
#order-standard_cart.rc-configure-page .product-configurable-options select,
#order-standard_cart.rc-configure-page .product-configurable-options input,
#order-standard_cart.rc-configure-page .field-container select,
#order-standard_cart.rc-configure-page .field-container input,
#order-standard_cart.rc-configure-page .field-container textarea {
    display: block;
    width: 100%;
    min-height: 2.5rem;
    padding: 0.5rem 0.75rem;
    background-color: var(--rc-surface) !important;
    border: 1px solid var(--rc-border) !important;
    color: var(--rc-text) !important;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    font-weight: 400;
    box-shadow: none;
}

#order-standard_cart.rc-configure-page select.form-control,
#order-standard_cart.rc-configure-page .product-configurable-options select,
#order-standard_cart.rc-configure-page .field-container select {
    padding-right: 2.25rem;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23a1a1aa' d='M1.41.59 6 5.17 10.59.59 12 2 6 8 0 2z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 0.85rem center !important;
    background-size: 0.65rem !important;
}

#order-standard_cart.rc-configure-page select.form-control option,
#order-standard_cart.rc-configure-page .product-configurable-options select option,
#order-standard_cart.rc-configure-page .field-container select option {
    background: var(--rc-surface-raised);
    color: var(--rc-text);
}

#order-standard_cart.rc-configure-page .form-control:focus,
#order-standard_cart.rc-configure-page .field:focus,
#order-standard_cart.rc-configure-page select:focus,
#order-standard_cart.rc-configure-page textarea:focus,
#order-standard_cart.rc-configure-page input[type="text"]:focus,
#order-standard_cart.rc-configure-page input[type="password"]:focus,
#order-standard_cart.rc-configure-page input[type="email"]:focus,
#order-standard_cart.rc-configure-page input[type="number"]:focus {
    border-color: var(--rc-accent-muted) !important;
    box-shadow: 0 0 0 3px var(--rc-accent-soft) !important;
    outline: none;
}

#order-standard_cart.rc-configure-page .form-control::placeholder,
#order-standard_cart.rc-configure-page input::placeholder,
#order-standard_cart.rc-configure-page textarea::placeholder {
    color: var(--rc-text-muted);
    opacity: 1;
}

#order-standard_cart.rc-configure-page .form-control-static-inline {
    color: var(--rc-text-secondary);
}

#order-standard_cart.rc-configure-page .product-configurable-options label,
#order-standard_cart.rc-configure-page .field-container label {
    color: var(--rc-text-secondary) !important;
    font-weight: 500;
}

.rc-configure-page .field-help-text {
    display: block;
    margin-top: 0.35rem;
    font-size: 0.75rem;
    color: var(--rc-text-muted);
}

/* Aviso suporte */
.rc-configure-notice {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    margin: 0;
    padding: 0.85rem 1rem;
    border-radius: 0.65rem;
    border: 1px solid rgba(234, 179, 8, 0.22);
    background: rgba(234, 179, 8, 0.06);
    font-size: 0.8125rem;
    line-height: 1.45;
    color: var(--rc-text-secondary);
}

.rc-configure-notice i {
    flex-shrink: 0;
    margin-top: 0.1rem;
    color: var(--rc-warning);
}

.rc-configure-notice .alert-link {
    color: var(--rc-accent);
    font-weight: 600;
}

/* Resumo lateral — configure-summary.css */

/* Addons */
.rc-configure-page .panel-addon {
    border-radius: 0.65rem;
    overflow: hidden;
}

@media (max-width: 991px) {
    #order-standard_cart.rc-configure-page .rc-cart-configure__sidebar {
        order: -1;
    }
}

/* ── Listagem enterprise (4 colunas) ── */
#order-standard_cart.rc-store-enterprise {
    --ep-bg: #13131a;
    --ep-surface: #1c1c26;
    --ep-border: rgba(255, 255, 255, 0.09);
    --ep-border-hover: rgba(83, 82, 237, 0.45);
    --ep-shadow: 0 1px 2px rgba(0, 0, 0, 0.24), 0 12px 32px rgba(0, 0, 0, 0.28);
    padding-top: clamp(1.25rem, 2.5vw, 1.75rem);
}

body.rc-app-shell.rc-cart-flow #order-standard_cart.rc-store-enterprise {
    padding-top: clamp(1.35rem, 2.75vw, 2rem);
}

#order-standard_cart.rc-store-enterprise .rc-store-hero-wrap {
    margin-bottom: 1.25rem;
}

/* Banner intro — enterprise */
#order-standard_cart.rc-store-enterprise .rc-store-intro {
    padding: 1.15rem 1.35rem;
    border-radius: 12px;
    border: 1px solid var(--ep-border);
    background: var(--ep-surface);
    box-shadow: var(--ep-shadow);
}

#order-standard_cart.rc-store-enterprise .rc-store-intro__eyebrow {
    margin: 0 0 0.45rem;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--rc-accent) !important;
}

#order-standard_cart.rc-store-enterprise .rc-store-intro__title {
    margin: 0 0 0.55rem;
    font-size: clamp(1.35rem, 2.2vw, 1.75rem);
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: var(--rc-text) !important;
}

#order-standard_cart.rc-store-enterprise .rc-store-intro__lead {
    margin: 0;
    max-width: 42rem;
    font-size: 0.875rem;
    line-height: 1.55;
    color: var(--rc-text-muted) !important;
}

#order-standard_cart.rc-store-enterprise .rc-store-intro__highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem 1.25rem;
    margin: 0.85rem 0 0;
    padding: 0.85rem 0 0;
    list-style: none;
    border-top: 1px solid var(--rc-border-subtle);
}

#order-standard_cart.rc-store-enterprise .rc-store-intro__highlights li {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    min-width: 0;
    flex: 0 1 auto;
}

#order-standard_cart.rc-store-enterprise .rc-store-intro__icon {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 5px;
    background: rgba(83, 82, 237, 0.12);
    border: 1px solid rgba(83, 82, 237, 0.2);
}

#order-standard_cart.rc-store-enterprise .rc-store-intro__icon i {
    font-size: 0.625rem;
    color: var(--rc-accent);
}

#order-standard_cart.rc-store-enterprise .rc-store-intro__highlight-text {
    font-size: 0.6875rem;
    font-weight: 500;
    line-height: 1.3;
    color: var(--rc-text-secondary) !important;
}

/* Banner Minecraft Brasil — arte de fundo */
#order-standard_cart.rc-store-mc .rc-store-intro {
    position: relative;
    overflow: hidden;
    border-color: rgba(255, 255, 255, 0.1);
    background: transparent;
    box-shadow:
        0 1px 2px rgba(0, 0, 0, 0.28),
        0 16px 48px rgba(0, 0, 0, 0.42);
}

#order-standard_cart.rc-store-mc .rc-store-intro::before {
    content: "";
    position: absolute;
    inset: -4px;
    background:
        url("../img/rc-store-minecraft-hero.png") center 35% / cover no-repeat;
    filter: blur(3px);
    transform: scale(1.03);
    z-index: 0;
}

#order-standard_cart.rc-store-mc .rc-store-intro::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            105deg,
            rgba(8, 8, 14, 0.94) 0%,
            rgba(10, 10, 18, 0.82) 42%,
            rgba(12, 10, 20, 0.45) 68%,
            rgba(18, 12, 8, 0.22) 100%
        );
    z-index: 1;
}

#order-standard_cart.rc-store-mc .rc-store-intro > * {
    position: relative;
    z-index: 2;
}

@media (min-width: 768px) {
    #order-standard_cart.rc-store-mc .rc-store-intro {
        min-height: 13rem;
        padding: 1.55rem 1.75rem 1.35rem;
    }

    #order-standard_cart.rc-store-mc .rc-store-intro::before {
        background-position: center 40%;
    }
}

@media (max-width: 767px) {
    #order-standard_cart.rc-store-mc .rc-store-intro::before {
        background-position: 72% center;
    }

    #order-standard_cart.rc-store-mc .rc-store-intro::after {
        background:
            linear-gradient(
                180deg,
                rgba(8, 8, 14, 0.93) 0%,
                rgba(10, 10, 18, 0.88) 55%,
                rgba(12, 10, 20, 0.72) 100%
            );
    }
}

#order-standard_cart.rc-store-mc .rc-store-intro__eyebrow {
    color: #a5a4ff !important;
    text-shadow: 0 1px 12px rgba(0, 0, 0, 0.45);
}

#order-standard_cart.rc-store-mc .rc-store-intro__title {
    color: #fff !important;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.55);
}

#order-standard_cart.rc-store-mc .rc-store-intro__lead {
    color: rgba(255, 255, 255, 0.82) !important;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.45);
}

#order-standard_cart.rc-store-mc .rc-store-intro__highlights {
    border-top-color: rgba(255, 255, 255, 0.14);
}

#order-standard_cart.rc-store-mc .rc-store-intro__highlight-text {
    color: rgba(255, 255, 255, 0.9) !important;
}

#order-standard_cart.rc-store-mc .rc-store-intro__icon {
    background: rgba(83, 82, 237, 0.22);
    border-color: rgba(165, 164, 255, 0.35);
}

/* Grid 4 colunas */
#order-standard_cart.rc-store-enterprise .rc-store-product-rows {
    margin-left: -8px;
    margin-right: -8px;
}

#order-standard_cart.rc-store-enterprise .rc-store-product-rows > [class*="col-"] {
    margin-bottom: 1rem;
    padding-left: 8px;
    padding-right: 8px;
}

@media (min-width: 1400px) {
    #order-standard_cart.rc-store-enterprise .rc-store-product-rows {
        margin-left: -10px;
        margin-right: -10px;
    }

    #order-standard_cart.rc-store-enterprise .rc-store-product-rows > [class*="col-"] {
        padding-left: 10px;
        padding-right: 10px;
    }
}

/* Card enterprise */
#order-standard_cart.rc-store-enterprise .products .product.rc-enterprise-plan {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

#order-standard_cart.rc-store-enterprise .rc-enterprise-plan__shell {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    height: 100%;
    position: relative;
    padding: 1.1rem 1rem 1rem;
    border-radius: 12px;
    border: 1px solid var(--ep-border);
    background: var(--ep-surface);
    box-shadow: var(--ep-shadow);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

#order-standard_cart.rc-store-enterprise .rc-enterprise-plan:hover .rc-enterprise-plan__shell {
    transform: translateY(-3px);
    border-color: var(--ep-border-hover);
    box-shadow:
        0 2px 4px rgba(0, 0, 0, 0.2),
        0 16px 40px rgba(0, 0, 0, 0.35),
        0 0 0 1px rgba(83, 82, 237, 0.12);
}

/* Reset all.css stock (header branco, footer, pricing float) */
#order-standard_cart.rc-store-enterprise .products .product.rc-enterprise-plan header,
#order-standard_cart.rc-store-enterprise .products .product.rc-enterprise-plan .rc-enterprise-plan__hero {
    float: none !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
}

#order-standard_cart.rc-store-enterprise .products .product.rc-enterprise-plan header span:not(.rc-enterprise-plan__ram-value):not(.rc-enterprise-plan__ram-unit):not(.rc-enterprise-plan__stock-badge) {
    float: none !important;
    margin: 0 !important;
    color: inherit !important;
    font-size: inherit !important;
    font-style: normal !important;
}

#order-standard_cart.rc-store-enterprise .products .product.rc-enterprise-plan div.product-desc,
#order-standard_cart.rc-store-enterprise .products .product.rc-enterprise-plan div.product-pricing,
#order-standard_cart.rc-store-enterprise .products .product.rc-enterprise-plan footer {
    float: none !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    text-align: inherit !important;
}

#order-standard_cart.rc-store-enterprise .products .product.rc-enterprise-plan div.product-pricing span.price:not(.rc-enterprise-plan__amount) {
    float: none !important;
    color: inherit !important;
    font-size: inherit !important;
}

/* Hero unificado — RAM + nome + preço */
#order-standard_cart.rc-store-enterprise .rc-enterprise-plan__hero {
    margin-bottom: 0.85rem;
    padding-bottom: 0.85rem;
    padding-right: 0.25rem;
    border-bottom: 1px solid var(--rc-border-subtle);
}

#order-standard_cart.rc-store-enterprise .rc-enterprise-plan__shell:has(.rc-enterprise-plan__stock-badge) .rc-enterprise-plan__hero {
    padding-right: 3.25rem;
}

#order-standard_cart.rc-store-enterprise .rc-enterprise-plan__ram-line {
    display: inline-flex;
    align-items: baseline;
    gap: 0.35rem;
    margin: 0 0 0.2rem;
    padding: 0.35rem 0.6rem;
    min-width: 0;
    border-radius: 6px;
    background: rgba(83, 82, 237, 0.1);
    border: 1px solid rgba(83, 82, 237, 0.22);
}

#order-standard_cart.rc-store-enterprise .rc-enterprise-plan__ram-value {
    font-size: clamp(1.375rem, 3.2vw, 1.625rem);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.03em;
    color: #fff !important;
    font-variant-numeric: tabular-nums;
}

#order-standard_cart.rc-store-enterprise .rc-enterprise-plan__ram-unit {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgba(165, 164, 255, 0.95) !important;
    white-space: nowrap;
}

#order-standard_cart.rc-store-enterprise .rc-enterprise-plan__subtitle {
    margin: 0.2rem 0 0;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.35;
    color: var(--rc-text-muted) !important;
}

#order-standard_cart.rc-store-enterprise .rc-enterprise-plan__name {
    margin: 0 0 0.35rem;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: -0.01em;
    color: var(--rc-text) !important;
}

#order-standard_cart.rc-store-enterprise .rc-enterprise-plan__stock-badge {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    z-index: 1;
    display: inline-block;
    padding: 0.15rem 0.4rem;
    font-size: 0.5rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    line-height: 1.3;
    color: #86efac !important;
    background: rgba(34, 197, 94, 0.12);
    border: 1px solid rgba(34, 197, 94, 0.25);
    border-radius: 999px;
    white-space: nowrap;
}

#order-standard_cart.rc-store-enterprise .rc-enterprise-plan__stock-badge--empty {
    color: rgba(251, 191, 36, 0.95) !important;
    background: rgba(251, 191, 36, 0.1);
    border-color: rgba(251, 191, 36, 0.28);
}

#order-standard_cart.rc-store-enterprise .rc-enterprise-plan__price-block {
    margin-top: 0.5rem;
}

#order-standard_cart.rc-store-enterprise .rc-enterprise-plan__from {
    display: block;
    margin-bottom: 0.15rem;
    font-size: 0.625rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--rc-text-muted) !important;
}

#order-standard_cart.rc-store-enterprise .rc-enterprise-plan__amount,
#order-standard_cart.rc-store-enterprise .products .product.rc-enterprise-plan div.product-pricing span.rc-enterprise-plan__amount.price {
    display: block;
    font-size: clamp(2rem, 5vw, 2.5rem) !important;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.045em;
    color: #fff !important;
    font-variant-numeric: tabular-nums;
}

#order-standard_cart.rc-store-enterprise .rc-enterprise-plan__period {
    display: block;
    margin-top: 0.15rem;
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--rc-text-muted) !important;
}

#order-standard_cart.rc-store-enterprise .rc-enterprise-plan__setup {
    display: block;
    margin-top: 0.25rem;
    font-size: 0.6875rem;
    color: var(--rc-text-muted) !important;
}

/* 3 — Features checklist */
#order-standard_cart.rc-store-enterprise .rc-enterprise-plan__features {
    flex: 1 1 auto;
    margin: 0 0 0.75rem;
    padding: 0;
    list-style: none;
}

#order-standard_cart.rc-store-enterprise .rc-enterprise-plan__features li {
    display: flex;
    align-items: flex-start;
    gap: 0.45rem;
    padding: 0.2rem 0;
    font-size: 0.6875rem;
    line-height: 1.4;
    color: var(--rc-text-muted) !important;
}

#order-standard_cart.rc-store-enterprise .rc-enterprise-plan__features li i {
    flex-shrink: 0;
    margin-top: 0.2rem;
    font-size: 0.5rem;
    color: var(--rc-accent);
    opacity: 0.7;
}

#order-standard_cart.rc-store-enterprise .rc-enterprise-plan__features li span {
    flex: 1;
    min-width: 0;
}

/* Mais specs + nota */
#order-standard_cart.rc-store-enterprise .rc-enterprise-plan__more-specs {
    margin: 0 0 0.75rem;
}

#order-standard_cart.rc-store-enterprise .rc-enterprise-plan__more-specs summary {
    font-size: 0.6875rem;
    font-weight: 500;
    color: var(--rc-text-muted);
    cursor: pointer;
    list-style: none;
    padding-top: 0.25rem;
}

#order-standard_cart.rc-store-enterprise .rc-enterprise-plan__more-specs summary:hover {
    color: var(--rc-accent);
    text-decoration: underline;
}

#order-standard_cart.rc-store-enterprise .rc-enterprise-plan__more-specs summary::-webkit-details-marker {
    display: none;
}

#order-standard_cart.rc-store-enterprise .rc-enterprise-plan__features--more {
    margin: 0.45rem 0 0;
}

#order-standard_cart.rc-store-enterprise .rc-enterprise-plan__note {
    margin: 0.45rem 0 0;
    font-size: 0.6875rem;
    line-height: 1.5;
    color: var(--rc-text-muted) !important;
}

/* 4 — CTA */
#order-standard_cart.rc-store-enterprise .rc-enterprise-plan__cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    width: 100%;
    margin-top: auto;
    padding: 0.65rem 0.75rem;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none !important;
    color: #fff !important;
    background: var(--rc-accent-strong);
    border: 1px solid transparent;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

#order-standard_cart.rc-store-enterprise .rc-enterprise-plan__cta:hover,
#order-standard_cart.rc-store-enterprise .rc-enterprise-plan__cta:focus {
    color: #fff !important;
    background: var(--rc-accent-hover);
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(83, 82, 237, 0.35);
}

#order-standard_cart.rc-store-enterprise .rc-enterprise-plan__cta--disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

#order-standard_cart.rc-store-enterprise .rc-enterprise-plan__cta--disabled:hover,
#order-standard_cart.rc-store-enterprise .rc-enterprise-plan__cta--disabled:focus {
    transform: none;
    box-shadow: none;
    background: var(--rc-accent-strong);
}

#order-standard_cart.rc-store-enterprise .rc-enterprise-plan__cta i {
    font-size: 0.65rem;
    opacity: 0.9;
}

#order-standard_cart.rc-store-enterprise .rc-enterprise-plan__blurb {
    font-size: 0.6875rem;
    line-height: 1.45;
    color: var(--rc-text-muted);
}

