/* ============================================================
   BLOCO: commerce-v023
   FUNCAO: catalogo, contratacao e retorno de pagamento
   ============================================================ */
.commerce-body { min-height: 100vh; background: radial-gradient(circle at 80% 0, rgba(10,42,94,.55), transparent 34%), var(--color-bg); }
.commerce-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(212,168,67,.24); background: rgba(11,15,26,.9); backdrop-filter: blur(18px); }
.commerce-nav { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: var(--space-sm); }
.commerce-brand { display: flex; align-items: center; gap: .75rem; font-weight: 800; }
.commerce-brand img { width: 88px; height: 58px; object-fit: contain; }
.commerce-back { min-height: 44px; display: inline-flex; align-items: center; padding: .65rem 1rem; border: 1px solid var(--color-border); border-radius: var(--radius-pill); color: var(--color-text); }
.commerce-hero { padding: 4.5rem 0 2.5rem; text-align: center; }
.commerce-kicker { color: var(--color-accent-lg); text-transform: uppercase; letter-spacing: .12em; font-size: var(--text-xs); font-weight: 800; }
.commerce-hero h1 { max-width: 760px; margin: .8rem auto 1rem; font-size: clamp(2.2rem, 6vw, 4.6rem); line-height: 1; letter-spacing: -.055em; }
.commerce-hero p { max-width: 700px; margin: 0 auto; color: var(--color-text-muted); font-size: var(--text-lg); }
.commerce-notice { display: flex; gap: .75rem; max-width: 820px; margin: 1.8rem auto 0; padding: 1rem 1.2rem; border: 1px solid rgba(212,168,67,.28); border-radius: var(--radius-md); background: rgba(212,168,67,.07); color: var(--color-text-muted); text-align: left; }
.commerce-filters { display: flex; flex-wrap: wrap; justify-content: center; gap: .6rem; margin: 0 0 2rem; }
.commerce-filter { min-height: 44px; padding: .6rem 1rem; border: 1px solid var(--color-border); border-radius: var(--radius-pill); color: var(--color-text-muted); background: var(--color-bg-2); cursor: pointer; font: inherit; font-weight: 700; }
.commerce-filter[aria-pressed="true"] { color: var(--color-bg); background: var(--gradient-gold); border-color: transparent; }
.service-catalog { display: grid; grid-template-columns: 1fr; gap: 1rem; padding-bottom: 5rem; }
.service-product { display: flex; flex-direction: column; padding: 1.3rem; border: 1px solid var(--color-border); border-radius: var(--radius-lg); background: linear-gradient(145deg, rgba(30,41,59,.95), rgba(17,24,39,.95)); box-shadow: var(--shadow-sm); transition: transform var(--motion-standard) var(--motion-ease), border-color var(--motion-fast) ease; }
.service-product:hover { transform: translateY(-3px); border-color: rgba(212,168,67,.65); }
.service-product__meta { display: flex; align-items: center; justify-content: space-between; gap: .5rem; margin-bottom: 1rem; }
.service-product__authority { color: var(--color-menu-cyan); font-size: var(--text-xs); font-weight: 800; letter-spacing: .08em; }
.service-product[data-authority="SINARM"] .service-product__authority { color: var(--color-menu-violet); }
.service-product__category { font-size: .7rem; color: var(--color-text-muted); }
.service-product h2 { margin: 0 0 .65rem; font-size: 1.15rem; line-height: 1.25; }
.service-product p { flex: 1; margin: 0 0 1.2rem; color: var(--color-text-muted); font-size: var(--text-sm); }
.service-product__price { display: block; margin-bottom: .9rem; color: var(--color-accent-lg); font-size: 1.05rem; font-weight: 800; }
.service-product__button { width: 100%; min-height: 48px; border: 0; border-radius: var(--radius-md); background: var(--gradient-cta); color: var(--color-bg); font: inherit; font-weight: 800; cursor: pointer; }
.service-product__button--quote { color: var(--color-text); border: 1px solid var(--color-border); background: rgba(10,42,94,.32); }
.checkout-dialog { width: min(620px, calc(100% - 1.5rem)); max-height: calc(100vh - 1.5rem); padding: 0; border: 1px solid var(--color-border); border-radius: var(--radius-lg); color: var(--color-text); background: var(--color-bg-2); box-shadow: var(--shadow-lg); }
.checkout-dialog::backdrop { background: rgba(2,6,23,.82); backdrop-filter: blur(6px); }
.checkout-dialog__header { display: flex; justify-content: space-between; gap: 1rem; padding: 1.4rem; border-bottom: 1px solid var(--color-border); }
.checkout-dialog__header h2 { margin: .25rem 0 0; font-size: 1.35rem; }
.checkout-dialog__close { width: 44px; height: 44px; flex: 0 0 44px; border: 1px solid var(--color-border); border-radius: 50%; color: var(--color-text); background: transparent; cursor: pointer; font-size: 1.4rem; }
.checkout-form { display: grid; gap: 1rem; padding: 1.4rem; overflow-y: auto; }
.checkout-field { display: grid; gap: .4rem; }
.checkout-field label { font-size: var(--text-sm); font-weight: 700; }
.checkout-field input, .checkout-field textarea { width: 100%; min-height: 48px; padding: .75rem .9rem; border: 1px solid var(--color-border); border-radius: var(--radius-md); color: var(--color-text); background: var(--color-bg); font: inherit; }
.checkout-field textarea { min-height: 90px; resize: vertical; }
.checkout-consent { display: grid; grid-template-columns: 24px 1fr; gap: .7rem; align-items: start; color: var(--color-text-muted); font-size: var(--text-sm); }
.checkout-consent input { width: 20px; height: 20px; margin-top: .1rem; accent-color: var(--color-accent); }
.checkout-submit { min-height: 52px; border: 0; border-radius: var(--radius-md); background: var(--gradient-cta); color: var(--color-bg); font: inherit; font-weight: 900; cursor: pointer; }
.checkout-submit:disabled { opacity: .55; cursor: wait; }
.checkout-status { min-height: 1.5rem; color: var(--color-menu-rose); font-size: var(--text-sm); }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.return-card { max-width: 680px; margin: 8vh auto; padding: 2rem; border: 1px solid var(--color-border); border-radius: var(--radius-lg); background: var(--color-bg-2); text-align: center; }
.return-card__icon { width: 64px; height: 64px; display: grid; place-items: center; margin: 0 auto 1rem; border-radius: 50%; color: var(--color-bg); background: var(--gradient-gold); font-size: 1.8rem; font-weight: 900; }
.return-card h1 { margin-bottom: .8rem; }
.return-card p { color: var(--color-text-muted); }
.return-card .btn { margin-top: 1.5rem; }
@media (min-width: 700px) { .service-catalog { grid-template-columns: repeat(2, minmax(0, 1fr)); } .service-product { padding: 1.5rem; } }
@media (min-width: 1040px) { .service-catalog { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
/* /BLOCO: commerce-v023 */

