/**
 * Cloud Win Classic — orderform (planos, configure, carrinho)
 * Cabeça dos planos + cards modernos azul/branco
 */

/* ——— Cabeça dos planos (hero) ——— */
html[data-theme="classic"] #order-standard_cart .header-lined {
  position: relative;
  margin: 0 0 1.75rem;
  padding: 2rem 2.25rem 1.85rem;
  border-radius: 20px;
  border: 1px solid rgba(2, 115, 212, 0.14);
  background:
    linear-gradient(135deg, #ffffff 0%, #f4f9ff 52%, #eef6ff 100%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 16px 40px rgba(15, 23, 42, 0.07);
  overflow: hidden;
}

html[data-theme="classic"] #order-standard_cart .header-lined::before {
  content: "" !important;
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #0273d4 0%, #00b4d8 50%, #6366f1 100%);
}

html[data-theme="classic"] #order-standard_cart .header-lined::after {
  content: "" !important;
  display: block !important;
  position: absolute;
  width: 220px;
  height: 220px;
  top: -80px;
  right: -60px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 180, 216, 0.12) 0%, transparent 68%);
  pointer-events: none;
}

html[data-theme="classic"] #order-standard_cart .header-lined h1 {
  position: relative;
  z-index: 1;
  margin: 0 0 0.65rem;
  font-size: clamp(1.55rem, 2.8vw, 2.1rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.15;
  color: #0f172a !important;
  -webkit-text-fill-color: #0f172a !important;
  background: none !important;
}

html[data-theme="classic"] #order-standard_cart .header-lined h1::before {
  content: "Cloud Win · ";
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #0273d4;
  -webkit-text-fill-color: #0273d4;
}

html[data-theme="classic"] #order-standard_cart .header-lined .text-muted {
  position: relative;
  z-index: 1;
  max-width: 44rem;
  font-size: 1.02rem;
  line-height: 1.55;
  color: #64748b !important;
}

html[data-theme="classic"] #order-standard_cart .header-lined .text-muted + .text-muted {
  margin-top: 0.35rem !important;
  font-size: 0.92rem;
  color: #475569 !important;
}

/* ——— Sidebar categorias (card branco) ——— */
html[data-theme="classic"] #order-standard_cart .card-sidebar,
html[data-theme="classic"] #order-standard_cart .sidebar .card {
  background: #fff !important;
  border: 1px solid rgba(0, 180, 255, 0.32) !important;
  border-radius: 16px !important;
  box-shadow:
    0 0 0 1px rgba(0, 229, 255, 0.06),
    0 8px 24px rgba(2, 115, 212, 0.08) !important;
  overflow: hidden;
}

html[data-theme="classic"] #order-standard_cart .card-sidebar .card-header,
html[data-theme="classic"] #order-standard_cart .sidebar .card-header {
  background: linear-gradient(135deg, #f8fbff, #eef6ff) !important;
  border-bottom: 1px solid rgba(2, 115, 212, 0.1) !important;
  padding: 0.85rem 1rem !important;
}

html[data-theme="classic"] #order-standard_cart .card-sidebar .panel-title,
html[data-theme="classic"] #order-standard_cart .sidebar .panel-title {
  color: #0f172a !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
}

html[data-theme="classic"] #order-standard_cart .card-sidebar .panel-title i,
html[data-theme="classic"] #order-standard_cart .sidebar .panel-title i {
  color: #0273d4 !important;
}

html[data-theme="classic"] #order-standard_cart .list-group-item {
  color: #334155 !important;
  border-color: rgba(0, 0, 0, 0.05) !important;
  background: #fff !important;
}

html[data-theme="classic"] #order-standard_cart .list-group-item.active,
html[data-theme="classic"] #order-standard_cart .list-group-item:hover,
html[data-theme="classic"] body.rackon-client #order-standard_cart .list-group-item.active,
html[data-theme="classic"] body.rackon-client #order-standard_cart .sidebar .list-group-item.active {
  background: rgba(0, 180, 255, 0.08) !important;
  color: #0273d4 !important;
  border-color: rgba(0, 180, 255, 0.2) !important;
}

/* ——— Cards de planos (modernos) ——— */
html[data-theme="classic"] #order-standard_cart .cros-pricing-container {
  margin-top: 0.5rem;
}

html[data-theme="classic"] #order-standard_cart .cros-pricing-table {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 1.65rem 1.5rem 1.5rem !important;
  border-radius: 18px !important;
  background: #ffffff !important;
  border: 1px solid rgba(2, 115, 212, 0.12) !important;
  box-shadow:
    0 1px 2px rgba(15, 23, 42, 0.04),
    0 12px 32px rgba(15, 23, 42, 0.06) !important;
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease !important;
}

html[data-theme="classic"] #order-standard_cart .cros-pricing-table::before,
html[data-theme="classic"] #order-standard_cart .cros-pricing-table::after {
  display: none !important;
}

html[data-theme="classic"] #order-standard_cart .cros-pricing-table:hover {
  transform: translateY(-6px) !important;
  border-color: rgba(2, 115, 212, 0.28) !important;
  box-shadow:
    0 4px 8px rgba(15, 23, 42, 0.04),
    0 24px 48px rgba(2, 115, 212, 0.12) !important;
}

html[data-theme="classic"] #order-standard_cart .cros-pricing-table.active,
html[data-theme="classic"] #order-standard_cart .cros-pricing-table.featured-plan {
  border-color: rgba(2, 115, 212, 0.35) !important;
  box-shadow:
    0 0 0 1px rgba(2, 115, 212, 0.12),
    0 20px 44px rgba(2, 115, 212, 0.14) !important;
}

html[data-theme="classic"] #order-standard_cart .cros-pricing-table h4 {
  margin-bottom: 1rem !important;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid rgba(2, 115, 212, 0.08);
  font-size: 1.05rem !important;
  font-weight: 700 !important;
  color: #0f172a !important;
  -webkit-text-fill-color: #0f172a !important;
  letter-spacing: 0.01em;
  line-height: 1.35;
}

html[data-theme="classic"] #order-standard_cart .cros-pricing-table h4::after {
  display: none !important;
}

html[data-theme="classic"] #order-standard_cart .cros-pricing-table .desc {
  color: #64748b !important;
  font-size: 0.88rem !important;
  line-height: 1.5 !important;
}

html[data-theme="classic"] #order-standard_cart .cros-pricing-table .cost,
html[data-theme="classic"] #order-standard_cart .cros-pricing-table .price-highlight {
  font-size: clamp(1.85rem, 2.5vw, 2.35rem) !important;
  font-weight: 800 !important;
  letter-spacing: -0.03em;
  background: linear-gradient(135deg, #0273d4 0%, #00b4d8 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
}

html[data-theme="classic"] #order-standard_cart .cros-pricing-table .cycle {
  color: #64748b !important;
  font-size: 0.75rem !important;
  letter-spacing: 0.12em;
}

