/* ==========================================================================
   PulseClose — App móvil estilo Amazon
   Colores: navy #131921 / #232F3E · naranja #FF9900 · amarillo #FFD814
   ========================================================================== */

:root {
  --pc-navy: #131921;
  --pc-navy-2: #232f3e;
  --pc-navy-3: #37475a;
  --pc-orange: #ff9900;
  --pc-orange-2: #e47911;
  --pc-yellow: #ffd814;
  --pc-yellow-2: #f7ca00;
  --pc-price: #b12704;
  --pc-link: #007185;
  --pc-link-hover: #c7511f;
  --pc-bg: #eaeded;
  --pc-bg-elev: #ffffff;
  --pc-bg-soft: #f7f8f8;
  --pc-bg-alt: #f3f3f3;
  --pc-line: #d5d9d9;
  --pc-line-strong: #888c8c;
  --pc-text: #0f1111;
  --pc-muted: #565959;
  --pc-faint: #767676;
  --pc-primary: #ffd814;
  --pc-primary-2: #ff9900;
  --pc-primary-hi: #ffe566;
  --pc-primary-border: #fcd200;
  --pc-btn-text: #0f1111;
  --pc-accent-hi: #f7dfa5;
  --pc-accent-border: #c89411;
  --pc-accent: #067d62;
  --pc-accent-2: #007600;
  --pc-danger: #b12704;
  --pc-warn: #c45500;
  --pc-hot: #cc0c39;
  --pc-radius: 8px;
  --pc-radius-sm: 6px;
  --pc-radius-lg: 12px;
  --pc-shadow: 0 2px 5px rgba(15, 17, 17, 0.12);
  --pc-shadow-lg: 0 4px 14px rgba(15, 17, 17, 0.15);
  --pc-font: "Amazon Ember", "Helvetica Neue", Helvetica, Arial, system-ui, sans-serif;
  --pc-display: var(--pc-font);
  --pc-header-h: 104px;
  --pc-tabbar-h: 64px;
  --pc-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --pc-max: 1200px;
  color-scheme: light;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-tap-highlight-color: transparent;
  overflow-x: clip;
  max-width: 100%;
}

body.pulseclose {
  margin: 0;
  font-family: var(--pc-font);
  font-size: 14px;
  line-height: 1.45;
  color: var(--pc-text);
  background: var(--pc-bg);
  -webkit-font-smoothing: antialiased;
  padding-bottom: calc(var(--pc-tabbar-h) + env(safe-area-inset-bottom, 0px));
  overflow-x: clip;
  max-width: 100%;
  position: relative;
}

img,
video,
iframe {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--pc-link);
  text-decoration: none;
}

a:hover {
  color: var(--pc-link-hover);
  text-decoration: underline;
}

button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
}

button {
  cursor: pointer;
  border: 0;
  background: none;
}

.pc-skip {
  position: absolute;
  left: -9999px;
  top: 0;
  background: #fff;
  color: #000;
  padding: 0.5rem 1rem;
  z-index: 9999;
}

.pc-skip:focus {
  left: 1rem;
  top: 1rem;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.pc-container {
  width: min(100% - 1.25rem, var(--pc-max));
  margin-inline: auto;
}

.pc-main {
  min-height: 50vh;
}

.pc-section {
  padding: 1rem 0 1.5rem;
}

.pc-section--tight {
  padding: 0.75rem 0 1.25rem;
}

.pc-section--alt {
  background: transparent;
}

.pc-section__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0 0.1rem;
}

.pc-kicker {
  display: inline-block;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--pc-muted);
  font-weight: 700;
  margin-bottom: 0.35rem;
}

.pc-h1,
.pc-h2,
.pc-h3 {
  font-family: var(--pc-display);
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin: 0 0 0.5rem;
  color: var(--pc-text);
  font-weight: 700;
}

.pc-h1 {
  font-size: clamp(1.4rem, 4vw, 1.85rem);
}

.pc-h2 {
  font-size: 1.15rem;
  margin: 0;
}

.pc-h3 {
  font-size: 1.05rem;
}

.pc-lead {
  color: var(--pc-muted);
  font-size: 0.95rem;
  max-width: 40rem;
}

.pc-link {
  color: var(--pc-link);
  font-weight: 500;
  font-size: 0.88rem;
  text-decoration: none;
}

.pc-link:hover {
  color: var(--pc-link-hover);
  text-decoration: underline;
}

.pc-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.15rem 0.45rem;
  border-radius: 3px;
  border: 1px solid var(--pc-line);
  font-size: 0.68rem;
  color: var(--pc-muted);
  background: #fff;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

/* ========== Buttons (Amazon yellow / orange) ========== */
.pc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.55rem 1rem;
  border-radius: 20px;
  font-weight: 500;
  font-size: 0.88rem;
  border: 1px solid transparent;
  transition: filter 0.15s, box-shadow 0.15s;
  white-space: nowrap;
  text-decoration: none !important;
  color: var(--pc-text);
  box-shadow: 0 2px 5px rgba(213, 217, 217, 0.5);
}

.pc-btn:active {
  transform: scale(0.98);
}

.pc-btn--primary {
  background: linear-gradient(to bottom, var(--pc-primary-hi), var(--pc-primary));
  border-color: var(--pc-primary-border);
  color: var(--pc-btn-text) !important;
}

.pc-btn--primary:hover {
  filter: brightness(0.98);
  background: linear-gradient(to bottom, var(--pc-primary-hi), var(--pc-primary-2));
  color: var(--pc-btn-text) !important;
}

.pc-btn--accent {
  background: linear-gradient(to bottom, var(--pc-accent-hi), var(--pc-orange));
  border-color: var(--pc-accent-border);
  color: var(--pc-btn-text) !important;
  font-weight: 600;
}

.pc-btn--ghost,
.pc-btn--ghost-dark {
  background: #fff;
  border-color: #d5d9d9;
  color: var(--pc-text) !important;
  box-shadow: 0 2px 5px rgba(15, 17, 17, 0.06);
}

.pc-btn--ghost:hover,
.pc-btn--ghost-dark:hover {
  background: #f7fafa;
}

.pc-btn--sm {
  padding: 0.35rem 0.75rem;
  font-size: 0.8rem;
  border-radius: 16px;
}

.pc-btn--lg {
  padding: 0.7rem 1.2rem;
  font-size: 0.95rem;
  min-height: 44px;
}

.pc-btn--block {
  width: 100%;
}

.pc-btn--disabled,
.pc-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  box-shadow: none;
}

.pc-icon-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  color: var(--pc-text);
  background: #fff;
  border: 1px solid var(--pc-line);
}

.pc-header-link {
  color: #fff !important;
  background: transparent;
  border: 0;
  padding: 0.25rem;
  display: inline-flex;
  align-items: center;
  position: relative;
  text-decoration: none !important;
}

/* ========== Header Amazon ========== */
.pc-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--pc-navy);
  color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

.pc-header__top {
  padding: 0.45rem 0 0.55rem;
  background: var(--pc-navy);
}

.pc-header__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.45rem;
}

.pc-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 700;
  font-size: 1.15rem;
  letter-spacing: -0.02em;
  max-width: min(70vw, 280px);
  min-width: 0;
  --pc-logo-h: 32px;
}

.pc-logo__mark {
  width: calc(var(--pc-logo-h) * 0.9);
  height: calc(var(--pc-logo-h) * 0.9);
  min-width: 22px;
  min-height: 22px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--pc-orange);
  color: var(--pc-btn-text);
  font-size: calc(var(--pc-logo-h) * 0.45);
  font-weight: 800;
  font-family: Georgia, serif;
  font-style: italic;
  line-height: 1;
  flex-shrink: 0;
}

.pc-logo__text {
  color: #fff;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.15;
}

.pc-logo__smile {
  display: none;
}

.pc-logo__img,
.pc-logo img {
  display: block;
  height: var(--pc-logo-h);
  max-height: var(--pc-logo-h);
  width: auto;
  max-width: min(52vw, 200px);
  object-fit: contain;
}

/* Header oscuro: logo monócromo blanco (opcional). */
.pc-logo--invert .pc-logo__img,
.pc-logo--invert img {
  filter: brightness(0) invert(1);
}

/* Alineación del logo en el header */
.pc-header__row--logo-center {
  position: relative;
  justify-content: center;
}

.pc-header__row--logo-center .pc-logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  justify-content: center;
}

.pc-header__row--logo-center .pc-header__actions {
  margin-left: auto;
  z-index: 2;
}

.pc-header__row--logo-left {
  justify-content: space-between;
}

.pc-logo--logo .pc-logo__text {
  display: none;
}

@media (max-width: 480px) {
  .pc-header__row--logo-center .pc-logo {
    max-width: min(48vw, 160px);
  }

  .pc-logo__text {
    font-size: 0.95rem;
  }
}

.pc-header__actions {
  display: flex;
  align-items: center;
  gap: 0.2rem;
}

.pc-account-btn {
  position: relative;
  padding: 0.3rem !important;
  border-radius: 50%;
  opacity: 0.95;
}

.pc-account-btn:hover,
.pc-account-btn:focus-visible {
  opacity: 1;
  background: rgba(255, 255, 255, 0.1);
  outline: none;
}

