/* Design system do site institucional Ferpeças. Camada de tokens/estrutura
   (equivalente ao site-design.css do Sabtech_site), independente do site.css
   antigo do template padrão. */

:root {
  --fp-ink: #1A1718;
  --fp-charcoal: #231F20;
  --fp-charcoal-2: #2E2A2B;
  --fp-orange: #F5821F;
  --fp-orange-dark: #d96c10;
  --fp-green: #1F8A4C;
  --fp-amber: #E0A100;
  --fp-muted: #6B6864;
  --fp-muted-2: #9A9691;
  --fp-line: #ECECEA;
  --fp-bg: #F7F7F5;
  --fp-surface: #FFFFFF;
  --fp-cream: #EDEBE8;
}
* { box-sizing: border-box; }
body { margin: 0; font-family: 'Work Sans', -apple-system, Helvetica, Arial, sans-serif; color: var(--fp-ink); background: var(--fp-surface); -webkit-font-smoothing: antialiased; }
h1, h2, h3, h4 { font-family: 'Oswald', 'Arial Narrow', sans-serif; margin: 0; font-weight: 600; text-transform: uppercase; letter-spacing: 0.3px; }
p { margin: 0; }
a { color: var(--fp-orange); text-decoration: none; }
a:hover { color: var(--fp-orange-dark); }
ul { margin: 0; padding: 0; list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; }
img { display: block; max-width: 100%; }

.container { max-width: 1280px; margin: 0 auto; padding: 0 40px; }