html[data-theme="classic"] #order-standard_cart .cros-pricing-table .btn-order-now {
  margin-top: auto !important;
  padding: 0.72rem 1rem !important;
  border-radius: 999px !important;
  font-weight: 700 !important;
  font-size: 0.88rem !important;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: linear-gradient(135deg, #0adb00, #028a00) !important;
  border: none !important;
  box-shadow: 0 8px 22px rgba(10, 219, 0, 0.22) !important;
  transition: transform 0.22s ease, box-shadow 0.22s ease !important;
}

html[data-theme="classic"] #order-standard_cart .cros-pricing-table .btn-order-now:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(10, 219, 0, 0.28) !important;
}

html[data-theme="classic"] #order-standard_cart .plan-features,
html[data-theme="classic"] #order-standard_cart .plan-features .feature-item {
  color: #475569 !important;
  font-size: 0.86rem !important;
}

html[data-theme="classic"] #order-standard_cart .plan-features .feature-icon {
  color: #0adb00 !important;
}

html[data-theme="classic"] #order-standard_cart .cros-pricing-table .sticker {
  background: linear-gradient(135deg, #0273d4, #00b4d8) !important;
  color: #fff !important;
  font-weight: 700;
  box-shadow: 0 4px 14px rgba(2, 115, 212, 0.25);
}

/* Features incluídas */
html[data-theme="classic"] #order-standard_cart .included-features-title {
  color: #0273d4 !important;
  -webkit-text-fill-color: #0273d4 !important;
}

html[data-theme="classic"] #order-standard_cart .feature-list-item {
  background: #fff !important;
  border: 1px solid rgba(2, 115, 212, 0.1) !important;
  color: #334155 !important;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05) !important;
}

html[data-theme="classic"] #order-standard_cart .feature-list-item .feature-icon {
  color: #0273d4 !important;
}

/* ——— Configure / carrinho / checkout ——— */
html[data-theme="classic"] #order-standard_cart .product_config_info,
html[data-theme="classic"] #order-standard_cart .configure-fields,
html[data-theme="classic"] #order-standard_cart .view-cart-items,
html[data-theme="classic"] #order-standard_cart .checkout-container {
  color: #334155 !important;
}

html[data-theme="classic"] #order-standard_cart .order-summary .summary-container,
html[data-theme="classic"] #order-standard_cart .order-summary {
  border-radius: 16px !important;
  overflow: hidden;
}

html[data-theme="classic"] #order-standard_cart .order-summary .summary-header,
html[data-theme="classic"] #order-standard_cart .order-summary h2 {
  background: linear-gradient(135deg, #0273d4, #025aa5) !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

html[data-theme="classic"] #order-standard_cart .pcb {
  background: #fff !important;
  border-color: rgba(2, 115, 212, 0.14) !important;
}

html[data-theme="classic"] #order-standard_cart .pcb .c-name {
  color: #64748b !important;
}

html[data-theme="classic"] #order-standard_cart input[type="radio"]:checked + .pcb {
  background: rgba(2, 115, 212, 0.06) !important;
  border-color: rgba(2, 115, 212, 0.4) !important;
}

html[data-theme="classic"] #order-standard_cart .view-cart-item,
html[data-theme="classic"] #order-standard_cart .cart-item {
  background: #fff !important;
  border: 1px solid rgba(2, 115, 212, 0.12) !important;
  color: #334155 !important;
  border-radius: 14px !important;
}

html[data-theme="classic"] #order-standard_cart .view-cart-item .item-price,
html[data-theme="classic"] #order-standard_cart .cart-item .item-price {
  color: #0273d4 !important;
  -webkit-text-fill-color: #0273d4 !important;
  background: none !important;
}

/* ============================================================
   Configure / OS / Carrinho / Checkout — overrides Neon vazados
   ============================================================ */

/* Header claro em todas etapas do pedido */
html[data-theme="classic"] #main-navbar,
html[data-theme="classic"] #main-navbar .cros-navbar,
html[data-theme="classic"] .cros-navbar.dark,
html[data-theme="classic"] .cros-navbar.primary,
html[data-theme="classic"] body.rackon-client #main-navbar .navbar {
  background: rgba(255, 255, 255, 0.98) !important;
  border-bottom: 1px solid rgba(2, 115, 212, 0.12) !important;
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.06) !important;
}

html[data-theme="classic"] .cros-navbar.dark .navbar-nav > li > a,
html[data-theme="classic"] .cros-navbar.dark .nav-link,
html[data-theme="classic"] #main-navbar .navbar-nav > li > a {
  color: #334155 !important;
  text-shadow: none !important;
}

html[data-theme="classic"] .cros-navbar.dark .navbar-nav > li > a:hover {
  color: #0273d4 !important;
  background: rgba(2, 115, 212, 0.08) !important;
}

/* Títulos legíveis (sem gradiente neon) */
html[data-theme="classic"] #order-standard_cart .text-gradient,
html[data-theme="classic"] #order-standard_cart .header-lined h1 {
  background: none !important;
  -webkit-text-fill-color: #0f172a !important;
  color: #0f172a !important;
}

html[data-theme="classic"] #order-standard_cart .header-lined .lead,
html[data-theme="classic"] #order-standard_cart .header-lined p {
  color: #64748b !important;
}

/* Sub-headings configure */
html[data-theme="classic"] #order-standard_cart .sub-heading,
html[data-theme="classic"] .section-billing-cycle .sub-heading,
html[data-theme="classic"] #productConfigurableOptions .sub-heading {
  background: linear-gradient(135deg, #f8fbff, #eef6ff) !important;
  border: 1px solid rgba(2, 115, 212, 0.12) !important;
  border-left: 4px solid #0273d4 !important;
  border-radius: 0 10px 10px 0 !important;
  padding: 0.65rem 1rem !important;
  margin: 1.25rem 0 0.85rem !important;
}

html[data-theme="classic"] #order-standard_cart .sub-heading span,
html[data-theme="classic"] .section-billing-cycle .sub-heading span {
  color: #0273d4 !important;
  -webkit-text-fill-color: #0273d4 !important;
  font-size: 0.82rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  background: none !important;
}

/* Alertas AUP / promo — fundo claro legível */
html[data-theme="classic"] #order-standard_cart .alert,
html[data-theme="classic"] #order-standard_cart .alert-warning,
html[data-theme="classic"] #order-standard_cart .alert-info,
html[data-theme="classic"] #order-standard_cart .alert-success,
html[data-theme="classic"] #order-standard_cart .alert-danger {
  background: #fff !important;
  border: 1px solid rgba(2, 115, 212, 0.14) !important;
  color: #334155 !important;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06) !important;
}

html[data-theme="classic"] #order-standard_cart .alert-warning {
  background: #fffbeb !important;
  border-color: rgba(245, 158, 11, 0.35) !important;
  color: #92400e !important;
}

html[data-theme="classic"] #order-standard_cart .alert-info {
  background: #eff6ff !important;
  border-color: rgba(2, 115, 212, 0.25) !important;
  color: #1e40af !important;
}

html[data-theme="classic"] #order-standard_cart .alert::before {
  display: none !important;
}

