:root {
  color-scheme: light only;
}

:root {
  --ink: #1c1916;
  --ink-soft: #5f574e;
  --paper: #fffdf9;
  --paper-alt: #f5f0e8;
  --paper-deep: #ebe2d4;
  --gold: #b08a49;
  --gold-dark: #88672f;
  --line: #dcd2c4;
  --success: #356a4c;
  --danger: #9c3f3f;
  --shadow: 0 18px 50px rgba(45, 34, 20, 0.1);
  --radius: 22px;
  --container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
button:disabled { cursor: not-allowed; opacity: 0.65; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 88px 0; }
.section--soft { background: var(--paper-alt); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 34px; }
.section-heading h2, .page-title { margin: 0; font: 500 clamp(2rem, 4vw, 3.8rem)/1.04 Georgia, "Times New Roman", serif; letter-spacing: -0.03em; }
.section-heading p { max-width: 560px; margin: 10px 0 0; color: var(--ink-soft); }
.eyebrow { margin: 0 0 8px; text-transform: uppercase; letter-spacing: .17em; font-size: .72rem; font-weight: 800; color: var(--gold-dark); }
.muted { color: var(--ink-soft); }
.hidden { display: none !important; }

.announcement { padding: 8px 20px; text-align: center; background: var(--ink); color: white; font-size: .78rem; letter-spacing: .08em; }
.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(220, 210, 196, .8); background: rgba(255, 253, 249, .94); backdrop-filter: blur(18px); }
.header-main { min-height: 86px; display: grid; grid-template-columns: 190px 1fr auto; align-items: center; gap: 30px; }
.brand img { width: 180px; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 28px; }
.main-nav a { position: relative; font-size: .9rem; font-weight: 650; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 1px; background: var(--gold); transition: .25s ease; }
.main-nav a:hover::after, .main-nav a[aria-current="page"]::after { right: 0; }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 16px; }
.login-link { font-size: .87rem; font-weight: 700; white-space: nowrap; }
.cart-link { position: relative; display: inline-flex; align-items: center; gap: 7px; padding: 11px 15px; border: 1px solid var(--line); border-radius: 999px; font-size: .85rem; font-weight: 750; }
.cart-link b { min-width: 20px; height: 20px; display: grid; place-items: center; margin-left: 2px; border-radius: 999px; background: var(--ink); color: white; font-size: .7rem; }
.menu-toggle, .icon-button { border: 0; background: transparent; color: var(--ink); }
.menu-toggle { display: none; font-size: 1.4rem; }
.account-menu { position: relative; }
.account-button { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; font-size: 1.35rem; }
.account-dropdown { position: absolute; right: 0; top: calc(100% + 14px); width: 270px; padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: white; box-shadow: var(--shadow); }
.account-dropdown strong, .account-dropdown small { display: block; }
.account-dropdown small { color: var(--ink-soft); margin: 5px 0 14px; }
.account-dropdown button { width: 100%; padding: 10px 12px; border: 0; border-radius: 10px; background: var(--paper-alt); font-weight: 700; }

