﻿:root {
  --bg: #160e20;
  --surface: #2b1541;
  --surface-2: #341957;
  --text: #f3ecff;
  --muted: #cab8e8;
  --accent: #d257ff;
  --border: #56307e;
  --shadow: 0 16px 30px rgba(0, 0, 0, 0.32);
}

html,
body {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

body {
  color: var(--text);
  font-family: "Plus Jakarta Sans", "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 0% 0%, #45206d 0%, transparent 34%),
    radial-gradient(circle at 100% 0%, #2b1454 0%, transparent 36%),
    var(--bg);
}

.header {
  margin: 0;
  padding: 0;
  background: transparent;
}

.header-top {
  max-width: 1240px;
  margin: 0 auto;
  padding: 10px 20px 12px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.header-top.compact {
  padding-top: 8px;
  padding-bottom: 10px;
  gap: 14px;
}

.logo {
  text-decoration: none;
  color: #fff;
  font-family: "Tilt Neon", "Plus Jakarta Sans", sans-serif;
  font-size: 2rem;
  line-height: 1;
  min-width: 160px;
  text-shadow: 0 0 20px rgba(210, 87, 255, 0.75);
}

.header-top.compact .logo {
  min-width: 140px;
  font-size: 1.7rem;
}

.shop {
  display: block;
  font-size: 1rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.94;
}

.header-top.compact .shop {
  font-size: 0.8rem;
}

.header-search {
  flex: 1;
}

.header-search form {
  margin: 0;
  width: 100%;
  display: flex;
  align-items: center;
  background: rgba(52, 45, 61, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.04), 0 10px 22px rgba(0, 0, 0, 0.14);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.header-search form:hover,
.header-search form:focus-within {
  background: rgba(52, 45, 61, 0.98);
  border-color: rgba(255, 255, 255, 0.26);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05), 0 10px 22px rgba(0, 0, 0, 0.14), 0 0 0 3px rgba(210, 87, 255, 0.18);
  transform: translateY(-1px);
}

.header-search input:focus,
.header-search input:focus-visible {
  outline: none;
}

.header-search form:focus-within .search-btn {
  background: rgba(210, 87, 255, 0.45);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.header-search input {
  width: 100%;
  border: 0;
  color: #fff;
  background: transparent;
  font-size: 1rem;
  padding: 14px 16px;
  outline: none;
  box-shadow: none;
  appearance: none;
}

.header-search input:-webkit-autofill,
.header-search input:-webkit-autofill:hover,
.header-search input:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0 1000px rgba(52, 45, 61, 0.98) inset;
  box-shadow: 0 0 0 1000px rgba(52, 45, 61, 0.98) inset;
  transition: background-color 9999s ease-in-out 0s;
}

.header-search input::placeholder {
  color: rgba(255, 255, 255, 0.82);
}

.search-btn {
  border: 0;
  background: rgba(255, 255, 255, 0.10);
  cursor: pointer;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  transition: background 0.2s ease, transform 0.2s ease;
}

.search-btn:hover {
  background: rgba(210, 87, 255, 0.45);
  transform: translateY(-1px);
}

.search-btn img {
  width: 19px;
  height: 19px;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
}

.social-icon {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.24);
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.social-icon:hover,
.social-icon:focus-visible {
  background: rgba(210, 87, 255, 0.4);
  border-color: rgba(255, 255, 255, 0.42);
  box-shadow: 0 0 0 1px rgba(210, 87, 255, 0.18), 0 10px 18px rgba(0, 0, 0, 0.22);
  transform: translateY(-1px);
}

.social-icon.telegram-social {
  position: relative;
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  background: #24a1de;
  border-color: rgba(164, 220, 255, 0.42);
  box-shadow: 0 0 0 1px rgba(36, 161, 222, 0.22), 0 12px 20px rgba(0, 0, 0, 0.22);
  animation: telegramColorCycle 2s ease-in-out infinite;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.social-icon.telegram-social:hover,
.social-icon.telegram-social:focus-visible {
  box-shadow: 0 0 0 1px rgba(53, 170, 255, 0.26), 0 12px 20px rgba(0, 0, 0, 0.22), 0 0 24px rgba(255, 112, 52, 0.22);
  transform: translateY(-1px);
}

.social-icon.telegram-social::after {
  content: "1";
  position: absolute;
  top: -4px;
  right: -4px;
  width: 17px;
  height: 17px;
  border-radius: 999px;
  background: #ef2f45;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 0.72rem;
  font-weight: 800;
  border: 2px solid #241137;
  box-shadow: 0 8px 14px rgba(0, 0, 0, 0.24);
}

.header-search input {
  transition: outline-color 0.2s ease, box-shadow 0.2s ease;
}

.social-icon img {
  width: 17px;
  height: 17px;
}

.social-icon.telegram-social img {
  width: 24px;
  height: 24px;
}

@keyframes telegramColorCycle {
  0% {
    background: #24a1de;
    border-color: rgba(164, 220, 255, 0.42);
    box-shadow: 0 0 0 1px rgba(36, 161, 222, 0.22), 0 12px 20px rgba(0, 0, 0, 0.22);
  }

  50% {
    background: #ff5c00;
    border-color: rgba(255, 205, 168, 0.72);
    box-shadow: 0 0 0 1px rgba(255, 92, 0, 0.24), 0 12px 20px rgba(0, 0, 0, 0.22), 0 0 18px rgba(255, 92, 0, 0.2);
  }

  100% {
    background: #24a1de;
    border-color: rgba(164, 220, 255, 0.42);
    box-shadow: 0 0 0 1px rgba(36, 161, 222, 0.22), 0 12px 20px rgba(0, 0, 0, 0.22);
  }
}

.navbar {
  background: rgba(23, 11, 37, 0.94);
  backdrop-filter: blur(10px);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  z-index: 30;
}

.navbar-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
}

.menu-toggle {
  display: none;
  border: 1px solid var(--border);
  background: var(--surface);
  color: var(--text);
  border-radius: 10px;
  font-weight: 600;
  padding: 10px 14px;
  margin: 12px 0;
}

.menu {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 2px;
}

.menu-item {
  position: relative;
}

.menu-link {
  color: #f6eeff;
  text-decoration: none;
  display: block;
  padding: 16px 14px;
  font-weight: 600;
  border-radius: 10px;
}

.menu-link:hover,
.menu-link:focus-visible {
  background: rgba(210, 87, 255, 0.17);
  color: #ffffff;
}

.has-dropdown > .menu-link::after {
  content: "\25BE";
  font-size: 0.72rem;
  margin-left: 8px;
}

.dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 760px;
  max-width: min(960px, calc(100vw - 32px));
  padding: 10px;
  border-radius: 12px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  background: #2a1541;
  display: grid;
  grid-template-columns: repeat(3, minmax(180px, 1fr));
  gap: 4px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  align-items: start;
}

.has-dropdown:hover .dropdown,
.has-dropdown:focus-within .dropdown,
.has-dropdown.open .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown a {
  text-decoration: none;
  color: var(--text);
  font-weight: 600;
  border-radius: 8px;
  padding: 10px 12px;
  min-width: 0;
}

.dropdown a:hover,
.dropdown a.active {
  background: rgba(210, 87, 255, 0.2);
  color: #fff;
}

main {
  max-width: 1240px;
  margin: 0 auto;
  padding: 22px 20px 30px;
}

.seo-intro {
  margin-bottom: 18px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(43, 21, 65, 0.92));
  box-shadow: var(--shadow);
}

.seo-kicker {
  margin: 0 0 8px;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #efd7ff;
}

.seo-intro h1 {
  margin: 0 0 10px;
  font-size: clamp(1.5rem, 2.4vw, 2.15rem);
  line-height: 1.15;
}

.seo-intro p:last-child {
  margin: 0;
  max-width: 860px;
  color: var(--muted);
  line-height: 1.6;
}

.seo-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 18px;
}