/* Ciclo de pagamento */
html[data-theme="classic"] #order-standard_cart .pcb {
  background: #fff !important;
  border: 1px solid rgba(2, 115, 212, 0.14) !important;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.05) !important;
}

html[data-theme="classic"] #order-standard_cart .pcb .c-name {
  color: #64748b !important;
  -webkit-text-fill-color: #64748b !important;
}

html[data-theme="classic"] #order-standard_cart .pcb .c-price {
  background: linear-gradient(135deg, #0273d4, #00b4d8) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
}

html[data-theme="classic"] #order-standard_cart .pcb .c-price span {
  color: #64748b !important;
  -webkit-text-fill-color: #64748b !important;
}

html[data-theme="classic"] #order-standard_cart .pcb .c-save {
  background: linear-gradient(135deg, #0273d4, #00b4d8) !important;
  color: #fff !important;
}

html[data-theme="classic"] #order-standard_cart input[type="radio"]:checked + .pcb {
  background: rgba(2, 115, 212, 0.06) !important;
  border-color: rgba(2, 115, 212, 0.45) !important;
  box-shadow: 0 0 0 2px rgba(2, 115, 212, 0.12) !important;
}

/* Cards de Sistema Operacional — branco / azul claro */
html[data-theme="classic"] #order-standard_cart .os-card,
html[data-theme="classic"] body.rackon-client .os-card {
  background: linear-gradient(160deg, #ffffff 0%, #f0f7ff 100%) !important;
  border: 1px solid rgba(2, 115, 212, 0.16) !important;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.06) !important;
}

html[data-theme="classic"] #order-standard_cart .os-card:hover {
  border-color: rgba(2, 115, 212, 0.32) !important;
  box-shadow: 0 14px 32px rgba(2, 115, 212, 0.12) !important;
}

html[data-theme="classic"] #order-standard_cart .os-card.selected {
  background: #fff !important;
  border-color: #0273d4 !important;
  box-shadow: 0 0 0 2px rgba(2, 115, 212, 0.18), 0 12px 28px rgba(2, 115, 212, 0.12) !important;
}

html[data-theme="classic"] #order-standard_cart .os-card__title,
html[data-theme="classic"] #order-standard_cart .os-card div,
html[data-theme="classic"] body.rackon-client .os-card__title {
  color: #0f172a !important;
  -webkit-text-fill-color: #0f172a !important;
  text-shadow: none !important;
}

html[data-theme="classic"] #order-standard_cart .os-card__ver,
html[data-theme="classic"] #order-standard_cart .os-card div small,
html[data-theme="classic"] body.rackon-client .os-card__ver {
  color: #64748b !important;
  -webkit-text-fill-color: #64748b !important;
}

html[data-theme="classic"] #order-standard_cart .os-card__icon-wrap {
  background: #fff !important;
  border: 1px solid rgba(2, 115, 212, 0.12) !important;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.08) !important;
}

html[data-theme="classic"] #order-standard_cart .os-category-divider,
html[data-theme="classic"] #order-standard_cart .os-tabs .nav-link {
  color: #334155 !important;
  background: #fff !important;
  border-color: rgba(2, 115, 212, 0.14) !important;
}

html[data-theme="classic"] #order-standard_cart .os-tabs .nav-link.active {
  color: #0273d4 !important;
  background: rgba(2, 115, 212, 0.08) !important;
  border-color: rgba(2, 115, 212, 0.3) !important;
}

/* Resumo do pedido (sidebar) */
html[data-theme="classic"] #order-standard_cart .order-summary,
html[data-theme="classic"] #order-standard_cart .cartsummary,
html[data-theme="classic"] body.rackon-client .order-summary,
html[data-theme="classic"] body.rackon-client .cartsummary {
  background: #fff !important;
  border: 1px solid rgba(2, 115, 212, 0.14) !important;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08) !important;
}

html[data-theme="classic"] #order-standard_cart .order-summary h2,
html[data-theme="classic"] #order-standard_cart .cart-summary-header,
html[data-theme="classic"] body.rackon-client .order-summary h2 {
  background: linear-gradient(135deg, #0273d4, #025aa5) !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

html[data-theme="classic"] #order-standard_cart .order-summary h2 i,
html[data-theme="classic"] #order-standard_cart .cart-summary-header i {
  color: #fff !important;
  opacity: 0.9 !important;
}

html[data-theme="classic"] #order-standard_cart .summary-container,
html[data-theme="classic"] #order-standard_cart .cart-totals-container,
html[data-theme="classic"] body.rackon-client .summary-container {
  background: transparent !important;
  color: #334155 !important;
}

html[data-theme="classic"] #order-standard_cart .product-group,
html[data-theme="classic"] #order-standard_cart .list-item-title,
html[data-theme="classic"] body.rackon-client .product-group {
  color: #0f172a !important;
  -webkit-text-fill-color: #0f172a !important;
  border-bottom-color: rgba(0, 0, 0, 0.06) !important;
}

html[data-theme="classic"] #order-standard_cart .cart-summry-list .list-item,
html[data-theme="classic"] #order-standard_cart .summary-line,
html[data-theme="classic"] #order-standard_cart .summary-label,
html[data-theme="classic"] body.rackon-client .cart-summry-list .list-item {
  color: #475569 !important;
}

html[data-theme="classic"] #order-standard_cart .cart-summry-list .list-item .item-name,
html[data-theme="classic"] #order-standard_cart .cart-summry-list .list-item .product-name,
html[data-theme="classic"] body.rackon-client .cart-summry-list .list-item .product-name {
  color: #334155 !important;
}

html[data-theme="classic"] #order-standard_cart .cart-summry-list .list-item .item-value,
html[data-theme="classic"] #order-standard_cart .cart-summry-list .list-item .price-value,
html[data-theme="classic"] #order-standard_cart .summary-value {
  color: #0273d4 !important;
}

html[data-theme="classic"] #order-standard_cart .total-amount,
html[data-theme="classic"] #order-standard_cart .total-due-today .amt,
html[data-theme="classic"] body.rackon-client .total-amount {
  color: #0273d4 !important;
  -webkit-text-fill-color: #0273d4 !important;
  background: none !important;
}

html[data-theme="classic"] #order-standard_cart .total-label,
html[data-theme="classic"] #order-standard_cart .total-due-today .text-muted {
  color: #64748b !important;
}

/* Carrinho — itens */
html[data-theme="classic"] #order-standard_cart .cw-orderflow-line-items .panel-body,
html[data-theme="classic"] #order-standard_cart .view-cart-items .item,
html[data-theme="classic"] body.rackon-client .cw-orderflow-line-items .panel-body {
  background: #fff !important;
  border: 1px solid rgba(2, 115, 212, 0.12) !important;
  color: #334155 !important;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.05) !important;
}

html[data-theme="classic"] #order-standard_cart .cw-orderflow-line-items .panel-heading {
  background: linear-gradient(135deg, #f8fbff, #eef6ff) !important;
  border: 1px solid rgba(2, 115, 212, 0.1) !important;
  color: #64748b !important;
}