/* header */
.site-header { position: relative; z-index: 5; background: var(--fp-surface); }
.util-bar { background: var(--fp-ink); }
.util-row { max-width: 1280px; margin: 0 auto; padding: 0 40px; height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.util-row span { color: #B7B3AF; font-size: 12.5px; display: flex; align-items: center; gap: 6px; white-space: nowrap; }
.header-row { display: flex; align-items: center; gap: 28px; max-width: 1280px; margin: 0 auto; padding: 18px 40px; }
.brand img { height: 34px; width: auto; }
.search-bar { flex-grow: 1; max-width: 560px; height: 48px; border: 1.5px solid var(--fp-charcoal); border-radius: 3px; display: flex; align-items: center; padding: 0 6px 0 16px; gap: 10px; }
.search-bar input { flex-grow: 1; border: none; outline: none; background: transparent; font-size: 14.5px; color: var(--fp-charcoal); font-family: inherit; }
.search-bar input::placeholder { color: var(--fp-muted-2); }
.search-bar button { height: 36px; background: var(--fp-charcoal); color: #fff; border-radius: 2px; padding: 0 20px; font-weight: 600; font-size: 13.5px; }
.header-actions { display: flex; align-items: center; gap: 26px; flex-shrink: 0; margin-left: auto; }
.header-action { display: flex; align-items: center; gap: 8px; cursor: pointer; position: relative; }
.header-action .label { line-height: 1.25; }
.header-action .eyebrow-small { font-size: 11.5px; color: var(--fp-muted-2); }
.header-action .title-small { font-size: 13.5px; font-weight: 600; color: var(--fp-charcoal); }
.header-action .badge { position: absolute; top: -8px; left: 14px; background: var(--fp-orange); color: #fff; font-size: 10.5px; font-weight: 700; border-radius: 8px; padding: 1px 5px; }
.header-divider { width: 1px; height: 30px; background: var(--fp-line); }

/* category nav */
.category-nav { background: var(--fp-charcoal); }
.nav { display: flex; align-items: center; gap: 30px; max-width: 1280px; margin: 0 auto; padding: 0 40px; height: 52px; }
.nav a { color: var(--fp-cream); font-size: 14px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.4px; white-space: nowrap; }
.nav a:hover { color: var(--fp-orange); }
.nav a.active { color: var(--fp-orange); }
.nav-partner { margin-left: auto; color: var(--fp-orange) !important; }

/* buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border-radius: 3px; font-weight: 600; font-size: 15px; }
.btn-primary { background: var(--fp-orange); color: #fff; padding: 14px 30px; }
.btn-outline { background: transparent; color: var(--fp-charcoal); border: 1.5px solid var(--fp-charcoal); padding: 12.5px 28px; }
.btn-outline-w { background: transparent; color: #fff; border: 1.5px solid #fff; padding: 12.5px 28px; }
.btn-card { width: 100%; padding: 10px; font-size: 13.5px; border: 1.5px solid var(--fp-charcoal); color: var(--fp-charcoal); background: transparent; border-radius: 3px; font-weight: 600; }

/* hero */
.hero { background: var(--fp-charcoal); position: relative; overflow: hidden; }
.hero-inner { max-width: 1280px; margin: 0 auto; padding: 72px 40px; position: relative; z-index: 2; }
.hero-inner.small { padding: 56px 40px; }
.hero .eyebrow, .auth-brand .eyebrow { color: var(--fp-orange); font-weight: 700; font-size: 13.5px; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 16px; }
.hero .breadcrumb { font-size: 13.5px; color: #C9C6C2; margin-bottom: 16px; }
.hero .breadcrumb a { color: #C9C6C2; }
.hero .breadcrumb a:hover { color: var(--fp-orange); }
.hero h1 { color: #fff; font-size: 44px; line-height: 1.12; max-width: 640px; text-transform: none; }
.hero-inner.small h1 { font-size: 32px; }
.hero p.lead { color: #C9C6C2; font-size: 16px; line-height: 1.6; max-width: 560px; margin-top: 18px; text-transform: none; font-weight: 400; }
.hero-ctas { display: flex; gap: 16px; margin-top: 32px; flex-wrap: wrap; }
.hero-diamond { position: absolute; z-index: 1; background: var(--fp-orange); clip-path: polygon(30% 0, 100% 0, 70% 100%, 0 100%); opacity: 0.92; }

/* sections */
section { padding: 64px 0; }
section.tight { padding: 40px 0; }
.bg-tint { background: var(--fp-bg); }
.section-head { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin-bottom: 28px; flex-wrap: wrap; }
.section-head h2 { font-size: 26px; color: var(--fp-charcoal); }
.section-head .section-link { font-size: 13.5px; font-weight: 600; }
.section-lead { max-width: 640px; margin-bottom: 40px; }
.section-lead p { font-size: 16px; color: var(--fp-muted); line-height: 1.6; margin-top: 10px; }

/* grids / cards */
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.card { background: var(--fp-surface); border: 1px solid var(--fp-line); border-radius: 4px; overflow: hidden; position: relative; }
.card-category { padding: 24px 20px; display: flex; flex-direction: column; gap: 12px; align-items: flex-start; }
.card-category .icon { color: var(--fp-charcoal); }
.card-category .name { font-size: 14.5px; font-weight: 600; color: var(--fp-charcoal); text-transform: none; }
.card-product .thumb { height: 160px; background: var(--fp-bg); display: flex; align-items: center; justify-content: center; }
.card-product .body { padding: 16px; display: flex; flex-direction: column; gap: 8px; }
.card-product .sku { font-size: 11px; color: var(--fp-muted-2); font-weight: 600; text-transform: uppercase; }
.card-product .name { font-size: 14.5px; font-weight: 600; color: var(--fp-charcoal); line-height: 1.3; text-transform: none; }
.card-product .stock { display: flex; align-items: center; gap: 5px; font-size: 12px; font-weight: 600; }
.card-product .stock.ok { color: var(--fp-green); }
.card-product .stock.low { color: var(--fp-amber); }
.card-product .stock.order { color: #D64545; }
.card-product .stock .dot { width: 8px; height: 8px; border-radius: 50%; background: currentColor; flex-shrink: 0; }
.card-product .price { font-size: 19px; font-weight: 700; color: var(--fp-charcoal); font-family: 'Oswald', sans-serif; }
.card-product .price-row { display: flex; align-items: baseline; gap: 8px; }
.card-product .price-old { font-size: 13px; color: var(--fp-muted-2); text-decoration: line-through; font-weight: 400; text-transform: none; }
.card-product .price-new { font-size: 19px; font-weight: 700; color: var(--fp-orange); font-family: 'Oswald', sans-serif; }
.card-product.partner { border: 1.5px solid var(--fp-orange); }
.card-product.partner .btn-add { background: var(--fp-orange); }
.partner-badge { position: absolute; top: 10px; left: 10px; z-index: 1; background: var(--fp-orange); color: #fff; font-size: 10px; font-weight: 700; padding: 3px 8px; border-radius: 2px; text-transform: uppercase; letter-spacing: 0.4px; }
.value-item { padding: 28px 24px; display: flex; flex-direction: column; gap: 12px; }
.value-item h3 { font-size: 17px; color: var(--fp-charcoal); }
.value-item p { font-size: 14.5px; line-height: 1.6; color: var(--fp-muted); text-transform: none; }

/* trust strip */
.trust-strip { background: var(--fp-bg); border-top: 1px solid var(--fp-line); border-bottom: 1px solid var(--fp-line); display: flex; flex-wrap: wrap; }
.trust-item { flex: 1 1 220px; display: flex; align-items: center; gap: 14px; padding: 22px 28px; border-left: 1px solid var(--fp-line); }
.trust-item:first-child { border-left: none; }
.trust-item .num { font-size: 18px; font-weight: 700; color: var(--fp-charcoal); font-family: 'Oswald', sans-serif; }
.trust-item .label { font-size: 12.5px; color: var(--fp-muted); }

/* B2B promo band */
.promo-band { background: var(--fp-charcoal); border-radius: 4px; padding: 40px 44px; display: flex; align-items: center; justify-content: space-between; gap: 24px; position: relative; overflow: hidden; flex-wrap: wrap; }
.promo-band .eyebrow { color: var(--fp-orange); font-size: 12.5px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; margin-bottom: 10px; }
.promo-band h3 { color: #fff; font-size: 24px; margin-bottom: 10px; }
.promo-band p { color: #C9C6C2; font-size: 15px; line-height: 1.5; text-transform: none; font-weight: 400; max-width: 560px; }
.promo-band .promo-content { position: relative; z-index: 1; max-width: 620px; }
.promo-band .promo-cta { position: relative; z-index: 1; flex-shrink: 0; }

/* brands strip */
.brands-strip { background: var(--fp-bg); border-top: 1px solid var(--fp-line); padding: 28px 0; display: flex; align-items: center; gap: 40px; flex-wrap: wrap; }
.brands-strip .label { font-size: 12.5px; font-weight: 700; color: var(--fp-muted); text-transform: uppercase; letter-spacing: 0.6px; }
.brands-strip .brand-name { font-family: 'Oswald', sans-serif; font-weight: 600; font-size: 16px; color: var(--fp-muted-2); }

/* catalog: breadcrumb bar + filters */
.breadcrumb-bar { border-bottom: 1px solid var(--fp-line); padding: 14px 0; }
.breadcrumb-bar .breadcrumb { font-size: 13px; color: var(--fp-muted); }
.breadcrumb-bar .breadcrumb a { color: var(--fp-muted); }
.breadcrumb-bar .breadcrumb a:hover { color: var(--fp-orange); }
.catalog-layout { display: grid; grid-template-columns: 260px 1fr; gap: 32px; align-items: start; }
.filters { border: 1px solid var(--fp-line); border-radius: 4px; padding: 22px; display: flex; flex-direction: column; gap: 22px; }
.filters h4 { font-size: 13px; color: var(--fp-charcoal); margin-bottom: 12px; }
.filter-option { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--fp-muted); padding: 4px 0; }
.fp-check { width: 16px; height: 16px; border: 1.6px solid #C7C4C0; border-radius: 3px; flex-shrink: 0; }
.fp-check-on { background: var(--fp-orange); border-color: var(--fp-orange); }
.results-toolbar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; gap: 16px; flex-wrap: wrap; }
.results-toolbar .count { font-size: 14px; color: var(--fp-muted); }
.sort-select { display: flex; align-items: center; gap: 6px; border: 1px solid var(--fp-line); border-radius: 3px; padding: 9px 14px; font-size: 13.5px; color: var(--fp-charcoal); }
.active-filters { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 20px; }
.filter-chip { background: #FCEEE1; color: #B85F0F; font-size: 12.5px; font-weight: 600; padding: 6px 12px; border-radius: 14px; display: inline-flex; align-items: center; gap: 6px; }
.card-product .compat { font-size: 11.5px; color: var(--fp-muted); text-transform: none; }
.qty-add { display: flex; gap: 8px; margin-top: 4px; }
.qty-stepper { display: flex; align-items: center; border: 1px solid #C7C4C0; border-radius: 3px; }
.qty-stepper span { width: 28px; height: 32px; display: flex; align-items: center; justify-content: center; color: var(--fp-muted); font-size: 15px; cursor: pointer; }
.qty-stepper .qty-value { width: 30px; font-size: 13px; border-left: 1px solid var(--fp-line); border-right: 1px solid var(--fp-line); cursor: default; color: var(--fp-charcoal); }
.qty-add .btn-add { flex-grow: 1; background: var(--fp-charcoal); color: #fff; border-radius: 3px; font-size: 12.5px; font-weight: 600; padding: 0 12px; }
.pagination { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 32px; }
.pagination a, .pagination span { width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; border: 1px solid var(--fp-line); border-radius: 3px; font-size: 13.5px; color: var(--fp-charcoal); }
.pagination .active { background: var(--fp-charcoal); color: #fff; border-color: var(--fp-charcoal); }

/* footer */
footer { background: var(--fp-charcoal); padding: 56px 0 0; }
.footer-top { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 32px; padding-bottom: 44px; border-bottom: 1px solid #3A3536; }
.footer-brand img { height: 26px; margin-bottom: 14px; }
.footer-brand p { color: #B7B3AF; font-size: 13.5px; line-height: 1.6; max-width: 260px; text-transform: none; }
.footer-col { display: flex; flex-direction: column; gap: 12px; }
.footer-col h4 { color: #fff; font-size: 13px; letter-spacing: 0.5px; margin-bottom: 4px; }
.footer-col a, .footer-col span { color: #B7B3AF; font-size: 13.5px; }
.footer-col a:hover { color: var(--fp-orange); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding: 20px 0; gap: 16px; flex-wrap: wrap; }
.footer-bottom span { color: #8B8783; font-size: 12.5px; }

/* mini header (fluxo de compra: orçamento/checkout) */
.mini-header { background: var(--fp-surface); border-bottom: 1px solid var(--fp-line); position: sticky; top: 0; z-index: 60; }
.mini-header-row { max-width: 1280px; margin: 0 auto; padding: 20px 40px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.mini-header-row img { height: 30px; }
.step-track { display: flex; align-items: center; gap: 14px; }
.step-item { display: flex; align-items: center; gap: 8px; }
.step-num { width: 26px; height: 26px; border-radius: 50%; background: var(--fp-line); color: var(--fp-muted-2); font-size: 13px; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.step-num.done { background: var(--fp-green); color: #fff; }
.step-num.active { background: var(--fp-orange); color: #fff; }
.step-label { font-size: 13.5px; font-weight: 600; color: var(--fp-muted-2); }
.step-label.active { color: var(--fp-charcoal); font-weight: 700; }
.step-line { width: 40px; height: 1.5px; background: var(--fp-line); flex-shrink: 0; }
.step-line.done { background: var(--fp-orange); }

/* auth / formulários */
.auth-split { display: grid; grid-template-columns: 1fr 1fr; min-height: 640px; }
.auth-brand { background: var(--fp-charcoal); padding: 56px; display: flex; flex-direction: column; justify-content: space-between; position: relative; overflow: hidden; }
.auth-brand img { height: 30px; position: relative; z-index: 1; }
.auth-brand-content { position: relative; z-index: 1; display: flex; flex-direction: column; gap: 26px; }
.auth-brand-content h1 { color: #fff; font-size: 30px; line-height: 1.2; text-transform: none; }
.auth-checklist { display: flex; flex-direction: column; gap: 14px; }
.auth-check { display: flex; align-items: flex-start; gap: 12px; color: var(--fp-cream); font-size: 14px; }
.auth-copy { color: #8B8783; font-size: 12px; position: relative; z-index: 1; }
.auth-form-panel { padding: 56px 72px; display: flex; flex-direction: column; justify-content: center; gap: 24px; }
.auth-tabs { display: flex; border-bottom: 1.5px solid var(--fp-line); }
.auth-tab { padding: 0 0 14px; margin-right: 28px; font-size: 15px; font-weight: 700; color: var(--fp-muted-2); border-bottom: 2.5px solid transparent; margin-bottom: -1.5px; background: none; }
.auth-tab.active { color: var(--fp-charcoal); border-bottom-color: var(--fp-orange); }
.account-type-row { display: flex; gap: 10px; }
.account-type { flex: 1; border: 1px solid var(--fp-line); border-radius: 4px; padding: 16px; text-align: center; font-size: 13.5px; font-weight: 600; color: var(--fp-muted); }
.account-type.active { border: 1.5px solid var(--fp-orange); background: #FCF3EA; color: var(--fp-charcoal); font-weight: 700; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-grid-3 { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 16px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field.span-2 { grid-column: span 2; }
.field.span-3 { grid-column: span 3; }
.field-label { font-size: 12.5px; font-weight: 600; color: #4A4744; }
.field-input { height: 46px; border: 1px solid #C7C4C0; border-radius: 3px; padding: 0 14px; font-size: 14px; color: var(--fp-charcoal); display: flex; align-items: center; }
.field-input.muted { color: var(--fp-muted-2); }
.field-input.textarea { height: 80px; align-items: flex-start; padding-top: 12px; }
.note-box { background: var(--fp-bg); border-radius: 3px; padding: 12px 14px; font-size: 12.5px; color: var(--fp-muted); display: flex; align-items: flex-start; gap: 8px; }

/* área do parceiro (dashboard) */
.dash-header { height: 76px; background: var(--fp-charcoal); display: flex; align-items: center; justify-content: space-between; padding: 0 40px; }
.dash-header img { height: 26px; }
.dash-header-links { display: flex; align-items: center; gap: 30px; }
.dash-header-links a { color: var(--fp-cream); font-size: 13.5px; font-weight: 600; }
.dash-avatar { width: 34px; height: 34px; border-radius: 50%; background: var(--fp-orange); color: #fff; font-weight: 700; font-size: 14px; display: flex; align-items: center; justify-content: center; }
.dash-layout { display: flex; }
.dash-sidebar { width: 248px; flex-shrink: 0; border-right: 1px solid var(--fp-line); padding: 24px 16px; display: flex; flex-direction: column; gap: 4px; min-height: 640px; }
.side-link { display: flex; align-items: center; gap: 12px; padding: 11px 16px; border-radius: 3px; font-size: 13.5px; font-weight: 600; color: #4A4744; }
.side-link.active { background: var(--fp-charcoal); color: #fff; }
.dash-main { flex-grow: 1; padding: 36px 40px 64px; display: flex; flex-direction: column; gap: 32px; }
.stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.stat-card { border: 1px solid var(--fp-line); border-radius: 4px; padding: 20px; }
.stat-card .label { font-size: 12px; color: var(--fp-muted-2); font-weight: 600; text-transform: uppercase; }
.stat-card .value { font-size: 26px; font-weight: 700; color: var(--fp-charcoal); font-family: 'Oswald', sans-serif; margin-top: 8px; }
.stat-card .value.accent { color: var(--fp-orange); }
.stat-card .value.positive { color: var(--fp-green); }
.stat-card .sub { font-size: 12px; color: var(--fp-muted); margin-top: 2px; }
.data-table { width: 100%; border-collapse: collapse; border: 1px solid var(--fp-line); border-radius: 4px; overflow: hidden; }
.data-table th { text-align: left; font-size: 11.5px; font-weight: 700; color: var(--fp-muted); text-transform: uppercase; letter-spacing: 0.4px; padding: 12px 16px; background: var(--fp-bg); border-bottom: 1px solid var(--fp-line); }
.data-table td { padding: 14px 16px; font-size: 13.5px; color: var(--fp-charcoal); border-bottom: 1px solid var(--fp-line); }
.data-table tr:last-child td { border-bottom: none; }
.pill { font-size: 11.5px; font-weight: 700; padding: 3px 9px; border-radius: 2px; display: inline-block; }
.pill-discount { background: #FCEEE1; color: #B85F0F; }
.pill-success { background: #EFF7F1; color: var(--fp-green); }
.pill-warning { background: #FCF3EA; color: #B85F0F; }

/* orçamento / checkout */
.cart-line { display: flex; gap: 16px; padding: 20px 0; border-bottom: 1px solid var(--fp-line); align-items: center; }
.cart-line:last-of-type { border-bottom: none; }
.cart-thumb { width: 76px; height: 76px; background: var(--fp-bg); border-radius: 3px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.cart-info { flex-grow: 1; }
.cart-info .sku { font-size: 11px; color: var(--fp-muted-2); font-weight: 600; text-transform: uppercase; }
.cart-info .name { font-size: 14.5px; font-weight: 600; color: var(--fp-charcoal); }
.cart-info .discount { font-size: 12px; color: var(--fp-green); font-weight: 600; margin-top: 2px; }
.qty-stepper-lg { display: flex; align-items: center; border: 1px solid #C7C4C0; border-radius: 3px; height: 36px; }
.qty-stepper-lg span { width: 32px; display: flex; align-items: center; justify-content: center; color: var(--fp-muted); cursor: pointer; }
.qty-stepper-lg .qty-value { width: 36px; font-size: 13.5px; border-left: 1px solid var(--fp-line); border-right: 1px solid var(--fp-line); height: 100%; cursor: default; }
.cart-price { width: 110px; text-align: right; font-size: 15.5px; font-weight: 700; color: var(--fp-charcoal); font-family: 'Oswald', sans-serif; }
.cart-remove { cursor: pointer; color: #C7C4C0; }
.order-summary { border: 1px solid var(--fp-line); border-radius: 4px; padding: 26px; display: flex; flex-direction: column; gap: 16px; position: sticky; top: 24px; }
.order-summary h3 { font-size: 16px; color: var(--fp-charcoal); }
.summary-row { display: flex; justify-content: space-between; font-size: 13.5px; color: #4A4744; }
.summary-row.discount { color: var(--fp-green); font-weight: 600; }
.summary-row .old { text-decoration: line-through; color: var(--fp-muted-2); }
.summary-divider { height: 1px; background: var(--fp-line); }
.summary-total { display: flex; justify-content: space-between; align-items: baseline; }
.summary-total .label { font-size: 15px; font-weight: 700; color: var(--fp-charcoal); }
.summary-total .value { font-size: 24px; font-weight: 700; color: var(--fp-orange); font-family: 'Oswald', sans-serif; }
.pay-option { border: 1px solid var(--fp-line); border-radius: 4px; padding: 18px 20px; display: flex; align-items: center; gap: 14px; }
.pay-option.active { border: 1.5px solid var(--fp-orange); background: #FCF3EA; }
.pay-radio { width: 18px; height: 18px; border-radius: 50%; border: 1.5px solid #C7C4C0; flex-shrink: 0; }
.pay-radio.active { border: 5px solid var(--fp-orange); }
.pay-title { font-size: 14px; font-weight: 700; color: var(--fp-charcoal); }
.pay-sub { font-size: 12.5px; color: var(--fp-muted); }

/* produto */
.product-main { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; }
.product-gallery-main { height: 420px; background: var(--fp-bg); border: 1px solid var(--fp-line); border-radius: 4px; display: flex; align-items: center; justify-content: center; }
.product-thumbs { display: flex; gap: 10px; margin-top: 12px; }
.product-thumbs .thumb-sm { width: 88px; height: 88px; border: 1px solid var(--fp-line); border-radius: 3px; background: var(--fp-bg); }
.product-thumbs .thumb-sm.active { border: 1.5px solid var(--fp-orange); }
.product-info { display: flex; flex-direction: column; gap: 14px; }
.product-info .eyebrow-code { font-size: 12px; color: var(--fp-muted-2); font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; }
.product-info h1 { font-size: 28px; color: var(--fp-charcoal); line-height: 1.2; }
.compat-box { background: var(--fp-bg); border-radius: 3px; padding: 12px 16px; font-size: 13.5px; color: #4A4744; }
.price-hero { display: flex; align-items: baseline; gap: 14px; }
.price-hero .old { font-size: 16px; color: var(--fp-muted-2); text-decoration: line-through; }
.price-hero .new { font-size: 38px; font-weight: 700; color: var(--fp-orange); font-family: 'Oswald', sans-serif; }
.installments { font-size: 12.5px; color: var(--fp-muted-2); }
.product-actions { display: flex; gap: 12px; align-items: center; margin-top: 6px; }
.product-actions .qty-stepper-lg { height: 48px; }
.product-actions .qty-stepper-lg span { width: 40px; font-size: 17px; }
.product-actions .qty-stepper-lg .qty-value { width: 44px; font-size: 14.5px; }
.product-actions .btn-primary, .product-actions .btn-outline { height: 48px; flex-grow: 1; }
.info-line { display: flex; align-items: center; gap: 8px; color: #4A4744; font-size: 13px; }
.tabs-row { display: flex; gap: 32px; border-bottom: 1.5px solid var(--fp-line); }
.tab-item { padding: 0 0 14px; font-size: 14px; font-weight: 600; color: var(--fp-muted-2); border-bottom: 2.5px solid transparent; margin-bottom: -1.5px; }
.tab-item.active { color: var(--fp-charcoal); font-weight: 700; border-bottom-color: var(--fp-orange); }
.specs-table { width: 100%; border-collapse: collapse; }
.specs-table td { padding: 12px 14px; font-size: 13.5px; color: var(--fp-charcoal); border-bottom: 1px solid var(--fp-line); }
.specs-table td:first-child { width: 40%; color: var(--fp-muted); }
.kit-promo { background: var(--fp-bg); border-radius: 4px; padding: 24px 28px; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }

/* passos numerados (política de trocas etc.) */
.numbered-item { display: flex; gap: 18px; }
.numbered-item .num { width: 34px; height: 34px; border-radius: 50%; background: var(--fp-charcoal); color: #fff; font-size: 14px; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-family: 'Oswald', sans-serif; }
.numbered-item .title { font-size: 15px; font-weight: 700; color: var(--fp-charcoal); margin-bottom: 6px; }
.numbered-item p { font-size: 13.5px; color: var(--fp-muted); line-height: 1.65; text-transform: none; max-width: 640px; }
.contact-band { background: var(--fp-bg); border-radius: 4px; padding: 24px 28px; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }

@media (max-width: 900px) {
  .nav { display: none; }
  .header-actions .header-action .label { display: none; }
  .grid-3, .grid-4 { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .catalog-layout { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; row-gap: 32px; }
  .hero h1 { font-size: 32px; }
  .trust-item { flex: 1 1 45%; border-left: none; border-top: 1px solid var(--fp-line); }
  .auth-split { grid-template-columns: 1fr; }
  .dash-layout { flex-direction: column; }
  .dash-sidebar { width: 100%; flex-direction: row; overflow-x: auto; min-height: auto; }
  .product-main { grid-template-columns: 1fr; }
  .stat-grid { grid-template-columns: repeat(2, 1fr); }
  .form-grid, .form-grid-3 { grid-template-columns: 1fr; }
  .field.span-2, .field.span-3 { grid-column: span 1; }
}
