#botesPage {
  --bg: #061a31;
  --bg-deep: #031225;
  --bg-soft: #0b2744;
  --panel: rgba(12, 43, 73, .78);
  --panel-strong: #0c2c4b;
  --line: rgba(120, 196, 255, .24);
  --line-strong: rgba(120, 206, 255, .46);
  --text: #f6fbff;
  --muted: #a9bdd2;
  --cyan: #51d9ff;
  --blue: #2378ff;
  --blue-2: #2ca4ff;
  --green: #23c866;
  --shadow: 0 24px 80px rgba(0, 0, 0, .32);
  --radius: 18px;
  --shell: min(1180px, calc(100% - 40px));
}

#botesPage * { box-sizing: border-box; }
#botesPage {
  margin: 0;
  font-family: Inter, Arial, Helvetica, system-ui, sans-serif;
  color: var(--text);
  background: var(--bg-deep);
  overflow-x: hidden;
}
body.modal-open { overflow: hidden; }
#botesPage img { display: block; max-width: 100%; }
#botesPage a { color: inherit; }
#botesPage button,
#botesPage a { -webkit-tap-highlight-color: transparent; }
#botesPage button { font: inherit; }
#botesPage svg { width: 1em; height: 1em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
#botesPage .shell { width: var(--shell); margin-inline: auto; }
#botesPage .shell--narrow { max-width: 1080px; }

#botesPage .hero {
  position: relative;
  min-height: 810px;
  display: grid;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
  background: #07192c;
}
#botesPage .hero__media {
  position: absolute;
  inset: 0;
  z-index: -5;
  background: url("../img/botes-nuevo/hero-botes-hdpe.png") center 54% / cover no-repeat;
  transform: scale(1.045);
  animation: heroZoom 14s ease-in-out infinite alternate;
}
#botesPage .hero__veil {
  position: absolute;
  inset: 0;
  z-index: -4;
  background:
    linear-gradient(90deg, rgba(3, 14, 28, .94) 0%, rgba(4, 17, 31, .82) 36%, rgba(4, 15, 27, .47) 68%, rgba(3, 14, 28, .7) 100%),
    linear-gradient(180deg, rgba(4, 15, 28, .28) 0%, rgba(4, 16, 29, .15) 48%, #06182c 100%);
}
#botesPage .hero__grid,
#botesPage .final-cta__grid {
  position: absolute;
  inset: 0;
  z-index: -3;
  background-image:
    linear-gradient(rgba(83, 206, 255, .09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(83, 206, 255, .09) 1px, transparent 1px);
  background-size: 96px 96px;
  mask-image: linear-gradient(to right, black 0%, rgba(0,0,0,.9) 50%, transparent 100%);
  animation: gridShift 18s linear infinite;
}
#botesPage .hero__glow { position: absolute; z-index: -2; border-radius: 50%; filter: blur(30px); opacity: .32; }
#botesPage .hero__glow--one { width: 420px; height: 420px; left: 22%; top: 34%; background: rgba(35, 120, 255, .32); }
#botesPage .hero__glow--two { width: 260px; height: 260px; right: 6%; bottom: 8%; background: rgba(72, 221, 255, .18); }
#botesPage .hero__content { position: relative; padding: 92px 0 74px; }
#botesPage .back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 52px;
  text-decoration: none;
  font-weight: 700;
  font-size: .95rem;
  color: #f7fbff;
  opacity: .95;
  transition: color .25s ease, transform .25s ease;
}
#botesPage .back-link:hover { color: var(--cyan); transform: translateX(-4px); }
#botesPage .eyebrow,
#botesPage .section-kicker {
  color: var(--cyan);
  font-family: "Courier New", monospace;
  font-weight: 700;
  letter-spacing: .16em;
  font-size: .78rem;
}
#botesPage .eyebrow { display: flex; align-items: center; gap: 16px; margin-bottom: 20px; }
#botesPage .eyebrow__line { width: 30px; height: 2px; background: var(--cyan); box-shadow: 0 0 14px rgba(81, 217, 255, .7); }
#botesPage .hero__title {
  margin: 0;
  max-width: 790px;
  font-size: clamp(4.25rem, 8vw, 7.15rem);
  line-height: .9;
  letter-spacing: -.065em;
  font-weight: 800;
  text-shadow: 0 8px 40px rgba(0, 0, 0, .35);
}
#botesPage .hero__title span { color: var(--cyan); }
#botesPage .hero__subtitle {
  margin: 26px 0 0;
  color: var(--cyan);
  font-size: clamp(1.08rem, 2vw, 1.45rem);
  font-weight: 700;
  max-width: 800px;
}
#botesPage .hero__copy {
  margin: 18px 0 0;
  max-width: 710px;
  color: #e6eef7;
  font-size: 1.07rem;
  line-height: 1.75;
}
#botesPage .hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 31px; }
#botesPage .button {
  min-height: 52px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 800;
  font-size: .93rem;
  cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, border-color .25s ease;
}
#botesPage .button:hover { transform: translateY(-3px); }
#botesPage .button--primary { color: white; background: linear-gradient(135deg, #297eff, #185fe8); box-shadow: 0 15px 35px rgba(35, 120, 255, .35); }
#botesPage .button--primary:hover { box-shadow: 0 20px 44px rgba(35, 120, 255, .48); }
#botesPage .button--ghost { color: white; background: rgba(7, 22, 37, .42); border-color: rgba(255, 255, 255, .35); backdrop-filter: blur(14px); }
#botesPage .button--ghost:hover { border-color: var(--cyan); background: rgba(20, 62, 97, .45); }
#botesPage .button--secondary { color: #08203b; background: linear-gradient(135deg, #71e6ff, #49b8ff); }
#botesPage .button--whatsapp { color: white; background: linear-gradient(135deg, #26cf6f, #17a950); box-shadow: 0 13px 30px rgba(34, 197, 94, .24); }
#botesPage .button--compact { min-height: 44px; font-size: .84rem; padding-inline: 19px; }
#botesPage .button--large { min-width: 220px; min-height: 60px; }
#botesPage .button--full { width: 100%; margin-top: 22px; }
#botesPage .hero__proof {
  margin-top: 48px;
  padding-top: 24px;
  max-width: 920px;
  border-top: 1px solid rgba(255, 255, 255, .19);
  display: flex;
  flex-wrap: wrap;
  gap: 24px 34px;
}
#botesPage .proof-item { display: flex; align-items: center; gap: 10px; color: #f3f7fb; font-size: .88rem; font-weight: 700; }
#botesPage .icon { color: var(--cyan); font-size: 1.12rem; display: grid; place-items: center; }
#botesPage .scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 23px;
  width: 28px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 18px;
  transform: translateX(-50%);
}
#botesPage .scroll-cue span { position: absolute; width: 4px; height: 7px; border-radius: 4px; background: var(--cyan); left: 50%; top: 8px; transform: translateX(-50%); animation: scrollDot 1.8s ease infinite; }

