/* R12AH — identity hero: transparent hero art, stable rotator, larger trust points. */
body.page-home.rc46 .rc46-identity-hero{
  display:grid;
  grid-template-columns:minmax(0,1.04fr) minmax(0,.96fr);
  align-items:center;
  gap:18px;
  min-height:420px;
  box-sizing:border-box;
  padding:22px;
  overflow:visible;
  border:1px solid rgba(255,255,255,.14);
  border-radius:28px;
  background:linear-gradient(118deg,#08084f 0%,#10105f 60%,#173503 100%);
  box-shadow:0 24px 60px rgba(0,0,35,.24);
}
body.page-home.rc46 .rc46-identity-copy{
  display:flex;
  min-width:0;
  flex-direction:column;
  justify-content:center;
  padding:20px 10px 20px 26px;
  color:#fff;
}
body.page-home.rc46 .rc46-identity-title{
  margin:0;
  color:#fff;
  font-size:clamp(2.32rem,3.35vw,2.82rem);
  line-height:1.015;
  letter-spacing:-.047em;
  text-wrap:balance;
}
body.page-home.rc46 .rc46-identity-title-line{display:block}
body.page-home.rc46 .rc46-identity-title-rotator{
  position:relative;
  display:block;
  height:var(--rc46-title-rotator-height,2.28em);
  margin-top:5px;
  overflow:visible;
  color:rgb(98,181,0);
  line-height:1.10;
}
body.page-home.rc46 .rc46-identity-title-phrase{
  position:absolute;
  inset:0 auto auto 0;
  display:block;
  width:100%;
  margin:0;
  color:inherit;
  font:inherit;
  line-height:inherit;
  letter-spacing:inherit;
  text-wrap:balance;
  box-sizing:border-box;
  padding-bottom:.10em;
  opacity:0;
  transform:translateY(.08em);
  transition:opacity .32s ease,transform .32s ease;
  pointer-events:none;
}
body.page-home.rc46 .rc46-identity-title-phrase.is-active{opacity:1;transform:none}
body.page-home.rc46 .rc46-identity-description{
  max-width:690px;
  margin:15px 0 13px;
  color:#dbe2ee;
  font-size:.91rem;
  line-height:1.48;
  font-weight:530;
}
body.page-home.rc46 .rc46-identity-actions{display:flex;flex-wrap:wrap;gap:9px}
body.page-home.rc46 .rc46-identity-actions .btn{min-height:43px}
body.page-home.rc46 .rc46-identity-actions .btn-secondary{
  border-color:rgba(255,255,255,.6);
  background:rgba(255,255,255,.08);
  color:#fff;
}
body.page-home.rc46 .rc46-identity-actions .btn-secondary:hover{background:rgba(255,255,255,.14)}
body.page-home.rc46 .rc46-identity-points{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:36px;
  margin-top:19px;
  padding-top:15px;
  border-top:1px solid rgba(255,255,255,.13);
}
body.page-home.rc46 .rc46-identity-point{
  display:grid;
  grid-template-columns:44px minmax(0,1fr);
  align-items:center;
  gap:15px;
  min-width:0;
}
body.page-home.rc46 .rc46-identity-point-icon{
  display:grid;
  place-items:center;
  width:40px;
  height:40px;
  box-sizing:border-box;
  border:1px solid rgba(142,211,47,.72);
  border-radius:50%;
  background:rgba(98,181,0,.07);
  color:#8ed32f;
}
body.page-home.rc46 .rc46-identity-point-icon svg{
  width:22px;
  height:22px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}
body.page-home.rc46 .rc46-identity-point strong{
  display:block;
  color:#eef3f8;
  font-size:.84rem;
  line-height:1.32;
  font-weight:760;
}
body.page-home.rc46 .rc46-identity-visual{
  position:relative;
  align-self:stretch;
  min-width:0;
  min-height:330px;
  overflow:visible;
  border:0;
  border-radius:0;
  background:none;
  box-shadow:none;
  isolation:isolate;
}
body.page-home.rc46 .rc46-identity-visual:before,
body.page-home.rc46 .rc46-identity-visual:after{display:none}
body.page-home.rc46 .rc46-identity-visual-image{
  position:absolute;
  z-index:2;
  left:50%;
  top:50%;
  width:132%;
  height:calc(100% + 72px);
  max-width:none;
  box-sizing:border-box;
  padding:0;
  object-fit:contain;
  object-position:center;
  transform:translate(-50%,-50%);
  opacity:0;
  transition:opacity .22s ease;
}
body.page-home.rc46 .rc46-identity-visual.has-image .rc46-identity-visual-image{opacity:1}
body.page-home.rc46 .rc46-identity-visual [hidden]{display:none}

@media(max-width:760px){
  body.page-home.rc46 .rc46-identity-hero{
    grid-template-columns:minmax(0,1fr);
    gap:12px;
    min-height:0;
    padding:13px;
    overflow:hidden;
    border-radius:20px;
  }
  body.page-home.rc46 .rc46-identity-copy{padding:17px 11px 12px}
  body.page-home.rc46 .rc46-identity-title{font-size:clamp(1.82rem,8.25vw,2.38rem);line-height:1.035;letter-spacing:-.04em}
  body.page-home.rc46 .rc46-identity-title-rotator{margin-top:4px}
  body.page-home.rc46 .rc46-identity-description{margin:12px 0 11px;font-size:.82rem;line-height:1.43}
  body.page-home.rc46 .rc46-identity-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}
  body.page-home.rc46 .rc46-identity-actions .btn{min-height:40px;padding:8px 9px;font-size:.70rem;text-align:center}
  body.page-home.rc46 .rc46-identity-points{grid-template-columns:minmax(0,1fr);gap:14px;margin-top:15px;padding-top:13px}
  body.page-home.rc46 .rc46-identity-point{grid-template-columns:42px minmax(0,1fr);gap:13px;max-width:330px}
  body.page-home.rc46 .rc46-identity-point-icon{width:38px;height:38px}
  body.page-home.rc46 .rc46-identity-point-icon svg{width:21px;height:21px}
  body.page-home.rc46 .rc46-identity-point strong{font-size:.80rem;line-height:1.32}
  body.page-home.rc46 .rc46-identity-visual{align-self:auto;height:150px;min-height:150px;overflow:hidden}
  body.page-home.rc46 .rc46-identity-visual-image{left:0;top:0;width:100%;height:100%;max-width:100%;object-fit:contain;transform:none}
}
@media(prefers-reduced-motion:reduce){
  body.page-home.rc46 .rc46-identity-title-phrase,
  body.page-home.rc46 .rc46-identity-visual-image{transition:none;transform:none}
}