.pc-account-btn.is-logged-in .pc-account-btn__dot {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #68de7c;
  border: 1.5px solid var(--pc-navy, #131921);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
}

.pc-cart-btn {
  position: relative;
  padding-right: 0.35rem !important;
}

.pc-cart-count {
  position: absolute;
  top: -2px;
  right: -2px;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border-radius: 999px;
  background: var(--pc-orange);
  color: var(--pc-btn-text);
  font-size: 0.7rem;
  font-weight: 800;
  display: grid;
  place-items: center;
  border: 1px solid var(--pc-navy);
}

.pc-header__search-wrap {
  padding-bottom: 0.15rem;
}

.pc-searchbar {
  display: flex;
  align-items: stretch;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid transparent;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.pc-searchbar:focus-within {
  border-color: var(--pc-orange);
  box-shadow: 0 0 0 2px rgba(255, 153, 0, 0.25);
}

.pc-searchbar input {
  flex: 1;
  border: 0;
  outline: 0;
  padding: 0.65rem 0.75rem;
  font-size: 0.95rem;
  color: var(--pc-text);
  background: #fff;
  min-width: 0;
}

.pc-searchbar__btn {
  width: 48px;
  background: var(--pc-orange);
  color: #131921;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.pc-searchbar__btn:active {
  background: var(--pc-orange-2);
}

.pc-header__sub {
  background: var(--pc-navy-2);
  padding: 0.4rem 0;
  font-size: 0.8rem;
}

.pc-header__sub-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  overflow-x: auto;
  scrollbar-width: none;
}

.pc-header__sub-row::-webkit-scrollbar {
  display: none;
}

.pc-deliver {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  color: #fff;
  white-space: nowrap;
  flex: 0 0 auto;
  font-size: 0.78rem;
}

.pc-nav__list {
  display: flex;
  gap: 0.85rem;
  list-style: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.pc-nav__list a {
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 500;
  font-size: 0.82rem;
}

.pc-nav__list a:hover {
  color: #febd69 !important;
}

/* Search overlay (legacy) */
.pc-search-overlay {
  position: fixed;
  inset: 0;
  z-index: 120;
  background: rgba(0, 0, 0, 0.45);
  display: grid;
  place-items: start center;
  padding-top: 15vh;
}

.pc-search-overlay[hidden] {
  display: none;
}

.pc-search-overlay__box {
  width: min(100% - 1.5rem, 560px);
  display: flex;
  gap: 0.4rem;
  background: #fff;
  border-radius: 8px;
  padding: 0.5rem;
  box-shadow: var(--pc-shadow-lg);
}

.pc-search-overlay__box input {
  flex: 1;
  border: 1px solid var(--pc-line);
  border-radius: 6px;
  padding: 0.65rem;
  outline: 0;
}

/* ========== Home deals / app strips ========== */
.pc-deals-banner {
  background: linear-gradient(90deg, #232f3e 0%, #37475a 50%, #232f3e 100%);
  color: #fff;
  padding: 1rem 0;
}

.pc-deals-banner__inner {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.pc-deals-banner__kicker {
  display: inline-block;
  background: var(--pc-orange);
  color: #131921;
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 0.2rem 0.5rem;
  border-radius: 3px;
  margin-bottom: 0.4rem;
}

.pc-deals-banner__title {
  margin: 0 0 0.35rem;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}

.pc-deals-banner__sub {
  margin: 0;
  color: #ddd;
  font-size: 0.9rem;
}

.pc-deals-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.pc-chip-scroller {
  background: #fff;
  border-bottom: 1px solid var(--pc-line);
  padding: 0.55rem 0;
  position: sticky;
  top: var(--pc-header-h);
  z-index: 50;
}

.pc-chip-scroller__track {
  display: flex;
  gap: 0.45rem;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 0.1rem;
}

.pc-chip-scroller__track::-webkit-scrollbar {
  display: none;
}

.pc-chip-pill {
  flex: 0 0 auto;
  padding: 0.4rem 0.85rem;
  border-radius: 16px;
  border: 1px solid var(--pc-line);
  background: #fff;
  color: var(--pc-text) !important;
  font-size: 0.8rem;
  font-weight: 500;
  text-decoration: none !important;
  white-space: nowrap;
}

.pc-chip-pill.is-active,
.pc-chip-pill:hover {
  background: #232f3e;
  border-color: #232f3e;
  color: #fff !important;
}

.pc-promo-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}

.pc-promo-card {
  background: #fff;
  border: 1px solid var(--pc-line);
  border-radius: 16px;
  padding: 0.9rem 1rem;
  box-shadow: var(--pc-shadow);
}

.pc-promo-card strong {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 0.95rem;
}

.pc-promo-card p {
  margin: 0 0 0.55rem;
  color: var(--pc-muted);
  font-size: 0.85rem;
}

.pc-promo-card--orange {
  background: linear-gradient(135deg, #fff8e7, #fff);
  border-color: #f0d080;
}

/* —— Perks home: pago / envío / asistente —— */
.pc-perks-section {
  padding-top: 0.35rem;
}

.pc-perks {
  gap: 0.75rem;
}

.pc-perk {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem;
  align-items: start;
  padding: 1rem 1.05rem;
  border-radius: 18px;
  border: 1px solid var(--pc-line);
  background: #fff;
  box-shadow: 0 4px 14px rgba(15, 17, 17, 0.05);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  position: relative;
  overflow: hidden;
}

.pc-perk::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  border-radius: 18px 0 0 18px;
  background: var(--pc-perk-accent, #ff9900);
}

.pc-perk:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(15, 17, 17, 0.08);
}

.pc-perk__icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  color: #0f1111;
  background: var(--pc-perk-bg, #fff4e0);
  border: 1px solid var(--pc-perk-border, #f0d080);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.pc-perk__icon svg {
  display: block;
}

.pc-perk__body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.28rem;
}

.pc-perk__title {
  margin: 0;
  font-size: 1.02rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: var(--pc-text);
  line-height: 1.25;
}

.pc-perk__text {
  margin: 0 !important;
  color: var(--pc-muted);
  font-size: 0.88rem;
  line-height: 1.4;
}

.pc-perk__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-top: 0.25rem;
}

.pc-perk__tag {
  display: inline-flex;
  align-items: center;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 0.2rem 0.5rem;
  border-radius: 999px;
  background: #f3f4f6;
  color: #374151;
  border: 1px solid #e5e7eb;
}

.pc-perk__cta {
  align-self: flex-start;
  margin-top: 0.35rem;
  font-weight: 700;
}

/* Variantes de color */
.pc-perk--pay {
  --pc-perk-accent: #f59e0b;
  --pc-perk-bg: linear-gradient(145deg, #fff7e6, #ffefc7);
  --pc-perk-border: #f0d080;
  background: linear-gradient(135deg, #fffdf7 0%, #fff 55%);
}

.pc-perk--pay .pc-perk__icon {
  background: linear-gradient(145deg, #fff4d6, #ffe8a3);
  color: #9a6700;
}

.pc-perk--pay .pc-perk__tag {
  background: #fff8e7;
  border-color: #f0d080;
  color: #7a5200;
}

.pc-perk--ship {
  --pc-perk-accent: #0d9488;
  --pc-perk-bg: #e6fffa;
  --pc-perk-border: #99f6e4;
  background: linear-gradient(135deg, #f3fffc 0%, #fff 60%);
}

.pc-perk--ship .pc-perk__icon {
  background: linear-gradient(145deg, #ccfbf1, #99f6e4);
  color: #0f766e;
  border-color: #5eead4;
}

.pc-perk--ship .pc-perk__tag {
  background: #ecfdf5;
  border-color: #a7f3d0;
  color: #065f46;
}

.pc-perk--agent {
  --pc-perk-accent: #6366f1;
  --pc-perk-bg: #eef2ff;
  --pc-perk-border: #c7d2fe;
  background: linear-gradient(135deg, #f8f7ff 0%, #fff 60%);
}

.pc-perk--agent .pc-perk__icon {
  background: linear-gradient(145deg, #e0e7ff, #c7d2fe);
  color: #4338ca;
  border-color: #a5b4fc;
}

.pc-cta-banner {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  padding: 1.1rem;
  border-radius: var(--pc-radius);
  background: #fff;
  border: 1px solid var(--pc-line);
  box-shadow: var(--pc-shadow);
}

.pc-cta-banner p {
  margin: 0.25rem 0 0;
  color: var(--pc-muted);
}

/* ========== Product grid & cards (Amazon mobile) ========== */
.pc-product-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.55rem;
}

.pc-product-grid--scroll {
  display: flex;
  overflow-x: auto;
  gap: 0.55rem;
  scroll-snap-type: x mandatory;
  padding-bottom: 0.35rem;
  scrollbar-width: none;
}

.pc-product-grid--scroll::-webkit-scrollbar {
  display: none;
}

.pc-product-grid--scroll .pc-card {
  flex: 0 0 46%;
  max-width: 200px;
  scroll-snap-align: start;
}

.pc-card {
  background: #fff;
  border: 1px solid var(--pc-line);
  border-radius: var(--pc-radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: var(--pc-shadow);
  transition: box-shadow 0.15s;
}

.pc-card:hover {
  box-shadow: var(--pc-shadow-lg);
}

.pc-card__media {
  position: relative;
  aspect-ratio: 1;
  background: #fff;
  overflow: hidden;
  color: inherit;
  text-decoration: none !important;
}

.pc-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pc-card__placeholder {
  width: 100%;
  height: 100%;
  min-height: 120px;
  background:
    radial-gradient(circle at 30% 30%, hsla(var(--pc-hue, 30), 80%, 55%, 0.35), transparent 50%),
    linear-gradient(160deg, #232f3e, #131921);
}

.pc-badge {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 0.2rem 0.4rem;
  border-radius: 0 0 4px 0;
  background: var(--pc-hot);
  color: #fff;
}

.pc-badge--hot { background: #cc0c39; }
.pc-badge--nuevo { background: #067d62; }
.pc-badge--oferta { background: #c45500; }
.pc-badge--limitado { background: #232f3e; }
.pc-badge--exclusivo { background: #8b5a00; }

.pc-card__disc {
  position: absolute;
  top: 0.4rem;
  right: 0.4rem;
  background: #cc0c39;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  padding: 0.15rem 0.35rem;
  border-radius: 3px;
}

.pc-card__media-flags {
  position: absolute;
  bottom: 0.35rem;
  left: 0.35rem;
  display: flex;
  gap: 0.2rem;
}

.pc-card__media-flags span {
  font-size: 0.6rem;
  font-weight: 700;
  padding: 0.1rem 0.3rem;
  border-radius: 2px;
  background: rgba(15, 17, 17, 0.75);
  color: #fff;
}

.pc-card__body {
  padding: 0.55rem 0.6rem 0.65rem;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  flex: 1;
}

.pc-card__cat {
  font-size: 0.68rem;
  color: var(--pc-faint);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.pc-card__title {
  font-size: 0.85rem;
  font-weight: 500;
  margin: 0;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.2em;
}

.pc-card__title a {
  color: var(--pc-text);
  text-decoration: none !important;
}

.pc-card__title a:hover {
  color: var(--pc-link);
}

.pc-card__price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-top: 0.15rem;
}

.pc-price {
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  color: var(--pc-text);
}

.pc-card__price .pc-price {
  color: var(--pc-price);
  font-size: 1rem;
}

.pc-price--lg {
  font-size: 1.5rem;
  color: var(--pc-price);
  font-weight: 700;
}

.pc-price--compare {
  color: var(--pc-faint);
  text-decoration: line-through;
  font-weight: 400;
  font-size: 0.8em;
}

.pc-discount {
  color: var(--pc-hot);
  font-weight: 700;
  font-size: 0.8rem;
}

.pc-card__actions {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  margin-top: 0.45rem;
  flex-wrap: wrap;
}

.pc-card__agent {
  width: 30px;
  height: 30px;
  margin-left: auto;
  font-size: 0.8rem;
  border: 1px solid var(--pc-line);
  background: #fff;
}

.pc-stock-out {
  color: var(--pc-danger);
  font-size: 0.8rem;
  font-weight: 600;
}

/* ========== Store layout ========== */
.pc-store-hero {
  padding: 0.85rem 0 0.25rem;
  background: #fff;
  border-bottom: 1px solid var(--pc-line);
}

.pc-store-hero .pc-h1 {
  font-size: 1.25rem;
}

.pc-store__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  align-items: start;
  padding-top: 0.75rem;
}

.pc-filters {
  background: #fff;
  border: 1px solid var(--pc-line);
  border-radius: var(--pc-radius);
  padding: 0.85rem;
}

.pc-filters__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.75rem;
}

.pc-filter-group {
  margin-bottom: 0.9rem;
}

.pc-filter-label {
  display: block;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--pc-muted);
  margin-bottom: 0.4rem;
  font-weight: 700;
}

.pc-filters input[type="search"],
.pc-filters input[type="number"],
.pc-form-grid input,
.pc-form-grid textarea,
.pc-select select,
.pc-agent__form input {
  width: 100%;
  background: #fff;
  border: 1px solid var(--pc-line-strong);
  border-radius: var(--pc-radius-sm);
  padding: 0.55rem 0.65rem;
  outline: 0;
}

.pc-filters input:focus,
.pc-form-grid input:focus,
.pc-form-grid textarea:focus,
.pc-agent__form input:focus,
.pc-select select:focus {
  border-color: var(--pc-orange);
  box-shadow: 0 0 0 2px rgba(255, 153, 0, 0.2);
}

.pc-price-range {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0.35rem;
  align-items: center;
}

.pc-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.pc-chip {
  border: 1px solid var(--pc-line);
  background: #fff;
  color: var(--pc-muted);
  border-radius: 16px;
  padding: 0.3rem 0.65rem;
  font-size: 0.78rem;
}

.pc-chip em {
  font-style: normal;
  opacity: 0.6;
  margin-left: 0.2rem;
  font-size: 0.75em;
}

.pc-chip:hover,
.pc-chip.is-active {
  border-color: #232f3e;
  color: #fff;
  background: #232f3e;
}

.pc-check {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 0.35rem;
  color: var(--pc-muted);
  font-size: 0.88rem;
}

.pc-filters-toggle {
  display: inline-flex;
  margin: 0.25rem 0 0.5rem;
}

.pc-filters__mobile-close {
  display: flex;
}

.pc-store__toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.65rem;
  gap: 0.75rem;
  background: #fff;
  border: 1px solid var(--pc-line);
  border-radius: var(--pc-radius);
  padding: 0.45rem 0.65rem;
}

.pc-store__count {
  margin: 0;
  color: var(--pc-muted);
  font-size: 0.85rem;
}

.pc-select select {
  min-width: 130px;
  font-size: 0.85rem;
  padding: 0.35rem 0.5rem;
}

/* ========== PDP (ficha de producto) ========== */
.pc-pdp {
  padding: 0.35rem 0 2.25rem;
  background: #fff;
}

.pc-pdp__crumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.3rem 0.4rem;
  font-size: 0.8rem;
  color: var(--pc-muted);
  margin: 0.35rem 0 0.85rem;
  line-height: 1.35;
}

.pc-pdp__crumbs a {
  color: var(--pc-link);
  text-decoration: none;
}

.pc-pdp__crumbs a:hover {
  text-decoration: underline;
  color: var(--pc-link-hover);
}

.pc-pdp__crumb-sep {
  color: var(--pc-faint);
  user-select: none;
}

.pc-pdp__crumb-current {
  color: var(--pc-text);
  font-weight: 500;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pc-pdp__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.15rem;
  align-items: start;
}

/* Galería */
.pc-gallery {
  width: 100%;
}

.pc-gallery__stage {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.55rem;
  align-items: start;
}

.pc-gallery__thumbs--side {
  display: none;
}

.pc-gallery__main-wrap {
  position: relative;
}

.pc-gallery__main {
  border-radius: 14px;
  overflow: hidden;
  background: #f7f8f8;
  border: 1px solid var(--pc-line);
  aspect-ratio: 1;
  box-shadow: 0 2px 10px rgba(15, 17, 17, 0.05);
}

.pc-gallery__main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity 0.2s ease;
}

.pc-gallery__placeholder {
  height: 100%;
}

.pc-gallery__counter {
  position: absolute;
  right: 0.65rem;
  bottom: 0.65rem;
  z-index: 2;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fff;
  background: rgba(15, 17, 17, 0.55);
  backdrop-filter: blur(6px);
  border-radius: 999px;
  padding: 0.28rem 0.55rem;
  font-variant-numeric: tabular-nums;
}

.pc-gallery__thumbs--bottom {
  display: flex;
  gap: 0.45rem;
  margin-top: 0.15rem;
  overflow-x: auto;
  padding: 0.1rem 0 0.25rem;
  scrollbar-width: thin;
}

.pc-gallery__thumb {
  width: 62px;
  height: 62px;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid transparent;
  padding: 0;
  flex: 0 0 auto;
  opacity: 0.9;
  background: #fff;
  box-shadow: 0 0 0 1px var(--pc-line);
  transition: border-color 0.15s ease, opacity 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
  cursor: pointer;
}

.pc-gallery__thumb.is-active,
.pc-gallery__thumb:hover {
  border-color: var(--pc-orange);
  opacity: 1;
  box-shadow: 0 0 0 1px var(--pc-orange);
}

.pc-gallery__thumb.is-active {
  transform: translateY(-1px);
}

.pc-gallery__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Buy box / info */
.pc-pdp__info {
  min-width: 0;
}

.pc-pdp__buybox {
  background: #fff;
  border: 1px solid var(--pc-line);
  border-radius: 16px;
  padding: 1rem 1rem 1.1rem;
  box-shadow: 0 2px 14px rgba(15, 17, 17, 0.05);
}

.pc-pdp__topline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem 0.65rem;
  margin-bottom: 0.45rem;
}

.pc-pdp__stock {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.pc-pdp__stock.is-in {
  color: var(--pc-accent-2, #007600);
}

.pc-pdp__stock.is-out {
  color: var(--pc-danger);
}

.pc-pdp__stock-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 3px rgba(0, 118, 0, 0.12);
}

.pc-pdp__stock.is-out .pc-pdp__stock-dot {
  box-shadow: 0 0 0 3px rgba(177, 39, 4, 0.12);
}

.pc-pdp__title {
  font-size: clamp(1.2rem, 2.6vw, 1.55rem);
  font-weight: 600;
  line-height: 1.28;
  margin: 0 0 0.45rem;
  color: var(--pc-text);
  letter-spacing: -0.01em;
}

.pc-pdp__hook {
  color: var(--pc-link);
  font-size: 0.95rem;
  font-weight: 500;
  margin: 0 0 0.75rem;
  line-height: 1.4;
}

.pc-pdp__price-card {
  margin: 0 0 0.75rem;
  padding: 0.75rem 0.85rem;
  border-radius: 12px;
  background: linear-gradient(180deg, #fffdf6 0%, #fff8e8 100%);
  border: 1px solid #f0e0b8;
}

.pc-pdp__price-row {
  display: flex;
  align-items: baseline;
  gap: 0.55rem;
  margin: 0;
  flex-wrap: wrap;
}

.pc-pdp__price-card .pc-price--lg {
  font-size: 1.55rem;
  color: var(--pc-price);
  font-weight: 700;
}

.pc-pdp__save {
  margin: 0.25rem 0 0;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--pc-accent-2, #007600);
}

.pc-urgency {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--pc-warn);
  font-size: 0.86rem;
  font-weight: 600;
  margin: 0 0 0.75rem;
  padding: 0.4rem 0.65rem;
  border-radius: 8px;
  background: #fff7f0;
  border: 1px solid #f3d9c0;
}

.pc-pulse-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--pc-warn);
  animation: pc-pulse 1.4s ease infinite;
  flex: 0 0 auto;
}

@keyframes pc-pulse {
  0% { box-shadow: 0 0 0 0 rgba(196, 85, 0, 0.45); }
  70% { box-shadow: 0 0 0 7px rgba(196, 85, 0, 0); }
  100% { box-shadow: 0 0 0 0 rgba(196, 85, 0, 0); }
}

.pc-pdp__excerpt {
  margin: 0 0 0.85rem;
  color: var(--pc-muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.pc-pdp__excerpt p {
  margin: 0 0 0.4rem;
}

.pc-features {
  list-style: none;
  padding: 0.65rem 0.75rem;
  margin: 0 0 0.85rem;
  display: grid;
  gap: 0.4rem;
  background: #f7fafa;
  border: 1px solid var(--pc-line);
  border-radius: 12px;
}

.pc-features li {
  position: relative;
  padding-left: 1.35rem;
  color: var(--pc-text);
  font-size: 0.9rem;
  line-height: 1.35;
}

.pc-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--pc-accent-2, #007600);
  font-weight: 800;
  font-size: 0.85rem;
}

.pc-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-bottom: 0.95rem;
}

.pc-tag {
  font-size: 0.72rem;
  padding: 0.2rem 0.5rem;
  border-radius: 999px;
  background: #f0f2f2;
  border: 1px solid var(--pc-line);
  color: var(--pc-muted);
  font-weight: 600;
}

/* Selectores simples talla / color — botones grandes táctiles */
.pc-pdp__opts {
  display: grid;
  gap: 0.85rem;
  margin: 0 0 1rem;
  padding: 0.85rem 0.9rem;
  background: #fafafa;
  border: 1px solid var(--pc-line);
  border-radius: 14px;
}

.pc-pdp__opt-group {
  display: grid;
  gap: 0.45rem;
}

.pc-pdp__opt-label {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--pc-text);
  line-height: 1.3;
}

.pc-pdp__opt-req {
  font-weight: 600;
  font-size: 0.82rem;
  color: var(--pc-price, #b12704);
}

.pc-pdp__opt-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.pc-pdp__opt-btn {
  min-width: 3.1rem;
  min-height: 3rem;
  padding: 0.55rem 0.9rem;
  border: 2px solid var(--pc-line-strong, #888c8c);
  border-radius: 12px;
  background: #fff;
  color: var(--pc-text);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.1;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: border-color 0.12s ease, background 0.12s ease, box-shadow 0.12s ease, color 0.12s ease;
}

.pc-pdp__opt-btn:hover {
  border-color: var(--pc-accent, #ff9900);
  background: #fffaf0;
}

.pc-pdp__opt-btn:focus-visible {
  outline: 2px solid var(--pc-accent, #ff9900);
  outline-offset: 2px;
}

.pc-pdp__opt-btn.is-selected {
  border-color: var(--pc-accent-2, #007185);
  background: #e7f6f8;
  color: #0f1111;
  box-shadow: 0 0 0 1px var(--pc-accent-2, #007185);
}

.pc-pdp__opt-hint {
  margin: 0;
  padding: 0.55rem 0.7rem;
  border-radius: 10px;
  background: #fff4e5;
  border: 1px solid #f0c14b;
  color: #0f1111;
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.35;
}

.pc-pdp__opt-hint.is-flash {
  animation: pc-opt-flash 0.9s ease;
}

@keyframes pc-opt-flash {
  0%,
  100% {
    background: #fff4e5;
  }
  40% {
    background: #ffe08a;
  }
}

.pc-pdp__actions {
  display: grid;
  gap: 0.65rem;
  margin: 0 0 0.85rem;
  position: sticky;
  bottom: calc(var(--pc-tabbar-h) + 8px);
  z-index: 40;
  background: rgba(255, 255, 255, 0.97);
  padding: 0.65rem 0 0.35rem;
  border-top: 1px solid var(--pc-line);
  backdrop-filter: blur(8px);
}

.pc-pdp__qty-wrap {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.pc-pdp__qty-label {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--pc-muted);
}

.pc-pdp__cta-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.45rem;
}

.pc-pdp__btn-cart,
.pc-pdp__btn-buy {
  width: 100%;
  justify-content: center;
}

.pc-qty {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--pc-line-strong);
  border-radius: 999px;
  overflow: hidden;
  background: #f3f4f4;
}

.pc-qty button {
  width: 40px;
  height: 40px;
  color: var(--pc-text);
  font-size: 1.15rem;
  font-weight: 600;
}

.pc-qty button:hover {
  background: rgba(15, 17, 17, 0.05);
}

.pc-qty input {
  width: 44px;
  text-align: center;
  border: 0;
  background: transparent;
  outline: 0;
  font-weight: 700;
  -moz-appearance: textfield;
}

.pc-qty input::-webkit-outer-spin-button,
.pc-qty input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.pc-pdp__quick {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 0.85rem;
}

.pc-pdp__quick .pc-btn {
  flex: 1 1 auto;
  min-width: 140px;
  justify-content: center;
}

.pc-pdp__trust {
  list-style: none;
  margin: 0 0 0.75rem;
  padding: 0.65rem 0.75rem;
  display: grid;
  gap: 0.4rem;
  border-radius: 12px;
  background: #f7fafa;
  border: 1px solid var(--pc-line);
}

.pc-pdp__trust li {
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
  font-size: 0.84rem;
  color: var(--pc-muted);
  line-height: 1.35;
}

.pc-pdp__trust-icon {
  flex: 0 0 auto;
  width: 1.15rem;
  text-align: center;
  color: var(--pc-accent-2, #007600);
  font-weight: 800;
}

.pc-meta-line {
  color: var(--pc-faint);
  font-size: 0.78rem;
  margin: 0.65rem 0 0;
}

.pc-meta-line code {
  font-size: 0.78rem;
  background: #f0f2f2;
  padding: 0.1rem 0.35rem;
  border-radius: 4px;
}

.pc-pay-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.15rem;
  padding: 0.55rem 0.65rem;
  border-radius: 10px;
  background: #fff;
  border: 1px dashed var(--pc-line);
  color: var(--pc-muted);
  font-size: 0.8rem;
}

.pc-pay-strip__label {
  font-weight: 700;
  color: var(--pc-text);
  margin-right: 0.15rem;
}

.pc-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.15rem 0.45rem;
  border-radius: 999px;
  background: #f0f2f2;
  border: 1px solid var(--pc-line);
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--pc-navy-2);
}

.pc-pdp__below {
  margin-top: 1.75rem;
  background: linear-gradient(180deg, #f3f4f4 0%, var(--pc-bg, #eaeded) 40%);
  padding: 1.5rem 0 2rem;
  border-top: 1px solid var(--pc-line);
}

/* Stack vertical: descripción, video, docs, 3D (sin pestañas) */
.pc-pdp-stack {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  max-width: 920px;
  margin: 0 auto;
}

.pc-pdp-stack__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  position: sticky;
  top: calc(var(--pc-header-h) + 0.35rem);
  z-index: 30;
  padding: 0.4rem;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--pc-line);
  border-radius: 14px;
  box-shadow: 0 4px 16px rgba(15, 17, 17, 0.06);
  backdrop-filter: blur(8px);
}

.pc-pdp-stack__chip {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  border: 1px solid var(--pc-line);
  background: #f7f8f8;
  color: var(--pc-muted) !important;
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none !important;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.pc-pdp-stack__chip:hover {
  background: #fff;
  color: var(--pc-text) !important;
  border-color: var(--pc-orange);
}

.pc-pdp-section {
  background: #fff;
  border: 1px solid var(--pc-line);
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(15, 17, 17, 0.05);
  overflow: hidden;
  scroll-margin-top: calc(var(--pc-header-h) + 4.5rem);
}

.pc-pdp-section__head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.15rem 0.85rem;
  border-bottom: 1px solid #eef0f0;
  background: linear-gradient(180deg, #fafbfb 0%, #fff 100%);
}

.pc-pdp-section__icon {
  flex: 0 0 auto;
  width: 2.4rem;
  height: 2.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #232f3e;
  color: #ffd814;
  font-size: 1rem;
  font-weight: 800;
  box-shadow: 0 2px 6px rgba(19, 25, 33, 0.2);
}

.pc-pdp-section__kicker {
  display: block;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--pc-orange-2, #c45500);
  margin-bottom: 0.15rem;
}

.pc-pdp-section__title {
  margin: 0;
  font-size: 1.12rem;
  font-weight: 700;
  color: var(--pc-text);
  line-height: 1.25;
}

.pc-pdp-section__body {
  padding: 1.1rem 1.15rem 1.25rem;
}

.pc-pdp-section__hint {
  margin: 0.75rem 0 0;
  font-size: 0.82rem;
  color: var(--pc-faint);
}

.pc-video-grid {
  display: grid;
  gap: 0.85rem;
}

.pc-video-frame,
.pc-tour-frame {
  border-radius: 12px;
  overflow: hidden;
  background: #0f1111;
  aspect-ratio: 16 / 9;
  border: 1px solid var(--pc-line);
  box-shadow: 0 4px 14px rgba(15, 17, 17, 0.08);
}

.pc-video-frame iframe,
.pc-video-frame video,
.pc-tour-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.pc-pdf-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.55rem;
}

.pc-pdf-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.85rem 0.95rem;
  border-radius: 12px;
  background: #f7fafa;
  border: 1px solid var(--pc-line);
  color: var(--pc-text) !important;
  text-decoration: none !important;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.pc-pdf-link:hover {
  background: #fff;
  border-color: var(--pc-orange);
  box-shadow: 0 2px 10px rgba(15, 17, 17, 0.06);
}

.pc-pdf-icon {
  flex: 0 0 auto;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  background: linear-gradient(180deg, #d13212, #b12704);
  color: #fff;
  padding: 0.35rem 0.45rem;
  border-radius: 6px;
  min-width: 2.4rem;
  text-align: center;
}

.pc-pdf-link__text {
  flex: 1 1 auto;
  font-weight: 600;
  font-size: 0.92rem;
  min-width: 0;
}

.pc-pdf-open {
  flex: 0 0 auto;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--pc-link);
  white-space: nowrap;
}

.pc-prose {
  color: var(--pc-muted);
  font-size: 0.95rem;
  line-height: 1.6;
}

.pc-prose p {
  margin: 0 0 0.85rem;
}

.pc-prose p:last-child {
  margin-bottom: 0;
}

.pc-prose h2,
.pc-prose h3 {
  color: var(--pc-text);
  margin: 1.1rem 0 0.45rem;
}

.pc-prose ul,
.pc-prose ol {
  margin: 0 0 0.85rem;
  padding-left: 1.2rem;
}

@media (min-width: 900px) {
  .pc-pdp-stack {
    gap: 1.35rem;
  }

  .pc-pdp-section__head {
    padding: 1.15rem 1.35rem 0.95rem;
  }

  .pc-pdp-section__body {
    padding: 1.25rem 1.35rem 1.4rem;
  }

  .pc-pdp-section__title {
    font-size: 1.22rem;
  }

  .pc-video-grid {
    grid-template-columns: 1fr;
  }
}

/* ========== Cart drawer ========== */
.pc-drawer-backdrop,
.pc-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(15, 17, 17, 0.5);
  z-index: 200;
}

.pc-drawer-backdrop[hidden],
.pc-modal-backdrop[hidden] {
  display: none;
}

.pc-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: min(100%, 400px);
  height: 100%;
  background: #fff;
  border-left: 1px solid var(--pc-line);
  z-index: 210;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.3s var(--pc-ease);
  box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15);
}

.pc-drawer.is-open {
  transform: translateX(0);
}

.pc-drawer__head,
.pc-drawer__foot {
  padding: 0.9rem 1rem;
  border-bottom: 1px solid var(--pc-line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
}

.pc-drawer__head {
  background: var(--pc-navy);
  color: #fff;
  border-bottom: 0;
}

.pc-drawer__head .pc-icon-btn {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.25);
  color: #fff;
}

.pc-drawer__foot {
  border-bottom: 0;
  border-top: 1px solid var(--pc-line);
  flex-direction: column;
  align-items: stretch;
  gap: 0.6rem;
  padding-bottom: calc(0.9rem + env(safe-area-inset-bottom, 0px));
}

.pc-drawer__body {
  flex: 1;
  overflow: auto;
  padding: 0.75rem 1rem;
  background: var(--pc-bg);
}

.pc-cart-item {
  display: grid;
  grid-template-columns: 64px 1fr auto;
  gap: 0.65rem;
  padding: 0.65rem;
  margin-bottom: 0.5rem;
  background: #fff;
  border: 1px solid var(--pc-line);
  border-radius: var(--pc-radius);
}

.pc-cart-item img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 6px;
  background: #f3f3f3;
}

.pc-cart-item__title {
  font-weight: 500;
  font-size: 0.88rem;
  color: var(--pc-text);
  display: block;
  margin-bottom: 0.2rem;
  text-decoration: none !important;
}

.pc-cart-item__opts {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--pc-muted, #565959);
  margin: 0.1rem 0 0.15rem;
  line-height: 1.3;
}

.pc-cart-item__meta {
  color: var(--pc-price);
  font-size: 0.88rem;
  font-weight: 700;
}

.pc-cart-item__qty {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  margin-top: 0.35rem;
}

.pc-cart-item__qty button {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid var(--pc-line-strong);
  color: var(--pc-text);
  background: #fff;
}

.pc-cart-item__remove {
  color: var(--pc-faint);
  font-size: 1.2rem;
  align-self: start;
}

.pc-cart-total {
  display: flex;
  justify-content: space-between;
  font-size: 1rem;
}

.pc-cart-total strong {
  color: var(--pc-price);
  font-size: 1.15rem;
}

.pc-drawer__hint {
  margin: 0;
  text-align: center;
  color: var(--pc-faint);
  font-size: 0.75rem;
}

.pc-empty-soft {
  color: var(--pc-muted);
  text-align: center;
  padding: 2rem 0;
}

/* ========== Checkout modal ========== */
.pc-modal {
  position: fixed;
  inset: 0;
  z-index: 220;
  display: grid;
  place-items: end center;
  padding: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.25s;
}

.pc-modal.is-open {
  pointer-events: auto;
  opacity: 1;
}

.pc-modal[aria-hidden="true"] {
  visibility: hidden;
}

.pc-modal.is-open[aria-hidden="false"] {
  visibility: visible;
}

.pc-modal__panel {
  width: 100%;
  max-width: 560px;
  max-height: min(92vh, 820px);
  overflow: auto;
  background: #fff;
  border-radius: 16px 16px 0 0;
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.18);
  transform: translateY(100%);
  transition: transform 0.3s var(--pc-ease);
}

.pc-modal.is-open .pc-modal__panel {
  transform: none;
}

.pc-modal__head {
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding: 1rem 1rem 0.4rem;
  background: var(--pc-navy);
  color: #fff;
}

.pc-modal__head .pc-kicker,
.pc-modal__head .pc-h3 {
  color: #fff;
}

.pc-modal__head .pc-icon-btn {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.25);
  color: #fff;
}

.pc-checkout {
  padding: 0.85rem 1rem 1.25rem;
}

.pc-checkout__steps {
  display: flex;
  gap: 0.4rem;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}

.pc-checkout__steps span {
  font-size: 0.72rem;
  color: var(--pc-faint);
  padding: 0.25rem 0.55rem;
  border-radius: 12px;
  border: 1px solid var(--pc-line);
  background: #f7fafa;
}

.pc-checkout__steps span.is-active {
  color: #0f1111;
  border-color: var(--pc-orange);
  background: #fff4d9;
  font-weight: 600;
}

.pc-form-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.6rem;
  margin-bottom: 0.85rem;
}

.pc-form-grid--checkout label > span {
  font-weight: 600;
  color: var(--pc-text);
  margin-bottom: 0.3rem;
  display: block;
}

/* Compact checkout — solo lo esencial a la vista */
.pc-checkout-compact {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  margin-bottom: 0.65rem;
}

.pc-checkout-compact > label > span,
.pc-checkout-row label > span {
  display: block;
  font-weight: 600;
  font-size: 0.8rem;
  margin-bottom: 0.22rem;
  color: var(--pc-text);
}

.pc-checkout-compact input[type="text"],
.pc-checkout-compact input[type="email"],
.pc-checkout-compact input[type="tel"],
.pc-checkout-compact select {
  width: 100%;
  background: #fff;
  border: 1px solid var(--pc-line-strong);
  border-radius: var(--pc-radius-sm);
  padding: 0.55rem 0.65rem;
  font-size: 0.95rem;
}

.pc-checkout-row {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr;
  gap: 0.5rem;
  align-items: start;
}

@media (max-width: 520px) {
  .pc-checkout-row {
    grid-template-columns: 1fr;
  }
}

.pc-checkout-more {
  border: 1px solid var(--pc-line);
  border-radius: var(--pc-radius-sm);
  background: #fafafa;
  padding: 0.25rem 0.6rem;
}

.pc-checkout-more summary {
  cursor: pointer;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--pc-link);
  padding: 0.3rem 0;
  list-style: none;
}

.pc-checkout-more summary::-webkit-details-marker {
  display: none;
}

.pc-checkout-more summary::before {
  content: '+ ';
  font-weight: 700;
}

.pc-checkout-more[open] summary::before {
  content: '− ';
}

.pc-checkout-more__body {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0.25rem 0 0.5rem;
}

.pc-checkout-more__body label > span {
  display: block;
  font-size: 0.76rem;
  font-weight: 600;
  margin-bottom: 0.18rem;
}

