:root {
  color-scheme: light;
  --seo-ink: #092a24;
  --seo-muted: #58726b;
  --seo-green: #08a776;
  --seo-green-dark: #067d5b;
  --seo-yellow: #f5c84b;
  --seo-line: rgba(9, 78, 60, 0.14);
  --seo-surface: rgba(255, 255, 255, 0.94);
  --seo-surface-solid: #ffffff;
  --seo-soft: #f3faf7;
  --seo-shadow: 0 24px 70px rgba(16, 78, 61, 0.11);
  --seo-shadow-soft: 0 12px 34px rgba(16, 78, 61, 0.08);
  --seo-focus: #f3bd2e;
  --seo-ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  background:
    linear-gradient(135deg, rgba(245, 200, 75, 0.12), rgba(8, 167, 118, 0.09)),
    url("./assets/garimpanda-background.webp") top center / cover no-repeat;
  color: var(--seo-ink);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
}

a,
button {
  touch-action: manipulation;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--seo-focus);
  outline-offset: 3px;
}

.seo-skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  border-radius: 12px;
  background: #062c24;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  transform: translateY(calc(-100% - 20px));
  transition: transform 160ms cubic-bezier(0.23, 1, 0.32, 1);
}

.seo-skip-link:focus-visible {
  transform: translateY(0);
  outline: 3px solid var(--seo-yellow);
  outline-offset: 3px;
}

.seo-shell {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
  padding: 20px 0 48px;
}

.seo-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 74px;
  padding: 12px 18px;
  border: 1px solid var(--seo-line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.93);
  box-shadow: var(--seo-shadow-soft);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.seo-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  white-space: nowrap;
}

.seo-brand img {
  width: 44px;
  height: 44px;
  border-radius: 14px;
}

.seo-brand-copy {
  display: grid;
  gap: 1px;
  color: var(--seo-ink);
  line-height: 1.1;
}

.seo-brand-copy > strong {
  font-size: 1.25rem;
  font-weight: 900;
}

.seo-brand-copy > strong span,
.seo-kicker {
  color: var(--seo-green-dark);
}

.seo-brand-copy small {
  color: var(--seo-muted);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.seo-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.seo-nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border-radius: 12px;
  font-weight: 750;
  text-decoration: none;
  transition: color 160ms ease, background-color 160ms ease, transform 140ms var(--seo-ease-out);
}

.seo-nav a[aria-current="page"] {
  background: rgba(8, 167, 118, 0.11);
  color: var(--seo-green-dark);
}

.seo-main {
  display: grid;
  gap: 24px;
  margin-top: 28px;
}

.seo-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 4px;
  color: var(--seo-muted);
  font-size: 0.9rem;
  align-items: center;
}

.seo-breadcrumbs a {
  color: var(--seo-green-dark);
  font-weight: 700;
}

.seo-card {
  border: 1px solid var(--seo-line);
  border-radius: 28px;
  background: var(--seo-surface);
  box-shadow: var(--seo-shadow);
}

.seo-product-detail {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
  align-items: center;
  gap: clamp(26px, 3.5vw, 44px);
  overflow: hidden;
  padding: clamp(18px, 2.5vw, 30px);
  background:
    radial-gradient(circle at 90% 4%, rgba(8, 167, 118, 0.1), transparent 30%),
    var(--seo-surface);
}

.seo-product-media {
  display: flex;
  min-width: 0;
  min-height: 500px;
  align-self: center;
  flex-direction: column;
  padding: 16px;
  border: 1px solid rgba(9, 78, 60, 0.1);
  border-radius: 22px;
  background: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85), 0 14px 34px rgba(16, 78, 61, 0.06);
}

.seo-media-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 36px;
}

.seo-source-badge,
.seo-discount-badge {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 850;
  line-height: 1.2;
}

.seo-source-badge {
  border: 1px solid rgba(9, 78, 60, 0.12);
  background: var(--seo-soft);
  color: var(--seo-green-dark);
}