/* EconomiBuy — Featured store slider: data-driven imagery, single-row, no autoplay. */
body.page-home.rc46 .stores-section{overflow:hidden;padding:6px 0 7px;background:linear-gradient(180deg,#dfe7f1 0%,#d8e2ee 100%)}
body.page-home.rc46 .stores-section .section-head{align-items:flex-end;margin-bottom:4px}
body.page-home.rc46 .stores-section .section-head h2{margin:2px 0 3px;font-size:clamp(1.12rem,1.7vw,1.38rem);line-height:1.08}
body.page-home.rc46 .stores-section .section-head p{margin-top:2px;max-width:820px;font-size:.74rem;line-height:1.28}
body.page-home.rc46 .rc-store-slider-shell{position:relative;width:100%}
body.page-home.rc46 .rc-store-showcase{display:flex;gap:9px;width:100%;overflow-x:auto;overflow-y:hidden;padding:4px 0;margin:-4px 0;scroll-snap-type:x mandatory;overscroll-behavior-inline:contain;scrollbar-width:none;-webkit-overflow-scrolling:touch}
body.page-home.rc46 .rc-store-showcase::-webkit-scrollbar{display:none}
body.page-home.rc46 .rc-store-showcase-item{flex:0 0 calc((100% - 36px)/5);min-width:0;scroll-snap-align:start}
body.page-home.rc46 .rc-store-showcase-card{position:relative;min-width:0;display:grid;grid-template-rows:auto auto;overflow:hidden;border:1px solid #d8e2eb;border-radius:15px;background:#fff;color:var(--rc46-ink,#10152f);text-decoration:none;box-shadow:0 7px 18px rgba(23,41,67,.07);transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}
body.page-home.rc46 .rc-store-showcase-card:hover{border-color:#78bd28;box-shadow:0 10px 22px rgba(40,95,19,.12);transform:translateY(-1px)}
body.page-home.rc46 .rc-store-showcase-card:focus-visible{outline:3px solid rgba(98,181,0,.42);outline-offset:3px;border-color:#62b500}
body.page-home.rc46 .rc-store-showcase-media{position:relative;display:grid;place-items:center;min-width:0;aspect-ratio:16/10;overflow:hidden;background:#f6f8fb;border-bottom:1px solid #edf1f5}
body.page-home.rc46 .rc-store-showcase-photo,body.page-home.rc46 .rc-store-showcase-fallback{grid-area:1/1;width:100%;height:100%}
body.page-home.rc46 .rc-store-showcase-photo{display:block;object-fit:contain;object-position:center;background:#fff}
body.page-home.rc46 .rc-store-showcase-card [hidden]{display:none}
body.page-home.rc46 .rc-store-showcase-fallback{display:grid;place-items:center;background:linear-gradient(135deg,#edf5e5,#f7faf4);color:#579b0e;font-size:2rem;font-weight:900}
body.page-home.rc46 .rc-store-showcase-brand{position:absolute;right:7px;top:7px;width:34px;height:24px;display:grid;place-items:center;padding:3px;border:1px solid rgba(216,226,235,.95);border-radius:7px;background:rgba(255,255,255,.94);box-shadow:0 3px 9px rgba(23,41,67,.10)}
body.page-home.rc46 .rc-store-showcase-brand img{display:block;width:100%;height:100%;object-fit:contain}
body.page-home.rc46 .rc-store-showcase-copy{min-width:0;display:grid;gap:1px;padding:6px 10px 7px}
body.page-home.rc46 .rc-store-showcase-copy strong{min-width:0;color:var(--rc46-navy,#08084f);font-size:.8rem;line-height:1.12;font-weight:850;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
body.page-home.rc46 .rc-store-showcase-copy small{min-width:0;color:#657287;font-size:.65rem;line-height:1.22;font-weight:650;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
body.page-home.rc46 .rc-store-showcase-arrow{position:absolute;top:50%;z-index:4;display:grid;place-items:center;width:36px;height:36px;padding:0;border:1px solid #d8e2eb;border-radius:50%;background:#fff;color:var(--rc46-navy,#08084f);box-shadow:0 5px 16px rgba(23,41,67,.17);font-size:1.5rem;line-height:1;cursor:pointer;transform:translateY(-50%);font-family:inherit}
body.page-home.rc46 .rc-store-showcase-prev{left:6px}
body.page-home.rc46 .rc-store-showcase-next{right:6px}
body.page-home.rc46 .rc-store-showcase-arrow:hover:not(:disabled){border-color:#78bd28;color:#579b0e}
body.page-home.rc46 .rc-store-showcase-arrow:focus-visible{outline:3px solid rgba(98,181,0,.42);outline-offset:3px}
body.page-home.rc46 .rc-store-showcase-arrow:disabled{opacity:.34;cursor:default}
@media(max-width:1000px) and (min-width:761px){body.page-home.rc46 .rc-store-showcase-item{flex-basis:calc((100% - 27px)/4)}}
@media(max-width:760px){body.page-home.rc46 .stores-section{padding:10px 0 11px}body.page-home.rc46 .stores-section .section-head{display:block;margin-bottom:6px}body.page-home.rc46 .stores-section .section-head>div{width:100%}body.page-home.rc46 .stores-section .section-head h2{font-size:1.08rem;line-height:1.1}body.page-home.rc46 .stores-section .section-head p{display:none}body.page-home.rc46 .stores-section .section-link{display:inline-flex;margin-top:3px}body.page-home.rc46 .rc-store-showcase{gap:8px;width:calc(100% + 12px);padding:4px 0;margin:-4px 0}body.page-home.rc46 .rc-store-showcase-item{flex-basis:calc((100vw - 32px)/2)}body.page-home.rc46 .rc-store-showcase-card{grid-template-rows:auto auto;border-radius:13px}body.page-home.rc46 .rc-store-showcase-copy{padding:5px 8px 6px}body.page-home.rc46 .rc-store-showcase-copy strong{font-size:.72rem;line-height:1.1}body.page-home.rc46 .rc-store-showcase-copy small{font-size:.58rem;line-height:1.16}body.page-home.rc46 .rc-store-showcase-brand{right:5px;top:5px;width:30px;height:21px}body.page-home.rc46 .rc-store-showcase-arrow{display:none}}
@media(prefers-reduced-motion:reduce){body.page-home.rc46 .rc-store-showcase-card{transition:none}}

/* Catálogo Home canónico: la sección es abierta; tarjetas y paginación pertenecen a sus componentes compartidos. */
body.page-home.rc46 .products-section{
  position:relative;
  background:transparent;
}
body.page-home.rc46 .products-section .container{position:relative;z-index:1}
body.page-home.rc46 .products-section .section-head{align-items:end}
body.page-home.rc46 .products-section .section-head p{max-width:900px}
body.page-home.rc46 .rc418-products-row-title{
  margin:4px 0 13px;
  color:var(--rc46-navy,#08084f);
  font-size:1.02rem;
  font-weight:850;
  letter-spacing:-.015em;
}
body.page-home.rc46 .product-grid > .rc418-products-continuation{
  grid-column:1/-1;
  margin:14px 0 1px;
}
@media(max-width:760px){
  body.page-home.rc46 .products-section .section-head{align-items:flex-start}
}

/* R12AC — compact Home-only four-point benefit band. Visual treatment and content stay unchanged. */
body.page-home.rc46 .rc48-category-benefits{padding-bottom:12px}
body.page-home.rc46 .rc48-benefits-panel{padding:8px 6px}
body.page-home.rc46 .rc48-benefit{grid-template-columns:32px minmax(0,1fr);gap:6px;min-height:0;padding:4px 4px}
body.page-home.rc46 .rc48-benefit-icon{width:32px;height:32px}
body.page-home.rc46 .rc48-benefit-icon svg{width:18px;height:18px}
body.page-home.rc46 .rc48-benefit strong{margin-bottom:2px}
body.page-home.rc46 .rc48-benefit p{font-size:.62rem;line-height:1.25}
@media(max-width:560px){
  body.page-home.rc46 .rc48-category-benefits{padding-bottom:12px}
  body.page-home.rc46 .rc48-benefits-panel{padding:5px 8px}
  body.page-home.rc46 .rc48-benefit{grid-template-columns:32px minmax(0,1fr);gap:8px;min-height:0;padding:4px 4px}
  body.page-home.rc46 .rc48-benefit-icon{width:32px;height:32px}
  body.page-home.rc46 .rc48-benefit-icon svg{width:18px;height:18px}
  body.page-home.rc46 .rc48-benefit p{font-size:.64rem;line-height:1.3}
}

/* R12AI — mobile-only hero containment: the decorative hero illustration is
   intentionally omitted below 760px. Desktop/tablet (>=760px) remains R12AH. */
@media(max-width:759px){
  body.page-home.rc46 .rc46-identity-hero{
    width:100%;
    max-width:100%;
    min-width:0;
    overflow:hidden;
  }
  body.page-home.rc46 .rc46-identity-copy{
    width:100%;
    max-width:100%;
    min-width:0;
  }
  body.page-home.rc46 .rc46-identity-visual{display:none}
}