/* Payment chips (short) */
.pc-pay-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin: 0 0 0.75rem;
}

.pc-pay-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.7rem;
  border-radius: 999px;
  border: 1.5px solid var(--pc-line-strong);
  background: #fff;
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
  user-select: none;
}

.pc-pay-chip input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.pc-pay-chip.is-active,
.pc-pay-chip:has(input:checked) {
  border-color: #25d366;
  background: #ecfdf5;
  color: #065f46;
}

.pc-pay-chip:has(input[value="baneco"]:checked),
.pc-pay-chip:has(input[value="manual"]:checked).is-active {
  border-color: var(--pc-orange);
  background: #fff8e7;
  color: #0f1111;
}

/*
 * Teléfono: UNA sola bandera a la izquierda + select solo con +código.
 * (Antes el emoji iba en el <option> y a veces se veía duplicado en el SO.)
 */
.pc-phone-field,
.pc-phone-field--simple {
  display: grid;
  grid-template-columns: 1.7rem 4.4rem 1fr;
  align-items: stretch;
  gap: 0;
  background: #fff;
  border: 1px solid var(--pc-line-strong);
  border-radius: var(--pc-radius-sm);
  overflow: hidden;
}

.pc-phone-field:focus-within {
  border-color: var(--pc-orange);
  box-shadow: 0 0 0 2px rgba(255, 153, 0, 0.2);
}

.pc-phone-flag-once {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
  line-height: 1;
  background: #f3f4f6;
  border-right: 0;
  user-select: none;
  pointer-events: none;
}

.pc-phone-cc {
  border: 0;
  border-right: 1px solid var(--pc-line);
  background: #f3f4f6;
  padding: 0.5rem 0.15rem 0.5rem 0;
  font-size: 0.82rem;
  font-weight: 700;
  min-width: 0;
  width: 100%;
  border-radius: 0;
  color: var(--pc-text);
}

/* Ocultar restos de diseño anterior con flag/plus separados */
.pc-phone-flag:not(.pc-phone-flag-once),
.pc-phone-plus,
.pc-phone-cc-num {
  display: none !important;
}

.pc-phone-national {
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  padding: 0.5rem 0.6rem !important;
  min-width: 0;
  width: 100%;
  border-radius: 0 !important;
}

/* Shorter checkout steps bar */
.pc-checkout__steps {
  margin-bottom: 0.75rem !important;
}

.pc-checkout__steps span {
  font-size: 0.7rem !important;
  padding: 0.2rem 0.5rem !important;
}

.pc-field-hint {
  display: block;
  margin-top: 0.3rem;
  color: var(--pc-faint);
  font-size: 0.78rem;
}

.pc-field-error {
  display: block;
  margin-top: 0.25rem;
  color: #b12704;
  font-size: 0.8rem;
  font-weight: 600;
}

.pc-city-field {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.pc-city-field select,
.pc-city-other {
  width: 100%;
  background: #fff;
  border: 1px solid var(--pc-line-strong);
  border-radius: var(--pc-radius-sm);
  padding: 0.55rem 0.65rem;
}

.pc-detect-city {
  align-self: flex-start;
  font-size: 0.85rem;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}

.pc-form-grid label {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  font-size: 0.82rem;
  color: var(--pc-muted);
}

.pc-form-grid .pc-full {
  grid-column: 1 / -1;
}

.pc-qr-box {
  text-align: center;
}

.pc-qr-box__amount {
  margin-bottom: 0.75rem;
}

.pc-qr-box__amount span {
  display: block;
  color: var(--pc-muted);
  font-size: 0.82rem;
}

.pc-qr-box__amount strong {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--pc-price);
}

.pc-qr-image {
  width: min(100%, 200px);
  margin: 0 auto 0.85rem;
  border-radius: 8px;
  border: 3px solid #fff;
  box-shadow: var(--pc-shadow);
  background: #fff;
}

.pc-qr-placeholder {
  margin-bottom: 0.85rem;
}

.pc-qr-fake {
  width: 160px;
  height: 160px;
  margin: 0 auto 0.6rem;
  border-radius: 8px;
  background:
    repeating-linear-gradient(0deg, #eee 0 8px, #ddd 8px 16px),
    repeating-linear-gradient(90deg, #eee 0 8px, #ddd 8px 16px);
}

.pc-qr-details {
  text-align: left;
  background: #f7fafa;
  border: 1px solid var(--pc-line);
  border-radius: var(--pc-radius-sm);
  padding: 0.85rem;
  margin-bottom: 0.85rem;
  font-size: 0.88rem;
  color: var(--pc-muted);
}

.pc-qr-details p {
  margin: 0 0 0.4rem;
}

.pc-qr-details code {
  color: var(--pc-text);
  background: #fff;
  padding: 0.1rem 0.3rem;
  border-radius: 3px;
  border: 1px solid var(--pc-line);
}

.pc-qr-instructions {
  white-space: pre-line;
  color: var(--pc-text) !important;
  margin-top: 0.55rem !important;
}

/* 3 pasos pago QR manual */
.pc-pay-steps {
  list-style: none;
  margin: 0 0 0.85rem;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem;
}

.pc-pay-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.25rem;
  padding: 0.55rem 0.3rem;
  background: #f7fafa;
  border: 1px solid var(--pc-line);
  border-radius: var(--pc-radius-sm);
  position: relative;
}

.pc-pay-step__icon {
  display: grid;
  place-items: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background: #232f3e;
  color: #ff9900;
}

.pc-pay-step__n {
  position: absolute;
  top: 0.3rem;
  left: 0.35rem;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  background: #ff9900;
  color: #131921;
  font-size: 0.65rem;
  font-weight: 800;
  display: grid;
  place-items: center;
  line-height: 1;
}

.pc-pay-step__t {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--pc-text);
  line-height: 1.25;
  max-width: 6.5rem;
}

@media (max-width: 380px) {
  .pc-pay-steps {
    grid-template-columns: 1fr;
  }

  .pc-pay-step {
    flex-direction: row;
    justify-content: flex-start;
    text-align: left;
    gap: 0.55rem;
    padding: 0.5rem 0.65rem 0.5rem 1.75rem;
  }

  .pc-pay-step__t {
    max-width: none;
    font-size: 0.82rem;
  }
}

.pc-upload {
  display: block;
  text-align: left;
  margin-bottom: 0.85rem;
  font-size: 0.85rem;
  color: var(--pc-muted);
}

.pc-upload input {
  display: block;
  width: 100%;
  margin-top: 0.35rem;
  padding: 0.55rem;
  border-radius: var(--pc-radius-sm);
  border: 1px dashed var(--pc-line-strong);
  background: #fff;
}

/* Comprobante QR manual: obligatorio + preview */
.pc-proof-field {
  margin: 0.75rem 0 1rem;
  text-align: left;
}

.pc-upload--proof {
  margin-bottom: 0.5rem;
  padding: 0.75rem;
  border-radius: 12px;
  border: 1.5px dashed var(--pc-line-strong, #d5d9d9);
  background: #fafafa;
}

.pc-upload--proof:focus-within {
  border-color: var(--pc-orange, #ff9900);
  background: #fffef8;
}

.pc-upload__title {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  flex-wrap: wrap;
  font-weight: 700;
  color: var(--pc-text, #0f1111);
  font-size: 0.92rem;
}

.pc-upload__req {
  font-style: normal;
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  padding: 0.12rem 0.45rem;
  border-radius: 999px;
  background: #fcf0f1;
  color: #b32d2e;
  border: 1px solid #f0a8a8;
}

.pc-upload__hint {
  display: block;
  margin-top: 0.3rem;
  font-size: 0.78rem;
  line-height: 1.35;
  color: var(--pc-muted, #565959);
  font-weight: 400;
}

.pc-proof-preview {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 0.55rem;
  padding: 0.65rem 0.75rem;
  border-radius: 12px;
  border: 1px solid #68de7c;
  background: linear-gradient(180deg, #edfaef 0%, #fff 80%);
}

.pc-proof-preview[hidden] {
  display: none !important;
}

.pc-proof-preview__media {
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #d5d9d9;
  display: grid;
  place-items: center;
}

.pc-proof-preview__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pc-proof-preview__pdf {
  font-size: 0.75rem;
  font-weight: 800;
  color: #b32d2e;
  background: #fcf0f1;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}

.pc-proof-preview__meta {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  font-size: 0.82rem;
}

.pc-proof-preview__meta strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #0f1111;
}

.pc-proof-preview__meta span {
  color: #565959;
  font-size: 0.75rem;
}

.pc-proof-preview__ok {
  color: #007017 !important;
  font-weight: 700 !important;
}

.pc-proof-preview__clear {
  flex-shrink: 0;
  font-size: 0.8rem;
}

.pc-proof-error {
  margin: 0.4rem 0 0;
  font-size: 0.82rem;
  font-weight: 600;
  color: #b32d2e;
}

.pc-proof-error[hidden] {
  display: none !important;
}

#pc-submit-order:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.pc-checkout__nav {
  display: flex;
  gap: 0.5rem;
  justify-content: space-between;
}

.pc-success {
  text-align: center;
  padding: 1.25rem 0;
}

.pc-success__icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 0.75rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #e7f6ef;
  color: var(--pc-accent);
  font-size: 1.4rem;
  font-weight: 800;
}

.pc-success__note {
  color: var(--pc-muted);
}

/* WhatsApp checkout card */
.pc-wa-panel {
  text-align: left;
}

.pc-wa-card {
  background: #f0fdf4;
  border: 1px solid #86efac;
  border-radius: var(--pc-radius);
  padding: 1.1rem 1rem 1.15rem;
}

.pc-wa-card__icon {
  font-size: 1.75rem;
  margin-bottom: 0.35rem;
}

.pc-wa-card p {
  color: var(--pc-muted);
  font-size: 0.9rem;
  margin: 0 0 0.75rem;
  line-height: 1.45;
}

.pc-wa-steps {
  margin: 0 0 1rem;
  padding: 0 0 0 1.1rem;
  color: var(--pc-text);
  font-size: 0.88rem;
  line-height: 1.55;
}

.pc-optional {
  font-style: normal;
  font-weight: 400;
  color: var(--pc-faint);
  font-size: 0.8em;
}

.pc-pay-method[data-method="whatsapp"].is-active,
.pc-pay-method:has(input[value="whatsapp"]:checked) {
  border-color: #25d366;
  background: #f0fdf4;
  box-shadow: 0 0 0 1px #25d366;
}

/* Dual payment methods */
.pc-pay-methods {
  margin: 0 0 1rem;
}

.pc-pay-methods__grid {
  display: grid;
  gap: 0.5rem;
  margin-top: 0.4rem;
}

.pc-pay-method {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding: 0.75rem 0.85rem;
  border: 2px solid var(--pc-line);
  border-radius: var(--pc-radius);
  background: #fff;
  cursor: pointer;
}

.pc-pay-method input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.pc-pay-method strong {
  font-size: 0.92rem;
  color: var(--pc-text);
}

.pc-pay-method span {
  font-size: 0.8rem;
  color: var(--pc-muted);
  line-height: 1.35;
}

.pc-pay-method.is-active,
.pc-pay-method:has(input:checked) {
  border-color: var(--pc-orange);
  background: #fffaf0;
  box-shadow: 0 0 0 1px var(--pc-orange);
}

/* Baneco timer */
.pc-timer {
  margin: 0 0 0.85rem;
  padding: 0.65rem 0.75rem;
  background: #232f3e;
  color: #fff;
  border-radius: var(--pc-radius-sm);
  text-align: center;
}

.pc-timer__label {
  display: block;
  font-size: 0.72rem;
  opacity: 0.85;
  margin-bottom: 0.15rem;
}

.pc-timer__value {
  font-size: 1.6rem;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.04em;
}

.pc-timer__bar {
  height: 4px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 99px;
  margin-top: 0.5rem;
  overflow: hidden;
}

.pc-timer__bar i {
  display: block;
  height: 100%;
  width: 100%;
  background: var(--pc-yellow);
  border-radius: inherit;
  transition: width 1s linear;
}

.pc-timer__bar.is-urgent i {
  background: #ff6b6b;
}

.pc-baneco-actions {
  margin-top: 0.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.pc-baneco-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
  font-size: 0.78rem;
  color: var(--pc-muted);
  margin: 0;
}

.pc-baneco-hint {
  font-size: 0.82rem;
  color: var(--pc-muted);
  margin: 0;
  max-width: 28rem;
}

.pc-baneco-qr-wrap {
  min-height: 180px;
  display: grid;
  place-items: center;
}

/* ========== Agent widget ========== */
.pc-agent-fab {
  display: none; /* replaced by tab bar on mobile */
}

.pc-agent {
  position: fixed;
  right: max(0.5rem, env(safe-area-inset-right, 0px));
  left: max(0.5rem, env(safe-area-inset-left, 0px));
  bottom: calc(var(--pc-tabbar-h) + 0.35rem + env(safe-area-inset-bottom, 0px));
  width: auto;
  max-width: calc(100vw - 1rem - env(safe-area-inset-left, 0px) - env(safe-area-inset-right, 0px));
  height: min(68dvh, 540px);
  max-height: calc(100dvh - var(--pc-tabbar-h) - env(safe-area-inset-bottom, 0px) - 0.75rem);
  background: #fff;
  border: 1px solid var(--pc-line);
  border-radius: 14px;
  z-index: 160;
  display: flex;
  flex-direction: column;
  box-shadow: var(--pc-shadow-lg);
  opacity: 0;
  transform: translateY(16px) scale(0.98);
  pointer-events: none;
  transition: opacity 0.25s, transform 0.3s var(--pc-ease);
  overflow: hidden;
  box-sizing: border-box;
}

.pc-agent.is-open {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}

/* Móvil: hoja casi a pantalla completa, sin salirse del viewport. */
@media (max-width: 767px) {
  .pc-agent {
    left: 0;
    right: 0;
    bottom: calc(var(--pc-tabbar-h) + env(safe-area-inset-bottom, 0px));
    max-width: 100%;
    width: 100%;
    height: min(78dvh, calc(100dvh - var(--pc-tabbar-h) - env(safe-area-inset-bottom, 0px)));
    max-height: calc(100dvh - var(--pc-tabbar-h) - env(safe-area-inset-bottom, 0px));
    border-radius: 16px 16px 0 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }

  body.pc-agent-open .pc-tabbar {
    /* Mantener tabbar usable; chat encima con z-index */
    z-index: 150;
  }
}

.pc-agent__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  padding: 0.7rem 0.85rem;
  border-bottom: 1px solid var(--pc-line);
  background: var(--pc-navy);
  color: #fff;
  min-width: 0;
  flex: 0 0 auto;
}

.pc-agent__identity {
  display: flex;
  gap: 0.55rem;
  align-items: center;
  min-width: 0;
  flex: 1 1 auto;
}

.pc-agent__identity > div {
  min-width: 0;
}

.pc-agent__identity strong {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: min(52vw, 14rem);
}

.pc-agent__avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
}

.pc-agent__avatar--fallback {
  display: grid;
  place-items: center;
  background: var(--pc-orange);
  color: #131921;
  font-weight: 800;
}

.pc-agent__status {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.72rem;
  color: #8fd3b8;
}

.pc-agent__status i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  display: inline-block;
}

.pc-agent__head .pc-icon-btn {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.25);
  color: #fff;
}

.pc-agent__messages {
  flex: 1 1 auto;
  min-height: 0; /* crítico en flex: permite scroll sin crecer fuera de pantalla */
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0.85rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  background: #f0f2f2;
  overscroll-behavior: contain;
}

.pc-msg {
  max-width: min(92%, 100%);
  padding: 0.6rem 0.75rem;
  border-radius: 12px;
  font-size: 0.88rem;
  line-height: 1.4;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
  box-sizing: border-box;
}

.pc-msg--bot {
  background: #fff;
  border: 1px solid var(--pc-line);
  border-bottom-left-radius: 3px;
  align-self: flex-start;
  color: var(--pc-text);
}

.pc-msg--user {
  background: #232f3e;
  color: #fff;
  border-bottom-right-radius: 3px;
  align-self: flex-end;
}

.pc-msg strong {
  font-weight: 700;
}

.pc-msg--typing {
  color: var(--pc-muted);
  font-style: italic;
}

.pc-agent__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  padding: 0 0.75rem 0.45rem;
  background: #f0f2f2;
  flex: 0 0 auto;
  max-width: 100%;
  min-width: 0;
}

.pc-agent__actions:empty {
  display: none;
}

.pc-agent-action {
  font-size: 0.75rem;
  padding: 0.3rem 0.6rem;
  border-radius: 14px;
  border: 1px solid #d5d9d9;
  background: #fff;
  color: var(--pc-link);
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pc-agent__form {
  display: flex;
  gap: 0.4rem;
  padding: 0.6rem 0.75rem calc(0.75rem + env(safe-area-inset-bottom, 0px));
  border-top: 1px solid var(--pc-line);
  background: #fff;
  flex: 0 0 auto;
  min-width: 0;
  align-items: center;
}

.pc-agent__form input,
.pc-agent__form #pc-agent-input {
  flex: 1 1 auto;
  min-width: 0;
  width: auto !important;
  max-width: 100%;
  font-size: 16px; /* evita zoom iOS al enfocar */
}

.pc-agent__form .pc-btn {
  width: 44px;
  min-width: 44px;
  height: 44px;
  padding: 0;
  flex: 0 0 auto;
  border-radius: 50%;
}

/* ========== Bottom tab bar (app) ========== */
.pc-tabbar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 150;
  height: calc(var(--pc-tabbar-h) + env(safe-area-inset-bottom, 0px));
  padding-bottom: env(safe-area-inset-bottom, 0px);
  background: #fff;
  border-top: 1px solid var(--pc-line);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  box-shadow: 0 -2px 10px rgba(15, 17, 17, 0.08);
}

.pc-tabbar__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.15rem;
  color: #565959 !important;
  text-decoration: none !important;
  font-size: 0.62rem;
  font-weight: 500;
  background: transparent;
  border: 0;
  padding: 0.35rem 0.15rem;
  position: relative;
  min-height: var(--pc-tabbar-h);
}

.pc-tabbar__item svg {
  display: block;
}

.pc-tabbar__item.is-active,
.pc-tabbar__item:active {
  color: #0f1111 !important;
}

.pc-tabbar__item.is-active svg {
  stroke: var(--pc-orange);
  color: var(--pc-orange);
}

.pc-tabbar__badge {
  position: absolute;
  top: 6px;
  right: calc(50% - 18px);
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 999px;
  background: var(--pc-orange);
  color: #131921;
  font-size: 0.62rem;
  font-weight: 800;
  display: grid;
  place-items: center;
  font-style: normal;
}

/* ========== Toasts ========== */
.pc-toasts {
  position: fixed;
  left: 50%;
  bottom: calc(var(--pc-tabbar-h) + 0.85rem + env(safe-area-inset-bottom, 0px));
  transform: translateX(-50%);
  z-index: 300;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  width: min(100% - 1.5rem, 340px);
  pointer-events: none;
}

.pc-toast {
  background: #232f3e;
  color: #fff;
  padding: 0.7rem 0.9rem;
  border-radius: 8px;
  box-shadow: var(--pc-shadow-lg);
  animation: pc-toast-in 0.25s var(--pc-ease);
  text-align: center;
  font-weight: 600;
  font-size: 0.88rem;
}

.pc-toast--ok {
  background: #067d62;
}

.pc-toast--err {
  background: #b12704;
}

@keyframes pc-toast-in {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: none; }
}

/* ========== Footer marketplace — línea gráfica Amazon ========== */
.pc-az-foot {
  margin-top: clamp(2rem, 5vw, 4rem);
  color: #dbe4ee;
  font-size: 0.88rem;
  background: #131a22;
}

/* Barra “Volver arriba” */
.pc-az-foot__backtop {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  width: 100%;
  margin: 0;
  padding: 0.85rem 1rem;
  border: 0;
  background: #37475a;
  color: #fff;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  transition: background 0.15s ease;
}

.pc-az-foot__backtop svg {
  transition: transform 0.18s ease;
}

.pc-az-foot__backtop:hover svg,
.pc-az-foot__backtop:focus-visible svg {
  transform: translateY(-2px);
}

.pc-az-foot__backtop:hover,
.pc-az-foot__backtop:focus-visible {
  background: #485769;
  outline: none;
}

.pc-az-foot__trust {
  background: #fff;
  color: var(--pc-text);
  border-bottom: 1px solid var(--pc-line);
}

.pc-az-foot__trust-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  max-width: 1000px;
}

.pc-az-foot__trust-item {
  display: grid;
  grid-template-columns: 2.4rem 1fr;
  grid-template-rows: auto auto;
  column-gap: 0.75rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--pc-line);
}

.pc-az-foot__trust-item:last-child { border-bottom: 0; }

.pc-az-foot__trust-item > span {
  grid-row: 1 / 3;
  display: grid;
  place-items: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 12px;
  background: #fff4df;
  background: color-mix(in srgb, var(--pc-orange) 14%, #fff);
  color: var(--pc-orange-2);
  font-size: 1.1rem;
  font-weight: 800;
}

.pc-az-foot__trust-item > span svg {
  width: 1.25rem;
  height: 1.25rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pc-az-foot__trust-item strong { font-size: 0.88rem; }
.pc-az-foot__trust-item small { color: var(--pc-muted); font-size: 0.76rem; }

/* Columnas de enlaces */
.pc-az-foot__nav {
  background: #232f3e;
  padding: 2.25rem 0 2rem;
}

.pc-az-foot__nav-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem 1.25rem;
  max-width: 1000px;
}

.pc-az-foot__h {
  margin: 0 0 0.65rem;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.01em;
}

.pc-az-foot__intro {
  max-width: 26rem;
  margin: 0 0 0.85rem;
  color: #aebdca;
  font-size: 0.82rem;
  line-height: 1.55;
}

.pc-az-foot__col--brand .pc-footer-brand {
  justify-content: flex-start;
  margin-bottom: 0.85rem;
}

.pc-az-foot__col--brand {
  grid-column: 1 / -1;
  padding-bottom: 1.1rem;
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.pc-az-foot__brand-social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.pc-az-foot__brand-social a {
  display: grid;
  place-items: center;
  width: 2.35rem;
  height: 2.35rem;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 50%;
  color: #dbe4ee !important;
  text-decoration: none !important;
  transition: color .15s ease, border-color .15s ease, background .15s ease;
}

.pc-az-foot__brand-social a:hover,
.pc-az-foot__brand-social a:focus-visible {
  color: #131921 !important;
  border-color: var(--pc-orange);
  background: var(--pc-orange);
  outline: none;
}

.pc-az-foot__brand-social svg {
  width: 17px;
  height: 17px;
}

.pc-az-foot__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.4rem;
}

.pc-az-foot__list a {
  color: #bdc9d4 !important;
  text-decoration: none !important;
  font-size: 0.84rem;
  line-height: 1.45;
  transition: color 0.15s ease, transform 0.15s ease;
}

.pc-az-foot__list a:hover,
.pc-az-foot__list a:focus-visible {
  text-decoration: none !important;
  color: #fff !important;
  transform: translateX(2px);
  outline: none;
}

.pc-az-foot__note {
  color: #999;
  font-size: 0.8rem;
  line-height: 1.35;
  margin-top: 0.15rem;
}

/* Franja logo (Amazon logo line) */
.pc-az-foot__line {
  background: #232f3e;
  border-top: 1px solid rgba(255,255,255,.1);
  padding: 1.35rem 0 1.25rem;
}

.pc-az-foot__line-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.85rem 1.25rem;
  max-width: 1000px;
}