.hero { min-height: 680px; display: grid; align-items: stretch; background: radial-gradient(circle at 85% 30%, rgba(176,138,73,.2), transparent 28%), linear-gradient(125deg, #f4eee5, #fffdf9 58%, #eee4d4); overflow: hidden; }
.hero__inner { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 50px; padding-block: 74px; }
.hero__copy h1 { max-width: 760px; margin: 0; font: 500 clamp(3.1rem, 7vw, 6.8rem)/.93 Georgia, "Times New Roman", serif; letter-spacing: -.055em; }
.hero__copy h1 span { display: block; color: var(--gold-dark); font-style: italic; }
.hero__copy > p { max-width: 630px; margin: 26px 0 32px; color: var(--ink-soft); font-size: 1.08rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero__visual { position: relative; min-height: 540px; }
.hero-jewel { position: absolute; border-radius: 50%; box-shadow: 0 40px 90px rgba(86, 63, 29, .18); }
.hero-jewel--one { width: 420px; height: 420px; right: 30px; top: 45px; border: 34px solid #c9ad75; background: radial-gradient(circle, transparent 52%, rgba(255,255,255,.7) 53%, transparent 59%); transform: rotate(-18deg); }
.hero-jewel--two { width: 210px; height: 210px; left: 20px; bottom: 25px; border: 22px solid #e4ded6; box-shadow: inset 0 0 0 7px #a7a1a0, var(--shadow); }
.hero-stone { position: absolute; width: 170px; height: 220px; right: 165px; top: 155px; background: linear-gradient(145deg, #fff, #c8d0cf 48%, #f7f9f8); clip-path: polygon(50% 0, 90% 20%, 100% 62%, 50% 100%, 0 62%, 10% 20%); filter: drop-shadow(0 28px 30px rgba(60,60,60,.18)); }
.hero-note { position: absolute; right: 0; bottom: 34px; width: 260px; padding: 20px; border: 1px solid rgba(176,138,73,.3); border-radius: 18px; background: rgba(255,255,255,.78); backdrop-filter: blur(14px); }
.hero-note strong { display: block; font-family: Georgia, serif; font-size: 1.3rem; }
.hero-note span { color: var(--ink-soft); font-size: .86rem; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 12px 22px; border: 1px solid transparent; border-radius: 999px; font-weight: 800; transition: transform .2s ease, background .2s ease, color .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn--dark { background: var(--ink); color: white; }
.btn--outline { border-color: var(--ink); background: transparent; }
.btn--gold { background: var(--gold); color: white; }
.btn--block { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 7px; font-weight: 800; font-size: .88rem; }
.text-link:hover { color: var(--gold-dark); }

.category-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.category-card { min-height: 240px; display: flex; flex-direction: column; justify-content: flex-end; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(155deg, rgba(255,255,255,.2), rgba(176,138,73,.16)), var(--paper-alt); overflow: hidden; position: relative; transition: transform .25s ease, box-shadow .25s ease; }
.category-card::before { content: "◇"; position: absolute; right: -8px; top: -44px; font: 180px/1 Georgia, serif; color: rgba(176,138,73,.16); transform: rotate(18deg); }
.category-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.category-card small { color: var(--ink-soft); }
.category-card strong { margin-top: 4px; font: 500 1.55rem Georgia, serif; }

.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.product-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: white; transition: transform .25s ease, box-shadow .25s ease; }
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.product-card__image { position: relative; display: block; aspect-ratio: 1 / 1; overflow: hidden; background: var(--paper-alt); }
.product-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.product-card:hover .product-card__image img { transform: scale(1.04); }
.product-card__content { padding: 20px; }
.product-card h3 { min-height: 52px; margin: 0 0 14px; font: 500 1.18rem/1.35 Georgia, serif; }
.stock-badge { position: absolute; top: 14px; left: 14px; padding: 7px 10px; border-radius: 999px; background: rgba(255,255,255,.9); font-size: .7rem; font-weight: 850; }
.stock-badge.in-stock { color: var(--success); }
.stock-badge.out-stock { color: var(--danger); }
.product-price { min-height: 64px; display: flex; flex-direction: column; margin: 12px 0 16px; }
.product-price s { color: var(--ink-soft); font-size: .82rem; }
.product-price strong { font-size: 1.24rem; }
.product-price small { color: var(--ink-soft); }
.price-locked { min-height: 74px; display: flex; flex-direction: column; gap: 4px; margin: 10px 0 10px; padding: 11px 13px; border-radius: 12px; background: var(--paper-alt); }
.price-locked span { font-size: .78rem; color: var(--ink-soft); }
.price-locked a { font-size: .84rem; font-weight: 850; }

.page-hero { padding: 72px 0 42px; background: var(--paper-alt); border-bottom: 1px solid var(--line); }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; color: var(--ink-soft); font-size: .8rem; }
.catalog-layout { display: grid; grid-template-columns: 270px 1fr; gap: 38px; align-items: start; }
.catalog-sidebar { position: sticky; top: 120px; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.catalog-sidebar h2 { margin: 0 0 18px; font: 500 1.45rem Georgia, serif; }
.filter-list { display: grid; gap: 8px; }
.filter-list button { width: 100%; padding: 10px 12px; border: 0; border-radius: 10px; background: transparent; text-align: left; color: var(--ink-soft); }
.filter-list button:hover, .filter-list button.is-active { background: var(--paper-alt); color: var(--ink); font-weight: 800; }
.catalog-main { min-width: 0; }
.catalog-toolbar { display: grid; grid-template-columns: minmax(220px, 1fr) auto; gap: 16px; align-items: center; margin-bottom: 28px; }
.search-box { display: flex; gap: 8px; }
.search-box input { width: 100%; }
.results-meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: 0 0 18px; color: var(--ink-soft); font-size: .9rem; }
.pagination { display: flex; justify-content: center; gap: 8px; margin-top: 42px; }
.pagination button { min-width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 10px; background: white; }
.pagination button.is-active { background: var(--ink); color: white; border-color: var(--ink); }

.field { display: grid; gap: 7px; }
.field label { font-size: .82rem; font-weight: 800; }
.field input, .field select, .field textarea, .search-box input, .catalog-toolbar select {
  width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid var(--line); border-radius: 12px; background: white; color: var(--ink); outline: none;
}
.field textarea { min-height: 100px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus, .search-box input:focus, .catalog-toolbar select:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(176,138,73,.12); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; }
.form-grid .full { grid-column: 1 / -1; }
.form-message { margin: 14px 0 0; padding: 12px 14px; border-radius: 12px; background: var(--paper-alt); color: var(--ink-soft); }
.form-message.error { background: #f8e7e4; color: var(--danger); }
.form-message.success { background: #e9f4ed; color: var(--success); }

.product-detail { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); gap: 60px; align-items: start; }
.product-gallery { display: grid; grid-template-columns: 90px 1fr; gap: 16px; }
.thumbnail-list { display: grid; align-content: start; gap: 10px; }
.thumbnail-list button { padding: 0; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; background: white; }
.thumbnail-list button.is-active { border-color: var(--gold); }
.thumbnail-list img { aspect-ratio: 1; width: 100%; object-fit: cover; }
.main-image { aspect-ratio: 1; border-radius: var(--radius); overflow: hidden; background: var(--paper-alt); }
.main-image img { width: 100%; height: 100%; object-fit: cover; }
.product-info { position: sticky; top: 128px; }
.product-info h1 { margin: 0; font: 500 clamp(2.2rem, 4vw, 4rem)/1.02 Georgia, serif; letter-spacing: -.035em; }
.product-info__meta { display: flex; flex-wrap: wrap; gap: 10px 18px; margin: 18px 0; color: var(--ink-soft); font-size: .85rem; }
.product-info .product-price strong { font-size: 1.8rem; }
.quantity-row { display: flex; align-items: end; gap: 12px; margin: 24px 0; }
.quantity-control { display: grid; grid-template-columns: 42px 58px 42px; border: 1px solid var(--line); border-radius: 999px; overflow: hidden; }
.quantity-control button, .quantity-control input { border: 0; background: white; text-align: center; }
.quantity-control input { width: 58px; }
.quantity-control input { appearance: textfield; -moz-appearance: textfield; }
.quantity-control input::-webkit-outer-spin-button, .quantity-control input::-webkit-inner-spin-button { -webkit-appearance: none; appearance: none; margin: 0; }
.product-description { margin-top: 34px; padding-top: 24px; border-top: 1px solid var(--line); color: var(--ink-soft); }
.product-benefits { display: grid; gap: 10px; margin-top: 24px; }
.product-benefits div { display: flex; gap: 10px; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: .88rem; }

/* ===== Layout de autenticação: faixa dourada no topo + conteúdo centralizado ===== */
.auth-shell { min-height: 100vh; display: flex; flex-direction: column; background: #fdfbf7; }

/* Faixa dourada no topo — degradê começa quase branco à esquerda (pro logo dourado aparecer) */
.auth-visual {
  position: relative;
  height: 90px;
  display: flex;
  align-items: center;
  padding: 0 40px;
  background: linear-gradient(100deg, #fdfbf7 0%, #f2e7d0 30%, #cdae72 100%);
  border-bottom: 1px solid rgba(180,150,90,.25);
}
/* logo no canto esquerdo da faixa */
.auth-visual__brand { display: block; }
.auth-visual__brand img { height: 120px; width: auto; display: block; }
/* o texto grande ("Entre para finalizar...") vira subtítulo discreto, ou some no mobile */
.auth-visual__copy { display: none; }

/* Área central com o formulário */
.auth-panel { flex: 1; display: grid; place-items: center; padding: 48px 24px; }
.auth-card { width: min(100%, 440px); }
.auth-card > img,
.auth-card > a:first-child { display: none; } /* logo agora está na faixa do topo, não repete no card */
.auth-card h2 { margin: 0; font: 500 2.3rem Georgia, serif; text-align: center; }
.auth-card > p { color: var(--ink-soft); margin: 10px 0 28px; text-align: center; }
.auth-card form { display: grid; gap: 16px; }
.test-credentials { margin-top: 24px; padding: 16px; border: 1px dashed var(--gold); border-radius: 14px; background: var(--paper-alt); font-size: .82rem; }
.test-credentials code { display: block; margin-top: 5px; }

.cart-layout { display: grid; grid-template-columns: minmax(0, 1fr) 390px; gap: 36px; align-items: start; }
.cart-items { display: grid; gap: 14px; }
.cart-item { display: grid; grid-template-columns: 120px 1fr auto; gap: 20px; align-items: center; padding: 16px; border: 1px solid var(--line); border-radius: 18px; background: white; }
.cart-item img { width: 120px; aspect-ratio: 1; object-fit: cover; border-radius: 14px; background: var(--paper-alt); }
.cart-item h3 { margin: 0 0 7px; font: 500 1.2rem Georgia, serif; }
.cart-item__actions { display: flex; align-items: center; gap: 12px; margin-top: 14px; }
.remove-button { border: 0; background: transparent; color: var(--danger); font-size: .82rem; font-weight: 800; }
.cart-item__price { text-align: right; }
.cart-summary { position: sticky; top: 120px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper-alt); }
.cart-summary h2 { margin: 0 0 20px; font: 500 1.8rem Georgia, serif; }
.summary-line { display: flex; justify-content: space-between; gap: 20px; padding: 11px 0; border-bottom: 1px solid var(--line); }
.summary-total { font-size: 1.2rem; font-weight: 850; }
.checkout-form { margin-top: 30px; display: grid; gap: 18px; }
.checkout-section { padding-top: 22px; border-top: 1px solid var(--line); }
.checkout-section h3 { margin: 0 0 15px; font: 500 1.35rem Georgia, serif; }
.empty-state { padding: 65px 24px; border: 1px dashed var(--line); border-radius: var(--radius); text-align: center; background: var(--paper-alt); }
.empty-state h2 { margin: 0 0 10px; font: 500 2rem Georgia, serif; }

.admin-shell { min-height: 100vh; background: var(--paper-alt); padding: 48px 0; }
.admin-header { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 34px; }
.admin-header img { width: 210px; }
.admin-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.admin-card { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 10px 35px rgba(45,34,20,.06); }
.admin-card h2 { margin: 0 0 18px; font: 500 1.8rem Georgia, serif; }
.client-result { margin-top: 18px; padding: 18px; border-radius: 14px; background: var(--paper-alt); }
.client-result dl { display: grid; grid-template-columns: 120px 1fr; gap: 8px; margin: 0; }
.client-result dt { color: var(--ink-soft); }
.client-result dd { margin: 0; font-weight: 700; }
.activation-link { width: 100%; min-height: 100px; padding: 12px; border: 1px solid var(--line); border-radius: 12px; background: white; word-break: break-all; }

.loading-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.skeleton { min-height: 390px; border-radius: var(--radius); background: linear-gradient(90deg, #eee8df 25%, #f8f5f0 50%, #eee8df 75%); background-size: 200% 100%; animation: shimmer 1.4s infinite; }
@keyframes shimmer { to { background-position: -200% 0; } }
.toast-region { position: fixed; right: 22px; bottom: 22px; z-index: 100; display: grid; gap: 10px; }
.toast { max-width: 360px; padding: 14px 18px; border-radius: 14px; background: var(--ink); color: white; box-shadow: var(--shadow); animation: toastIn .25s ease; }
.toast--error { background: var(--danger); }
@keyframes toastIn { from { opacity: 0; transform: translateY(10px); } }
.site-footer { padding: 62px 0 22px; background: #171512; color: #e9e3d9; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 42px; }
.footer-logo { width: 210px; opacity: .95; }
.footer-grid p { color: #b8b0a5; max-width: 360px; }
.footer-grid h2 { margin: 0 0 14px; font-size: .88rem; text-transform: uppercase; letter-spacing: .12em; }
.footer-grid a { display: block; margin: 8px 0; color: #cfc7bc; font-size: .9rem; }
.api-status { display: flex; align-items: center; gap: 8px; word-break: break-all; }
.api-status span { width: 9px; height: 9px; border-radius: 50%; background: #56b678; box-shadow: 0 0 0 4px rgba(86,182,120,.14); }
.footer-bottom { margin-top: 42px; padding-top: 18px; border-top: 1px solid #34302b; color: #928a80; font-size: .78rem; }

@media (max-width: 1080px) {
  .header-main { grid-template-columns: auto 1fr auto; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; left: 20px; right: 20px; top: 96px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; border: 1px solid var(--line); border-radius: 16px; background: white; box-shadow: var(--shadow); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 12px; }
  .hero__inner { grid-template-columns: 1fr; }
  .hero__visual { min-height: 430px; }
  .category-grid { grid-template-columns: repeat(3, 1fr); }
  .product-grid, .loading-grid { grid-template-columns: repeat(3, 1fr); }
  .product-detail { gap: 34px; }
  .cart-layout { grid-template-columns: 1fr 330px; }
}

@media (max-width: 820px) {
  .section { padding: 64px 0; }
  .header-main { min-height: 74px; }
  .brand img { width: 145px; }
  .login-link { display: none; }
  .cart-link span:nth-child(2) { display: none; }
  .hero { min-height: auto; }
  .hero__inner { padding-block: 54px; }
  .hero__copy h1 { font-size: clamp(3rem, 14vw, 5rem); }
  .hero__visual { min-height: 350px; }
  .hero-jewel--one { width: 300px; height: 300px; right: 15px; border-width: 25px; }
  .hero-stone { width: 125px; height: 165px; right: 105px; top: 120px; }
  .hero-jewel--two { width: 150px; height: 150px; }
  .category-grid, .product-grid, .loading-grid { grid-template-columns: repeat(2, 1fr); }
  .catalog-layout { grid-template-columns: 1fr; }
  .catalog-sidebar { position: static; }
  .product-detail { grid-template-columns: 1fr; }
  .product-info { position: static; }
  .cart-layout { grid-template-columns: 1fr; }
  .cart-summary { position: static; }
  .admin-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .container { width: min(calc(100% - 24px), var(--container)); }
  .announcement { font-size: .66rem; }
  .header-actions { gap: 8px; }
  .category-grid, .product-grid, .loading-grid { grid-template-columns: 1fr; }
  .category-card { min-height: 180px; }
  .section-heading { align-items: start; flex-direction: column; }
  .catalog-toolbar { grid-template-columns: 1fr; }
  .search-box { flex-direction: column; }
  .product-gallery { grid-template-columns: 1fr; }
  .thumbnail-list { grid-template-columns: repeat(4, 1fr); order: 2; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid .full { grid-column: auto; }
  .cart-item { grid-template-columns: 82px 1fr; }
  .cart-item img { width: 82px; }
  .cart-item__price { grid-column: 1 / -1; text-align: left; }
  .footer-grid { grid-template-columns: 1fr; }
  .admin-header { align-items: flex-start; flex-direction: column; }
}

/* Ajustes da nova loja: preço público e auto-cadastro */
.signup-link {
  padding: 9px 14px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  font-size: .82rem;
  font-weight: 800;
  white-space: nowrap;
}
.btn--light { background: white; color: var(--ink); }
.price-unavailable {
  min-height: 64px;
  display: flex;
  align-items: center;
  margin: 12px 0 16px;
  color: var(--ink-soft);
  font-size: .86rem;
}
.quantity-label { display: block; margin-bottom: 8px; font-size: .78rem; font-weight: 800; }
.product-description h2 { color: var(--ink); font: 500 1.5rem Georgia, serif; }
#catalog-note { color: var(--success); font-weight: 750; }

.cta-card {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 30px;
  padding: 38px;
  border-radius: var(--radius);
  background: var(--ink);
  color: white;
}
.cta-card h2 { margin: 0; font: 500 clamp(2rem, 4vw, 3.5rem) Georgia, serif; }
.cta-card p:not(.eyebrow) { max-width: 720px; color: #c7c0b6; }
.cta-card .eyebrow { color: #d3b77e; }
.cta-card__actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }

.auth-card > a:first-child { display: inline-block; margin-bottom: 38px; }
.auth-card > a:first-child img { width: 230px; }
.auth-card--wide { width: min(100%, 620px); }
.auth-panel--scroll { align-items: start; overflow-y: auto; }
.auth-switch {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
  padding: 16px;
  border-radius: 14px;
  background: var(--paper-alt);
  color: var(--ink-soft);
  font-size: .88rem;
}
.auth-back { margin-top: 22px; font-size: .86rem; }

.continue-shopping { margin-top: 18px; }
.cart-item__price small { display: block; color: var(--ink-soft); }
.product-warning { display: block; color: var(--danger); margin-top: 5px; }
.minimum-box {
  margin-top: 20px;
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: white;
}
.minimum-box--ok { border-color: rgba(53,106,76,.35); background: #edf6f0; }
.minimum-box__top { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 10px; }
.minimum-box small { display: block; margin-top: 9px; color: var(--ink-soft); }
.minimum-progress { height: 9px; overflow: hidden; border-radius: 999px; background: var(--paper-deep); }
.minimum-progress span { display: block; height: 100%; border-radius: inherit; background: var(--gold); transition: width .25s ease; }
.minimum-box--ok .minimum-progress span { background: var(--success); }
.login-required { margin: 20px 0 12px; }
.login-required p { margin: 6px 0 0; }
.checkout-login-actions { display: grid; gap: 10px; }
.checkout-form button[type="submit"]:disabled { transform: none; }
.order-totals { display: flex; flex-wrap: wrap; justify-content: center; gap: 18px; margin: 20px 0; }
.technical-return { width: min(100%, 760px); margin: 24px auto; text-align: left; }
.technical-return summary { cursor: pointer; font-weight: 800; }
.technical-return pre {
  overflow: auto;
  max-height: 420px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: white;
  white-space: pre-wrap;
}

@media (max-width: 1080px) {
  .signup-link { display: none; }
}

@media (max-width: 820px) {
  .cta-card { grid-template-columns: 1fr; }
  .cta-card__actions { justify-content: flex-start; }
}

@media (max-width: 560px) {
  .results-meta { align-items: flex-start; flex-direction: column; }
  .cta-card { padding: 26px 20px; }
  .cta-card__actions { display: grid; width: 100%; }
  .auth-panel { padding-inline: 18px; }
  .auth-card > a:first-child img { width: 190px; }
}

/* Checkout conectado ao frete real da API */
.shipping-box {
  margin-top: 18px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}
.shipping-box__heading { display: flex; justify-content: space-between; gap: 16px; margin-bottom: 14px; }
.shipping-box__heading strong { display: block; font-size: 1rem; }
.shipping-box__heading small { display: block; margin-top: 3px; color: var(--ink-soft); }
.shipping-calc { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; }
.shipping-calc input {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 12px 13px;
  font: inherit;
  background: white;
}
.shipping-calc input:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(176,138,73,.12); }
.shipping-options { display: grid; gap: 9px; margin-top: 14px; }
.shipping-option {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: var(--paper-alt);
  cursor: pointer;
}
.shipping-option:has(input:checked) { border-color: var(--gold); background: #fffaf0; }
.shipping-option input { accent-color: var(--gold); }
.shipping-option strong, .shipping-option small { display: block; }
.shipping-option small { margin-top: 2px; color: var(--ink-soft); }
.shipping-option b { white-space: nowrap; }
.shipping-package, .shipping-hint { display: block; margin-top: 11px; color: var(--ink-soft); }
.pickup-note {
  display: grid;
  gap: 4px;
  padding: 14px;
  border: 1px solid rgba(53,106,76,.25);
  border-radius: 14px;
  background: #edf6f0;
}
.pickup-note span { color: var(--ink-soft); font-size: .9rem; }
.order-totals { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 22px; margin: 18px 0 24px; }

@media (max-width: 520px) {
  .shipping-calc { grid-template-columns: 1fr; }
  .shipping-option { grid-template-columns: auto 1fr; }
  .shipping-option b { grid-column: 2; }
}

/* Navegação simplificada com megamenu de categorias */
.nav-categories { display: flex; align-items: center; }
.category-trigger {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ink);
  font-size: .9rem;
  font-weight: 650;
}
.category-trigger::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -9px;
  height: 1px;
  background: var(--gold);
  transition: .25s ease;
}
.category-trigger:hover::after,
.category-trigger.is-active::after,
.nav-categories:hover .category-trigger::after,
.nav-categories:focus-within .category-trigger::after { right: 0; }
.category-trigger > span { transition: transform .2s ease; }
.nav-categories:hover .category-trigger > span,
.nav-categories:focus-within .category-trigger > span,
.nav-categories.is-open .category-trigger > span { transform: rotate(180deg); }
.mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 18px 0 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}
.nav-categories:hover .mega-menu,
.nav-categories:focus-within .mega-menu,
.nav-categories.is-open .mega-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.mega-menu::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 18px;
}
.mega-menu__panel {
  display: grid;
  grid-template-columns: 250px minmax(300px, 1.3fr) minmax(260px, .9fr);
  gap: 28px;
  max-height: min(570px, calc(100vh - 150px));
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 0 0 22px 22px;
  background: rgba(255, 253, 249, .99);
  box-shadow: 0 28px 70px rgba(45, 34, 20, .16);
  overflow: hidden;
}
.mega-menu__intro { padding: 4px 8px 4px 0; border-right: 1px solid var(--line); }
.mega-menu__intro h2 { margin: 0 0 12px; font: 500 2rem/1.05 Georgia, serif; }
.mega-menu__intro > p:not(.eyebrow) { margin: 0 24px 24px 0; color: var(--ink-soft); font-size: .9rem; }
.mega-menu__groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: start;
  gap: 5px 12px;
  max-height: 470px;
  padding-right: 8px;
  overflow-y: auto;
  scrollbar-width: thin;
}
.mega-menu__group-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 42px;
  padding: 9px 11px;
  border-radius: 10px;
  color: var(--ink-soft);
  font-size: .86rem;
  transition: background .18s ease, color .18s ease;
}
.mega-menu__group-link:hover,
.mega-menu__group-link.is-active,
.mega-menu__group-link:focus-visible { background: var(--paper-alt); color: var(--ink); }
.mega-menu__group-link span:last-child { color: var(--gold-dark); font-size: 1.15rem; }
.mega-menu__subgroups {
  min-height: 240px;
  padding: 22px;
  border-radius: 16px;
  background: var(--paper-alt);
  overflow-y: auto;
}
.mega-menu__subgroups > small { text-transform: uppercase; letter-spacing: .15em; color: var(--gold-dark); font-size: .67rem; font-weight: 850; }
.mega-menu__subgroups h3 { margin: 6px 0 18px; font: 500 1.55rem Georgia, serif; }
.mega-menu__subgroups-list { display: grid; gap: 9px; }
.mega-menu__subgroups-list a { color: var(--ink-soft); font-size: .86rem; }
.mega-menu__subgroups-list a:hover { color: var(--gold-dark); }
.mega-menu__all-link { margin-bottom: 8px; padding-bottom: 13px; border-bottom: 1px solid var(--line); color: var(--ink) !important; font-weight: 800; }
.mega-menu__loading, .mega-menu__empty { color: var(--ink-soft); font-size: .84rem; }

/* Banner principal com carrossel de produtos reais */
.hero { min-height: 700px; }
.hero__inner { grid-template-columns: .92fr 1.08fr; gap: 68px; }
.hero__showcase { min-width: 0; }
.hero-showcase__topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
  color: var(--ink-soft);
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: .68rem;
  font-weight: 800;
}
.hero-showcase__topline small { color: var(--gold-dark); font-size: inherit; }
.hero-carousel {
  position: relative;
  min-height: 510px;
  overflow: hidden;
  border: 1px solid rgba(176, 138, 73, .28);
  border-radius: 28px;
  background: #f7f2e9;
  box-shadow: 0 30px 80px rgba(68, 49, 23, .16);
}
.hero-carousel__track { position: relative; min-height: 510px; }
.hero-carousel__loading { min-height: 510px; border-radius: 0; }
.hero-product-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.025);
  transition: opacity .55s ease, transform .7s ease, visibility .55s ease;
}
.hero-product-slide.is-active { opacity: 1; visibility: visible; transform: scale(1); }
.hero-product-slide > a { position: absolute; inset: 0; display: block; }
.hero-product-slide img { width: 100%; height: 100%; object-fit: contain; background: #fff; }
.hero-product__shade {
  position: absolute;
  inset: 42% 0 0;
  background: linear-gradient(to bottom, transparent, rgba(19, 16, 12, .88));
}
.hero-product__content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  gap: 6px;
  padding: 74px 28px 30px;
  color: white;
}
.hero-product__content small { text-transform: uppercase; letter-spacing: .15em; font-size: .67rem; color: #e5cf9f; }
.hero-product__content strong { max-width: 570px; font: 500 clamp(1.4rem, 2.5vw, 2.25rem)/1.08 Georgia, serif; }
.hero-product__price { font-size: 1rem; font-weight: 850; }
.hero-carousel__controls {
  position: absolute;
  right: 20px;
  top: 18px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .9);
  backdrop-filter: blur(10px);
}
.hero-carousel__controls > button {
  width: 34px;
  height: 34px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: white;
  color: var(--ink);
}
.hero-carousel__dots { display: flex; align-items: center; gap: 5px; }
.hero-carousel__dots button {
  width: 6px;
  height: 6px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #c7bbaa;
  transition: width .2s ease, background .2s ease;
}
.hero-carousel__dots button.is-active { width: 20px; border-radius: 99px; background: var(--gold-dark); }
.hero-thumbnails {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 72px;
  gap: 9px;
  margin-top: 12px;
  padding: 2px 1px 8px;
  overflow-x: auto;
  scrollbar-width: thin;
}
.hero-thumbnail {
  width: 72px;
  aspect-ratio: 1;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: white;
  opacity: .62;
  transition: opacity .2s ease, border-color .2s ease, transform .2s ease;
}
.hero-thumbnail img { width: 100%; height: 100%; object-fit: contain; }
.hero-thumbnail:hover, .hero-thumbnail.is-active { opacity: 1; border-color: var(--gold); transform: translateY(-2px); }
.hero-carousel__empty { min-height: 510px; display: grid; place-content: center; gap: 10px; padding: 40px; text-align: center; }
.hero-carousel__empty strong { font: 500 1.8rem Georgia, serif; }
.hero-carousel__empty span { color: var(--ink-soft); }
.hero-carousel__empty .btn { margin-top: 8px; }

@media (max-width: 1080px) {
  .main-nav { align-items: stretch; }
  .nav-categories { display: block; }
  .category-trigger { width: 100%; justify-content: space-between; padding: 12px; }
  .category-trigger::after { display: none; }
  .mega-menu {
    position: static;
    display: none;
    padding: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }
  .nav-categories:hover .mega-menu,
  .nav-categories:focus-within .mega-menu { display: none; }
  .nav-categories.is-open .mega-menu { display: block; }
  .mega-menu__panel {
    width: 100%;
    max-height: min(70vh, 620px);
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 18px;
    border-radius: 14px;
    overflow-y: auto;
  }
  .mega-menu__intro { border-right: 0; border-bottom: 1px solid var(--line); padding-bottom: 16px; }
  .mega-menu__intro h2 { font-size: 1.55rem; }
  .mega-menu__groups { max-height: 230px; }
  .mega-menu__subgroups { min-height: 0; }
  .hero__inner { grid-template-columns: 1fr; }
  .hero__showcase { width: min(100%, 720px); }
}

@media (max-width: 820px) {
  .hero-carousel, .hero-carousel__track, .hero-carousel__loading, .hero-carousel__empty { min-height: 440px; }
  .hero-product__content { padding-inline: 20px; }
  .mega-menu__groups { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .hero-showcase__topline { align-items: flex-start; flex-direction: column; gap: 3px; }
  .hero-carousel, .hero-carousel__track, .hero-carousel__loading, .hero-carousel__empty { min-height: 390px; }
  .hero-carousel__controls { right: 12px; top: 12px; }
  .hero-carousel__dots { display: none; }
  .hero-product__content strong { font-size: 1.35rem; }
  .hero-thumbnails { grid-auto-columns: 60px; }
  .hero-thumbnail { width: 60px; }
}


/* ===== Ajustes de navegação, banner fixo por categoria e filtros de material ===== */
.mega-menu__panel--categories-only {
  grid-template-columns: 250px minmax(0, 1fr);
}
.mega-menu__groups--all {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-height: 470px;
}
.mega-menu__groups--all .mega-menu__group-link {
  border: 1px solid transparent;
}
.mega-menu__groups--all .mega-menu__group-link:hover,
.mega-menu__groups--all .mega-menu__group-link:focus-visible {
  border-color: var(--line);
}

.hero-product-slide img {
  object-fit: cover;
  background: var(--paper-alt);
}
.hero-product__content--category {
  padding-top: 130px;
}
.hero-product__content--category strong {
  max-width: none;
  font-size: clamp(1.75rem, 3.4vw, 3rem);
}

.category-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.category-card--image {
  isolation: isolate;
  color: white;
  background: var(--paper-alt);
}
.category-card--image::before { display: none; }
.category-card__background,
.category-card__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.category-card__background {
  z-index: -2;
  object-fit: cover;
  transition: transform .55s ease;
}
.category-card__overlay {
  z-index: -1;
  background: linear-gradient(to top, rgba(18, 15, 12, .82), rgba(18, 15, 12, .08) 70%);
}
.category-card__content {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.category-card--image small { color: rgba(255,255,255,.75); }
.category-card--image:hover .category-card__background { transform: scale(1.055); }

.catalog-toolbar--stacked {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-bottom: 28px;
}
.catalog-toolbar__options {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  padding: 15px 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: white;
}
.material-filter {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.material-filter > span,
.sort-control > span {
  margin-right: 4px;
  color: var(--ink-soft);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .66rem;
  font-weight: 850;
}
.material-filter button {
  min-height: 38px;
  padding: 8px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--paper);
  color: var(--ink-soft);
  font-weight: 750;
}
.material-filter button:hover,
.material-filter button.is-active {
  border-color: var(--ink);
  background: var(--ink);
  color: white;
}
.sort-control {
  display: grid;
  gap: 6px;
  min-width: 210px;
}
.sort-control select { width: 100%; }

@media (max-width: 1080px) {
  .mega-menu__panel--categories-only { grid-template-columns: 1fr; }
  .mega-menu__groups--all { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .catalog-toolbar__options { align-items: stretch; flex-direction: column; }
  .sort-control { width: 100%; min-width: 0; }
}
@media (max-width: 560px) {
  .mega-menu__groups--all { grid-template-columns: 1fr; }
  .category-grid { grid-template-columns: 1fr; }
  .material-filter > span { width: 100%; }
  .material-filter button { flex: 1 1 calc(50% - 8px); }
}

/* ---------- Pagamento Pix ---------- */
.pix-payment { text-align: center; max-width: 420px; margin: 0 auto; padding: 24px 0; }
.pix-payment h2 { margin: 8px 0 4px; }
.pix-total { color: #555; margin-bottom: 16px; }
.pix-qr { display: block; margin: 0 auto 20px; border: 1px solid #eee; border-radius: 12px; padding: 8px; background: #fff; }
.pix-copy { text-align: left; margin: 16px 0; }
.pix-copy label { display: block; font-size: .8rem; color: #777; margin-bottom: 4px; }
.pix-copy textarea { width: 100%; font-family: monospace; font-size: .8rem; padding: 8px; border: 1px solid #ddd; border-radius: 8px; resize: none; word-break: break-all; }
.pix-copy .btn { margin-top: 8px; }
.pix-status { margin: 20px 0; padding: 12px; border-radius: 8px; font-weight: 600; display: flex; align-items: center; justify-content: center; gap: 8px; }
.pix-status--waiting { background: #fff8e6; color: #8a6d00; }
.pix-status--error { background: #fdecea; color: #b3261e; }
.pix-spinner { width: 16px; height: 16px; border: 2px solid #d9b800; border-top-color: transparent; border-radius: 50%; display: inline-block; animation: pix-spin 0.8s linear infinite; }
@keyframes pix-spin { to { transform: rotate(360deg); } }
.pix-hint { font-size: .85rem; color: #888; margin-top: 8px; }

/* ---------- Botão WhatsApp (parcelamento) + divisor ---------- */
.payment-divider { display: flex; align-items: center; text-align: center; gap: 12px; margin: 16px 0; color: #999; font-size: .85rem; }
.payment-divider::before, .payment-divider::after { content: ''; flex: 1; height: 1px; background: #e0e0e0; }
.btn--whatsapp { background: #25d366; color: #fff; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: none; }
.btn--whatsapp:hover { background: #1ebe5b; color: #fff; }
.btn--whatsapp svg { flex-shrink: 0; }
.payment-hint { display: block; margin-top: 8px; text-align: center; line-height: 1.4; }

/* ---------- Estoque na página de produto ---------- */
.stock-info { margin-top: 8px; font-size: .9rem; color: #2e7d32; font-weight: 600; }

/* ---------- Compra rápida no card do catálogo ---------- */
.card-buy { display: flex; gap: 8px; margin-top: 12px; align-items: center; }
.card-qty { display: inline-flex; align-items: center; border: 1px solid #e2e2e2; border-radius: 8px; overflow: hidden; flex-shrink: 0; height: 38px; }
.card-qty button { width: 28px; height: 100%; border: none; background: #fafafa; color: #555; font-size: .95rem; cursor: pointer; line-height: 1; display: flex; align-items: center; justify-content: center; transition: background .15s ease; }
.card-qty button:hover { background: #f0f0f0; color: #000; }
.card-qty input { width: 38px; height: 100%; padding: 0; margin: 0; box-sizing: border-box; border: none; border-left: 1px solid #eee; border-right: 1px solid #eee; text-align: center; font-size: .95rem; line-height: 1; appearance: textfield; -moz-appearance: textfield; }
.card-qty input::-webkit-outer-spin-button, .card-qty input::-webkit-inner-spin-button { -webkit-appearance: none; appearance: none; margin: 0; }
.card-add { flex: 1; height: 38px; padding: 0 10px; font-size: .88rem; }

/* ---------- Mini-carrinho lateral (drawer) ---------- */
.mini-cart-overlay { position: fixed; inset: 0; background: rgba(0,0,0,.4); z-index: 998; opacity: 0; transition: opacity .25s ease; }
.mini-cart-overlay.is-open { opacity: 1; }
.mini-cart { position: fixed; top: 0; right: 0; height: 100%; width: 360px; max-width: 90vw; background: #fff; z-index: 999; display: flex; flex-direction: column; box-shadow: -4px 0 24px rgba(0,0,0,.15); transform: translateX(100%); transition: transform .25s ease; }
.mini-cart.is-open { transform: translateX(0); }
.mini-cart__head { display: flex; align-items: center; justify-content: space-between; padding: 16px 20px; border-bottom: 1px solid #eee; }
.mini-cart__head strong { font-size: 1.1rem; }
.mini-cart__close { border: none; background: none; font-size: 1.2rem; cursor: pointer; color: #666; }
.mini-cart__body { flex: 1; overflow-y: auto; padding: 12px 16px; }
.mini-cart__empty { text-align: center; color: #999; padding: 40px 0; }
.mini-cart__item { display: flex; gap: 10px; align-items: center; padding: 10px 0; border-bottom: 1px solid #f2f2f2; }
.mini-cart__item img { width: 52px; height: 52px; object-fit: cover; border-radius: 8px; flex-shrink: 0; background: #f7f7f7; }
.mini-cart__item-info { flex: 1; min-width: 0; }
.mini-cart__item-name { display: block; font-size: .9rem; line-height: 1.3; margin-bottom: 4px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.mini-cart__item-qty { display: inline-flex; align-items: center; gap: 8px; }
.mini-cart__item-qty button { width: 26px; height: 26px; border: 1px solid #ddd; background: #f5f5f5; border-radius: 6px; cursor: pointer; font-size: 1rem; line-height: 1; }
.mini-cart__item-qty span { min-width: 20px; text-align: center; font-weight: 600; }
.mini-cart__remove { border: none; background: none; cursor: pointer; font-size: 1rem; opacity: .6; }
.mini-cart__remove:hover { opacity: 1; }
.mini-cart__foot { padding: 16px 20px; border-top: 1px solid #eee; }
.mini-cart__count { text-align: center; color: #666; font-size: .9rem; margin-bottom: 10px; }

/* ---------- Link "Esqueci minha senha" ---------- */
.auth-forgot { text-align: right; margin: 4px 0 0; font-size: .9rem; }

/* ---------- Aviso de tamanhos (exclusivo para anéis) ---------- */
.ring-notice { margin-top: 22px; padding: 16px 18px; background: #fdf6e9; border: 1px solid #e8d3a0; border-left: 4px solid #cdae72; border-radius: 10px; }
.ring-notice strong { display: block; margin-bottom: 4px; color: #8a6d1f; font-size: .95rem; }
.ring-notice p { margin: 0; color: #6b5a38; font-size: .9rem; line-height: 1.5; }
.ring-notice a { color: #b0904e; font-weight: 600; text-decoration: underline; }

/* ---------- Preço bloqueado para visitante ---------- */
.price-locked a { color: #8a6d1f; text-decoration: none; text-align: center; border-bottom: 1px solid #cdae72; padding-bottom: 6px; }
.price-locked a:hover { color: #6b5518; }

/* "Ver detalhes" encostado no rodapé do card e centralizado (cards de visitante) */
.product-card__content { display: flex; flex-direction: column; }
.card-details--center { display: block; text-align: center; margin-top: auto; padding-top: 10px; }

/* ---------- Convite de login na página de produto ---------- */
.login-required { margin-top: 18px; padding: 20px; background: #fdf6e9; border: 1px solid #e8d3a0; border-radius: 12px; text-align: center; }
.login-required p { margin: 0 0 12px; color: #6b5a38; }
.login-required p.muted { margin: 12px 0 0; font-size: .88rem; }
.login-required a { color: #b0904e; font-weight: 600; }
.login-required .btn { color: #fff; }

/* ---------- Página de aprovação de cadastro ---------- */
.approval-table { width: 100%; border-collapse: collapse; margin: 18px 0; }
.approval-table td { padding: 10px 8px; border-bottom: 1px solid #eee; font-size: .95rem; }
.approval-table td:first-child { color: #888; width: 42%; }
.approval-flag { padding: 14px 16px; border-radius: 10px; margin: 18px 0; }
.approval-flag strong { display: block; margin-bottom: 4px; }
.approval-flag span { font-size: .9rem; line-height: 1.5; }
.approval-flag--client { background: #eaf7ec; border-left: 4px solid #4caf50; color: #2e7d32; }
.approval-flag--client span { color: #3f5a41; }
.approval-flag--new { background: #eef3fb; border-left: 4px solid #5b7fbd; color: #2f4d80; }
.approval-flag--new span { color: #41506b; }
.approval-actions { display: flex; gap: 12px; margin-top: 22px; }
.approval-actions .btn { flex: 1; color: #fff; border: none; }
.btn--approve { background: #2e7d32; }
.btn--approve:hover { background: #266b2a; color: #fff; }
.btn--reject { background: #b3261e; }
.btn--reject:hover { background: #97201a; color: #fff; }
.approval-actions .is-suggested { box-shadow: 0 0 0 3px rgba(205,174,114,.55); }
.approval-hint { text-align: center; margin-top: 14px; font-size: .85rem; }