.seo-links a {
  text-decoration: none;
  color: #f5ddff;
  font-weight: 700;
  padding: 9px 14px;
  border-radius: 999px;
  border: 1px solid rgba(210, 87, 255, 0.25);
  background: rgba(255, 255, 255, 0.04);
}

.seo-links a:hover,
.seo-links a:focus-visible {
  background: rgba(210, 87, 255, 0.18);
  box-shadow: 0 0 0 1px rgba(210, 87, 255, 0.18);
}

.banner-container {
  position: relative;
  height: clamp(170px, 28vw, 300px);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: #2a1243;
}

.fullwidth-home .banner-container {
  margin-bottom: 10px;
}

.affiliate-generator-section {
  margin: 14px 0 22px;
}

.affiliate-generator-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.affiliate-generator-title h2 {
  margin: 0;
  font-size: 1.5rem;
}

.affiliate-generator-title-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #f3d7ff;
  font-size: 1rem;
}

.affiliate-generator-card {
  border: 1px solid rgba(130, 83, 184, 0.65);
  background: linear-gradient(180deg, rgba(48, 30, 77, 0.98) 0%, rgba(40, 25, 67, 0.98) 100%);
  box-shadow: var(--shadow);
  border-radius: 16px;
  padding: 18px 16px;
}