.pc-az-foot__line--location .pc-az-foot__line-inner {
  justify-content: center;
}

.pc-az-foot__line .pc-footer-brand {
  justify-content: center;
}

.pc-az-foot__pills {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
}

.pc-az-foot__pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 0.75rem;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 3px;
  color: #ccc;
  font-size: 0.78rem;
  background: transparent;
  line-height: 1.2;
}

.pc-az-foot__pill--link {
  color: #ccc !important;
  text-decoration: none !important;
  transition: border-color 0.12s ease, color 0.12s ease;
}

.pc-az-foot__pill--link:hover {
  border-color: #fff;
  color: #fff !important;
}

.pc-az-foot__pill svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  opacity: 0.9;
}

.pc-az-foot__pill-txt {
  white-space: nowrap;
}

.pc-az-foot__tagline {
  margin: 0.75rem 0 0;
  text-align: center;
  font-size: 0.8rem;
  color: #999;
  line-height: 1.4;
}

/* Pie legal negro */
.pc-az-foot__legal {
  background: #0a1016;
  border-top: 1px solid rgba(255,255,255,.07);
  padding: 1rem 0 1.15rem;
}

.pc-az-foot__legal-inner {
  max-width: 1000px;
  text-align: center;
}

.pc-az-foot__legal-links {
  list-style: none;
  margin: 0 0 0.55rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.35rem 1rem;
}

.pc-az-foot__legal-links a {
  color: #ddd !important;
  text-decoration: none !important;
  font-size: 0.72rem;
}

.pc-az-foot__legal-links a:hover {
  text-decoration: underline !important;
  color: #fff !important;
}

.pc-az-foot__copy {
  margin: 0;
  font-size: 0.72rem;
  color: #999;
  line-height: 1.4;
}

.pc-az-foot__copy a {
  color: #999 !important;
  text-decoration: none !important;
}

.pc-az-foot__copy a:hover {
  color: #ff9900 !important;
}

.pc-az-foot__sep {
  margin: 0 0.25rem;
  opacity: 0.7;
}

/* Logo footer (compartido, sin invert forzado en línea Amazon: sí en navy) */
.pc-az-foot .pc-footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none !important;
  color: #fff !important;
  --pc-footer-logo-h: 36px;
}

.pc-az-foot .pc-footer-brand__img {
  height: var(--pc-footer-logo-h);
  width: auto;
  max-width: min(160px, 45vw);
  object-fit: contain;
  display: block;
  /* Sin filter: se muestra a color, como se subió en Identidad del sitio */
  filter: none;
}

.pc-az-foot .pc-footer-brand__mark {
  width: calc(var(--pc-footer-logo-h) * 0.95);
  height: calc(var(--pc-footer-logo-h) * 0.95);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--pc-orange, #ff9900);
  color: #131921;
  font-weight: 800;
  font-size: calc(var(--pc-footer-logo-h) * 0.42);
  flex-shrink: 0;
}

.pc-az-foot .pc-footer-brand__name {
  font-size: 1.15rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.02em;
}

@media (max-width: 520px) {
  .pc-az-foot__pill-txt {
    /* En móvil muy estrecho: solo icono de redes */
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
  }

  .pc-az-foot__pill--link {
    width: 2.4rem;
    height: 2.4rem;
    padding: 0;
    justify-content: center;
    border-radius: 3px;
  }
}

@media (min-width: 900px) {
	.pc-az-foot__trust-inner {
		grid-template-columns: repeat(3, 1fr);
	}

	.pc-az-foot__trust-item {
		padding: 1.15rem 1.5rem;
		border-bottom: 0;
		border-right: 1px solid var(--pc-line);
	}

	.pc-az-foot__trust-item:first-child { padding-left: 0; }
	.pc-az-foot__trust-item:last-child { border-right: 0; }

  .pc-az-foot__nav {
    padding: 2.5rem 0 2.25rem;
  }

  .pc-az-foot__nav-inner {
    grid-template-columns: 1.35fr repeat(3, 1fr);
    gap: 1.5rem 2rem;
  }

  .pc-az-foot__col--brand {
    grid-column: auto;
    padding-bottom: 0;
    border-bottom: 0;
  }

  .pc-az-foot__line-inner {
    gap: 1.5rem 2rem;
  }
}

/* ========== Footer v2 legacy ========== */
.pc-foot {
  margin-top: 2rem;
  color: #d5d9dd;
  background: var(--pc-navy-2, #232f3e);
}

.pc-foot__top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  width: 100%;
  margin: 0;
  padding: 0.7rem 1rem;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: var(--pc-navy-3, #37475a);
  color: #fff;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s ease;
}

.pc-foot__top:hover,
.pc-foot__top:focus-visible {
  background: #485769;
  outline: none;
}

.pc-foot__main {
  padding: 1.5rem 0 1.35rem;
}

.pc-foot__brand-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.25rem;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.pc-foot__brand {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  min-width: 0;
  flex: 1 1 12rem;
}

/* Logo footer = mismo del header */
.pc-footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  text-decoration: none !important;
  color: #fff !important;
  max-width: 100%;
  min-width: 0;
  --pc-footer-logo-h: 40px;
}

.pc-footer-brand__img {
  height: var(--pc-footer-logo-h);
  width: auto;
  max-width: min(180px, 50vw);
  object-fit: contain;
  display: block;
  filter: none;
}

.pc-footer-brand__mark {
  width: calc(var(--pc-footer-logo-h) * 0.9);
  height: calc(var(--pc-footer-logo-h) * 0.9);
  min-width: 28px;
  min-height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--pc-orange);
  color: #131921;
  font-weight: 800;
  font-size: calc(var(--pc-footer-logo-h) * 0.4);
  flex-shrink: 0;
}

.pc-footer-brand__text {
  min-width: 0;
}

.pc-footer-brand__name {
  display: block;
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.015em;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pc-footer-brand--logo .pc-footer-brand__text {
  /* Solo imagen: no forzar nombre si display=logo en header y se eligió solo logo */
}

.pc-foot__tagline {
  margin: 0;
  font-size: 0.88rem;
  color: #a7acb2;
  line-height: 1.4;
  max-width: 28ch;
}

.pc-foot__social {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.pc-foot__social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.55rem;
  height: 2.55rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.07);
  color: #e8eaed !important;
  text-decoration: none !important;
  transition: background 0.15s ease, border-color 0.15s ease;
}

.pc-foot__social-btn:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.28);
  color: #fff !important;
}

.pc-foot__social-btn svg {
  width: 16px;
  height: 16px;
}

.pc-foot__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.35rem 1.5rem;
}

.pc-foot__heading {
  margin: 0 0 0.65rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.01em;
}

.pc-foot__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.4rem;
}

.pc-foot__menu a,
.pc-foot a {
  color: #c8ccd1 !important;
  text-decoration: none !important;
  font-size: 0.88rem;
  transition: color 0.12s ease;
}

.pc-foot a:hover,
.pc-foot a:focus-visible {
  color: #fff !important;
  outline: none;
}

.pc-foot__contact {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}

.pc-foot__link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-weight: 500;
  color: #e3e6e8 !important;
}

.pc-foot__link--wa {
  color: #69f0ae !important;
}

.pc-foot__link svg {
  flex-shrink: 0;
  opacity: 0.9;
}

.pc-foot__muted {
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
  font-size: 0.84rem;
  color: #a7acb2;
  line-height: 1.4;
}

.pc-foot__muted svg {
  flex-shrink: 0;
  margin-top: 0.12rem;
  opacity: 0.85;
}

.pc-foot__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: var(--pc-navy, #131921);
  padding: 0.85rem 0;
}

.pc-foot__bottom-inner {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  align-items: flex-start;
}

.pc-foot__copy {
  margin: 0;
  font-size: 0.78rem;
  color: #8a9199;
  line-height: 1.4;
}

.pc-foot__copy span {
  color: #aeb4bb;
}

.pc-foot__dot {
  margin: 0 0.15rem;
  opacity: 0.7;
}

.pc-foot__credit {
  margin: 0;
  font-size: 0.75rem;
  color: #6b7280;
}

.pc-foot__credit a {
  color: #9ca3af !important;
}

.pc-foot__credit a:hover {
  color: #ff9900 !important;
}

@media (min-width: 720px) {
  .pc-foot__main {
    padding: 1.85rem 0 1.6rem;
  }

  .pc-foot__grid {
    grid-template-columns: 1fr 1fr 1.2fr;
    gap: 1.75rem;
  }

  .pc-foot__bottom-inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

/* ========== Footer (legacy) ========== */
.pc-footer {
  margin-top: 2rem;
  color: #ddd;
  background: var(--pc-navy-2, #232f3e);
}

.pc-footer__top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  width: 100%;
  margin: 0;
  padding: 0.75rem 1rem;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: var(--pc-navy-3, #37475a);
  color: #fff;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: background 0.15s ease;
}

.pc-footer__top:hover,
.pc-footer__top:focus-visible {
  background: #485769;
  outline: none;
}

.pc-footer__top-icon {
  font-size: 0.95rem;
  line-height: 1;
}

.pc-footer__main {
  padding: 2rem 0 1.5rem;
}

.pc-footer__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.75rem 1.5rem;
}

.pc-footer__heading {
  margin: 0 0 0.75rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.01em;
}

.pc-footer__logo-link {
  display: inline-block;
  margin-bottom: 0.65rem;
  line-height: 0;
}

.pc-footer__logo {
  width: 52px;
  height: 52px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
}

.pc-footer__name {
  display: block;
  margin: 0 0 0.35rem;
  font-size: 1.15rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.01em;
}

.pc-footer__tagline {
  margin: 0 0 0.75rem;
  color: #b0b5bb;
  font-size: 0.88rem;
  line-height: 1.45;
  max-width: 28ch;
}

.pc-footer__address {
  display: flex;
  align-items: flex-start;
  gap: 0.4rem;
  margin: 0;
  color: #a7acb2;
  font-size: 0.82rem;
  line-height: 1.4;
}

.pc-footer__address svg {
  flex-shrink: 0;
  margin-top: 0.15rem;
  opacity: 0.85;
}

.pc-footer a {
  color: #ddd !important;
  text-decoration: none;
  transition: color 0.12s ease;
}

.pc-footer a:hover,
.pc-footer a:focus-visible {
  color: #fff !important;
  text-decoration: underline;
  outline: none;
}

.pc-footer__menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.45rem;
}

.pc-footer__menu a {
  font-size: 0.88rem;
  color: #c8ccd1 !important;
}

.pc-footer__contact {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
  display: grid;
  gap: 0.55rem;
}

.pc-footer__contact-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.88rem;
  color: #e3e6e8 !important;
  font-weight: 500;
}

.pc-footer__contact-link svg {
  flex-shrink: 0;
  opacity: 0.9;
}

.pc-footer__contact-link--wa {
  color: #69f0ae !important;
}

.pc-footer__contact-link--wa:hover {
  color: #b9f6ca !important;
}

.pc-footer__hours {
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
  color: #a7acb2;
  font-size: 0.82rem;
  line-height: 1.4;
}

.pc-footer__hours svg {
  flex-shrink: 0;
  margin-top: 0.12rem;
  opacity: 0.85;
}

.pc-footer__pay-label {
  margin: 0 0 0.4rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #8a9199;
}

.pc-footer__pay {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin: 0 !important;
}

.pc-footer__pill {
  display: inline-flex;
  align-items: center;
  padding: 0.22rem 0.55rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  color: #d5d9dd;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.pc-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: var(--pc-navy, #131921);
  padding: 0.9rem 0;
}

.pc-footer__bottom-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
}

.pc-footer__copy {
  margin: 0 !important;
  font-size: 0.78rem !important;
  color: #8a9199 !important;
  line-height: 1.4;
}

.pc-footer__copy span {
  color: #aeb4bb;
}

.pc-footer__dot {
  margin: 0 0.2rem;
  opacity: 0.7;
}

.pc-footer__credit {
  margin: 0 !important;
  font-size: 0.75rem !important;
  color: #6b7280 !important;
}

.pc-footer__credit a {
  color: #9ca3af !important;
}

.pc-footer__credit a:hover {
  color: #ff9900 !important;
  text-decoration: none;
}

.pc-empty {
  text-align: center;
  padding: 3rem 1rem;
  color: var(--pc-muted);
}

.pc-empty--inline {
  grid-column: 1 / -1;
  padding: 1.5rem;
  background: #fff;
  border-radius: var(--pc-radius);
  border: 1px solid var(--pc-line);
}

.pc-empty--search {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.45rem;
  padding: 1.75rem 1.25rem;
  text-align: center;
}

.pc-empty__icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #232f3e;
  color: #ff9900;
  font-size: 1.1rem;
  margin-bottom: 0.25rem;
}

.pc-empty__title {
  margin: 0;
  font-weight: 700;
  font-size: 1rem;
  color: var(--pc-text);
}

.pc-empty__hint {
  margin: 0 0 0.5rem;
  font-size: 0.88rem;
  color: var(--pc-muted);
  max-width: 22rem;
  line-height: 1.4;
}

/* Product cards inside agent chat */
.pc-msg-products {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  align-self: stretch;
  margin: 0.15rem 0 0.25rem;
  box-sizing: border-box;
}