html[data-theme="classic"] #order-standard_cart .cw-orderflow-line-items .item-title,
html[data-theme="classic"] #order-standard_cart .cw-orderflow-line-items .inline.fw-500,
html[data-theme="classic"] body.rackon-client .cw-orderflow-line-items .item-title {
  color: #0f172a !important;
}

html[data-theme="classic"] #order-standard_cart .cw-orderflow-line-items .item-domain,
html[data-theme="classic"] #order-standard_cart .cw-orderflow-line-items .item-domain i {
  color: #64748b !important;
}

html[data-theme="classic"] #order-standard_cart .cw-orderflow-line-items .item-price strong,
html[data-theme="classic"] #order-standard_cart .item-price strong {
  color: #0273d4 !important;
  -webkit-text-fill-color: #0273d4 !important;
  background: none !important;
}

html[data-theme="classic"] #order-standard_cart .view-cart-items .header {
  background: linear-gradient(135deg, #f8fbff, #eef6ff) !important;
  color: #64748b !important;
}

/* Checkout — formulários */
html[data-theme="classic"] #order-standard_cart.cw-checkout .sub-heading,
html[data-theme="classic"] #order-standard_cart.cw-checkout .sub-heading span {
  color: #0273d4 !important;
  -webkit-text-fill-color: #0273d4 !important;
}

html[data-theme="classic"] #order-standard_cart .field-container,
html[data-theme="classic"] #order-standard_cart .TM-card.white,
html[data-theme="classic"] #order-standard_cart .account-select,
html[data-theme="classic"] body.rackon-client .field-container {
  background: #fff !important;
  border: 1px solid rgba(2, 115, 212, 0.12) !important;
  color: #334155 !important;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.05) !important;
}

html[data-theme="classic"] #order-standard_cart .form-control,
html[data-theme="classic"] #order-standard_cart input.form-control,
html[data-theme="classic"] #order-standard_cart select.form-control,
html[data-theme="classic"] #order-standard_cart textarea.form-control {
  background: #fff !important;
  border: 1px solid rgba(0, 0, 0, 0.12) !important;
  color: #0f172a !important;
}

html[data-theme="classic"] #order-standard_cart .form-control::placeholder {
  color: #94a3b8 !important;
}

html[data-theme="classic"] #order-standard_cart .payment-method,
html[data-theme="classic"] #order-standard_cart .paymethod-info {
  background: #fff !important;
  border: 1px solid rgba(2, 115, 212, 0.14) !important;
  color: #334155 !important;
}

html[data-theme="classic"] #order-standard_cart .total-due-today-pill,
html[data-theme="classic"] #order-standard_cart .payment-today-bar {
  background: linear-gradient(135deg, rgba(2, 115, 212, 0.08), rgba(0, 180, 216, 0.06)) !important;
  border: 1px solid rgba(2, 115, 212, 0.18) !important;
  color: #334155 !important;
}

html[data-theme="classic"] #order-standard_cart .btn-checkout {
  background: linear-gradient(135deg, #0273d4, #025aa5) !important;
  color: #fff !important;
  box-shadow: 0 10px 28px rgba(2, 115, 212, 0.28) !important;
}

html[data-theme="classic"] #order-standard_cart .product_config_info .card {
  background: #fff !important;
  border: 1px solid rgba(0, 180, 255, 0.28) !important;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.06) !important;
}

html[data-theme="classic"] #order-standard_cart .product_config_info .card-header {
  background: linear-gradient(135deg, #0273d4, #025aa5) !important;
  border-bottom: none !important;
}

html[data-theme="classic"] #order-standard_cart .product_config_info .promo-title,
html[data-theme="classic"] #order-standard_cart .product_config_info .btn,
html[data-theme="classic"] #order-standard_cart .product_config_info .card-header .btn,
html[data-theme="classic"] body.rackon-client #order-standard_cart .product_config_info .promo-title,
html[data-theme="classic"] body.rackon-client #order-standard_cart .product_config_info .btn {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  background: none !important;
  text-shadow: none !important;
}

html[data-theme="classic"] #order-standard_cart .product_config_info .card-body {
  color: #334155 !important;
}

html[data-theme="classic"] #order-standard_cart .promo-code-card,
html[data-theme="classic"] #order-standard_cart .view-cart-promotion-code input {
  background: #fff !important;
  color: #0f172a !important;
  border-color: rgba(2, 115, 212, 0.14) !important;
}

/* ============================================================
   Classic polish v2 — planos, SO lollipop, modal deploy
   ============================================================ */

:root {
  --cw-classic-hacker: #39ff14;
  --cw-classic-hacker-dim: #0adb00;
  --cw-classic-logo: url("https://cloudwin.com.br/assets/img/logo.png");
}

/* Sobe os planos — remove gap hero → cards */
html[data-theme="classic"] #order-standard_cart .space-32,
html[data-theme="classic"] #order-standard_cart .space-30 {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

html[data-theme="classic"] #order-standard_cart .header-lined {
  margin-bottom: 0.75rem !important;
  padding: 1.55rem 1.85rem 1.35rem !important;
  background:
    radial-gradient(ellipse 90% 120% at 100% 0%, rgba(0, 180, 216, 0.1), transparent 52%),
    radial-gradient(ellipse 70% 90% at 0% 100%, rgba(2, 115, 212, 0.08), transparent 48%),
    linear-gradient(135deg, #ffffff 0%, #f4f9ff 52%, #eef6ff 100%) !important;
}

html[data-theme="classic"] body.rackon-client #order-standard_cart::before,
html[data-theme="classic"] #order-standard_cart .cros-pricing-container::before {
  display: none !important;
}

html[data-theme="classic"] #order-standard_cart .cros-pricing-container {
  margin-top: 0.15rem !important;
}

/* Entrada dos cards */
@keyframes cw-classic-card-in {
  from {
    opacity: 0;
    transform: translateY(26px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

html[data-theme="classic"] #order-standard_cart .cros-pricing-table.animated.fadeInUp {
  animation: cw-classic-card-in 0.58s cubic-bezier(0.22, 1, 0.36, 1) backwards !important;
}

html[data-theme="classic"] #order-standard_cart .cros-pricing-container > [class*="col-"]:nth-child(1) .cros-pricing-table {
  animation-delay: 0.05s !important;
}

html[data-theme="classic"] #order-standard_cart .cros-pricing-container > [class*="col-"]:nth-child(2) .cros-pricing-table {
  animation-delay: 0.11s !important;
}

html[data-theme="classic"] #order-standard_cart .cros-pricing-container > [class*="col-"]:nth-child(3) .cros-pricing-table {
  animation-delay: 0.17s !important;
}

html[data-theme="classic"] #order-standard_cart .cros-pricing-container > [class*="col-"]:nth-child(4) .cros-pricing-table {
  animation-delay: 0.23s !important;
}

html[data-theme="classic"] #order-standard_cart .cros-pricing-container > [class*="col-"]:nth-child(n+5) .cros-pricing-table {
  animation-delay: 0.29s !important;
}

