
:root{
  --red:#d71920;
  --red-dark:#a80f15;
  --blue:#0876d1;
  --ink:#141414;
  --muted:#6d6d6d;
  --line:#e8e8e8;
  --soft:#f7f7f7;
  --white:#fff;
  --shadow:0 18px 50px rgba(0,0,0,.09);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;color:var(--ink);background:#fff}
img{max-width:100%;display:block}
button,a{font:inherit}
a{text-decoration:none;color:inherit}
.container{width:min(1180px,92%);margin:auto}
.topbar{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.95);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}
.nav{min-height:86px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:12px}
.brand img{width:58px;height:58px;object-fit:contain}
.brand strong{display:block;font-size:16px;letter-spacing:.03em}
.brand span{font-size:11px;color:var(--red);font-weight:900;letter-spacing:.15em}
.menu{display:flex;gap:28px;font-weight:700;font-size:14px}
.menu a:hover{color:var(--red)}
.cart-button{border:0;background:var(--ink);color:#fff;padding:12px 15px;border-radius:999px;display:flex;gap:8px;align-items:center;cursor:pointer}
.cart-button b{background:var(--red);min-width:22px;height:22px;padding:0 6px;border-radius:999px;display:grid;place-items:center;font-size:12px}
.hero{
  overflow:hidden;
  position:relative;
  background:
    linear-gradient(90deg,rgba(0,0,0,.72) 0%,rgba(0,0,0,.56) 48%,rgba(0,0,0,.22) 100%),
    url('assets/fondo-orgullo-jesus-maria.jpeg') 58% 46%/cover no-repeat;
  padding:72px 0;
}
.hero .hero-copy{position:relative;z-index:2;color:#fff}
.hero .hero-copy .eyebrow{color:#fff}
.hero .hero-copy p{color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.5)}
.hero .hero-copy h1{color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.45)}
.hero .hero-copy h1 em{color:#fff}
.hero .trust{color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.55)}

.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:60px;align-items:center}
.eyebrow{display:inline-block;color:var(--red);font-weight:900;letter-spacing:.16em;font-size:12px}
.hero h1{font-size:clamp(42px,6vw,76px);line-height:.98;margin:15px 0 22px;letter-spacing:-.045em}
.hero h1 em{font-style:normal;color:var(--red)}
.hero p{font-size:20px;color:#565656;max-width:680px;line-height:1.6}
.hero-actions{display:flex;gap:12px;margin:30px 0}
.btn{border:0;border-radius:12px;padding:14px 20px;font-weight:900;cursor:pointer;display:inline-flex;justify-content:center}
.btn-primary{background:var(--red);color:#fff;box-shadow:0 12px 30px rgba(215,25,32,.25)}
.btn-primary:hover{background:var(--red-dark)}
.btn-light{background:#fff;border:1px solid var(--line)}
.trust{display:flex;flex-wrap:wrap;gap:20px;font-size:13px;font-weight:700;color:#555}
.hero-card{min-height:470px;border-radius:32px;background:linear-gradient(145deg,#fff,#f4f4f4);display:grid;place-items:center;position:relative;box-shadow:var(--shadow);border:1px solid #eee}
.hero-card img{width:70%;filter:drop-shadow(0 22px 20px rgba(0,0,0,.13))}
.hero-badge{position:absolute;right:22px;bottom:22px;background:var(--red);color:#fff;width:70px;height:70px;border-radius:50%;display:grid;place-items:center;font-weight:900;font-size:22px;box-shadow:0 10px 30px rgba(215,25,32,.3)}
.products-section{padding:85px 0}
.section-heading{display:flex;justify-content:space-between;gap:25px;align-items:end;margin-bottom:30px}
.section-heading h2,.about h2,.contact h2{font-size:clamp(32px,4vw,48px);margin:8px 0}
.filters{display:flex;gap:8px;flex-wrap:wrap}
.filter{border:1px solid var(--line);background:#fff;border-radius:999px;padding:10px 14px;font-weight:800;cursor:pointer}
.filter.active,.filter:hover{background:var(--ink);color:#fff}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.product-card{border:1px solid var(--line);border-radius:22px;overflow:hidden;background:#fff;transition:.25s ease}
.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}
.product-card.hidden{display:none}
.product-image{position:relative;background:var(--soft);aspect-ratio:1/1;overflow:hidden}
.product-image img{width:100%;height:100%;object-fit:cover}
.tag{position:absolute;left:14px;top:14px;z-index:2;background:var(--red);color:#fff;border-radius:999px;padding:7px 10px;font-size:11px;font-weight:900}
.product-body{padding:18px}
.category{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:var(--muted);font-weight:900}
.product-body h3{font-size:18px;margin:8px 0}
.price{font-size:22px;font-weight:900;margin:14px 0}
.add{width:100%;border:0;background:#111;color:#fff;border-radius:10px;padding:12px;cursor:pointer;font-weight:900}
.add:hover{background:var(--red)}
.about{background:#111;color:#fff;padding:76px 0}
.about-grid{display:grid;grid-template-columns:280px 1fr;align-items:center;gap:54px}
.about-grid img{background:#fff;border-radius:50%;padding:16px}
.about p{color:#cfcfcf;font-size:18px;line-height:1.7}
.contact{padding:70px 0}
.contact-card{background:linear-gradient(135deg,#fff5f5,#f5f9ff);border:1px solid #eee;border-radius:26px;padding:42px;display:flex;justify-content:space-between;align-items:center;gap:28px}
.contact-card p{color:#666;margin-bottom:0}
footer{border-top:1px solid var(--line);padding:28px 0;color:#666}
.footer-grid{display:flex;justify-content:space-between;align-items:center;gap:20px}
.footer-brand{display:flex;align-items:center;gap:10px;color:#111}
.footer-brand img{width:42px}
.cart-panel{position:fixed;right:-460px;top:0;width:min(440px,94vw);height:100vh;background:#fff;z-index:50;box-shadow:-20px 0 60px rgba(0,0,0,.18);display:flex;flex-direction:column;transition:.32s ease}
.cart-panel.open{right:0}
.overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:40;opacity:0;pointer-events:none;transition:.3s}
.overlay.show{opacity:1;pointer-events:auto}
.cart-header{padding:24px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between}
.cart-header h2{margin:4px 0 0}
.close{border:0;background:#f2f2f2;width:42px;height:42px;border-radius:50%;font-size:28px;cursor:pointer}
.cart-items{padding:18px 24px;overflow:auto;flex:1}
.empty{color:#888;text-align:center;padding:60px 10px}
.cart-row{display:grid;grid-template-columns:1fr auto;gap:10px;border-bottom:1px solid var(--line);padding:14px 0}
.cart-row h4{margin:0 0 7px;font-size:15px}
.cart-row p{margin:0;color:#666;font-size:13px}
.qty{display:flex;align-items:center;gap:8px}
.qty button{width:28px;height:28px;border-radius:7px;border:1px solid var(--line);background:#fff;cursor:pointer}
.remove{border:0;background:transparent;color:var(--red);cursor:pointer;font-weight:800}
.cart-footer{padding:22px 24px;border-top:1px solid var(--line)}
.total{display:flex;justify-content:space-between;font-size:22px;margin-bottom:14px}
.cart-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.continue-shopping{width:100%;padding:14px;border:1px solid #cfcfcf;border-radius:11px;background:#fff;color:#111;font-weight:900;cursor:pointer}
.continue-shopping:hover{background:#f7f7f7}
.checkout{width:100%;padding:14px;border:0;border-radius:11px;background:#19a85b;color:#fff;font-weight:900;cursor:pointer}
.cart-footer small{display:block;color:#777;line-height:1.5;margin-top:10px}
@media(max-width:520px){.cart-actions{grid-template-columns:1fr}}
@media (max-width:980px){
  .menu{display:none}
  .hero-grid{grid-template-columns:1fr}
  .hero-card{min-height:360px}
  .product-grid{grid-template-columns:repeat(2,1fr)}
  .about-grid{grid-template-columns:180px 1fr}
}
@media (max-width:620px){
  .nav{min-height:74px}
  .brand img{width:48px;height:48px}
  .brand strong{font-size:13px}.brand span{font-size:9px}
  .cart-button span{display:none}
  .hero{padding:48px 0}
  .hero-actions{flex-direction:column}
  .section-heading{align-items:start;flex-direction:column}
  .product-grid{grid-template-columns:1fr}
  .about-grid{grid-template-columns:1fr}
  .about-grid img{width:160px}
  .contact-card{padding:28px;align-items:flex-start;flex-direction:column}
  .footer-grid{flex-direction:column;align-items:flex-start}
}

/* Encuadre del banner: prioridad a camiseta y copa */
@media (max-width: 620px){
  .hero{
    min-height:680px;
    background-position:54% 42%;
  }
}

/* Fondo de la zona del logo junto al texto principal */
.hero-card{
  background:
    linear-gradient(rgba(0,0,0,.06),rgba(0,0,0,.06)),
    url('assets/fondo-copa-destacada.png') center center/cover no-repeat;
  overflow:hidden;
}
.hero-card img{
  position:relative;
  z-index:2;
  width:58%;
  padding:18px;
  border-radius:50%;
  background:rgba(255,255,255,.90);
  box-shadow:0 14px 35px rgba(0,0,0,.24);
}
.hero-card .hero-badge{
  z-index:3;
}

/* =========================================================
   FONDOS INDEPENDIENTES PC / MÓVIL
   Cada archivo puede reemplazarse sin afectar al otro.
   ========================================================= */

/* PC / TABLET */
.hero{
  background:
    linear-gradient(90deg,rgba(0,0,0,.72) 0%,rgba(0,0,0,.56) 48%,rgba(0,0,0,.22) 100%),
    url('assets/fondo-principal-pc.jpeg') 58% 46%/cover no-repeat;
}
.hero-card{
  background:
    linear-gradient(rgba(0,0,0,.06),rgba(0,0,0,.06)),
    url('assets/fondo-copa-pc.png') center center/cover no-repeat;
}

/* TELÉFONO */
@media (max-width:620px){
  .hero{
    background:
      linear-gradient(90deg,rgba(0,0,0,.70),rgba(0,0,0,.38)),
      url('assets/fondo-principal-movil.jpeg') 54% 42%/cover no-repeat;
  }
  .hero-card{
    background:
      linear-gradient(rgba(0,0,0,.06),rgba(0,0,0,.06)),
      url('assets/fondo-copa-movil.png') center center/cover no-repeat;
  }
}

/* Botón junto a "Ver productos": mejorar legibilidad */
.hero .btn-light{
  background:#ffffff;
  color:#111111;
  border:2px solid #ffffff;
  text-shadow:none;
  box-shadow:0 8px 24px rgba(0,0,0,.20);
}
.hero .btn-light:hover{
  background:#f2f2f2;
  color:#d71920;
  border-color:#f2f2f2;
}

/* =========================================================
   ACABADO VISUAL PROFESIONAL
   Solo presentación: no agrega ni modifica contenido/rutinas
   ========================================================= */

body{
  background:#fff;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}

.topbar{
  background:rgba(255,255,255,.97);
  box-shadow:0 1px 0 rgba(0,0,0,.04),0 8px 28px rgba(0,0,0,.035);
}
.nav{min-height:92px}
.brand img{filter:drop-shadow(0 4px 8px rgba(0,0,0,.10))}
.menu{gap:34px}
.menu a{
  position:relative;
  letter-spacing:.015em;
  transition:color .2s ease;
}
.menu a:after{
  content:"";
  position:absolute;
  left:0;right:100%;bottom:-9px;
  height:2px;background:var(--red);
  transition:right .22s ease;
}
.menu a:hover:after{right:0}
.cart-button{
  padding:13px 17px;
  box-shadow:0 8px 20px rgba(0,0,0,.12);
  transition:transform .2s ease,box-shadow .2s ease;
}
.cart-button:hover{transform:translateY(-1px);box-shadow:0 11px 25px rgba(0,0,0,.16)}

.hero{padding:88px 0}
.hero-grid{gap:72px}
.hero-copy{max-width:720px}
.hero h1{
  letter-spacing:-.05em;
  line-height:1.01;
  margin-top:18px;
  margin-bottom:24px;
}
.hero p{line-height:1.55}
.hero-actions{margin:34px 0 28px}
.btn{
  min-height:50px;
  align-items:center;
  padding:14px 23px;
  border-radius:10px;
  letter-spacing:.01em;
  transition:transform .2s ease,box-shadow .2s ease,background .2s ease,color .2s ease;
}
.btn:hover{transform:translateY(-2px)}
.hero-card{
  border-radius:26px;
  border:1px solid rgba(255,255,255,.42);
  box-shadow:0 28px 65px rgba(0,0,0,.18);
}
.hero-card img{
  box-shadow:0 18px 45px rgba(0,0,0,.25);
}
.trust{gap:24px}

.products-section{padding:96px 0}
.section-heading{margin-bottom:38px}
.section-heading h2{letter-spacing:-.035em}
.filters{gap:10px}
.filter{
  padding:10px 16px;
  transition:all .2s ease;
}
.product-grid{gap:26px}
.product-card{
  border-color:#e9e9e9;
  border-radius:18px;
  box-shadow:0 5px 20px rgba(0,0,0,.035);
  transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease;
}
.product-card:hover{
  transform:translateY(-7px);
  border-color:#dedede;
  box-shadow:0 20px 42px rgba(0,0,0,.10);
}
.product-image{background:#f6f6f6}
.product-image img{transition:transform .35s ease}
.product-card:hover .product-image img{transform:scale(1.025)}
.product-body{padding:20px 20px 21px}
.product-body h3{margin:9px 0 6px;line-height:1.3}
.price{margin:13px 0 17px}
.add{
  min-height:44px;
  border-radius:9px;
  transition:background .2s ease,transform .2s ease;
}
.add:hover{transform:translateY(-1px)}

.about{padding:88px 0}
.about-grid{gap:64px}
.about-grid img{
  box-shadow:0 18px 50px rgba(0,0,0,.22);
}
.about h2{letter-spacing:-.035em}
.contact{padding:82px 0}
.contact-card{
  border-radius:22px;
  padding:48px;
  box-shadow:0 16px 45px rgba(0,0,0,.055);
}
.contact-card h2{letter-spacing:-.035em}

footer{padding:32px 0}
.footer-brand img{filter:drop-shadow(0 3px 5px rgba(0,0,0,.09))}

.cart-panel{box-shadow:-24px 0 70px rgba(0,0,0,.22)}
.cart-header{padding:27px}
.cart-items{padding:20px 27px}
.cart-footer{padding:24px 27px}
.checkout{
  min-height:48px;
  border-radius:10px;
  transition:filter .2s ease,transform .2s ease;
}
.checkout:hover{filter:brightness(.96);transform:translateY(-1px)}

@media (max-width:980px){
  .hero{padding:68px 0}
  .hero-grid{gap:42px}
  .product-grid{gap:20px}
}
@media (max-width:620px){
  .nav{min-height:76px}
  .hero{padding:52px 0}
  .hero h1{line-height:1.03}
  .hero-actions{gap:10px}
  .products-section{padding:68px 0}
  .section-heading{margin-bottom:26px}
  .product-grid{gap:18px}
  .product-card{border-radius:16px}
  .about{padding:66px 0}
  .contact{padding:58px 0}
  .contact-card{padding:30px 25px}
}


/* =========================================================
   CHECKOUT PROFESIONAL
   ========================================================= */
body.modal-open{overflow:hidden}
.checkout-modal{position:fixed;inset:0;z-index:70;display:none;align-items:center;justify-content:center;padding:24px}
.checkout-modal.open{display:flex}
.checkout-card{width:min(1040px,96vw);max-height:92vh;overflow:auto;background:#fff;border-radius:22px;box-shadow:0 30px 90px rgba(0,0,0,.25)}
.checkout-head{display:flex;align-items:center;justify-content:space-between;padding:24px 28px;border-bottom:1px solid var(--line);position:sticky;top:0;background:#fff;z-index:2}
.checkout-head h2{margin:4px 0 0;font-size:30px}
.checkout-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:0}
.checkout-main{padding:28px}.checkout-section+.checkout-section{margin-top:30px;padding-top:28px;border-top:1px solid var(--line)}
.checkout-section h3,.order-summary h3{margin:0 0 8px;font-size:19px}.checkout-help{margin:0 0 20px;color:#777;font-size:14px}
.checkout-fields{display:grid;grid-template-columns:1fr 1fr;gap:16px}.checkout-fields .full{grid-column:1/-1}.checkout-fields label{font-size:13px;font-weight:800}.checkout-fields label span{font-weight:400;color:#888}
.checkout-fields input,.checkout-fields textarea{width:100%;margin-top:7px;border:1px solid #d8d8d8;border-radius:10px;padding:12px 13px;font:inherit;background:#fff}.checkout-fields textarea{resize:vertical}.checkout-fields input:focus,.checkout-fields textarea:focus{outline:2px solid rgba(215,25,32,.12);border-color:var(--red)}
.payment-options{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:16px}.payment-option{border:1px solid #ddd;border-radius:12px;padding:14px;display:flex;align-items:flex-start;gap:9px;cursor:pointer}.payment-option:has(input:checked){border-color:var(--red);box-shadow:0 0 0 2px rgba(215,25,32,.10)}.payment-option input{margin-top:3px}.payment-option strong,.payment-option small{display:block}.payment-option small{margin-top:4px;color:#777;font-size:11px}
.payment-details{margin-top:14px;padding:14px 16px;background:#f7f7f7;border:1px solid #e6e6e6;border-radius:11px;color:#555;font-size:13px;line-height:1.55}.payment-details strong,.payment-details span,.payment-details small{display:block}.payment-details strong{color:#111;margin-bottom:4px}.payment-details small{margin-top:7px;color:#777}.payment-extra{margin-top:16px}
.order-summary{background:#fafafa;border-left:1px solid var(--line);padding:28px;position:relative}.summary-row{display:flex;justify-content:space-between;gap:16px;padding:12px 0;border-bottom:1px solid #e8e8e8;font-size:13px}.summary-row span{color:#555}.summary-row strong{white-space:nowrap}.summary-total{display:flex;justify-content:space-between;align-items:center;font-size:20px;padding:20px 0}.checkout-submit{width:100%;border:0;border-radius:10px;background:var(--red);color:#fff;padding:14px;font-weight:900;cursor:pointer}.checkout-submit:disabled{opacity:.6;cursor:wait}.order-summary>small{display:block;color:#777;line-height:1.45;margin-top:10px}
.checkout-success{text-align:center;padding:55px 28px 48px}.success-mark{width:72px;height:72px;border-radius:50%;display:grid;place-items:center;margin:0 auto 18px;background:#e9f7ee;color:#188a49;font-size:34px;font-weight:900}.checkout-success h2{font-size:34px;margin:8px 0 12px}.checkout-success p{color:#666;line-height:1.6}.checkout-success .btn{display:inline-flex;margin-top:14px}.secondary-link{display:block;margin:16px auto 0;border:0;background:transparent;color:#666;font-weight:800;cursor:pointer}
@media(max-width:820px){.checkout-modal{padding:0}.checkout-card{width:100vw;height:100vh;max-height:none;border-radius:0}.checkout-layout{grid-template-columns:1fr}.order-summary{border-left:0;border-top:1px solid var(--line)}.payment-options{grid-template-columns:1fr}.checkout-fields{grid-template-columns:1fr}.checkout-fields .full{grid-column:auto}.checkout-head{padding:19px 20px}.checkout-main,.order-summary{padding:22px}}

.success-payment-box{max-width:620px;margin:22px auto 0;padding:22px;border:1px solid #e4e4e4;border-radius:16px;background:#fafafa;text-align:left}.success-total-row{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-bottom:16px;margin-bottom:16px;border-bottom:1px solid #e5e5e5;font-size:16px}.success-total-row strong{font-size:24px;color:#111}.success-payment-box h3{margin:0 0 10px;font-size:20px;color:#111}.success-payment-details{margin-top:0;background:#fff}.success-payment-note{margin:14px 0 0!important;font-size:13px;color:#666!important}.checkout-success #sendWhatsapp{margin-top:22px}

/* Confirmación de pago con comprobante */
.payment-confirm-form{max-width:620px;margin:20px auto 0;padding:22px;border:1px solid #e4e4e4;border-radius:16px;background:#fff;text-align:left}
.payment-confirm-form h3{margin:0 0 7px;font-size:20px;color:#111}.payment-confirm-form>p{margin:0 0 18px;color:#666;font-size:13px}
.confirm-operation{display:block;font-size:13px;font-weight:800}.confirm-operation span{font-weight:400;color:#888}.confirm-operation input{width:100%;margin-top:7px;border:1px solid #d8d8d8;border-radius:10px;padding:12px 13px;font:inherit}
.receipt-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:16px}.receipt-choice{display:block;position:relative;padding:16px;border:1px dashed #cfcfcf;border-radius:12px;background:#fafafa;cursor:pointer;text-align:center}.receipt-choice:hover{border-color:var(--red);background:#fff8f8}.receipt-choice strong,.receipt-choice small{display:block}.receipt-choice small{margin-top:4px;color:#777;font-size:11px}.receipt-choice input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}
.receipt-selected{margin-top:12px;padding:10px 12px;border-radius:9px;background:#f4f4f4;color:#444;font-size:12px;overflow-wrap:anywhere}.payment-confirm-form .btn{width:100%;justify-content:center;margin-top:16px}.payment-confirm-result{margin-top:12px;padding:12px 14px;border-radius:10px;font-size:13px;font-weight:700}.payment-confirm-result.success{background:#e9f7ee;color:#187443}.payment-confirm-result.error{background:#fff0f0;color:#a51f24}
.checkout-success #sendWhatsapp{margin-top:12px}
@media(max-width:620px){.receipt-actions{grid-template-columns:1fr}.payment-confirm-form{padding:18px}}

/* Opciones de envío del recibo de pago */
.receipt-or{display:flex;align-items:center;gap:12px;margin:18px 0 12px;color:#888;font-weight:800;text-transform:uppercase}.receipt-or::before,.receipt-or::after{content:"";height:1px;background:#e3e3e3;flex:1}.receipt-or span{font-size:13px}.whatsapp-receipt-btn{width:100%;background:#25D366;color:#fff;border:0;font-weight:800}.whatsapp-receipt-btn:hover{filter:brightness(.96)}.whatsapp-receipt-note{margin:8px 0 0!important;font-size:12px!important;line-height:1.45;color:#666!important;text-align:center}

/* Mercado Pago: única forma de pago */
.single-payment-option{grid-template-columns:1fr}
.payment-option-fixed{cursor:default}
.mercadopago-pay-btn{display:inline-flex;align-items:center;justify-content:center;margin-top:12px;padding:12px 18px;border-radius:10px;background:#009ee3;color:#fff!important;font-weight:800;text-decoration:none;line-height:1.2;transition:transform .15s ease,filter .15s ease}
.mercadopago-pay-btn:hover{filter:brightness(.95);transform:translateY(-1px)}

/* Checkout Mercado Pago: resumen solo informativo y pago directo */
.checkout-pay-section{display:flex;flex-direction:column;align-items:stretch;gap:10px}
.pay-now-btn{font-size:18px;letter-spacing:.04em;padding:16px 20px}
.pay-help{display:block;color:#777;line-height:1.5;text-align:center}