.pc-msg-product {
  display: grid;
  grid-template-columns: minmax(56px, 72px) minmax(0, 1fr);
  gap: 0.6rem;
  background: #fff;
  border: 1px solid var(--pc-line);
  border-radius: 14px;
  padding: 0.55rem;
  align-items: start;
  box-shadow: 0 1px 3px rgba(15, 17, 17, 0.06);
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.pc-msg-product__thumb {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 10px;
  background: #f3f4f6;
}

.pc-msg-product__thumb--ph {
  display: grid;
  place-items: center;
  color: #ff9900;
  font-size: 1.2rem;
  background: #232f3e;
}

.pc-msg-product__body {
  display: flex;
  flex-direction: column;
  min-width: 0;
  max-width: 100%;
  gap: 0.15rem;
}

.pc-msg-product__title {
  font-size: 0.88rem;
  line-height: 1.25;
  color: var(--pc-text);
  font-weight: 700;
}

.pc-msg-product__price {
  font-size: 0.92rem;
  font-weight: 800;
  color: #b12704;
}

.pc-msg-product__hook {
  font-size: 0.74rem;
  color: var(--pc-muted);
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pc-msg-product__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-top: 0.35rem;
}

.pc-msg-product__btns .pc-btn {
  font-size: 0.75rem;
  padding: 0.38rem 0.65rem;
  font-weight: 700;
  min-height: 2rem;
}

.pc-msg-product__oos {
  font-size: 0.78rem;
  font-weight: 700;
  color: #b12704;
  align-self: center;
}

.pc-agent-action--buy {
  background: var(--pc-accent, #ffd814) !important;
  border-color: #fcd200 !important;
  color: #0f1111 !important;
  font-weight: 700;
}

.pc-pagination {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
}

.pc-pagination .nav-links,
.pc-pagination .page-numbers {
  display: flex;
  gap: 0.3rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.pc-pagination a,
.pc-pagination span {
  min-width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  border: 1px solid var(--pc-line);
  color: var(--pc-muted);
  background: #fff;
}

.pc-pagination .current {
  background: #232f3e;
  border-color: #232f3e;
  color: #fff;
}

body.pc-lock,
body.pc-agent-open {
  overflow: hidden;
  overscroll-behavior: none;
}

/* Footer social + utilidades anti-overflow */
.pc-footer__social-label {
  margin: 0 0 0.45rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #8a9199;
}

.pc-footer__social {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.pc-footer__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-width: 2.35rem;
  min-height: 2.35rem;
  padding: 0.4rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.75rem;
  font-weight: 600;
  color: #e8eaed !important;
  text-decoration: none !important;
  line-height: 1;
}

.pc-footer__social-link svg {
  flex-shrink: 0;
  display: block;
}

.pc-footer__social-link:hover {
  background: rgba(255, 255, 255, 0.16);
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.28);
  text-decoration: none !important;
}

.pc-footer__social-link--facebook:hover { color: #8ab4f8 !important; }
.pc-footer__social-link--instagram:hover { color: #f9a8d4 !important; }
.pc-footer__social-link--tiktok:hover { color: #67e8f9 !important; }
.pc-footer__social-link--youtube:hover { color: #fca5a5 !important; }
.pc-footer__social-link--x:hover { color: #fff !important; }
.pc-footer__social-link--linkedin:hover { color: #93c5fd !important; }

@media (max-width: 520px) {
  .pc-footer__social-text {
    /* En móvil: solo iconos (más limpio). */
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .pc-footer__social-link {
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
  }
}

.pc-page-contact__social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.pc-page-contact__social-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  border: 1px solid var(--pc-line);
  background: #fff;
  font-weight: 600;
  font-size: 0.85rem;
  color: var(--pc-text) !important;
  text-decoration: none !important;
}

.pc-page-contact__social-link:hover {
  border-color: var(--pc-orange);
  color: var(--pc-link) !important;
}

.pc-page-contact__social-link svg {
  flex-shrink: 0;
}

.pc-container,
.pc-header__row,
.pc-footer__grid,
.pc-product-grid,
.pc-drawer {
  max-width: 100%;
  box-sizing: border-box;
}

/* Mantener el checkout compacto; width:100% ya lo adapta a móviles. */
.pc-modal__panel {
  max-width: 560px;
  box-sizing: border-box;
}

.pc-drawer {
  max-width: 100vw;
}

.pc-chip-scroller__track,
.pc-product-grid--scroll {
  max-width: 100%;
}

.pc-grid-loading .pc-card {
  pointer-events: none;
  opacity: 0.55;
}

/* Desktop enhancements */
@media (min-width: 768px) {
  body.pulseclose {
    padding-bottom: 0;
  }

  .pc-tabbar {
    display: none;
  }

  .pc-agent-fab {
    display: flex;
    position: fixed;
    right: 1.25rem;
    bottom: 1.25rem;
    z-index: 150;
    align-items: center;
    gap: 0.5rem;
    padding: 0.55rem 0.9rem 0.55rem 0.65rem;
    border-radius: 999px;
    background: var(--pc-navy);
    color: #fff;
    font-weight: 700;
    box-shadow: var(--pc-shadow-lg);
    border: 2px solid var(--pc-orange);
  }

  .pc-agent-fab__pulse {
    display: none;
  }

  .pc-agent-fab__icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--pc-orange);
    color: #131921;
    display: grid;
    place-items: center;
  }

  .pc-agent {
    right: 1.25rem;
    left: auto;
    width: 380px;
    max-width: min(380px, calc(100vw - 2rem));
    bottom: 5rem;
    height: min(68vh, 540px);
    border-radius: 14px;
    border: 1px solid var(--pc-line);
  }

  .pc-agent__form {
    padding-bottom: 0.75rem;
  }

  .pc-product-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 0.85rem;
  }

  .pc-product-grid--scroll {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    overflow: visible;
  }

  .pc-product-grid--scroll .pc-card {
    flex: none;
    max-width: none;
  }

  .pc-promo-row {
    grid-template-columns: repeat(3, 1fr);
  }

  .pc-deals-banner__inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .pc-deals-banner__title {
    font-size: 1.65rem;
  }

  .pc-store__layout {
    grid-template-columns: 240px 1fr;
    gap: 1rem;
  }

  .pc-filters {
    position: sticky;
    top: calc(var(--pc-header-h) + 0.75rem);
    max-height: calc(100vh - var(--pc-header-h) - 1.5rem);
    overflow: auto;
  }

  .pc-filters-toggle {
    display: none;
  }

  .pc-pdp__grid {
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.95fr);
    gap: 1.75rem 2rem;
    padding-top: 0.35rem;
    align-items: start;
  }

  .pc-pdp__media {
    position: sticky;
    top: calc(var(--pc-header-h) + 0.75rem);
  }

  .pc-gallery__stage {
    grid-template-columns: 72px 1fr;
    gap: 0.65rem;
  }

  .pc-gallery__thumbs--side {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    max-height: min(520px, 70vh);
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0.1rem;
    scrollbar-width: thin;
  }

  .pc-gallery__thumbs--bottom {
    display: none;
  }

  .pc-gallery__thumb {
    width: 64px;
    height: 64px;
  }

  .pc-pdp__buybox {
    padding: 1.15rem 1.2rem 1.25rem;
  }

  .pc-pdp__actions {
    position: static;
    border-top: 0;
    background: transparent;
    padding: 0;
    margin-bottom: 1rem;
  }

  .pc-pdp__cta-row {
    grid-template-columns: 1fr 1fr;
  }

  .pc-pdp__title {
    font-size: 1.5rem;
  }

  .pc-form-grid {
    grid-template-columns: 1fr 1fr;
  }

  .pc-modal {
    place-items: center;
    padding: 1rem;
  }

  .pc-modal__panel {
    border-radius: 12px;
    transform: translateY(12px) scale(0.98);
  }

  .pc-modal.is-open .pc-modal__panel {
    transform: none;
  }

  .pc-footer__grid {
    grid-template-columns: 1.35fr 0.9fr 0.9fr 1.15fr;
    gap: 2rem 1.75rem;
    align-items: start;
  }

  .pc-footer__main {
    padding: 2.5rem 0 2rem;
  }

  .pc-footer__bottom-inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .pc-cta-banner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .pc-container {
    width: min(100% - 2rem, var(--pc-max));
  }

  .pc-chip-scroller {
    top: var(--pc-header-h);
  }
}

@media (min-width: 1024px) {
  .pc-product-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Mobile nav drawer for menu toggle */
@media (max-width: 767px) {
  .pc-nav {
    display: none;
  }

  .pc-nav.is-open {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: var(--pc-navy-2);
    padding: 0.75rem 1rem 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    z-index: 90;
  }

  .pc-nav.is-open .pc-nav__list {
    flex-direction: column;
    gap: 0.65rem;
  }

  .pc-header {
    position: sticky;
  }

  .pc-header__sub {
    position: relative;
  }

  .pc-filters {
    position: fixed;
    inset: 0 auto 0 0;
    width: min(100%, 300px);
    z-index: 180;
    transform: translateX(-105%);
    transition: transform 0.3s var(--pc-ease);
    max-height: 100%;
    border-radius: 0;
    overflow: auto;
  }

  .pc-filters.is-open {
    transform: none;
  }

  .pc-menu-toggle {
    display: inline-flex;
  }
}

@media (min-width: 768px) {
  .pc-menu-toggle {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}

.pc-usage-jump {
  margin: 0 0 0.75rem;
}

/* —— Showcase vertical editorial (modos de uso) —— */
.pc-pdp__ai-below {
  margin: 1.75rem 0 1.25rem;
  width: 100%;
  max-width: none;
  padding: 1.75rem 0 2rem;
  background:
    linear-gradient(180deg, #f3f4f4 0%, #ffffff 18%, #ffffff 82%, #f3f4f4 100%);
  border-top: 1px solid var(--pc-line, #d5d9d9);
  border-bottom: 1px solid var(--pc-line, #d5d9d9);
}

.pc-showcase {
  width: 100%;
}

.pc-showcase__frame {
  position: relative;
}

.pc-showcase__top {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin: 0 0 0.85rem;
}

.pc-showcase__rule {
  flex: 1 1 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--pc-line-strong, #c4c8c8), transparent);
  opacity: 0.55;
}

.pc-showcase__count {
  flex: 0 0 auto;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--pc-muted);
  font-variant-numeric: tabular-nums;
}

.pc-showcase__sep {
  margin: 0 0.15rem;
  opacity: 0.55;
  font-weight: 500;
}

.pc-showcase__progress {
  height: 2px;
  border-radius: 999px;
  background: rgba(15, 17, 17, 0.08);
  overflow: hidden;
  margin: 0 0 1.35rem;
}

.pc-showcase__progress-bar {
  height: 100%;
  width: 0%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--pc-orange-2, #e47911), var(--pc-yellow, #ffd814));
  transition: width 0.35s var(--pc-ease, ease);
}

.pc-showcase__stack {
  display: flex;
  flex-direction: column;
  gap: 1.35rem;
  margin: 0;
  padding: 0;
}

.pc-showcase__shot {
  position: relative;
  margin: 0;
  width: 100%;
  border-radius: 18px;
  overflow: hidden;
  background: #eef0f0;
  border: 1px solid rgba(15, 17, 17, 0.06);
  box-shadow:
    0 1px 2px rgba(15, 17, 17, 0.04),
    0 12px 32px rgba(15, 17, 17, 0.07);
  /* Altura editorial, no pantalla negra */
  aspect-ratio: 16 / 10;
  max-height: min(68vh, 640px);
  opacity: 0;
  transform: translate3d(0, 36px, 0) scale(0.985);
  transition:
    opacity 0.7s var(--pc-ease, cubic-bezier(0.22, 1, 0.36, 1)),
    transform 0.7s var(--pc-ease, cubic-bezier(0.22, 1, 0.36, 1)),
    box-shadow 0.45s ease;
  will-change: opacity, transform;
}

.pc-showcase__shot--hero {
  aspect-ratio: 16 / 9;
  max-height: min(74vh, 700px);
}

.pc-showcase__shot.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.pc-showcase__shot.is-active {
  box-shadow:
    0 2px 4px rgba(15, 17, 17, 0.05),
    0 18px 44px rgba(15, 17, 17, 0.12);
  border-color: rgba(15, 17, 17, 0.1);
}

.pc-showcase__media {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: linear-gradient(145deg, #f2f3f3, #e6e8e8);
}

.pc-showcase__img-wrap {
  position: absolute;
  inset: -10% 0;
  width: 100%;
  height: 120%;
  will-change: transform;
  transform: translate3d(0, 0, 0) scale(1.06);
}

.pc-showcase__img,
.pc-showcase__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border: 0;
}

/* Viñeta suave (sin texto) */
.pc-showcase__media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(15, 17, 17, 0.04) 0%, transparent 22%, transparent 78%, rgba(15, 17, 17, 0.08) 100%);
  opacity: 0.9;
}

.pc-showcase__dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.45rem;
  margin: 1.25rem 0 0;
  padding: 0;
}

.pc-showcase__dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  padding: 0;
  border: 0;
  background: rgba(15, 17, 17, 0.18);
  cursor: pointer;
  transition: width 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.pc-showcase__dot:hover {
  background: rgba(15, 17, 17, 0.35);
  transform: scale(1.15);
}

.pc-showcase__dot.is-active {
  width: 22px;
  background: var(--pc-orange-2, #e47911);
}

@media (max-width: 900px) {
  .pc-pdp__ai-below {
    padding: 1.25rem 0 1.5rem;
    margin-top: 1.25rem;
  }

  .pc-showcase__stack {
    gap: 1rem;
  }

  .pc-showcase__shot,
  .pc-showcase__shot--hero {
    border-radius: 14px;
    aspect-ratio: 4 / 3;
    max-height: min(58vh, 480px);
  }
}

@media (max-width: 560px) {
  .pc-showcase__shot,
  .pc-showcase__shot--hero {
    border-radius: 12px;
    aspect-ratio: 5 / 4;
    max-height: min(52vh, 420px);
  }

  .pc-showcase__count {
    font-size: 0.72rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pc-showcase__shot {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .pc-showcase__img-wrap {
    transform: none !important;
    inset: 0;
    height: 100%;
  }

  .pc-showcase__progress-bar {
    transition: none !important;
  }
}

/* Bloques individuales estilo Amazon A+ */
.pc-a-plus {
  padding-top: 0.35rem;
  padding-bottom: 0.5rem;
}

.pc-a-plus__subtitle {
  margin: 0 0 1.1rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--pc-text);
}

.pc-a-plus__list {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.pc-a-plus__block {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 1.25rem 1.75rem;
  align-items: center;
  margin: 0;
  padding: 0.85rem;
  background: #fff;
  border: 1px solid var(--pc-line, #e3e6e6);
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(15, 17, 17, 0.05);
}

.pc-a-plus__block--flip {
  grid-template-columns: 1fr 1.35fr;
}

.pc-a-plus__block--flip .pc-a-plus__figure {
  order: 2;
}

.pc-a-plus__block--flip .pc-a-plus__copy {
  order: 1;
}

.pc-a-plus__figure {
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  background: #f3f4f6;
  min-height: 200px;
}

.pc-a-plus__img,
.pc-a-plus__figure img {
  display: block;
  width: 100%;
  height: auto;
  max-height: min(72vh, 640px);
  object-fit: cover;
  object-position: center;
  vertical-align: middle;
}

.pc-a-plus__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  color: var(--pc-faint);
  font-size: 0.9rem;
}

.pc-a-plus__copy {
  padding: 0.35rem 0.5rem 0.35rem 0.15rem;
}

.pc-a-plus__labels {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 0.45rem;
}

.pc-a-plus__num {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--pc-faint);
}

.pc-a-plus__badge {
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #fff;
  background: var(--pc-orange-2, #c45500);
  border-radius: 999px;
  padding: 0.18rem 0.55rem;
}

.pc-a-plus__name {
  margin: 0 0 0.45rem;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  line-height: 1.3;
  font-weight: 700;
  color: var(--pc-text);
}

.pc-a-plus__desc {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.55;
  color: var(--pc-muted);
}

.pc-usage-toc {
  margin: 0.5rem 0 0;
  padding-left: 1.15rem;
  line-height: 1.7;
}

.pc-usage-toc a {
  text-decoration: none;
}

.pc-usage-toc a:hover {
  text-decoration: underline;
}

@media (max-width: 900px) {
  .pc-a-plus__block,
  .pc-a-plus__block--flip {
    grid-template-columns: 1fr;
  }

  .pc-a-plus__block--flip .pc-a-plus__figure,
  .pc-a-plus__block--flip .pc-a-plus__copy {
    order: unset;
  }

  .pc-a-plus__img,
  .pc-a-plus__figure img {
    max-height: min(55vh, 420px);
  }
}

@media (max-width: 720px) {
  .pc-pdp__ai-below {
    padding: 1.1rem 0 1.4rem;
    margin-top: 1.25rem;
  }

  .pc-a-plus__block {
    padding: 0.55rem;
    gap: 0.75rem;
  }

  .pc-a-plus__copy {
    padding: 0.15rem 0.25rem 0.45rem;
  }
}

/* ==========================================================================
   Quiénes somos + Contacto (ficha del comercio)
   ========================================================================== */

.pc-page-brand__hero,
.pc-page-contact__hero {
  background: linear-gradient(135deg, var(--pc-navy) 0%, var(--pc-navy-2) 70%);
  color: #fff;
  padding: 2rem 0 1.75rem;
}

.pc-page-brand__hero-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem;
}

.pc-page-brand__logo {
  width: 96px;
  height: 96px;
  object-fit: contain;
  border-radius: 12px;
  background: #fff;
  padding: 0.4rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.pc-page-brand__eyebrow {
  margin: 0 0 0.35rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--pc-yellow);
}

.pc-page-brand__title {
  color: #fff !important;
  margin: 0 0 0.35rem;
}

.pc-page-brand__slogan {
  margin: 0;
  font-size: 1.1rem;
  color: #c8d0d8;
  max-width: 36rem;
}

.pc-page-brand__h2 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--pc-navy);
  letter-spacing: -0.01em;
}

.pc-page-brand__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.pc-page-brand__card,
.pc-page-contact__card {
  background: #fff;
  border: 1px solid var(--pc-line);
  border-radius: var(--pc-radius-lg);
  padding: 1.15rem 1.25rem;
  box-shadow: 0 1px 2px rgba(15, 17, 17, 0.05);
}

.pc-page-brand__values {
  margin: 1.5rem 0;
}

.pc-page-brand__value-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 0.75rem;
}

.pc-page-brand__value {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  background: #fff;
  border: 1px solid var(--pc-line);
  border-radius: var(--pc-radius);
  padding: 0.85rem 1rem;
}

.pc-page-brand__value-icon {
  color: var(--pc-orange);
  font-size: 1rem;
  line-height: 1.4;
}

.pc-page-brand__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin: 0;
}

.pc-page-brand__empty {
  padding: 1.25rem;
  background: #f7f8f8;
  border: 1px dashed var(--pc-line);
  border-radius: var(--pc-radius);
  text-align: center;
}

/* —— Perfil de negocio v5: portada limpia (datos NUNCA bajo la portada) —— */
.pc-np {
  min-width: 0;
  padding: 0 0 2rem;
  background: var(--pc-bg);
}

.pc-np__wrap {
  max-width: 960px;
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  padding-top: 1rem;
}

.pc-np__card {
  background: #fff;
  border: 1px solid var(--pc-line);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(15, 17, 17, 0.06);
}

/* Portada: solo imagen, sin texto superpuesto */
.pc-np__cover {
  position: relative;
  width: 100%;
  height: clamp(140px, 30vw, 220px);
  background: var(--pc-navy);
  overflow: hidden;
  flex-shrink: 0;
}

.pc-np__cover-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.pc-np__cover-fallback {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 100% at 20% 30%, rgba(255, 153, 0, 0.32), transparent 55%),
    linear-gradient(145deg, #131921 0%, #232f3e 55%, #37475a 100%);
}

/*
 * Cuerpo del perfil: SIEMPRE debajo de la portada.
 * El avatar sobresale hacia arriba (decorativo) pero el nombre
 * tiene padding-top suficiente para quedar 100 % en zona blanca.
 */
.pc-np__body {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 0 1.15rem 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.95rem;
}

.pc-np__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  /* espacio para que el avatar “entre” sin tapar el texto */
  padding-top: 0.85rem;
}

.pc-np__avatar-wrap {
  /* half overlap: avatar half on cover, half on white — text starts after avatar */
  margin-top: calc(-1 * (44px + 0.85rem));
  position: relative;
  z-index: 3;
  line-height: 0;
  overflow: visible;
  border-radius: 50%;
  flex-shrink: 0;
}

.pc-np__avatar,
.pc-np__avatar.pc-np__avatar--mark,
.pc-np img.pc-np__avatar {
  width: 88px !important;
  height: 88px !important;
  max-width: 88px !important;
  max-height: 88px !important;
  min-width: 88px;
  min-height: 88px;
  aspect-ratio: 1 / 1;
  border-radius: 50% !important;
  object-fit: cover !important;
  object-position: center;
  border: 4px solid #fff;
  box-shadow: 0 4px 14px rgba(15, 17, 17, 0.14);
  background: #fff;
  display: block;
  overflow: hidden;
  flex-shrink: 0;
}

.pc-np__avatar--mark {
  display: grid !important;
  place-items: center;
  font-size: 2rem;
  font-weight: 800;
  color: var(--pc-navy);
  background: linear-gradient(145deg, #fff 0%, #eaeded 100%);
  letter-spacing: -0.03em;
  line-height: 1;
}

/* Datos del perfil: solo en fondo blanco, nunca sobre la portada */
.pc-np__info {
  width: 100%;
  min-width: 0;
  position: relative;
  z-index: 2;
  background: #fff;
}

.pc-np__label {
  margin: 0 0 0.2rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--pc-muted);
}

.pc-np__name {
  margin: 0 0 0.3rem;
  font-size: clamp(1.4rem, 5vw, 1.75rem);
  font-weight: 800;
  color: var(--pc-navy);
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.pc-np__slogan {
  margin: 0 0 0.35rem;
  font-size: 0.95rem;
  color: #3c434a;
  line-height: 1.45;
}

.pc-np__place {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  margin: 0;
  font-size: 0.86rem;
  color: var(--pc-muted);
  font-weight: 500;
}

.pc-np__place svg {
  width: 14px;
  height: 14px;
  color: var(--pc-orange);
  flex-shrink: 0;
}

.pc-np__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  width: 100%;
}

.pc-np__btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  width: 100%;
  min-height: 2.7rem;
  font-size: 0.86rem;
  white-space: nowrap;
  box-sizing: border-box;
}

.pc-np__btn svg {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.pc-np__btn--wa {
  grid-column: 1 / -1;
}

.pc-np__social {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; /* alineado a la izquierda */
  align-items: center;
  gap: 0.5rem;
  width: 100%;
}

.pc-np__social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 50%;
  border: 1px solid var(--pc-line);
  background: #f7f8f8;
  color: var(--pc-navy) !important;
  text-decoration: none !important;
}

.pc-np__social-btn:hover,
.pc-np__social-btn:active {
  border-color: var(--pc-orange);
  background: #fff;
}

.pc-np__social-btn svg {
  width: 16px;
  height: 16px;
}

.pc-np__facts {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.65rem;
}

.pc-np__fact {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.95rem 1rem;
  background: #fff;
  border: 1px solid var(--pc-line);
  border-radius: 12px;
  min-width: 0;
  box-shadow: 0 1px 2px rgba(15, 17, 17, 0.03);
}

.pc-np__fact-ico {
  width: 2.2rem;
  height: 2.2rem;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: #f3f4f6;
  border: 1px solid var(--pc-line);
  color: var(--pc-navy);
  flex-shrink: 0;
}

.pc-np__fact-ico--wa {
  color: #128c7e;
  background: #e8f8f3;
  border-color: #b7e4d4;
}

.pc-np__fact strong {
  display: block;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--pc-muted);
  margin-bottom: 0.15rem;
}

.pc-np__fact p {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--pc-text);
  line-height: 1.4;
  word-break: break-word;
}

.pc-np__fact a {
  color: var(--pc-link);
  text-decoration: none;
  font-weight: 600;
}

.pc-np__fact a:hover {
  text-decoration: underline;
}

.pc-np__story {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
}

.pc-np__panel {
  background: #fff;
  border: 1px solid var(--pc-line);
  border-radius: 14px;
  padding: 1.15rem 1.2rem 1.25rem;
  box-shadow: 0 1px 2px rgba(15, 17, 17, 0.03);
}

.pc-np__panel-head {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.8rem;
}

.pc-np__panel-head h2 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--pc-navy);
  letter-spacing: -0.01em;
}

.pc-np__kicker {
  margin: 0 0 0.1rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--pc-muted);
}

.pc-np__panel-ico {
  width: 2.35rem;
  height: 2.35rem;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: #f3f4f6;
  border: 1px solid var(--pc-line);
  color: var(--pc-navy);
  flex-shrink: 0;
}

.pc-np__prose {
  font-size: 0.95rem;
  line-height: 1.65;
  color: #3c434a;
}

.pc-np__panel--empty {
  text-align: center;
  color: var(--pc-muted);
}

.pc-np__panel--empty .pc-np__panel-ico {
  margin: 0 auto 0.75rem;
}

.pc-np__values {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
}

.pc-np__values li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.8rem 0.9rem;
  border-radius: 10px;
  background: #fafbfb;
  border: 1px solid #eef0f1;
  font-weight: 600;
  font-size: 0.92rem;
}

.pc-np__values-n {
  font-size: 0.75rem;
  font-weight: 800;
  color: var(--pc-orange);
  font-variant-numeric: tabular-nums;
  min-width: 1.4rem;
}

.pc-np__cta {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  padding: 1.2rem 1.15rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid var(--pc-line);
}

.pc-np__cta-text strong {
  display: block;
  font-size: 1.05rem;
  color: var(--pc-navy);
  margin-bottom: 0.2rem;
}

.pc-np__cta-text p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--pc-muted);
  line-height: 1.4;
}

.pc-np__cta-btns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}

.pc-np__cta-btns .pc-btn {
  width: 100%;
  justify-content: center;
  min-height: 2.6rem;
}

@media (min-width: 640px) {
  .pc-np__wrap {
    gap: 1.25rem;
    padding-top: 1.25rem;
  }

  .pc-np__cover {
    height: clamp(160px, 24vw, 240px);
  }

  .pc-np__body {
    padding: 0 1.4rem 1.4rem;
    gap: 1.05rem;
  }

  .pc-np__head {
    flex-direction: row;
    align-items: flex-end;
    gap: 1.15rem;
    padding-top: 1rem;
  }

  .pc-np__avatar-wrap {
    margin-top: calc(-1 * (52px + 1rem));
  }

  .pc-np__avatar,
  .pc-np__avatar.pc-np__avatar--mark,
  .pc-np img.pc-np__avatar {
    width: 108px !important;
    height: 108px !important;
    max-width: 108px !important;
    max-height: 108px !important;
    min-width: 108px;
    min-height: 108px;
    border-width: 5px;
  }

  .pc-np__info {
    flex: 1 1 auto;
    padding-bottom: 0.2rem;
  }

  .pc-np__actions--2 {
    grid-template-columns: 1fr 1fr;
    max-width: 360px;
  }

  .pc-np__actions--3 {
    grid-template-columns: repeat(3, 1fr);
    max-width: 480px;
  }

  .pc-np__actions--3 .pc-np__btn--wa {
    grid-column: auto;
  }

  .pc-np__facts {
    grid-template-columns: 1fr 1fr;
  }

  .pc-np__story--duo {
    grid-template-columns: 1fr 1fr;
  }

  .pc-np__values {
    grid-template-columns: 1fr 1fr;
  }

  .pc-np__cta {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 1.4rem;
  }

  .pc-np__cta-btns {
    width: auto;
    min-width: 280px;
  }
}

@media (min-width: 900px) {
  .pc-np__wrap {
    max-width: 1000px;
  }

  .pc-np__facts {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* —— Perfil de negocio v4: armónico (legacy) —— */
.pc-harmon {
  min-width: 0;
  padding: 0 0 2rem;
  background: var(--pc-bg);
}

.pc-harmon__wrap {
  max-width: 960px;
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
  padding-top: 1rem;
}

/* Perfil: portada + bloque identidad en una sola tarjeta */
.pc-harmon__profile {
  background: #fff;
  border: 1px solid var(--pc-line);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(15, 17, 17, 0.06);
}

.pc-harmon__cover {
  position: relative;
  height: clamp(132px, 28vw, 220px);
  background: var(--pc-navy);
  overflow: hidden;
}

.pc-harmon__cover-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pc-harmon__cover-fallback {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 85% 100% at 15% 25%, rgba(255, 153, 0, 0.35), transparent 55%),
    radial-gradient(ellipse 70% 80% at 88% 70%, rgba(255, 216, 20, 0.15), transparent 50%),
    linear-gradient(145deg, #131921 0%, #232f3e 55%, #37475a 100%);
}

.pc-harmon__identity {
  padding: 0 1.1rem 1.15rem;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.pc-harmon__identity-top {
  display: flex;
  align-items: flex-end;
  gap: 0.9rem;
  margin-top: -40px;
  min-width: 0;
}

.pc-harmon__avatar-slot {
  flex: 0 0 auto;
}

.pc-harmon__avatar {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #fff;
  box-shadow: 0 4px 14px rgba(15, 17, 17, 0.12);
  background: #fff;
  display: block;
}

.pc-harmon__avatar--mark {
  display: grid;
  place-items: center;
  font-size: 2rem;
  font-weight: 800;
  color: var(--pc-navy);
  background: linear-gradient(145deg, #fff 0%, #eaeded 100%);
  letter-spacing: -0.03em;
}

.pc-harmon__who {
  flex: 1 1 auto;
  min-width: 0;
  padding-bottom: 0.15rem;
  padding-top: 0.45rem;
}

.pc-harmon__label {
  margin: 0 0 0.15rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--pc-muted);
}

.pc-harmon__name {
  margin: 0 0 0.25rem;
  font-size: clamp(1.35rem, 4.5vw, 1.7rem);
  font-weight: 800;
  color: var(--pc-navy);
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.pc-harmon__slogan {
  margin: 0 0 0.3rem;
  font-size: 0.94rem;
  color: #3c434a;
  line-height: 1.4;
}

.pc-harmon__place {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  margin: 0;
  font-size: 0.84rem;
  color: var(--pc-muted);
  font-weight: 500;
}

.pc-harmon__place svg {
  width: 14px;
  height: 14px;
  color: var(--pc-orange);
  flex-shrink: 0;
}

/* Acciones: siempre bajo la portada, distribución equilibrada */
.pc-harmon__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  width: 100%;
}

.pc-harmon__btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  width: 100%;
  min-height: 2.7rem;
  font-size: 0.86rem;
  white-space: nowrap;
  box-sizing: border-box;
}

.pc-harmon__btn svg {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.pc-harmon__btn--wa {
  grid-column: 1 / -1;
}

/* Redes: fila centrada, ritmo parejo */
.pc-harmon__social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  padding-top: 0.15rem;
}

.pc-harmon__social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.65rem;
  height: 2.65rem;
  border-radius: 50%;
  border: 1px solid var(--pc-line);
  background: #f7f8f8;
  color: var(--pc-navy) !important;
  text-decoration: none !important;
  transition: border-color 0.15s ease, background 0.15s ease;
}

.pc-harmon__social-btn:hover,
.pc-harmon__social-btn:active {
  border-color: var(--pc-orange);
  background: #fff;
}

.pc-harmon__social-btn svg {
  width: 16px;
  height: 16px;
}

/* Datos: grid equilibrado */
.pc-harmon__facts {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.65rem;
}

.pc-harmon__fact {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.95rem 1rem;
  background: #fff;
  border: 1px solid var(--pc-line);
  border-radius: 12px;
  min-width: 0;
  box-shadow: 0 1px 2px rgba(15, 17, 17, 0.03);
}

.pc-harmon__fact-ico {
  width: 2.2rem;
  height: 2.2rem;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: #f3f4f6;
  border: 1px solid var(--pc-line);
  color: var(--pc-navy);
  flex-shrink: 0;
}

.pc-harmon__fact-ico--wa {
  color: #128c7e;
  background: #e8f8f3;
  border-color: #b7e4d4;
}

.pc-harmon__fact-body {
  min-width: 0;
}

.pc-harmon__fact-body strong {
  display: block;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--pc-muted);
  margin-bottom: 0.15rem;
}

