:root {
  --navy: #073d58;
  --navy-deep: #052d42;
  --blue: #0b5877;
  --red: #e21f2f;
  --red-dark: #be1421;
  --cream: #f6f3ed;
  --paper: #fff;
  --ink: #14212a;
  --muted: #60717b;
  --line: #dce3e7;
  --green: #1fa564;
  --radius: 22px;
  --shadow: 0 20px 60px rgba(4, 35, 51, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 0; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.modal-open { overflow: hidden; }
.site-seo-title { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.eyebrow {
  margin: 0 0 12px;
  color: var(--red);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.section-title {
  max-width: 700px;
  margin: 0;
  font-family: "DM Sans", Inter, sans-serif;
  font-size: clamp(2rem, 4.4vw, 4rem);
  line-height: .98;
  letter-spacing: -.05em;
}
.section-copy {
  max-width: 620px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.75;
}
.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
}
.section-head .section-copy { margin: 0; max-width: 440px; }
.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 99px;
  background: rgba(255, 255, 255, .11);
  font-size: .82rem;
  font-weight: 800;
}
.dot { width: 8px; height: 8px; border-radius: 50%; background: #4fe29a; box-shadow: 0 0 0 5px rgba(79,226,154,.12); }

.topbar {
  padding: 8px 0;
  color: #d8e8ef;
  background: var(--navy-deep);
  font-size: .78rem;
  font-weight: 700;
}
.topbar .shell { display: flex; justify-content: space-between; gap: 16px; }
.topbar-links { display: flex; gap: 20px; }
.topbar a:hover { color: #fff; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(7, 61, 88, .08);
  background: #fff;
  box-shadow: 0 8px 24px rgba(7,61,88,.08);
}
.nav {
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: 30px;
}
.brand { flex: 0 0 auto; width: 168px; }
.brand img { width: 100%; height: auto; }
.nav-links { display: flex; align-items: center; justify-content: center; gap: 8px; margin-left: auto; }
.nav-links a { color: #3c4e59; font-size: .88rem; font-weight: 800; }
.nav-links a:hover { color: var(--red); }
.nav-links .header-wa-channel { min-height: 42px; display: inline-flex; align-items: center; gap: 9px; padding: 8px 15px; border: 1px solid #159b82; border-radius: 9px; color: #fff; background: #25d366; box-shadow: 0 6px 16px rgba(18,140,126,.2); white-space: nowrap; transition: background .18s ease, box-shadow .18s ease, transform .18s ease; }
.nav-links .header-wa-channel:hover { color: #fff; background: #1fbd5b; box-shadow: 0 8px 20px rgba(18,140,126,.28); transform: translateY(-1px); }
.header-wa-channel svg { width: 23px; height: 23px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.nav-links .header-social-icon { width: 42px; height: 42px; display: inline-grid; place-items: center; flex: 0 0 42px; padding: 0; border: 1px solid #d4dde1; border-radius: 9px; background: #fff; transition: color .18s ease, border-color .18s ease, background .18s ease, transform .18s ease; }
.header-social-icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.header-social-icon svg .social-icon-dot { fill: currentColor; stroke: none; }
.nav-links .header-instagram { color: #c13584; border-color: #e6bfd7; background: #fff7fb; }
.nav-links .header-instagram:hover { color: #a62770; border-color: #c13584; background: #fcebf5; transform: translateY(-1px); }
.nav-links .header-facebook { color: #1877f2; border-color: #bfd7f7; background: #f5f9ff; }
.header-facebook svg { fill: currentColor; stroke: none; }
.nav-links .header-facebook:hover { color: #0f63cf; border-color: #1877f2; background: #eaf3ff; transform: translateY(-1px); }
.nav-actions { display: none; align-items: center; gap: 10px; }
.button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 19px;
  border: 0;
  border-radius: 12px;
  cursor: pointer;
  font-weight: 900;
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button-red { color: #fff; background: var(--red); box-shadow: 0 9px 24px rgba(226,31,47,.22); }
.button-red:hover { background: var(--red-dark); }
.button-blue { color: #fff; background: var(--navy); }
.button-light { color: var(--navy); background: #fff; }
.button-line { color: var(--navy); border: 1px solid var(--line); background: transparent; }
.menu-toggle {
  width: 45px;
  height: 45px;
  display: none;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--navy);
  background: #fff;
  cursor: pointer;
}

.hero {
  position: relative;
  min-height: 680px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 72% 18%, rgba(37, 137, 174, .55), transparent 27%),
    linear-gradient(120deg, var(--navy-deep), var(--navy) 64%, #0a6689);
}
.hero::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -170px;
  bottom: -250px;
  border: 90px solid rgba(255,255,255,.05);
  border-radius: 50%;
}
.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 54px;
  padding: 74px 0 96px;
}
.hero h1 {
  max-width: 720px;
  margin: 20px 0;
  font-family: "DM Sans", Inter, sans-serif;
  font-size: clamp(3.1rem, 6.6vw, 6rem);
  line-height: .91;
  letter-spacing: -.065em;
}
.hero h1 span { color: #ff5965; }
.hero-copy { max-width: 590px; color: #d5e6ee; font-size: 1.08rem; line-height: 1.7; }
.search-box {
  max-width: 650px;
  display: flex;
  gap: 10px;
  margin-top: 32px;
  padding: 8px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(0,0,0,.22);
}
.search-box input {
  min-width: 0;
  flex: 1;
  border: 0;
  outline: 0;
  padding: 0 12px;
  color: var(--ink);
}
.hero-hint { margin: 12px 0 0 8px; color: #a9c9d7; font-size: .78rem; }
.hero-art { position: relative; min-height: 510px; }
.magazine-stack { position: absolute; inset: 30px 18px 0 42px; }
.magazine-card {
  position: absolute;
  width: 310px;
  aspect-ratio: 1754 / 2481;
  overflow: hidden;
  border: 7px solid #fff;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 30px 70px rgba(0,0,0,.3);
}
.magazine-card img { width: 100%; height: 100%; object-fit: cover; }
.magazine-card.back { right: 0; top: 34px; transform: rotate(8deg); opacity: .7; }
.magazine-card.front { left: 10px; top: 0; transform: rotate(-4deg); }
.week-badge {
  position: absolute;
  z-index: 4;
  right: 2px;
  bottom: 42px;
  width: 152px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  text-align: center;
  border: 6px solid rgba(255,255,255,.2);
  border-radius: 50%;
  color: var(--navy-deep);
  background: #ffcb3c;
  transform: rotate(8deg);
  box-shadow: var(--shadow);
  font-size: .8rem;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}
.week-badge strong { display: block; font-size: 1.35rem; }
.hero-strip {
  position: absolute;
  inset: auto 0 0;
  border-top: 1px solid rgba(255,255,255,.1);
  background: rgba(1,32,47,.45);
}
.hero-strip .shell { display: grid; grid-template-columns: repeat(3, 1fr); }
.hero-proof { padding: 15px 24px; border-right: 1px solid rgba(255,255,255,.1); text-align: center; font-size: .82rem; font-weight: 800; }
.hero-proof:last-child { border: 0; }

.quick-actions { position: relative; z-index: 4; margin-top: -36px; }
.quick-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  box-shadow: var(--shadow);
}
.quick-card {
  min-height: 130px;
  display: grid;
  align-content: center;
  gap: 7px;
  padding: 25px;
  border-right: 1px solid var(--line);
  transition: background .2s ease;
}
.quick-card:last-child { border: 0; }
.quick-card:hover { background: #f5fafc; }
.quick-icon { color: var(--red); font-size: 1.4rem; }
.quick-card strong { font-size: 1rem; }
.quick-card span { color: var(--muted); font-size: .78rem; line-height: 1.45; }

.price-builder { position: relative; z-index: 4; margin-top: 0; padding: 0 0 100px; }
.price-builder-card { padding: clamp(26px, 4vw, 42px); border: 1px solid rgba(7,61,88,.12); border-radius: 24px; background: linear-gradient(115deg, rgba(7,61,88,.035), transparent 45%), #fff; box-shadow: var(--shadow); }
.price-builder-intro { display: flex; align-items: flex-start; gap: 18px; margin-bottom: 28px; }
.price-builder-icon { width: 54px; height: 54px; display: grid; place-items: center; flex: 0 0 54px; border-radius: 16px; color: #fff; background: var(--red); box-shadow: 0 10px 24px rgba(226,31,47,.22); }
.price-builder-icon.is-salon { color: #ffd63f; background: #292d30; box-shadow: 0 10px 24px rgba(28,31,33,.24); }
.price-builder-icon svg, .price-builder-download svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.price-builder-kicker { margin: 0 0 5px; color: var(--red); font-size: .72rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.price-builder h2 { margin: 0; font-family: "DM Sans", Inter, sans-serif; font-size: clamp(1.55rem, 3vw, 2.35rem); line-height: 1.08; letter-spacing: -.035em; }
.price-builder-validity { margin: 8px 0 0; color: var(--muted); font-size: .9rem; font-weight: 700; }
.price-builder-statusline { display: flex; align-items: center; flex-wrap: wrap; gap: 8px 12px; }
.price-update-notice { min-height: 32px; display: inline-flex; align-items: center; gap: 6px; margin-top: 8px; padding: 0 11px; border: 1px solid #e5a7ad; border-radius: 9px; color: #a9111d; background: #fff3f4; cursor: pointer; font-size: .72rem; font-weight: 900; transition: background .18s ease, border-color .18s ease, transform .18s ease; }
.price-update-notice[hidden] { display: none; }
.price-update-notice:hover { border-color: var(--red); background: #ffe7e9; transform: translateY(-1px); }
.price-update-notice svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.price-builder-card.is-unavailable { opacity: .58; }
.price-builder-card.is-unavailable .price-builder-validity { color: var(--red-dark); }
.price-builder-card.is-loading .price-result-count { color: var(--muted); }
.price-builder-form { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.price-filter-control { min-width: 0; display: grid; grid-template-columns: 40px minmax(0, 1fr); align-items: center; gap: 11px 10px; padding: 15px; border: 1px solid #d7e1e5; border-radius: 16px; background: #fff; box-shadow: 0 5px 16px rgba(7,61,88,.055); cursor: pointer; transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.price-filter-control:hover { border-color: #aac0ca; box-shadow: 0 9px 22px rgba(7,61,88,.09); transform: translateY(-2px); }
.price-filter-icon { width: 40px; height: 40px; display: grid; place-items: center; grid-column: 1; grid-row: 1; border-radius: 12px; color: var(--red); background: #fff0f2; }
.price-filter-icon svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.price-filter-row { display: contents; }
.price-filter-row strong { grid-column: 2; grid-row: 1; color: var(--navy); font-size: .78rem; font-weight: 900; line-height: 1.2; }
.price-builder-form select { width: 100%; min-width: 0; min-height: 40px; grid-column: 1 / -1; grid-row: 2; padding: 0 32px 0 11px; border: 1px solid #e0e7ea; border-radius: 10px; outline: 0; color: var(--ink); background-color: #f5f7f8; cursor: pointer; font-size: .8rem; font-weight: 800; transition: border-color .18s ease, box-shadow .18s ease, background .18s ease; }
.price-builder-form select:hover { border-color: #c5d2d8; background-color: #fff; }
.price-builder-form select:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(11,88,119,.1); }
.price-sort-control { border-color: #cbd3d7; background: #e9edef; }
.price-sort-control:hover { border-color: #aeb9be; background: #e2e7e9; box-shadow: 0 10px 24px rgba(34,48,55,.12); }
.price-sort-control .price-filter-icon { color: #52636b; background: #d7dee1; }
.price-sort-control .price-filter-row strong { color: #34464f; }
.price-sort-control select, .price-sort-control select:hover, .price-sort-control select:focus { color: var(--ink); border-color: #c8d1d5; background-color: #fff; }
.price-sort-control select option { color: var(--ink); background: #fff; }
.price-pdf-progress { margin-top: 17px; padding: 13px 14px; border: 1px solid #d8e3e8; border-radius: 12px; background: #f7f9fa; }
.price-pdf-progress[hidden] { display: none; }
.price-pdf-progress-copy { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-bottom: 8px; color: #53666f; font-size: .75rem; font-weight: 800; }
.price-pdf-progress-copy strong { color: var(--navy); font-size: .72rem; white-space: nowrap; }
.price-pdf-progress-cancel { width: 27px; height: 27px; display: grid; place-items: center; flex: 0 0 27px; padding: 0; border: 1px solid #c9d5da; border-radius: 8px; color: #687980; background: #fff; cursor: pointer; font-size: 1.05rem; line-height: 1; transition: color .18s ease, border-color .18s ease, background .18s ease; }
.price-pdf-progress-cancel:hover { border-color: #e58f97; color: var(--red); background: #fff0f1; }
.price-pdf-progress-track { height: 5px; overflow: hidden; border-radius: 99px; background: #dfe7ea; }
.price-pdf-progress-track span { width: 3%; height: 100%; display: block; border-radius: inherit; background: linear-gradient(90deg, var(--red), #f06470); transition: width .7s ease; }
.price-pdf-progress.is-finishing .price-pdf-progress-track span { background: linear-gradient(90deg, var(--navy), #2589ad); }
.price-pdf-progress.is-complete .price-pdf-progress-track span { background: var(--green); }
.price-pdf-progress.is-error { border-color: #efb7bc; background: #fff4f5; }
.price-builder-result { min-height: 44px; display: grid; grid-template-columns: 280px minmax(0,.9fr) minmax(0,1.05fr) minmax(0,1.12fr) minmax(0,.68fr) minmax(0,.85fr) minmax(0,.92fr); align-items: stretch; gap: 10px; margin-top: 17px; padding-top: 17px; border-top: 1px solid var(--line); }
.price-list-mode { width: 100%; min-width: 0; height: 44px; display: flex; align-items: stretch; gap: 6px; }
.price-builder-result > .price-result-count, .price-builder-result > .price-gastro-toggle, .price-builder-result > .price-stock-toggle, .price-builder-result > .price-builder-clear, .price-builder-result > .price-builder-download, .price-builder-result > .price-share-button { width: 100%; min-width: 0; padding-inline: 9px; }
.price-list-mode-button { min-width: 0; min-height: 44px; display: inline-flex; flex: 1 1 50%; align-items: center; justify-content: center; gap: 8px; padding: 4px 10px; border: 1px solid transparent; border-radius: 10px; font-family: inherit; line-height: 1.02; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease; }
.price-list-mode-button svg { width: 24px; height: 24px; flex: 0 0 24px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.price-list-mode-button span { display: flex; flex-direction: column; align-items: flex-start; }
.price-list-mode-button small { font-size: .72rem; font-weight: 700; }
.price-list-mode-button strong { font-size: .88rem; font-weight: 900; }
.price-list-mode-button:hover { transform: translateY(-1px); }
.price-list-mode-button.regular { border-color: #d9dee1; color: #69747a; background: #f3f5f6; }
.price-list-mode-button.regular.is-active { border-color: var(--red); color: #fff; background: var(--red); box-shadow: 0 7px 16px rgba(226,31,47,.2); }
.price-list-mode-button.salon { border-color: #d9dee1; color: #69747a; background: #f3f5f6; }
.price-list-mode-button.salon.is-active { border-color: #292d30; color: #ffd63f; background: #292d30; box-shadow: 0 7px 16px rgba(28,31,33,.2); }
.price-result-count { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; padding: 0 15px; border: 1px solid #d8e3e8; border-radius: 11px; color: var(--navy-deep); background: #f5f8f9; font-size: .82rem; font-weight: 900; white-space: nowrap; }
.price-builder-download { min-height: 44px; flex: 0 0 auto; padding-inline: 18px; color: #fff; background: var(--navy); box-shadow: 0 8px 20px rgba(7,61,88,.18); font-size: .84rem; }
.price-builder-download:hover { background: var(--navy-deep); }
.price-share-button { min-height: 44px; padding-inline: 16px; border: 1px solid #1fa564; color: #fff; background: #1fa564; box-shadow: 0 7px 18px rgba(31,165,100,.18); font-size: .82rem; }
.price-share-button svg { width: 19px; height: 19px; display: block; flex: 0 0 19px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.price-share-button.is-ready svg { display: block; }
.price-share-button:hover { border-color: #178a53; background: #178a53; }
.price-share-button.is-ready { border-color: #1fa564; color: #fff; background: #1fa564; box-shadow: 0 7px 18px rgba(31,165,100,.18); }
.price-share-button:disabled { cursor: wait; opacity: .55; transform: none; box-shadow: none; }
.price-gastro-toggle { min-height: 44px; flex: 0 0 auto; padding-inline: 15px; border: 1px solid #b9d9ea; color: #35677e; background: #eef8fd; box-shadow: none; font-size: .82rem; }
.price-gastro-toggle svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.price-gastro-toggle:hover { border-color: #82bddb; background: #e2f4fd; }
.price-gastro-toggle.is-active { border-color: #2993bb; color: #075d7e; background: #d5effb; box-shadow: inset 0 0 0 1px rgba(41,147,187,.1); }
.price-gastro-toggle:disabled { cursor: wait; opacity: .55; transform: none; }
.price-stock-toggle { min-height: 44px; flex: 0 0 auto; padding-inline: 15px; border: 1px solid #cbd5d9; color: #52636b; background: #f1f4f5; box-shadow: none; font-size: .82rem; }
.price-stock-toggle svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.price-stock-toggle:hover { border-color: #9fb0b7; background: #e8edef; }
.price-stock-toggle.is-active { border-color: #70be98; color: #126d42; background: #e7f7ef; box-shadow: inset 0 0 0 1px rgba(31,165,100,.08); }
.price-stock-toggle:disabled { cursor: wait; opacity: .55; transform: none; }
.price-builder-clear { min-height: 44px; flex: 0 0 auto; padding-inline: 17px; border: 1px solid #efb7bc; color: #b21623; background: #fff0f1; box-shadow: none; font-size: .82rem; }
.price-builder-clear:hover { border-color: #e88991; background: #ffe3e5; }
.price-builder-clear:disabled { cursor: wait; opacity: .55; transform: none; }
.price-builder-download:disabled { cursor: wait; opacity: .58; transform: none; box-shadow: none; }

.offers { padding: 110px 0 100px; }
.offers-layout { display: grid; grid-template-columns: 1fr 340px; gap: 28px; }
.viewer {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #e9eef0;
  box-shadow: var(--shadow);
}
.viewer-toolbar {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 12px 16px;
  color: #fff;
  background: var(--navy);
}
.viewer-title { display: flex; align-items: center; gap: 10px; font-weight: 900; }
.viewer-controls { display: flex; align-items: center; gap: 8px; }
.icon-button {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 10px;
  color: #fff;
  background: rgba(255,255,255,.08);
  cursor: pointer;
}
.icon-button:hover { background: rgba(255,255,255,.16); }
.page-count { min-width: 78px; text-align: center; font-size: .82rem; font-weight: 800; }
.viewer-stage { min-height: 700px; display: grid; place-items: center; padding: 30px; }
.viewer-stage img { max-height: 650px; border-radius: 5px; box-shadow: 0 15px 40px rgba(3,35,50,.2); }
.offer-aside { display: grid; align-content: start; gap: 18px; }
.info-card {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
}
.info-card.accent { color: #fff; border: 0; background: var(--red); }
.info-card h3 { margin: 0 0 10px; font-family: "DM Sans", sans-serif; font-size: 1.3rem; letter-spacing: -.03em; }
.info-card p { margin: 0 0 20px; color: var(--muted); font-size: .9rem; line-height: 1.6; }
.info-card.accent p { color: #ffe3e6; }
.download-list { display: grid; gap: 10px; }
.download-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: 12px;
  font-size: .86rem;
  font-weight: 850;
}
.download-link:hover { border-color: var(--navy); }
.validity {
  display: flex;
  gap: 12px;
  padding: 16px;
  border-radius: 14px;
  background: #fff4d8;
  color: #74540b;
  font-size: .83rem;
  line-height: 1.5;
}

.business { padding: 100px 0; color: #fff; background: var(--navy-deep); }
.business-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }
.business .section-copy { color: #b9d2dd; }
.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 38px; }
.metric { display: grid; grid-template-columns: 34px 1fr; align-items: start; gap: 12px; padding: 22px; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; color: #fff; background: rgba(255,255,255,.05); transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.metric-check { width: 30px; height: 30px; padding: 5px; border-radius: 50%; fill: none; stroke: #63dfb5; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; background: rgba(99,223,181,.1); }
.metric-copy { min-width: 0; }
.metric:hover { border-color: rgba(255,255,255,.3); background: rgba(255,255,255,.09); transform: translateY(-2px); }
.metric strong { display: block; margin-bottom: 5px; font-size: 1.25rem; }
.metric-copy > span { color: #a9c6d3; font-size: .78rem; line-height: 1.45; }
.business-panel {
  position: relative;
  padding: 38px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 26px;
  background: linear-gradient(145deg, rgba(255,255,255,.1), rgba(255,255,255,.035));
}
.business-panel::before { content: ""; position: absolute; top: 0; right: 45px; width: 64px; height: 6px; background: var(--red); }
.business-panel h3 { max-width: 500px; margin: 0 0 26px; font-family: "DM Sans", sans-serif; font-size: clamp(1.7rem, 3vw, 2.6rem); line-height: 1.1; letter-spacing: -.04em; }
.benefit-list { display: grid; gap: 18px; }
.benefit { display: grid; grid-template-columns: 42px 1fr; gap: 14px; }
.benefit-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; color: #fff; background: var(--red); font-weight: 900; }
.benefit strong { display: block; margin-bottom: 5px; }
.benefit p { margin: 0; color: #b9d2dd; font-size: .84rem; line-height: 1.55; }
.benefit p a { color: #63dfb5; font-weight: 850; text-decoration: underline; text-decoration-color: rgba(99,223,181,.4); text-underline-offset: 3px; }
.benefit p a:hover { color: #a5f3d8; text-decoration-color: currentColor; }

.contact { padding: 110px 0; }
.contact-wrap {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  overflow: hidden;
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--shadow);
}
.contact-info { padding: 50px; color: #fff; background: linear-gradient(145deg, #075e54, #164f49); }
.contact-info .eyebrow { color: #bce9dc; }
.contact-info h2 { margin: 0; font-family: "DM Sans", sans-serif; font-size: clamp(2.1rem, 4vw, 3.6rem); line-height: 1; letter-spacing: -.05em; }
.contact-info > p { color: #dce9e6; line-height: 1.7; }
.contact-methods { display: grid; gap: 13px; margin-top: 34px; }
.contact-method { display: grid; grid-template-columns: 56px 1fr; align-items: center; gap: 15px; padding: 15px 0; border-top: 1px solid rgba(255,255,255,.18); }
.contact-method-icon { width: 52px; height: 52px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 15px; color: #fff; background: rgba(255,255,255,.08); }
.contact-method-icon svg { width: 31px; height: 31px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.contact-method-icon svg.icon-fill { fill: currentColor; stroke: none; }
.contact-method small { display: block; color: #bce9dc; margin-bottom: 3px; }
.contact-form { padding: 50px; background: #f5f7f6; }
.contact-form h3 { margin: 0 0 26px; font-family: "DM Sans", sans-serif; font-size: 1.7rem; letter-spacing: -.03em; }
.contact-form > p { margin: 0 0 28px; color: var(--muted); font-size: .9rem; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 17px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: .78rem; font-weight: 850; }
.field input, .field select, .field textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 11px;
  outline: 0;
  padding: 13px 14px;
  color: var(--ink);
  background: #fbfcfc;
}
.field textarea { min-height: 112px; resize: vertical; }
.contact-form .field input:focus, .contact-form .field select:focus, .contact-form .field textarea:focus { border-color: #128c7e; box-shadow: 0 0 0 3px rgba(18, 140, 126, .12); }
.form-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 20px; }
.form-actions .button { width: 100%; justify-content: center; }
.button-whatsapp { color: #fff; background: #25d366; box-shadow: 0 9px 24px rgba(37, 211, 102, .25); }
.button-whatsapp:hover { background: #1ebe5d; }
.button-whatsapp svg { width: 23px; height: 23px; }
.button-telegram { color: #fff; background: #229ed9; box-shadow: 0 9px 24px rgba(34, 158, 217, .22); }
.button-telegram:hover { background: #168ac2; }
.button-telegram svg { width: 22px; height: 22px; fill: currentColor; }
.contact-socials { display: flex; align-items: center; flex-wrap: wrap; gap: 12px 16px; margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: .84rem; }
.contact-social-links { display: flex; gap: 9px; }
.contact-social-links a { display: inline-flex; align-items: center; gap: 7px; padding: 8px 11px; border: 1px solid var(--line); border-radius: 10px; color: var(--ink); background: #fff; font-weight: 800; transition: border-color .2s ease, color .2s ease, transform .2s ease; }
.contact-social-links a:hover { border-color: #128c7e; color: #075e54; transform: translateY(-1px); }
.contact-social-links svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.9; }
.contact-social-links .social-icon-filled { fill: currentColor; stroke: none; }
.contact-social-links svg.whatsapp-mark { fill: none; stroke: currentColor; stroke-width: 1.65; }
.contact-social-links .social-icon-dot { fill: currentColor; stroke: none; }
.contact-map { height: 210px; overflow: hidden; margin-top: 20px; border: 1px solid var(--line); border-radius: 14px; background: #e7ecea; }
.contact-map iframe { width: 100%; height: 100%; display: block; border: 0; }


.faq { padding: 80px 0 110px; }
.faq-list { display: grid; gap: 10px; margin-top: 34px; }
.faq-item { border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.faq-item button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 21px 23px;
  border: 0;
  color: var(--ink);
  background: transparent;
  cursor: pointer;
  text-align: left;
  font-weight: 850;
}
.faq-item button span:last-child { color: var(--red); font-size: 1.3rem; }
.faq-answer { display: none; max-width: 850px; padding: 0 23px 22px; color: var(--muted); font-size: .9rem; line-height: 1.65; }
.faq-answer a { color: #087f70; font-weight: 850; text-decoration: underline; text-decoration-color: rgba(8,127,112,.35); text-decoration-thickness: 2px; text-underline-offset: 3px; }
.faq-answer a:hover { color: #075e54; text-decoration-color: currentColor; }
.faq-item.open .faq-answer { display: block; }

.site-footer { padding: 50px 0 25px; color: #b8ced8; background: #031f2d; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 50px; }
.footer-brand img { width: 165px; padding: 8px; border-radius: 8px; background: #fff; }
.footer-brand p { max-width: 330px; font-size: .82rem; line-height: 1.7; }
.footer-col strong { display: block; margin-bottom: 15px; color: #fff; }
.footer-col a, .footer-col span { display: block; margin: 9px 0; font-size: .8rem; }
.footer-col a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 45px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); font-size: .72rem; }

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  grid-template-rows: auto 1fr;
  color: #fff;
  background: rgba(2, 17, 24, .96);
}
.lightbox.open { display: grid; }
.lightbox-bar { display: flex; align-items: center; justify-content: space-between; padding: 15px 22px; border-bottom: 1px solid rgba(255,255,255,.13); }
.lightbox-stage { min-height: 0; display: grid; grid-template-columns: 60px 1fr 60px; align-items: center; padding: 16px; }
.lightbox-stage img { max-width: 100%; max-height: calc(100vh - 105px); margin: auto; box-shadow: 0 25px 80px rgba(0,0,0,.5); }
.lightbox-stage .icon-button { margin: auto; }

.wa-float {
  position: fixed;
  z-index: 28;
  right: 22px;
  bottom: 22px;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--green);
  box-shadow: 0 12px 35px rgba(21,137,79,.36);
  font-size: 1.45rem;
  font-weight: 900;
}
.wa-float svg { width: 31px; height: 31px; }
.back-to-top {
  position: fixed;
  z-index: 28;
  right: 22px;
  bottom: 92px;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(7,61,88,.16);
  border-radius: 50%;
  color: #fff;
  background: var(--navy);
  box-shadow: 0 12px 35px rgba(7,61,88,.28);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity .24s ease, visibility .24s ease, transform .3s ease, background .18s ease;
}
.back-to-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.back-to-top:hover { background: #098395; transform: translateY(-2px); }
.back-to-top svg { width: 29px; height: 29px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }

@media (max-width: 980px) {
  .topbar { display: none; }
  .nav { min-height: 68px; }
  .nav-actions { display: flex; }
  .nav-links {
    position: absolute;
    top: 68px;
    left: 0;
    right: 0;
    display: none;
    align-items: stretch;
    padding: 18px 20px 24px;
    border-top: 1px solid var(--line);
    background: #fff;
    box-shadow: 0 15px 30px rgba(7,61,88,.1);
  }
  .nav-links.open { display: grid; gap: 0; }
  .nav-links a { padding: 13px 0; border-bottom: 1px solid var(--line); }
  .menu-toggle { display: grid; }
  .nav-actions .button { display: none; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 60px; }
  .hero-art { display: none; }
  .hero-strip { position: static; }
  .quick-grid { grid-template-columns: repeat(2, 1fr); }
  .quick-card:nth-child(2) { border-right: 0; }
  .quick-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .offers-layout { grid-template-columns: 1fr; }
  .offer-aside { grid-template-columns: repeat(2, 1fr); }
  .business-grid { grid-template-columns: 1fr; gap: 45px; }
  .contact-wrap { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .shell { width: min(100% - 24px, 1180px); }
  .brand { width: 142px; }
  .hero { min-height: auto; }
  .hero-grid { padding: 50px 0 62px; }
  .hero h1 { font-size: clamp(3rem, 14vw, 4.2rem); }
  .search-box { display: grid; }
  .search-box input { min-height: 46px; }
  .hero-strip .shell { grid-template-columns: 1fr; }
  .hero-proof { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .quick-actions { margin-top: 18px; }
  .quick-grid { grid-template-columns: 1fr; }
  .quick-card { min-height: 100px; border-right: 0; border-bottom: 1px solid var(--line); }
  .section-head { align-items: start; flex-direction: column; }
  .offers { padding: 80px 0; }
  .viewer-toolbar { align-items: start; flex-direction: column; }
  .viewer-stage { min-height: 460px; padding: 15px; }
  .viewer-stage img { max-height: 580px; }
  .offer-aside { grid-template-columns: 1fr; }
  .business { padding: 80px 0; }
  .metric-grid { grid-template-columns: 1fr; }
  .business-panel { padding: 25px; }
  .contact { padding: 80px 0; }
  .contact-info, .contact-form { padding: 32px 24px; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .form-actions { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { flex-direction: column; }
  .lightbox-stage { grid-template-columns: 42px 1fr 42px; padding-inline: 5px; }
}

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

@media (max-width: 1100px) {
  .price-builder-form { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .price-builder-form { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 540px) {
  .price-builder { margin-top: 0; padding-bottom: 60px; }
  .price-builder-card { width: min(100% - 24px, 1180px); padding: 22px 18px; }
  .price-builder-intro { gap: 12px; }
  .price-builder-statusline { align-items: flex-start; flex-direction: column; }
  .price-builder-icon { width: 46px; height: 46px; flex-basis: 46px; border-radius: 13px; }
  .price-builder-form { grid-template-columns: 1fr; }
  .price-filter-control { grid-template-columns: 40px minmax(0, 1fr); }
  .price-builder-result { display: grid; grid-template-columns: 1fr; margin-top: 15px; padding-top: 15px; }
  .price-list-mode { width: 100%; max-width: none; height: 44px; flex: none; }
  .price-list-mode-button { width: auto; min-height: 44px; flex: 1 1 50%; transform: none; }
  .price-list-mode-button:hover { transform: none; }
  .price-result-count, .price-gastro-toggle, .price-stock-toggle, .price-builder-clear, .price-builder-download, .price-share-button { width: 100%; min-height: 44px; }
}

/* Ecommerce App + experiencia de compra en Salón */
.quick-grid { grid-template-columns: repeat(5, 1fr); }
.quick-card { padding-inline: 22px; }
.app-section {
  position: relative;
  overflow: hidden;
  padding: 115px 0;
  color: #fff;
  background: radial-gradient(circle at 14% 74%, rgba(41,147,187,.4), transparent 27%), var(--navy-deep);
}
.app-section::after {
  content: "";
  position: absolute;
  width: 390px;
  height: 390px;
  top: -240px;
  right: -80px;
  border: 70px solid rgba(255,255,255,.035);
  border-radius: 50%;
}
.app-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: 90px;
}
.app-visual { position: relative; min-height: 620px; }
.app-orbit {
  position: absolute;
  width: 470px;
  height: 470px;
  left: -25px;
  top: 75px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 50%;
  box-shadow: 0 0 0 50px rgba(255,255,255,.025), 0 0 0 100px rgba(255,255,255,.018);
}
.phone {
  position: absolute;
  width: 270px;
  overflow: hidden;
  border: 8px solid #071a23;
  border-radius: 36px;
  background: #fff;
  box-shadow: 0 35px 80px rgba(0,0,0,.4);
}
.phone-back { top: 62px; left: 210px; transform: rotate(7deg); opacity: .82; }
.phone-front { top: 0; left: 55px; z-index: 2; transform: rotate(-5deg); }
.app-section .section-copy { color: #b9d2dd; }
.app-benefits { display: grid; gap: 2px; margin: 32px 0; }
.app-benefits > div {
  display: grid;
  grid-template-columns: 45px 1fr;
  align-items: center;
  gap: 14px;
  padding: 16px 0;
  border-top: 1px solid rgba(255,255,255,.12);
}
.app-benefits span { color: #ff6975; font-size: .76rem; font-weight: 900; }
.app-benefits p { margin: 0; color: #b9d2dd; font-size: .88rem; line-height: 1.5; }
.app-benefits strong { color: #fff; }
.app-benefits > .app-benefit-welcome { margin-bottom: 8px; padding: 17px 16px; border: 1px solid rgba(255,203,60,.32); border-radius: 13px; background: rgba(255,203,60,.08); }
.app-benefit-welcome > span { color: #ffcb3c; font-size: 1rem; }
.app-benefit-welcome p { color: #f5f0d8; }
.app-benefit-welcome strong { color: #ffdc71; }
.store-links { display: flex; flex-wrap: wrap; gap: 9px; }
.store-links a { width: 138px; overflow: hidden; border-radius: 8px; transition: transform .18s ease; }
.store-links a:hover { transform: translateY(-3px); }
.store-links img { width: 100%; height: 54px; object-fit: cover; }
.app-account-delete { max-width: 590px; margin-top: 25px; padding-top: 20px; border-top: 1px solid rgba(121,220,229,.28); }
.app-account-delete h3 { margin: 0 0 8px; color: #fff; font-family: "DM Sans", sans-serif; font-size: 1.02rem; line-height: 1.25; }
.app-account-delete p { margin: 0; color: #b9d2dd; font-size: .82rem; line-height: 1.6; }
.app-account-delete strong { color: #e7f7f9; }
.app-more { display: inline-flex; gap: 8px; margin-top: 24px; color: #fff; font-size: .82rem; font-weight: 850; }
.app-more span { color: #ff6975; }
.salon-section { padding: 90px 0; background: #fff; }
.salon-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 540px;
  overflow: hidden;
  border-radius: 28px;
  color: #fff;
  background: var(--red);
  box-shadow: var(--shadow);
}
.salon-copy { padding: 56px; }
.salon-kicker {
  display: inline-block;
  margin-bottom: 24px;
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 99px;
  font-size: .76rem;
  font-weight: 850;
}
.salon-copy h2 {
  margin: 0;
  font-family: "DM Sans", sans-serif;
  font-size: clamp(3rem, 5vw, 5.2rem);
  line-height: .9;
  letter-spacing: -.065em;
}
.salon-copy > p { max-width: 530px; margin: 25px 0 30px; color: #ffe0e3; line-height: 1.7; }
.salon-promises { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.salon-promises div { padding: 15px 12px; border-top: 1px solid rgba(255,255,255,.25); }
.salon-promises strong { display: block; margin-bottom: 6px; font-size: .88rem; }
.salon-promises span { display: block; color: #ffcbd0; font-size: .7rem; line-height: 1.4; }
.salon-actions { display: flex; align-items: center; gap: 20px; margin-top: 34px; }
.salon-map { font-size: .82rem; font-weight: 850; }
.salon-photo { position: relative; min-width: 0; overflow: hidden; background: #eee; }
.salon-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(226,31,47,.28), transparent 30%); }
.salon-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.salon-stamp {
  position: absolute;
  z-index: 2;
  right: 28px;
  bottom: 28px;
  width: 168px;
  aspect-ratio: 1;
  display: grid;
  place-content: center;
  padding: 16px;
  border: 7px solid rgba(255,255,255,.3);
  border-radius: 50%;
  color: var(--navy-deep);
  background: #ffcb3c;
  text-align: center;
  transform: rotate(7deg);
  box-shadow: 0 18px 40px rgba(0,0,0,.24);
}
.salon-stamp span, .salon-stamp small { font-size: .7rem; font-weight: 850; text-transform: uppercase; }
.salon-stamp strong { font-size: 1.45rem; line-height: 1.05; }

@media (max-width: 980px) {
  .quick-grid { grid-template-columns: repeat(2, 1fr); }
  .quick-card { border-bottom: 1px solid var(--line); }
  .quick-card:nth-child(even) { border-right: 0; }
  .app-grid { grid-template-columns: 1fr; gap: 45px; }
  .app-visual { max-width: 540px; width: 100%; margin: auto; }
  .salon-card { grid-template-columns: 1fr; }
  .salon-photo { min-height: 410px; }
}

@media (max-width: 640px) {
  .quick-grid { grid-template-columns: 1fr; }
  .app-section { padding: 80px 0; }
  .app-grid { gap: 25px; }
  .app-visual { min-height: 470px; transform: scale(.84); transform-origin: left center; width: 118%; }
  .phone { width: 230px; }
  .phone-front { left: 18px; }
  .phone-back { left: 166px; }
  .app-orbit { width: 390px; height: 390px; left: -55px; }
  .store-links { flex-wrap: nowrap; gap: 6px; }
  .store-links a { flex: 1 1 0; width: auto; min-width: 0; }
  .store-links img { height: auto; display: block; }
  .app-account-delete { margin-top: 20px; padding-top: 17px; }
  .app-account-delete h3 { font-size: .95rem; }
  .app-account-delete p { font-size: .77rem; line-height: 1.55; }
  .salon-section { padding: 55px 0; }
  .salon-card { min-height: auto; }
  .salon-copy { padding: 36px 24px; }
  .salon-promises { grid-template-columns: 1fr; }
  .salon-actions { align-items: stretch; flex-direction: column; }
  .salon-map { text-align: center; }
  .salon-photo { min-height: 300px; }
  .salon-stamp { width: 135px; right: 16px; bottom: 16px; }
}

.whatsapp-mark { fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }

/* Asistente flotante de WhatsApp */
.wa-help-overlay { position: fixed; inset: 0; z-index: 3000; display: none; align-items: center; justify-content: center; padding: 22px; background: rgba(8, 22, 24, .68); }
.wa-help-overlay.open { display: flex; }
.wa-help-modal { width: min(100%, 540px); max-height: calc(100vh - 44px); overflow: auto; border: 1px solid rgba(255,255,255,.3); border-radius: 22px; color: var(--ink); background: #f7f9f8; box-shadow: 0 28px 80px rgba(0,0,0,.3); }
.wa-help-head { position: relative; padding: 27px 64px 22px 25px; border-radius: 21px 21px 0 0; color: #fff; background: linear-gradient(140deg, #075e54, #25d366); }
.wa-help-title { display: flex; align-items: center; gap: 13px; }
.wa-help-title svg { width: 42px; height: 42px; flex: 0 0 auto; }
.wa-help-title h2 { margin: 0; color: #fff; font: 800 1.45rem/1.2 "DM Sans", sans-serif; letter-spacing: -.025em; }
.wa-help-head p { margin: 10px 0 0; color: rgba(255,255,255,.9); font-size: .88rem; }
.wa-help-overlay.client-mode .wa-help-head p { display: none; }
.wa-help-close { position: absolute; top: 16px; right: 16px; width: 35px; height: 35px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; color: #fff; background: rgba(0,0,0,.1); font-size: 1.45rem; cursor: pointer; }
.wa-help-options { display: grid; gap: 10px; padding: 18px; }
.wa-help-options[hidden] { display: none; }
.wa-help-option { width: 100%; display: grid; grid-template-columns: 56px minmax(0,1fr) 20px; align-items: center; gap: 13px; padding: 14px; border: 1px solid #dce3e0; border-radius: 13px; color: var(--ink); background: #fff; text-align: left; cursor: pointer; transition: border-color .18s ease, background .18s ease, transform .18s ease; }
.wa-help-option:hover { border-color: #78c9a0; background: #f0faf4; transform: translateY(-1px); }
.wa-help-option-featured { border-color: #8bd7aa; background: #f2fbf5; }
.wa-help-option-icon { width: 56px; height: 56px; display: grid; place-items: center; border-radius: 13px; color: #087f70; background: #e5f6ee; }
.wa-help-option-icon svg { width: 32px; height: 32px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.wa-help-option strong, .wa-help-option small { display: block; }
.wa-help-option strong { margin-bottom: 4px; font-size: .93rem; }
.wa-help-option small { color: var(--muted); font-size: .78rem; line-height: 1.4; }
.wa-help-option b { color: #8b9994; font-size: 1.55rem; text-align: right; }
.wa-help-client-form { display: none; padding: 20px; }
.wa-help-client-form.open { display: block; }
.wa-help-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.wa-help-fields label { display: grid; gap: 6px; color: #34443f; font-size: .78rem; font-weight: 800; }
.wa-help-fields input { width: 100%; padding: 12px; border: 1px solid #cdd8d4; border-radius: 10px; outline: 0; background: #fff; }
.wa-help-fields input:focus { border-color: #128c7e; box-shadow: 0 0 0 3px rgba(18,140,126,.12); }
.wa-help-note { margin: 15px 0 0; color: var(--muted); font-size: .7rem; line-height: 1.45; }
.wa-help-actions { display: flex; justify-content: space-between; gap: 11px; margin-top: 18px; }
.wa-help-actions button { min-height: 43px; padding: 10px 16px; border-radius: 10px; font-weight: 800; cursor: pointer; }
.wa-help-back { border: 1px solid #cdd8d4; color: #34443f; background: #fff; }
.wa-help-submit { border: 1px solid #1ebe5d; color: #fff; background: #25d366; }
.wa-phone-fill { fill: currentColor; stroke: none; }
.wa-float { border: 0; cursor: pointer; }
@media (max-width: 560px) { .wa-help-overlay { align-items: flex-end; padding: 10px; } .wa-help-modal { max-height: calc(100vh - 20px); border-radius: 20px 20px 10px 10px; } .wa-help-head { padding: 22px 56px 18px 18px; } .wa-help-options { padding: 12px; } .wa-help-option { grid-template-columns: 50px minmax(0,1fr) 18px; padding: 12px 10px; } .wa-help-option-icon { width: 50px; height: 50px; } .wa-help-fields { grid-template-columns: 1fr; } }
/* Historia institucional */
.history { margin-top: 72px; padding-top: 58px; border-top: 1px solid rgba(255,255,255,.12); }
.history-head { display: grid; gap: 10px; }
.history-head .eyebrow { margin: 0; }
.history-head .section-title { max-width: 720px; font-size: clamp(1.8rem, 3.2vw, 2.8rem); }
.history-timeline { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 34px; }
.history-item { position: relative; padding: 26px 26px 27px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(255,255,255,.055); }
.history-item::before { content: ""; position: absolute; top: 0; left: 26px; width: 48px; height: 4px; border-radius: 0 0 4px 4px; background: #63dfb5; }
.history-year { display: block; margin-bottom: 13px; color: #63dfb5; font-family: "DM Sans", sans-serif; font-size: .82rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.history-item p { margin: 0; color: #b9d2dd; font-size: .88rem; line-height: 1.7; }
@media (max-width: 720px) { .history { margin-top: 52px; padding-top: 42px; } .history-head, .history-timeline { grid-template-columns: 1fr; } .history-head { gap: 8px; } }
@media (min-width: 721px) and (max-width: 980px) { .metric-grid { grid-template-columns: repeat(2, 1fr); } }

/* Rediseño moderno de Ofertas de Salón */
.salon-section { padding: 100px 0; background: linear-gradient(180deg, #fff 0%, #f2f6f4 100%); }
.salon-card { position: relative; grid-template-columns: minmax(0, 1.15fr) minmax(340px, .72fr); min-height: auto; overflow: hidden; border: 1px solid #dde7e3; border-radius: 30px; color: var(--ink); background: #fff; box-shadow: 0 28px 70px rgba(7,61,88,.12); }
.salon-card::before { content: ""; position: absolute; left: -110px; bottom: -150px; width: 320px; height: 320px; border-radius: 50%; background: rgba(37,211,102,.06); pointer-events: none; }
.salon-copy { position: relative; z-index: 1; padding: 58px 48px 58px 58px; background: transparent; }
.salon-kicker { margin-bottom: 22px; border-color: #b9ddd1; color: #075e54; background: #eef8f4; }
.salon-copy h2 { color: var(--navy-deep); font-size: clamp(2.8rem, 5vw, 4.8rem); line-height: .95; }
.salon-copy > p { margin: 23px 0 28px; color: var(--muted); }
.salon-promises { display: flex; flex-wrap: wrap; gap: 10px; }
.salon-promises div { flex: 1 1 145px; padding: 15px 16px; border: 0; border-radius: 14px; background: #f4f7f6; }
.salon-promises strong { color: #173d37; }
.salon-promises span { color: #687c76; }
.salon-actions { margin-top: 30px; }
.salon-actions .button-light { color: #fff; background: #075e54; box-shadow: 0 10px 25px rgba(7,94,84,.18); }
.salon-actions .button-light:hover { background: #0b7468; }
.salon-map { color: #075e54; }
.salon-photo { min-width: 0; min-height: 480px; margin: 28px 28px 28px 0; overflow: hidden; display: grid; place-items: center; border-radius: 23px; background: radial-gradient(circle at 80% 15%, rgba(99,223,181,.3), transparent 25%), linear-gradient(145deg, #063f3a, #0b7165); }
.salon-photo::before { content: ""; position: absolute; width: 270px; height: 270px; right: -115px; bottom: -115px; border: 48px solid rgba(255,255,255,.06); border-radius: 50%; }
.salon-photo::after { display: none; }
.salon-preview-label { position: absolute; z-index: 3; top: 22px; left: 22px; display: grid; gap: 2px; color: #fff; }
.salon-preview-label span { color: #9ff0d2; font-size: .68rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.salon-preview-label small { font-size: .86rem; font-weight: 800; }
.salon-sheet { position: relative; z-index: 2; width: min(76%, 350px); padding: 8px; border-radius: 7px; background: #fff; box-shadow: 0 30px 55px rgba(0,0,0,.34); transform: rotate(1.8deg); transition: transform .25s ease, box-shadow .25s ease; }
.salon-sheet:hover { transform: rotate(.4deg) translateY(-5px); box-shadow: 0 36px 65px rgba(0,0,0,.4); }
.salon-sheet img { width: 100%; height: auto; max-height: 380px; display: block; object-fit: contain; }
.salon-stamp { right: 18px; bottom: 18px; width: auto; aspect-ratio: auto; display: flex; align-items: baseline; gap: 5px; padding: 10px 13px; border: 0; border-radius: 12px; transform: rotate(-2deg); }
.salon-stamp span, .salon-stamp small { font-size: .58rem; }
.salon-stamp strong { font-size: .95rem; }
@media (max-width: 980px) { .salon-card { grid-template-columns: 1fr; } .salon-photo { min-height: 430px; margin: 0 28px 28px; } .salon-sheet { width: min(68%, 360px); } }
@media (max-width: 640px) { .salon-section { padding: 60px 0; } .salon-copy { padding: 38px 24px 32px; } .salon-promises { display: grid; grid-template-columns: 1fr; } .salon-photo { min-height: 360px; margin: 0 14px 14px; } .salon-sheet { width: min(72%, 280px); } .salon-preview-label { top: 16px; left: 16px; } .salon-stamp { right: 12px; bottom: 12px; } }
/* Identidad grafito y amarillo para Salón */
.salon-section { overflow: visible; padding: 100px 0 145px; background: linear-gradient(180deg, #fff 0%, #f5f4ef 100%); }
.salon-card { grid-template-columns: minmax(0, 1.12fr) minmax(380px, .88fr); overflow: visible; border-color: #303437; color: #fff; background: #202326; box-shadow: 0 28px 70px rgba(0,0,0,.24); }
.salon-card::before { background: rgba(244,196,0,.08); }
.salon-kicker { border-color: rgba(244,196,0,.48); color: #f4c400; background: rgba(244,196,0,.08); }
.salon-copy h2 { color: #fff; }
.salon-copy > p { color: #d2d2cc; }
.salon-promises div { background: #303030; }
.salon-promises strong { color: #f4c400; }
.salon-promises span { color: #edede8; }
.salon-actions .button-light { color: #202020; background: #f4c400; box-shadow: 0 10px 25px rgba(244,196,0,.18); }
.salon-actions .button-light:hover { color: #171717; background: #ffd51b; }
.salon-map { color: #f4c400; }
.salon-photo { min-height: 470px; margin: 24px 24px 24px 0; overflow: visible; background: radial-gradient(circle at 80% 15%, rgba(255,255,255,.25), transparent 25%), linear-gradient(145deg, #ffd51b, #e7b900); }
.salon-photo::before { border-color: rgba(36,36,36,.08); }
.salon-sheet { width: min(92%, 460px); padding: 0; border-radius: 3px; background: transparent; box-shadow: 0 28px 52px rgba(0,0,0,.38); transform: translateY(42px) rotate(1.2deg); }
.salon-sheet:hover { transform: translateY(36px) rotate(.25deg); box-shadow: 0 34px 62px rgba(0,0,0,.44); }
.salon-sheet img { max-height: 480px; border-radius: 3px; }
.salon-stamp { right: 15px; bottom: 14px; color: #fff; background: #242424; box-shadow: 0 14px 30px rgba(0,0,0,.25); }
.salon-stamp strong { color: #f4c400; }
@media (max-width: 980px) { .salon-section { padding-bottom: 130px; } .salon-card { grid-template-columns: 1fr; } .salon-photo { min-height: 500px; margin: 0 28px 28px; } .salon-sheet { width: min(88%, 500px); } }
@media (max-width: 640px) { .salon-section { padding: 60px 0 105px; } .salon-photo { min-height: 380px; margin: 0 14px 14px; } .salon-sheet { width: min(88%, 340px); transform: translateY(34px) rotate(1deg); } .salon-sheet:hover { transform: translateY(29px) rotate(.2deg); } .salon-sheet img { max-height: 390px; } }
/* Ajuste de proporción para hoja vertical de Salón */
.salon-section { padding-bottom: 100px; }
.salon-card { grid-template-columns: minmax(0, 1.12fr) minmax(470px, .9fr); overflow: hidden; }
.salon-card::before { display: none; }
.salon-photo { min-height: 0; margin: 24px 24px 24px 0; padding: 28px; overflow: hidden; box-sizing: border-box; background: #f4c400; }
.salon-photo::before, .salon-photo::after { display: none; }
.salon-sheet { width: min(100%, 430px); padding: 0; background: transparent; transform: rotate(.7deg); }
.salon-sheet:hover { transform: rotate(0deg) translateY(-4px); }
.salon-sheet img { width: 100%; height: auto; max-height: none; }
@media (max-width: 980px) { .salon-section { padding-bottom: 90px; } .salon-card { grid-template-columns: 1fr; } .salon-photo { min-height: 0; margin: 0 28px 28px; padding: 28px; } .salon-sheet { width: min(100%, 430px); } }
@media (max-width: 640px) { .salon-section { padding-bottom: 60px; } .salon-photo { min-height: 0; margin: 0 14px 14px; padding: 18px; } .salon-sheet { width: min(100%, 340px); transform: rotate(.5deg); } .salon-sheet:hover { transform: translateY(-3px); } .salon-sheet img { max-height: none; } }
/* Acceso de ubicación integrado en Salón */
.salon-kicker { display: inline-flex; align-items: center; gap: 8px; }
.salon-kicker svg { width: 18px; height: 18px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.salon-kicker small { padding-left: 8px; border-left: 1px solid rgba(244,196,0,.3); color: #fff; font-size: .67rem; }
.salon-promises { margin-top: 28px; }


/* Título principal del ecommerce */
.app-heading { position: relative; z-index: 2; margin-bottom: 58px; padding: 22px 28px; border-left: 6px solid #098395; background: linear-gradient(90deg, rgba(9,131,149,.22), rgba(9,131,149,0) 72%); }
.app-heading p { margin: 0 0 9px; color: #66d2dd; font-size: .72rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.app-heading h2 { max-width: 1040px; margin: 0; color: #fff; font-family: "DM Sans", sans-serif; font-size: clamp(2.5rem, 5vw, 5rem); line-height: .95; letter-spacing: -.055em; }
.app-heading h2 span { color: #79dce5; }
@media (max-width: 640px) { .app-heading { margin-bottom: 36px; padding: 18px 18px; border-left-width: 4px; } .app-heading h2 { font-size: clamp(2.15rem, 11vw, 3.2rem); } }

/* Barra fija de canales */
.sticky-shortcuts-slot { position: relative; z-index: 900; height: 70px; }
.sticky-shortcuts { position: absolute; inset: 0; height: 70px; padding: 6px 0; background: #f6f3ed; pointer-events: none; }
.sticky-shortcuts.is-fixed { position: fixed; top: 76px; right: 0; bottom: auto; left: 0; }
.sticky-shortcuts .shell { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; }
.sticky-shortcuts a { min-height: 58px; display: flex; align-items: center; justify-content: center; gap: 11px; border: 1px solid rgba(7,61,88,.16); border-radius: 5px; background: #fff; box-shadow: 0 5px 10px rgba(7,61,88,.12), 0 12px 26px rgba(7,61,88,.14); color: #3c4e59; font-size: .82rem; pointer-events: auto; opacity: 1; transform: translateY(0); transition: transform .34s cubic-bezier(.22,.8,.25,1), opacity .24s ease, color .18s ease, background .18s ease, box-shadow .24s ease; will-change: transform, opacity; }
.sticky-shortcuts a:nth-child(1) { transition-delay: 0ms; }
.sticky-shortcuts a:nth-child(2) { transition-delay: 35ms; }
.sticky-shortcuts a:nth-child(3) { transition-delay: 70ms; }
.sticky-shortcuts a:nth-child(4) { transition-delay: 105ms; }
.sticky-shortcuts a:nth-child(5) { transition-delay: 140ms; }
.sticky-shortcuts a:nth-child(6) { transition-delay: 175ms; }
.sticky-shortcuts.is-hidden a { opacity: 0; transform: translateY(calc(-100% - 12px)); box-shadow: none; pointer-events: none; }
.sticky-shortcuts.is-hidden a:nth-child(1) { transition-delay: 175ms; }
.sticky-shortcuts.is-hidden a:nth-child(2) { transition-delay: 140ms; }
.sticky-shortcuts.is-hidden a:nth-child(3) { transition-delay: 105ms; }
.sticky-shortcuts.is-hidden a:nth-child(4) { transition-delay: 70ms; }
.sticky-shortcuts.is-hidden a:nth-child(5) { transition-delay: 35ms; }
.sticky-shortcuts.is-hidden a:nth-child(6) { transition-delay: 0ms; }
.sticky-shortcuts a:hover { color: #075e54; background: #f4f8f6; box-shadow: 0 7px 14px rgba(7,61,88,.15), 0 15px 30px rgba(7,61,88,.17); }
.sticky-shortcuts svg { width: 25px; height: 25px; flex: 0 0 auto; fill: none; stroke: #098395; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.sticky-shortcuts strong { color: var(--ink); font-weight: 900; }
section[id] { scroll-margin-top: 10px; }
@media (max-width: 980px) { .sticky-shortcuts.is-fixed { top: 68px; } }
@media (max-width: 640px) { .sticky-shortcuts a { min-height: 58px; gap: 7px; padding: 6px; font-size: .68rem; line-height: 1.15; text-align: left; } .sticky-shortcuts svg { width: 22px; height: 22px; } .sticky-shortcuts span { max-width: 82px; } section[id] { scroll-margin-top: 6px; } }
@media (prefers-reduced-motion: reduce) { .sticky-shortcuts a { transition: none; } }

/* Proporciones e identidad de los seis accesos rápidos */
.sticky-shortcuts .shell { grid-template-columns: repeat(4, 2fr) repeat(2, 1fr); }
.sticky-shortcuts a { --shortcut-color: #098395; --shortcut-bg: #e5f4f6; --shortcut-hover: #d8eef1; min-width: 0; border-color: color-mix(in srgb, var(--shortcut-color) 38%, white); background: var(--shortcut-bg); }
.sticky-shortcuts .shortcut-offers { --shortcut-color: #e21f2f; --shortcut-bg: #fbe9eb; --shortcut-hover: #f7dadd; }
.sticky-shortcuts a[href="#app"] { --shortcut-color: #098395; --shortcut-bg: #e5f4f6; --shortcut-hover: #d8eef1; }
.sticky-shortcuts a[href="#salon"] { --shortcut-color: #b18e00; --shortcut-bg: #fff6c9; --shortcut-hover: #ffefaa; }
.sticky-shortcuts a[href="#contacto"] { --shortcut-color: #128c7e; --shortcut-bg: #e3f3f0; --shortcut-hover: #d4ebe7; }
.sticky-shortcuts .shortcut-about { --shortcut-color: #073d58; --shortcut-bg: #e5edf1; --shortcut-hover: #d6e3e9; }
.sticky-shortcuts .shortcut-rrhh { --shortcut-color: #9b315c; --shortcut-bg: #f5e7ed; --shortcut-hover: #ecd6df; }
.sticky-shortcuts .shortcut-small { gap: 7px; padding-inline: 7px; font-size: .74rem; }
.sticky-shortcuts a:hover { color: var(--shortcut-color); background: var(--shortcut-hover); }
.sticky-shortcuts svg { stroke: var(--shortcut-color); }
.sticky-shortcuts .shortcut-small svg { width: 22px; height: 22px; }
@media (max-width: 980px) { .sticky-shortcuts .shell { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 640px) {
  .nav-actions, .menu-toggle { display: none !important; }
  .sticky-shortcuts-slot, .sticky-shortcuts { height: 144px; }
  .sticky-shortcuts .shell { gap: 4px; }
  .sticky-shortcuts > .shell > a, .sticky-shortcuts > .shell > .shortcut-small { height: 42px; min-height: 42px; gap: 4px; padding: 3px; font-size: .59rem; line-height: 1.05; text-align: center; white-space: normal; }
  .sticky-shortcuts svg, .sticky-shortcuts .shortcut-small svg { width: 18px; height: 18px; }
  .sticky-shortcuts > .shell > a span { max-width: 72px; display: inline-block; text-align: center; }
}

/* Buscador principal integrado al encabezado */
.header-search { width: min(100%, 440px); min-width: 220px; flex: 1 1 360px; margin: 0 auto; padding: 4px; gap: 5px; border: 1px solid rgba(7,61,88,.14); border-radius: 10px; box-shadow: 0 3px 12px rgba(7,61,88,.08); }
.header-search input { min-height: 40px; padding: 0 13px; font-size: .86rem; }
.header-search .button { min-height: 40px; padding: 0 17px; border-radius: 7px; gap: 7px; }
.header-search svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
.nav-links { margin-left: 0; flex: 0 0 auto; }
@media (max-width: 980px) {
  .nav { gap: 13px; }
  .header-search { min-width: 150px; max-width: 430px; flex-basis: auto; }
  .header-search .button span { display: none; }
  .header-search .button { width: 40px; padding: 0; justify-content: center; }
  .nav-links.open { grid-template-columns: 1fr auto auto; align-items: center; gap: 8px; }
  .nav-links .header-wa-channel { justify-content: center; }
  .nav-links .header-social-icon { border-bottom: 1px solid; }
}
@media (max-width: 640px) {
  .nav { gap: 8px; }
  .brand { width: 112px; }
  .header-search { display: flex; min-width: 0; padding: 3px; }
  .header-search input { min-width: 0; min-height: 38px; padding: 0 8px; font-size: .72rem; }
  .header-search .button { width: 38px; min-width: 38px; min-height: 38px; }
}
@media (prefers-reduced-motion: reduce) { .back-to-top { transition: none; } }

/* Recursos Humanos */
.rrhh-section { padding: 100px 0 56px; color: #fff; background: linear-gradient(135deg, #54162f 0%, #812247 58%, #9b315c 100%); }
.rrhh-wrap { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(45px, 7vw, 95px); align-items: center; }
.rrhh-copy .eyebrow { color: #ffc1d5; }
.rrhh-copy h2 { max-width: 520px; margin: 10px 0 20px; font-family: "DM Sans", sans-serif; font-size: clamp(2.6rem, 5vw, 4.8rem); line-height: .98; letter-spacing: -.055em; }
.rrhh-copy > p:not(.eyebrow) { max-width: 560px; color: #d5dde0; font-size: 1.05rem; line-height: 1.75; }
.rrhh-note { display: flex; align-items: center; gap: 13px; margin-top: 30px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.14); color: #fff; font-weight: 700; }
.rrhh-note svg { width: 30px; height: 30px; flex: 0 0 auto; fill: none; stroke: #ffc1d5; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.rrhh-form { display: grid; padding: clamp(24px, 4vw, 42px); border: 1px solid rgba(7,61,88,.12); border-radius: 20px; color: var(--ink); background: #fff; box-shadow: 0 25px 65px rgba(0,0,0,.24); }
.rrhh-form label { margin: 0 0 9px; color: var(--navy); font-weight: 800; }
.rrhh-form input[type="file"], .rrhh-form textarea { width: 100%; border: 1px solid #cbd6da; border-radius: 10px; color: #26363d; background: #f7f9f9; font: inherit; outline: 0; transition: border-color .18s ease, box-shadow .18s ease; }
.rrhh-form input[type="file"] { padding: 11px; }
.rrhh-form textarea { min-height: 118px; padding: 13px 14px; resize: vertical; line-height: 1.5; }
.rrhh-form input[type="file"]:focus, .rrhh-form textarea:focus { border-color: #9b315c; box-shadow: 0 0 0 3px rgba(155,49,92,.14); }
.rrhh-form small { margin: 7px 0 22px; color: #6b7b82; }
.rrhh-honeypot { position: absolute; left: -9999px; }
.rrhh-submit { justify-self: start; min-width: 190px; border: 0; color: #fff; background: #8f214d; cursor: pointer; }
.rrhh-submit:hover { background: #aa2d60; }
.rrhh-submit:disabled { opacity: .65; cursor: wait; }
.rrhh-response { display: none; margin-top: 16px; padding: 12px 14px; border-radius: 9px; line-height: 1.45; }
.rrhh-response.is-visible { display: block; }
.rrhh-response.is-success { color: #155f38; background: #e6f7ed; }
.rrhh-response.is-error { color: #8a2630; background: #fdecef; }
@media (max-width: 980px) { .rrhh-wrap { grid-template-columns: 1fr; } .rrhh-copy > p:not(.eyebrow) { max-width: 720px; } }
@media (max-width: 640px) { .rrhh-section { padding: 80px 0 42px; } .rrhh-form { padding: 22px 18px; border-radius: 15px; } .rrhh-submit { width: 100%; justify-content: center; } }
@media (max-width: 640px) { .faq { padding-top: 62px; } }

/* Tarjetas editables de promociones bancarias del Salón */
.bank-promos { grid-column: 1 / -1; padding: 38px; border-top: 1px solid #3c4144; color: #202326; background: #f4c400; }
.bank-promos-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 24px; }
.bank-promos-heading h3 { margin: 3px 0 0; color: #202326; font-family: "DM Sans", sans-serif; font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1; letter-spacing: -.045em; }
.bank-promos-heading > p { max-width: 480px; margin: 0; color: #504715; font-size: .92rem; font-weight: 700; line-height: 1.5; }
.bank-promos-kicker { margin: 0; color: #5a4b00; font-size: .68rem; font-weight: 950; letter-spacing: .13em; text-transform: uppercase; }
.bank-promos-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.bank-promo { --bank-color: #263238; min-width: 0; display: flex; flex-direction: column; padding: 20px; border: 1px solid rgba(32,35,38,.12); border-top: 5px solid var(--bank-color); border-radius: 16px; background: #fff; box-shadow: 0 12px 30px rgba(32,35,38,.13); }
.bank-promo--galicia { --bank-color: #e65b25; } .bank-promo--dni { --bank-color: #168b52; } .bank-promo--credicoop { --bank-color: #19754b; } .bank-promo--naranja { --bank-color: #f36b21; }
.bank-promo-top { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.bank-promo-logo { min-width: 0; color: var(--bank-color); font-size: 1.1rem; font-weight: 950; letter-spacing: -.035em; }
.bank-promo-kind { padding: 5px 8px; border-radius: 999px; color: #667176; background: #f1f3f3; font-size: .58rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.bank-promo-saving { display: grid; margin: 24px 0 7px; } .bank-promo-saving strong { color: #202326; font-family: "DM Sans", sans-serif; font-size: clamp(1.65rem, 2.4vw, 2.35rem); line-height: .95; letter-spacing: -.055em; } .bank-promo-saving span { margin-top: 5px; color: #667176; font-size: .72rem; font-weight: 850; text-transform: uppercase; }
.bank-promo-days { margin: 10px 0 18px; color: var(--bank-color); font-size: .91rem; font-weight: 950; }
.bank-promo-facts { display: grid; gap: 8px; margin: 0; padding: 14px 0; border-top: 1px solid #e5e8e8; border-bottom: 1px solid #e5e8e8; } .bank-promo-facts div { display: grid; grid-template-columns: 62px 1fr; gap: 8px; } .bank-promo-facts dt { color: #7a8589; font-size: .66rem; font-weight: 900; text-transform: uppercase; } .bank-promo-facts dd { margin: 0; color: #30383b; font-size: .73rem; font-weight: 800; line-height: 1.35; }
.bank-promo-note { margin: 14px 0 0; color: #3b4549; font-size: .7rem; font-weight: 750; line-height: 1.45; } .bank-promo-note--secondary { margin-top: 5px; color: #7a8589; font-size: .62rem; font-weight: 650; } .bank-promo [hidden] { display: none; }
.bank-promos-legal { margin: 18px 0 0; color: #5c511a; font-size: .64rem; font-weight: 700; line-height: 1.45; }
@media (max-width: 1100px) { .bank-promos-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 640px) { .bank-promos { padding: 28px 18px; } .bank-promos-heading { display: grid; gap: 12px; } .bank-promos-grid { grid-template-columns: 1fr; } .bank-promo { padding: 19px; } .bank-promo-saving strong { font-size: 2rem; } }

/* Composición gráfica 100% HTML/CSS: no utiliza las piezas promocionales antiguas */
.bank-promo { position: relative; overflow: hidden; isolation: isolate; border: 0; border-top: 0; color: #fff; background: linear-gradient(145deg, color-mix(in srgb, var(--bank-color) 92%, #111), var(--bank-color)); }
.bank-promo::before { content: ""; position: absolute; z-index: -1; width: 220px; height: 220px; right: -95px; top: -105px; border: 35px solid rgba(255,255,255,.1); border-radius: 50%; }
.bank-promo::after { content: ""; position: absolute; z-index: -1; inset: auto -35px -75px auto; width: 170px; height: 170px; border-radius: 50%; background: rgba(255,255,255,.08); }
.bank-promo--galicia { --bank-color: #e85d24; } .bank-promo--dni { --bank-color: #087b46; } .bank-promo--credicoop { --bank-color: #11683f; } .bank-promo--naranja { --bank-color: #ed671e; }
.bank-promo-brand { min-height: 54px; display: flex; align-items: center; gap: 11px; }
.bank-promo-symbol { width: 48px; height: 48px; flex: 0 0 auto; display: grid; place-items: center; border: 2px solid rgba(255,255,255,.75); border-radius: 50%; color: #fff; background: rgba(255,255,255,.12); font-size: .86rem; font-weight: 950; letter-spacing: -.04em; }
.bank-promo-brand div { display: grid; } .bank-promo-brand small { color: rgba(255,255,255,.72); font-size: .58rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; } .bank-promo-brand strong { color: #fff; font-size: 1.2rem; line-height: 1.05; letter-spacing: -.035em; }
.bank-promo-hero { display: grid; margin: 30px 0 4px; } .bank-promo-hero span { color: rgba(255,255,255,.78); font-size: .65rem; font-weight: 950; letter-spacing: .15em; } .bank-promo-hero strong { color: #fff; font-family: "DM Sans", sans-serif; font-size: clamp(3.8rem, 6vw, 5.6rem); line-height: .84; letter-spacing: -.09em; text-shadow: 0 8px 22px rgba(0,0,0,.13); }
.bank-promo .bank-promo-days { align-self: start; margin: 14px 0 22px; padding: 7px 10px; border-radius: 7px; color: #202326; background: #f4c400; font-size: .78rem; }
.bank-promo-details { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; margin-top: auto; }
.bank-promo-details div { min-width: 0; padding: 11px; border: 1px solid rgba(255,255,255,.18); border-radius: 9px; background: rgba(0,0,0,.1); }
.bank-promo-details span { display: block; margin-bottom: 4px; color: rgba(255,255,255,.68); font-size: .56rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; } .bank-promo-details strong { display: block; color: #fff; font-size: .7rem; line-height: 1.35; }
.bank-promo .bank-promo-note { color: rgba(255,255,255,.88); } .bank-promo .bank-promo-note--secondary { color: rgba(255,255,255,.62); }
@media (max-width: 640px) { .bank-promo-hero strong { font-size: 5rem; } }
/* Carrusel horizontal de promociones: deja visible el comienzo de la siguiente tarjeta */
.bank-promos { overflow: hidden; }
.bank-promos-scroll-hint { display: flex; align-items: center; justify-content: flex-end; gap: 9px; margin: -10px 0 13px; color: #574b10; font-size: .67rem; font-weight: 900; letter-spacing: .045em; text-transform: uppercase; }
.bank-promos-scroll-hint b { display: grid; place-items: center; width: 29px; height: 29px; border-radius: 50%; color: #f4c400; background: #202326; font-size: 1rem; animation: bankPromoArrow 1.5s ease-in-out infinite; }
.bank-promos-grid { grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: calc((100% - 52px) / 4.25); gap: 14px; overflow-x: auto; overflow-y: hidden; padding: 2px 34px 22px 2px; scroll-snap-type: x proximity; scrollbar-width: thin; scrollbar-color: #202326 rgba(32,35,38,.16); overscroll-behavior-inline: contain; }
.bank-promos-grid::-webkit-scrollbar { height: 9px; } .bank-promos-grid::-webkit-scrollbar-track { border-radius: 99px; background: rgba(32,35,38,.14); } .bank-promos-grid::-webkit-scrollbar-thumb { border-radius: 99px; background: #202326; }
.bank-promo { scroll-snap-align: start; }
@keyframes bankPromoArrow { 0%,100% { transform: translateX(-2px); } 50% { transform: translateX(3px); } }
@media (max-width: 1100px) { .bank-promos-grid { grid-template-columns: none; grid-auto-columns: calc((100% - 27px) / 2.25); } }
@media (max-width: 640px) { .bank-promos-scroll-hint { justify-content: space-between; margin-top: 0; } .bank-promos-grid { grid-template-columns: none; grid-auto-columns: 86%; gap: 11px; padding-right: 28px; } }
@media (prefers-reduced-motion: reduce) { .bank-promos-scroll-hint b { animation: none; } }
/* Flechas laterales del carrusel de promociones */
.bank-promos { position: relative; overflow: hidden; }
.bank-promos-scroll-hint { display: none; }
.bank-promos-grid { padding: 2px 30px 10px; scrollbar-width: none; -ms-overflow-style: none; }
.bank-promos-grid::-webkit-scrollbar { display: none; width: 0; height: 0; }
.bank-promos-arrow { position: absolute; z-index: 8; top: 57%; width: 46px; height: 46px; display: grid; place-items: center; padding: 0 0 4px; border: 3px solid #f4c400; border-radius: 50%; color: #f4c400; background: #202326; box-shadow: 0 8px 22px rgba(0,0,0,.3); font: 900 2rem/1 Arial, sans-serif; cursor: pointer; transform: translateY(-50%); transition: opacity .2s ease, transform .2s ease, background .2s ease; }
.bank-promos-arrow:hover { color: #202326; background: #f4c400; transform: translateY(-50%) scale(1.08); }
.bank-promos-arrow:disabled, .bank-promos-arrow.is-disabled { opacity: .28; cursor: default; transform: translateY(-50%); }
.bank-promos-arrow--prev { left: 13px; }
.bank-promos-arrow--next { right: 13px; }
@media (max-width: 640px) { .bank-promos-grid { padding: 2px 20px 8px; } .bank-promos-arrow { top: 58%; width: 40px; height: 40px; border-width: 2px; font-size: 1.7rem; } .bank-promos-arrow--prev { left: 5px; } .bank-promos-arrow--next { right: 5px; } }
/* Vigencia destacada sobre el descuento */
.bank-promo-validity { align-self: flex-start; display: grid; gap: 2px; margin: 24px 0 5px; padding: 10px 14px; border-left: 4px solid #f4c400; border-radius: 0 9px 9px 0; background: rgba(0,0,0,.14); }
.bank-promo-validity span { color: rgba(255,255,255,.72); font-size: .62rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.bank-promo-validity strong { color: #fff; font-size: 1rem; line-height: 1.25; }
.bank-promo-validity + .bank-promo-hero { margin-top: 17px; }
.bank-promo-details { grid-template-columns: 1fr; }
@media (max-width: 640px) { .bank-promo-validity { margin-top: 20px; } .bank-promo-validity strong { font-size: 1.05rem; } }
.bank-promos-grid.is-hover-scrolling { scroll-snap-type: none; scroll-behavior: auto; }

/* Día destacado sobre el descuento; vigencia y tope vuelven al pie */
.bank-promo-validity { display: none; }
.bank-promo-days-featured { align-self: flex-start; display: grid; margin: 24px 0 5px; padding: 8px 12px; border: 0; border-radius: 8px; background: #f4c400; box-shadow: 0 7px 18px rgba(0,0,0,.14); }

.bank-promo-days-featured strong { color: #202326; font-size: 1.1rem; font-weight: 950; line-height: 1.15; letter-spacing: -.02em; }
.bank-promo-days-featured + .bank-promo-hero { margin-top: 17px; }
.bank-promo-details { grid-template-columns: 1fr 1fr; }
@media (max-width: 640px) { .bank-promo-days-featured { margin-top: 20px; } .bank-promo-days-featured strong { font-size: 1.16rem; } }
/* Hero alternativo para promociones en cuotas */
.bank-promo-hero2 { display: grid; margin: 17px 0 4px; }
.bank-promo-hero2 strong { color: #fff; font-family: "DM Sans", sans-serif; font-size: clamp(2.75rem, 4.5vw, 4.15rem); line-height: .88; letter-spacing: -.075em; text-shadow: 0 8px 22px rgba(0,0,0,.13); }
.bank-promo-hero2 span { margin-top: 8px; color: #f4c400; font-size: 1.15rem; font-weight: 950; letter-spacing: -.025em; text-transform: uppercase; }
@media (max-width: 640px) { .bank-promo-hero2 strong { font-size: 3.7rem; } .bank-promo-hero2 span { font-size: 1.1rem; } }
/* Identidad visual basada en logos reales de cada entidad */
.bank-promo { --bank-accent: #f4c400; --bank-accent-ink: #202326; }
.bank-promo--galicia { --bank-color: #e6531d; --bank-accent: #fff1df; --bank-accent-ink: #b63a0e; background: linear-gradient(145deg, #f36a27 0%, #d84413 58%, #b8320b 100%); }
.bank-promo--dni { --bank-color: #008d55; --bank-accent: #f5da17; --bank-accent-ink: #064b34; background: linear-gradient(145deg, #079e61 0%, #007d4d 58%, #005e3d 100%); }
.bank-promo--credicoop { --bank-color: #4f544f; --bank-accent: #ffcb05; --bank-accent-ink: #343834; background: linear-gradient(145deg, #555b57 0%, #363b38 62%, #252926 100%); }
.bank-promo--naranja { --bank-color: #50007f; --bank-accent: #f75000; --bank-accent-ink: #fff; background: linear-gradient(145deg, #6b1592 0%, #50007f 58%, #33004f 100%); }
.bank-promo--credicoop::after { width: 210px; height: 210px; right: -75px; bottom: -95px; background: conic-gradient(from 30deg, rgba(0,174,239,.28), rgba(0,166,81,.28), rgba(255,203,5,.28), rgba(245,130,32,.28), rgba(237,28,36,.28), rgba(165,70,134,.28), rgba(0,174,239,.28)); }
.bank-promo--naranja::after { background: #f75000; opacity: .23; }
.bank-promo-brand { min-height: 58px; }
.bank-promo-logo-wrap { min-width: 0; max-width: 150px; height: 50px; display: flex; align-items: center; padding: 8px 11px; border: 1px solid rgba(255,255,255,.72); border-radius: 11px; background: #fff; box-shadow: 0 8px 20px rgba(0,0,0,.13); }
.bank-promo-logo-wrap img { width: 100%; max-width: 132px; max-height: 34px; display: block; object-fit: contain; }
.bank-promo--dni .bank-promo-logo-wrap { max-width: 126px; }
.bank-promo--dni .bank-promo-logo-wrap img { max-width: 108px; max-height: 38px; }
.bank-promo--credicoop .bank-promo-logo-wrap { max-width: 132px; }
.bank-promo--credicoop .bank-promo-logo-wrap img { max-width: 112px; max-height: 38px; }
.bank-promo--naranja .bank-promo-logo-wrap { max-width: 138px; }
.bank-promo-type { margin-left: auto; padding: 5px 8px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; color: rgba(255,255,255,.82); background: rgba(0,0,0,.1); font-size: .55rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.bank-promo-days-featured { background: var(--bank-accent); }
.bank-promo-days-featured strong { color: var(--bank-accent-ink); }
.bank-promo--galicia .bank-promo-details div { border-color: rgba(255,241,223,.28); }
.bank-promo--dni .bank-promo-details div { border-color: rgba(245,218,23,.3); }
.bank-promo--naranja .bank-promo-hero2 span { color: #ff7a39; }
@media (max-width: 640px) { .bank-promo-logo-wrap { height: 48px; } .bank-promo-type { font-size: .52rem; } }
/* Encabezado limpio sin recuadro ni pastilla de tipo */
.bank-promo-brand { min-height: 62px; justify-content: flex-start; }
.bank-promo-logo-wrap { width: auto; min-width: 0; max-width: 185px; height: 58px; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.bank-promo-logo-wrap img { width: auto; max-width: 175px; max-height: 52px; object-fit: contain; object-position: left center; filter: drop-shadow(0 3px 8px rgba(0,0,0,.13)); }
.bank-promo-type { display: none; }
.bank-promo--galicia .bank-promo-logo-wrap { max-width: 180px; }
.bank-promo--galicia .bank-promo-logo-wrap img { max-width: 170px; max-height: 46px; filter: brightness(0) invert(1) drop-shadow(0 3px 7px rgba(0,0,0,.16)); }
.bank-promo--dni .bank-promo-logo-wrap { max-width: 165px; }
.bank-promo--dni .bank-promo-logo-wrap img { max-width: 155px; max-height: 55px; filter: drop-shadow(0 3px 7px rgba(0,0,0,.16)); }
.bank-promo--credicoop .bank-promo-logo-wrap { max-width: 170px; }
.bank-promo--credicoop .bank-promo-logo-wrap img { max-width: 160px; max-height: 58px; filter: drop-shadow(0 3px 8px rgba(0,0,0,.18)); }
.bank-promo--naranja .bank-promo-logo-wrap { max-width: 175px; }
.bank-promo--naranja .bank-promo-logo-wrap img { max-width: 165px; max-height: 50px; filter: drop-shadow(0 0 1px rgba(255,255,255,.9)) drop-shadow(0 3px 8px rgba(0,0,0,.18)); }
@media (max-width: 640px) { .bank-promo-logo-wrap { height: 54px; } .bank-promo-logo-wrap img { max-height: 49px; } }
/* Placa clara selectiva para logos bicolor con bajo contraste */
.bank-promo--galicia .bank-promo-logo-wrap,
.bank-promo--dni .bank-promo-logo-wrap,
.bank-promo--naranja .bank-promo-logo-wrap { width: auto; height: 54px; padding: 8px 13px; border: 0; border-radius: 12px; background: rgba(255,255,255,.94); box-shadow: 0 7px 18px rgba(0,0,0,.12); backdrop-filter: blur(4px); }
.bank-promo--galicia .bank-promo-logo-wrap img { max-width: 158px; max-height: 42px; filter: none; }
.bank-promo--dni .bank-promo-logo-wrap img { max-width: 145px; max-height: 40px; filter: none; }
.bank-promo--naranja .bank-promo-logo-wrap img { max-width: 155px; max-height: 42px; filter: none; }
@media (max-width: 640px) { .bank-promo--galicia .bank-promo-logo-wrap, .bank-promo--dni .bank-promo-logo-wrap, .bank-promo--naranja .bank-promo-logo-wrap { height: 50px; padding: 7px 11px; } }
/* Tope y vigencia en filas horizontales */
.bank-promo-details { grid-template-columns: 1fr; gap: 6px; }
.bank-promo-details div { display: grid; grid-template-columns: 58px minmax(0, 1fr); align-items: center; gap: 10px; min-height: 43px; padding: 9px 11px; }
.bank-promo-details span { margin: 0; }
.bank-promo-details strong { text-align: right; font-size: .72rem; }
@media (max-width: 640px) { .bank-promo-details div { grid-template-columns: 62px minmax(0, 1fr); min-height: 45px; } .bank-promo-details strong { font-size: .75rem; } }
/* Descuento protagonista por cantidad en Salón */
.salon-copy { display: flex; flex-direction: column; }
.salon-volume-discount { position: relative; flex: 1 1 auto; min-height: 150px; display: flex; align-items: center; gap: clamp(18px, 3vw, 34px); margin-top: 24px; padding: 25px 28px; overflow: hidden; border: 1px solid rgba(244,196,0,.38); border-radius: 20px; background: linear-gradient(135deg, #2e3235, #17191b); box-shadow: inset 0 1px rgba(255,255,255,.06), 0 18px 35px rgba(0,0,0,.18); }
.salon-volume-discount::after { content: ""; position: absolute; width: 170px; height: 170px; right: -75px; bottom: -105px; border: 28px solid rgba(244,196,0,.08); border-radius: 50%; }
.salon-volume-percent { position: relative; z-index: 1; min-width: 145px; display: flex; align-items: flex-start; color: #f4c400; font-family: "DM Sans", sans-serif; letter-spacing: -.09em; }
.salon-volume-percent span { margin: 15px 0 0; font-size: 2rem; font-weight: 900; }
.salon-volume-percent strong { font-size: clamp(5rem, 8vw, 7.4rem); line-height: .76; }
.salon-volume-percent b { margin: 5px 0 0 4px; font-size: 2.3rem; line-height: 1; }
.salon-volume-copy { position: relative; z-index: 1; display: grid; }
.salon-volume-copy small { color: #aaa99f; font-size: .65rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.salon-volume-copy strong { margin-top: 5px; color: #fff; font-size: clamp(1.35rem, 2.4vw, 2rem); line-height: 1.05; letter-spacing: -.04em; }
.salon-volume-copy span { margin-top: 8px; color: #d7d6ce; font-size: .77rem; font-weight: 700; }
.salon-copy .salon-promises { margin-top: 16px; }
.salon-copy .salon-actions { margin-top: 18px; }
.salon-copy .salon-actions .button { width: 100%; justify-content: center; text-align: center; }
.salon-promise-pending { border: 1px dashed rgba(244,196,0,.28); }
@media (max-width: 640px) { .salon-volume-discount { min-height: 135px; gap: 15px; padding: 22px 18px; } .salon-volume-percent { min-width: 112px; } .salon-volume-percent strong { font-size: 5rem; } .salon-volume-percent span { margin-top: 11px; font-size: 1.55rem; } .salon-volume-percent b { font-size: 1.8rem; } .salon-volume-copy strong { font-size: 1.25rem; } }
/* Mayor presencia comercial y alineación vertical del contenido de Salón */
.salon-copy .salon-promises div { min-height: 112px; display: flex; flex-direction: column; justify-content: center; padding: 20px 17px; }
.salon-copy .salon-promises strong { font-size: .94rem; }
.salon-copy .salon-promises span { margin-top: 2px; font-size: .72rem; line-height: 1.48; }
.salon-volume-discount { isolation: isolate; padding-right: 138px; background: radial-gradient(circle at 88% 15%, rgba(244,196,0,.13), transparent 28%), linear-gradient(135deg, #34383b, #17191b); }
.salon-volume-art { position: absolute; z-index: 0; width: 190px; height: 145px; right: -16px; bottom: -5px; overflow: visible; fill: none; stroke: #f4c400; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; opacity: .78; transform: rotate(-2deg); }
.salon-volume-art-burst { fill: rgba(244,196,0,.08); stroke: rgba(244,196,0,.22); stroke-width: 2; }
.salon-volume-art-tag { fill: #f4c400; stroke: #f4c400; }
.salon-volume-art circle { fill: #202326; stroke: #202326; }
.salon-volume-art-box { fill: rgba(244,196,0,.035); }
.salon-volume-art-lines { stroke-width: 2; opacity: .65; }
.salon-volume-percent, .salon-volume-copy { z-index: 2; }
@media (max-width: 1180px) { .salon-volume-discount { padding-right: 95px; } .salon-volume-art { width: 150px; right: -35px; opacity: .55; } }
@media (max-width: 640px) { .salon-copy .salon-promises div { min-height: 96px; padding: 18px 16px; } .salon-volume-discount { padding-right: 42px; } .salon-volume-art { width: 125px; right: -48px; opacity: .35; } }
/* Alineación exacta de los dos paneles principales del Salón */
.salon-card { align-items: stretch; }
.salon-copy { align-self: stretch; min-height: 0; margin: 24px 0 24px 24px; padding: 34px 34px 34px 36px; border-radius: 23px 0 0 23px; background: linear-gradient(145deg, #272b2e, #202326); }
.salon-photo { align-self: stretch; margin-top: 24px; margin-bottom: 24px; }
@media (max-width: 980px) { .salon-copy { margin: 28px 28px 0; padding: 42px 38px 34px; border-radius: 23px 23px 0 0; } .salon-photo { margin: 0 28px 28px; border-radius: 0 0 23px 23px; } }
@media (max-width: 640px) { .salon-copy { margin: 14px 14px 0; padding: 32px 20px 26px; border-radius: 17px 17px 0 0; } .salon-photo { margin: 0 14px 14px; border-radius: 0 0 17px 17px; } }
/* Títulos alineados con espacio fijo en las tres tarjetas informativas */
.salon-copy .salon-promises div { justify-content: flex-start; }
.salon-copy .salon-promises strong { min-height: 2.35em; display: flex; align-items: flex-start; margin: 0; line-height: 1.18; }
.salon-copy .salon-promises span { margin-top: 7px; }
/* Cupón comercial amarillo para descuento por cantidad */
.salon-volume-discount { position: relative; isolation: isolate; flex: 1 1 auto; min-height: 165px; display: grid; grid-template-columns: minmax(150px, 1.2fr) 1px minmax(112px, .8fr); align-items: center; gap: clamp(18px, 3vw, 34px); margin-top: 24px; padding: 32px 38px 27px; overflow: hidden; border: 0; border-radius: 20px; color: #202326; background: linear-gradient(135deg, #ffd923 0%, #f4c400 58%, #e3b400 100%); box-shadow: 0 18px 38px rgba(0,0,0,.25); }
.salon-volume-discount::before { content: ""; position: absolute; z-index: -1; width: 230px; height: 230px; left: -95px; bottom: -155px; border: 38px solid rgba(32,35,38,.07); border-radius: 50%; }
.salon-volume-discount::after { content: "5"; position: absolute; z-index: -1; right: -14px; top: -70px; color: rgba(255,255,255,.15); font: 950 13rem/1 "DM Sans", sans-serif; transform: rotate(8deg); }
.salon-coupon-label { position: absolute; top: 15px; left: 21px; padding: 5px 9px; border-radius: 5px; color: #f4c400; background: #202326; font-size: .58rem; font-weight: 950; letter-spacing: .11em; text-transform: uppercase; }
.salon-volume-discount .salon-volume-percent { min-width: 0; display: flex; align-items: flex-start; justify-content: center; color: #202326; }
.salon-volume-discount .salon-volume-percent span { margin-top: 13px; font-size: 2.25rem; }
.salon-volume-discount .salon-volume-percent strong { font-size: clamp(5.7rem, 9vw, 8.2rem); line-height: .72; text-shadow: 0 5px 0 rgba(255,255,255,.2); }
.salon-volume-discount .salon-volume-percent b { margin-top: 4px; font-size: 2.7rem; }
.salon-coupon-divider { align-self: stretch; border-left: 2px dashed rgba(32,35,38,.32); }
.salon-coupon-threshold { position: relative; z-index: 2; display: grid; justify-items: start; align-content: center; }
.salon-coupon-threshold small { color: rgba(32,35,38,.68); font-size: .67rem; font-weight: 950; letter-spacing: .15em; text-transform: uppercase; }
.salon-coupon-threshold strong { margin-top: -4px; font: 950 clamp(3.4rem, 6vw, 5rem)/.92 "DM Sans", sans-serif; letter-spacing: -.08em; }
.salon-coupon-threshold span { margin-top: 2px; padding-top: 5px; border-top: 3px solid #202326; font-size: .8rem; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; }
.salon-coupon-cut { position: absolute; left: calc(58% - 16px); width: 31px; height: 31px; border-radius: 50%; background: #202326; }
.salon-coupon-cut--top { top: -18px; } .salon-coupon-cut--bottom { bottom: -18px; }
.salon-volume-art, .salon-volume-copy { display: none; }
@media (max-width: 1180px) { .salon-volume-discount { grid-template-columns: 1.1fr 1px .9fr; gap: 18px; padding-inline: 25px; } .salon-coupon-cut { left: calc(55% - 15px); } }
@media (max-width: 640px) { .salon-volume-discount { min-height: 145px; grid-template-columns: 1.08fr 1px .92fr; gap: 14px; padding: 31px 17px 23px; } .salon-volume-discount .salon-volume-percent strong { font-size: 5.2rem; } .salon-volume-discount .salon-volume-percent span { font-size: 1.55rem; } .salon-volume-discount .salon-volume-percent b { font-size: 1.9rem; } .salon-coupon-threshold strong { font-size: 3.25rem; } .salon-coupon-cut { left: calc(54% - 14px); width: 27px; height: 27px; } }
/* Versión spotlight del descuento: medalla + contenido comercial */
.salon-volume-discount--spotlight { position: relative; isolation: isolate; flex: 1 1 auto; min-height: 170px; display: grid; grid-template-columns: minmax(155px, .9fr) minmax(180px, 1.15fr); align-items: center; gap: clamp(21px, 3vw, 38px); margin-top: 24px; padding: 28px 34px; overflow: hidden; border: 1px solid rgba(244,196,0,.36); border-radius: 20px; color: #fff; background: radial-gradient(circle at 12% 18%, rgba(244,196,0,.13), transparent 27%), linear-gradient(135deg, #353a3d 0%, #202326 66%, #17191b 100%); box-shadow: inset 0 1px rgba(255,255,255,.06), 0 18px 38px rgba(0,0,0,.24); }
.salon-volume-discount--spotlight::before { content: ""; position: absolute; z-index: -1; width: 230px; height: 230px; right: -130px; top: -125px; border: 36px solid rgba(244,196,0,.11); border-radius: 50%; }
.salon-volume-discount--spotlight::after { content: ""; position: absolute; z-index: -1; width: 150px; height: 12px; right: -25px; bottom: 22px; background: #f4c400; transform: rotate(-12deg); box-shadow: 0 21px 0 rgba(244,196,0,.42), 0 42px 0 rgba(244,196,0,.16); }
.salon-discount-medal { width: 155px; height: 155px; display: grid; place-items: center; border: 8px solid #202326; border-radius: 50%; background: #f4c400; box-shadow: 0 0 0 3px #f4c400, 0 16px 32px rgba(0,0,0,.28); transform: rotate(-4deg); }
.salon-discount-medal .salon-volume-percent { min-width: 0; display: flex; align-items: flex-start; justify-content: center; color: #202326; transform: translateX(-2px); }
.salon-discount-medal .salon-volume-percent span { margin-top: 11px; font-size: 1.7rem; }
.salon-discount-medal .salon-volume-percent strong { font-size: 6rem; line-height: .78; text-shadow: none; }
.salon-discount-medal .salon-volume-percent b { margin-top: 5px; font-size: 2rem; }
.salon-discount-content { position: relative; z-index: 2; display: grid; align-content: center; }
.salon-discount-content > small { color: #f4c400; font-size: .62rem; font-weight: 950; letter-spacing: .13em; text-transform: uppercase; }
.salon-discount-content > strong { margin-top: 5px; color: #fff; font-size: clamp(1.55rem, 2.7vw, 2.25rem); line-height: .98; letter-spacing: -.05em; }
.salon-discount-content > p { margin: 9px 0 0; color: #d8d8d1; font-size: .8rem; font-weight: 720; }
.salon-discount-chip { justify-self: start; margin-top: 13px; padding: 6px 9px; border: 1px solid rgba(244,196,0,.4); border-radius: 6px; color: #f4c400; background: rgba(244,196,0,.07); font-size: .57rem; font-weight: 950; letter-spacing: .1em; text-transform: uppercase; }
.salon-discount-pattern { position: absolute; right: 18px; top: 17px; display: grid; grid-template-columns: repeat(3, 5px); gap: 7px; opacity: .48; }
.salon-discount-pattern i { width: 5px; height: 5px; border-radius: 50%; background: #f4c400; }
.salon-volume-discount--spotlight .salon-coupon-label, .salon-volume-discount--spotlight .salon-coupon-divider, .salon-volume-discount--spotlight .salon-coupon-threshold, .salon-volume-discount--spotlight .salon-coupon-cut { display: none; }
@media (max-width: 1180px) { .salon-volume-discount--spotlight { grid-template-columns: 135px 1fr; gap: 20px; padding-inline: 24px; } .salon-discount-medal { width: 132px; height: 132px; } .salon-discount-medal .salon-volume-percent strong { font-size: 5rem; } }
@media (max-width: 640px) { .salon-volume-discount--spotlight { min-height: 150px; grid-template-columns: 112px 1fr; gap: 15px; padding: 23px 16px; } .salon-discount-medal { width: 108px; height: 108px; border-width: 6px; } .salon-discount-medal .salon-volume-percent strong { font-size: 4.15rem; } .salon-discount-medal .salon-volume-percent span { font-size: 1.25rem; } .salon-discount-medal .salon-volume-percent b { font-size: 1.5rem; } .salon-discount-content > strong { font-size: 1.28rem; } .salon-discount-content > p { font-size: .7rem; } }
.salon-discount-exception { justify-self: start; margin-top: 6px; color: #c9cac4; font-size: .72rem; font-weight: 800; }
/* Hero y Ofertas integrados; las portadas abren el visualizador */
.hero-grid { grid-template-columns: 1fr; }
.hero-grid > div:first-child { max-width: 790px; }
.offers { position: relative; padding: 0 0 100px; background: linear-gradient(180deg, var(--navy-deep) 0, #0a6689 360px, #f4f6f7 361px, #fff 100%); }
.offers-intro { min-height: 390px; display: grid; grid-template-columns: minmax(0, 1fr) 430px; align-items: center; gap: 60px; padding: 45px 0 42px; color: #fff; }
.offers-intro-copy { max-width: 690px; }
.offers-update-meta{display:flex;align-items:stretch;gap:10px;margin-bottom:18px}.offers-update-meta .pill,.offers-update-meta .eyebrow{min-height:40px;display:inline-flex;align-items:center;box-sizing:border-box;margin:0;padding:9px 15px;border-radius:10px}.offers-update-meta .eyebrow{gap:5px;border:1px solid rgba(138,221,235,.32);color:#dffaff;background:rgba(9,131,149,.16);font-size:.72rem;letter-spacing:.055em}.offers-update-meta .eyebrow strong{color:#8addeb;font-weight:900}.offers-update-meta .pill{border-radius:10px}
@media(max-width:560px){.offers-update-meta{display:grid;grid-template-columns:1fr;gap:7px}.offers-update-meta .pill,.offers-update-meta .eyebrow{width:100%;justify-content:flex-start}}

.offers-intro .eyebrow { color: #8addeb; }
.offers-intro .section-title { color: #fff; }
.offers-intro .section-copy { max-width: 610px; color: #d2e5ed; }
.offers-magazine-entry { position: relative; width: 430px; height: 360px; display: block; padding: 0; border: 0; color: inherit; background: transparent; cursor: pointer; }
.offers-magazine-entry .magazine-stack { position: absolute; inset: 2px 6px 20px 12px; display: block; }
.offers-magazine-entry .magazine-card { width: 205px; border-width: 5px; border-radius: 7px; transition: transform .28s ease, box-shadow .28s ease; }
.offers-magazine-entry .magazine-card.back { right: 22px; top: 25px; }
.offers-magazine-entry .magazine-card.front { left: 55px; top: 2px; }
.offers-magazine-entry .week-badge { right: 3px; bottom: 16px; width: 112px; border-width: 4px; font-size: .62rem; }
.offers-magazine-entry .week-badge strong { font-size: 1rem; }
.offers-magazine-entry:hover .magazine-card.front { transform: rotate(-2deg) translateY(-8px); box-shadow: 0 38px 76px rgba(0,0,0,.38); }
.offers-magazine-entry:hover .magazine-card.back { transform: rotate(10deg) translate(5px,-3px); }
.offers-magazine-entry:focus-visible { outline: 3px solid #ffcb3c; outline-offset: 5px; border-radius: 14px; }
.offers-magazine-cta { position: absolute; z-index: 8; right: 22px; bottom: 3px; display: flex; align-items: center; gap: 9px; padding: 10px 13px; border-radius: 9px; color: var(--navy-deep); background: #fff; box-shadow: 0 12px 26px rgba(0,0,0,.22); font-size: .72rem; font-weight: 900; text-transform: uppercase; }
.offers-magazine-cta b { color: var(--red); font-size: 1rem; }
.offers-layout { position: relative; z-index: 2; }
.offer-aside { grid-template-rows: auto; }
@media (max-width: 980px) { .offers-intro { grid-template-columns: 1fr 360px; gap: 25px; } .offers-magazine-entry { width: 360px; transform: scale(.9); transform-origin: right center; } }
@media (max-width: 760px) { .offers { background: linear-gradient(180deg, var(--navy-deep) 0, #0a6689 610px, #f4f6f7 611px, #fff 100%); } .offers-intro { grid-template-columns: 1fr; gap: 12px; padding-top: 55px; } .offers-magazine-entry { width: min(100%, 390px); height: 340px; justify-self: center; transform: none; } .offers-layout { margin-top: 16px; } }
@media (max-width: 480px) { .offers-magazine-entry { height: 310px; transform: scale(.88); transform-origin: center top; margin-bottom: -30px; } }
/* Portadas grandes en lugar del visualizador integrado */
.offers { background: linear-gradient(180deg, var(--navy-deep) 0, #0a6689 245px, #f4f6f7 246px, #fff 100%); }
.offers-intro { min-height: 245px; grid-template-columns: 1fr; padding: 46px 0 40px; }
.offers-intro-copy { max-width: 880px; }
.offers-magazine-entry--large { width: 100%; height: 720px; overflow: hidden; border: 1px solid rgba(7,61,88,.13); border-radius: var(--radius); background: radial-gradient(circle at 78% 18%, rgba(22,142,178,.32), transparent 27%), linear-gradient(145deg, #e7edf0, #f7f9fa); box-shadow: var(--shadow); }
.offers-magazine-entry--large .magazine-stack { inset: 40px 55px 35px; }
.offers-magazine-entry--large .magazine-card { width: min(46%, 365px); border-width: 8px; border-radius: 10px; box-shadow: 0 30px 70px rgba(3,35,50,.28); }
.offers-magazine-entry--large .magazine-card.front { left: 9%; top: 3px; transform: rotate(-5deg); }
.offers-magazine-entry--large .magazine-card.back { right: 8%; top: 42px; transform: rotate(8deg); opacity: .82; }
.offers-magazine-entry--large .week-badge { right: 2%; bottom: 18px; width: 150px; border-width: 6px; font-size: .78rem; }
.offers-magazine-entry--large .week-badge strong { font-size: 1.3rem; }
.offers-magazine-entry--large:hover .magazine-card.front { transform: rotate(-3deg) translateY(-10px); }
.offers-magazine-entry--large:hover .magazine-card.back { transform: rotate(10deg) translate(7px,-4px); }
.offers-magazine-cta { display: none; }
@media (max-width: 980px) { .offers-intro { min-height: 245px; grid-template-columns: 1fr; } .offers-magazine-entry--large { width: 100%; height: 650px; transform: none; } .offers-magazine-entry--large .magazine-card { width: min(45%, 320px); } }
@media (max-width: 760px) { .offers { background: linear-gradient(180deg, var(--navy-deep) 0, #0a6689 315px, #f4f6f7 316px, #fff 100%); } .offers-intro { min-height: 315px; padding: 50px 0 38px; } .offers-magazine-entry--large { height: 540px; margin: 0; transform: none; } .offers-magazine-entry--large .magazine-stack { inset: 34px 18px 25px; } .offers-magazine-entry--large .magazine-card { width: min(58%, 270px); border-width: 6px; } .offers-magazine-entry--large .magazine-card.front { left: 2%; } .offers-magazine-entry--large .magazine-card.back { right: 1%; } .offers-magazine-entry--large .week-badge { width: 112px; right: 1%; bottom: 13px; } }
@media (max-width: 480px) { .offers-magazine-entry--large { height: 440px; margin-bottom: 0; transform: none; } .offers-magazine-entry--large .magazine-card { width: 62%; } }
/* Fondo rojo Masivos continuo y portadas sin encuadre */
.offers, .price-builder { background: var(--red); }
.offers-magazine-entry--large { overflow: visible; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.offers-magazine-entry--large .week-badge { top: 54%; right: 4%; bottom: auto; z-index: 7; }
.offers-layout { align-items: start; }
.price-builder { padding-top: 0; }
@media (max-width: 980px) { .offers, .price-builder { background: var(--red); } .offers-magazine-entry--large .week-badge { top: 52%; right: 2%; } }
@media (max-width: 760px) { .offers, .price-builder { background: var(--red); } .offers-magazine-entry--large { overflow: hidden; border-radius: 0; } .offers-magazine-entry--large .week-badge { top: 57%; right: 0; } }
/* Composición compacta Revista y Lista personalizada sobre rojo Masivos */
.offers { padding-bottom: 22px; background: var(--red); }
.offers-intro { min-height: 0; grid-template-columns: minmax(0, 1fr) 340px; gap: 42px; padding: 42px 0 30px; }
.offers-intro-copy { align-self: center; }
.offers-downloads { align-self: center; padding: 19px 20px; border-color: rgba(255,255,255,.26); box-shadow: 0 18px 38px rgba(112,0,10,.24); }
.offers-downloads h3 { margin-bottom: 5px; font-size: 1.08rem; }
.offers-downloads > p { margin-bottom: 12px; font-size: .78rem; }
.offers-downloads .download-list { grid-template-columns: 1fr; gap: 7px; }
.offers-downloads .download-link { padding: 10px 11px; font-size: .74rem; }
.offers-layout { grid-template-columns: 1fr; }
.offers-magazine-entry--large { overflow: hidden; border: 1px solid rgba(255,255,255,.2); border-radius: 24px; background: radial-gradient(circle at 78% 18%, rgba(255,255,255,.09), transparent 28%), linear-gradient(145deg, rgba(122,0,12,.42), rgba(181,10,25,.36)); box-shadow: inset 0 1px rgba(255,255,255,.07), 0 22px 44px rgba(112,0,10,.24); }
.price-builder { padding: 0 0 72px; background: var(--red); }
.price-builder-card { border: 1px solid rgba(255,255,255,.72); background: #fff; box-shadow: 0 24px 55px rgba(112,0,10,.3); }
@media (max-width: 760px) { .offers-intro { grid-template-columns: 1fr; gap: 22px; padding: 42px 0 26px; } .offers-downloads { width: 100%; } .offers-magazine-entry--large { border-radius: 18px; } .offers { padding-bottom: 16px; } .price-builder { padding-top: 0; } }
/* Corrección de jerarquía visual en Ofertas, Descargas y Lista */
.offers-intro .eyebrow, .offers-intro .section-title { color: #fff; }
.offers-intro .section-copy { color: #fff; opacity: .94; }
.offers-downloads, .offers-downloads h3, .offers-downloads p, .offers-downloads a, .offers-downloads span { color: var(--ink); }
.offers-downloads .download-link { color: var(--navy-deep); background: #fff; border-color: #d8e1e5; }
.offers-downloads .download-link:hover { color: var(--red-dark); border-color: var(--red); background: #fff7f8; }
.offers-magazine-entry--large .magazine-stack { inset: 40px 55px 35px; }
.offers-magazine-entry--large .magazine-card.front { left: 8%; right: auto; top: 5px; transform: rotate(-5deg); }
.offers-magazine-entry--large .magazine-card.back { left: 23%; right: auto; top: 42px; transform: rotate(8deg); opacity: .84; }
.offers-magazine-entry--large .week-badge { left: 39%; right: auto; top: 54%; }
.price-builder { padding: 12px 0 72px; background: var(--red); }
.price-builder-card.shell { width: min(100% - 32px, 1280px); max-width: 1280px; padding: clamp(30px, 4vw, 48px); border: 0; border-radius: 28px; color: var(--ink); background: #fff !important; box-shadow: 0 25px 60px rgba(92,0,8,.34); }
@media (max-width: 980px) { .offers-magazine-entry--large .magazine-card.front { left: 6%; } .offers-magazine-entry--large .magazine-card.back { left: 25%; } .offers-magazine-entry--large .week-badge { left: 43%; right: auto; } }
@media (max-width: 760px) { .offers-magazine-entry--large .magazine-card.front { left: 3%; } .offers-magazine-entry--large .magazine-card.back { left: 28%; } .offers-magazine-entry--large .week-badge { left: auto; right: 3%; top: 57%; } .price-builder-card.shell { width: calc(100% - 20px); padding: 24px 18px; border-radius: 20px; } }
/* Fondo blanco compartido con accesos de descarga */
.offers-magazine-entry--large { border: 1px solid #d8e1e5; background: #fff; box-shadow: 0 20px 44px rgba(92,0,8,.22); }
.offers-magazine-entry--large .magazine-card { box-shadow: 0 28px 58px rgba(18,38,47,.34), 0 7px 16px rgba(18,38,47,.18); }
.offers-magazine-entry--large .magazine-card.back { box-shadow: 0 25px 54px rgba(18,38,47,.28), 0 6px 14px rgba(18,38,47,.16); }
.price-builder { padding: 28px 0 72px; background: #fff; }
.price-builder-card.shell { border: 1px solid #dce4e7; background: #fff !important; box-shadow: 0 22px 52px rgba(7,61,88,.14); }
@media (max-width: 760px) { .offers-magazine-entry--large { background: #fff; } .price-builder { padding-top: 18px; background: #fff; } }
/* Lista blanca sobre continuidad roja de Ofertas */
.price-builder { padding: 22px 0 72px; background: var(--red); }
.price-builder-card.shell { border: 1px solid rgba(255,255,255,.78); color: var(--ink); background: #fff !important; box-shadow: 0 24px 58px rgba(92,0,8,.32); }
@media (max-width: 760px) { .price-builder { padding-top: 16px; background: var(--red); } }
/* Visualizador de revista a doble página */
body.modal-open .sticky-shortcuts-slot { visibility: hidden; opacity: 0; pointer-events: none; }
.lightbox { z-index: 4000; }
.lightbox-stage { position: relative; grid-template-columns: 58px minmax(0, 1fr) 58px; padding: 14px 18px 64px; }
.lightbox-spread { min-width: 0; min-height: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center; justify-content: center; gap: 10px; margin: auto; }
.lightbox-stage .lightbox-spread img { width: 100%; max-width: 520px; max-height: calc(100vh - 145px); object-fit: contain; margin: 0; background: #fff; box-shadow: 0 24px 70px rgba(0,0,0,.52); }
.lightbox-stage .lightbox-spread img:first-child { justify-self: end; }
.lightbox-stage .lightbox-spread img:last-child { justify-self: start; }
.lightbox-download { position: absolute; z-index: 5; right: 24px; bottom: 17px; display: inline-flex; align-items: center; gap: 10px; padding: 11px 15px; border: 1px solid rgba(255,255,255,.24); border-radius: 10px; color: #fff; background: var(--red); box-shadow: 0 10px 25px rgba(0,0,0,.3); font-size: .76rem; font-weight: 900; text-transform: uppercase; }
.lightbox-download:hover { color: #fff; background: var(--red-dark); }
@media (max-width: 760px) { .lightbox-stage { grid-template-columns: 42px minmax(0, 1fr) 42px; padding: 8px 5px 66px; } .lightbox-spread { grid-template-columns: 1fr; gap: 0; } .lightbox-stage .lightbox-spread img { max-height: calc(100vh - 155px); } .lightbox-stage .lightbox-spread img:last-child { display: none; } .lightbox-download { right: 12px; bottom: 13px; } }
/* Ajuste de encuadre de las portadas */
.offers-magazine-entry--large { height: 620px; }
.offers-magazine-entry--large .magazine-stack { transform: translateY(-18px); }
.offers-magazine-entry--large .magazine-card.front { left: 5%; }
.offers-magazine-entry--large .magazine-card.back { left: 20%; }
.offers-magazine-entry--large .week-badge { left: 36%; }
@media (max-width: 980px) and (min-width: 761px) {
  .offers-magazine-entry--large { height: 590px; }
  .offers-magazine-entry--large .magazine-card.front { left: 4%; }
  .offers-magazine-entry--large .magazine-card.back { left: 22%; }
  .offers-magazine-entry--large .week-badge { left: 40%; }
}
/* Canales de venta destacados */
.offers-channel-message { margin-top: 18px; color: #fff; }
.offers-channel-message > p { max-width: 680px; margin: 0 0 16px; color: #fff; font-size: clamp(1.08rem, 1.55vw, 1.32rem); font-weight: 750; line-height: 1.4; }
.offers-channel-list { display: flex; flex-wrap: wrap; gap: 10px; }
.offers-channel-list span { display: inline-flex; align-items: center; gap: 8px; min-height: 46px; padding: 9px 14px 9px 10px; border: 1px solid rgba(255,255,255,.34); border-radius: 12px; color: #fff; background: rgba(122,0,12,.28); box-shadow: inset 0 1px rgba(255,255,255,.12); font-size: .94rem; font-weight: 850; }
.offers-channel-list b { width: 22px; height: 22px; display: inline-grid; place-items: center; border-radius: 50%; color: var(--red-dark); background: #fff; font-size: .78rem; }
.offers-channel-list svg { width: 24px; height: 24px; fill: none; stroke: #fff; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
@media (max-width: 560px) {
  .offers-channel-list { display: grid; grid-template-columns: 1fr; }
  .offers-channel-list span { width: 100%; }
}
/* Posición correcta al ingresar desde el atajo superior */
#ofertas { scroll-margin-top: 76px; }
@media (max-width: 980px) {
  #ofertas { scroll-margin-top: 68px; }
}
@media (max-width: 640px) {
  #ofertas { scroll-margin-top: 68px; }
}

/* Separación natural del encabezado de Ofertas */
.offers-intro { padding-top: 42px; }
@media (max-width: 760px) {
  .offers-intro { padding-top: 42px; }
}
/* Ritmo vertical compacto para las secciones principales */
#app,
#salon,
#nosotros,
#contacto,
#rrhh { scroll-margin-top: 76px; }

.app-section,
.salon-section,
.business,
.contact,
.rrhh-section { padding-top: 64px; }

.faq { padding-top: 60px; }

@media (max-width: 980px) {
  #app,
  #salon,
  #nosotros,
  #contacto,
  #rrhh { scroll-margin-top: 68px; }
}

@media (max-width: 640px) {
  .app-section,
  .salon-section,
  .business,
  .contact,
  .rrhh-section { padding-top: 46px; }

  .faq { padding-top: 46px; }
}
/* Cierre vertical compacto de las secciones principales */
.app-section,
.salon-section,
.business,
.contact { padding-bottom: 64px; }

.rrhh-section { padding-bottom: 48px; }
.faq { padding-bottom: 64px; }

@media (max-width: 640px) {
  .app-section,
  .salon-section,
  .business,
  .contact { padding-bottom: 46px; }

  .rrhh-section { padding-bottom: 40px; }
  .faq { padding-bottom: 46px; }
}
/* Composición comercial de cuatro portadas */
.offers-magazine-entry--large .magazine-sheet {
  width: min(24%, 300px);
  top: auto;
  right: auto;
  opacity: 1;
  transition: transform .32s cubic-bezier(.22,.8,.25,1), box-shadow .32s ease;
}
.offers-magazine-entry--large .magazine-sheet--one { z-index: 2; left: 2%; top: 35px; transform: rotate(-6deg); }
.offers-magazine-entry--large .magazine-sheet--two { z-index: 4; left: 26%; top: 3px; transform: rotate(3deg); }
.offers-magazine-entry--large .magazine-sheet--three { z-index: 3; left: 51%; top: 30px; transform: rotate(-3.5deg); }
.offers-magazine-entry--large .magazine-sheet--four { z-index: 2; left: 75%; top: 5px; transform: rotate(6deg); }
.offers-magazine-entry--large .week-badge { z-index: 8; left: 50%; right: auto; top: auto; bottom: 5px; transform: translateX(-50%) rotate(-2deg); }
.offers-magazine-entry--large:hover .magazine-sheet--one { transform: rotate(-7deg) translateY(-7px); }
.offers-magazine-entry--large:hover .magazine-sheet--two { transform: rotate(2deg) translateY(-11px); }
.offers-magazine-entry--large:hover .magazine-sheet--three { transform: rotate(-2.5deg) translateY(-9px); }
.offers-magazine-entry--large:hover .magazine-sheet--four { transform: rotate(7deg) translateY(-7px); }

@media (max-width: 760px) {
  .offers-magazine-entry--large .magazine-sheet { width: 39%; }
  .offers-magazine-entry--large .magazine-sheet--one { left: -4%; top: 35px; }
  .offers-magazine-entry--large .magazine-sheet--two { left: 19%; top: 5px; }
  .offers-magazine-entry--large .magazine-sheet--three { left: 43%; top: 30px; }
  .offers-magazine-entry--large .magazine-sheet--four { left: 67%; top: 7px; }
  .offers-magazine-entry--large .week-badge { left: 50%; right: auto; top: auto; bottom: 8px; }
}
/* Abanico de cinco hojas con portada protagonista */
.offers-magazine-entry--large .magazine-stack { inset: 20px 24px 18px; transform: none; }
.offers-magazine-entry--large .magazine-sheet { width: min(29%, 350px); }
.offers-magazine-entry--large .magazine-sheet--one { z-index: 1; left: -2%; top: 50%; transform: translateY(-44%) rotate(-8deg); }
.offers-magazine-entry--large .magazine-sheet--two { z-index: 3; left: 14%; top: 50%; width: min(31%, 375px); transform: translateY(-48%) rotate(-4deg); }
.offers-magazine-entry--large .magazine-sheet--three { z-index: 7; left: 50%; top: 50%; width: min(36%, 430px); transform: translate(-50%,-50%) rotate(0deg); }
.offers-magazine-entry--large .magazine-sheet--four { z-index: 3; left: 55%; top: 50%; width: min(31%, 375px); transform: translateY(-48%) rotate(4deg); }
.offers-magazine-entry--large .magazine-sheet--five { z-index: 1; left: 76%; top: 50%; transform: translateY(-44%) rotate(8deg); }
.offers-magazine-entry--large .week-badge { z-index: 10; left: auto; right: 2.5%; top: 68%; bottom: auto; transform: rotate(4deg); }
.offers-magazine-entry--large:hover .magazine-sheet--one { transform: translateY(-46%) rotate(-9deg); }
.offers-magazine-entry--large:hover .magazine-sheet--two { transform: translateY(-50%) rotate(-5deg); }
.offers-magazine-entry--large:hover .magazine-sheet--three { transform: translate(-50%,-52%) rotate(0deg) scale(1.015); }
.offers-magazine-entry--large:hover .magazine-sheet--four { transform: translateY(-50%) rotate(5deg); }
.offers-magazine-entry--large:hover .magazine-sheet--five { transform: translateY(-46%) rotate(9deg); }

@media (max-width: 760px) {
  .offers-magazine-entry--large .magazine-stack { inset: 20px 8px 15px; transform: none; }
  .offers-magazine-entry--large .magazine-sheet { width: 52%; }
  .offers-magazine-entry--large .magazine-sheet--one { left: -27%; top: 50%; }
  .offers-magazine-entry--large .magazine-sheet--two { left: -7%; top: 50%; width: 56%; }
  .offers-magazine-entry--large .magazine-sheet--three { left: 50%; top: 50%; width: 64%; }
  .offers-magazine-entry--large .magazine-sheet--four { left: 53%; top: 50%; width: 56%; }
  .offers-magazine-entry--large .magazine-sheet--five { left: 78%; top: 50%; }
  .offers-magazine-entry--large .week-badge { left: auto; right: 2%; top: 68%; bottom: auto; }
}
/* Zoom del visualizador de revista */
.lightbox-stage { overflow: auto; }
.lightbox-spread {
  --magazine-zoom: 1;
  --magazine-pan-x: 0px;
  --magazine-pan-y: 0px;
  transform: translate(var(--magazine-pan-x), var(--magazine-pan-y)) scale(var(--magazine-zoom));
  transform-origin: center top;
  transition: transform .22s ease;
  cursor: grab;
  touch-action: none;
  user-select: none;
}
.lightbox-spread.is-dragging { cursor: grabbing; transition: none; }
.lightbox-spread img { -webkit-user-drag: none; user-select: none; }
.magazine-zoom-controls { display: inline-flex; align-items: center; overflow: hidden; border: 1px solid rgba(255,255,255,.22); border-radius: 9px; background: rgba(255,255,255,.08); }
.magazine-zoom-controls button { min-width: 38px; height: 36px; padding: 0 10px; border: 0; border-right: 1px solid rgba(255,255,255,.15); color: #fff; background: transparent; cursor: pointer; font-weight: 900; }
.magazine-zoom-controls button:last-child { border-right: 0; }
.magazine-zoom-controls button:hover { background: rgba(255,255,255,.16); }
.magazine-zoom-controls [data-magazine-zoom-reset] { min-width: 64px; font-size: .72rem; }
@media (max-width: 560px) {
  .lightbox-bar { padding-inline: 10px; }
  .lightbox-bar > strong { display: none; }
  .viewer-controls { width: 100%; justify-content: space-between; }
  .lightbox-spread { transform-origin: center top; }
}
/* Hero 30% más compacto */
.hero { min-height: 524px; }
.hero-grid { padding-top: 52px; padding-bottom: 66px; }
@media (max-width: 980px) {
  .hero-grid { padding-top: 46px; padding-bottom: 58px; }
}
@media (max-width: 640px) {
  .hero { min-height: auto; }
  .hero-grid { padding-top: 35px; padding-bottom: 48px; }
}
/* Banner editable feriado: 1/3 de la altura del hero */
.holiday-banner{min-height:175px;display:grid;overflow:hidden;color:#fff;background:linear-gradient(112deg,#b90f25,#e21d38 58%,#f13a4f)}.holiday-banner-inner{position:relative;display:flex;min-height:175px;padding-right:190px}.holiday-days{display:flex;flex:1;min-width:0}.holiday-day{flex:1;min-width:0;display:flex;align-items:center;gap:17px;padding:24px 30px;border-right:1px solid rgba(255,255,255,.28)}.holiday-day:last-child{border:0}.holiday-state-icon{width:55px;height:55px;flex:0 0 55px;display:grid;place-items:center;border-radius:50%}.holiday-state-icon svg{width:35px;fill:none;stroke:currentColor;stroke-width:2.3;stroke-linecap:round;stroke-linejoin:round}.holiday-day--open .holiday-state-icon{color:#173a2c;background:#9df0bd}.holiday-day--closed .holiday-state-icon{color:#72101d;background:#ffd2d7}.holiday-copy{min-width:0}.holiday-name{margin:0 0 4px;color:#ffd7dc;font-size:.68rem;font-weight:900;letter-spacing:.09em;text-transform:uppercase}.holiday-copy h2{margin:0 0 9px;font:800 clamp(1.15rem,1.8vw,1.65rem)/1.05 "DM Sans",sans-serif}.holiday-status{display:flex;align-items:center;flex-wrap:wrap;gap:5px 9px;margin:0;font-size:.82rem}.holiday-status strong{padding:5px 9px;border-radius:99px;color:#123a29;background:#9df0bd;font-size:.7rem;letter-spacing:.06em;text-transform:uppercase}.holiday-closed strong{color:#7a0e1c;background:#ffd2d7}.holiday-status span{font-weight:800}.holiday-app{position:absolute;inset:0 0 0 auto;width:170px;display:flex;flex-direction:column;justify-content:center;padding:23px 25px;color:#202326;background:#f4c400;clip-path:polygon(18% 0,100% 0,100% 100%,0 100%);text-align:right;text-decoration:none}.holiday-app span{font-size:.67rem;font-weight:800;text-transform:uppercase}.holiday-app strong{margin-top:3px;font:800 1.22rem/1.05 "DM Sans",sans-serif}.holiday-app svg{width:25px;margin:10px 0 0 auto;fill:none;stroke:currentColor;stroke-width:2.3;transition:transform .2s}.holiday-app:hover svg{transform:translateX(5px)}
.holiday-banner-inner{padding-right:240px}.holiday-app{width:220px;flex-direction:row;align-items:center;justify-content:center;gap:12px;padding-left:31px}.holiday-app-icon{width:48px;height:48px;flex:0 0 48px;display:grid;place-items:center;border-radius:14px;color:#f4c400;background:#202326;box-shadow:0 7px 15px rgba(0,0,0,.22);transform:rotate(-4deg)}.holiday-app .holiday-app-icon svg{width:29px;margin:0;stroke-width:2}.holiday-app-copy{display:flex;flex-direction:column;align-items:flex-end}.holiday-app-copy small{font-size:.65rem;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.holiday-app-copy strong{margin:2px 0 7px;font-size:1.18rem}.holiday-app-copy b{padding:5px 8px;border-radius:6px;color:#fff;background:#d71935;font-size:.65rem;white-space:nowrap}.holiday-app-copy b span{font-size:.85rem}.holiday-app:hover .holiday-app-icon{transform:rotate(0) scale(1.06)}
.holiday-day:only-child .holiday-hours>span{font-size:1.65rem;font-weight:900;line-height:1}
.holiday-banner-inner{padding-right:300px}.holiday-app{width:280px;gap:17px;padding:20px 22px 20px 38px;color:#fff;background:linear-gradient(145deg,#098395,#07596f);text-align:left}.holiday-app-icon{width:78px;height:78px;flex-basis:78px;border:2px solid rgba(121,220,229,.7);border-radius:24px;color:#79dce5;background:#071a23;box-shadow:0 12px 26px rgba(7,26,35,.35)}.holiday-app .holiday-app-icon svg{width:48px;stroke-width:1.8}.holiday-app-copy{align-items:flex-start}.holiday-app-copy small{color:#9eeaf0;font-size:.67rem;letter-spacing:.08em}.holiday-app-copy strong{margin:5px 0 11px;color:#fff;font-size:1.22rem;line-height:1.05;letter-spacing:-.02em}.holiday-app-copy b{padding:7px 11px;border:1px solid rgba(255,255,255,.22);border-radius:99px;color:#071a23;background:#79dce5;font-size:.7rem;letter-spacing:.035em}.holiday-app:hover .holiday-app-icon{transform:rotate(0) scale(1.08);box-shadow:0 14px 30px rgba(7,26,35,.45)}
.holiday-day:only-child{justify-content:center;gap:30px;padding-inline:clamp(35px,7vw,105px)}.holiday-day:only-child .holiday-state-icon{width:88px;height:88px;flex-basis:88px}.holiday-day:only-child .holiday-state-icon svg{width:55px}.holiday-day:only-child .holiday-name{font-size:.82rem}.holiday-day:only-child .holiday-copy h2{font-size:clamp(2rem,3.4vw,3rem)}.holiday-day:only-child .holiday-status{gap:12px;font-size:1.35rem}.holiday-day:only-child .holiday-status strong{padding:9px 17px;font-size:1rem;box-shadow:0 6px 16px rgba(0,0,0,.16)}
.holiday-day:first-child:nth-last-child(2),.holiday-day:first-child:nth-last-child(2)~.holiday-day{gap:23px;padding-inline:35px}.holiday-day:first-child:nth-last-child(2) .holiday-state-icon,.holiday-day:first-child:nth-last-child(2)~.holiday-day .holiday-state-icon{width:70px;height:70px;flex-basis:70px}.holiday-day:first-child:nth-last-child(2) .holiday-state-icon svg,.holiday-day:first-child:nth-last-child(2)~.holiday-day .holiday-state-icon svg{width:44px}.holiday-day:first-child:nth-last-child(2) .holiday-copy h2,.holiday-day:first-child:nth-last-child(2)~.holiday-day .holiday-copy h2{font-size:clamp(1.55rem,2.4vw,2.15rem)}
@media(max-width:980px){.holiday-banner-inner{padding-right:245px}.holiday-day{gap:11px;padding:21px 15px}.holiday-state-icon{width:44px;height:44px;flex-basis:44px}.holiday-state-icon svg{width:28px}.holiday-app{width:230px;padding:14px 15px 14px 28px}}
@media(max-width:720px){.holiday-banner-inner{display:block;padding:0 0 74px}.holiday-days{display:grid}.holiday-day{min-height:126px;padding:18px 22px;border-right:0;border-bottom:1px solid rgba(255,255,255,.28)}.holiday-day:last-child{border-bottom:0}.holiday-copy h2{font-size:1.25rem}.holiday-app{inset:auto 0 0;width:100%;height:74px;flex-direction:row;align-items:center;justify-content:flex-end;gap:8px;padding:16px 22px;clip-path:polygon(8% 0,100% 0,100% 100%,0 100%)}.holiday-app strong,.holiday-app svg{margin:0}.holiday-app svg{margin-left:5px}}
@media(max-width:720px){.holiday-app{gap:12px;padding:10px 18px}.holiday-app-icon{width:54px;height:54px;flex-basis:54px;border-radius:17px}.holiday-app .holiday-app-icon svg{width:34px}.holiday-app-copy small{font-size:.58rem}.holiday-app-copy strong{margin:2px 0 5px;font-size:1rem}.holiday-app-copy b{padding:4px 8px;font-size:.62rem}}
/* Día del beneficio con identidad de cada entidad */
.bank-promo--galicia { --bank-day-ink: #b63a0e; }
.bank-promo--dni { --bank-day-ink: #006a42; }
.bank-promo--credicoop { --bank-day-ink: #087647; }
.bank-promo--naranja { --bank-day-ink: #6b1592; }
.bank-promo .bank-promo-days-featured {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 12px;
  border: 1px solid rgba(255,255,255,.72);
  color: var(--bank-day-ink);
  background: #fff;
  box-shadow: 0 8px 20px rgba(0,0,0,.16);
  white-space: nowrap;
}
.bank-promo .bank-promo-days-featured strong { color: var(--bank-day-ink); }
/* Carrusel ficticio de productos del Hero */
.hero{display:block;min-height:524px;padding:34px 0 38px}.hero-products{position:relative;z-index:2}.hero-products-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:20px}.hero-products-head p{margin:0 0 4px;color:#79dce5;font-size:.7rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.hero-products-head h1{margin:0;font-size:clamp(1.8rem,3vw,2.8rem);line-height:1;letter-spacing:-.04em}.hero-products-controls{display:flex;gap:8px}.hero-products-controls button{width:43px;height:43px;border:1px solid rgba(255,255,255,.3);border-radius:50%;color:#fff;background:rgba(255,255,255,.1);font-size:1.25rem;cursor:pointer}.hero-products-controls button:hover{color:#071a23;background:#79dce5}.hero-products-track{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 42px)/4.2);gap:14px;overflow-x:auto;padding:2px 4px 15px;scroll-snap-type:x mandatory;scrollbar-width:none}.hero-products-track::-webkit-scrollbar{display:none}.hero-product-card{position:relative;min-height:420px;display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(255,255,255,.16);border-radius:20px;color:#202326;background:#fff;box-shadow:0 18px 35px rgba(0,0,0,.2);scroll-snap-align:start}.hero-product-badge{position:absolute;z-index:2;top:12px;left:12px;padding:6px 9px;border-radius:7px;color:#fff;background:#d71935;font-size:.62rem;font-weight:900;text-transform:uppercase}.hero-product-badge--salon{color:#071a23;background:#79dce5}.hero-product-image{height:215px;flex:0 0 215px;display:grid;place-items:center;padding:18px;background:#fff}.hero-product-image svg{width:96px;height:145px;fill:#fff;stroke:#098395;stroke-width:2.5;filter:drop-shadow(0 9px 8px rgba(7,89,111,.17))}.hero-product-info{flex:1;display:flex;flex-direction:column;padding:17px}.hero-product-info>p{margin:0 0 4px;color:#098395;font-size:.64rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.hero-product-info h2{min-height:42px;margin:0 0 14px;font:800 1rem/1.25 "DM Sans",sans-serif}.hero-product-prices{margin-top:auto;padding-top:12px;border-top:1px solid #e3e8ea}.hero-product-prices span{display:flex;flex-direction:column;color:#687278;font-size:.59rem;font-weight:800;text-transform:uppercase}.hero-product-prices strong{margin-top:2px;color:#202326;font-size:1.25rem}.hero-product-prices--both{display:grid;grid-template-columns:1fr 1fr;gap:9px}.hero-product-prices--both span:last-child{padding-left:9px;border-left:1px solid #dce3e5}.hero-product-prices--both span:last-child strong{color:#078296}@media(max-width:980px){.hero-products-track{grid-auto-columns:calc((100% - 28px)/3.2)}}@media(max-width:720px){.hero{padding:28px 0 30px}.hero-products-controls{display:none}.hero-products-track{grid-auto-columns:78%;gap:11px}.hero-product-card{min-height:405px}.hero-product-image{height:205px;flex-basis:205px}}

/* Hero full-width con navegación lateral */
.hero { display: flex; align-items: center; }
.hero-products { width: 100%; }
@media (min-width: 981px) {
  .hero { min-height: 524px; padding: 24px 0 28px; }
  .hero-products { width: 100%; max-width: none; padding: 0; }
  .hero-products-track { --hero-side-space: clamp(72px, 6vw, 112px); width: auto; margin-right: var(--hero-side-space); margin-left: var(--hero-side-space); grid-auto-columns: calc((100% - 56px) / 5); padding: 4px 0 18px; scroll-behavior: auto; scroll-padding-inline: 0; scroll-snap-type: none; }
}
.hero-products-carousel { position: relative; }
.hero-products-nav { position: absolute; z-index: 5; top: 50%; width: 48px; height: 72px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.38); color: #fff; background: rgba(7,26,35,.78); box-shadow: 0 8px 24px rgba(0,0,0,.24); font-size: 1.45rem; cursor: pointer; opacity: .18; transform: translateY(-50%) scale(.94); transition: opacity .25s ease, transform .25s ease, background-color .25s ease; }
.hero-products-nav--prev { left: 8px; border-radius: 0 14px 14px 0; }
.hero-products-nav--next { right: 8px; border-radius: 14px 0 0 14px; }
.hero-products-carousel:hover .hero-products-nav,
.hero-products-nav:hover,
.hero-products-nav:focus-visible { opacity: .92; transform: translateY(-50%) scale(1); }
.hero-products-nav:hover,
.hero-products-nav:focus-visible { color: #071a23; background: #79dce5; outline: none; }
.hero-products-track { scroll-behavior: smooth; }
.hero-product-card { transition: transform .28s ease, box-shadow .28s ease; }
.hero-product-card:hover { transform: translateY(-3px); box-shadow: 0 22px 42px rgba(0,0,0,.25); }
@media (max-width: 980px) {
  .hero-products-nav { width: 42px; height: 62px; opacity: .72; }
  .hero-products-nav--prev { left: 3px; }
  .hero-products-nav--next { right: 3px; }
}
@media (max-width: 720px) {
  .hero-products-nav { display: grid; width: 38px; height: 56px; opacity: .82; }
}

/* Resultados predictivos móviles anclados al buscador */
@media (max-width: 640px) {
  .header-search .predictive-search,
  .op-search .predictive-search {
    position: absolute;
    top: calc(100% + 4px);
    right: 0;
    left: 0;
    width: auto;
    max-height: min(62vh, 520px);
    overflow-y: auto;
  }
  .offers-channel-list {
    display: grid;
    grid-template-columns: .72fr .82fr 1.46fr;
    gap: 4px;
  }
  .offers-channel-list span {
    width: 100%;
    min-width: 0;
    min-height: 38px;
    justify-content: center;
    gap: 3px;
    padding: 4px 3px;
    border-radius: 8px;
    font-size: .62rem;
    line-height: 1;
    white-space: nowrap;
  }
  .offers-channel-list b {
    width: 15px;
    height: 15px;
    flex: 0 0 15px;
    font-size: .55rem;
  }
  .offers-channel-list svg {
    width: 17px;
    height: 17px;
    flex: 0 0 17px;
  }
}
/* Contenido dinámico de las tarjetas del Hero */
.hero-product-image img { display: block; width: 100%; height: 100%; min-width: 0; min-height: 0; max-width: 100%; max-height: 100%; object-fit: contain; object-position: center; }
.hero-product-image--empty::before { content: "Imagen no disponible"; color: #8a969b; font-size: .7rem; font-weight: 800; text-transform: uppercase; }
.hero-product-badge--descuento { color: #202326; background: #f4c400; }
.hero-product-price-label { min-height: 30px; line-height: 1.25; }
.hero-products-loading { width: calc(100vw - 144px); min-height: 420px; display: grid; place-items: center; color: rgba(255,255,255,.82); font-size: .9rem; font-weight: 800; text-align: center; }
@media (max-width: 720px) {
  .hero-products-loading { width: calc(100vw - 22px); min-height: 405px; }
}
/* Paletas comerciales por tipo de tarjeta */
.hero-product-card { height: 500px; min-height: 500px; }
.hero-product-image { height: 65%; min-height: 0; max-height: 65%; flex: 0 0 65%; overflow: hidden; padding: 12px 16px; }
.hero-product-info { height: 35%; min-height: 0; max-height: 35%; flex: 0 0 35%; overflow: hidden; padding: 15px 17px; }
.hero-product-card--oferta .hero-product-info { color: #fff; background: linear-gradient(145deg, var(--red), var(--red-dark)); }
.hero-product-card--oferta .hero-product-info > p { color: #ffd7dc; }
.hero-product-card--oferta .hero-product-info h2 { color: #fff; }
.hero-product-card--oferta .hero-product-prices { border-top-color: rgba(255,255,255,.28); }
.hero-product-card--oferta .hero-product-prices span { color: rgba(255,255,255,.82); }
.hero-product-card--oferta .hero-product-prices strong { color: #fff; }
.hero-product-card--exclusivo_salon .hero-product-info,
.hero-product-card--descuento_salon .hero-product-info { color: #fff; background: linear-gradient(145deg, #303437, #17191b); }
.hero-product-card--exclusivo_salon .hero-product-info > p,
.hero-product-card--descuento_salon .hero-product-info > p { color: #f4c400; }
.hero-product-card--exclusivo_salon .hero-product-info h2,
.hero-product-card--descuento_salon .hero-product-info h2 { color: #fff; }
.hero-product-card--exclusivo_salon .hero-product-prices,
.hero-product-card--descuento_salon .hero-product-prices { border-top-color: rgba(244,196,0,.42); }
.hero-product-card--exclusivo_salon .hero-product-prices span,
.hero-product-card--descuento_salon .hero-product-prices span { color: rgba(255,255,255,.76); }
.hero-product-card--exclusivo_salon .hero-product-prices strong,
.hero-product-card--descuento_salon .hero-product-prices strong { color: #f4c400; }
.hero-product-card--exclusivo_salon .hero-product-badge,
.hero-product-card--descuento_salon .hero-product-badge { color: #202326; background: #f4c400; }
@media (max-width: 720px) {
  .hero-product-card { height: 460px; min-height: 460px; }
  .hero-product-image { height: 65%; max-height: 65%; flex-basis: 65%; }
}
/* Contenido compacto del cuarto inferior del Hero */
.hero-product-info > p { margin-bottom: 4px; font-size: .78rem; line-height: 1.15; }
.hero-product-info h2 { min-height: 0; margin-bottom: 10px; font-size: 1rem; line-height: 1.2; }
.hero-product-prices { padding-top: 10px; }
.hero-product-price-label { min-height: 0; font-size: .62rem; line-height: 1.2; }
.hero-product-prices strong { width: 100%; margin-top: 5px; font-size: 1.48rem; line-height: 1; letter-spacing: -.025em; text-align: center; }
/* Canales disponibles en tarjetas de Oferta */
.hero-product-channels { display: flex; align-items: center; gap: 5px; margin: auto 0 6px; }
.hero-product-channels span { width: 30px; height: 28px; display: inline-flex; align-items: center; justify-content: center; padding: 4px; border: 1px solid rgba(255,255,255,.72); border-radius: 8px; box-shadow: 0 4px 10px rgba(122,0,12,.18); }
.hero-product-channels span:nth-child(1) { color: #064f69; border-color: #79dce5; background: #79dce5; }
.hero-product-channels span:nth-child(2) { color: #202326; border-color: #f4c400; background: #f4c400; }
.hero-product-channels span:nth-child(3) { color: #fff; border-color: #128c7e; background: #128c7e; }
.hero-product-channels svg { width: 16px; height: 16px; flex: 0 0 16px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.hero-product-channels b { display: none; }
.hero-product-card--oferta .hero-product-info h2 { margin-bottom: 7px; }
.hero-product-card--oferta .hero-product-prices { margin-top: 0; padding-top: 7px; }
/* Badge final Exclusivo Salón */
.hero-product-card--exclusivo_salon .hero-product-badge { color: #f4c400; background: #202326; }

/* El movimiento del Hero lo controla JavaScript */
.hero-products-track { scroll-behavior: auto; }

/* Textos truncados y tooltip del Hero */
.hero-product-info > p { max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.hero-product-info h2 { max-width: 100%; display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; line-clamp: 2; }
.hero-product-info .has-tooltip { cursor: help; }
.hero-product-info .has-tooltip:focus-visible { outline: 2px solid currentColor; outline-offset: 2px; border-radius: 3px; }
.hero-product-tooltip { position: fixed; z-index: 10000; padding: 10px 12px; border: 1px solid rgba(255,255,255,.16); border-radius: 10px; color: #fff; background: #202326; box-shadow: 0 12px 28px rgba(0,0,0,.3); font: 700 .78rem/1.4 Inter,sans-serif; pointer-events: none; opacity: 0; transform: translateY(4px); transition: opacity .18s ease, transform .18s ease; }
.hero-product-tooltip.is-visible { opacity: 1; transform: translateY(0); }
/* Contador de bloques del Hero */
.hero-products-pagination { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 22px; margin: 1px auto 0; }
.hero-products-pagination button { width: 34px; height: 5px; padding: 0; border: 0; border-radius: 99px; background: rgba(255,255,255,.3); box-shadow: none; cursor: pointer; transition: width .3s ease, background-color .3s ease, transform .2s ease; }
.hero-products-pagination button:hover,
.hero-products-pagination button:focus-visible { background: rgba(121,220,229,.72); transform: scaleY(1.5); outline: none; }
.hero-products-pagination button.is-active { width: 54px; background: #79dce5; }
@media (max-width: 980px) { .hero-products-pagination { display: none; } }
.hero-products-spacer { min-width: 0; pointer-events: none; }

/* Chip Salón sin mínimo */
.hero-product-salon-chip { height: 28px; min-height: 28px; display: inline-flex; align-items: center; align-self: flex-start; gap: 4px; margin: auto 0 6px; padding: 4px 7px; border: 1px solid rgba(244,196,0,.72); border-radius: 8px; color: #17191b; background: #f4c400; box-shadow: 0 5px 12px rgba(0,0,0,.2); }
.hero-product-salon-chip svg { width: 16px; height: 16px; flex: 0 0 16px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.hero-product-salon-chip b { font-size: .56rem; font-weight: 950; line-height: 1; white-space: nowrap; }
.hero-product-card--exclusivo_salon .hero-product-prices,
.hero-product-card--descuento_salon .hero-product-prices { margin-top: 0; }
/* Identidad azul para Descuento Salón */
.hero-product-card--descuento_salon { border-color: rgba(121,220,229,.72); box-shadow: 0 18px 38px rgba(3,24,34,.38), 0 0 0 1px rgba(121,220,229,.12); }
.hero-product-card--descuento_salon .hero-product-info { color: #fff; background: linear-gradient(145deg, #0b91a8 0%, #08758e 48%, #064f69 100%); }
.hero-product-card--descuento_salon .hero-product-info > p { color: #bff6fa; }
.hero-product-card--descuento_salon .hero-product-prices { border-top-color: rgba(244,196,0,.62); }
.hero-product-card--descuento_salon .hero-product-prices span { color: rgba(255,255,255,.88); }
.hero-product-card--descuento_salon .hero-product-prices strong { color: #f4c400; text-shadow: 0 2px 8px rgba(0,0,0,.18); }
.hero-product-card--descuento_salon .hero-product-badge { color: #fff; background: #08758e; box-shadow: 0 5px 12px rgba(3,35,47,.28); }
/* Precio promocional de Descuento Salón */
.hero-product-card--descuento_salon .hero-product-price-label { max-width: 190px; line-height: 1.15; }
.hero-product-prices .hero-discount-price-chip { width: 100%; min-height: 36px; display: flex; flex-direction: row; align-items: center; justify-content: center; flex-wrap: wrap; gap: 3px 6px; margin-top: 5px; padding: 5px 7px; border: 2px solid var(--red); border-radius: 7px; color: #202326; background: #ffe147; box-shadow: 0 5px 12px rgba(3,35,47,.24); font-size: .65rem; line-height: 1; letter-spacing: 0; text-align: center; }
.hero-product-prices .hero-discount-price-chip span { display: inline; flex-direction: row; color: #202326; font-size: .59rem; font-weight: 900; white-space: nowrap; }
.hero-product-prices .hero-discount-price-chip span + span::before { content: "·"; margin-right: 6px; color: var(--red); }
.hero-product-prices .hero-discount-price-chip b { color: var(--red-dark); font-size: 1.05rem; font-weight: 950; white-space: nowrap; }
.hero-product-prices .hero-discount-price-chip b::before { content: '·'; margin-right: 6px; color: var(--red); }

/* Condiciones separadas del precio en Descuento Salón */
.hero-discount-price-row { width: 100%; display: grid; grid-template-columns: minmax(72px, auto) minmax(0, 1fr); align-items: center; gap: 6px; margin-top: 5px; }
.hero-product-prices .hero-discount-conditions { min-height: 31px; display: inline-flex; flex-direction: row; align-items: center; justify-content: center; padding: 4px 6px; border: 2px solid var(--red); border-radius: 7px; color: #202326; background: #ffe147; box-shadow: 0 4px 10px rgba(3,35,47,.22); font-size: .54rem; font-weight: 950; line-height: 1.1; text-align: center; text-transform: none; }
.hero-discount-price-row strong { width: 100%; margin-top: 0; font-size: 1.48rem; line-height: 1; text-align: center; }
/* Ajuste final de Descuento Salón */
.hero-product-card--descuento_salon .hero-product-info { padding: 12px 14px; }
.hero-product-card--descuento_salon .hero-product-info h2 { margin-bottom: 6px; }
.hero-product-card--descuento_salon .hero-product-salon-chip { margin-bottom: 4px; }
.hero-product-card--descuento_salon .hero-product-prices { padding-top: 6px; }
.hero-product-card--descuento_salon .hero-product-price-label { max-width: 100%; display: flex; flex-direction: row; align-items: baseline; flex-wrap: wrap; gap: 2px 4px; line-height: 1.15; }
.hero-product-card--descuento_salon .hero-discount-minimum { color: #f4c400; font-style: normal; font-weight: 950; white-space: nowrap; }
.hero-product-card--descuento_salon .hero-discount-price-row { grid-template-columns: auto minmax(0, 1fr); gap: 7px; margin-top: 4px; }
.hero-product-prices .hero-discount-conditions { min-width: 64px; min-height: 32px; padding: 5px 8px; border: 1px solid rgba(244,196,0,.78); border-radius: 7px; color: #f4c400; background: #17191b; box-shadow: 0 5px 12px rgba(0,0,0,.32); font-size: .72rem; font-weight: 950; line-height: 1.05; white-space: nowrap; }
/* Vigencia del listado en el Hero */
.hero-validity { width: fit-content; max-width: calc(100% - 32px); min-height: 34px; display: flex; align-items: center; justify-content: center; gap: 8px; margin: 7px auto 0; padding: 7px 13px; border: 1px solid rgba(121,220,229,.38); border-radius: 99px; color: #dffaff; background: rgba(7,26,35,.42); box-shadow: inset 0 1px rgba(255,255,255,.08); font-size: .7rem; font-weight: 850; text-align: center; }
.hero-validity[hidden] { display: none; }
.hero-validity svg { width: 17px; height: 17px; flex: 0 0 17px; fill: none; stroke: #79dce5; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
@media (max-width: 720px) { .hero-validity { margin-top: 4px; border-radius: 12px; font-size: .65rem; } }
.hero[hidden] { display: none; }

/* Búsqueda predictiva del encabezado */
.header-search{position:relative}.predictive-search{position:absolute;z-index:1200;top:calc(100% + 9px);left:0;right:0;overflow:hidden;border:1px solid #dce5e8;border-radius:15px;background:#fff;box-shadow:0 18px 44px rgba(7,26,35,.22)}.predictive-search[hidden]{display:none}.predictive-search-item{display:grid;grid-template-columns:58px minmax(0,1fr) auto;align-items:center;gap:11px;min-height:68px;padding:8px 12px;border-bottom:1px solid #edf1f2;color:#202326;transition:background-color .16s ease}.predictive-search-item:hover,.predictive-search-item.is-active{background:#edf9fb}.predictive-search-item img{width:52px;height:52px;object-fit:contain;border-radius:8px;background:#fff}.predictive-search-copy{min-width:0;display:grid;gap:2px}.predictive-search-copy small{overflow:hidden;color:#08758e;font-size:.6rem;font-weight:900;letter-spacing:.06em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.predictive-search-copy strong{overflow:hidden;font-size:.76rem;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.predictive-search-price{color:var(--red);font-size:.82rem;font-weight:950;white-space:nowrap}.predictive-search-all{display:flex;align-items:center;justify-content:center;min-height:44px;padding:9px 12px;color:#fff;background:var(--red);font-size:.72rem;font-weight:900;text-align:center}.predictive-search-all:hover,.predictive-search-all.is-active{color:#fff;background:var(--red-dark)}.predictive-search-empty{padding:18px;color:#687278;font-size:.75rem;font-weight:750;text-align:center}@media(max-width:640px){.predictive-search{position:fixed;top:126px;left:9px;right:9px}.predictive-search-item{grid-template-columns:48px minmax(0,1fr)}.predictive-search-item img{width:44px;height:44px}.predictive-search-price{grid-column:2;font-size:.75rem}}
/* SHARED_CATALOG_HEADER_START */
.op-topbar, .op-header, .op-shortcuts { font-family: Inter, Arial, sans-serif; box-sizing: border-box; }
.op-topbar *, .op-header *, .op-shortcuts * { box-sizing: border-box; }
.op-shell { width: min(1180px, calc(100% - 32px)); margin-inline: auto; }
.op-topbar { min-height: 32px; padding: 8px 0; color: #d8e8ef; background: #052d42; font-size: .78rem; font-weight: 700; }
.op-topbar .op-shell { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.op-topbar a { color: inherit; text-decoration: none; }
.op-topbar-links { display: flex; align-items: center; gap: 18px; }
.op-header { position: relative; z-index: 1000; height: 76px; background: #fff; border-bottom: 1px solid #e7e9ee; }
.op-nav { height: 76px; display: flex; align-items: center; gap: 25px; }
.op-brand { width: 168px; flex: 0 0 168px; display: block; }
.op-brand img { display: block; width: 100%; height: auto; max-height: 62px; object-fit: contain; }
.op-search { position: relative; width: min(440px, 100%); height: 44px; display: flex; flex: 1 1 440px; margin: 0; border: 1px solid #d7dbe2; border-radius: 8px; overflow: visible; background: #fff; }
.op-search input { min-width: 0; height: 42px; flex: 1; padding: 0 16px; border: 0 !important; outline: 0; border-radius: 8px 0 0 8px; background: transparent; color: #20242b; font: 600 14px Inter, Arial, sans-serif; box-shadow: none !important; }
.op-search button { height: 42px; min-width: 106px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; margin: 0; padding: 0 17px; border: 0; border-radius: 0 7px 7px 0; color: #fff; background: #d71935; font: 800 13px Inter, Arial, sans-serif; cursor: pointer; }
.op-search button svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; }
.op-socials { display: flex; align-items: center; gap: 8px; margin-left: auto; }
.op-wa { height: 38px; display: inline-flex; align-items: center; gap: 8px; padding: 0 13px; border-radius: 7px; color: #fff !important; background: #25d366; font-size: 11px; font-weight: 800; line-height: 1.1; text-decoration: none !important; }
.op-wa svg, .op-social-icon svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.op-social-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 7px; color: #fff !important; text-decoration: none !important; }
.op-instagram { background: #e1306c; }
.op-facebook { background: #1877f2; }
.op-facebook svg { fill: currentColor; stroke: none; }
.op-shortcuts { position: relative; z-index: 79; height: 50px; border-bottom: 1px solid #e2e5ea; background: #fff; box-shadow: 0 4px 12px rgba(16,24,40,.05); }
.op-shortcuts .op-shell { height: 50px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)) auto auto; align-items: stretch; }
.op-shortcuts a { min-width: 0; display: flex; align-items: center; justify-content: center; gap: 8px; padding: 0 14px; border-right: 1px solid #e4e7ec; color: #343943; font-size: 12px; line-height: 1.05; text-decoration: none; white-space: nowrap; }
.op-shortcuts a:first-child { border-left: 1px solid #e4e7ec; color: #d71935; }
.op-shortcuts svg { width: 20px; height: 20px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.8; }
.op-shortcuts strong { font-weight: 900; }
@media (max-width: 980px) {
  .op-topbar { display: none; }
  .op-header, .op-nav { height: 66px; }
  .op-nav { gap: 12px; }
  .op-brand { width: 132px; flex-basis: 132px; }
  .op-wa span { display: none; }
  .op-wa { width: 38px; padding: 0; justify-content: center; }
  .op-shortcuts { height: 46px; overflow-x: auto; }
  .op-shortcuts .op-shell { width: max-content; min-width: 100%; height: 46px; display: flex; }
  .op-shortcuts a { min-width: 155px; height: 46px; }
}
@media (max-width: 680px) {
  .op-shell { width: min(100% - 20px, 1180px); }
  .op-header, .op-nav { height: auto; min-height: 64px; }
  .op-nav { padding-block: 8px; flex-wrap: wrap; }
  .op-brand { width: 116px; flex-basis: 116px; }
  .op-socials { gap: 5px; }
  .op-social-icon, .op-wa { width: 34px; height: 34px; }
  .op-search { order: 3; flex-basis: 100%; width: 100%; height: 40px; }
  .op-search input, .op-search button { height: 38px; }
  .op-search button { min-width: 48px; padding: 0 13px; }
  .op-search button span { display: none; }
}

.catalog-old-header { position: static !important; height: auto !important; min-height: 0 !important; background: transparent !important; box-shadow: none !important; }
.catalog-old-header > .catalog-contactbar,
.catalog-old-header > .catalog-nav { display: none !important; }
.catalog-old-header.catalog-old-header--empty { display: none !important; }

body.catalog-onepage-ready { padding-top: 0 !important; }

body.catalog-onepage-ready .op-shortcuts { position: sticky; top: 76px; z-index: 900; height: auto; padding: 6px 0; background: #f6f3ed !important; pointer-events: none; box-shadow: none; border: 0; }
.op-shortcuts .op-shell { height: auto; display: grid; grid-template-columns: repeat(4,2fr) repeat(2,1fr); gap: 6px; }
.op-shortcuts a { --shortcut-color:#098395; --shortcut-bg:#e5f4f6; --shortcut-hover:#d8eef1; min-height:58px; gap:11px; padding:0 14px; border:1px solid color-mix(in srgb,var(--shortcut-color) 38%,white); border-radius:5px; background:var(--shortcut-bg); box-shadow:0 5px 10px rgba(7,61,88,.12),0 12px 26px rgba(7,61,88,.14); color:#3c4e59; font-size:.82rem; pointer-events:auto; opacity:1; transform:translateY(0); transition:transform .34s cubic-bezier(.22,.8,.25,1),opacity .24s ease,color .18s ease,background .18s ease,box-shadow .24s ease; }
.op-shortcuts a:nth-child(2){transition-delay:35ms}.op-shortcuts a:nth-child(3){transition-delay:70ms}.op-shortcuts a:nth-child(4){transition-delay:105ms}.op-shortcuts a:nth-child(5){transition-delay:140ms}.op-shortcuts a:nth-child(6){transition-delay:175ms}
.op-shortcuts.is-hidden a{opacity:0;transform:translateY(calc(-100% - 12px));box-shadow:none;pointer-events:none}.op-shortcuts.is-hidden a:nth-child(1){transition-delay:175ms}.op-shortcuts.is-hidden a:nth-child(2){transition-delay:140ms}.op-shortcuts.is-hidden a:nth-child(3){transition-delay:105ms}.op-shortcuts.is-hidden a:nth-child(4){transition-delay:70ms}.op-shortcuts.is-hidden a:nth-child(5){transition-delay:35ms}.op-shortcuts.is-hidden a:nth-child(6){transition-delay:0ms}
.op-shortcuts a:nth-child(1){--shortcut-color:#e21f2f;--shortcut-bg:#fbe9eb;--shortcut-hover:#f7dadd}.op-shortcuts a:nth-child(2){--shortcut-color:#098395}.op-shortcuts a:nth-child(3){--shortcut-color:#b18e00;--shortcut-bg:#fff6c9;--shortcut-hover:#ffefaa}.op-shortcuts a:nth-child(4){--shortcut-color:#128c7e;--shortcut-bg:#e3f3f0;--shortcut-hover:#d4ebe7}.op-shortcuts a:nth-child(5){--shortcut-color:#073d58;--shortcut-bg:#e5edf1;--shortcut-hover:#d6e3e9}.op-shortcuts a:nth-child(6){--shortcut-color:#9b315c;--shortcut-bg:#f5e7ed;--shortcut-hover:#ecd6df}
.op-shortcuts a:hover{color:var(--shortcut-color);background:var(--shortcut-hover)}.op-shortcuts svg{width:25px;height:25px;stroke:var(--shortcut-color)}
.op-shortcuts strong{color:#14212a}
@media(min-width:981px){
  .topbar,.op-topbar{position:sticky;top:0;z-index:1100}
  .site-header,.op-header{position:sticky;top:32px}
  .sticky-shortcuts.is-fixed,body.catalog-onepage-ready .op-shortcuts{top:108px}
  .op-shortcuts.is-hidden a,.sticky-shortcuts.is-hidden a{
    opacity:1;
    transform:translateY(0);
    pointer-events:auto;
    background:var(--shortcut-bg);
    box-shadow:0 5px 10px rgba(7,61,88,.12),0 12px 26px rgba(7,61,88,.14);
  }
}
@media(max-width:980px){.op-shortcuts{top:68px}.op-shortcuts .op-shell{grid-template-columns:repeat(3,1fr)}}
@media(max-width:640px){.op-shortcuts .op-shell{gap:4px}.op-shortcuts a{min-width:0;min-height:52px;gap:5px;padding:5px 3px;font-size:.62rem;line-height:1.1}.op-shortcuts svg{width:19px;height:19px}.op-shortcuts span{max-width:72px}}
.mobile-shortcut-socials { display: none; }
@media(max-width:640px){
  .op-header { position: sticky; top: 0; }
  .op-header, .op-nav { height: 68px; min-height: 68px; }
  .op-nav { padding-block: 0; flex-wrap: nowrap; gap: 8px; }
  .op-brand { width: 112px; flex: 0 0 112px; }
  .op-socials { display: none; }
  .op-search { order: initial; width: auto; min-width: 0; height: 46px; flex: 1 1 auto; margin: 0; padding: 3px; gap: 5px; border: 1px solid rgba(7,61,88,.14); border-radius: 10px; box-shadow: 0 3px 12px rgba(7,61,88,.08); }
  .op-search input { min-width: 0; height: 38px; padding: 0 8px; border-radius: 7px; font-size: .72rem; }
  .op-search button { width: 38px; min-width: 38px; height: 38px; padding: 0; border-radius: 7px; }
  .op-search button span { display: none; }
  .mobile-shortcut-socials { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 4px; }
  .sticky-shortcuts .mobile-shortcut-socials a,
  .op-shortcuts .mobile-shortcut-socials a { min-width: 0; min-height: 36px; display: flex; align-items: center; justify-content: center; overflow: hidden; gap: 5px; padding: 3px 5px; border-radius: 6px; color: #fff; font-size: .58rem; line-height: 1; text-align: center; white-space: normal; }
  .mobile-shortcut-socials svg { width: 17px !important; height: 17px !important; stroke: currentColor !important; }
  .mobile-shortcut-socials strong { color: inherit !important; }
  .mobile-shortcut-whatsapp { grid-column: span 4; border-color: #159b82 !important; background: #25d366 !important; }
  .mobile-shortcut-instagram { border-color: #c13584 !important; background: #e1306c !important; }
  .mobile-shortcut-facebook { border-color: #1877f2 !important; background: #1877f2 !important; }
  .mobile-shortcut-instagram strong, .mobile-shortcut-facebook strong { display: none; }
  .mobile-shortcut-instagram, .mobile-shortcut-facebook { padding-inline: 0 !important; }
  .sticky-shortcuts.is-hidden .mobile-shortcut-socials,
  .op-shortcuts.is-hidden .mobile-shortcut-socials { pointer-events: none; }
  .sticky-shortcuts.is-hidden .mobile-shortcut-socials a:nth-child(1),
  .op-shortcuts.is-hidden .mobile-shortcut-socials a:nth-child(1) { transition-delay: 105ms; }
  .sticky-shortcuts.is-hidden .mobile-shortcut-socials a:nth-child(2),
  .op-shortcuts.is-hidden .mobile-shortcut-socials a:nth-child(2) { transition-delay: 140ms; }
  .sticky-shortcuts.is-hidden .mobile-shortcut-socials a:nth-child(3),
  .op-shortcuts.is-hidden .mobile-shortcut-socials a:nth-child(3) { transition-delay: 175ms; }
  .sticky-shortcuts:not(.is-hidden) .mobile-shortcut-socials a:nth-child(1),
  .op-shortcuts:not(.is-hidden) .mobile-shortcut-socials a:nth-child(1) { transition-delay: 210ms; }
  .sticky-shortcuts:not(.is-hidden) .mobile-shortcut-socials a:nth-child(2),
  .op-shortcuts:not(.is-hidden) .mobile-shortcut-socials a:nth-child(2) { transition-delay: 245ms; }
  .sticky-shortcuts:not(.is-hidden) .mobile-shortcut-socials a:nth-child(3),
  .op-shortcuts:not(.is-hidden) .mobile-shortcut-socials a:nth-child(3) { transition-delay: 280ms; }
  .op-shortcuts .op-shell { width: min(1180px, calc(100vw - 40px)); min-width: 0; grid-template-columns: repeat(3,minmax(0,1fr)); }
  .op-shortcuts > .op-shell > a { height: 42px; min-height: 42px; gap: 4px; padding: 3px; font-size: .59rem; line-height: 1.05; text-align: center; white-space: normal; }
  .op-shortcuts > .op-shell > a svg { width: 18px; height: 18px; }
  .op-shortcuts > .op-shell > a span { max-width: 72px; display: inline-block; text-align: center; }
}
.topbar .shell, .site-header .shell, .sticky-shortcuts .shell, .op-topbar .op-shell, .op-header .op-shell, .op-shortcuts .op-shell { width: min(1180px, calc(100vw - 40px)); margin-left: 0; margin-right: 0; position: relative; left: 50vw; transform: translateX(-50%); }

.wa-float {
  position: fixed;
  z-index: 28;
  right: 22px;
  bottom: 22px;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--green);
  box-shadow: 0 12px 35px rgba(21,137,79,.36);
  font-size: 1.45rem;
  font-weight: 900;
}
.wa-float svg { width: 31px; height: 31px; }
.wa-help-overlay { position: fixed; inset: 0; z-index: 3000; display: none; align-items: center; justify-content: center; padding: 22px; background: rgba(8, 22, 24, .68); }
.wa-help-overlay.open { display: flex; }
.wa-help-modal { width: min(100%, 540px); max-height: calc(100vh - 44px); overflow: auto; border: 1px solid rgba(255,255,255,.3); border-radius: 22px; color: var(--ink); background: #f7f9f8; box-shadow: 0 28px 80px rgba(0,0,0,.3); }
.wa-help-head { position: relative; padding: 27px 64px 22px 25px; border-radius: 21px 21px 0 0; color: #fff; background: linear-gradient(140deg, #075e54, #25d366); }
.wa-help-title { display: flex; align-items: center; gap: 13px; }
.wa-help-title svg { width: 42px; height: 42px; flex: 0 0 auto; }
.wa-help-title h2 { margin: 0; color: #fff; font: 800 1.45rem/1.2 "DM Sans", sans-serif; letter-spacing: -.025em; }
.wa-help-head p { margin: 10px 0 0; color: rgba(255,255,255,.9); font-size: .88rem; }
.wa-help-overlay.client-mode .wa-help-head p { display: none; }
.wa-help-close { position: absolute; top: 16px; right: 16px; width: 35px; height: 35px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; color: #fff; background: rgba(0,0,0,.1); font-size: 1.45rem; cursor: pointer; }
.wa-help-options { display: grid; gap: 10px; padding: 18px; }
.wa-help-options[hidden] { display: none; }
.wa-help-option { width: 100%; display: grid; grid-template-columns: 56px minmax(0,1fr) 20px; align-items: center; gap: 13px; padding: 14px; border: 1px solid #dce3e0; border-radius: 13px; color: var(--ink); background: #fff; text-align: left; cursor: pointer; transition: border-color .18s ease, background .18s ease, transform .18s ease; }
.wa-help-option:hover { border-color: #78c9a0; background: #f0faf4; transform: translateY(-1px); }
.wa-help-option-featured { border-color: #8bd7aa; background: #f2fbf5; }
.wa-help-option-icon { width: 56px; height: 56px; display: grid; place-items: center; border-radius: 13px; color: #087f70; background: #e5f6ee; }
.wa-help-option-icon svg { width: 32px; height: 32px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.wa-help-option strong, .wa-help-option small { display: block; }
.wa-help-option strong { margin-bottom: 4px; font-size: .93rem; }
.wa-help-option small { color: var(--muted); font-size: .78rem; line-height: 1.4; }
.wa-help-option b { color: #8b9994; font-size: 1.55rem; text-align: right; }
.wa-help-client-form { display: none; padding: 20px; }
.wa-help-client-form.open { display: block; }
.wa-help-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.wa-help-fields label { display: grid; gap: 6px; color: #34443f; font-size: .78rem; font-weight: 800; }
.wa-help-fields input { width: 100%; padding: 12px; border: 1px solid #cdd8d4; border-radius: 10px; outline: 0; background: #fff; }
.wa-help-fields input:focus { border-color: #128c7e; box-shadow: 0 0 0 3px rgba(18,140,126,.12); }
.wa-help-note { margin: 15px 0 0; color: var(--muted); font-size: .7rem; line-height: 1.45; }
.wa-help-actions { display: flex; justify-content: space-between; gap: 11px; margin-top: 18px; }
.wa-help-actions button { min-height: 43px; padding: 10px 16px; border-radius: 10px; font-weight: 800; cursor: pointer; }
.wa-help-back { border: 1px solid #cdd8d4; color: #34443f; background: #fff; }
.wa-help-submit { border: 1px solid #1ebe5d; color: #fff; background: #25d366; }
.wa-phone-fill { fill: currentColor; stroke: none; }
.wa-float { border: 0; cursor: pointer; }
@media (max-width: 560px) { .wa-help-overlay { align-items: flex-end; padding: 10px; } .wa-help-modal { max-height: calc(100vh - 20px); border-radius: 20px 20px 10px 10px; } .wa-help-head { padding: 22px 56px 18px 18px; } .wa-help-options { padding: 12px; } .wa-help-option { grid-template-columns: 50px minmax(0,1fr) 18px; padding: 12px 10px; } .wa-help-option-icon { width: 50px; height: 50px; } .wa-help-fields { grid-template-columns: 1fr; } }

/* SHARED_WHATSAPP_COMPONENT */
.catalog-onepage-ready { --green:#1fa564; --ink:#14212a; --muted:#60717b; }
.whatsapp-mark { fill:none; stroke:currentColor; stroke-width:1.65; stroke-linecap:round; stroke-linejoin:round; }
.catalog-onepage-ready .scroll-top { bottom:92px; }

.wa-help-overlay { display:none; align-items:initial; justify-content:initial; padding:0; background:transparent; pointer-events:none; }
.wa-help-overlay.open { display:block; }
.wa-help-modal { position:absolute; right:22px; bottom:92px; pointer-events:auto; width:min(430px,calc(100vw - 32px)); max-height:calc(100vh - 116px); border-radius:18px; box-shadow:0 20px 60px rgba(4,35,51,.28); transform-origin:calc(100% - 28px) 100%; animation:waPopoverIn .22s cubic-bezier(.2,.8,.25,1); }
.wa-help-modal::after { content:""; position:absolute; right:20px; bottom:-9px; width:18px; height:18px; background:#f7f9f8; transform:rotate(45deg); box-shadow:5px 5px 12px rgba(4,35,51,.08); }
.wa-help-modal > * { position:relative; z-index:1; }
.wa-float { z-index:3002; }
@keyframes waPopoverIn { from { opacity:0; transform:translateY(12px) scale(.96); } to { opacity:1; transform:translateY(0) scale(1); } }
@media(max-width:560px){.wa-help-overlay{padding:0}.wa-help-modal{right:10px;bottom:82px;width:calc(100vw - 20px);max-height:calc(100vh - 100px);border-radius:18px}.wa-help-modal::after{right:27px}}
.catalog-onepage-ready .back-to-top { position:fixed; z-index:28; right:22px; bottom:92px; width:58px; height:58px; display:grid; place-items:center; padding:0; border:1px solid rgba(7,61,88,.16); border-radius:50%; color:#fff; background:#073d58; box-shadow:0 12px 35px rgba(7,61,88,.28); cursor:pointer; opacity:0; visibility:hidden; transform:translateY(12px); transition:opacity .24s ease,visibility .24s ease,transform .3s ease,background .18s ease; }
.catalog-onepage-ready .back-to-top.is-visible { opacity:1; visibility:visible; transform:translateY(0); }
.catalog-onepage-ready .back-to-top:hover { background:#098395; transform:translateY(-2px); }
.catalog-onepage-ready .back-to-top svg { width:29px; height:29px; fill:none; stroke:currentColor; stroke-width:2.2; stroke-linecap:round; stroke-linejoin:round; }
.wa-float:focus-visible,.wa-help-modal button:focus-visible,.wa-help-modal input:focus-visible,.back-to-top:focus-visible { outline:3px solid #ffd84d; outline-offset:3px; }
/* SHARED_PREDICTIVE_CATALOG */
.op-search{position:relative}.predictive-search{position:absolute;z-index:1200;top:calc(100% + 9px);left:0;right:0;overflow:hidden;border:1px solid #dce5e8;border-radius:15px;background:#fff;box-shadow:0 18px 44px rgba(7,26,35,.22)}.predictive-search[hidden]{display:none}.predictive-search-item{display:grid;grid-template-columns:58px minmax(0,1fr) auto;align-items:center;gap:11px;min-height:68px;padding:8px 12px;border-bottom:1px solid #edf1f2;color:#202326;transition:background-color .16s ease}.predictive-search-item:hover,.predictive-search-item.is-active{background:#edf9fb}.predictive-search-item img{width:52px;height:52px;object-fit:contain;border-radius:8px;background:#fff}.predictive-search-copy{min-width:0;display:grid;gap:2px}.predictive-search-copy small{overflow:hidden;color:#08758e;font-size:.6rem;font-weight:900;letter-spacing:.06em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.predictive-search-copy strong{overflow:hidden;font-size:.76rem;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.predictive-search-price{color:#e21f2f;font-size:.82rem;font-weight:950;white-space:nowrap}.predictive-search-all{display:flex;align-items:center;justify-content:center;min-height:44px;padding:9px 12px;color:#fff;background:#e21f2f;font-size:.72rem;font-weight:900;text-align:center}.predictive-search-all:hover,.predictive-search-all.is-active{color:#fff;background:#be1421}.predictive-search-empty{padding:18px;color:#687278;font-size:.75rem;font-weight:750;text-align:center}@media(max-width:640px){.predictive-search{position:fixed;top:126px;left:9px;right:9px}.predictive-search-item{grid-template-columns:48px minmax(0,1fr)}.predictive-search-item img{width:44px;height:44px}.predictive-search-price{grid-column:2;font-size:.75rem}}
body.catalog-onepage-ready { background:#fff !important; }
.hero-product-card:focus-visible { outline:4px solid #ffd84d; outline-offset:3px; }
.predictive-search-departments{display:flex;align-items:flex-start;gap:8px;padding:10px 12px;border-bottom:1px solid #e5ecee;background:#f7fafb}.predictive-search-departments>span{flex:0 0 auto;padding-top:3px;color:#687278;font-size:.68rem;font-weight:800}.predictive-search-department-list{display:flex;min-width:0;flex-wrap:wrap;column-gap:14px;row-gap:3px}.predictive-search-department{position:relative;padding:3px 0;color:#08758e;font-size:.7rem;font-weight:900;line-height:1.2;text-decoration:none}.predictive-search-department:not(:last-child)::after{content:"·";position:absolute;left:calc(100% + 6px);color:#9aabad}.predictive-search-department:hover,.predictive-search-department.is-active{color:#d71935;text-decoration:underline;text-underline-offset:2px}
.freshness-notice{position:fixed;z-index:99990;right:18px;bottom:18px;width:min(440px,calc(100vw - 28px));display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:11px;padding:13px 14px;border:1px solid #f0c8cd;border-radius:13px;background:#fff;box-shadow:0 16px 42px rgba(7,26,35,.24);font-family:Inter,Arial,sans-serif;color:#202326}.freshness-notice[hidden]{display:none}.freshness-notice-dot{width:11px;height:11px;border-radius:50%;background:#d71935;box-shadow:0 0 0 5px #fbe8eb}.freshness-notice-copy{min-width:0;display:grid;gap:2px}.freshness-notice-copy strong{font-size:.78rem;font-weight:950}.freshness-notice-copy small{color:#687278;font-size:.66rem;font-weight:700;line-height:1.35}.freshness-notice button{min-height:34px;padding:7px 10px;border:0;border-radius:8px;background:#d71935;color:#fff;font-size:.68rem;font-weight:900;cursor:pointer}.freshness-notice.is-success{border-color:#bfe2d7}.freshness-notice.is-success .freshness-notice-dot{background:#128c7e;box-shadow:0 0 0 5px #e3f3f0}@media(max-width:640px){.freshness-notice{right:14px;bottom:14px;grid-template-columns:auto minmax(0,1fr)}.freshness-notice button{grid-column:2;justify-self:start}}
.predictive-search-recents{padding:12px;background:#fff}.predictive-search-recents-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 2px 9px;border-bottom:1px solid #edf1f2}.predictive-search-recents-head strong{color:#202326;font-size:.72rem;font-weight:950}.predictive-search-recents-head button{padding:3px 0;border:0;background:transparent;color:#d71935;font-size:.65rem;font-weight:900;cursor:pointer}.predictive-search-recents-list{display:flex;flex-wrap:wrap;gap:6px 14px;padding-top:9px}.predictive-search-recent{position:relative;padding:3px 0;color:#08758e;font-size:.7rem;font-weight:850;text-decoration:none}.predictive-search-recent:not(:last-child)::after{content:"·";position:absolute;left:calc(100% + 6px);color:#9aabad}.predictive-search-recent:hover,.predictive-search-recent.is-active{color:#d71935;text-decoration:underline;text-underline-offset:2px}
@media (max-width: 640px) {
  .op-search .predictive-search {
    position: absolute;
    top: calc(100% + 4px);
    right: 0;
    left: 0;
    width: auto;
    max-height: min(62vh, 520px);
    overflow-y: auto;
  }
}
.mobile-shortcuts-toggle {
  display: none;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgba(7,61,88,.18);
  border-radius: 9px;
  color: #073d58;
  background: #f6f3ed;
  box-shadow: 0 4px 12px rgba(7,61,88,.1);
  cursor: pointer;
}
.mobile-shortcuts-toggle svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; }
.mobile-shortcuts-toggle[aria-expanded="true"] { color: #fff; background: #073d58; }
@media (max-width: 640px) {
  .mobile-shortcuts-toggle { display: inline-flex; }
  .sticky-shortcuts-slot { height: 0 !important; }
  .sticky-shortcuts,
  body.catalog-onepage-ready .op-shortcuts {
    display: none;
    position: fixed !important;
    top: 68px !important;
    right: 0;
    bottom: auto;
    left: 0;
    z-index: 990;
    width: 100%;
    height: auto !important;
    max-height: calc(100vh - 68px);
    overflow-x: hidden;
    overflow-y: auto;
    padding: 6px 0;
    border: 0;
    background: #f6f3ed !important;
    box-shadow: 0 14px 30px rgba(7,61,88,.18);
    pointer-events: auto;
  }
  .sticky-shortcuts.is-menu-open,
  body.catalog-onepage-ready .op-shortcuts.is-menu-open { display: block; }
  .sticky-shortcuts.is-hidden a,
  .op-shortcuts.is-hidden a,
  .sticky-shortcuts a,
  .op-shortcuts a {
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }
}
@media (max-width: 640px) {
  .header-search .predictive-search,
  .op-search .predictive-search {
    position: fixed;
    top: 68px;
    right: 10px;
    left: 10px;
    width: auto;
    max-height: calc(100vh - 78px);
  }
}
@media (max-width: 640px) {
  body.predictive-search-open { overflow: hidden !important; }
  .header-search .predictive-search,
  .op-search .predictive-search {
    position: fixed;
    top: 68px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1200;
    width: 100vw;
    height: calc(100dvh - 68px);
    max-height: none;
    overflow-x: hidden;
    overflow-y: auto;
    border: 0;
    border-top: 1px solid #dce5e8;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
    overscroll-behavior: contain;
  }
  .predictive-search-mobile-head {
    position: sticky;
    top: 0;
    z-index: 3;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 14px;
    border-bottom: 1px solid #e5ecee;
    background: #fff;
  }
  .predictive-search-mobile-head strong { min-width: 0; overflow: hidden; color: #202326; font-size: .8rem; text-overflow: ellipsis; white-space: nowrap; }
  .predictive-search-mobile-head strong span { color: #08758e; }
  .predictive-search-mobile-head button { width: 38px; height: 38px; flex: 0 0 38px; display: grid; place-items: center; padding: 0; border: 1px solid #d8e2e5; border-radius: 9px; color: #073d58; background: #f7fafb; }
  .predictive-search-mobile-head button svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
  .predictive-search-departments { display: block; padding: 12px 12px 8px; background: #f7fafb; }
  .predictive-search-departments > span { display: block; padding: 0 2px 8px; color: #687278; font-size: .66rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
  .predictive-search-department-list { display: grid; gap: 7px; }
  .predictive-search-department {
    min-height: 56px;
    display: grid;
    grid-template-columns: 38px minmax(0,1fr) 18px;
    align-items: center;
    gap: 10px;
    padding: 7px 11px;
    border: 1px solid #cfe5e9;
    border-radius: 11px;
    color: #202326;
    background: #edf9fb;
    text-decoration: none;
  }
  .predictive-search-department::after { display: none; }
  .predictive-search-department svg { width: 38px; height: 38px; padding: 8px; border-radius: 50%; fill: none; stroke: #08758e; stroke-width: 2; background: #d8eef1; }
  .predictive-search-department span { min-width: 0; display: grid; gap: 2px; }
  .predictive-search-department small { color: #687278; font-size: .61rem; font-weight: 750; }
  .predictive-search-department strong { overflow: hidden; color: #073d58; font-size: .78rem; font-weight: 950; text-overflow: ellipsis; white-space: nowrap; }
  .predictive-search-department b { color: #08758e; font-size: 1.25rem; }
  .predictive-search-item {
    min-height: 82px;
    grid-template-columns: 62px minmax(0,1fr);
    gap: 12px;
    padding: 9px 14px;
    border-bottom: 1px solid #edf1f2;
    background: #fff;
  }
  .predictive-search-item img { width: 62px; height: 62px; border: 1px solid #eef1f2; border-radius: 10px; }
  .predictive-search-copy small { font-size: .62rem; }
  .predictive-search-copy strong { font-size: .79rem; white-space: normal; }
  .predictive-search-price { grid-column: 2; margin-top: -5px; color: #d71935; font-size: .83rem; }
  .predictive-search-all { position: sticky; bottom: 0; min-height: 52px; padding: 12px 16px; font-size: .76rem; box-shadow: 0 -8px 20px rgba(7,26,35,.1); }
  .predictive-search-empty { min-height: 180px; display: grid; place-items: center; padding: 32px 20px; font-size: .8rem; }
}
@media (max-width: 640px) {
  .header-search .predictive-search,
  .op-search .predictive-search {
    right: auto;
    left: calc(50% - 50vw);
    width: 100vw;
    display: flex;
    flex-direction: column;
  }
  .predictive-search-mobile-head { order: 0; }
  .predictive-search-all {
    position: static;
    order: 1;
    min-height: 52px;
    padding: 12px 16px;
    color: #fff;
    background: #7b2f78;
    font-size: .76rem;
    box-shadow: 0 7px 18px rgba(91,31,91,.22);
  }
  .predictive-search-all:hover,
  .predictive-search-all.is-active { color: #fff; background: #692665; }
  .predictive-search-departments { order: 2; }
  .predictive-search-item {
    order: 3;
    grid-template-columns: 62px minmax(0,1fr) auto;
    width: auto;
    margin: 0 12px 7px;
    border: 1px solid #e5ecee;
    border-radius: 11px;
    box-shadow: 0 2px 7px rgba(7,61,88,.045);
  }
  .predictive-search-departments + .predictive-search-item { margin-top: 8px; }
  .predictive-search-item img { grid-row: 1 / 3; }
  .predictive-search-copy { grid-column: 2; grid-row: 1 / 3; align-self: center; }
  .predictive-search-price {
    grid-column: 3;
    grid-row: 1 / 3;
    align-self: center;
    margin: 0;
    text-align: right;
    white-space: nowrap;
  }
  .predictive-search-empty { order: 3; }
  .predictive-search-recents { order: 2; }
}
.predictive-search-allbar { display: contents; }
.predictive-search-all-close { display: none; }
@media (max-width: 640px) {
  .predictive-search-allbar {
    order: 1;
    min-height: 52px;
    display: flex;
    align-items: stretch;
    color: #fff;
    background: #7b2f78;
    box-shadow: 0 7px 18px rgba(91,31,91,.22);
  }
  .predictive-search-allbar .predictive-search-all {
    position: static;
    order: 0;
    min-width: 0;
    flex: 1 1 auto;
    color: #fff;
    background: transparent;
    box-shadow: none;
  }
  .predictive-search-all-close {
    order: 1;
    width: 52px;
    flex: 0 0 52px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 0;
    border-left: 1px solid rgba(255,255,255,.3);
    color: #fff;
    background: transparent;
    cursor: pointer;
  }
  .predictive-search-all-close svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; }
  .predictive-search-all-close:hover { background: rgba(255,255,255,.1); }
}
@media (max-width: 640px) {
  .predictive-search-departments { padding: 8px 12px; }
  .predictive-search-department {
    min-height: 46px;
    grid-template-columns: 32px minmax(0,1fr) 16px;
    gap: 9px;
    padding: 5px 10px;
  }
  .predictive-search-department svg { width: 32px; height: 32px; padding: 7px; }
  .predictive-search-department span { display: block; }
}
@media (max-width:640px){.header-search .predictive-search.is-recents,.op-search .predictive-search.is-recents{right:auto;bottom:auto;left:calc(50% - 50vw);width:100vw;height:auto;max-height:min(52dvh,430px);display:block;overflow-y:auto;border:0;border-top:1px solid #dce5e8;border-bottom:1px solid #dce5e8;border-radius:0 0 14px 14px;background:#fff;box-shadow:0 14px 28px rgba(7,26,35,.18)}}/* DESKTOP_PREDICTIVE_UNIFIED */
@media (min-width:641px){
  .header-search .predictive-search,.op-search .predictive-search{width:100%;max-height:min(calc(100vh - 120px),760px);display:flex;flex-direction:column;overflow-x:hidden;overflow-y:auto}
  .header-search .predictive-search[hidden],.op-search .predictive-search[hidden]{display:none!important}
  .predictive-search-allbar{order:1;min-height:48px;display:flex;align-items:stretch;flex:0 0 auto;color:#fff;background:#7b2f78;box-shadow:0 5px 14px rgba(91,31,91,.18)}
  .predictive-search-allbar .predictive-search-all{min-width:0;min-height:48px;flex:1 1 auto;color:#fff;background:transparent;box-shadow:none}
  .header-search .predictive-search-all-close,.op-search .predictive-search-all-close{width:48px!important;height:auto!important;min-width:48px!important;display:grid!important;place-items:center!important;padding:0!important;border:0!important;border-left:1px solid rgba(255,255,255,.3)!important;border-radius:0!important;color:#fff!important;background:transparent!important;box-shadow:none!important;cursor:pointer}
  .predictive-search-all-close svg{width:20px!important;height:20px!important;display:block;fill:none!important;stroke:currentColor!important;stroke-width:2.2!important;stroke-linecap:round}
  .predictive-search-departments{order:2;display:block;padding:8px 10px;background:#f7fafb}
  .predictive-search-department-list{display:grid;gap:5px}
  .predictive-search-department{min-height:42px;display:grid;grid-template-columns:30px minmax(0,1fr) 16px;align-items:center;gap:9px;padding:5px 9px;border:1px solid #cfe5e9;border-radius:9px;color:#202326;background:#edf9fb;text-decoration:none}
  .predictive-search-department::after{display:none}
  .predictive-search-department svg{width:30px;height:30px;padding:6px;border-radius:50%;fill:none;stroke:#08758e;stroke-width:2;background:#d8eef1}
  .predictive-search-department strong{overflow:hidden;color:#073d58;font-size:.72rem;font-weight:950;text-overflow:ellipsis;white-space:nowrap}
  .predictive-search-department b{color:#08758e;font-size:1.1rem}
  .predictive-search-item{order:3;grid-template-columns:52px minmax(0,1fr) auto;margin:0 10px 6px;padding:7px 9px;border:1px solid #e5ecee;border-radius:9px;box-shadow:0 2px 7px rgba(7,61,88,.045)}
  .predictive-search-departments+.predictive-search-item{margin-top:7px}
  .predictive-search-empty{order:3}
  .predictive-search.is-recents{height:auto;max-height:min(52vh,430px);display:block;overflow-y:auto}
}/* SHARED_CATALOG_HEADER_END */

/* Hero móvil: tarjetas compactas y vigencia debajo del carrusel */
@media (max-width: 720px) {
  .hero-products { display: flex; flex-direction: column; }
  .hero-products-head { display: contents; }
  .hero-products-head h1 { order: 1; margin: 0 11px 14px; }
  .hero-products-carousel { order: 2; }
  .hero-products-head .hero-validity { order: 3; align-self: center; max-width: calc(100% - 22px); margin: 12px auto 0; }
  .hero-products-track { grid-auto-columns: 52%; }
  .hero-product-info h2 {
    min-height: 2.3em;
    max-height: 2.3em;
    display: -webkit-box;
    overflow: hidden;
    font-size: .84rem;
    line-height: 1.15;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .hero-product-info,
  .hero-product-card--descuento_salon .hero-product-info {
    padding: 12px;
  }
  .hero-product-info > p {
    height: 1.15em;
    min-height: 1.15em;
    max-height: 1.15em;
    overflow: hidden;
    line-height: 1.15;
    white-space: nowrap;
  }
  .hero-product-info h2,
  .hero-product-card--oferta .hero-product-info h2,
  .hero-product-card--descuento_salon .hero-product-info h2 {
    margin-bottom: 7px;
  }
  .hero-product-channels,
  .hero-product-salon-chip,
  .hero-product-card--descuento_salon .hero-product-salon-chip {
    height: 28px;
    min-height: 28px;
    margin: auto 0 6px;
  }
  .hero-product-prices {
    height: 60px;
    min-height: 60px;
    max-height: 60px;
    flex: 0 0 60px;
    margin-top: auto !important;
    padding-top: 6px;
  }
  .hero-product-prices > span {
    height: 100%;
    min-height: 0;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
  }
  .hero-product-prices > span > strong {
    position: static;
    align-self: end;
    margin-top: 3px;
    transform: translateY(-7px);
  }
  .hero-product-price-label,
  .hero-product-card--descuento_salon .hero-product-price-label {
    min-height: 2.2em;
    max-height: 2.2em;
    display: -webkit-box;
    overflow: hidden;
    font-size: .52rem;
    line-height: 1.1;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .hero-product-card--exclusivo_salon .hero-product-price-label {
    font-size: .45rem;
    letter-spacing: -.015em;
  }
  .hero-product-prices strong,
  .hero-discount-price-row strong {
    margin-top: 3px;
    font-size: 1.32rem;
    line-height: 1;
    letter-spacing: -.035em;
    white-space: nowrap;
  }
  .hero-product-card--descuento_salon .hero-discount-price-row {
    position: static;
    align-self: end;
    min-height: 31px;
    align-items: center;
    margin-top: 0;
    transform: translateY(-7px);
  }
  .hero-product-prices .hero-discount-conditions {
    min-width: 52px;
    min-height: 28px;
    padding: 4px 5px;
    font-size: .61rem;
  }
}

.offers-downloads-mobile { display: none; }
@media (max-width: 760px) {
  .offers-intro > .offers-downloads { display: none; }
  .offers-downloads-mobile { display: block; padding: 0 0 42px; background: var(--red); }
  .offers-downloads-mobile .offers-downloads.shell { width: calc(100% - 20px); margin-inline: auto; }
  .offers-magazine-entry--large { height: 380px; }
  .offers-magazine-entry--large .magazine-stack { inset: 8px 5px; }
  .offers-magazine-entry--large .magazine-sheet { width: 58%; }
  .offers-magazine-entry--large .magazine-sheet--two,
  .offers-magazine-entry--large .magazine-sheet--four { width: 62%; }
  .offers-magazine-entry--large .magazine-sheet--three { width: 72%; }
  .offers-magazine-entry--large .week-badge { top: 72%; }
  .offers-layout { margin-top: 4px; }
}

@media (max-width: 640px) {
  .app-visual {
    width: 100%;
    min-height: 470px;
    display: grid;
    place-items: center;
    margin-inline: auto;
    transform: none;
  }
  .app-visual .phone {
    width: min(58vw, 220px);
  }
  .app-visual .phone-front {
    top: 50%;
    left: 50%;
    transform: translate(-76%, -50%) rotate(-5deg);
  }
  .app-visual .phone-back {
    top: 50%;
    left: 50%;
    transform: translate(-24%, -46%) rotate(7deg);
  }
  .app-visual .app-orbit {
    top: 50%;
    left: 50%;
    width: min(88vw, 390px);
    height: min(88vw, 390px);
    transform: translate(-50%, -50%);
  }
}

.contact-methods-mobile { display: none; }
@media (max-width: 640px) {
  .contact-info .contact-methods { display: none; }
  .contact-form { display: flex; flex-direction: column; }
  .contact-form > h3 { order: 1; }
  .contact-form > .form-grid { order: 2; }
  .contact-form > .form-actions { order: 3; }
  .contact-form > .contact-map { order: 4; }
  .contact-form > .contact-methods-mobile {
    order: 5;
    display: grid;
    margin-top: 18px;
    padding: 8px 18px 12px;
    border-radius: 16px;
    color: #fff;
    background: linear-gradient(145deg, #075e54, #164f49);
    box-shadow: 0 14px 30px rgba(7,94,84,.2);
  }
  .contact-form > .contact-methods-mobile .contact-method { color: #fff; }
  .contact-form > .contact-methods-mobile .contact-method:first-child { border-top: 0; }
  .contact-form > .contact-methods-mobile .contact-method small { color: #bce9dc; }
  .contact-form > .contact-socials { order: 6; }
}

.hero-products-head { align-items:center; margin:0 clamp(72px,6vw,112px) 18px; }
.hero-products-head h1 { min-width:0; max-width:none; flex:1 1 auto; color:#fff; font-size:clamp(1.15rem,1.55vw,1.5rem); line-height:1.05; letter-spacing:-.025em; white-space:nowrap; }
.hero-products-head .hero-validity { flex:0 1 auto; max-width:430px; margin:0; }
@media(max-width:720px){.hero-products-head{align-items:flex-start;flex-direction:column;margin:0 11px 14px;gap:10px}.hero-products-head h1{font-size:1.35rem;line-height:1.08;white-space:normal}.hero-products-head .hero-validity{max-width:100%;margin:0}}

@media (max-width: 640px) {
  .header-search .predictive-search[hidden],
  .op-search .predictive-search[hidden] { display: none !important; }
}

@media (max-width:640px){
  .header-search .predictive-search.is-recents,
  .op-search .predictive-search.is-recents{
    right:auto;
    bottom:auto;
    left:calc(50% - 50vw);
    width:100vw;
    height:auto;
    max-height:min(52dvh,430px);
    display:block;
    overflow-y:auto;
    border:0;
    border-top:1px solid #dce5e8;
    border-bottom:1px solid #dce5e8;
    border-radius:0 0 14px 14px;
    background:#fff;
    box-shadow:0 14px 28px rgba(7,26,35,.18);
  }
}
/* SHORTCUT_TARGET_OFFSETS */
@media (min-width:641px){
  html{scroll-padding-top:0!important}
  section[id]{scroll-margin-top:184px!important}
}
@media (max-width:640px){
  html{scroll-padding-top:0!important}
  section[id]{scroll-margin-top:74px!important}
}