#botesPage .section { position: relative; padding: 102px 0; }
#botesPage .section--benefits { background: linear-gradient(180deg, #071b31 0%, #061a30 62%, #061a2e 100%); border-top: 1px solid rgba(89, 206, 255, .1); }
#botesPage .section--gallery { background: linear-gradient(180deg, #06182d 0%, #04162a 100%); border-top: 1px solid rgba(74, 207, 255, .12); }
#botesPage .section--process { background: #061a30; border-top: 1px solid rgba(83, 206, 255, .1); }
#botesPage .benefits-layout { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .72fr); gap: 36px; align-items: start; }
#botesPage .section-heading h2,
#botesPage .center-heading h2 {
  margin: 12px 0 15px;
  font-size: clamp(2.25rem, 4.7vw, 4rem);
  line-height: 1.02;
  letter-spacing: -.045em;
}
#botesPage .section-heading p,
#botesPage .center-heading p { margin: 0; max-width: 720px; color: var(--muted); line-height: 1.75; }
#botesPage .project-card {
  padding: 28px;
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(18, 60, 97, .9), rgba(8, 35, 61, .92));
  border: 1px solid var(--line-strong);
  box-shadow: var(--shadow);
}
#botesPage .project-card__label { display: block; color: var(--cyan); font-family: "Courier New", monospace; letter-spacing: .11em; font-size: .68rem; }
#botesPage .project-card h3 { margin: 12px 0 8px; font-size: 1.3rem; }
#botesPage .project-card p { margin: 0; color: var(--muted); line-height: 1.6; font-size: .91rem; }
#botesPage .chip-row { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 20px; }
#botesPage .chip { padding: 7px 10px; border: 1px solid var(--line); border-radius: 999px; color: #d9efff; background: rgba(54, 151, 218, .1); font-size: .7rem; font-weight: 700; }
#botesPage .metrics { display: grid; grid-template-columns: repeat(4, 1fr); margin: 36px 0 16px; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
#botesPage .metrics > div { padding: 14px 16px; background: rgba(14, 48, 81, .56); border-right: 1px solid var(--line); }
#botesPage .metrics > div:last-child { border-right: 0; }
#botesPage .metrics strong { display: block; font-size: .85rem; margin-bottom: 4px; }
#botesPage .metrics span { display: block; color: var(--muted); font-size: .68rem; }
#botesPage .benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 16px; }
#botesPage .benefit-card {
  min-height: 190px;
  padding: 21px;
  border-radius: 13px;
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(16, 53, 88, .72), rgba(7, 32, 58, .84));
  transition: transform .28s ease, border-color .28s ease, background .28s ease;
}
#botesPage .benefit-card:hover { transform: translateY(-7px); border-color: var(--line-strong); background: linear-gradient(145deg, rgba(21, 70, 111, .82), rgba(8, 38, 67, .94)); }
#botesPage .benefit-card__icon { width: 38px; height: 38px; border-radius: 10px; display: grid; place-items: center; color: white; background: linear-gradient(145deg, #3fa3ff, #2875e6); box-shadow: 0 10px 24px rgba(40, 117, 230, .32); }
#botesPage .benefit-card h3 { margin: 18px 0 8px; font-size: .95rem; }
#botesPage .benefit-card p { margin: 0; color: var(--muted); font-size: .79rem; line-height: 1.6; }
#botesPage .benefits-cta { margin-top: 18px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 22px; border-radius: 13px; border: 1px solid var(--line); background: rgba(11, 42, 72, .72); }
#botesPage .benefits-cta strong,
#botesPage .benefits-cta span { display: block; }
#botesPage .benefits-cta strong { font-size: .93rem; }
#botesPage .benefits-cta span { margin-top: 4px; color: var(--muted); font-size: .78rem; }
#botesPage .center-heading { text-align: center; max-width: 860px; margin: 0 auto 34px; }
#botesPage .center-heading p { margin-inline: auto; }
#botesPage .info-strip { margin: 0 auto 30px; max-width: 810px; display: flex; gap: 14px; align-items: flex-start; padding: 18px; border: 1px solid var(--line); border-radius: 12px; background: rgba(16, 52, 86, .58); }
#botesPage .info-strip__icon { flex: 0 0 36px; width: 36px; height: 36px; border-radius: 10px; display: grid; place-items: center; color: var(--cyan); background: rgba(45, 144, 222, .2); }
#botesPage .info-strip p { margin: 0; color: var(--muted); font-size: .84rem; line-height: 1.55; }
#botesPage .info-strip strong { color: white; }
#botesPage .gallery-shell { padding: 13px; border: 1px solid var(--line-strong); border-radius: 20px; background: linear-gradient(145deg, rgba(18, 53, 86, .8), rgba(5, 25, 47, .96)); box-shadow: var(--shadow); }
#botesPage .gallery-stage { position: relative; overflow: hidden; min-height: 565px; border-radius: 14px; background: #e8eef2; }
#botesPage .gallery-open { position: absolute; inset: 0; width: 100%; padding: 0; border: 0; background: #dce7ee; cursor: zoom-in; overflow: hidden; color: white; text-align: left; }
#botesPage .gallery-open::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4, 15, 25, .04) 35%, rgba(3, 15, 28, .82) 100%); pointer-events: none; }
#botesPage .gallery-open img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.7,.2,1), opacity .25s ease; }
#botesPage .gallery-open:hover img { transform: scale(1.035); }
#botesPage .gallery-open.is-changing img { opacity: .35; }
#botesPage .gallery-watermark { position: absolute; left: 24px; top: 22px; z-index: 2; padding: 8px 12px; border-radius: 999px; color: #d8e5ef; background: rgba(5, 18, 31, .64); border: 1px solid rgba(255,255,255,.18); font-family: "Courier New", monospace; font-size: .65rem; letter-spacing: .08em; backdrop-filter: blur(10px); }
#botesPage .gallery-category { position: absolute; left: 28px; bottom: 89px; z-index: 2; color: var(--cyan); font-family: "Courier New", monospace; font-size: .65rem; letter-spacing: .1em; }
#botesPage .gallery-caption { position: absolute; left: 28px; right: 100px; bottom: 40px; z-index: 2; font-size: clamp(1.45rem, 3vw, 2.35rem); font-weight: 800; letter-spacing: -.035em; }
#botesPage .gallery-hint { position: absolute; z-index: 3; right: 22px; bottom: 25px; width: 42px; height: 42px; border-radius: 10px; display: grid; place-items: center; background: rgba(5, 23, 39, .74); border: 1px solid rgba(255,255,255,.28); backdrop-filter: blur(10px); color: white; font-size: 0; }
#botesPage .gallery-hint svg { font-size: 1rem; }
#botesPage .gallery-arrow { position: absolute; top: 50%; z-index: 4; width: 46px; height: 46px; border-radius: 50%; border: 1px solid rgba(255,255,255,.24); color: white; background: rgba(4, 20, 35, .65); backdrop-filter: blur(8px); display: grid; place-items: center; transform: translateY(-50%); cursor: pointer; transition: background .25s ease, transform .25s ease; }
#botesPage .gallery-arrow:hover { background: rgba(31, 118, 192, .88); transform: translateY(-50%) scale(1.08); }
#botesPage .gallery-arrow--prev { left: 18px; }
#botesPage .gallery-arrow--next { right: 18px; }
#botesPage .gallery-counter { position: absolute; top: 20px; right: 20px; z-index: 4; padding: 7px 11px; border-radius: 999px; color: white; background: rgba(5, 18, 31, .62); border: 1px solid rgba(255,255,255,.18); font-size: .73rem; backdrop-filter: blur(8px); }
#botesPage .gallery-thumbnails { display: grid; grid-template-columns: repeat(5, 1fr); gap: 9px; padding: 12px 0 3px; }
#botesPage .thumb { position: relative; height: 83px; border-radius: 10px; overflow: hidden; border: 2px solid transparent; padding: 0; cursor: pointer; background: #0a2946; opacity: .72; transition: opacity .25s ease, transform .25s ease, border-color .25s ease; }
#botesPage .thumb:hover { opacity: 1; transform: translateY(-3px); }
#botesPage .thumb.is-active { opacity: 1; border-color: var(--cyan); box-shadow: 0 0 0 2px rgba(81,217,255,.12); }
#botesPage .thumb img { width: 100%; height: 100%; object-fit: cover; }
#botesPage .gallery-progress { height: 2px; background: rgba(255,255,255,.08); overflow: hidden; border-radius: 2px; }
#botesPage .gallery-progress span { display: block; height: 100%; width: 20%; background: linear-gradient(90deg, var(--cyan), var(--blue)); transition: transform .35s ease; transform-origin: left; }
#botesPage .quote-panel { margin-top: 17px; padding: 24px 26px; border-radius: 16px; border: 1px solid var(--line); background: linear-gradient(145deg, rgba(14, 48, 80, .86), rgba(6, 28, 52, .94)); display: flex; align-items: center; justify-content: space-between; gap: 25px; }
#botesPage .quote-panel__eyebrow { color: var(--cyan); font-family: "Courier New", monospace; font-size: .66rem; letter-spacing: .1em; }
#botesPage .quote-panel h3 { margin: 8px 0 7px; font-size: 1.15rem; }
#botesPage .quote-panel p { margin: 0; color: var(--muted); font-size: .83rem; line-height: 1.6; max-width: 650px; }
#botesPage .quote-panel__actions { display: flex; flex-direction: column; gap: 10px; min-width: 220px; }
#botesPage .process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 40px; }
#botesPage .process-card { position: relative; padding: 28px 24px; border-radius: 15px; border: 1px solid var(--line); background: rgba(10, 39, 67, .66); overflow: hidden; }
#botesPage .process-card::after { content: ""; position: absolute; inset: auto -30px -50px auto; width: 110px; height: 110px; background: radial-gradient(circle, rgba(68, 186, 255, .18), transparent 70%); }
#botesPage .process-card span { color: var(--cyan); font-family: "Courier New", monospace; font-size: .8rem; }
#botesPage .process-card h3 { margin: 18px 0 8px; font-size: 1.12rem; }
#botesPage .process-card p { margin: 0; color: var(--muted); font-size: .84rem; line-height: 1.6; }
#botesPage .final-cta { position: relative; overflow: hidden; padding: 82px 0; background: linear-gradient(135deg, #082b4c, #06192d); border-top: 1px solid var(--line); }
#botesPage .final-cta__grid { z-index: 0; mask-image: none; opacity: .42; }
#botesPage .final-cta__inner { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
#botesPage .final-cta h2 { margin: 12px 0; max-width: 760px; font-size: clamp(2rem, 4.5vw, 3.8rem); line-height: 1.02; letter-spacing: -.045em; }
#botesPage .final-cta p { margin: 0; color: var(--muted); }