.pc-harmon__fact-body p {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--pc-text);
  line-height: 1.4;
  word-break: break-word;
}

.pc-harmon__fact-body a {
  color: var(--pc-link);
  text-decoration: none;
  font-weight: 600;
}

.pc-harmon__fact-body a:hover {
  text-decoration: underline;
}

/* Historia */
.pc-harmon__story {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
}

.pc-harmon__panel {
  background: #fff;
  border: 1px solid var(--pc-line);
  border-radius: 14px;
  padding: 1.15rem 1.2rem 1.25rem;
  box-shadow: 0 1px 2px rgba(15, 17, 17, 0.03);
}

.pc-harmon__panel-head {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.8rem;
}

.pc-harmon__panel-head h2 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--pc-navy);
  letter-spacing: -0.01em;
}

.pc-harmon__kicker {
  margin: 0 0 0.1rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--pc-muted);
}

.pc-harmon__panel-ico {
  width: 2.35rem;
  height: 2.35rem;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: #f3f4f6;
  border: 1px solid var(--pc-line);
  color: var(--pc-navy);
  flex-shrink: 0;
}

.pc-harmon__prose {
  font-size: 0.95rem;
  line-height: 1.65;
  color: #3c434a;
}

.pc-harmon__panel--empty {
  text-align: center;
  color: var(--pc-muted);
}

.pc-harmon__panel--empty .pc-harmon__panel-ico {
  margin: 0 auto 0.75rem;
}

.pc-harmon__values {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
}

.pc-harmon__values li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.8rem 0.9rem;
  border-radius: 10px;
  background: #fafbfb;
  border: 1px solid #eef0f1;
  font-weight: 600;
  font-size: 0.92rem;
}

.pc-harmon__values-n {
  font-size: 0.75rem;
  font-weight: 800;
  color: var(--pc-orange);
  font-variant-numeric: tabular-nums;
  min-width: 1.4rem;
}

.pc-harmon__cta {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  padding: 1.2rem 1.15rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid var(--pc-line);
  box-shadow: 0 1px 2px rgba(15, 17, 17, 0.03);
}

.pc-harmon__cta-text strong {
  display: block;
  font-size: 1.05rem;
  color: var(--pc-navy);
  margin-bottom: 0.2rem;
}

.pc-harmon__cta-text p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--pc-muted);
  line-height: 1.4;
}

.pc-harmon__cta-btns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}

.pc-harmon__cta-btns .pc-btn {
  width: 100%;
  justify-content: center;
  min-height: 2.6rem;
}

/* Tablet+ */
@media (min-width: 640px) {
  .pc-harmon__wrap {
    gap: 1.25rem;
    padding-top: 1.25rem;
  }

  .pc-harmon__cover {
    height: clamp(160px, 24vw, 240px);
  }

  .pc-harmon__identity {
    padding: 0 1.35rem 1.35rem;
    gap: 1rem;
  }

  .pc-harmon__identity-top {
    margin-top: -48px;
    gap: 1.1rem;
  }

  .pc-harmon__avatar {
    width: 108px;
    height: 108px;
    border-width: 5px;
  }

  .pc-harmon__actions--2 {
    grid-template-columns: 1fr 1fr;
    max-width: 360px;
  }

  .pc-harmon__actions--3 {
    grid-template-columns: repeat(3, 1fr);
    max-width: 520px;
  }

  .pc-harmon__actions--3 .pc-harmon__btn--wa {
    grid-column: auto;
  }

  .pc-harmon__facts {
    grid-template-columns: 1fr 1fr;
  }

  .pc-harmon__story--duo {
    grid-template-columns: 1fr 1fr;
  }

  .pc-harmon__values {
    grid-template-columns: 1fr 1fr;
  }

  .pc-harmon__cta {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 1.4rem;
  }

  .pc-harmon__cta-btns {
    width: auto;
    min-width: 280px;
  }
}

@media (min-width: 900px) {
  .pc-harmon__wrap {
    max-width: 1000px;
  }

  .pc-harmon__facts {
    grid-template-columns: repeat(3, 1fr);
  }

  /* 4 o 5 facts: se reparten sin saltos raros */
  .pc-harmon__facts:has(.pc-harmon__fact:nth-child(4):last-child),
  .pc-harmon__facts:has(.pc-harmon__fact:nth-child(5):last-child) {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }

  .pc-harmon__actions {
    max-width: 480px;
    margin-left: 0;
  }
}

/* —— Perfil de negocio v3: editorial / vitrina (legacy) —— */
.pc-storefront {
  min-width: 0;
  padding-bottom: 1.75rem;
  background: var(--pc-bg);
}

.pc-storefront__banner {
  position: relative;
  min-height: clamp(200px, 42vw, 340px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: var(--pc-navy);
  margin-bottom: 0;
}

.pc-storefront__banner-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pc-storefront__banner-fallback {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 90% at 10% 30%, rgba(255, 153, 0, 0.42), transparent 55%),
    radial-gradient(ellipse 70% 80% at 90% 70%, rgba(255, 216, 20, 0.18), transparent 50%),
    linear-gradient(160deg, #0f1419 0%, #232f3e 45%, #37475a 100%);
}

.pc-storefront__banner-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(15, 17, 17, 0.72) 0%, rgba(15, 17, 17, 0.35) 55%, rgba(15, 17, 17, 0.15) 100%),
    linear-gradient(180deg, transparent 30%, rgba(15, 17, 17, 0.55) 100%);
  pointer-events: none;
}

.pc-storefront__banner-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 1.25rem 0 1.35rem;
}

.pc-storefront__brand-strip {
  display: flex;
  align-items: flex-end;
  gap: 0.9rem;
  min-width: 0;
}

.pc-storefront__avatar-col {
  flex: 0 0 auto;
}

.pc-storefront__avatar {
  width: 84px;
  height: 84px;
  border-radius: 16px;
  object-fit: cover;
  border: 3px solid rgba(255, 255, 255, 0.95);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.28);
  background: #fff;
  display: block;
}

.pc-storefront__avatar--mark {
  display: grid;
  place-items: center;
  font-size: 2rem;
  font-weight: 800;
  color: var(--pc-navy);
  background: linear-gradient(145deg, #fff 0%, #eaeded 100%);
  letter-spacing: -0.03em;
}

.pc-storefront__brand-copy {
  min-width: 0;
  flex: 1 1 auto;
  color: #fff;
  padding-bottom: 0.1rem;
}

.pc-storefront__eyebrow {
  margin: 0 0 0.2rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--pc-yellow);
}

.pc-storefront__name {
  margin: 0 0 0.25rem;
  font-size: clamp(1.4rem, 5.5vw, 2rem);
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.025em;
  line-height: 1.12;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);
}

.pc-storefront__slogan {
  margin: 0 0 0.35rem;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.4;
  max-width: 36rem;
}

.pc-storefront__place {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  margin: 0;
  font-size: 0.84rem;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 500;
}

.pc-storefront__place svg {
  width: 14px;
  height: 14px;
  color: var(--pc-orange);
  flex-shrink: 0;
}

.pc-storefront__shell {
  max-width: 1000px;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* Toolbar: botones bajo portada + redes */
.pc-storefront__toolbar {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  padding: 0.95rem 1rem;
  background: #fff;
  border: 1px solid var(--pc-line);
  border-radius: 14px;
  box-shadow: 0 4px 14px rgba(15, 17, 17, 0.06);
  margin-top: -1.35rem;
  position: relative;
  z-index: 2;
}

.pc-storefront__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  width: 100%;
}

.pc-storefront__actions .pc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  width: 100%;
  min-height: 2.7rem;
  font-size: 0.86rem;
  white-space: nowrap;
  box-sizing: border-box;
}

.pc-storefront__actions .pc-btn svg {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.pc-storefront__btn-wa {
  grid-column: 1 / -1;
}

.pc-storefront__social-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  padding-top: 0.75rem;
  border-top: 1px solid #eef0f1;
}

.pc-storefront__social-label {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--pc-muted);
}

.pc-storefront__social {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.pc-storefront__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 12px;
  border: 1px solid var(--pc-line);
  background: #f7f8f8;
  color: var(--pc-navy) !important;
  text-decoration: none !important;
}

.pc-storefront__social a:hover,
.pc-storefront__social a:active {
  border-color: var(--pc-orange);
  background: #fff;
}

.pc-storefront__social a svg {
  width: 17px;
  height: 17px;
}

/* Rail horizontal de datos */
.pc-storefront__rail {
  display: flex;
  gap: 0.65rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  padding-bottom: 0.15rem;
  scrollbar-width: thin;
}

.pc-storefront__rail-item {
  flex: 0 0 min(78vw, 260px);
  scroll-snap-align: start;
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  padding: 0.85rem 0.95rem;
  background: #fff;
  border: 1px solid var(--pc-line);
  border-radius: 12px;
  min-width: 0;
}

.pc-storefront__rail-icon {
  width: 2.15rem;
  height: 2.15rem;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: #f3f4f6;
  border: 1px solid var(--pc-line);
  color: var(--pc-navy);
  flex-shrink: 0;
}

.pc-storefront__rail-icon--wa {
  color: #128c7e;
  background: #e8f8f3;
  border-color: #b7e4d4;
}

.pc-storefront__rail-item strong {
  display: block;
  font-size: 0.66rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--pc-muted);
  margin-bottom: 0.15rem;
}

.pc-storefront__rail-item span,
.pc-storefront__rail-item a {
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--pc-text);
  line-height: 1.35;
  word-break: break-word;
}

.pc-storefront__rail-item a {
  color: var(--pc-link);
  text-decoration: none;
}

.pc-storefront__rail-item a:hover {
  text-decoration: underline;
}

.pc-storefront__main {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.pc-storefront__block {
  background: #fff;
  border: 1px solid var(--pc-line);
  border-radius: 14px;
  padding: 1.15rem 1.15rem 1.25rem;
  border-left: 3px solid var(--pc-orange);
  box-shadow: 0 1px 2px rgba(15, 17, 17, 0.04);
}

.pc-storefront__block-label {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 0.55rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--pc-muted);
}

.pc-storefront__block-label svg {
  width: 15px;
  height: 15px;
  color: var(--pc-orange);
}

.pc-storefront__block h2 {
  margin: 0 0 0.65rem;
  font-size: 1.2rem;
  font-weight: 750;
  color: var(--pc-navy);
  letter-spacing: -0.015em;
}

.pc-storefront__prose {
  font-size: 0.95rem;
  line-height: 1.65;
  color: #3c434a;
}

.pc-storefront__block--empty {
  text-align: center;
  border-left-color: var(--pc-line);
  color: var(--pc-muted);
}

.pc-storefront__values {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.55rem;
}

.pc-storefront__value {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.85rem 0.9rem;
  border-radius: 12px;
  background: #fafbfb;
  border: 1px solid #eef0f1;
}

.pc-storefront__value-n {
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--pc-orange);
  font-variant-numeric: tabular-nums;
  line-height: 1.4;
}

.pc-storefront__value p {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--pc-text);
  line-height: 1.4;
}

.pc-storefront__cta {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  padding: 1.2rem 1.15rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid var(--pc-line);
  box-shadow: 0 1px 2px rgba(15, 17, 17, 0.04);
}

.pc-storefront__cta-copy strong {
  display: block;
  font-size: 1.05rem;
  color: var(--pc-navy);
  margin-bottom: 0.2rem;
}

.pc-storefront__cta-copy p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--pc-muted);
  line-height: 1.4;
}

.pc-storefront__cta-btns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}

.pc-storefront__cta-btns .pc-btn {
  width: 100%;
  justify-content: center;
}

@media (min-width: 720px) {
  .pc-storefront__banner {
    min-height: clamp(240px, 32vw, 380px);
  }

  .pc-storefront__avatar {
    width: 112px;
    height: 112px;
    border-radius: 18px;
    border-width: 4px;
  }

  .pc-storefront__toolbar {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    padding: 1rem 1.25rem;
    margin-top: -1.75rem;
  }

  .pc-storefront__actions {
    display: flex;
    flex-wrap: nowrap;
    width: auto;
    max-width: none;
  }

  .pc-storefront__actions .pc-btn {
    width: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .pc-storefront__btn-wa {
    grid-column: auto;
  }

  .pc-storefront__social-wrap {
    flex-direction: row;
    align-items: center;
    gap: 0.75rem;
    padding-top: 0;
    border-top: 0;
    border-left: 1px solid #eef0f1;
    padding-left: 1.15rem;
  }

  .pc-storefront__rail {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    overflow: visible;
  }

  .pc-storefront__rail-item {
    flex: none;
  }

  .pc-storefront__values {
    grid-template-columns: 1fr 1fr;
  }

  .pc-storefront__cta {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .pc-storefront__cta-btns {
    width: auto;
    grid-template-columns: auto auto;
  }

  .pc-storefront__cta-btns .pc-btn {
    width: auto;
  }
}

@media (min-width: 900px) {
  .pc-storefront__main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.85rem;
  }

  .pc-storefront__main > .pc-storefront__block:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }
}

/* —— Perfil de negocio v2: card centrada (legacy CSS) —— */
.pc-bp {
  min-width: 0;
  padding-bottom: 1.75rem;
  background: var(--pc-bg);
}

.pc-bp__hero {
  position: relative;
  margin-bottom: 1.25rem;
}

.pc-bp__cover {
  position: relative;
  height: clamp(150px, 32vw, 280px);
  overflow: hidden;
  background: var(--pc-navy);
}

.pc-bp__cover-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pc-bp__cover-fallback {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 90% 100% at 20% 20%, rgba(255, 153, 0, 0.38), transparent 55%),
    radial-gradient(ellipse 70% 90% at 85% 75%, rgba(255, 216, 20, 0.16), transparent 50%),
    linear-gradient(145deg, #131921 0%, #232f3e 50%, #37475a 100%);
}

.pc-bp__cover-fade {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 55%;
  background: linear-gradient(180deg, transparent 0%, rgba(234, 237, 237, 0.15) 40%, var(--pc-bg) 100%);
  pointer-events: none;
}

.pc-bp__hero-body {
  margin-top: -72px;
  position: relative;
  z-index: 2;
  max-width: 720px;
}

.pc-bp__card {
  background: #fff;
  border: 1px solid var(--pc-line);
  border-radius: 18px;
  box-shadow: 0 12px 32px rgba(15, 17, 17, 0.1);
  padding: 0 1.15rem 1.25rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pc-bp__avatar-wrap {
  margin-top: -52px;
  margin-bottom: 0.75rem;
}

.pc-bp__avatar {
  width: 104px;
  height: 104px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #fff;
  box-shadow: 0 8px 20px rgba(15, 17, 17, 0.16);
  background: #fff;
  display: block;
}

.pc-bp__avatar--mark {
  display: grid;
  place-items: center;
  font-size: 2.3rem;
  font-weight: 800;
  color: var(--pc-navy);
  background: linear-gradient(145deg, #fff 0%, #eaeded 100%);
  letter-spacing: -0.03em;
}

.pc-bp__badge {
  margin: 0 0 0.35rem;
  display: inline-flex;
  align-items: center;
  padding: 0.2rem 0.65rem;
  border-radius: 999px;
  background: #edfaef;
  border: 1px solid #68de7c;
  color: #007017;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.pc-bp__name {
  margin: 0 0 0.35rem;
  font-size: clamp(1.45rem, 5vw, 1.9rem);
  font-weight: 800;
  color: var(--pc-navy);
  letter-spacing: -0.025em;
  line-height: 1.15;
}

.pc-bp__slogan {
  margin: 0 0 0.45rem;
  font-size: 0.98rem;
  color: #3c434a;
  line-height: 1.45;
  max-width: 28rem;
}

.pc-bp__place {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  margin: 0 0 1rem;
  font-size: 0.86rem;
  color: var(--pc-muted);
  font-weight: 500;
}

.pc-bp__place svg {
  width: 15px;
  height: 15px;
  color: var(--pc-orange);
  flex-shrink: 0;
}

.pc-bp__cta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  width: 100%;
  max-width: 420px;
  margin-bottom: 0.9rem;
}

.pc-bp__cta .pc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  width: 100%;
  min-height: 2.7rem;
  font-size: 0.86rem;
  white-space: nowrap;
  box-sizing: border-box;
}

.pc-bp__cta .pc-btn svg {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

/* WhatsApp a ancho completo debajo de Contacto + Ver tienda */
.pc-bp__cta-wa {
  grid-column: 1 / -1;
}

.pc-bp__social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  margin-bottom: 0.85rem;
}

.pc-bp__social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 50%;
  border: 1px solid var(--pc-line);
  background: #f7f8f8;
  color: var(--pc-navy) !important;
  text-decoration: none !important;
  transition: border-color 0.15s ease, background 0.15s ease, transform 0.15s ease;
}

.pc-bp__social-btn:hover,
.pc-bp__social-btn:active {
  border-color: var(--pc-orange);
  background: #fff;
  transform: translateY(-1px);
}

.pc-bp__social-btn svg {
  width: 17px;
  height: 17px;
}

.pc-bp__chips {
  list-style: none;
  margin: 0;
  padding: 0.75rem 0 0;
  border-top: 1px solid #eef0f1;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.4rem;
}

.pc-bp__chips li {
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  background: #fff8e8;
  border: 1px solid #f0e0b8;
  color: #7a5a00;
  font-size: 0.74rem;
  font-weight: 700;
}

.pc-bp__content {
  max-width: 920px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.pc-bp__facts {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.65rem;
}

.pc-bp__fact {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.9rem 1rem;
  background: #fff;
  border: 1px solid var(--pc-line);
  border-radius: 12px;
  min-width: 0;
}

.pc-bp__fact-icon {
  width: 2.2rem;
  height: 2.2rem;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: #f3f4f6;
  border: 1px solid var(--pc-line);
  color: var(--pc-navy);
  flex-shrink: 0;
}

.pc-bp__fact-icon--wa {
  color: #128c7e;
  background: #e8f8f3;
  border-color: #b7e4d4;
}

.pc-bp__fact strong {
  display: block;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--pc-muted);
  margin-bottom: 0.15rem;
}

.pc-bp__fact p {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--pc-text);
  line-height: 1.4;
  word-break: break-word;
}

.pc-bp__fact a {
  color: var(--pc-link);
  text-decoration: none;
  font-weight: 600;
}

.pc-bp__fact a:hover {
  text-decoration: underline;
}

.pc-bp__story {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.pc-bp__panel {
  background: #fff;
  border: 1px solid var(--pc-line);
  border-radius: 14px;
  padding: 1.15rem 1.2rem 1.25rem;
  box-shadow: 0 1px 2px rgba(15, 17, 17, 0.04);
}

.pc-bp__panel-head {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
}

.pc-bp__panel-head h2 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--pc-navy);
  letter-spacing: -0.01em;
}

.pc-bp__kicker {
  margin: 0 0 0.1rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--pc-muted);
}

.pc-bp__panel-icon {
  width: 2.35rem;
  height: 2.35rem;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: #f3f4f6;
  border: 1px solid var(--pc-line);
  color: var(--pc-navy);
  flex-shrink: 0;
}

.pc-bp__prose {
  font-size: 0.95rem;
  line-height: 1.65;
  color: #3c434a;
}

.pc-bp__panel--empty {
  text-align: center;
  color: var(--pc-muted);
}

.pc-bp__panel--empty .pc-bp__panel-icon {
  margin: 0 auto 0.75rem;
}

.pc-bp__values {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.5rem;
}

.pc-bp__values li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.8rem 0.9rem;
  border-radius: 10px;
  background: #fafbfb;
  border: 1px solid #eef0f1;
  font-weight: 600;
  font-size: 0.92rem;
}

.pc-bp__values-n {
  font-size: 0.75rem;
  font-weight: 800;
  color: var(--pc-orange);
  font-variant-numeric: tabular-nums;
  min-width: 1.4rem;
}

.pc-bp__footer-cta {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.25rem 1.2rem;
  border-radius: 14px;
  background: linear-gradient(135deg, #232f3e 0%, #37475a 100%);
  color: #fff;
}

.pc-bp__footer-cta h2 {
  margin: 0 0 0.3rem;
  font-size: 1.15rem;
  font-weight: 700;
  color: #fff;
}

.pc-bp__footer-cta p {
  margin: 0;
  font-size: 0.9rem;
  color: #c8d0d8;
  line-height: 1.45;
}

.pc-bp__footer-cta-btns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}

.pc-bp__footer-cta-btns .pc-btn {
  width: 100%;
  justify-content: center;
}

.pc-bp__footer-cta-btns .pc-btn--ghost {
  background: transparent !important;
  border-color: rgba(255, 255, 255, 0.35) !important;
  color: #fff !important;
}

.pc-bp__footer-cta-btns .pc-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.1) !important;
}

@media (min-width: 640px) {
  .pc-bp__hero-body {
    margin-top: -88px;
  }

  .pc-bp__avatar {
    width: 120px;
    height: 120px;
    border-width: 5px;
  }

  .pc-bp__avatar-wrap {
    margin-top: -60px;
  }

  .pc-bp__card {
    padding: 0 1.75rem 1.5rem;
  }

  .pc-bp__cta {
    grid-template-columns: auto auto auto;
    width: auto;
    max-width: none;
  }

  .pc-bp__cta-wa {
    grid-column: auto;
  }

  .pc-bp__cta .pc-btn {
    width: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .pc-bp__facts {
    grid-template-columns: 1fr 1fr;
  }

  .pc-bp__story {
    grid-template-columns: 1fr 1fr;
  }

  .pc-bp__values {
    grid-template-columns: 1fr 1fr;
  }

  .pc-bp__footer-cta {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 1.6rem;
  }

  .pc-bp__footer-cta-btns {
    width: auto;
    grid-template-columns: auto auto;
  }

  .pc-bp__footer-cta-btns .pc-btn {
    width: auto;
  }
}

@media (min-width: 900px) {
  .pc-bp__cover {
    height: clamp(200px, 24vw, 300px);
  }

  .pc-bp__facts {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* —— Perfil de negocio legacy (v1) —— */
.pc-biz-profile {
  min-width: 0;
  padding-bottom: 1.5rem;
}

.pc-biz-profile__header {
  background: #fff;
  border-bottom: 1px solid var(--pc-line);
  margin-bottom: 1.25rem;
}

.pc-biz-profile__cover {
  position: relative;
  height: clamp(140px, 28vw, 260px);
  background: var(--pc-navy);
  overflow: hidden;
}

.pc-biz-profile__cover-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pc-biz-profile__cover-fallback {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 90% 100% at 15% 30%, rgba(255, 153, 0, 0.4), transparent 55%),
    radial-gradient(ellipse 70% 80% at 90% 80%, rgba(255, 216, 20, 0.18), transparent 50%),
    linear-gradient(135deg, #131921 0%, #232f3e 55%, #37475a 100%);
}

.pc-biz-profile__cover-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(15, 17, 17, 0.18) 100%);
  pointer-events: none;
}

.pc-biz-profile__head-inner {
  padding-bottom: 1.15rem;
}

.pc-biz-profile__identity-row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem 0.9rem;
  align-items: end;
  margin-top: -44px;
  position: relative;
  z-index: 1;
}