/* Cards de preço — redesign premium */
html[data-theme="classic"] #order-standard_cart .cros-pricing-table {
  position: relative;
  overflow: hidden !important;
  background:
    radial-gradient(ellipse 110% 70% at 100% 0%, rgba(0, 180, 216, 0.08), transparent 58%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%) !important;
}

html[data-theme="classic"] #order-standard_cart .cros-pricing-table::before {
  display: block !important;
  content: "" !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #0273d4, #00b4d8);
  opacity: 0.9;
  pointer-events: none;
  z-index: 2;
}

html[data-theme="classic"] #order-standard_cart .cros-pricing-table::after {
  display: block !important;
  content: "" !important;
  position: absolute;
  width: 140px;
  height: 140px;
  bottom: -50px;
  right: -40px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(2, 115, 212, 0.06), transparent 68%);
  pointer-events: none;
  z-index: 0;
}

html[data-theme="classic"] #order-standard_cart .cros-pricing-table > * {
  position: relative;
  z-index: 1;
}

html[data-theme="classic"] #order-standard_cart .cros-pricing-table .price-wrapper {
  margin: 0.65rem 0 1rem;
  padding: 0.95rem 0.75rem;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(2, 115, 212, 0.05), rgba(0, 180, 216, 0.07));
  border: 1px solid rgba(2, 115, 212, 0.1);
  text-align: center;
}

html[data-theme="classic"] #order-standard_cart .cros-pricing-table.active,
html[data-theme="classic"] #order-standard_cart .cros-pricing-table.featured-plan {
  border-color: rgba(57, 255, 20, 0.38) !important;
  box-shadow:
    0 0 0 1px rgba(2, 115, 212, 0.1),
    0 0 0 3px rgba(57, 255, 20, 0.1),
    0 22px 48px rgba(2, 115, 212, 0.14) !important;
}

html[data-theme="classic"] #order-standard_cart .cros-pricing-table.active::before,
html[data-theme="classic"] #order-standard_cart .cros-pricing-table.featured-plan::before {
  height: 4px !important;
  background: linear-gradient(90deg, #0273d4, #39ff14) !important;
}

html[data-theme="classic"] #order-standard_cart .cros-pricing-table.featured-plan .sticker-wrapper::before {
  content: "";
  position: absolute;
  top: 3.5rem;
  right: 1rem;
  width: 92px;
  height: 30px;
  background: var(--cw-classic-logo) no-repeat center / contain;
  opacity: 0.22;
  pointer-events: none;
  z-index: 1;
}

html[data-theme="classic"] #order-standard_cart .cros-pricing-table .sticker-wrapper {
  position: relative;
}

html[data-theme="classic"] #order-standard_cart .cros-pricing-table .sticker {
  background: linear-gradient(135deg, #39ff14, #0adb00) !important;
  color: #052e05 !important;
  font-weight: 800 !important;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  font-size: 0.62rem !important;
  box-shadow: 0 6px 18px rgba(57, 255, 20, 0.28) !important;
}

html[data-theme="classic"] #order-standard_cart .plan-features .feature-icon,
html[data-theme="classic"] #order-standard_cart .feature-list-item .feature-icon {
  color: var(--cw-classic-hacker-dim) !important;
  filter: drop-shadow(0 0 4px rgba(57, 255, 20, 0.35));
}

html[data-theme="classic"] #order-standard_cart .included-features-title {
  position: relative;
}

html[data-theme="classic"] #order-standard_cart .feature-list-item {
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

html[data-theme="classic"] #order-standard_cart .feature-list-item:hover {
  transform: translateY(-3px);
  border-color: rgba(57, 255, 20, 0.25) !important;
  box-shadow: 0 12px 28px rgba(2, 115, 212, 0.1) !important;
}

/* Alertas — força claro mesmo se Neon vazar */
html[data-theme="classic"] body.rackon-client #order-standard_cart .alert,
html[data-theme="classic"] body.rackon-client #order-standard_cart .alert-warning,
html[data-theme="classic"] body.rackon-client #order-standard_cart .alert-info,
html[data-theme="classic"] body.rackon-client #order-standard_cart .alert-success,
html[data-theme="classic"] body.rackon-client #order-standard_cart .alert-danger {
  background: #fff !important;
  border: 1px solid rgba(2, 115, 212, 0.14) !important;
  color: #334155 !important;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06) !important;
}

html[data-theme="classic"] body.rackon-client #order-standard_cart .alert-warning {
  background: #fffbeb !important;
  border-color: rgba(245, 158, 11, 0.35) !important;
  color: #92400e !important;
}

html[data-theme="classic"] body.rackon-client #order-standard_cart .alert-info {
  background: #eff6ff !important;
  border-color: rgba(2, 115, 212, 0.25) !important;
  color: #1e40af !important;
}

html[data-theme="classic"] body.rackon-client #order-standard_cart .alert strong {
  color: inherit !important;
}

/* OS — lollipop hacker green (white theme) */
html[data-theme="classic"] #order-standard_cart .os-card__lollipop,
html[data-theme="classic"] body.rackon-client .os-card__lollipop {
  filter: drop-shadow(0 8px 18px rgba(57, 255, 20, 0.22)) !important;
}

html[data-theme="classic"] #order-standard_cart .os-card__lollipop-bubble,
html[data-theme="classic"] body.rackon-client .os-card__lollipop-bubble {
  background: #ffffff !important;
  border: 1px solid rgba(57, 255, 20, 0.55) !important;
  color: #052e05 !important;
  box-shadow:
    0 0 0 1px rgba(57, 255, 20, 0.12),
    0 10px 24px rgba(2, 115, 212, 0.1),
    inset 0 0 12px rgba(57, 255, 20, 0.06) !important;
}

html[data-theme="classic"] #order-standard_cart .os-card__lollipop-bubble::before,
html[data-theme="classic"] body.rackon-client .os-card__lollipop-bubble::before {
  background: linear-gradient(120deg, rgba(57, 255, 20, 0.08), transparent 50%, rgba(2, 115, 212, 0.05)) !important;
}

html[data-theme="classic"] #order-standard_cart .os-card__lollipop-prefix,
html[data-theme="classic"] body.rackon-client .os-card__lollipop-prefix {
  color: #0273d4 !important;
}

html[data-theme="classic"] #order-standard_cart .os-card__lollipop-text,
html[data-theme="classic"] body.rackon-client .os-card__lollipop-text {
  color: var(--cw-classic-hacker-dim) !important;
}

html[data-theme="classic"] #order-standard_cart .os-card__lollipop-cursor,
html[data-theme="classic"] body.rackon-client .os-card__lollipop-cursor {
  color: var(--cw-classic-hacker) !important;
}

html[data-theme="classic"] #order-standard_cart .os-card__lollipop-stem,
html[data-theme="classic"] body.rackon-client .os-card__lollipop-stem {
  background: linear-gradient(180deg, rgba(57, 255, 20, 0.65), rgba(2, 115, 212, 0.2)) !important;
}