.seo-source-amazon {
  border-color: rgba(255, 153, 0, 0.26);
  background: #fff8ea;
  color: #6d4900;
}

.seo-source-mercadolivre {
  border-color: rgba(43, 66, 153, 0.14);
  background: #fff9d9;
  color: #25336f;
}

.seo-discount-badge {
  background: #083f33;
  color: #fff;
}

.seo-product-image-link {
  display: grid;
  min-height: 330px;
  flex: 1;
  place-items: center;
  padding: clamp(16px, 3vw, 30px);
  border-radius: 18px;
  text-decoration: none;
}

.seo-product-image-link img {
  width: 100%;
  height: 100%;
  max-height: 360px;
  object-fit: contain;
}

.seo-media-caption {
  margin: 10px 4px 0;
  color: var(--seo-muted);
  font-size: 0.78rem;
  line-height: 1.45;
  text-align: center;
}

.seo-product-copy {
  display: flex;
  min-width: 0;
  align-self: center;
  flex-direction: column;
  justify-content: center;
  padding: 2px 0;
}

.seo-product-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
  color: var(--seo-muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.seo-product-status > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--seo-green-dark);
  white-space: nowrap;
}

.seo-product-status i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--seo-green);
  box-shadow: 0 0 0 5px rgba(8, 167, 118, 0.11);
}

.seo-product-status time {
  text-align: right;
}

.seo-kicker {
  display: inline-flex;
  margin-bottom: 10px;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 14px;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.06;
  letter-spacing: -0.04em;
}

.seo-product-title {
  max-width: none;
  margin-bottom: 10px;
  font-size: clamp(1.85rem, 2.8vw, 2.75rem);
  line-height: 1.08;
  overflow-wrap: anywhere;
}

h2 {
  font-size: clamp(1.45rem, 3vw, 2.2rem);
  line-height: 1.15;
  letter-spacing: -0.025em;
}

.seo-lead {
  max-width: 70ch;
  color: var(--seo-muted);
  font-size: 1.04rem;
}

.seo-product-copy > .seo-lead {
  max-width: 58ch;
  margin-bottom: 14px;
}

.seo-offer-panel {
  margin-top: 2px;
  padding: 16px 18px;
  border: 1px solid rgba(8, 167, 118, 0.14);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(8, 167, 118, 0.08), rgba(245, 200, 75, 0.08));
}

.seo-price-label {
  display: block;
  margin-bottom: 6px;
  color: var(--seo-muted);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.seo-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px;
  margin: 0;
  font-variant-numeric: tabular-nums;
}

.seo-price strong {
  color: var(--seo-green-dark);
  font-size: clamp(2.15rem, 4vw, 3rem);
  line-height: 1;
  letter-spacing: -0.035em;
}

.seo-price strong.seo-price-unavailable {
  font-size: clamp(1.35rem, 2.6vw, 1.8rem);
  letter-spacing: -0.015em;
  line-height: 1.15;
}

.seo-old-price {
  color: var(--seo-muted);
  font-size: 0.88rem;
}

.seo-price del {
  color: inherit;
}

.seo-savings {
  margin: 8px 0 0;
  color: #35655a;
  font-size: 0.9rem;
}

.seo-savings strong {
  color: var(--seo-green-dark);
}

.seo-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 20px;
}

.seo-offer-facts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(138px, 1fr));
  gap: 10px;
  margin: 12px 0 0;
}