.pc-biz-profile__avatar-wrap {
  grid-row: 1 / 2;
}

.pc-biz-profile__avatar {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #fff;
  background: #fff;
  box-shadow: 0 6px 18px rgba(15, 17, 17, 0.14);
  display: block;
}

.pc-biz-profile__avatar--mark {
  display: grid;
  place-items: center;
  font-size: 2rem;
  font-weight: 800;
  color: var(--pc-navy);
  background: linear-gradient(145deg, #fff 0%, #eaeded 100%);
  letter-spacing: -0.03em;
}

.pc-biz-profile__title-block {
  grid-column: 2;
  min-width: 0;
  padding-bottom: 0.1rem;
  padding-top: 0.35rem; /* bajo la portada, texto legible */
}

.pc-biz-profile__type {
  margin: 0 0 0.15rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--pc-muted);
}

.pc-biz-profile__name {
  margin: 0 0 0.25rem;
  font-size: clamp(1.35rem, 4vw, 1.75rem);
  font-weight: 800;
  color: var(--pc-navy);
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.pc-biz-profile__slogan {
  margin: 0 0 0.35rem;
  font-size: 0.95rem;
  color: #3c434a;
  line-height: 1.4;
}

.pc-biz-profile__place {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  margin: 0;
  font-size: 0.85rem;
  color: var(--pc-muted);
  font-weight: 500;
}

.pc-biz-profile__place svg {
  width: 15px;
  height: 15px;
  color: var(--pc-orange);
  flex-shrink: 0;
}

/* Desktop actions (dentro del grid de identidad) */
.pc-biz-profile__actions--desktop {
  display: none;
}

/* Móvil: botones debajo de la portada / nombre, a todo el ancho */
.pc-biz-profile__actions--mobile {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  width: 100%;
  margin-top: 0.95rem;
  min-width: 0;
}

.pc-biz-profile__actions--mobile .pc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  width: 100%;
  min-height: 2.65rem;
  font-size: 0.84rem;
  padding: 0.55rem 0.45rem;
  white-space: nowrap;
  box-sizing: border-box;
}

/* 3 botones: WhatsApp arriba a ancho completo; Contacto + Ver tienda abajo */
.pc-biz-profile__actions--mobile .pc-btn:first-child:nth-last-child(3) {
  grid-column: 1 / -1;
}

.pc-biz-profile__actions--mobile .pc-btn svg {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

/* Redes sociales — barra propia, centrada en móvil */
.pc-biz-profile__social-bar {
  margin-top: 0.95rem;
  padding-top: 0.85rem;
  border-top: 1px solid #eef0f1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.55rem;
}

.pc-biz-profile__social-label {
  margin: 0;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--pc-muted);
}

.pc-biz-profile__social {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  justify-content: flex-start;
}

.pc-biz-profile__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.65rem;
  height: 2.65rem;
  border-radius: 50%;
  border: 1px solid var(--pc-line);
  background: #f7f8f8;
  color: var(--pc-navy) !important;
  text-decoration: none !important;
  transition: background 0.15s ease, border-color 0.15s ease;
}

.pc-biz-profile__social a:hover,
.pc-biz-profile__social a:active {
  border-color: var(--pc-orange);
  background: #fff;
}

.pc-biz-profile__social a svg {
  width: 17px;
  height: 17px;
}

.pc-biz-profile__meta-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
  margin-top: 0.85rem;
  padding-top: 0.8rem;
  border-top: 1px solid #eef0f1;
}

.pc-biz-profile__tags {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.pc-biz-profile__tags li {
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  background: #fff8e8;
  border: 1px solid #f0e0b8;
  color: #7a5a00;
  font-size: 0.74rem;
  font-weight: 700;
}

.pc-biz-profile__body {
  max-width: 1100px;
}

.pc-biz-profile__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  align-items: start;
}

.pc-biz-profile__section,
.pc-biz-profile__card {
  background: #fff;
  border: 1px solid var(--pc-line);
  border-radius: 14px;
  padding: 1.15rem 1.2rem 1.25rem;
  box-shadow: 0 1px 2px rgba(15, 17, 17, 0.04);
  margin-bottom: 1rem;
}

.pc-biz-profile__section-head {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
}

.pc-biz-profile__section-head h2,
.pc-biz-profile__card-title {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--pc-navy);
  letter-spacing: -0.01em;
}

.pc-biz-profile__kicker {
  margin: 0 0 0.1rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--pc-muted);
}

.pc-biz-profile__section-icon {
  width: 2.35rem;
  height: 2.35rem;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: #f3f4f6;
  border: 1px solid var(--pc-line);
  color: var(--pc-navy);
  flex-shrink: 0;
}

.pc-biz-profile__prose {
  font-size: 0.95rem;
  line-height: 1.65;
  color: #3c434a;
}

.pc-biz-profile__values {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.5rem;
}

.pc-biz-profile__values li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 0.85rem;
  border-radius: 10px;
  background: #fafbfb;
  border: 1px solid #eef0f1;
  font-weight: 600;
  font-size: 0.92rem;
}

.pc-biz-profile__value-n {
  font-size: 0.75rem;
  font-weight: 800;
  color: var(--pc-orange);
  font-variant-numeric: tabular-nums;
  min-width: 1.4rem;
}

.pc-biz-profile__section--empty {
  text-align: center;
  color: var(--pc-muted);
}

.pc-biz-profile__section--empty .pc-biz-profile__section-icon {
  margin: 0 auto 0.75rem;
}

.pc-biz-profile__aside .pc-biz-profile__card {
  position: sticky;
  top: calc(var(--pc-header-h, 64px) + 0.75rem);
}

.pc-biz-profile__facts {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.75rem;
}

.pc-biz-profile__facts li {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  min-width: 0;
}

.pc-biz-profile__fact-icon {
  width: 2rem;
  height: 2rem;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: #f3f4f6;
  border: 1px solid var(--pc-line);
  color: var(--pc-navy);
  flex-shrink: 0;
}

.pc-biz-profile__fact-icon--wa {
  color: #128c7e;
  background: #e8f8f3;
  border-color: #b7e4d4;
}

.pc-biz-profile__facts strong {
  display: block;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--pc-muted);
  margin-bottom: 0.1rem;
}

.pc-biz-profile__facts span span,
.pc-biz-profile__facts a {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--pc-text);
  word-break: break-word;
  line-height: 1.4;
}

.pc-biz-profile__facts a {
  color: var(--pc-link);
  text-decoration: none;
}

.pc-biz-profile__facts a:hover {
  text-decoration: underline;
}

.pc-biz-profile__aside-empty {
  margin: 0;
  font-size: 0.88rem;
  color: var(--pc-muted);
  line-height: 1.45;
}

.pc-biz-profile__card--cta {
  display: grid;
  gap: 0.55rem;
}

.pc-biz-profile__cta-text {
  margin: 0 0 0.25rem;
  font-size: 0.9rem;
  color: #3c434a;
  line-height: 1.45;
}

.pc-btn--block {
  width: 100%;
  justify-content: center;
}

@media (min-width: 720px) {
  .pc-biz-profile__identity-row {
    grid-template-columns: auto minmax(0, 1fr) auto;
    margin-top: -56px;
    align-items: end;
    column-gap: 1.25rem;
  }

  .pc-biz-profile__avatar {
    width: 120px;
    height: 120px;
    border-width: 5px;
  }

  .pc-biz-profile__title-block {
    padding-bottom: 0.35rem;
    padding-top: 0;
  }

  /* Desktop: botones a la derecha del nombre */
  .pc-biz-profile__actions--desktop {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.45rem;
    grid-column: auto;
    grid-row: 1;
    justify-content: flex-end;
    align-self: end;
    margin-top: 0;
    padding-bottom: 0.25rem;
    width: max-content;
    max-width: none;
  }

  .pc-biz-profile__actions--desktop .pc-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.88rem;
    min-height: 2.45rem;
    white-space: nowrap;
    flex: 0 0 auto;
  }

  .pc-biz-profile__actions--mobile {
    display: none;
  }

  .pc-biz-profile__social-bar {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .pc-biz-profile__social {
    justify-content: flex-end;
  }
}

@media (min-width: 900px) {
  .pc-biz-profile__grid {
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 1.25rem;
  }

  .pc-biz-profile__cover {
    height: clamp(180px, 22vw, 280px);
  }

  .pc-biz-profile__body {
    max-width: var(--pc-max, 1200px);
  }
}

/* —— Quiénes somos (legacy helpers) —— */
.pc-page-about {
  min-width: 0;
}

.pc-page-about__hero {
  padding: 2.25rem 0 2rem;
}

.pc-page-about__hero-inner {
  max-width: var(--pc-max);
}

.pc-page-about__hero-main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.35rem 1.75rem;
}

.pc-page-about__logo-wrap {
  flex: 0 0 auto;
}

.pc-page-about__logo {
  width: 104px;
  height: 104px;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  object-fit: cover;
}

.pc-page-about__logo--avatar {
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.85);
  object-fit: cover;
  background: #fff;
}

.pc-page-about__logo-wrap--mark {
  width: 104px;
  height: 104px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.pc-page-about__mark {
  font-size: 2.4rem;
  font-weight: 800;
  color: var(--pc-yellow);
  letter-spacing: -0.03em;
  line-height: 1;
}

.pc-page-about__hero-text {
  flex: 1 1 16rem;
  min-width: 0;
}

.pc-page-about__hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.1rem;
}

.pc-page-about__hero-actions .pc-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.pc-page-about__hero-actions .pc-btn svg {
  flex-shrink: 0;
  opacity: 0.95;
}

.pc-page-about__hero-actions .pc-btn--ghost-dark {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(255, 255, 255, 0.35) !important;
  color: #fff !important;
  box-shadow: none;
}

.pc-page-about__hero-actions .pc-btn--ghost-dark:hover {
  background: rgba(255, 255, 255, 0.14) !important;
  border-color: rgba(255, 255, 255, 0.5) !important;
}

.pc-page-about__body {
  padding-top: 0;
  padding-bottom: 0.5rem;
  max-width: 920px;
}

/* —— Ficha de presentación de empresa —— */
.pc-company-card {
  position: relative;
  margin: -1.75rem 0 1.75rem;
  background: #fff;
  border: 1px solid var(--pc-line);
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(15, 17, 17, 0.1);
  overflow: hidden;
  z-index: 2;
}

.pc-company-card__cover {
  position: relative;
  height: 140px;
  background: linear-gradient(135deg, var(--pc-navy) 0%, var(--pc-navy-2) 55%, #37475a 100%);
  overflow: hidden;
}

.pc-company-card__cover-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pc-company-card__cover-fallback {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 90% at 20% 20%, rgba(255, 153, 0, 0.35), transparent 55%),
    radial-gradient(ellipse 70% 80% at 85% 70%, rgba(255, 216, 20, 0.2), transparent 50%),
    linear-gradient(135deg, #131921 0%, #232f3e 50%, #37475a 100%);
}

.pc-company-card__cover-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(15, 17, 17, 0.25) 100%);
  pointer-events: none;
}

.pc-company-card__layout {
  padding: 0 1.25rem 1.15rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-width: 0;
}

.pc-company-card__brand {
  display: flex;
  align-items: flex-end;
  gap: 1rem;
  min-width: 0;
  margin-top: -42px;
  position: relative;
  z-index: 1;
}

.pc-company-card__logo,
.pc-company-card__avatar {
  width: 88px;
  height: 88px;
  object-fit: cover;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #fff;
  box-shadow: 0 4px 14px rgba(15, 17, 17, 0.16);
  padding: 0;
  flex: 0 0 auto;
}

.pc-company-card__logo--mark {
  display: grid;
  place-items: center;
  font-size: 2rem;
  font-weight: 800;
  color: var(--pc-navy);
  background: linear-gradient(145deg, #fff 0%, #f0f2f2 100%);
  letter-spacing: -0.03em;
  padding: 0;
}

/* Admin media previews (ficha) */
.pc-commerce-media__preview {
  min-height: 96px;
  display: grid;
  place-items: center;
  background: #f6f7f7;
  border: 1px solid #dcdcde;
  border-radius: 10px;
  overflow: hidden;
  padding: 6px;
}

.pc-commerce-media__preview img {
  max-width: 100%;
  max-height: 110px;
  width: auto;
  height: auto;
  border-radius: 8px;
  object-fit: contain;
}

.pc-commerce-media__preview--cover img {
  width: 100%;
  max-height: 100px;
  object-fit: cover;
  border-radius: 8px;
}

.pc-company-card__identity {
  min-width: 0;
  flex: 1 1 auto;
}

.pc-company-card__label {
  margin: 0 0 0.2rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--pc-muted);
}

.pc-company-card__name {
  margin: 0 0 0.25rem;
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--pc-navy);
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.pc-company-card__slogan {
  margin: 0 0 0.45rem;
  font-size: 0.95rem;
  color: #3c434a;
  line-height: 1.4;
}

.pc-company-card__place {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin: 0;
  font-size: 0.82rem;
  color: var(--pc-muted);
  font-weight: 500;
}

.pc-company-card__place-icon {
  display: inline-flex;
  color: var(--pc-orange);
}

.pc-company-card__place-icon svg {
  width: 15px;
  height: 15px;
}

.pc-company-card__pitch {
  margin: 0;
  padding: 0.85rem 0.95rem;
  background: #fafbfb;
  border: 1px solid #eef0f1;
  border-radius: 12px;
  font-size: 0.92rem;
  line-height: 1.55;
  color: #3c434a;
}

.pc-company-card__tags {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.pc-company-card__tag {
  display: inline-flex;
  align-items: center;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  background: #fff8e8;
  border: 1px solid #f0e0b8;
  color: #7a5a00;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.2;
}

.pc-company-card__facts {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.55rem;
}

.pc-company-card__fact {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  min-width: 0;
  padding: 0.65rem 0.75rem;
  border-radius: 10px;
  border: 1px solid #eef0f1;
  background: #fff;
}

.pc-company-card__fact-icon {
  flex: 0 0 auto;
  width: 2.1rem;
  height: 2.1rem;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: #f3f4f6;
  color: var(--pc-navy);
  border: 1px solid var(--pc-line);
}

.pc-company-card__fact-icon--wa {
  color: #128c7e;
  background: #e8f8f3;
  border-color: #b7e4d4;
}

.pc-company-card__fact-icon svg {
  width: 16px;
  height: 16px;
}

.pc-company-card__fact strong {
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--pc-muted);
  margin-bottom: 0.12rem;
}

.pc-company-card__fact-text {
  display: block;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--pc-text);
  line-height: 1.35;
  word-break: break-word;
}

a.pc-company-card__fact-text {
  color: var(--pc-link);
  text-decoration: none;
}

a.pc-company-card__fact-text:hover {
  text-decoration: underline;
}

.pc-company-card__foot {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  padding-top: 0.35rem;
  border-top: 1px solid #eef0f1;
}

.pc-company-card__social {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.pc-company-card__social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  border: 1px solid var(--pc-line);
  background: #f7f8f8;
  color: var(--pc-navy) !important;
  text-decoration: none !important;
  transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

.pc-company-card__social-btn:hover {
  background: #fff;
  border-color: var(--pc-orange);
  transform: translateY(-1px);
}

.pc-company-card__social-btn svg {
  width: 16px;
  height: 16px;
}

.pc-company-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.pc-company-card__btn {
  font-size: 0.85rem;
  min-height: 2.4rem;
  padding: 0.45rem 0.9rem;
}

@media (min-width: 640px) {
  .pc-company-card {
    margin-top: -2.25rem;
  }

  .pc-company-card__cover {
    height: 180px;
  }

  .pc-company-card__layout {
    padding: 0 1.5rem 1.35rem;
  }

  .pc-company-card__brand {
    margin-top: -52px;
  }

  .pc-company-card__logo,
  .pc-company-card__avatar {
    width: 112px;
    height: 112px;
    border-width: 4px;
  }

  .pc-company-card__name {
    font-size: 1.5rem;
  }

  .pc-company-card__facts {
    grid-template-columns: 1fr 1fr;
  }

  .pc-company-card__foot {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

@media (min-width: 900px) {
  .pc-company-card__cover {
    height: 210px;
  }
}

.pc-page-about__story {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 1.75rem;
}

.pc-page-about__card {
  padding: 1.35rem 1.35rem 1.4rem;
  border-radius: 14px;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.pc-page-about__card:hover {
  border-color: #c7cbd1;
  box-shadow: 0 2px 8px rgba(15, 17, 17, 0.06);
}

.pc-page-about__card-head,
.pc-page-about__section-head {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  margin-bottom: 0.95rem;
}

.pc-page-about__kicker {
  margin: 0 0 0.15rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--pc-muted);
}

.pc-page-about__icon {
  flex: 0 0 auto;
  width: 2.5rem;
  height: 2.5rem;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: #f3f4f6;
  color: var(--pc-navy);
  border: 1px solid var(--pc-line);
}

.pc-page-about__icon--lg {
  width: 3rem;
  height: 3rem;
  margin: 0 auto 0.75rem;
}

.pc-page-about__icon--wa {
  color: #128c7e;
  background: #e8f8f3;
  border-color: #b7e4d4;
}

.pc-page-about__prose {
  color: #3c434a;
  font-size: 0.95rem;
  line-height: 1.65;
}

.pc-page-about__values {
  margin: 0 0 1.75rem;
  padding: 1.35rem;
  background: #fff;
  border: 1px solid var(--pc-line);
  border-radius: 14px;
}

.pc-page-about__value-list {
  margin-top: 1rem;
  gap: 0.65rem;
}

.pc-page-about__value {
  align-items: center;
  gap: 0.85rem;
  padding: 0.95rem 1rem;
  border-radius: 12px;
  background: #fafbfb;
  border-color: #e8eaed;
  transition: border-color 0.15s ease, background 0.15s ease;
}

.pc-page-about__value:hover {
  background: #fff;
  border-color: #d5d9d9;
}

.pc-page-about__value-num {
  flex: 0 0 auto;
  font-size: 0.78rem;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.04em;
  color: var(--pc-orange);
  min-width: 1.6rem;
}

.pc-page-about__value-text {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--pc-text);
  line-height: 1.4;
}

.pc-page-about__meta {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  margin: 0 0 1.75rem;
}

.pc-page-about__meta-card {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  padding: 1rem 1.1rem;
  background: #fff;
  border: 1px solid var(--pc-line);
  border-radius: 12px;
  min-width: 0;
}

.pc-page-about__meta-title {
  margin: 0 0 0.25rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--pc-muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.pc-page-about__meta-body {
  font-size: 0.92rem;
  color: var(--pc-text);
  line-height: 1.45;
  word-break: break-word;
}

.pc-page-about__meta-body a {
  color: var(--pc-link);
  font-weight: 600;
  text-decoration: none;
}

.pc-page-about__meta-body a:hover {
  text-decoration: underline;
}

.pc-page-about__social {
  margin: 0 0 1.75rem;
}

.pc-page-about__social-list {
  list-style: none;
  margin: 0.55rem 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.pc-page-about__social-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  border: 1px solid var(--pc-line);
  background: #fff;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--pc-text) !important;
  text-decoration: none !important;
}

.pc-page-about__social-link:hover {
  border-color: var(--pc-orange);
  color: var(--pc-navy) !important;
}

.pc-page-about__social-link svg {
  flex-shrink: 0;
  opacity: 0.9;
}

.pc-page-about__cta-band {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.35rem 1.25rem;
  margin: 0 0 1rem;
  background: linear-gradient(135deg, #232f3e 0%, #37475a 100%);
  border-radius: 14px;
  color: #fff;
}

.pc-page-about__cta-title {
  margin: 0 0 0.3rem;
  font-size: 1.15rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.01em;
}

.pc-page-about__cta-text {
  margin: 0;
  font-size: 0.9rem;
  color: #c8d0d8;
  line-height: 1.45;
  max-width: 32rem;
}

.pc-page-about__cta-actions .pc-btn--ghost {
  background: transparent !important;
  border-color: rgba(255, 255, 255, 0.35) !important;
  color: #fff !important;
}

.pc-page-about__cta-actions .pc-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  border-color: rgba(255, 255, 255, 0.55) !important;
}

.pc-page-about__empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 1.25rem;
  margin-bottom: 1.5rem;
}

.pc-page-about__empty p {
  margin: 0 0 0.85rem;
  color: var(--pc-muted);
  max-width: 28rem;
}

@media (min-width: 720px) {
  .pc-page-about__story {
    grid-template-columns: 1fr 1fr;
    gap: 1.15rem;
  }

  .pc-page-about__meta {
    grid-template-columns: 1fr 1fr;
  }

  .pc-page-about__cta-band {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 1.6rem;
  }

  .pc-page-about__value-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 960px) {
  .pc-page-about__meta {
    grid-template-columns: repeat(3, 1fr);
  }

  .pc-page-about__hero {
    padding: 2.75rem 0 2.35rem;
  }

  .pc-page-about__logo {
    width: 120px;
    height: 120px;
  }

  .pc-page-about__logo-wrap--mark {
    width: 120px;
    height: 120px;
  }
}

.pc-btn--ghost {
  background: #fff !important;
  border: 1px solid var(--pc-line) !important;
  color: var(--pc-text) !important;
}

.pc-page-contact__lead {
  margin: 0.35rem 0 0;
  color: #c8d0d8;
  max-width: 36rem;
}

.pc-page-contact__grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 1.25rem;
  align-items: start;
}

.pc-page-contact__form-wrap {
  background: #fff;
  border: 1px solid var(--pc-line);
  border-radius: var(--pc-radius-lg);
  padding: 1.25rem 1.35rem 1.5rem;
  box-shadow: 0 1px 2px rgba(15, 17, 17, 0.05);
}

.pc-contact-form__row {
  margin: 0 0 0.85rem;
}

.pc-contact-form__row label {
  display: block;
  font-weight: 600;
  font-size: 0.875rem;
  margin-bottom: 0.3rem;
  color: var(--pc-text);
}

.pc-contact-form__row input,
.pc-contact-form__row textarea {
  width: 100%;
  border: 1px solid var(--pc-line-strong);
  border-radius: 6px;
  padding: 0.55rem 0.7rem;
  font: inherit;
  background: #fff;
}

.pc-contact-form__row input:focus,
.pc-contact-form__row textarea:focus {
  outline: none;
  border-color: var(--pc-orange);
  box-shadow: 0 0 0 3px rgba(255, 153, 0, 0.25);
}

.pc-contact-form__hp {
  position: absolute !important;
  left: -9999px !important;
  opacity: 0 !important;
  height: 0 !important;
  width: 0 !important;
  overflow: hidden !important;
}

.pc-contact-form__actions {
  margin: 1rem 0 0.35rem;
}

.pc-contact-form__status {
  min-height: 1.25em;
  font-weight: 600;
  font-size: 0.9rem;
  margin: 0.5rem 0 0;
}

.pc-contact-form__status.is-ok {
  color: var(--pc-accent);
}

.pc-contact-form__status.is-err {
  color: var(--pc-danger);
}

.pc-page-contact__list {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
}

.pc-page-contact__list li {
  margin: 0 0 0.85rem;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.pc-page-contact__list strong {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--pc-muted);
}

.pc-page-contact__map-section {
  padding: 0 0 2.5rem;
}

.pc-page-contact__map-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.75rem;
}

