/*
 * Perfil de Comunidad — Amazonia
 * Traducción del diseño "Amazonia Perfiles" (Claude Design) a CSS del tema.
 *
 * Se encola solo en single-comunidad.php (ver amazonia_enqueue_community_profile_styles
 * en functions.php) para no añadir peso al resto del sitio.
 *
 * Los tokens replican los del design system; el modo oscuro se activa por la
 * clase .dark en la raíz (igual que tailwind.config.js -> darkMode: "class").
 */

.amz-profile {
  --amz-primary: #16a34a;
  --amz-primary-strong: #15803d;
  --amz-forest: #1a5c2a;
  --amz-bg: #f6f8f6;
  --amz-surface: #ffffff;
  --amz-surface-2: #eef3ee;
  --amz-text: #0f1a0f;
  --amz-text-muted: #57685a;
  --amz-border: rgba(16, 34, 16, 0.10);
  --amz-chip-bg: rgba(22, 163, 74, 0.10);
  --amz-chip-text: #15803d;
  --amz-star: #f59e0b;
  --amz-shadow: 0 10px 30px -12px rgba(16, 34, 16, 0.18);
  --amz-shadow-sm: 0 4px 14px -8px rgba(16, 34, 16, 0.22);

  background: var(--amz-bg);
  color: var(--amz-text);
  font-family: Inter, system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
}

.dark .amz-profile {
  --amz-primary: #22c55e;
  --amz-primary-strong: #16a34a;
  --amz-forest: #0e3318;
  --amz-bg: #102210;
  --amz-surface: #16311a;
  --amz-surface-2: #1b3c20;
  --amz-text: #eaf3ea;
  --amz-text-muted: #9fb4a0;
  --amz-border: rgba(255, 255, 255, 0.10);
  --amz-chip-bg: rgba(34, 197, 94, 0.16);
  --amz-chip-text: #7ee2a0;
  --amz-star: #fbbf24;
  --amz-shadow: 0 18px 40px -18px rgba(0, 0, 0, 0.6);
  --amz-shadow-sm: 0 6px 18px -10px rgba(0, 0, 0, 0.55);
}

.amz-shell { max-width: 1200px; margin: 0 auto; padding-left: 20px; padding-right: 20px; }