.affiliate-generator-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: stretch;
}

.affiliate-generator-input-wrap {
  position: relative;
}

.affiliate-generator-input {
  width: 100%;
  min-height: 54px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(20, 16, 31, 0.45);
  color: #fff;
  padding: 0 44px 0 16px;
  font-size: 0.98rem;
  outline: none;
}

.affiliate-generator-input::placeholder {
  color: rgba(255, 255, 255, 0.62);
}

.affiliate-generator-input:focus {
  border-color: rgba(210, 87, 255, 0.5);
  box-shadow: 0 0 0 3px rgba(210, 87, 255, 0.14);
}

.affiliate-generator-button,
.affiliate-generator-copy {
  min-width: 112px;
  min-height: 54px;
  border: 0;
  border-radius: 12px;
  background: #b78600;
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.03em;
  cursor: pointer;
  transition: transform 0.2s ease, filter 0.2s ease, background 0.2s ease;
}

.affiliate-generator-button:hover,
.affiliate-generator-copy:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
}

.affiliate-generator-helper {
  margin: 12px 0 0;
  color: #dfcfff;
  font-size: 0.89rem;
  line-height: 1.55;
  padding-left: 16px;
}

.affiliate-generator-feedback {
  margin-top: 14px;
  border-radius: 12px;
  padding: 12px 14px;
  font-size: 0.95rem;
  line-height: 1.5;
}

.affiliate-generator-feedback-success {
  background: rgba(60, 178, 123, 0.16);
  border: 1px solid rgba(60, 178, 123, 0.38);
  color: #dff7ea;
}

.affiliate-generator-feedback-error {
  background: rgba(220, 78, 115, 0.14);
  border: 1px solid rgba(220, 78, 115, 0.34);
  color: #ffe0ea;
}

.affiliate-generator-check {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%) scale(0.9);
  color: #46d67d;
  font-size: 1rem;
  font-weight: 800;
  opacity: 0;
  transition: opacity 0.18s ease, transform 0.18s ease;
  pointer-events: none;
}

.affiliate-generator-check.is-visible {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

.affiliate-generator-check.is-error {
  color: #ff5d73;
}

.banner-slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.8s ease;
  background: #2a1243;
}

.banner-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.banner-slide-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.banner-slide.active {
  opacity: 1;
}

.section-head {
  margin-top: 24px;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.fullwidth-home .section-head {
  margin-top: 0;
}

.destaque-titulo {
  margin: 0;
  font-size: 1.2rem;
  color: #f2eaff;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  font-size: 0.86rem;
  color: var(--muted);
}

.breadcrumb a {
  color: #f0d4ff;
  text-decoration: none;
}

.breadcrumb a:hover,
.breadcrumb a:focus-visible {
  text-decoration: underline;
}

.category-description {
  margin: 8px 0 0;
  max-width: 880px;
  color: var(--muted);
  line-height: 1.6;
}

.clear-filter {
  text-decoration: none;
  color: #f0cfff;
  font-weight: 700;
}

.sort-box {
  display: flex;
  align-items: center;
  gap: 8px;
}

.sort-box label {
  font-size: 0.84rem;
  color: var(--muted);
}

.sort-box select {
  border: 1px solid var(--border);
  background: var(--surface);
  color: var(--text);
  border-radius: 8px;
  padding: 7px 8px;
}

.produtos-container {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.produto-link {
  text-decoration: none;
  color: inherit;
}

html.js .lazy-item-hidden {
  display: none;
}

.produto {
  height: 100%;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.04), transparent), var(--surface);
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.2);
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.produto:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.36);
}

.produto img {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 10px;
  object-fit: cover;
  background: var(--surface-2);
}

.titulo-produto {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.35;
  min-height: 40px;
  text-align: center;
}

.descricao-produto {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.45;
  min-height: 40px;
  text-align: center;
}

.tags-produto {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
}

.meta-produto,
.meta-loja {
  display: inline-flex;
  align-self: center;
  border-radius: 999px;
  font-size: 0.72rem;
  padding: 4px 10px;
  font-weight: 700;
}

.meta-produto {
  background: rgba(210, 87, 255, 0.22);
  color: #f7e6ff;
}

.meta-loja {
  background: rgba(255, 255, 255, 0.12);
  color: #f9f0ff;
  justify-content: center;
  text-align: center;
}

.preco-produto {
  margin-top: auto;
  font-size: 22px;
  font-weight: 800;
  color: var(--accent);
  text-align: center;
}

