/* ==========================================================================
   WOOCOMMERCE.CSS — Estilos nativos para Cart, Checkout, MyAccount
   Todas as classes semânticas que substituem o Tailwind
   ========================================================================== */

/* Ocultar mensagem de sucesso nativa (Alerta Verde) no Checkout */
.woocommerce-checkout .woocommerce-message { display: none !important; }

/* ─── CART ──────────────────────────────────────────────────────────────── */

.cart-page { padding: 2rem 0; position: relative; }

.cart-header { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 2rem; }
.cart-header__accent { height: 2rem; width: 6px; background-color: #dc2626; border-radius: 9999px; }
.cart-header__title { font-size: 1.5rem; font-weight: 900; color: #003366; font-style: italic; text-transform: uppercase; letter-spacing: -0.025em; line-height: 1; }
.cart-header__count { font-size: 1.125rem; font-weight: 500; color: #9CA3AF; font-style: normal; text-transform: none; margin-left: 0.5rem; }
@media (max-width: 767px) { .cart-header__count { display: none; } }

/* Grid do formulário */
.pp-cart-grid-fix { display: flex; flex-direction: column; gap: 2rem; width: 100%; }
@media (min-width: 1024px) {
    .pp-cart-grid-fix { display: grid !important; grid-template-columns: repeat(12, minmax(0, 1fr)) !important; gap: 2rem !important; align-items: start !important; }
    .pp-cart-col-main    { grid-column: span 8 / span 8 !important; width: 100% !important; }
    .pp-cart-col-sidebar { grid-column: span 4 / span 4 !important; width: 100% !important; }
}

/* Item do carrinho */
.cart-item { background: #fff; padding: 1.25rem; border-radius: 0.75rem; border: 1px solid #E5E7EB; box-shadow: 0 1px 3px rgba(0,0,0,.07); position: relative; margin-bottom: 1rem; transition: border-color .2s, box-shadow .2s; }
.cart-item:hover { border-color: #BFDBFE; box-shadow: 0 4px 12px rgba(0,0,0,.1); }
.cart-item__inner { display: flex; gap: 1rem; }
.cart-item__image { flex-shrink: 0; width: 6rem; height: 6rem; background: #F9FAFB; border-radius: 0.5rem; border: 1px solid #F3F4F6; display: flex; align-items: center; justify-content: center; padding: 0.5rem; overflow: hidden; }
.cart-item__image img { max-width: 100%; max-height: 100%; object-fit: contain; }
.cart-item__body { flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; }
.cart-item__top { display: flex; justify-content: space-between; align-items: flex-start; gap: 0.75rem; }
.cart-item__name { font-size: 0.875rem; font-weight: 700; color: #111827; line-height: 1.3; }
@media (min-width: 768px) { .cart-item__name { font-size: 1rem; } }
.cart-item__partner-badge { display: inline-block; margin-top: 0.25rem; background: #1e3a8a; color: #fff; font-size: 0.625rem; font-weight: 700; padding: 0.125rem 0.5rem; border-radius: 4px; text-transform: uppercase; letter-spacing: 0.05em; }
.cart-item__meta { font-size: 0.75rem; color: #6B7280; margin-top: 0.25rem; margin-bottom: 0.75rem; }
.cart-item__footer { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 1rem; border-top: 1px solid #F9FAFB; padding-top: 0.75rem; margin-top: auto; }
.cart-item__price { text-align: right; }
.cart-item__price--from { font-size: 0.75rem; color: #9CA3AF; text-decoration: line-through; }
.cart-item__price--partner { display: flex; align-items: center; justify-content: flex-end; gap: 0.5rem; }
.cart-item__price--value { display: block; font-size: 1.125rem; font-weight: 900; color: #003366; letter-spacing: -0.025em; }
.cart-item__discount-badge { font-size: 0.75rem; font-weight: 700; color: #15803D; background: #F0FDF4; padding: 0.125rem 0.375rem; border-radius: 4px; border: 1px solid #BBF7D0; }
.cart-item__installments { font-size: 0.6875rem; color: #6B7280; margin-top: 0.125rem; }
.cart-item__pix { display: inline-flex; align-items: center; gap: 0.375rem; background: #F0FDF4; padding: 0.25rem 0.5rem; border-radius: 4px; font-size: 0.75rem; font-weight: 700; color: #15803D; border: 1px solid #BBF7D0; margin-top: 0.375rem; }

/* Controle de quantidade */
.qty-control { display: flex; align-items: center; background: #fff; border: 1px solid #E5E7EB; border-radius: 0.5rem; box-shadow: 0 1px 2px rgba(0,0,0,.05); height: 2.25rem; }
.qty-control__btn { width: 2rem; height: 100%; display: flex; align-items: center; justify-content: center; color: #6B7280; transition: all .2s; cursor: pointer; background: transparent; border: none; }
.qty-control__btn--minus:hover { background: #F9FAFB; color: #EF4444; border-radius: 0.5rem 0 0 0.5rem; }
.qty-control__btn--plus:hover  { background: #F9FAFB; color: #2563EB; border-radius: 0 0.5rem 0.5rem 0; }
.qty-control__btn svg { width: 0.75rem; height: 0.75rem; }

/* Botão atualizar */
.btn-update-cart { width: 100%; background: #F3F4F6; color: #9CA3AF; font-weight: 700; padding: 0.75rem; border-radius: 0.75rem; transition: all .3s; border: none; cursor: not-allowed; pointer-events: none; text-transform: uppercase; letter-spacing: 0.05em; }
.btn-update-cart.needs-update { background: #003366 !important; color: #fff !important; cursor: pointer; pointer-events: auto !important; animation: pulse-blue 2s infinite; box-shadow: 0 4px 10px rgba(0,51,102,.3); }

/* Cupom */
.cart-coupon { background: #F9FAFB; padding: 1rem; border-radius: 0.75rem; border: 1px solid #E5E7EB; margin-top: 1.5rem; }
.cart-coupon__label { display: block; font-size: 0.75rem; font-weight: 700; color: #6B7280; text-transform: uppercase; margin-bottom: 0.5rem; }
.cart-coupon__form { display: flex; gap: 0.5rem; position: relative; }
.cart-coupon__icon { position: absolute; top: 50%; left: 0.75rem; transform: translateY(-50%); pointer-events: none; color: #9CA3AF; display: flex; }
.cart-coupon__icon svg { width: 1.25rem; height: 1.25rem; }
.cart-coupon input.input-text { flex: 1; padding: 0.625rem 1rem 0.625rem 2.75rem; background: #fff; border: 1px solid #D1D5DB; border-radius: 0.5rem; font-size: 0.875rem; }
.cart-coupon input.input-text:focus { border-color: #2563EB; outline: none; }
.cart-coupon__submit { padding: 0 1.5rem; background: #111827; color: #fff; font-weight: 700; font-size: 0.875rem; border-radius: 0.5rem; transition: background .2s; cursor: pointer; border: none; }
.cart-coupon__submit:hover { background: #2563EB; }

/* Sidebar do carrinho */
.cart-sidebar { position: sticky; top: 6rem; display: flex; flex-direction: column; gap: 1rem; }
.cart-summary { background: #fff; border-radius: 0.75rem; box-shadow: 0 10px 30px rgba(0,0,0,.1); border: 1px solid #F3F4F6; overflow: hidden; }
.cart-summary__header { background: #F9FAFB; padding: 1rem 1.5rem; border-bottom: 1px solid #F3F4F6; }
.cart-summary__title { font-size: 1.125rem; text-align: center; font-weight: 900; color: #003366; text-transform: uppercase; font-style: italic; }
.cart-summary__body { padding: 1.5rem; }

/* Barra frete grátis */
.cart-shipping-goal { margin-bottom: 1.5rem; padding: 1rem; background: #F9FAFB; border-radius: 0.5rem; border: 1px solid #F3F4F6; }
.cart-shipping-goal__teaser { font-size: 0.9375rem; color: #16a34a; font-weight: 700; text-transform: uppercase; margin-top: 0.5rem; margin-bottom: 0.75rem; text-align: center; line-height: 1.3; }
.cart-shipping-goal__bar { width: 100%; background: #E5E7EB; border-radius: 9999px; height: 0.625rem; overflow: hidden; }
.cart-shipping-goal__bar div { height: 100%; border-radius: 9999px; transition: width .7s ease-out; }
.cart-shipping-goal__info { font-size: 0.875rem; color: #9CA3AF; margin-top: 0.5rem; text-align: center; line-height: 1.4; }
.cart-shipping-goal__success { display: flex; align-items: center; gap: 0.75rem; color: #15803D; }
.cart-shipping-goal__success svg { width: 2rem; height: 2rem; flex-shrink: 0; }

/* PIX total */
.cart-pix-total { margin-top: 0.5rem; margin-bottom: 1rem; background: #F0FDF4; border: 1px solid #BBF7D0; border-radius: 0.5rem; padding: 1rem; text-align: center; }
.cart-pix-total__label { font-size: 0.875rem; color: #166534; margin-bottom: 0.25rem; }
.cart-pix-total__value { display: flex; align-items: center; justify-content: center; gap: 0.5rem; color: #15803D; font-weight: 900; font-size: 1.5rem; letter-spacing: -0.025em; }
.cart-pix-total__saving { font-size: 0.75rem; color: #16a34a; font-weight: 700; margin-top: 0.25rem; text-transform: uppercase; }

/* Segurança */
.cart-security { margin-top: 1rem; padding-top: 1rem; border-top: 1px solid #F3F4F6; text-align: center; }
.cart-security__text { font-size: 0.75rem; color: #9CA3AF; display: flex; align-items: center; justify-content: center; gap: 0.25rem; }
.cart-security__text svg { width: 0.75rem; height: 0.75rem; color: #2563EB; }

/* Cross sells */
.cart-cross-sells { margin-top: 4rem; padding-top: 3rem; border-top: 2px dashed #E5E7EB; }
.cart-cross-sells__header { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 2rem; }
.cart-cross-sells__accent { height: 2rem; width: 6px; background: #2563EB; border-radius: 9999px; }
.cart-cross-sells__title { font-size: 1.25rem; font-weight: 900; color: #111827; font-style: italic; text-transform: uppercase; }
.cart-cross-sells__products { background: #F9FAFB; padding: 1.5rem; border-radius: 1rem; border: 1px solid #F3F4F6; }

/* Cart empty */
.cart-empty { padding: 3rem 1rem; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; min-height: 60vh; }
@media (min-width: 768px) { .cart-empty { padding: 6rem 1rem; } }
.cart-empty__mascot { position: relative; margin-bottom: 2rem; }
.cart-empty__img { width: 8rem; height: 8rem; object-fit: contain; }
@media (min-width: 768px) { .cart-empty__img { width: 12rem; height: 12rem; } }
.cart-empty__title { font-size: 1.5rem; font-weight: 900; color: #003366; text-transform: uppercase; font-style: italic; letter-spacing: -0.025em; margin-bottom: 1rem; line-height: 1; }
@media (min-width: 768px) { .cart-empty__title { font-size: 2.5rem; } }
.cart-empty__text { color: #6B7280; font-size: 1rem; margin-bottom: 2.5rem; max-width: 28rem; line-height: 1.6; }
.cart-empty__btn { display: inline-flex; align-items: center; gap: 0.75rem; background: #003366; color: #fff; font-weight: 700; padding: 1rem 2.5rem; border-radius: 0.75rem; text-transform: uppercase; letter-spacing: 0.1em; font-size: 0.875rem; transition: all .2s; }
.cart-empty__btn:hover { background: #002244; transform: translateY(-2px); }
.cart-empty__extra { margin-top: 4rem; width: 100%; border-top: 1px solid #F3F4F6; padding-top: 3rem; }

/* ─── THANK YOU ─────────────────────────────────────────────────────────── */

.thankyou-page { padding: 4rem 1rem; max-width: 48rem; margin: 0 auto; }

.thankyou-failed { background: rgba(127,29,29,.2); border: 1px solid #7f1d1d; border-radius: 1rem; padding: 2rem; text-align: center; margin-bottom: 2rem; }
.thankyou-failed__title { font-size: 1.5rem; font-weight: 700; color: #f87171; margin-bottom: 0.5rem; font-family: var(--font-display); }
.thankyou-failed__text  { color: #9CA3AF; margin-bottom: 1.5rem; }
.thankyou-failed__actions { display: flex; gap: 1rem; justify-content: center; }

.thankyou-success { background: var(--portal-surface); border: 1px solid rgba(212,175,55,.3); border-radius: 1rem; padding: 2rem; text-align: center; margin-bottom: 2rem; position: relative; overflow: hidden; }
@media (min-width: 768px) { .thankyou-success { padding: 3rem; } }
.thankyou-success__icon { width: 5rem; height: 5rem; background: var(--portal-dark); border: 2px solid var(--portal-gold); color: var(--portal-gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 1.5rem; }
.thankyou-success__icon svg { width: 2.5rem; height: 2.5rem; }
.thankyou-success__title { font-size: 2rem; font-weight: 700; color: #fff; margin-bottom: 1rem; font-family: var(--font-display); }
@media (min-width: 768px) { .thankyou-success__title { font-size: 2.5rem; } }
.thankyou-success__text { color: #9CA3AF; font-size: 1.125rem; margin-bottom: 2rem; max-width: 32rem; margin-left: auto; margin-right: auto; }
.thankyou-success__details { display: grid; grid-template-columns: 1fr; gap: 1rem; text-align: left; background: var(--portal-dark); padding: 1.5rem; border-radius: 0.75rem; border: 1px solid rgba(255,255,255,.08); }
@media (min-width: 768px) { .thankyou-success__details { grid-template-columns: repeat(2, 1fr); } }
.detail-label { display: block; font-size: 0.625rem; text-transform: uppercase; letter-spacing: 0.1em; color: #6B7280; margin-bottom: 0.25rem; }
.detail-value { color: #fff; font-weight: 500; }

.thankyou-generic { background: var(--portal-surface); border: 1px solid rgba(212,175,55,.3); border-radius: 1rem; padding: 3rem; text-align: center; }
.thankyou-generic__title { font-size: 1.5rem; font-weight: 700; color: #fff; margin-bottom: 1rem; font-family: var(--font-display); }
.thankyou-generic__text  { color: #9CA3AF; }

.thankyou-back { display: flex; justify-content: center; margin-top: 2rem; }
.thankyou-back__link { display: inline-flex; align-items: center; gap: 0.5rem; color: var(--portal-gold); font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; font-size: 0.875rem; transition: color .2s; }
.thankyou-back__link:hover { color: var(--portal-gold-light); }
.thankyou-back__link svg { width: 1rem; height: 1rem; }

/* ─── MY ACCOUNT ────────────────────────────────────────────────────────── */

/* Navegação lateral */
.account-nav { margin-bottom: 2rem; }
@media (min-width: 768px) { .account-nav { margin-bottom: 0; } }

.nav-profile { display: flex; align-items: center; gap: 1rem; padding: 0 0.5rem 1.5rem; margin-bottom: 1.5rem; border-bottom: 1px solid rgba(255,255,255,.08); }
.nav-profile__avatar { width: 3.5rem; height: 3.5rem; border-radius: 50%; overflow: hidden; border: 2px solid var(--portal-gold); flex-shrink: 0; }
.nav-profile__avatar img { width: 100%; height: 100%; object-fit: cover; }
.nav-profile__info { flex: 1; min-width: 0; }
.nav-profile__welcome { display: block; font-size: 0.625rem; text-transform: uppercase; letter-spacing: 0.1em; color: #6B7280; font-weight: 700; margin-bottom: 0.125rem; }
.nav-profile__name { display: block; color: #fff; font-weight: 700; font-size: 1.125rem; line-height: 1.2; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.nav-menu-list { display: flex; flex-direction: column; gap: 0.25rem; list-style: none; }
.nav-menu-list .is-active a,
.nav-menu-list a.active { background: rgba(212,175,55,.1); border-left-color: var(--portal-gold); color: var(--portal-gold); font-weight: 700; }
.nav-menu-list a { display: flex; align-items: center; gap: 0.75rem; padding: 0.875rem 1rem; font-size: 0.875rem; border-radius: 0.5rem; border-left: 4px solid transparent; color: #9CA3AF; transition: all .2s; }
.nav-menu-list a:hover { background: var(--portal-surface); color: #fff; }
.nav-menu-list a svg { width: 1.25rem; height: 1.25rem; flex-shrink: 0; }
.nav-menu-list .chevron { width: 1rem; height: 1rem; margin-left: auto; opacity: 0; }
.nav-menu-list .is-active .chevron { opacity: 1; }

/* Cards de conta */
.account-card { background: var(--portal-surface); border: 1px solid rgba(255,255,255,.08); border-radius: 1rem; padding: 1.5rem; box-shadow: var(--shadow-card); transition: border-color .2s; }
.account-card:hover { border-color: var(--portal-gold); }
@media (min-width: 768px) { .account-card { padding: 2rem; } }

.account-cards-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; margin-bottom: 3rem; }
@media (min-width: 768px) { .account-cards-grid { grid-template-columns: repeat(3, 1fr); } }

.account-form-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
@media (min-width: 768px) { .account-form-grid { grid-template-columns: repeat(2, 1fr); } }

/* Ícones */
.account-icon { width: 3rem; height: 3rem; background: var(--portal-dark); color: var(--portal-gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 1rem; transition: transform .3s; }
.account-card:hover .account-icon { transform: scale(1.1); }
.account-icon--sm { width: 2.5rem; height: 2.5rem; }
.account-icon__svg { width: 1.5rem; height: 1.5rem; }

/* Títulos */
.account-title    { font-size: 1.5rem; font-weight: 700; color: #fff; font-family: var(--font-display); margin-bottom: 0.5rem; }
@media (min-width: 768px) { .account-title { font-size: 2rem; } }
.account-subtitle  { font-size: 1.25rem; font-weight: 700; color: #fff; font-family: var(--font-display); }
.account-section-title { font-size: 1.25rem; font-weight: 700; color: var(--portal-gold); font-family: var(--font-display); margin-bottom: 1.5rem; border-bottom: 1px solid rgba(255,255,255,.08); padding-bottom: 1rem; }
.account-text    { color: #9CA3AF; font-size: 0.875rem; margin-top: 0.5rem; }
.account-text-sm { color: #6B7280; font-size: 0.75rem; margin-bottom: 1rem; }
.account-link    { font-size: 0.75rem; font-weight: 700; color: var(--portal-gold); text-transform: uppercase; letter-spacing: 0.1em; transition: color .2s; }
.account-link:hover { color: #fff; }

/* Formulários */
.account-input { width: 100%; background: var(--portal-dark); border: 1px solid rgba(255,255,255,.12); color: var(--text-main); border-radius: 0.5rem; padding: 0.75rem 1rem; font-size: 0.875rem; transition: border-color .2s; }
.account-input:focus { outline: none; border-color: var(--portal-gold); }
.account-label { display: block; font-size: 0.75rem; font-weight: 700; color: #9CA3AF; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 0.5rem; }

/* Botão outline dourado */
.btn-outline-gold { display: inline-flex; align-items: center; justify-content: center; background: transparent; border: 2px solid var(--portal-gold); color: var(--portal-gold); font-weight: 700; padding: 1rem 3rem; border-radius: 0.75rem; text-transform: uppercase; letter-spacing: 0.1em; font-size: 0.875rem; transition: all .2s; cursor: pointer; }
.btn-outline-gold:hover { background: var(--portal-gold); color: var(--portal-dark); }

/* Botão secundário */
.btn-secondary { background: var(--portal-surface); border: 1px solid rgba(255,255,255,.12); color: #fff; font-weight: 700; padding: 0.75rem 1.5rem; border-radius: 0.75rem; transition: all .2s; }
.btn-secondary:hover { border-color: var(--portal-gold); }

/* Tabelas */
.table-scroll  { overflow-x: auto; }
.account-table { width: 100%; text-align: left; font-size: 0.875rem; }
.account-table thead tr { background: rgba(13,20,28,.5); border-bottom: 1px solid rgba(255,255,255,.08); }
.account-table th { padding: 1rem 1.5rem; font-size: 0.625rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: #6B7280; }
.account-table tbody tr { border-bottom: 1px solid rgba(255,255,255,.05); transition: background .2s; }
.account-table tbody tr:hover { background: rgba(13,20,28,.3); }
.account-table td { padding: 1.25rem 1.5rem; }
.account-table-header { padding: 1.5rem; border-bottom: 1px solid rgba(255,255,255,.08); display: flex; justify-content: space-between; align-items: center; }
.account-table-title  { font-size: 1.125rem; font-weight: 700; color: #fff; font-family: var(--font-display); }

/* Badges de status */
.status-badge-neutral { display: inline-flex; align-items: center; padding: 0.125rem 0.625rem; border-radius: 9999px; font-size: 0.625rem; font-weight: 700; text-transform: uppercase; border: 1px solid rgba(255,255,255,.12); background: var(--portal-dark); color: #9CA3AF; }

/* Paginação */
.pagination-btn { padding: 0.5rem 1.5rem; background: var(--portal-surface); border: 1px solid rgba(255,255,255,.08); border-radius: 0.75rem; font-size: 0.75rem; font-weight: 700; color: #9CA3AF; text-transform: uppercase; letter-spacing: 0.1em; transition: all .2s; }
.pagination-btn:hover { border-color: var(--portal-gold); color: var(--portal-gold); }

/* ─── SIDEBAR SHOP — ANIMAÇÕES ALPINE ───────────────────────────────────── */

.sidebar-overlay-enter  { transition: opacity 0.3s ease; }
.sidebar-overlay-hidden { opacity: 0; }
.sidebar-overlay-visible { opacity: 1; }

.sidebar-sheet-enter   { transition: transform 0.3s ease-out; }
.sidebar-sheet-hidden  { transform: translateY(100%); }
.sidebar-sheet-visible { transform: translateY(0); }

/* ─── UTILITÁRIOS GLOBAIS ───────────────────────────────────────────────── */

.no-products-found { text-align: center; padding: 2.5rem 1rem; color: #6B7280; font-size: 0.9375rem; }

/* Sidebar widgets */
.sidebar-widget { margin-bottom: 2rem; border-bottom: 1px solid rgba(255,255,255,.08); padding-bottom: 1.5rem; }
.sidebar-widget:last-child { border-bottom: none; }
.sidebar-widget__title { font-size: 0.875rem; font-weight: 700; color: var(--portal-gold); margin-bottom: 1rem; font-family: var(--font-main); text-transform: uppercase; letter-spacing: 0.05em; }

/* Home search widget */
.home-search-widget { width: 100%; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* Classes de preço da API REST */
.api-price-partner { display: flex; flex-direction: column; }
.api-price__from   { font-size: 0.75rem; color: #9CA3AF; text-decoration: line-through; }
.api-price__value  { font-size: 1.125rem; font-weight: 700; color: #111827; line-height: 1.2; letter-spacing: -0.025em; }
@media (min-width: 768px) { .api-price__value { font-size: 1.25rem; } }

/* Notice do carrinho (add to cart REST) */
.cart-notice { display: flex; flex-direction: column; align-items: center; justify-content: center; padding-top: 0.5rem; text-align: center; }
.cart-notice__qty   { font-size: 2.25rem; font-weight: 900; color: #fff; line-height: 1; }
.cart-notice__name  { font-size: 0.875rem; color: #D1D5DB; font-weight: 500; line-height: 1.3; text-align: center; padding: 0 1rem; margin-top: 0.25rem; }
.cart-notice__label { font-size: 0.75rem; color: #fff; text-transform: uppercase; letter-spacing: 0.1em; margin-top: 0.75rem; font-weight: 700; }

/* Método de envio personalizado */
.shipping-method-label { display: flex; flex-direction: column; text-align: left; }
.shipping-method-label__name { font-size: 0.875rem; font-weight: 700; color: #111827; }
.shipping-method-label__free { color: #16a34a; font-weight: 800; text-transform: uppercase; margin-left: 0.25rem; }
.shipping-method-label__info { font-size: 0.75rem; color: #6B7280; margin-top: 0.125rem; }
.shipping-method-label__link { font-size: 0.6875rem; color: #2563EB; margin-top: 0.25rem; font-weight: 500; text-decoration: underline; }

/* LGPD checkout */
.lgpd-checkbox-block { display: flex; align-items: flex-start; gap: 0.5rem; margin-bottom: 1.5rem; padding: 1rem; background: rgba(59,130,246,.05); border-radius: 0.5rem; border: 1px solid rgba(59,130,246,.2); }
.lgpd-checkbox-block__input { display: flex; align-items: center; height: 1.25rem; margin-top: 0.125rem; }
.lgpd-checkbox { width: 1rem; height: 1rem; cursor: pointer; }
.lgpd-checkbox-block__text { font-size: 0.75rem; color: #4B5563; line-height: 1.6; }
.lgpd-checkbox-block__text label { cursor: pointer; display: block; }
.lgpd-checkbox-block__text a { color: #2563EB; text-decoration: underline; font-weight: 500; }
.lgpd-checkbox-block__text a:hover { color: #1e40af; }
.lgpd-required { color: #EF4444; font-weight: 700; }

/* ─── CLASSES ADICIONAIS CART ───────────────────────────────────────────── */
.cart-item__remove      { color: #9CA3AF; padding: 0.25rem; margin-right: -0.5rem; transition: color .2s; display: flex; }
.cart-item__remove:hover { color: #EF4444; }
.cart-item__remove-icon { width: 1.25rem; height: 1.25rem; }
.cart-item__backorder-notice { color: #92400E; background: #FFFBEB; font-size: 0.75rem; padding: 0.125rem 0.5rem; border-radius: 4px; display: inline-block; margin-top: 0.25rem; }
.cart-coupon__input     { width: 100%; padding: 0.625rem 1rem 0.625rem 2.75rem; background: #fff; border: 1px solid #D1D5DB; border-radius: 0.5rem; font-size: 0.875rem; }
.cart-coupon__input:focus { border-color: #2563EB; outline: none; }
.cart-shipping-goal__check-icon { width: 2rem; height: 2rem; border-radius: 50%; background: #DCFCE7; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.cart-shipping-goal__check-icon svg { width: 2rem; height: 2rem; }

/* =========================================================================
   CHECKOUT CONVERSACIONAL (MULTI-STEP)
   ========================================================================= */

/* Previne o piscar da tela enquanto o Alpine inicia */
[x-cloak] { display: none !important; }

/* Wrapper centralizado */
.checkout-form.mh-conversacional {
    display: block;
    max-width: 56rem;
    margin: 0 auto;
    padding: 2rem 1rem;
}

/* Animação suave entre os passos */
.mh-step {
    animation: fadeIn 0.4s ease-out;
}
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Cards principais do formulário */
.checkout-form__card {
    background: var(--portal-surface);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: var(--radius-card);
    padding: 1.5rem;
}
@media (min-width: 768px) { 
    .checkout-form__card { padding: 2.5rem; } 
}

/* Títulos Nativos do WooCommerce */
.woocommerce-checkout h3,
.woocommerce-billing-fields h3,
.woocommerce-account-fields h3,
.checkout-order-notes h3 {
    font-family: var(--font-display);
    font-size: 1rem;
    font-weight: 700;
    color: var(--portal-gold);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgba(255,255,255,.08);
}

/* Labels Nativos */
.woocommerce-checkout label,
.woocommerce form .form-row label {
    display: block;
    font-size: 0.7rem;
    font-weight: 700;
    color: #6B7280;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.375rem;
}

/* Inputs Nativos */
.woocommerce-checkout input[type="text"],
.woocommerce-checkout input[type="email"],
.woocommerce-checkout input[type="tel"],
.woocommerce-checkout input[type="number"],
.woocommerce-checkout input[type="password"],
.woocommerce-checkout textarea,
.woocommerce-checkout select {
    width: 100% !important;
    background: var(--portal-dark) !important;
    border: 1px solid rgba(255,255,255,.1) !important;
    color: var(--text-main) !important;
    border-radius: var(--radius-btn) !important;
    padding: 0.875rem 1rem !important;
    font-size: 1rem !important;
    font-family: var(--font-main) !important;
    min-height: 52px !important;
    letter-spacing: 0.01em;
    transition: border-color .2s;
    appearance: auto;
}
.woocommerce-checkout input:focus,
.woocommerce-checkout textarea:focus,
.woocommerce-checkout select:focus {
    border-color: var(--portal-gold) !important;
    outline: none !important;
    box-shadow: 0 0 0 2px rgba(212,175,55,.15) !important;
}

.woocommerce-checkout input::placeholder,
.woocommerce-checkout textarea::placeholder { color: transparent !important; }

.woocommerce-checkout .select2-container .select2-selection--single {
    background: var(--portal-dark) !important;
    border: 1px solid rgba(255,255,255,.1) !important;
    border-radius: var(--radius-btn) !important;
    height: 52px !important;
    display: flex !important;
    align-items: center !important;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--text-main) !important;
    padding-left: 1rem !important;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 52px !important;
}

/* Grid de Form Row WooCommerce */
.woocommerce-checkout .form-row {
    position: relative;
    margin-bottom: 1.5rem;
}
.woocommerce-checkout .form-row.form-row-first,
.woocommerce-checkout .form-row.form-row-last {
    width: 48% !important;
    float: left;
}
.woocommerce-checkout .form-row.form-row-last {
    float: right;
}
@media (max-width: 600px) {
    .woocommerce-checkout .form-row.form-row-first,
    .woocommerce-checkout .form-row.form-row-last {
        width: 100% !important;
        float: none;
    }
}

/* Erros de validação */
.woocommerce-checkout .woocommerce-invalid input,
.woocommerce-checkout .woocommerce-invalid select {
    border-color: #ef4444 !important;
}
.woocommerce-checkout .woocommerce-invalid-required-field::after {
    color: #ef4444 !important;
}
.woocommerce-checkout .required { color: var(--portal-gold) !important; font-size: 0.6rem; }

/* Oculta botão antigo */
.woocommerce-checkout #payment #place_order { display: none !important; }

/* ─── CLASSES UTILITÁRIAS PARA O NOVO PHP (SUBSTITUTAS DO TAILWIND) ──────── */
.text-center { text-align: center; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-8 { margin-bottom: 2rem; }
.mt-4 { margin-top: 1rem; }
.mt-6 { margin-top: 1.5rem; }
.mt-8 { margin-top: 2rem; }
.pt-6 { padding-top: 1.5rem; }
.pt-8 { padding-top: 2rem; }
.pb-4 { padding-bottom: 1rem; }
.pl-4 { padding-left: 1rem; }
.p-4 { padding: 1rem; }
.p-6 { padding: 1.5rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.px-8 { padding-left: 2rem; padding-right: 2rem; }
.px-10 { padding-left: 2.5rem; padding-right: 2.5rem; }
.flex { display: flex; }
.flex-1 { flex: 1 1 0%; }
.flex-col { flex-direction: column; }
.items-center { align-items: center; }
.justify-between { justify-content: space-between; }
.justify-center { justify-content: center; }
.justify-end { justify-content: flex-end; }
.gap-2 { gap: 0.5rem; }
.gap-3 { gap: 0.75rem; }
.gap-4 { gap: 1rem; }
.gap-8 { gap: 2rem; }
.w-full { width: 100%; }
.max-w-md { max-width: 28rem; }
.max-w-3xl { max-width: 48rem; }
.w-16 { width: 4rem; }
.h-16 { height: 4rem; }
.mx-auto { margin-left: auto; margin-right: auto; }
.grid { display: grid; }
.grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
.grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
@media (min-width: 640px) {
    .sm\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .sm\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .sm\:col-span-2 { grid-column: span 2 / span 2; }
}
@media (min-width: 1024px) {
    .lg\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

.text-white { color: #fff; }
.text-gray-300 { color: #D1D5DB; }
.text-gray-400 { color: #9CA3AF; }
.text-gray-500 { color: #6B7280; }
.text-red-500 { color: #EF4444; }
.text-portal-gold { color: var(--portal-gold); }
.bg-portal-surface { background-color: var(--portal-surface); }
.bg-portal-dark { background-color: var(--portal-dark); }
.bg-white\/5 { background-color: rgba(255,255,255,0.05); }
.bg-black\/20 { background-color: rgba(0,0,0,0.2); }
.bg-portal-gold\/10 { background-color: rgba(212,175,55,0.1); }
.border { border-width: 1px; border-style: solid; }
.border-white\/10 { border-color: rgba(255,255,255,0.1); }
.border-white\/5 { border-color: rgba(255,255,255,0.05); }
.border-portal-gold { border-color: var(--portal-gold); }
.border-portal-gold\/30 { border-color: rgba(212,175,55,0.3); }
.border-t { border-top-width: 1px; border-top-style: solid; }
.border-b { border-bottom-width: 1px; border-bottom-style: solid; }
.rounded-lg { border-radius: 0.5rem; }
.rounded { border-radius: 0.25rem; }
.overflow-hidden { overflow: hidden; }
.flex-shrink-0 { flex-shrink: 0; }
.text-sm { font-size: 0.875rem; }
.text-xs { font-size: 0.75rem; }
.text-base { font-size: 1rem; }
.text-xl { font-size: 1.25rem; }
.font-bold { font-weight: 700; }
.font-medium { font-weight: 500; }
.uppercase { text-transform: uppercase; }
.tracking-widest { letter-spacing: 0.1em; }
.transition-colors { transition-property: color, background-color, border-color; transition-duration: 200ms; }
.transition-all { transition-property: all; transition-duration: 200ms; }
.hover\:text-white:hover { color: #fff; }
.hover\:text-red-500:hover { color: #EF4444; }
.hover\:text-portal-gold:hover { color: var(--portal-gold); }
.hover\:text-portal-dark:hover { color: var(--portal-dark); }
.hover\:bg-portal-gold:hover { background-color: var(--portal-gold); }
.relative { position: relative; }
.absolute { position: absolute; }
.top-4 { top: 1rem; }
.right-4 { right: 1rem; }
.block { display: block; }
.inline-flex { display: inline-flex; }
.outline-none { outline: 2px solid transparent; outline-offset: 2px; }

/* Toggles e Cards do Passo 2 */
.mh-toggle-btn.bg-portal-gold\/10 {
    background-color: rgba(212,175,55,0.1);
    border-color: var(--portal-gold);
    color: var(--portal-gold);
}

.mh-bem-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: var(--portal-dark);
    border: 1px solid rgba(255, 255, 255, 0.06);
    color: #9CA3AF;
    padding: 1.25rem 1rem;
    font-size: 0.875rem;
    font-family: var(--font-main);
    font-weight: 600;
    border-radius: var(--radius-btn);
    cursor: pointer;
    transition: all 0.2s ease;
}
.mh-bem-card:hover {
    border-color: rgba(255, 255, 255, 0.15);
    color: #fff;
}

/* ─── CHECKOUT — ALERTA VERDE (add-to-cart notice) ─────────────────────── */
.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-message { display: none !important; }

/* ─── CHECKOUT — RESUMO DA OFERTA (Coluna direita Passo 3) ─────────────── */

.mh-resumo-col { display: flex; flex-direction: column; }

.mh-resumo-card {
    background: rgba(0,0,0,.2);
    border: 1px solid rgba(255,255,255,.05);
    border-radius: var(--radius-card);
    padding: 1.5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.mh-resumo-title {
    font-family: var(--font-display);
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--portal-gold);
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255,255,255,.08);
    margin: 0;
}

.mh-resumo-section-label {
    font-size: 0.7rem;
    font-weight: 700;
    color: #6B7280;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 0.75rem;
}

.mh-resumo-item {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
    padding: 0.75rem;
    background: var(--portal-dark);
    border: 1px solid rgba(255,255,255,.06);
    border-radius: var(--radius-btn);
    margin-bottom: 0.5rem;
}
.mh-resumo-tipo {
    font-size: 0.65rem;
    font-weight: 700;
    color: var(--portal-gold);
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.mh-resumo-tipo--dinheiro { color: #22c55e; }
.mh-resumo-desc { font-size: 0.875rem; font-weight: 600; color: #F9F6F0; }
.mh-resumo-valor { font-size: 0.8rem; color: #9CA3AF; }
.mh-resumo-vazio { font-size: 0.875rem; color: #6B7280; font-style: italic; }

.mh-resumo-total-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0.75rem;
    border-top: 1px solid rgba(255,255,255,.08);
    font-size: 0.875rem;
    font-weight: 700;
    color: #F9F6F0;
    margin-top: 0.5rem;
}
.mh-resumo-total-valor { color: var(--portal-gold); font-size: 1rem; }

/* Mobile: resumo aparece como card extra antes de enviar */
@media (max-width: 1023px) {
    .mh-resumo-col {
        order: 10;
        margin-top: 1.5rem;
    }
}

/* ─── ÍCONE DE PRANCHETA / COTAÇÃO NO HEADER ────────────────────────────── */

.mh-cotacao-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.12);
    color: #9CA3AF;
    transition: all .2s;
    cursor: pointer;
    text-decoration: none;
    margin-right: 0.5rem;
}
.mh-cotacao-icon:hover { border-color: var(--portal-gold); color: var(--portal-gold); }
.mh-cotacao-icon.has-items { border-color: rgba(212,175,55,.4); color: var(--portal-gold); }

.mh-cotacao-badge {
    position: absolute;
    top: -4px;
    right: -4px;
    background: var(--portal-gold);
    color: var(--portal-dark);
    font-size: 0.6rem;
    font-weight: 700;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

/* ─── REVIEW TABLE — SEM SUBTOTAL/TOTAL ─────────────────────────────────── */

.mh-review-table { width: 100%; font-size: 0.8rem; border-collapse: collapse; }
.mh-review-table th {
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #6B7280;
    font-weight: 700;
    padding: 0 0 0.5rem;
    border-bottom: 1px solid rgba(255,255,255,.06);
}
.mh-review-table td {
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(255,255,255,.04);
    color: var(--text-main);
    vertical-align: middle;
}
.mh-review-table .product-total { text-align: right; color: var(--portal-gold); font-weight: 700; }
.mh-review-table .product-quantity { color: #9CA3AF; }

/* ─── ALERTA DE COMPARAÇÃO DE OFERTA ────────────────────────────────────── */

.mh-alerta-oferta {
    background: rgba(212,175,55,.08);
    border: 1px solid rgba(212,175,55,.25);
    border-radius: var(--radius-btn);
    padding: 1rem;
    margin-top: 1rem;
}
.mh-alerta-oferta__texto {
    font-size: 0.8rem;
    color: #D1D5DB;
    line-height: 1.5;
    margin-bottom: 0.75rem;
}
.mh-alerta-oferta__texto strong { color: var(--portal-gold); }
.mh-alerta-oferta__btn {
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--portal-gold);
    background: transparent;
    border: 1px solid rgba(212,175,55,.4);
    border-radius: var(--radius-btn);
    padding: 0.5rem 1rem;
    cursor: pointer;
    transition: all .2s;
    font-family: var(--font-main);
}
.mh-alerta-oferta__btn:hover {
    background: rgba(212,175,55,.1);
    border-color: var(--portal-gold);
}

/* ─── CHECKOUT STEPS 2, 3 E 4 — BOTÕES DO RODAPÉ (RESPONSIVIDADE) ───────── */

.mh-step-2 .mh-step-actions,
.mh-step-3 .mh-step-actions,
.mh-step-4 .mh-step-actions {
    flex-direction: column !important;
    align-items: center !important;
    gap: 1rem !important;
    text-align: center;
}

.mh-step-2 .mh-step-actions .btn-gold-premium,
.mh-step-3 .mh-step-actions .btn-gold-premium,
.mh-step-4 .mh-step-actions .btn-gold-premium {
    width: 100%;
    max-width: 360px;
    order: 1;
    justify-content: center;
}

.mh-step-2 .mh-step-actions button[type="button"]:not(.btn-gold-premium),
.mh-step-3 .mh-step-actions button[type="button"]:not(.btn-gold-premium),
.mh-step-4 .mh-step-actions button[type="button"]:not(.btn-gold-premium) {
    order: 2;
    font-size: 0.875rem;
}

@media (min-width: 1024px) {
    .mh-step-2 .mh-step-actions,
    .mh-step-3 .mh-step-actions,
    .mh-step-4 .mh-step-actions {
        flex-direction: row !important;
        justify-content: space-between !important;
    }
    .mh-step-2 .mh-step-actions .btn-gold-premium,
    .mh-step-3 .mh-step-actions .btn-gold-premium,
    .mh-step-4 .mh-step-actions .btn-gold-premium {
        width: auto;
        order: 2;
    }
    .mh-step-2 .mh-step-actions button[type="button"]:not(.btn-gold-premium),
    .mh-step-3 .mh-step-actions button[type="button"]:not(.btn-gold-premium),
    .mh-step-4 .mh-step-actions button[type="button"]:not(.btn-gold-premium) {
        order: 1;
    }
}

/* ─── CHECKOUT — TEXTO LGPD / POLÍTICA PRIVACIDADE ──────────────────────── */

/* Texto padrão do WooCommerce sobre dados pessoais */
.woocommerce-privacy-policy-text,
.woocommerce-privacy-policy-text p,
#order_review .woocommerce-privacy-policy-text {
    font-size: 0.65rem !important;
    color: #4B5563 !important;
    line-height: 1.4 !important;
    margin-bottom: 0.5rem !important;
}

/* Caixa de método de pagamento (Cotação sem compromisso) */
#payment .payment_box {
    font-size: 0.75rem !important;
    color: #9CA3AF !important;
    padding: 0.75rem !important;
}

/* Checkbox LGPD customizado */
.lgpd-wrapper label,
.lgpd-wrapper p {
    font-size: 0.65rem !important;
    line-height: 1.4 !important;
    color: #6B7280 !important;
}

/* ─── PASSO 1 — CARD DO MOTORHOME MAIS ALTO ─────────────────────────────── */

.mh-review-item {
    min-height: 120px !important;
    padding: 1.25rem !important;
    align-items: center;
}

.cart-item__image {
    width: 96px !important;
    height: 80px !important;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
}

.cart-item__image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.cart-item__info h4 {
    font-size: 1rem !important;
    line-height: 1.3 !important;
    margin-bottom: 0.5rem !important;
}

/* ─── PASSO 2 — BOTÕES EMPILHADOS ────────────────────────────────────────── */

.mh-step-2 .flex.gap-4.mb-8 {
    flex-direction: column !important;
    gap: 0.75rem !important;
}

.mh-step-2 .mh-toggle-btn {
    width: 100% !important;
    flex: none !important;
    padding: 1rem 1.25rem !important;
    font-size: 0.9rem !important;
    justify-content: center !important;
}

/* ─── PASSO 2 — FORMULÁRIO DE BEM (CANCELAR SEM OVERLAP) ────────────────── */

.mh-form-block {
    position: relative;
    padding-top: 3rem !important;
}

.mh-form-block .mh-cancel-form {
    position: absolute !important;
    top: 1rem !important;
    right: 1rem !important;
    font-size: 0.75rem !important;
    color: #6B7280;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 4px;
    padding: 0.25rem 0.6rem;
    cursor: pointer;
    transition: all .2s;
    z-index: 2;
}

.mh-form-block .mh-cancel-form:hover {
    color: #fff;
    border-color: rgba(255,255,255,.3);
}

.mh-form-block h4 {
    margin-top: 0 !important;
    padding-right: 4rem;
}

/* ─── CHECKOUT — REMOVER CAIXAS DESNECESSÁRIAS NO MOBILE ────────────────── */

@media (max-width: 1023px) {
    /* Remove caixa "Cotação sem compromisso" no mobile */
    #payment .payment_box,
    .woocommerce-checkout #payment .payment_box { display: none !important; }

    /* Remove texto de dados pessoais (WooCommerce privacy) no mobile */
    .woocommerce-privacy-policy-text { display: none !important; }
}

/* ─── CHECKOUT — LGPD CHECKBOX FONTE PEQUENA ────────────────────────────── */

.woocommerce-terms-and-conditions-wrapper,
.woocommerce-terms-and-conditions-wrapper p,
.lgpd-wrapper,
.lgpd-wrapper label,
.lgpd-terms-label {
    font-size: 0.6rem !important;
    line-height: 1.4 !important;
    color: #6B7280 !important;
}

.woocommerce-terms-and-conditions-wrapper a,
.lgpd-wrapper a {
    font-size: 0.6rem !important;
    color: #9CA3AF !important;
}

/* ─── TELA PROPOSTA ENVIADA — EMAIL E DADOS ─────────────────────────────── */

.mh-thankyou-details,
.mh-thankyou-detail-item {
    font-size: 0.65rem !important;
}

.mh-thankyou-detail-value {
    font-size: 0.75rem !important;
    font-weight: 600;
    word-break: break-all !important;
    overflow-wrap: break-word !important;
    max-width: 100%;
    display: block;
}

.mh-thankyou-detail-label {
    font-size: 0.55rem !important;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #6B7280 !important;
}

/* ─── CHECKOUT — FORMULÁRIO APORTE EM DINHEIRO (fix cancelar + botão) ───── */

#mh_form_dinheiro {
    position: relative;
    padding-top: 3rem !important;
}

#btn_cancelar_dinheiro {
    position: absolute !important;
    top: 0.75rem !important;
    right: 0.75rem !important;
    font-size: 0.75rem !important;
    color: #6B7280;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 4px;
    padding: 0.2rem 0.6rem;
    cursor: pointer;
    z-index: 2;
}
#btn_cancelar_dinheiro:hover { color: #fff; }

#btn_salvar_dinheiro {
    width: 100% !important;
    justify-content: center !important;
    margin-top: 1rem;
    padding: 0.75rem 1rem !important;
    font-size: 0.875rem !important;
}

/* ─── CHECKOUT — COMPLEMENTAR INLINE NO RESUMO ───────────────────────────── */

.mh-complementar-inline {
    margin-top: 0.75rem;
    padding: 1rem;
    background: var(--portal-dark);
    border: 1px solid rgba(212,175,55,.25);
    border-radius: var(--radius-btn);
}

.mh-complementar-row {
    display: flex;
    gap: 0.5rem;
    margin-top: 0.5rem;
    align-items: stretch;
}

.mh-complementar-row .mh-field-input {
    flex: 1;
}

.mh-complementar-btn {
    background: var(--gradient-metallic);
    color: var(--portal-dark);
    font-family: var(--font-main);
    font-weight: 700;
    font-size: 0.8rem;
    padding: 0 1rem;
    border-radius: var(--radius-btn);
    border: none;
    cursor: pointer;
    white-space: nowrap;
    transition: all .2s;
    flex-shrink: 0;
}
.mh-complementar-btn:hover { filter: brightness(1.1); }