.seo-offer-facts > div {
  min-width: 0;
  padding: 10px 12px;
  border: 1px solid rgba(9, 78, 60, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
}

.seo-offer-facts dt {
  margin-bottom: 2px;
  color: var(--seo-muted);
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.seo-offer-facts dd {
  margin: 0;
  color: var(--seo-ink);
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.seo-badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 11px;
  border: 1px solid rgba(8, 167, 118, 0.18);
  border-radius: 999px;
  background: rgba(8, 167, 118, 0.08);
  color: var(--seo-green-dark);
  font-size: 0.82rem;
  font-weight: 800;
}

.seo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.seo-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid var(--seo-line);
  border-radius: 14px;
  background: #fff;
  font-weight: 850;
  text-decoration: none;
  gap: 8px;
  transition: transform 140ms var(--seo-ease-out), border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.seo-button svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.seo-button.primary {
  border-color: transparent;
  background: linear-gradient(135deg, var(--seo-green), #0aba82);
  color: #fff;
  box-shadow: 0 12px 26px rgba(8, 167, 118, 0.22);
}

.seo-button:active {
  transform: scale(0.97);
}

.seo-disclosure {
  margin: 14px 0 0;
  padding: 11px 14px;
  border-left: 4px solid var(--seo-yellow);
  border-radius: 10px;
  background: rgba(245, 200, 75, 0.12);
  color: #5c5437;
  font-size: 0.8rem;
  line-height: 1.48;
}

.seo-store-disclaimer {
  margin: 8px 0 0;
  color: var(--seo-muted);
  font-size: 0.7rem;
  line-height: 1.5;
}

.seo-marketplace-path-note {
  margin: 10px 0 0;
  padding: 10px 12px;
  border-radius: 12px;
  background: #fff8d8;
  color: #594f23;
  font-size: 0.8rem;
  line-height: 1.45;
}

.seo-section {
  padding: clamp(22px, 4vw, 42px);
}

.seo-details-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(280px, 0.75fr);
  gap: 20px;
}

.seo-checklist h2,
.seo-side-note h2 {
  margin-bottom: 18px;
}

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

.seo-check-grid > div {
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(9, 78, 60, 0.1);
  border-radius: 16px;
  background: rgba(243, 250, 247, 0.72);
}

.seo-check-grid span {
  display: block;
  margin-bottom: 14px;
  color: var(--seo-green-dark);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.seo-check-grid strong {
  display: block;
  margin-bottom: 4px;
  font-size: 0.96rem;
}

.seo-check-grid p,
.seo-side-note p {
  margin: 0;
  color: var(--seo-muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.seo-side-note {
  align-self: stretch;
  background:
    linear-gradient(145deg, rgba(8, 167, 118, 0.1), rgba(255, 255, 255, 0.92)),
    var(--seo-surface);
}

.seo-inline-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 7px;
  margin-top: 20px;
  color: var(--seo-green-dark);
  font-weight: 850;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.seo-category-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
  align-items: center;
  min-height: 280px;
  gap: clamp(24px, 5vw, 68px);
  overflow: hidden;
  padding: clamp(28px, 4vw, 44px);
  background:
    radial-gradient(circle at 91% 12%, rgba(245, 200, 75, 0.2), transparent 28%),
    radial-gradient(circle at 76% 100%, rgba(8, 167, 118, 0.14), transparent 36%),
    var(--seo-surface);
}

.seo-category-copy {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.seo-category-copy h1 {
  max-width: 18ch;
  margin-bottom: 12px;
  font-size: clamp(2.25rem, 4.4vw, 3.65rem);
}

.seo-category-copy > .seo-lead {
  max-width: 58ch;
  margin-bottom: 18px;
}

.seo-category-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.seo-category-meta > div {
  min-width: 170px;
  display: grid;
  gap: 1px;
  padding: 9px 13px;
  border: 1px solid rgba(9, 78, 60, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.68);
}

.seo-category-meta strong {
  color: var(--seo-ink);
  font-size: 0.92rem;
  font-variant-numeric: tabular-nums;
}

.seo-category-meta span {
  color: var(--seo-muted);
  font-size: 0.74rem;
}

.seo-category-visual {
  position: relative;
  min-height: 190px;
  display: grid;
  align-content: center;
  justify-items: center;
  padding: 26px;
  border: 1px solid rgba(9, 78, 60, 0.1);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.66);
  box-shadow: 0 20px 50px rgba(16, 78, 61, 0.08);
  text-align: center;
}

.seo-category-visual::before,
.seo-category-visual::after {
  position: absolute;
  border: 1px solid rgba(8, 167, 118, 0.12);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.seo-category-visual::before {
  width: 150px;
  height: 150px;
}

.seo-category-visual::after {
  width: 190px;
  height: 190px;
}

.seo-category-visual span,
.seo-category-visual strong,
.seo-category-visual img {
  position: relative;
  z-index: 1;
}

.seo-category-visual span {
  color: var(--seo-muted);
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.seo-category-visual strong {
  max-width: 16ch;
  margin: 2px 0 8px;
  color: var(--seo-green-dark);
  font-size: 1.25rem;
  line-height: 1.15;
}

.seo-category-visual img {
  width: 88px;
  height: 88px;
  object-fit: contain;
}

.seo-grid-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  padding: 8px 4px 0;
}

.seo-grid-heading .seo-kicker {
  margin-bottom: 5px;
}

.seo-grid-heading h2 {
  margin: 0;
}

.seo-grid-heading p {
  max-width: 42ch;
  margin: 0 0 3px;
  color: var(--seo-muted);
  font-size: 0.88rem;
  text-align: right;
}

.seo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 260px), 1fr));
  gap: 18px;
}

.seo-product-card {
  display: grid;
  grid-template-rows: 204px 1fr;
  overflow: hidden;
  border: 1px solid rgba(9, 78, 60, 0.12);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(16, 78, 61, 0.06);
  transition: transform 180ms var(--seo-ease-out), border-color 180ms ease, box-shadow 180ms ease;
}

.seo-card-media {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 22px 18px 14px;
  border-bottom: 1px solid rgba(9, 78, 60, 0.08);
  background: linear-gradient(180deg, #fff, #f9fcfb);
  text-decoration: none;
}

.seo-card-source,
.seo-card-discount {
  position: absolute;
  top: 12px;
  z-index: 1;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 9px;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 850;
  line-height: 1;
}

.seo-card-source {
  left: 12px;
  max-width: calc(100% - 78px);
  overflow: hidden;
  border: 1px solid rgba(9, 78, 60, 0.1);
  background: rgba(243, 250, 247, 0.94);
  color: var(--seo-green-dark);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.seo-card-discount {
  right: 12px;
  background: #083f33;
  color: #fff;
}

.seo-product-card img {
  width: 100%;
  height: 166px;
  object-fit: contain;
  transition: transform 220ms var(--seo-ease-out);
}

.seo-product-card-copy {
  display: grid;
  grid-template-rows: auto minmax(4.05em, auto) auto auto auto;
  align-content: start;
  gap: 9px;
  padding: 17px;
}

.seo-product-card h2 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.35;
}

.seo-product-card h2 a {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-decoration: none;
}

.seo-card-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 9px;
}

.seo-card-price > strong {
  color: var(--seo-green-dark);
  font-size: 1.38rem;
  line-height: 1.1;
  font-variant-numeric: tabular-nums;
}

.seo-card-old-price {
  color: var(--seo-muted);
  font-size: 0.72rem;
  white-space: nowrap;
}

.seo-card-old-price span {
  margin-right: 2px;
}

.seo-card-note {
  margin: 0;
  color: var(--seo-muted);
  font-size: 0.76rem;
  line-height: 1.4;
}

.seo-card-action {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 3px;
  padding: 0 14px;
  border: 1px solid rgba(8, 167, 118, 0.17);
  border-radius: 13px;
  background: rgba(8, 167, 118, 0.075);
  color: var(--seo-green-dark);
  font-size: 0.84rem;
  font-weight: 850;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, transform 140ms var(--seo-ease-out);
}

.seo-card-action svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.seo-article {
  max-width: 820px;
  margin-inline: auto;
  padding: clamp(24px, 5vw, 56px);
}

.seo-article h2 {
  margin-top: 36px;
}

.seo-article li + li {
  margin-top: 8px;
}

.seo-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  margin-top: 28px;
  padding: 22px;
  border: 1px solid var(--seo-line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--seo-shadow-soft);
  color: var(--seo-muted);
  font-size: 0.9rem;
}