/* ── Hero ─────────────────────────────────────────────────────────── */
.amz-hero { position: relative; overflow: hidden; background: var(--amz-forest); }
.amz-hero__bg { position: absolute; inset: 0; background: linear-gradient(135deg, #123f1e, #0b2411 70%); }
.amz-hero__img { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: .28; }
.amz-hero__glow-a { position: absolute; inset: 0; opacity: .5;
  background: radial-gradient(600px 400px at 15% 10%, rgba(34,197,94,.35), transparent 60%),
              radial-gradient(500px 500px at 90% 90%, rgba(21,128,61,.4), transparent 60%); }
.amz-hero__glow-b { position: absolute; top: -120px; right: -80px; width: 360px; height: 360px;
  border-radius: 9999px; background: rgba(34,197,94,.25); filter: blur(90px); }
.amz-hero__inner { position: relative; padding-top: clamp(20px, 3vw, 36px); padding-bottom: clamp(60px, 7vw, 84px); }
.amz-hero__row { display: flex; flex-wrap: wrap; gap: clamp(20px, 3vw, 36px); align-items: flex-end; }
.amz-hero__body { flex: 1; min-width: 260px; color: #eaf3ea; }

.amz-back { display: inline-flex; align-items: center; gap: 6px; color: #9fc3a4; font-size: 14px;
  font-weight: 600; text-decoration: none; margin-bottom: 22px; transition: color .2s; }
.amz-back:hover { color: #fff; }

.amz-logo { width: clamp(96px, 14vw, 140px); height: clamp(96px, 14vw, 140px); border-radius: 9999px;
  flex-shrink: 0; object-fit: cover; border: 4px solid rgba(255,255,255,.9);
  box-shadow: 0 20px 50px -20px rgba(0,0,0,.7); background: linear-gradient(135deg, #e9c46a, #ca6702);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Work Sans', sans-serif; font-weight: 900; color: #3b2200; font-size: clamp(28px, 5vw, 44px); }

.amz-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 14px; }
.amz-chip { display: inline-flex; align-items: center; gap: 6px; padding: 5px 12px; border-radius: 9999px;
  font-size: 12.5px; font-weight: 600; }
.amz-chip--cat { background: rgba(34,197,94,.22); border: 1px solid rgba(126,226,160,.35); color: #c9f7d6; }
.amz-chip--cert { background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.22); color: #eaf3ea; }
.amz-chip .material-symbols-outlined { font-size: 15px; color: #7ee2a0; }

.amz-title { font-family: 'Work Sans', sans-serif; font-weight: 900; letter-spacing: -.03em;
  line-height: 1.02; margin: 0 0 12px; font-size: clamp(34px, 6vw, 60px); color: #eaf3ea; }
.amz-lede { margin: 0 0 14px; max-width: 560px; color: #c6d8c8; font-size: clamp(15px, 1.6vw, 18px);
  font-weight: 300; line-height: 1.5; }
.amz-meta { display: flex; align-items: center; gap: 8px; color: #9fc3a4; font-size: 14px; }
.amz-meta .material-symbols-outlined { font-size: 17px; }

/* ── Stat tiles (tarjeta flotante sobre el hero) ──────────────────── */
.amz-stats-wrap { position: relative; margin-top: -42px; margin-bottom: 8px; }
.amz-stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 14px;
  background: var(--amz-surface); border: 1px solid var(--amz-border); border-radius: 24px;
  padding: 22px; box-shadow: var(--amz-shadow); }
.amz-stat { text-align: center; padding: 8px; }
.amz-stat + .amz-stat { border-left: 1px solid var(--amz-border); }
.amz-stat__n { font-family: 'Work Sans', sans-serif; font-weight: 900; line-height: 1;
  font-size: clamp(26px, 3.4vw, 38px); color: var(--amz-primary); }
.amz-stat__l { font-size: 12.5px; color: var(--amz-text-muted); margin-top: 4px; font-weight: 500; }

/* ── Encabezados de sección ───────────────────────────────────────── */
.amz-section { padding-top: clamp(24px, 4vw, 48px); padding-bottom: clamp(24px, 4vw, 48px); }
.amz-h2row { display: flex; align-items: center; gap: 12px; margin-bottom: 22px; }
.amz-h2row::before { content: ""; width: 34px; height: 3px; background: var(--amz-primary);
  border-radius: 2px; flex-shrink: 0; }
.amz-h2 { font-family: 'Work Sans', sans-serif; font-weight: 800; letter-spacing: -.02em;
  margin: 0; font-size: clamp(22px, 3vw, 30px); color: var(--amz-text); }
.amz-sub { margin: -14px 0 22px 46px; color: var(--amz-text-muted); font-size: 14px; font-weight: 300; }

/* ── Historia ─────────────────────────────────────────────────────── */
.amz-story { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(20px, 3vw, 40px); align-items: center; margin-bottom: 34px; }
.amz-story:last-child { margin-bottom: 0; }
.amz-story p { font-size: clamp(15px, 1.5vw, 17px); line-height: 1.75; font-weight: 300;
  color: var(--amz-text); margin: 0 0 16px; }
.amz-story p:last-child { margin-bottom: 0; color: var(--amz-text-muted); }
.amz-story__img { aspect-ratio: 4 / 3; border-radius: 22px; box-shadow: var(--amz-shadow);
  overflow: hidden; background: linear-gradient(135deg, #2d5a34, #8a5a2b); }
.amz-story__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.amz-story--flip .amz-story__img { order: 2; }
@media (min-width: 640px) { .amz-story--flip .amz-story__img { order: -1; } }

.amz-story__wide { border-radius: 22px; overflow: hidden; box-shadow: var(--amz-shadow);
  aspect-ratio: 21 / 9; margin-top: 8px; }
.amz-story__wide img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ── Valores ──────────────────────────────────────────────────────── */
.amz-band { background: var(--amz-surface-2); }
.amz-values { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 16px; }
.amz-value { background: var(--amz-surface); border: 1px solid var(--amz-border); border-radius: 20px;
  padding: 24px; box-shadow: var(--amz-shadow-sm); }
.amz-value__ico { width: 46px; height: 46px; border-radius: 14px; background: var(--amz-chip-bg);
  display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.amz-value__ico .material-symbols-outlined { color: var(--amz-primary); font-size: 24px; }
.amz-value h3 { font-family: 'Work Sans', sans-serif; font-weight: 700; margin: 0 0 6px;
  font-size: 17px; color: var(--amz-text); }
.amz-value p { margin: 0; font-size: 14px; line-height: 1.6; color: var(--amz-text-muted); font-weight: 300; }

/* ── Video ────────────────────────────────────────────────────────── */
.amz-video { aspect-ratio: 16 / 9; border-radius: 24px; overflow: hidden; box-shadow: var(--amz-shadow);
  background: #0b2411; }
.amz-video iframe { width: 100%; height: 100%; display: block; border: 0; }

/* ── Galería ──────────────────────────────────────────────────────── */
.amz-gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(170px, 1fr)); gap: 12px; }
.amz-gallery button { border: none; padding: 0; cursor: pointer; aspect-ratio: 1; border-radius: 18px;
  overflow: hidden; box-shadow: var(--amz-shadow-sm); background: var(--amz-surface-2); display: block; }
.amz-gallery img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .3s; }
.amz-gallery button:hover img { transform: scale(1.05); }
.amz-gallery button:focus-visible { outline: 3px solid var(--amz-primary); outline-offset: 2px; }

/* ── Tiendas ──────────────────────────────────────────────────────── */
.amz-stores { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 16px; }
.amz-store { background: var(--amz-surface); border: 1px solid var(--amz-border); border-radius: 20px;
  overflow: hidden; box-shadow: var(--amz-shadow-sm); display: flex; flex-direction: column;
  text-decoration: none; color: inherit; transition: box-shadow .2s, transform .2s; }
.amz-store:hover { box-shadow: var(--amz-shadow); transform: translateY(-2px); }
.amz-store__banner { height: 76px; background: linear-gradient(135deg, #2d5a34, #8a5a2b);
  background-size: cover; background-position: center; }
.amz-store__body { padding: 0 18px 18px; margin-top: -28px; display: flex; flex-direction: column; flex: 1; }
.amz-store__logo { width: 52px; height: 52px; border-radius: 16px; border: 3px solid var(--amz-surface);
  object-fit: cover; background: linear-gradient(135deg, #c98a3c, #7a3e12); display: flex;
  align-items: center; justify-content: center; color: #fff; font-family: 'Work Sans', sans-serif;
  font-weight: 900; font-size: 20px; }
.amz-store h3 { font-family: 'Work Sans', sans-serif; font-weight: 700; margin: 12px 0 4px;
  font-size: 17px; color: var(--amz-text); }
.amz-store__facts { display: flex; align-items: center; gap: 10px; font-size: 13px;
  color: var(--amz-text-muted); margin-bottom: 14px; flex-wrap: wrap; }
.amz-store__rating { display: inline-flex; align-items: center; gap: 4px; }
.amz-store__rating .material-symbols-outlined { font-size: 15px; color: var(--amz-star);
  font-variation-settings: 'FILL' 1; }
.amz-store__cta { margin-top: auto; width: 100%; background: var(--amz-chip-bg); color: var(--amz-chip-text);
  border: 1px solid var(--amz-border); border-radius: 12px; padding: 10px; font-size: 14px;
  font-weight: 600; text-align: center; }

/* ── Estado vacío ─────────────────────────────────────────────────── */
.amz-empty { background: var(--amz-surface); border: 1px solid var(--amz-border); border-radius: 20px;
  padding: 48px 24px; text-align: center; color: var(--amz-text-muted); }
.amz-empty .material-symbols-outlined { font-size: 44px; opacity: .4; display: block; margin: 0 auto 10px; }

/* ── Cierre ───────────────────────────────────────────────────────── */
.amz-close { background: var(--amz-forest); color: #eaf3ea; }
.amz-close__inner { padding: clamp(36px, 5vw, 64px) 20px; text-align: center; }
.amz-close h2 { font-family: 'Work Sans', sans-serif; font-weight: 900; letter-spacing: -.02em;
  margin: 0 0 12px; font-size: clamp(24px, 4vw, 40px); color: #eaf3ea; }
.amz-close p { margin: 0 auto 26px; max-width: 480px; color: #c6d8c8; font-weight: 300; font-size: 16px; }
.amz-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.amz-btn { display: inline-flex; align-items: center; gap: 8px; border-radius: 9999px;
  padding: 14px 28px; font-weight: 700; font-size: 15px; text-decoration: none; border: none; cursor: pointer; }
.amz-btn--primary { background: var(--amz-primary); color: #04210d;
  box-shadow: 0 12px 30px -12px rgba(34,197,94,.7); }
.amz-btn--ghost { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2);
  color: #eaf3ea; padding: 14px 22px; font-weight: 600; }
.amz-btn:focus-visible { outline: 3px solid #7ee2a0; outline-offset: 3px; }

/* ── Lightbox ─────────────────────────────────────────────────────── */
#amz-lightbox { padding: 0; background: transparent; border: none; max-width: 92vw; max-height: 92vh; }
#amz-lightbox::backdrop { background: rgba(0, 0, 0, .78); }
#amz-lightbox img { max-width: 92vw; max-height: 86vh; display: block; border-radius: 14px;
  box-shadow: 0 25px 50px rgba(0,0,0,.5); }
.amz-lightbox__close { position: absolute; top: 8px; right: 8px; background: rgba(15,23,42,.75);
  border: none; border-radius: 9999px; width: 38px; height: 38px; cursor: pointer; color: #fff;
  display: flex; align-items: center; justify-content: center; }

/* ═══════════════════════════════════════════════════════════════════
   PANTALLA B · PERFIL DE TIENDA
   Comparte hero, stat tiles y familia de tarjetas con la Pantalla A.
   ═══════════════════════════════════════════════════════════════════ */

/* Logo de tienda: cuadrado redondeado (la comunidad usa círculo) */
.amz-logo--store { border-radius: 26px; width: clamp(90px, 12vw, 120px); height: clamp(90px, 12vw, 120px);
  background: linear-gradient(135deg, #c98a3c, #7a3e12); color: #fff; }

/* Badge de pertenencia a comunidad, integrado en la cabecera */
.amz-badge-comm { display: inline-flex; align-items: center; gap: 10px; background: rgba(34,197,94,.16);
  border: 1px solid rgba(126,226,160,.35); color: #c9f7d6; padding: 8px 16px; border-radius: 9999px;
  font-size: 13px; font-weight: 600; text-decoration: none; margin-bottom: 22px; transition: background .2s; }
.amz-badge-comm:hover { background: rgba(34,197,94,.26); color: #eaf3ea; }
.amz-badge-comm .material-symbols-outlined { font-size: 16px; }
.amz-badge-comm img { width: 22px; height: 22px; border-radius: 9999px; object-fit: cover; }

/* ── Catálogo ─────────────────────────────────────────────────────── */
.amz-catalog-head { display: flex; flex-wrap: wrap; gap: 16px; align-items: center;
  justify-content: space-between; margin-bottom: 20px; }
.amz-filters { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.amz-filter { border: 1px solid var(--amz-border); cursor: pointer; padding: 7px 15px; border-radius: 9999px;
  font-size: 12.5px; font-weight: 600; font-family: inherit; text-decoration: none;
  background: transparent; color: var(--amz-text-muted); transition: .15s; }
.amz-filter:hover { color: var(--amz-text); border-color: var(--amz-primary); }
.amz-filter[aria-current="true"] { background: var(--amz-primary); color: #04210d; border-color: transparent;
  box-shadow: 0 4px 12px -4px rgba(34,197,94,.6); }

.amz-products { display: grid; grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); gap: 16px; }
.amz-product { background: var(--amz-surface); border: 1px solid var(--amz-border); border-radius: 20px;
  overflow: hidden; box-shadow: var(--amz-shadow-sm); text-decoration: none; color: inherit;
  display: flex; flex-direction: column; transition: box-shadow .2s, transform .2s; }
.amz-product:hover { box-shadow: var(--amz-shadow); transform: translateY(-2px); }
.amz-product__media { aspect-ratio: 1; position: relative; overflow: hidden; background: var(--amz-surface-2); }
.amz-product__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.amz-product__cat { position: absolute; top: 10px; left: 10px; background: var(--amz-surface);
  color: var(--amz-chip-text); font-size: 11px; font-weight: 600; padding: 4px 10px; border-radius: 9999px; }
.amz-product__body { padding: 14px; display: flex; flex-direction: column; flex: 1; }
.amz-product h3 { font-family: 'Work Sans', sans-serif; font-weight: 700; margin: 0 0 4px;
  font-size: 15px; line-height: 1.3; color: var(--amz-text); }
.amz-product__foot { display: flex; align-items: center; justify-content: space-between;
  margin-top: auto; padding-top: 8px; gap: 8px; }
.amz-product__price { font-family: 'Work Sans', sans-serif; font-weight: 800; color: var(--amz-primary); font-size: 17px; }
.amz-product__price del { color: var(--amz-text-muted); font-weight: 500; font-size: 13px; margin-right: 4px; }
.amz-product__price ins { text-decoration: none; }
.amz-product__rate { display: inline-flex; align-items: center; gap: 3px; font-size: 12.5px; color: var(--amz-text-muted); }
.amz-product__rate .material-symbols-outlined { font-size: 14px; color: var(--amz-star); font-variation-settings: 'FILL' 1; }

/* ── Políticas (acordeón) ─────────────────────────────────────────── */
.amz-policies { display: flex; flex-direction: column; gap: 12px; }
.amz-policy { background: var(--amz-surface); border: 1px solid var(--amz-border); border-radius: 16px;
  padding: 4px 18px; box-shadow: var(--amz-shadow-sm); }
.amz-policy > summary { display: flex; align-items: center; justify-content: space-between; padding: 16px 0;
  font-family: 'Work Sans', sans-serif; font-weight: 700; font-size: 16px; cursor: pointer;
  list-style: none; color: var(--amz-text); }
.amz-policy > summary::-webkit-details-marker { display: none; }
.amz-policy > summary::after { content: "+"; color: var(--amz-primary); font-size: 22px; font-weight: 400; }
.amz-policy[open] > summary::after { content: "–"; }
.amz-policy p { margin: 0 0 16px; color: var(--amz-text-muted); font-size: 14px; line-height: 1.65; font-weight: 300; }

/* ── Ubicación y contacto ─────────────────────────────────────────── */
.amz-contact-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; }
.amz-card { background: var(--amz-surface); border: 1px solid var(--amz-border); border-radius: 20px;
  box-shadow: var(--amz-shadow-sm); overflow: hidden; }
.amz-card__pad { padding: 20px; }
.amz-card h3 { font-family: 'Work Sans', sans-serif; font-weight: 700; margin: 0 0 6px;
  font-size: 17px; color: var(--amz-text); }
.amz-card p { margin: 0; color: var(--amz-text-muted); font-size: 14px; line-height: 1.6; font-weight: 300; }
.amz-map { height: 200px; background: linear-gradient(135deg, #2d5a34, #1a3d20); position: relative; }
.amz-map::before { content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle at 40% 40%, rgba(34,197,94,.25), transparent 55%); }
.amz-map .material-symbols-outlined { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  font-size: 40px; color: #7ee2a0; font-variation-settings: 'FILL' 1; }
.amz-contact-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.amz-contact-btn { display: inline-flex; align-items: center; gap: 8px; border-radius: 12px; padding: 12px 18px;
  font-weight: 600; font-size: 14px; text-decoration: none; border: 1px solid var(--amz-border);
  background: var(--amz-surface-2); color: var(--amz-text); transition: .15s; }
.amz-contact-btn:hover { border-color: var(--amz-primary); color: var(--amz-primary); }
.amz-contact-btn--wa { background: #25D366; border-color: #25D366; color: #04210d; }
.amz-contact-btn--wa:hover { background: #1ebe57; border-color: #1ebe57; color: #04210d; }
.amz-contact-btn .material-symbols-outlined { font-size: 19px; }

/* ── Reseñas ──────────────────────────────────────────────────────── */
.amz-reviews { display: flex; flex-direction: column; gap: 14px; }
.amz-review { background: var(--amz-surface); border: 1px solid var(--amz-border); border-radius: 18px;
  padding: 20px; box-shadow: var(--amz-shadow-sm); }
.amz-review__head { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
.amz-review__av { width: 42px; height: 42px; border-radius: 9999px; flex-shrink: 0; object-fit: cover;
  background: linear-gradient(135deg, #2d5a34, #7a5220); display: flex; align-items: center;
  justify-content: center; color: #fff; font-family: 'Work Sans', sans-serif; font-weight: 800; font-size: 16px; }
.amz-review__who { flex: 1; min-width: 0; }
.amz-review__name { font-family: 'Work Sans', sans-serif; font-weight: 700; font-size: 15px; color: var(--amz-text); }
.amz-review__date { font-size: 12.5px; color: var(--amz-text-muted); }
.amz-review__score { display: inline-flex; align-items: center; gap: 4px; background: var(--amz-chip-bg);
  color: var(--amz-chip-text); padding: 5px 10px; border-radius: 9999px; font-size: 13px; font-weight: 600; }
.amz-review__score .material-symbols-outlined { font-size: 14px; color: var(--amz-star); font-variation-settings: 'FILL' 1; }
.amz-review p { margin: 0; color: var(--amz-text-muted); font-size: 14.5px; line-height: 1.65; font-weight: 300; }
.amz-review p a { color: var(--amz-primary); }

/* ── Estado vacío con borde punteado (catálogo / reseñas) ─────────── */
.amz-empty--dashed { background: var(--amz-surface); border: 1px dashed var(--amz-border); border-radius: 24px;
  text-align: center; padding: clamp(36px, 6vw, 72px) 20px; }
.amz-empty--dashed .amz-empty__ico { width: 80px; height: 80px; margin: 0 auto 18px; border-radius: 9999px;
  background: var(--amz-surface-2); display: flex; align-items: center; justify-content: center; }
.amz-empty--dashed .amz-empty__ico .material-symbols-outlined { font-size: 38px; color: var(--amz-text-muted);
  opacity: 1; margin: 0; display: block; }
.amz-empty--dashed h3 { font-family: 'Work Sans', sans-serif; font-weight: 700; margin: 0 0 6px;
  font-size: 19px; color: var(--amz-text); }
.amz-empty--dashed p { margin: 0 auto; color: var(--amz-text-muted); font-size: 14px;
  font-weight: 300; max-width: 340px; }

/* ── Cierre de tienda ─────────────────────────────────────────────── */
.amz-close--store .amz-close__inner { display: flex; flex-wrap: wrap; gap: 20px;
  align-items: center; justify-content: space-between; text-align: left;
  padding: clamp(30px, 4vw, 52px) 20px; }
.amz-close__name { font-family: 'Work Sans', sans-serif; font-weight: 900; font-size: 20px; margin-bottom: 4px; }
.amz-close__back { color: #7ee2a0; font-size: 14px; font-weight: 500; text-decoration: none; }
.amz-close__back:hover { color: #eaf3ea; }
.amz-socials { display: flex; flex-wrap: wrap; gap: 12px; }