html[data-theme="classic"] #order-standard_cart .os-card__check,
html[data-theme="classic"] body.rackon-client .os-card__check {
  background: linear-gradient(135deg, #39ff14, #0adb00) !important;
  color: #052e05 !important;
  box-shadow: 0 0 14px rgba(57, 255, 20, 0.45) !important;
}

html[data-theme="classic"] #order-standard_cart .os-card.selected .os-card__icon-wrap::after,
html[data-theme="classic"] body.rackon-client .os-card.selected .os-card__icon-wrap::after {
  content: "";
  position: absolute;
  inset: -6px;
  background: var(--cw-classic-logo) center / 70% no-repeat;
  opacity: 0.14;
  z-index: 0;
  pointer-events: none;
}

html[data-theme="classic"] #order-standard_cart .os-card__icon-wrap {
  position: relative;
  z-index: 1;
}

/* Modal provisionamento SO — versão white */
html[data-theme="classic"] body.rackon-client .terminal-container--dynamic.rk-os-deploy {
  background: rgba(248, 251, 255, 0.82) !important;
  backdrop-filter: blur(16px) saturate(1.15) !important;
  -webkit-backdrop-filter: blur(16px) saturate(1.15) !important;
}

html[data-theme="classic"] body.rackon-client .rk-os-deploy__panel {
  background:
    radial-gradient(ellipse 90% 60% at 50% 0%, rgba(0, 180, 216, 0.12), transparent 55%),
    linear-gradient(160deg, #ffffff 0%, #f4f9ff 100%) !important;
  border: 1px solid rgba(2, 115, 212, 0.2) !important;
  box-shadow:
    0 0 0 1px rgba(57, 255, 20, 0.08),
    0 28px 60px rgba(15, 23, 42, 0.14),
    0 0 32px rgba(2, 115, 212, 0.08) !important;
  color: #334155 !important;
}

html[data-theme="classic"] body.rackon-client .rk-os-deploy__glow {
  background:
    radial-gradient(circle at 30% 20%, rgba(0, 180, 216, 0.14), transparent 55%),
    radial-gradient(circle at 75% 10%, rgba(57, 255, 20, 0.1), transparent 50%) !important;
}

html[data-theme="classic"] body.rackon-client .rk-os-deploy__header {
  border-bottom-color: rgba(2, 115, 212, 0.12) !important;
}

html[data-theme="classic"] body.rackon-client .rk-os-deploy__kicker {
  color: #64748b !important;
}

html[data-theme="classic"] body.rackon-client .rk-os-deploy__title {
  background: linear-gradient(90deg, #0273d4 0%, #0273d4 42%, var(--cw-classic-hacker-dim) 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
  font-family: "JetBrains Mono", "Consolas", ui-monospace, monospace !important;
}

html[data-theme="classic"] body.rackon-client .rk-os-deploy__pill {
  border: 1px solid rgba(57, 255, 20, 0.45) !important;
  color: var(--cw-classic-hacker-dim) !important;
  background: rgba(57, 255, 20, 0.08) !important;
}

html[data-theme="classic"] body.rackon-client .rk-os-deploy__ring-track {
  stroke: rgba(2, 115, 212, 0.15) !important;
}

html[data-theme="classic"] body.rackon-client .rk-os-deploy__ring-progress {
  stroke: url(#rk-os-ring-grad) !important;
  stroke: #0273d4 !important;
}

html[data-theme="classic"] body.rackon-client .rk-os-deploy__os-name {
  color: #0273d4 !important;
}

html[data-theme="classic"] body.rackon-client .rk-os-deploy__os-ver {
  color: #64748b !important;
}

html[data-theme="classic"] body.rackon-client .rk-os-deploy__step {
  color: #475569 !important;
  border-color: rgba(2, 115, 212, 0.1) !important;
  background: rgba(255, 255, 255, 0.7) !important;
}

html[data-theme="classic"] body.rackon-client .rk-os-deploy__step.is-active {
  border-color: rgba(2, 115, 212, 0.25) !important;
  background: rgba(2, 115, 212, 0.05) !important;
  color: #0f172a !important;
}

html[data-theme="classic"] body.rackon-client .rk-os-deploy__step.is-done {
  color: #052e05 !important;
}

html[data-theme="classic"] body.rackon-client .rk-os-deploy__step.is-done .rk-os-deploy__step-icon {
  color: var(--cw-classic-hacker-dim) !important;
}

html[data-theme="classic"] body.rackon-client .rk-os-deploy__bar {
  background: rgba(2, 115, 212, 0.1) !important;
}

html[data-theme="classic"] body.rackon-client .rk-os-deploy__bar-fill {
  background: linear-gradient(90deg, #0273d4, var(--cw-classic-hacker)) !important;
}

html[data-theme="classic"] body.rackon-client .rk-os-deploy__status {
  color: #64748b !important;
}

html[data-theme="classic"] body.rackon-client .rk-os-deploy__close {
  border: 1px solid rgba(2, 115, 212, 0.25) !important;
  background: #fff !important;
  color: #0273d4 !important;
  font-family: "JetBrains Mono", "Consolas", ui-monospace, monospace !important;
}

html[data-theme="classic"] body.rackon-client .rk-os-deploy__close:hover {
  border-color: rgba(57, 255, 20, 0.45) !important;
  color: var(--cw-classic-hacker-dim) !important;
  box-shadow: 0 0 16px rgba(57, 255, 20, 0.15) !important;
}

/* ============================================================
   CloudWin Console — versão clara (sidebar configure)
   ============================================================ */
html[data-theme="classic"] .cloudwin-terminal-card {
  margin-top: 1rem;
  border-radius: 16px !important;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.88) !important;
  backdrop-filter: blur(14px) saturate(1.15);
  -webkit-backdrop-filter: blur(14px) saturate(1.15);
  border: 1px solid rgba(2, 115, 212, 0.16) !important;
  box-shadow:
    0 0 0 1px rgba(57, 255, 20, 0.06),
    0 14px 36px rgba(2, 115, 212, 0.1) !important;
  font-family: "JetBrains Mono", "Fira Code", "Consolas", monospace !important;
}

html[data-theme="classic"] .cloudwin-terminal {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

html[data-theme="classic"] .cloudwin-terminal__header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0.65rem 0.85rem !important;
  background: linear-gradient(135deg, rgba(248, 251, 255, 0.98), rgba(238, 246, 255, 0.95)) !important;
  border-bottom: 1px solid rgba(2, 115, 212, 0.1) !important;
}

html[data-theme="classic"] .cloudwin-terminal__title {
  margin-left: 6px;
  font-size: 0.72rem !important;
  color: #64748b !important;
  letter-spacing: 0.04em;
  font-weight: 600;
}

html[data-theme="classic"] .cloudwin-terminal__body {
  padding: 0.85rem 1rem !important;
  min-height: 88px;
  background: linear-gradient(160deg, #fafbff 0%, #f0f7ff 100%) !important;
  color: #334155 !important;
  font-size: 0.78rem !important;
  line-height: 1.55;
  border-top: 1px solid rgba(57, 255, 20, 0.08);
}

html[data-theme="classic"] .cloudwin-terminal__prompt {
  color: var(--cw-classic-hacker-dim) !important;
  margin-right: 6px;
  font-weight: 600;
}

html[data-theme="classic"] .cloudwin-terminal__text {
  color: #0273d4 !important;
}

html[data-theme="classic"] .cloudwin-terminal__cursor {
  color: var(--cw-classic-hacker) !important;
}

html[data-theme="classic"] .cloudwin-terminal__caption {
  color: #64748b !important;
}

/* ============================================================
   Rever Pedido / viewcart — vence Neon vazado no body
   ============================================================ */
html[data-theme="classic"] body.rackon-client #order-standard_cart.modern-cart,
html[data-theme="classic"] body.rackon-client #order-standard_cart.cw-orderflow,
html[data-theme="classic"] body.rackon-client #order-standard_cart.cw-viewcart {
  background: linear-gradient(165deg, #f0f7ff 0%, #f8fafc 42%, #eef6ff 100%) !important;
  border: 1px solid rgba(2, 115, 212, 0.12) !important;
  border-radius: 1.15rem !important;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06) !important;
  color: #334155 !important;
}

html[data-theme="classic"] body.rackon-client #order-standard_cart.modern-cart::before,
html[data-theme="classic"] body.rackon-client #order-standard_cart.cw-orderflow::before {
  display: none !important;
}

html[data-theme="classic"] body.rackon-client .cw-orderflow-line-items.panel {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

html[data-theme="classic"] body.rackon-client .cw-orderflow-line-items::before {
  display: block !important;
  content: "" !important;
  height: 3px !important;
  background: linear-gradient(90deg, #0273d4, #00b4d8, var(--cw-classic-hacker-dim)) !important;
  border-radius: 16px 16px 0 0;
}

html[data-theme="classic"] body.rackon-client .cw-orderflow-line-items {
  background: #fff !important;
  border: 1px solid rgba(2, 115, 212, 0.12) !important;
  border-radius: 16px !important;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06) !important;
  overflow: hidden;
}

html[data-theme="classic"] body.rackon-client .cw-orderflow-line-items .panel-heading {
  background: linear-gradient(180deg, #f8fbff, #fff) !important;
  border: none !important;
  border-bottom: 1px solid rgba(2, 115, 212, 0.08) !important;
  border-radius: 0 !important;
  margin: 0 !important;
  padding: 0.85rem 1.15rem !important;
}

html[data-theme="classic"] body.rackon-client .cw-orderflow-line-items .panel-body {
  background: #fff !important;
  border: 1px solid rgba(2, 115, 212, 0.1) !important;
  border-radius: 14px !important;
  margin: 0.65rem 0.85rem !important;
  padding: 1rem 1.1rem !important;
  color: #334155 !important;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04) !important;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease !important;
}

html[data-theme="classic"] body.rackon-client .cw-orderflow-line-items .panel-body::before {
  content: "" !important;
  display: block !important;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, #0273d4, var(--cw-classic-hacker-dim));
  border-radius: 14px 0 0 14px;
  opacity: 0;
  transition: opacity 0.2s ease;
}

html[data-theme="classic"] body.rackon-client .cw-orderflow-line-items .panel-body {
  position: relative;
  overflow: hidden;
}

html[data-theme="classic"] body.rackon-client .cw-orderflow-line-items .panel-body:hover {
  background: #fff !important;
  border-color: rgba(2, 115, 212, 0.28) !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(2, 115, 212, 0.1) !important;
}

html[data-theme="classic"] body.rackon-client .cw-orderflow-line-items .panel-body:hover::before {
  opacity: 1;
}

html[data-theme="classic"] body.rackon-client .cw-orderflow-line-items .panel-heading .fw-500,
html[data-theme="classic"] body.rackon-client .cw-orderflow-line-items .item-heading {
  color: #64748b !important;
}

html[data-theme="classic"] body.rackon-client .cw-orderflow-line-items .item-title .fw-500,
html[data-theme="classic"] body.rackon-client .cw-orderflow-line-items .inline.fw-500 {
  color: #0f172a !important;
  -webkit-text-fill-color: #0f172a !important;
}

html[data-theme="classic"] body.rackon-client .cw-orderflow-line-items .item-domain,
html[data-theme="classic"] body.rackon-client .cw-orderflow-line-items .item-domain i {
  color: #0273d4 !important;
  -webkit-text-fill-color: #0273d4 !important;
}

html[data-theme="classic"] body.rackon-client .cw-orderflow-line-items .item-price strong,
html[data-theme="classic"] body.rackon-client .cw-orderflow-line-items .item-price > span > strong {
  color: #0273d4 !important;
  -webkit-text-fill-color: #0273d4 !important;
  background: none !important;
}

html[data-theme="classic"] body.rackon-client .cw-orderflow-line-items .cycle {
  color: #64748b !important;
}

html[data-theme="classic"] body.rackon-client .cw-orderflow-line-items .btn-icon {
  background: #fff !important;
  border: 1px solid rgba(2, 115, 212, 0.18) !important;
  color: #0273d4 !important;
  border-radius: 10px !important;
}

html[data-theme="classic"] body.rackon-client .cw-orderflow-line-items .btn-icon:hover {
  background: rgba(2, 115, 212, 0.06) !important;
  border-color: rgba(57, 255, 20, 0.35) !important;
  color: var(--cw-classic-hacker-dim) !important;
}

html[data-theme="classic"] body.rackon-client .cw-orderflow-line-items .prod-addons-container.configuration {
  background: rgba(2, 115, 212, 0.05) !important;
  border-left: 3px solid #0273d4 !important;
  color: #475569 !important;
}

html[data-theme="classic"] body.rackon-client .cw-orderflow-line-items .panel-footer,
html[data-theme="classic"] body.rackon-client .cw-orderflow-line-items .panel-footer.white {
  background: linear-gradient(180deg, #fff, #f8fbff) !important;
  border-top: 1px solid rgba(2, 115, 212, 0.1) !important;
  margin: 0 !important;
  padding: 0.85rem 1rem !important;
}

html[data-theme="classic"] body.rackon-client .cw-orderflow-line-items #continueShopping {
  background: #fff !important;
  border: 1px solid rgba(2, 115, 212, 0.18) !important;
  color: #334155 !important;
  border-radius: 999px !important;
}

html[data-theme="classic"] body.rackon-client .cw-orderflow-line-items #btnEmptyCart {
  color: #dc2626 !important;
  border-radius: 999px !important;
}

html[data-theme="classic"] body.rackon-client #order-standard_cart .cartsummary,
html[data-theme="classic"] body.rackon-client #order-standard_cart .order-summary,
html[data-theme="classic"] body.rackon-client #order-standard_cart .blocks.cartsummary {
  background: #fff !important;
  border: 1px solid rgba(2, 115, 212, 0.14) !important;
  border-radius: 16px !important;
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.08) !important;
  overflow: hidden;
}

html[data-theme="classic"] body.rackon-client #order-standard_cart .cart-summary-header,
html[data-theme="classic"] body.rackon-client #order-standard_cart .order-summary h2 {
  background: linear-gradient(135deg, #0273d4, #025aa5) !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  border-bottom: none !important;
}

html[data-theme="classic"] body.rackon-client #order-standard_cart .summary-container,
html[data-theme="classic"] body.rackon-client #order-standard_cart .summary-container-outer {
  background: transparent !important;
  color: #334155 !important;
}