.preco-atualizado {
  margin-top: 6px;
  font-size: 10px;
  color: #d8c4f8;
  text-align: center;
}

.nao-encontrado {
  grid-column: 1 / -1;
  border: 1px dashed var(--border);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  padding: 42px 20px;
  text-align: center;
  color: var(--muted);
}

footer {
  margin-top: 40px;
  background: #120a1f;
  color: #cab8e8;
}

.footer-content {
  max-width: 1240px;
  margin: 0 auto;
  padding: 22px 20px;
  text-align: center;
  line-height: 1.5;
  font-size: 0.84rem;
}

.footer-content a {
  color: #efd2ff;
  text-decoration: none;
}

.footer-content a:hover,
.footer-content a:focus-visible {
  text-decoration: underline;
}

.legal-page {
  max-width: 1040px;
  margin: 0 auto;
  padding: 36px 20px 56px;
}

.legal-card {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 4px 0 0;
}

.legal-card h1 {
  margin: 0 0 8px;
  font-size: clamp(1.9rem, 3vw, 2.5rem);
}

.legal-updated {
  margin: 0 0 28px;
  color: #cab8e8;
  font-size: 0.95rem;
}

.legal-card section + section {
  margin-top: 26px;
}

.legal-card h2 {
  margin: 0 0 10px;
  font-size: 1.18rem;
}

.legal-card h3 {
  margin: 18px 0 8px;
  font-size: 1rem;
}

.legal-card p,
.legal-card li {
  color: #f2eaff;
  line-height: 1.7;
}

.legal-card ul {
  margin: 10px 0 0 18px;
  padding: 0;
}

.editorial-strip {
  margin: 18px 0 12px;
}

.editorial-strip-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.editorial-strip-head h2 {
  margin: 0;
  font-size: 1.1rem;
}

.editorial-strip-head a,
.info-card a,
.page-side-card a,
.page-social-list a,
.primary-action {
  text-decoration: none;
  color: #f8e9ff;
  font-weight: 700;
}

.content-page-shell {
  max-width: 1240px;
  margin: 0 auto;
  padding: 24px 20px 32px;
}

.page-hero {
  margin-bottom: 18px;
  padding: 22px 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.05), rgba(43, 21, 65, 0.92));
  box-shadow: var(--shadow);
}

.page-hero h1 {
  margin: 0 0 12px;
  font-size: clamp(1.7rem, 2.8vw, 2.5rem);
  line-height: 1.1;
}

.page-lead {
  margin: 0;
  max-width: 900px;
  color: var(--muted);
  line-height: 1.7;
}

.page-pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.page-pill-list a,
.page-side-card a,
.info-card a,
.primary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 14px;
  border-radius: 12px;
  border: 1px solid rgba(210, 87, 255, 0.28);
  background: rgba(255, 255, 255, 0.05);
}

.page-pill-list a:hover,
.page-pill-list a:focus-visible,
.page-side-card a:hover,
.page-side-card a:focus-visible,
.info-card a:hover,
.info-card a:focus-visible,
.editorial-strip-head a:hover,
.editorial-strip-head a:focus-visible,
.page-social-list a:hover,
.page-social-list a:focus-visible,
.primary-action:hover,
.primary-action:focus-visible {
  background: rgba(210, 87, 255, 0.18);
  box-shadow: 0 0 0 1px rgba(210, 87, 255, 0.18);
}

.content-columns {
  display: grid;
  grid-template-columns: minmax(0, 1.9fr) minmax(260px, 0.9fr);
  gap: 20px;
}

.content-columns.no-aside {
  grid-template-columns: minmax(0, 1fr);
}

.page-content-card,
.page-side-card,
.info-card {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.045), rgba(43, 21, 65, 0.94));
  box-shadow: var(--shadow);
}

.page-content-card {
  padding: 24px;
}

.page-sidebar {
  display: grid;
  align-content: start;
  gap: 16px;
}

.page-side-card {
  padding: 18px;
}

.page-side-card h2,
.page-section h2,
.info-card h3 {
  margin-top: 0;
}

