:root {
  --teal-950: #063f43;
  --teal-800: #075e63;
  --teal-700: #08757a;
  --teal-100: #dff2f1;
  --teal-50: #f0f9f8;
  --amber: #f4a621;
  --amber-dark: #b66b00;
  --amber-soft: #fff2d8;
  --ink: #172126;
  --muted: #617075;
  --line: #dce5e5;
  --surface: #ffffff;
  --surface-alt: #f5f7f7;
  --danger: #a53b36;
  --radius: 18px;
  --shadow: 0 16px 44px rgba(7, 50, 53, .09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--surface); font-family: Inter, Manrope, "Segoe UI", Arial, sans-serif; line-height: 1.5; }
a { color: inherit; }
button, input, select { font: inherit; }
.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; }
.prototype-bar { padding: 7px 20px; color: #fff; background: var(--teal-950); font-size: 12px; text-align: center; letter-spacing: .03em; }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.header-inner { max-width: 1240px; min-height: 82px; margin: auto; padding: 14px 24px; display: grid; grid-template-columns: 190px minmax(280px, 1fr); align-items: center; gap: 26px; }
.brand img { display: block; width: 170px; height: 49px; object-fit: contain; object-position: left center; }
form.search { height: 48px; display: flex; align-items: center; border: 1px solid #cbd8d8; border-radius: 12px; background: #fff; overflow: hidden; transition: .2s ease; }
form.search:focus-within { border-color: var(--teal-700); box-shadow: 0 0 0 3px rgba(8,117,122,.13); }
form.search svg { width: 21px; margin-left: 15px; fill: none; stroke: var(--teal-800); stroke-width: 2; stroke-linecap: round; }
form.search input { flex: 1; min-width: 0; height: 100%; padding: 0 12px; border: 0; outline: 0; color: var(--ink); }
form.search button { align-self: stretch; padding: 0 20px; border: 0; color: #fff; background: var(--teal-800); font-weight: 700; cursor: pointer; }
.main-nav { grid-column: 1 / -1; display: flex; justify-content: center; gap: 34px; margin-top: -4px; }
.main-nav a { color: #334448; font-size: 14px; font-weight: 650; text-decoration: none; }
.main-nav a:hover { color: var(--teal-700); }
.menu-button { display: none; border: 0; background: none; }

main > section, .hero { max-width: 1240px; margin-inline: auto; padding-inline: 24px; }
.hero { min-height: 570px; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 56px; padding-top: 58px; padding-bottom: 64px; overflow: hidden; }
.eyebrow { display: inline-block; margin-bottom: 12px; color: var(--teal-700); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero h1 { max-width: 620px; margin: 0; font-size: clamp(44px, 5vw, 70px); line-height: .99; letter-spacing: -.052em; }
.hero-copy > p { max-width: 580px; margin: 24px 0 0; color: var(--muted); font-size: 19px; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 31px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 22px; border: 0; border-radius: 11px; text-decoration: none; font-weight: 750; cursor: pointer; }
.button-primary { color: #fff; background: var(--teal-800); box-shadow: 0 8px 22px rgba(7,94,99,.22); }
.button-primary:hover { background: var(--teal-700); transform: translateY(-1px); }
.text-link { color: var(--teal-800); font-weight: 750; text-decoration: none; }
.text-link span { color: var(--amber-dark); }
.trust-list { display: flex; flex-wrap: wrap; gap: 20px; margin: 34px 0 0; padding: 0; list-style: none; color: #45565a; font-size: 13px; font-weight: 650; }
.trust-list span { display: inline-grid; width: 19px; height: 19px; margin-right: 6px; place-items: center; color: var(--teal-800); background: var(--teal-100); border-radius: 50%; font-size: 11px; }
.hero-brand { position: relative; isolation: isolate; min-height: 370px; display: grid; place-items: center; }
.hero-brand::before { content: ""; position: absolute; z-index: -2; inset: 7% -6% 2%; background: radial-gradient(ellipse at 48% 48%, rgba(223,242,241,.92) 0, rgba(240,249,248,.7) 45%, rgba(255,255,255,0) 74%); filter: blur(3px); }
.hero-brand::after { content: ""; position: absolute; z-index: -1; width: 72%; height: 20px; left: 14%; bottom: 61px; background: rgba(6,63,67,.13); border-radius: 50%; filter: blur(18px); }
.hero-brand > img { position: relative; z-index: 2; display: block; width: 112%; max-width: 630px; height: auto; object-fit: contain; filter: drop-shadow(0 18px 19px rgba(4,65,68,.16)); }
.hero-glow { position: absolute; z-index: -1; width: 520px; height: 340px; background: radial-gradient(ellipse at center, rgba(216,240,237,.95) 0, rgba(238,249,247,.72) 48%, transparent 73%); border-radius: 50%; transform: rotate(-7deg); }
.verified-card { position: absolute; z-index: 3; right: 1%; bottom: 38px; display: flex; gap: 11px; align-items: center; min-width: 190px; padding: 13px 16px; background: rgba(255,255,255,.86); border: 1px solid rgba(190,215,213,.8); border-radius: 14px; box-shadow: 0 16px 38px rgba(7,50,53,.12); backdrop-filter: blur(10px); }
.verified-icon { display: grid; width: 36px; height: 36px; place-items: center; color: #fff; background: var(--teal-800); border-radius: 50%; font-weight: 900; }
.verified-card strong, .verified-card small { display: block; }
.verified-card strong { font-size: 13px; }.verified-card small { color: var(--muted); font-size: 11px; }

.category-section { padding-top: 42px; padding-bottom: 78px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 28px; }
.section-heading.compact { margin-bottom: 23px; }
.section-heading h2 { margin: 0; font-size: clamp(30px, 4vw, 43px); letter-spacing: -.035em; line-height: 1.08; }
.section-heading p { margin: 8px 0 0; color: var(--muted); }
.category-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(245px, 1fr)); gap: 18px; }
.category-card { min-height: 118px; display: grid; grid-template-columns: 56px 1fr 24px; align-items: center; gap: 15px; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); text-decoration: none; transition: .2s ease; }
.category-card:hover { transform: translateY(-3px); border-color: #bed3d2; box-shadow: var(--shadow); }
.category-icon { display: grid; width: 54px; height: 54px; place-items: center; border-radius: 15px; font-size: 26px; }
.pets .category-icon { background: #e6f4ed; }.beauty .category-icon { color: #9a4973; background: #f8eaf1; }.home .category-icon { color: #356a62; background: #e2f0ee; }.popular .category-icon { color: var(--amber-dark); background: var(--amber-soft); }.maternity .category-icon { color: #9b5b78; background: #f9e8f0; }.category-generic .category-icon { color: var(--teal-800); background: var(--teal-100); }
.category-card strong, .category-card small { display: block; }
.category-card strong { font-size: 17px; }.category-card small { margin-top: 3px; color: var(--muted); font-size: 13px; }
.category-arrow { justify-self: end; color: var(--teal-800); font-size: 20px; }

.offers-section { max-width: none; padding-top: 78px; padding-bottom: 86px; background: var(--surface-alt); }
.offers-section > * { max-width: 1192px; margin-left: auto; margin-right: auto; }
.sort-control { display: grid; gap: 5px; color: var(--muted); font-size: 12px; font-weight: 700; }
.sort-control select { min-width: 220px; padding: 11px 38px 11px 13px; border: 1px solid #cbd7d7; border-radius: 10px; color: var(--ink); background: #fff; }
.active-filter { width: fit-content; margin-bottom: 20px; padding: 7px 8px 7px 13px; color: var(--teal-950); background: var(--teal-100); border-radius: 999px; font-size: 13px; font-weight: 750; }
.active-filter button { width: 27px; height: 27px; margin-left: 8px; border: 0; color: var(--teal-950); background: rgba(255,255,255,.65); border-radius: 50%; cursor: pointer; }
.offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.offer-card { min-width: 0; background: #fff; border: 1px solid #e1e7e7; border-radius: var(--radius); overflow: hidden; box-shadow: 0 8px 24px rgba(18,45,47,.045); transition: .2s ease; }
.offer-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(18,45,47,.1); }
.offer-card.is-hidden { display: none; }
.card-media { position: relative; height: 235px; display: grid; place-items: center; overflow: hidden; }
.card-media-link { position: absolute; inset: 0; display: grid; place-items: center; color: inherit; text-decoration: none; }
.like-button { display: inline-flex; align-items: center; justify-content: center; gap: 5px; min-width: 52px; height: 38px; padding: 0 10px; color: #526266; background: rgba(255,255,255,.94); border: 1px solid rgba(207,222,221,.95); border-radius: 999px; box-shadow: 0 8px 22px rgba(7,50,53,.12); font-weight: 800; cursor: pointer; transition: transform .18s ease, color .18s ease, border-color .18s ease, background .18s ease; }
.like-button:hover { color: #bd5965; border-color: #e8bfc4; transform: translateY(-1px); }
.like-button:focus-visible { outline: 3px solid rgba(8,117,122,.25); outline-offset: 2px; }
.like-button.is-liked { color: #b94050; background: #fff5f6; border-color: #ecc6cb; }
.like-button.is-liked .like-heart { transform: scale(1.08); }
.like-button.is-loading { pointer-events: none; opacity: .65; }
.like-button:disabled { color: #8a9597; background: rgba(242,244,244,.94); cursor: not-allowed; box-shadow: none; }
.like-heart { font-size: 23px; line-height: 1; transition: transform .18s ease; }
.like-count { min-width: 10px; font-size: 12px; line-height: 1; }
.like-button-card { position: absolute; z-index: 4; top: 12px; right: 12px; }
.product-pets { background: linear-gradient(145deg,#eef7f1,#dbeee2); }.product-beauty { background: linear-gradient(145deg,#faf0f5,#f4dce8); }.product-popular { background: linear-gradient(145deg,#fff8e9,#f8e4b8); }.product-pets-alt { background: linear-gradient(145deg,#f2f5ec,#e0e8cf); }.product-beauty-alt { background: linear-gradient(145deg,#eff1f8,#dfe4f4); }.product-ended { background: #eceeee; filter: grayscale(1); }
.product-illustration { display: grid; width: 130px; height: 150px; place-items: center; color: var(--teal-800); background: rgba(255,255,255,.76); border: 1px solid rgba(255,255,255,.8); border-radius: 40% 40% 30% 30%; box-shadow: 0 18px 30px rgba(20,60,61,.12); font-size: 64px; transform: rotate(-3deg); }
.badge { position: absolute; z-index: 2; top: 14px; left: 14px; padding: 6px 9px; color: #fff; background: var(--teal-800); border-radius: 7px; font-size: 11px; font-weight: 800; letter-spacing: .01em; }
.badge-best { color: #633c00; background: var(--amber); }.badge-popular { color: #633c00; background: #ffd27b; }.badge-ended { background: #6f7779; }
.card-body { padding: 20px; }
.card-category { color: var(--teal-700); font-size: 11px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.card-body h3 { min-height: 48px; margin: 8px 0 6px; font-size: 16px; line-height: 1.45; }
.store { margin: 0 0 17px; color: var(--muted); font-size: 12px; }
.price-row { min-height: 21px; display: flex; gap: 8px; align-items: center; }
.old-price { color: #7b878a; font-size: 13px; text-decoration: line-through; }.discount { padding: 2px 6px; color: #23624a; background: #e5f3eb; border-radius: 5px; font-size: 11px; font-weight: 850; }.no-discount { color: #788588; font-size: 12px; }
.current-price { display: block; margin-top: 1px; color: var(--ink); font-size: 27px; letter-spacing: -.025em; }.condition { min-height: 20px; margin: 4px 0 16px; color: var(--muted); font-size: 12px; }.verified-time { margin: 0 0 14px; color: #46605a; font-size: 11px; }.verified-time span { color: var(--teal-700); font-weight: 900; }.button-card { width: 100%; color: #fff; background: var(--teal-800); }.ended { opacity: .78; }.ended-price { color: #687376; font-size: 21px; }.ended-time { color: var(--danger); }.button-disabled { width: 100%; color: #536063; background: #e8ecec; }
.load-more { display: flex; gap: 9px; align-items: center; margin-top: 30px; padding: 12px 18px; border: 1px solid #b9cbca; color: var(--teal-800); background: #fff; border-radius: 10px; font-weight: 750; cursor: pointer; }
.load-more:hover { border-color: var(--teal-700); }.empty-state { padding: 70px 24px; text-align: center; background: #fff; border: 1px dashed #bdcecd; border-radius: var(--radius); }.empty-state strong { display: block; font-size: 24px; }.empty-state p { color: var(--muted); }

.process-section { max-width: 1192px; margin-top: 90px; margin-bottom: 90px; padding: 58px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; color: #fff; background: var(--teal-950); border-radius: 28px; }
.eyebrow.light { color: #8ed0cb; }.process-intro h2 { margin: 0; font-size: 46px; line-height: 1.03; letter-spacing: -.04em; }.process-intro p { max-width: 430px; color: #b9cecc; }.process-intro a { color: #ffd27b; font-weight: 750; text-decoration: none; }
.process-steps { margin: 0; padding: 0; list-style: none; }.process-steps li { display: grid; grid-template-columns: 55px 1fr; gap: 20px; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.13); }.process-steps li:first-child { padding-top: 0; }.process-steps li:last-child { border: 0; }.process-steps > li > span { color: var(--amber); font-size: 13px; font-weight: 850; }.process-steps strong { font-size: 20px; }.process-steps p { margin: 4px 0 0; color: #b9cecc; font-size: 14px; }
.disclosure { margin-bottom: 90px; padding: 25px 28px; display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 18px; background: var(--amber-soft); border: 1px solid #f3d89f; border-radius: 16px; }.disclosure-icon { display: grid; width: 38px; height: 38px; place-items: center; color: #6f4600; border: 2px solid #d88900; border-radius: 50%; font-family: Georgia, serif; font-weight: 800; }.disclosure p { margin: 3px 0 0; color: #67583e; font-size: 13px; }.disclosure a { color: #704800; font-size: 13px; font-weight: 800; }

.site-footer { padding: 54px max(24px, calc((100vw - 1192px)/2)); display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 40px; background: #eef3f2; border-top: 1px solid var(--line); }.footer-main img { width: 170px; height: 54px; object-fit: contain; object-position: left; }.footer-main p { max-width: 300px; color: var(--muted); font-size: 13px; }.footer-links { display: grid; align-content: start; gap: 9px; }.footer-links strong { margin-bottom: 3px; font-size: 13px; }.footer-links a { color: var(--muted); font-size: 13px; text-decoration: none; }.footer-bottom { grid-column: 1 / -1; display: flex; justify-content: space-between; padding-top: 24px; color: #6d797c; border-top: 1px solid #d6e0df; font-size: 12px; }

@media (max-width: 930px) {
  .header-inner { grid-template-columns: 160px 1fr 44px; gap: 12px; }.brand img { width: 145px; }.menu-button { width: 42px; height: 42px; display: grid; place-content: center; gap: 5px; cursor: pointer; }.menu-button span:not(.sr-only) { width: 23px; height: 2px; display: block; background: var(--teal-950); }.main-nav { position: absolute; inset: 82px 0 auto; display: none; margin: 0; padding: 18px 24px; flex-direction: column; gap: 18px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }.main-nav.open { display: flex; }.hero { grid-template-columns: 1fr; padding-top: 50px; }.hero-brand { min-height: 280px; }.hero-brand > img { width: 88%; }.verified-card { right: 7%; bottom: 25px; }.category-grid, .offer-grid { grid-template-columns: repeat(2,1fr); }.process-section { grid-template-columns: 1fr; gap: 44px; }.site-footer { grid-template-columns: 1.3fr 1fr 1fr; }.footer-main { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .prototype-bar { font-size: 10px; }.header-inner { min-height: 126px; padding: 10px 16px 12px; grid-template-columns: 1fr 42px; gap: 8px 14px; }.brand img { width: 148px; height: 40px; }form.search { grid-column: 1 / -1; grid-row: 2; width: 100%; height: 44px; }form.search input { width: 100%; padding: 0 10px; font-size: 13px; }form.search svg { flex: 0 0 18px; width: 18px; margin-left: 13px; }form.search button { width: auto; min-width: 76px; padding: 0 16px; color: #fff; position: static; }form.search button::after { content: none; }.menu-button { justify-self: end; }.main-nav { top: 126px; } main > section, .hero { padding-inline: 16px; }.hero { min-height: auto; gap: 14px; padding-top: 46px; padding-bottom: 48px; }.hero h1 { font-size: 46px; }.hero-copy > p { font-size: 16px; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 15px; }.trust-list { gap: 10px 15px; margin-top: 27px; }.hero-brand { min-height: 235px; }.hero-brand > img { width: 105%; }.hero-glow { width: 320px; height: 220px; }.verified-card { right: 0; bottom: 7px; transform: scale(.86); transform-origin: bottom right; }.category-section { padding-top: 24px; padding-bottom: 58px; }.category-grid, .offer-grid { grid-template-columns: 1fr; }.category-card { min-height: 103px; }.offers-section { padding-top: 57px; padding-bottom: 64px; }.section-heading { align-items: stretch; flex-direction: column; }.sort-control select { width: 100%; }.card-media { height: 220px; }.process-section { margin: 62px 16px; padding: 37px 25px; border-radius: 21px; }.process-intro h2 { font-size: 37px; }.disclosure { margin: 0 16px 65px; grid-template-columns: 38px 1fr; align-items: start; }.disclosure a { grid-column: 2; }.site-footer { padding: 42px 20px; grid-template-columns: 1fr 1fr; gap: 30px 20px; }.footer-main { grid-column: 1 / -1; }.footer-bottom { align-items: flex-start; flex-direction: column; gap: 5px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }

/* Integração WordPress */
.skip-link { position: fixed; z-index: 9999; top: 10px; left: 10px; padding: 10px 14px; color: #fff; background: var(--teal-950); border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.custom-logo-link { display: block; height: 49px; }
.custom-logo { width: 170px; height: 49px; object-fit: contain; object-position: left center; }
.main-nav .menu { display: flex; gap: 34px; margin: 0; padding: 0; list-style: none; }
.main-nav .menu a { color: #334448; font-size: 14px; font-weight: 650; text-decoration: none; }
.main-nav .menu a:hover, .main-nav .current-menu-item > a { color: var(--teal-700); }
.content-shell { max-width: 1192px; min-height: 54vh; margin: 0 auto; padding: 64px 24px 90px; }
.archive-header { margin-bottom: 30px; }
.archive-header h1 { max-width: 830px; margin: 0; font-size: clamp(34px, 5vw, 54px); line-height: 1.05; letter-spacing: -.04em; }
.card-media img { width: 100%; height: 100%; object-fit: contain; padding: 22px; background: #f1f6f5; }
.product-placeholder { display: grid; width: 130px; height: 150px; place-items: center; color: #fff; background: var(--teal-800); border-radius: 40% 40% 30% 30%; box-shadow: 0 18px 30px rgba(20,60,61,.12); font-size: 62px; transform: rotate(-3deg); }
.card-body h2 { min-height: 48px; margin: 8px 0 6px; font-size: 16px; line-height: 1.45; }
.card-body h2 a { text-decoration: none; }
.card-body h2 a:hover { color: var(--teal-700); }
.empty-home { grid-column: 1 / -1; width: 100%; }
.navigation.pagination { margin-top: 32px; }
.nav-links { display: flex; gap: 8px; justify-content: center; }
.page-numbers { display: grid; min-width: 42px; height: 42px; padding: 0 10px; place-items: center; color: var(--teal-800); background: #fff; border: 1px solid var(--line); border-radius: 9px; text-decoration: none; }
.page-numbers.current { color: #fff; background: var(--teal-800); border-color: var(--teal-800); }
.prose { max-width: 820px; }
.entry-content { color: #34464a; font-size: 17px; }
.entry-content > * + * { margin-top: 1.25em; }
.entry-content a { color: var(--teal-700); }
.detail-wrap { max-width: 1192px; margin: 0 auto; padding: 46px 24px 80px; }
.back { display: inline-block; margin-bottom: 28px; color: var(--teal-800); font-weight: 750; text-decoration: none; }
.detail-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 58px; }
.detail-media { min-height: 480px; display: grid; place-items: center; background: linear-gradient(145deg,#eef7f1,#dbeee2); border-radius: 24px; overflow: hidden; }
.detail-media img { width: 100%; height: 100%; object-fit: contain; padding: 30px; }
.detail-media > span { color: var(--teal-800); font-size: 130px; }
.detail-info h1 { margin: 8px 0 12px; font-size: clamp(34px, 5vw, 48px); line-height: 1.08; letter-spacing: -.04em; }
.detail-info .current-price { font-size: 40px; }
.detail-price-like { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 1px; }
.detail-price-like .current-price { margin-top: 0; }
.like-button-detail { flex: 0 0 auto; min-width: 64px; height: 43px; }
.detail-info .offer-cta { width: 100%; margin: 20px 0; }
.affiliate-note { padding: 15px; color: #5d503a; background: var(--amber-soft); border-radius: 12px; font-size: 12px; }
.search-no-results .empty-state form.search { max-width: 620px; margin: 20px auto 0; text-align: left; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

@media (max-width: 930px) {
  .main-nav .menu { flex-direction: column; gap: 18px; }
}

@media (max-width: 700px) {
  .detail-grid { grid-template-columns: 1fr; }
  .detail-media { min-height: 300px; }
}

@media (max-width: 640px) {
  .custom-logo-link, .custom-logo { width: 118px; height: 40px; }
  .content-shell { padding: 48px 16px 68px; }
}
.seloferta-breadcrumbs { margin: 0 0 22px; font-size: .85rem; color: #526075; }
.seloferta-breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 0; list-style: none; }
.seloferta-breadcrumbs li + li::before { content: "/"; margin-right: 8px; }
.seloferta-breadcrumbs a { text-decoration: underline; }
.archive-description { max-width: 850px; margin-bottom: 24px; }