.seo-footer-brand strong {
  display: block;
  color: var(--seo-ink);
}

.seo-footer-brand p {
  max-width: 610px;
  margin: 4px 0 0;
  font-size: 0.78rem;
  line-height: 1.45;
}

.seo-footer nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}

.seo-footer a,
.seo-footer button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0 4px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: var(--seo-muted);
  font: inherit;
  text-decoration: underline;
  text-decoration-color: rgba(88, 114, 107, 0.38);
  text-underline-offset: 4px;
  cursor: pointer;
}

.privacy-banner {
  position: fixed;
  right: 20px;
  bottom: max(20px, env(safe-area-inset-bottom));
  left: 20px;
  z-index: 1000;
  width: min(900px, calc(100% - 40px));
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  padding: 14px;
  border: 1px solid rgba(9, 78, 60, 0.16);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 24px 80px rgba(9, 42, 36, 0.24);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.privacy-banner strong {
  color: var(--seo-ink);
}

.privacy-banner p {
  max-width: 64ch;
  margin: 2px 0 0;
  color: var(--seo-muted);
  font-size: 0.8rem;
  line-height: 1.35;
}

.privacy-banner-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.privacy-banner a,
.privacy-banner button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid var(--seo-line);
  border-radius: 12px;
  background: #fff;
  color: var(--seo-ink);
  font: inherit;
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: transform 140ms var(--seo-ease-out), border-color 160ms ease, background-color 160ms ease;
}