.pc-page-contact__map-open {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--pc-link);
  text-decoration: none;
}

.pc-page-contact__map {
  border-radius: var(--pc-radius-lg);
  overflow: hidden;
  border: 1px solid var(--pc-line);
  background: #e8e8e8;
  min-height: 320px;
  box-shadow: 0 1px 2px rgba(15, 17, 17, 0.06);
}

.pc-page-contact__map iframe {
  display: block;
  width: 100%;
  height: min(52vh, 420px);
  border: 0;
}

@media (max-width: 820px) {
  .pc-page-brand__grid,
  .pc-page-contact__grid {
    grid-template-columns: 1fr;
  }
}

/* Contacto: presentación comercial moderna y compacta. */
.pc-page-contact {
  background: linear-gradient(180deg, #fff 0, #f7f8f8 32rem, #fff 100%);
}

.pc-page-contact__hero {
  position: relative;
  overflow: hidden;
  padding: clamp(2.75rem, 6vw, 4.75rem) 0;
  background:
    radial-gradient(circle at 82% 20%, rgba(255, 153, 0, 0.2), transparent 24rem),
    linear-gradient(135deg, #101820 0%, var(--pc-navy) 72%);
}

.pc-page-contact__hero::after {
  content: "";
  position: absolute;
  right: -7rem;
  bottom: -12rem;
  width: 28rem;
  height: 28rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}

.pc-page-contact__hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 340px);
  align-items: center;
  gap: clamp(2rem, 6vw, 5rem);
}

.pc-page-contact__hero .pc-h1 {
  max-width: 680px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.pc-page-contact__lead {
  max-width: 640px;
  margin-top: 1rem;
  color: #d7dde2;
  font-size: clamp(1rem, 2vw, 1.15rem);
  line-height: 1.65;
}

.pc-page-contact__hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1.25rem;
  margin-top: 1.25rem;
  color: #fff;
  font-size: 0.86rem;
  font-weight: 600;
}

.pc-page-contact__hero-badges span::before {
  content: "✓";
  margin-right: 0.42rem;
  color: var(--pc-yellow);
}

.pc-page-contact__quick {
  padding: 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.09);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(12px);
}

.pc-page-contact__quick p {
  margin: 0 0 0.8rem;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
}

.pc-page-contact__quick-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.8rem 1rem;
  border-radius: 999px;
  background: #fff;
  color: #111820;
  font-weight: 750;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.pc-page-contact__quick-btn span { color: #25d366; }
.pc-page-contact__quick-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18); }

.pc-page-contact__grid {
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.8fr);
  gap: clamp(1rem, 3vw, 2rem);
  padding-top: clamp(2rem, 5vw, 3.5rem);
  padding-bottom: clamp(2rem, 5vw, 3.5rem);
}

.pc-page-contact__form-wrap,
.pc-page-contact__card {
  border-color: #e2e5e9;
  border-radius: 18px;
  box-shadow: 0 12px 36px rgba(15, 23, 31, 0.07);
}

.pc-page-contact__form-wrap { padding: clamp(1.25rem, 4vw, 2.25rem); }
.pc-page-contact__card { padding: clamp(1.2rem, 3vw, 1.65rem); }

.pc-page-contact__section-head {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 1.5rem;
}

.pc-page-contact__section-head p { margin: 0.2rem 0 0; color: var(--pc-muted); font-size: 0.88rem; }
.pc-page-contact__section-icon {
  display: grid;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 12px;
  background: #fff4df;
  color: #b85f00;
  font-size: 1.15rem;
  font-weight: 800;
}

.pc-contact-form__fields { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.pc-contact-form__row { margin: 0; }
.pc-contact-form__row--full { grid-column: 1 / -1; }
.pc-contact-form__row label { margin-bottom: 0.45rem; }
.pc-contact-form__row input,
.pc-contact-form__row textarea {
  min-height: 48px;
  padding: 0.72rem 0.85rem;
  border-color: #cbd1d7;
  border-radius: 10px;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.pc-contact-form__row textarea { min-height: 142px; resize: vertical; }
.pc-contact-form__actions { display: flex; align-items: center; gap: 1rem; margin-top: 1.2rem; }
.pc-contact-form__actions span { max-width: 310px; color: var(--pc-muted); font-size: 0.75rem; line-height: 1.4; }
.pc-contact-form__submit { min-height: 46px; padding-inline: 1.35rem; }

.pc-page-contact__aside { position: sticky; top: 90px; }
.pc-page-contact__list { margin-top: 0.25rem; }
.pc-page-contact__list li {
  position: relative;
  min-height: 44px;
  margin: 0;
  padding: 0.8rem 0 0.8rem 2.75rem;
  border-top: 1px solid #edf0f2;
}
.pc-page-contact__list li::before {
  content: attr(data-icon);
  position: absolute;
  top: 0.85rem;
  left: 0;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  background: #f3f4f5;
  color: var(--pc-navy);
  font-weight: 700;
}
.pc-page-contact__list a { color: var(--pc-link); text-decoration: none; overflow-wrap: anywhere; }
.pc-page-contact__wa-btn { display: flex; justify-content: center; width: 100%; }

.pc-page-contact__map-section { padding: 0 0 clamp(3rem, 7vw, 5rem); }
.pc-page-contact__map-head { margin-bottom: 1rem; }
.pc-page-contact__map { min-height: 360px; border-radius: 18px; box-shadow: 0 12px 36px rgba(15, 23, 31, 0.08); }

@media (max-width: 820px) {
  .pc-page-contact__hero-inner { grid-template-columns: 1fr; gap: 1.5rem; }
  .pc-page-contact__quick { max-width: 420px; }
  .pc-page-contact__aside { position: static; }
}

@media (max-width: 560px) {
  .pc-page-contact__hero { padding: 2.5rem 0; }
  .pc-contact-form__fields { grid-template-columns: 1fr; }
  .pc-contact-form__row--full { grid-column: auto; }
  .pc-contact-form__actions { align-items: stretch; flex-direction: column; }
  .pc-contact-form__submit { width: 100%; }
  .pc-page-contact__map iframe { height: 330px; }
}

/* ========================================================================== 
   Landing comercial — Tu punto de venta online
   ========================================================================== */
.pc-howbuy { background: #fff; color: var(--pc-text); }
.pc-howbuy__hero {
  overflow: hidden;
  padding: clamp(3rem, 7vw, 5.5rem) 0;
  background:
    radial-gradient(circle at 85% 15%, rgba(255, 153, 0, 0.22), transparent 26rem),
    linear-gradient(135deg, #111820, var(--pc-navy) 72%);
  color: #fff;
}
.pc-howbuy__hero-inner { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(290px, 0.75fr); align-items: center; gap: clamp(2rem, 7vw, 6rem); }
.pc-howbuy__hero h1 { max-width: 720px; margin: 0; font-size: clamp(2.45rem, 6vw, 4.8rem); line-height: 0.98; letter-spacing: -0.052em; color: #fff; }
.pc-howbuy__hero-copy > p:not(.pc-page-brand__eyebrow) { max-width: 610px; margin: 1.25rem 0 0; color: #d6dde3; font-size: clamp(1rem, 2vw, 1.16rem); line-height: 1.65; }
.pc-howbuy__hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.15rem; margin-top: 1.65rem; }
.pc-howbuy__primary { padding: 0.85rem 1.35rem; background: var(--pc-yellow) !important; border-color: var(--pc-yellow) !important; color: #161c22 !important; }
.pc-howbuy__text-link { color: #fff; font-weight: 700; text-decoration: none; }
.pc-howbuy__text-link span { margin-left: 0.3rem; color: var(--pc-yellow); }
.pc-howbuy__hero-card { padding: 0.45rem 1.35rem; border: 1px solid rgba(255,255,255,.15); border-radius: 20px; background: rgba(255,255,255,.09); box-shadow: 0 22px 60px rgba(0,0,0,.22); backdrop-filter: blur(12px); }
.pc-howbuy__hero-card div { display: flex; align-items: center; gap: 0.8rem; padding: 1rem 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.pc-howbuy__hero-card div:last-child { border: 0; }
.pc-howbuy__hero-card span { display: grid; flex: 0 0 34px; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: var(--pc-yellow); color: #17202a; font-weight: 800; }
.pc-howbuy__hero-card p { margin: 0; color: #dce2e7; font-size: .92rem; }
.pc-howbuy__hero-card strong { color: #fff; }

.pc-howbuy__steps { padding-top: clamp(3.5rem, 7vw, 6rem); padding-bottom: clamp(3rem, 7vw, 5rem); }
.pc-howbuy__heading { max-width: 690px; margin: 0 auto 2.25rem; text-align: center; }
.pc-howbuy__kicker { margin: 0 0 .45rem; color: #b85f00; font-size: .76rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.pc-howbuy__heading h2, .pc-howbuy__payment h2, .pc-howbuy__help h2 { margin: 0; color: var(--pc-navy); font-size: clamp(1.75rem, 4vw, 2.65rem); letter-spacing: -.035em; }
.pc-howbuy__heading > p:last-child { margin: .75rem 0 0; color: var(--pc-muted); line-height: 1.65; }
.pc-howbuy__step-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; counter-reset: steps; }
.pc-howbuy__step { position: relative; min-height: 260px; padding: 1.4rem; overflow: hidden; border: 1px solid #e2e5e9; border-radius: 18px; background: #fff; box-shadow: 0 10px 28px rgba(15,23,31,.06); transition: transform .18s ease, box-shadow .18s ease; }
.pc-howbuy__step:hover { transform: translateY(-4px); box-shadow: 0 18px 36px rgba(15,23,31,.1); }
.pc-howbuy__number { position: absolute; top: 1.15rem; right: 1.2rem; color: #c8cdd2; font-size: .78rem; font-weight: 800; letter-spacing: .08em; }
.pc-howbuy__icon { display: grid; width: 48px; height: 48px; margin-bottom: 2.6rem; place-items: center; border-radius: 14px; background: #fff3dc; color: #a95600; font-size: 1.3rem; font-weight: 800; }
.pc-howbuy__step h3 { margin: 0 0 .65rem; color: var(--pc-navy); font-size: 1.08rem; }
.pc-howbuy__step p { margin: 0; color: var(--pc-muted); font-size: .91rem; line-height: 1.6; }

.pc-howbuy__payment { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); gap: 2rem; align-items: center; margin-bottom: clamp(3.5rem, 8vw, 6.5rem); padding: clamp(1.5rem, 4vw, 2.5rem); border: 1px solid #dfe3e6; border-radius: 22px; background: linear-gradient(135deg, #f7f8f8, #fff); box-shadow: 0 15px 42px rgba(15,23,31,.07); }
.pc-howbuy__payment-copy { display: flex; align-items: flex-start; gap: 1.25rem; }
.pc-howbuy__payment-icon { display: grid; flex: 0 0 70px; width: 70px; height: 70px; place-items: center; border-radius: 18px; background: var(--pc-navy); color: var(--pc-yellow); font-size: 1.8rem; }
.pc-howbuy__payment-copy p:last-child { max-width: 640px; margin: .75rem 0 0; color: var(--pc-muted); line-height: 1.65; }
.pc-howbuy__checks { display: grid; gap: .8rem; margin: 0; padding: 0; list-style: none; }
.pc-howbuy__checks li { position: relative; padding-left: 2rem; font-size: .92rem; font-weight: 650; }
.pc-howbuy__checks li::before { content: "✓"; position: absolute; left: 0; top: -.12rem; display: grid; width: 24px; height: 24px; place-items: center; border-radius: 50%; background: #e8f6ec; color: #14813c; font-size: .76rem; }

.pc-howbuy__help { padding: clamp(3rem, 6vw, 4.5rem) 0; border-top: 1px solid #e3e6e8; background: #f6f7f7; }
.pc-howbuy__help-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.pc-howbuy__help-inner > div:first-child { max-width: 680px; }
.pc-howbuy__help-inner p:last-child { margin: .75rem 0 0; color: var(--pc-muted); }
.pc-howbuy__help-actions { display: flex; flex: 0 0 auto; flex-wrap: wrap; gap: .7rem; }
.pc-howbuy__wa { background: #167d43 !important; border-color: #167d43 !important; color: #fff !important; }

@media (max-width: 960px) {
  .pc-howbuy__step-grid { grid-template-columns: 1fr 1fr; }
  .pc-howbuy__payment { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .pc-howbuy__hero-inner { grid-template-columns: 1fr; }
  .pc-howbuy__hero-card { max-width: 480px; }
  .pc-howbuy__help-inner { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 540px) {
  .pc-howbuy__hero { padding: 2.8rem 0; }
  .pc-howbuy__step-grid { grid-template-columns: 1fr; }
  .pc-howbuy__step { min-height: 0; }
  .pc-howbuy__icon { margin-bottom: 1.8rem; }
  .pc-howbuy__payment-copy { flex-direction: column; }
  .pc-howbuy__help-actions, .pc-howbuy__help-actions .pc-btn { width: 100%; }
  .pc-howbuy__help-actions .pc-btn { justify-content: center; }
}

.pc-sales-landing {
  position: relative;
  overflow: hidden;
  padding: clamp(3.5rem, 7vw, 6rem) 0;
  background: #f7f8f8;
  border-top: 1px solid var(--pc-line);
}

.pc-sales-landing::before {
  content: "";
  position: absolute;
  top: -14rem;
  right: -10rem;
  width: 34rem;
  height: 34rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,153,0,.13), transparent 68%);
  pointer-events: none;
}

.pc-sales-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, .92fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  padding: clamp(2rem, 5vw, 4.25rem);
  border-radius: 20px;
  color: #fff;
  background: linear-gradient(135deg, #131921 0%, #232f3e 70%, #37475a 100%);
  box-shadow: 0 20px 60px rgba(15,17,17,.18);
}

.pc-sales-eyebrow,
.pc-sales-section-head > span,
.pc-sales-demos > div:first-child > span {
  display: inline-flex;
  color: var(--pc-orange);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.pc-sales-hero h2 {
  max-width: 13ch;
  margin: .55rem 0 1rem;
  color: #fff;
  font-size: clamp(2.35rem, 5.5vw, 4.5rem);
  line-height: .98;
  letter-spacing: -.055em;
}

.pc-sales-hero__lead {
  max-width: 42rem;
  margin: 0;
  color: #d5d9d9;
  font-size: clamp(1rem, 1.6vw, 1.18rem);
  line-height: 1.65;
}

.pc-sales-hero__actions { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.5rem; }
.pc-sales-checks { display: flex; flex-wrap: wrap; gap: .55rem 1.1rem; margin: 1.35rem 0 0; padding: 0; list-style: none; color: #d5d9d9; font-size: .82rem; }
.pc-sales-checks li::before { content: "✓"; margin-right: .38rem; color: var(--pc-orange); font-weight: 900; }

.pc-sales-console {
  overflow: hidden;
  padding-bottom: 1.2rem;
  border: 1px solid rgba(255,255,255,.17);
  border-radius: 14px;
  background: #fff;
  color: var(--pc-text);
  box-shadow: 0 20px 55px rgba(0,0,0,.28);
  transform: rotate(1.2deg);
}

.pc-sales-console__top { display: flex; align-items: center; gap: .35rem; padding: .7rem .85rem; background: #eaeded; border-bottom: 1px solid #d5d9d9; }
.pc-sales-console__top i { width: .55rem; height: .55rem; border-radius: 50%; background: #a7aaad; }
.pc-sales-console__top i:first-child { background: #ff9900; }
.pc-sales-console__top span { margin-left: .4rem; color: #565959; font-size: .72rem; font-weight: 700; }
.pc-sales-console__upload { display: flex; flex-direction: column; align-items: center; margin: 1.25rem; padding: 1.4rem; border: 2px dashed #aab7c4; border-radius: 10px; background: #f7fafa; color: var(--pc-link); }
.pc-sales-console__upload strong { margin-top: .45rem; color: var(--pc-text); }
.pc-sales-console__upload small { margin-top: .15rem; color: var(--pc-muted); }
.pc-sales-console__flow { display: flex; align-items: center; justify-content: center; gap: .45rem; padding: 0 1rem; color: var(--pc-muted); font-size: .68rem; font-weight: 700; }
.pc-sales-console__flow span { padding: .35rem .5rem; border-radius: 999px; background: #fff4d9; color: #6f4b00; }
.pc-sales-console__flow b { color: #a7aaad; }
.pc-sales-console__fields { display: grid; gap: .5rem; margin: 1rem 1.25rem 0; }
.pc-sales-console__fields i { display: block; height: .58rem; border-radius: 5px; background: #e7e9ec; }
.pc-sales-console__fields i:nth-child(2) { width: 72%; }
.pc-sales-console__fields i:nth-child(3) { width: 88%; }
.pc-sales-console__fields i:nth-child(4) { width: 58%; }

.pc-sales-section-head { max-width: 48rem; margin: clamp(4rem, 8vw, 6.5rem) auto 2rem; text-align: center; }
.pc-sales-section-head h3,
.pc-sales-process h3,
.pc-sales-demos h3 { margin: .45rem 0 .7rem; color: var(--pc-text); font-size: clamp(1.75rem, 3.5vw, 2.7rem); line-height: 1.1; letter-spacing: -.035em; }
.pc-sales-section-head p,
.pc-sales-process__copy p,
.pc-sales-demos > div:first-child p { margin: 0; color: var(--pc-muted); font-size: 1rem; line-height: 1.65; }

.pc-sales-features { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.pc-sales-feature { padding: 1.4rem; border: 1px solid var(--pc-line); border-radius: 12px; background: #fff; box-shadow: 0 2px 8px rgba(15,17,17,.04); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.pc-sales-feature:hover { transform: translateY(-3px); border-color: #f0b33c; box-shadow: 0 10px 25px rgba(15,17,17,.09); }
.pc-sales-feature__icon { display: grid; place-items: center; width: 2.75rem; height: 2.75rem; border-radius: 10px; color: #131921; background: var(--pc-orange); }
.pc-sales-feature__icon svg { width: 1.35rem; height: 1.35rem; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.pc-sales-feature h4 { margin: 1rem 0 .45rem; font-size: 1.05rem; }
.pc-sales-feature p { margin: 0; color: var(--pc-muted); font-size: .88rem; line-height: 1.6; }

.pc-sales-process { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2rem, 6vw, 5rem); align-items: center; margin-top: clamp(4rem, 8vw, 7rem); padding: clamp(1.5rem, 4vw, 3rem); border-radius: 16px; background: #fff; border: 1px solid var(--pc-line); }
.pc-sales-process__steps { display: grid; gap: .75rem; margin: 0; padding: 0; list-style: none; }
.pc-sales-process__steps li { display: grid; grid-template-columns: 2.35rem 1fr; gap: .75rem; align-items: center; padding: .8rem; border-radius: 9px; background: #f7f8f8; }
.pc-sales-process__steps b { display: grid; place-items: center; width: 2.35rem; height: 2.35rem; border-radius: 50%; color: #131921; background: var(--pc-yellow); }
.pc-sales-process__steps div { display: grid; gap: .12rem; }
.pc-sales-process__steps strong { font-size: .9rem; }
.pc-sales-process__steps span { color: var(--pc-muted); font-size: .78rem; }

.pc-sales-demos { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; margin-top: clamp(4rem, 8vw, 7rem); }
.pc-sales-demos__grid { display: flex; flex-wrap: wrap; gap: .55rem; }
.pc-sales-demos__grid span { padding: .55rem .8rem; border: 1px solid #8796a5; border-radius: 999px; background: #fff; color: #26384a; font-size: .8rem; font-weight: 700; }

.pc-sales-pricing { scroll-margin-top: 6rem; }
.pc-sales-plans { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; align-items: stretch; }
.pc-sales-plan { position: relative; display: flex; flex-direction: column; padding: 1.55rem; border: 1px solid var(--pc-line); border-radius: 12px; background: #fff; box-shadow: 0 3px 12px rgba(15,17,17,.05); }
.pc-sales-plan--featured { border: 2px solid var(--pc-orange); box-shadow: 0 12px 32px rgba(15,17,17,.13); transform: translateY(-8px); }
.pc-sales-plan__badge { position: absolute; top: -.72rem; right: 1rem; padding: .28rem .65rem; border-radius: 999px; background: var(--pc-orange); color: #131921; font-size: .68rem; font-weight: 900; text-transform: uppercase; }
.pc-sales-plan__name { color: var(--pc-link); font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.pc-sales-plan h4 { margin: .5rem 0 .8rem; font-size: 1.3rem; }
.pc-sales-plan__price { min-height: 2.2rem; padding-bottom: 1rem; border-bottom: 1px solid var(--pc-line); color: var(--pc-text); font-size: 1.05rem; font-weight: 800; }
.pc-sales-plan ul { display: grid; gap: .65rem; margin: 1.15rem 0 1.4rem; padding: 0; list-style: none; color: var(--pc-muted); font-size: .86rem; }
.pc-sales-plan li::before { content: "✓"; margin-right: .5rem; color: var(--pc-accent); font-weight: 900; }
.pc-sales-plan .pc-btn { margin-top: auto; }
.pc-sales-pricing__note { max-width: 50rem; margin: 1.1rem auto 0; color: var(--pc-muted); font-size: .75rem; text-align: center; }

.pc-sales-final { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; margin-top: clamp(4rem, 8vw, 6rem); padding: clamp(1.5rem, 4vw, 2.5rem); border-radius: 14px; background: #232f3e; color: #fff; }
.pc-sales-final span { color: #b9c6d2; font-size: .82rem; }
.pc-sales-final h3 { margin: .25rem 0 0; color: #fff; font-size: clamp(1.45rem, 3vw, 2.25rem); }

@media (max-width: 900px) {
  .pc-sales-hero { grid-template-columns: 1fr; }
  .pc-sales-hero h2 { max-width: 16ch; }
  .pc-sales-console { max-width: 34rem; width: 100%; margin-inline: auto; transform: none; }
  .pc-sales-features { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pc-sales-process,
  .pc-sales-demos { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .pc-sales-landing { padding: 3rem 0; }
  .pc-sales-hero { padding: 1.5rem 1rem; border-radius: 12px; }
  .pc-sales-hero h2 { font-size: 2.55rem; }
  .pc-sales-hero__actions .pc-btn { width: 100%; }
  .pc-sales-checks { display: grid; }
  .pc-sales-console__flow { gap: .25rem; }
  .pc-sales-console__flow span { padding: .3rem .35rem; font-size: .6rem; }
  .pc-sales-features,
  .pc-sales-plans { grid-template-columns: 1fr; }
  .pc-sales-plan--featured { transform: none; }
  .pc-sales-final { flex-direction: column; align-items: flex-start; }
  .pc-sales-final .pc-btn { width: 100%; }
}