html[data-theme="classic"] body.rackon-client #order-standard_cart .total-due-today {
  background: linear-gradient(135deg, rgba(2, 115, 212, 0.06), rgba(57, 255, 20, 0.05)) !important;
  border: 1px solid rgba(2, 115, 212, 0.14) !important;
  border-radius: 12px !important;
}

html[data-theme="classic"] body.rackon-client #order-standard_cart .total-due-today .amt,
html[data-theme="classic"] body.rackon-client #order-standard_cart #totalDueToday {
  color: #0273d4 !important;
  -webkit-text-fill-color: #0273d4 !important;
  background: none !important;
}

html[data-theme="classic"] body.rackon-client #order-standard_cart .btn-checkout {
  background: linear-gradient(135deg, #0adb00, #028a00) !important;
  color: #fff !important;
  border: none !important;
  box-shadow: 0 10px 28px rgba(10, 219, 0, 0.22) !important;
}

html[data-theme="classic"] body.rackon-client #order-standard_cart .card-sidebar,
html[data-theme="classic"] body.rackon-client #order-standard_cart .sidebar .card {
  border-radius: 16px !important;
  border: 1px solid rgba(2, 115, 212, 0.12) !important;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06) !important;
  overflow: hidden;
}

html[data-theme="classic"] body.rackon-client #order-standard_cart .view-cart-items .item,
html[data-theme="classic"] body.rackon-client #order-standard_cart .cw-viewcart-items .item {
  background: #fff !important;
  border: 1px solid rgba(2, 115, 212, 0.12) !important;
  color: #334155 !important;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.05) !important;
}