.page-section + .page-section {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.page-section p,
.page-section li,
.page-side-card p {
  color: var(--muted);
  line-height: 1.7;
}

.page-list {
  margin: 14px 0 0;
  padding-left: 18px;
}

.info-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.info-card {
  padding: 18px;
}

.page-social-list {
  display: grid;
  gap: 10px;
}

.contact-form {
  display: grid;
  gap: 14px;
  margin-top: 14px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.contact-form label {
  display: grid;
  gap: 8px;
}

.contact-form span {
  font-weight: 700;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  background: rgba(20, 10, 30, 0.94);
  color: var(--text);
  padding: 12px 14px;
  font: inherit;
}

.contact-form textarea {
  resize: vertical;
  min-height: 160px;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: rgba(210, 87, 255, 0.48);
  box-shadow: 0 0 0 3px rgba(210, 87, 255, 0.16);
}

.primary-action {
  width: fit-content;
  cursor: pointer;
}

.form-feedback {
  margin-top: 10px;
  padding: 12px 14px;
  border-radius: 12px;
  font-weight: 600;
}

.form-feedback.success {
  background: rgba(72, 170, 109, 0.16);
  border: 1px solid rgba(72, 170, 109, 0.35);
  color: #dff7e7;
}

.form-feedback.error {
  background: rgba(202, 74, 110, 0.16);
  border: 1px solid rgba(202, 74, 110, 0.35);
  color: #ffe1ea;
}

.hidden-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

@font-face {
  font-family: "Tilt Neon";
  src: url("tilt-neon-v8-latin-regular.woff2") format("woff2");
}

@media (max-width: 1120px) {
  .produtos-container { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .header-top {
    flex-wrap: wrap;
    gap: 14px;
  }

  .logo {
    min-width: 0;
    font-size: 1.8rem;
  }

  .header-search {
    order: 3;
    width: 100%;
    flex-basis: 100%;
  }

  .menu-toggle { display: inline-block; }

  .menu {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    padding: 8px 0 14px;
    gap: 0;
  }

  .navbar.menu-open .menu { display: flex; }

  .menu-link { padding: 12px 10px; }

  .content-columns,
  .content-columns.no-aside,
  .form-grid,
  .info-card-grid {
    grid-template-columns: 1fr;
  }

  .dropdown {
    position: static;
    min-width: 0;
    max-width: none;
    box-shadow: none;
    border: 1px solid var(--border);
    margin: 0 0 8px;
    border-radius: 10px;
    display: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .has-dropdown.open .dropdown { display: grid; }
  .produtos-container { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
  main { padding: 18px 14px 28px; }
  .navbar-inner,
  .header-top,
  .footer-content {
    padding-left: 14px;
    padding-right: 14px;
  }

  .header-right { margin-left: auto; }
  .produtos-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .section-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .seo-intro {
    padding: 16px;
  }

  .seo-links {
    gap: 8px;
  }

  .seo-links a {
    width: 100%;
    text-align: center;
  }

  .content-page-shell {
    padding-left: 14px;
    padding-right: 14px;
  }

  .page-hero,
  .page-content-card,
  .page-side-card,
  .info-card {
    padding: 16px;
  }

  .editorial-strip-head {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 460px) {
  .produtos-container { grid-template-columns: 1fr; }
  .social-icon {
    width: 32px;
    height: 32px;
  }

  .affiliate-generator-row {
    grid-template-columns: 1fr;
  }

  .affiliate-generator-button {
    width: 100%;
  }

  .banner-container {
    height: auto;
    background: transparent;
    box-shadow: none;
    overflow: visible;
  }

  .banner-slide {
    position: static;
    display: none;
    opacity: 1;
    background: transparent;
  }

  .banner-slide.active {
    display: flex;
  }

  .banner-slide img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
  }

  .banner-slide-link {
    height: auto;
  }

  .affiliate-generator-helper {
    font-size: clamp(0.42rem, 1.95vw, 0.6rem);
    line-height: 1.1;
    letter-spacing: -0.01em;
    padding-left: 0;
    text-align: center;
    white-space: nowrap;
  }

  .header-search input {
    font-size: 0.95rem;
    padding: 12px;
  }
}

.produto-indisponivel { border-color: #7b3f5a; }
.preco-produto.indisponivel {
  color: #ff9ab6;
  letter-spacing: 0.04em;
}

.fallback-msg {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.3;
}

.disabled-link {
  pointer-events: none;
  cursor: default;
  opacity: 0.75;
}

.lazy-load-controls {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
}

.lazy-load-status {
  color: var(--muted);
  font-size: 0.9rem;
}

.lazy-load-button {
  border: 1px solid var(--border);
  background: linear-gradient(180deg, rgba(210, 87, 255, 0.2), rgba(92, 42, 140, 0.28));
  color: var(--text);
  border-radius: 999px;
  padding: 10px 18px;
  font-weight: 700;
  cursor: pointer;
}

.lazy-load-button.is-hidden,
.lazy-load-sentinel.is-hidden {
  display: none;
}

.lazy-load-sentinel {
  width: 100%;
  height: 1px;
}