#botesPage .modal { position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center; padding: 22px; opacity: 0; visibility: hidden; transition: opacity .28s ease, visibility .28s ease; }
#botesPage .modal.is-open { opacity: 1; visibility: visible; }
#botesPage .modal__backdrop { position: absolute; inset: 0; background: rgba(1, 10, 20, .82); backdrop-filter: blur(12px); }
#botesPage .modal__panel { position: relative; width: min(980px, 100%); max-height: min(760px, calc(100vh - 44px)); overflow: auto; display: grid; grid-template-columns: 1.05fr .95fr; border-radius: 20px; border: 1px solid var(--line-strong); background: #071e36; box-shadow: 0 35px 120px rgba(0,0,0,.62); transform: translateY(20px) scale(.985); transition: transform .3s ease; }
#botesPage .modal.is-open .modal__panel { transform: translateY(0) scale(1); }
#botesPage .modal__close { position: absolute; top: 14px; right: 14px; z-index: 3; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; color: white; background: rgba(4, 16, 28, .72); font-size: 1.5rem; cursor: pointer; }
#botesPage .modal__image-wrap { min-height: 520px; background: #dbe8ef; }
#botesPage .modal__image-wrap img { width: 100%; height: 100%; object-fit: cover; }
#botesPage .modal__content { padding: 54px 38px 36px; }
#botesPage .modal__eyebrow { color: var(--cyan); font-family: "Courier New", monospace; letter-spacing: .09em; font-size: .67rem; }
#botesPage .modal__content h2 { margin: 14px 0 12px; font-size: 2rem; line-height: 1.08; letter-spacing: -.035em; }
#botesPage .modal__content > p { margin: 0 0 24px; color: var(--muted); line-height: 1.65; }
#botesPage .spec-list { display: grid; gap: 10px; }
#botesPage .spec-row { display: grid; grid-template-columns: 116px 1fr; gap: 12px; padding: 12px 0; border-bottom: 1px solid rgba(125, 199, 255, .14); }
#botesPage .spec-row strong { color: #dff4ff; font-size: .79rem; }
#botesPage .spec-row span { color: var(--muted); font-size: .79rem; line-height: 1.45; }
#botesPage .modal__note { margin-top: 20px; padding: 15px; border-radius: 10px; color: #cfe2f2; background: rgba(59, 164, 236, .1); border: 1px solid rgba(92, 192, 255, .22); font-size: .76rem; line-height: 1.55; }
#botesPage .reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
#botesPage .reveal.is-visible { opacity: 1; transform: translateY(0); }
#botesPage .hero-animate { opacity: 0; transform: translateY(22px); animation: heroIn .8s ease forwards; }
#botesPage .hero-animate:nth-of-type(1) { animation-delay: .1s; }
#botesPage .eyebrow.hero-animate { animation-delay: .22s; }
#botesPage .hero__title.hero-animate { animation-delay: .34s; }
#botesPage .hero__subtitle.hero-animate { animation-delay: .46s; }
#botesPage .hero__copy.hero-animate { animation-delay: .56s; }
#botesPage .hero__actions.hero-animate { animation-delay: .66s; }
#botesPage .hero__proof.hero-animate { animation-delay: .76s; }