html[data-theme="classic"] body.rackon-client #order-standard_cart .view-cart-items .header,
html[data-theme="classic"] body.rackon-client #order-standard_cart .cw-items-header {
  background: linear-gradient(180deg, #f8fbff, #fff) !important;
  color: #64748b !important;
  border-bottom: 1px solid rgba(2, 115, 212, 0.1) !important;
}

/* ============================================================
   SO picker — grid Classic (substitui layout Neon desligado)
   ============================================================ */
html[data-theme="classic"] body.rackon-client .os-picker-layout--split {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 1.15rem !important;
  align-items: start !important;
  width: 100% !important;
}

html[data-theme="classic"] body.rackon-client .os-icons-container,
html[data-theme="classic"] body.rackon-client .os-icons-container.os-icons-container--category {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0.85rem !important;
  row-gap: 2rem !important;
  width: 100% !important;
  padding-top: 1.25rem !important;
  margin-top: 0.5rem !important;
  overflow: visible !important;
}

html[data-theme="classic"] body.rackon-client .os-picker-layout--split .os-icons-container--category {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

html[data-theme="classic"] body.rackon-client .os-picker-layout--single .os-icons-container--category {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

@media (max-width: 1199px) {
  html[data-theme="classic"] body.rackon-client .os-picker-layout--split {
    grid-template-columns: 1fr !important;
  }

  html[data-theme="classic"] body.rackon-client .os-icons-container,
  html[data-theme="classic"] body.rackon-client .os-icons-container--category {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 768px) {
  html[data-theme="classic"] body.rackon-client .os-icons-container,
  html[data-theme="classic"] body.rackon-client .os-icons-container--category {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

html[data-theme="classic"] body.rackon-client .os-card,
html[data-theme="classic"] #order-standard_cart .os-card {
  min-height: 150px !important;
  width: 100% !important;
  max-width: none !important;
  flex: unset !important;
  margin: 0 !important;
  padding: 1rem 0.75rem !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 0.5rem !important;
  overflow: visible !important;
  border: 1px solid rgba(0, 180, 255, 0.22) !important;
  border-radius: 16px !important;
  background: linear-gradient(160deg, #ffffff, #f4f9ff) !important;
  box-shadow: 0 8px 22px rgba(2, 115, 212, 0.06) !important;
}

html[data-theme="classic"] body.rackon-client .os-card__icon-wrap {
  width: 72px !important;
  height: 72px !important;
  border-radius: 18px !important;
  flex-shrink: 0 !important;
}

html[data-theme="classic"] body.rackon-client .os-card__meta {
  width: 100% !important;
  text-align: center !important;
}

html[data-theme="classic"] body.rackon-client .os-card__title {
  font-size: 0.78rem !important;
  line-height: 1.35 !important;
  word-break: break-word !important;
}

html[data-theme="classic"] body.rackon-client .product-configurable-options {
  border: 1px solid rgba(0, 180, 255, 0.28) !important;
  border-radius: 18px !important;
  box-shadow: 0 0 0 1px rgba(0, 229, 255, 0.05), 0 12px 32px rgba(2, 115, 212, 0.08) !important;
}

html[data-theme="classic"] body.rackon-client .os-category-divider {
  border: 1px solid rgba(0, 180, 255, 0.2) !important;
  background: linear-gradient(135deg, #f8fbff, #eef6ff) !important;
  color: #0273d4 !important;
}

/* Modal deploy SO — anel e hero legíveis */
html[data-theme="classic"] body.rackon-client .rk-os-deploy__hero {
  padding: 0.5rem 0 !important;
}

html[data-theme="classic"] body.rackon-client .rk-os-deploy__ring {
  background: radial-gradient(circle, rgba(2, 115, 212, 0.06), transparent 68%) !important;
}

html[data-theme="classic"] body.rackon-client .rk-os-deploy__ring-track {
  stroke: rgba(2, 115, 212, 0.18) !important;
}

html[data-theme="classic"] body.rackon-client .rk-os-deploy__ring-progress {
  stroke: #0273d4 !important;
  filter: drop-shadow(0 0 6px rgba(2, 115, 212, 0.25)) !important;
}

html[data-theme="classic"] body.rackon-client .rk-os-deploy__logo {
  filter: none !important;
  background: #fff;
  border-radius: 12px;
  padding: 4px;
}

html[data-theme="classic"] body.rackon-client .rk-os-deploy__headcopy {
  flex-direction: column !important;
  gap: 0.15rem !important;
}

html[data-theme="classic"] body.rackon-client .rk-os-deploy__title {
  display: block !important;
  white-space: normal !important;
  word-spacing: 0.12em;
}

html[data-theme="classic"] body.rackon-client .rk-os-deploy__pill {
  background: rgba(0, 180, 255, 0.08) !important;
  border: 1px solid rgba(0, 180, 255, 0.35) !important;
  color: #0273d4 !important;
}