.privacy-banner .privacy-accept-button {
  border-color: transparent;
  background: var(--seo-green);
  color: #fff;
}

@supports (content-visibility: auto) {
  .seo-product-card {
    content-visibility: auto;
    contain-intrinsic-size: auto 465px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .seo-nav a:hover,
  .seo-product-card h2 a:hover {
    color: var(--seo-green-dark);
  }

  .seo-button:hover {
    border-color: rgba(8, 167, 118, 0.42);
    box-shadow: 0 10px 24px rgba(8, 167, 118, 0.12);
    transform: translateY(-1px);
  }

  .seo-product-card:hover {
    border-color: rgba(8, 167, 118, 0.24);
    box-shadow: 0 18px 42px rgba(16, 78, 61, 0.12);
    transform: translateY(-3px);
  }

  .seo-product-card:hover img {
    transform: scale(1.025);
  }

  .seo-card-action:hover {
    border-color: rgba(8, 167, 118, 0.34);
    background: rgba(8, 167, 118, 0.12);
  }

  .seo-nav a:hover,
  .seo-footer a:hover,
  .seo-footer button:hover {
    background: rgba(8, 167, 118, 0.08);
  }

  .privacy-banner a:hover,
  .privacy-banner button:hover {
    border-color: rgba(8, 167, 118, 0.4);
  }
}

@media (max-width: 900px) {
  .seo-product-detail,
  .seo-details-grid {
    grid-template-columns: 1fr;
  }

  .seo-product-copy {
    order: 1;
  }

  .seo-product-media {
    order: 2;
  }

  .seo-product-image-link {
    width: min(100%, 520px);
    min-height: 340px;
    margin-inline: auto;
  }

  .seo-category-hero {
    grid-template-columns: minmax(0, 1fr) minmax(220px, 0.55fr);
    min-height: 0;
  }
}

@media (max-width: 760px) {
  .seo-shell {
    width: min(100% - 20px, 1180px);
    padding-top: 10px;
  }

  .seo-topbar {
    display: grid;
    align-items: stretch;
    gap: 10px;
    padding: 12px;
    border-radius: 18px;
  }

  .seo-brand {
    min-height: 48px;
    padding-inline: 4px;
  }

  .seo-brand small {
    display: none;
  }

  .seo-nav {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
    padding-top: 10px;
    border-top: 1px solid rgba(9, 78, 60, 0.1);
  }

  .seo-nav a {
    min-height: 44px;
    padding-inline: 4px;
    background: rgba(8, 167, 118, 0.045);
    font-size: 0.74rem;
    line-height: 1.2;
    text-align: center;
  }

  .seo-product-detail {
    gap: 14px;
    padding: 10px;
    border-radius: 22px;
  }

  .seo-product-media {
    min-height: 0;
    align-self: stretch;
    padding: 12px;
    border-radius: 18px;
  }

  .seo-media-topline {
    flex-wrap: wrap;
  }

  .seo-product-image-link {
    min-height: 280px;
    max-height: 340px;
    padding: 18px;
  }

  .seo-product-copy {
    padding: 6px;
  }

  .seo-product-status {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 10px;
  }

  .seo-product-status time {
    text-align: left;
  }

  .seo-product-title {
    max-width: none;
    font-size: clamp(1.8rem, 9vw, 2.45rem);
    line-height: 1.07;
  }

  .seo-product-copy > .seo-lead {
    margin-bottom: 10px;
    font-size: 0.94rem;
  }

  .seo-offer-panel {
    padding: 13px 14px;
  }

  .seo-actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 10px;
  }

  .seo-category-hero {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 20px;
    border-radius: 22px;
  }

  .seo-category-copy h1 {
    max-width: none;
    font-size: clamp(2.15rem, 11vw, 3.15rem);
  }

  .seo-category-copy > .seo-lead {
    margin-bottom: 18px;
  }

  .seo-category-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .seo-category-meta > div {
    min-width: 0;
  }

  .seo-category-visual {
    min-height: 120px;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: auto auto;
    align-content: center;
    justify-items: start;
    padding: 18px 20px;
    text-align: left;
  }

  .seo-category-visual::before {
    top: 50%;
    right: 20px;
    width: 88px;
    height: 88px;
    transform: translateY(-50%);
  }

  .seo-category-visual::after {
    top: 50%;
    right: 8px;
    width: 112px;
    height: 112px;
    transform: translateY(-50%);
  }

  .seo-category-visual span,
  .seo-category-visual strong {
    grid-column: 1;
  }

  .seo-category-visual span {
    align-self: end;
  }

  .seo-category-visual strong {
    align-self: start;
    margin-bottom: 0;
  }

  .seo-category-visual img {
    width: 64px;
    height: 64px;
    grid-column: 2;
    grid-row: 1 / 3;
    align-self: center;
    margin-left: 18px;
  }

  .seo-grid-heading {
    display: grid;
    align-items: start;
    gap: 8px;
  }

  .seo-grid-heading p {
    text-align: left;
  }

  .seo-offer-panel {
    padding: 18px;
    border-radius: 18px;
  }

  .seo-price {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .seo-price strong {
    font-size: clamp(2.3rem, 12vw, 3rem);
  }

  .seo-offer-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .seo-actions .seo-button {
    width: 100%;
    flex: 1 1 100%;
  }

  .seo-check-grid {
    grid-template-columns: 1fr;
  }

  .seo-footer {
    grid-template-columns: 1fr;
    align-items: stretch;
    gap: 16px;
    padding: 18px;
  }

  .seo-footer nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: stretch;
    gap: 6px;
  }

  .seo-footer a,
  .seo-footer button {
    width: 100%;
    justify-content: center;
    padding-inline: 8px;
    text-align: center;
  }

  .seo-footer button[data-privacy-preferences] {
    grid-column: 1 / -1;
  }

  .privacy-banner {
    right: 10px;
    bottom: max(10px, env(safe-area-inset-bottom));
    left: 10px;
    width: calc(100% - 20px);
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 16px;
    border-radius: 18px;
  }

  .privacy-banner-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .privacy-banner-actions > a {
    grid-column: 1 / -1;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .seo-skip-link,
  .seo-button,
  .seo-product-card,
  .seo-product-card img,
  .seo-card-action,
  .seo-nav a,
  .privacy-banner a,
  .privacy-banner button {
    transition: none;
  }
}