@keyframes heroZoom { from { transform: scale(1.045); } to { transform: scale(1.1); } }
@keyframes gridShift { to { background-position: 96px 96px; } }
@keyframes heroIn { to { opacity: 1; transform: translateY(0); } }
@keyframes scrollDot { 0% { opacity: 0; transform: translate(-50%, 0); } 35% { opacity: 1; } 100% { opacity: 0; transform: translate(-50%, 20px); } }

@media (max-width: 980px) {
  #botesPage .benefits-layout,
#botesPage .modal__panel { grid-template-columns: 1fr; }
  #botesPage .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  #botesPage .metrics { grid-template-columns: repeat(2, 1fr); }
  #botesPage .metrics > div:nth-child(2) { border-right: 0; }
  #botesPage .metrics > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  #botesPage .gallery-stage { min-height: 500px; }
  #botesPage .quote-panel,
#botesPage .final-cta__inner { align-items: flex-start; flex-direction: column; }
  #botesPage .quote-panel__actions { flex-direction: row; width: 100%; }
  #botesPage .quote-panel__actions .button { flex: 1; }
  #botesPage .process-grid { grid-template-columns: repeat(2, 1fr); }
  #botesPage .modal__image-wrap { min-height: 380px; max-height: 400px; }
}

@media (max-width: 720px) {
  #botesPage { --shell: min(100% - 28px, 1180px); }
  #botesPage .hero { min-height: 820px; }
  #botesPage .hero__media { background-position: 54% center; }
  #botesPage .hero__veil { background: linear-gradient(90deg, rgba(3,14,28,.93), rgba(3,14,28,.66)), linear-gradient(180deg, transparent 35%, #06182c 100%); }
  #botesPage .hero__grid { background-size: 58px 58px; }
  #botesPage .hero__content { padding-top: 70px; }
  #botesPage .back-link { margin-bottom: 42px; }
  #botesPage .hero__title { font-size: clamp(3.7rem, 18vw, 5rem); }
  #botesPage .hero__proof { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
  #botesPage .section { padding: 78px 0; }
  #botesPage .section-heading h2,
#botesPage .center-heading h2 { font-size: 2.35rem; }
  #botesPage .benefit-grid { grid-template-columns: 1fr; }
  #botesPage .benefit-card { min-height: auto; }
  #botesPage .benefits-cta { align-items: stretch; flex-direction: column; }
  #botesPage .gallery-stage { min-height: 420px; }
  #botesPage .gallery-caption { left: 20px; bottom: 32px; right: 70px; font-size: 1.45rem; }
  #botesPage .gallery-category { left: 20px; bottom: 75px; }
  #botesPage .gallery-watermark { left: 14px; top: 14px; max-width: calc(100% - 100px); }
  #botesPage .gallery-hint { right: 14px; bottom: 17px; }
  #botesPage .gallery-arrow { width: 38px; height: 38px; }
  #botesPage .gallery-arrow--prev { left: 10px; }
  #botesPage .gallery-arrow--next { right: 10px; }
  #botesPage .gallery-thumbnails { grid-template-columns: repeat(5, minmax(84px, 1fr)); overflow-x: auto; padding-bottom: 8px; }
  #botesPage .thumb { height: 68px; }
  #botesPage .quote-panel__actions { flex-direction: column; }
  #botesPage .process-grid { grid-template-columns: 1fr; }
  #botesPage .modal { padding: 12px; }
  #botesPage .modal__content { padding: 34px 22px 24px; }
  #botesPage .modal__content h2 { font-size: 1.65rem; }
  #botesPage .spec-row { grid-template-columns: 1fr; gap: 5px; }
}

@media (max-width: 480px) {
  #botesPage .hero__actions { flex-direction: column; }
  #botesPage .hero__actions .button { width: 100%; }
  #botesPage .hero__proof { grid-template-columns: 1fr; }
  #botesPage .metrics { grid-template-columns: 1fr; }
  #botesPage .metrics > div { border-right: 0; border-bottom: 1px solid var(--line); }
  #botesPage .metrics > div:last-child { border-bottom: 0; }
  #botesPage .gallery-stage { min-height: 360px; }
  #botesPage .gallery-open img { object-position: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  #botesPage *,
#botesPage *::before,
#botesPage *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  #botesPage .reveal { opacity: 1; transform: none; }
}

/* correccion: restaurar herencia de color en encabezados */
#botesPage h1,#botesPage h2,#botesPage h3,#botesPage h4{color:inherit}
