:root{
  --brand:#13317B;
  --accent:#DADADA;
  --white:#FFFFFF;
  --ink:#1b1f2a;
}

.catalog-tabs{background:linear-gradient(180deg,#f8f9fc 0%,#eef2f7 100%)}
.pill-tabs{display:inline-grid;grid-auto-flow:column;gap:10px;background:var(--white);border:1px solid #e7e7e7;border-radius:999px;padding:6px;box-shadow:0 8px 22px rgba(0,0,0,.08)}
.pill{border:0;outline:0;background:transparent;color:var(--brand);font-weight:700;font-size:15px;letter-spacing:.02em;border-radius:999px;padding:10px 18px;transition:.2s}
.pill.is-active{background:var(--brand);color:#fff}
.pill:focus-visible{box-shadow:0 0 0 3px rgba(19,49,123,.28)}
.tab-panels{margin-top:18px}
.tab-panel{display:none}
.tab-panel.is-active{display:block}
.tab-panel[hidden]{display:none}

.cards{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:22px}
@media(min-width:576px){.cards{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(min-width:992px){.cards{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(min-width:1200px){.cards{grid-template-columns:repeat(4,minmax(0,1fr))}}

.kcard{display:flex;flex-direction:column;background:#fff;border-radius:16px;overflow:hidden;text-decoration:none;color:inherit;box-shadow:0 10px 28px rgba(0,0,0,.10);transition:transform .18s ease,box-shadow .18s ease}
.kcard:hover{transform:translateY(-3px);box-shadow:0 16px 36px rgba(0,0,0,.14)}
.kcard-thumb{width:100%}
.kcard-thumb img{
  width:100%;
  height:auto;
  aspect-ratio:16/9;
  object-fit:cover;
  display:block;
}
.kcard-body{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;background:linear-gradient(180deg,#ffffff 0%,#f9fafc 100%)}
.kcard-title{font-size:18px;font-weight:700;color:var(--brand);margin:0}
.kcard-cta{display:inline-flex;align-items:center;justify-content:center;background:var(--brand);color:#fff;border-radius:10px;padding:8px 14px;font-weight:700;min-width:56px}
.kcard:focus-visible{outline:3px solid rgba(19,49,123,.28);outline-offset:3px}
.brands-section{background:#F7F9FC;border-top:1px solid var(--accent,#DADADA);border-bottom:1px solid var(--accent,#DADADA)}
.brands-section .brands-eyebrow{display:inline-block;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#7C8AA0;margin-bottom:.25rem}
.brands-section .brands-title{font-weight:900;color:var(--brand,#13317B);margin:0}
.brands-section .brands-sub{color:#4B5563;margin:.5rem auto 0;max-width:60ch}

.brands-section .brands-grid{
  display:grid;
  gap:14px;
  grid-template-columns:repeat(2,minmax(0,1fr));
}
@media (min-width:576px){
  .brands-section .brands-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media (min-width:768px){
  .brands-section .brands-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
}
@media (min-width:1200px){
  .brands-section .brands-grid{grid-template-columns:repeat(6,minmax(0,1fr))}
}
.brands-section .brand-card{background:#fff;border:1px solid var(--accent,#DADADA);border-radius:14px;padding:16px 14px;text-align:center;text-decoration:none;position:relative;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease;box-shadow:0 10px 18px rgba(0,0,0,.05);outline:0}
.brands-section .brand-card:hover{transform:translateY(-3px);border-color:#cfd6e4;box-shadow:0 16px 30px rgba(0,0,0,.08)}
.brands-section .brand-card:focus-visible{outline:2px solid var(--brand,#13317B);outline-offset:2px}
.brands-section .brand-logo{display:grid;place-items:center;height:72px;margin-bottom:10px;filter:grayscale(1) contrast(.95);opacity:.9;transition:filter .2s ease,opacity .2s ease}
.brands-section .brand-card:hover .brand-logo,.brands-section .brand-card:focus-visible .brand-logo{filter:none;opacity:1}
.brands-section .brand-logo img{max-width:140px;max-height:72px;width:auto;height:auto;object-fit:contain}
.brands-section .brand-name{display:block;font-weight:800;color:#111827;font-size:.95rem}
@media (prefers-reduced-motion:no-preference){
  .brands-section .brand-card{opacity:0;transform:translateY(8px)}
  .brands-section .brand-card.is-in{opacity:1;transform:none;transition:opacity .4s ease,transform .4s ease,box-shadow .15s ease,border-color .15s ease}
}

.hero-wrap .hero-img{
  max-width: 100%;
  width: 100%;
  height: auto;           
  object-fit: contain;    
  border-radius: 18px;
}

.hero-wrap .hero-sub{ max-width: 46ch; }
@media (min-width:768px){
  .hero-wrap #heroCarousel .carousel-item{
    padding-block: 16px;  
  }
  .hero-wrap #heroCarousel .carousel-item > .container,
  .hero-wrap #heroCarousel .carousel-item .row{
    height: auto;
  }
  .hero-wrap #heroCarousel .carousel-item .col-lg-6{
    display: flex;
    flex-direction: column;  
    justify-content: center; 
    align-items: flex-start;  
    gap: 12px;                
    aspect-ratio: 16 / 9;     
  }

  .hero-wrap .hero-img{
    height: 100%;
    object-fit: cover;       
  }

  .hero-wrap #heroCarousel .carousel-item .col-lg-6:first-child{
    position: relative;
    padding: 32px;
    color: #fff;
    border-radius: 18px;
  }
  .hero-wrap #heroCarousel .carousel-item .col-lg-6:first-child::before{
    content: "";
    position: absolute;
    inset: 0;                 
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(19,49,123,.95) 0%, rgba(19,49,123,.88) 100%);
    box-shadow: 0 12px 30px rgba(0,0,0,.18);
    z-index: 0;
  }
  .hero-wrap #heroCarousel .carousel-item .col-lg-6:first-child > *{
    position: relative;
    z-index: 1;              
  }
}

.hero-wrap .hero-btn-outline{
  border-color: rgba(255,255,255,.75);
}


.wa-float{
  position: fixed;
  right: 16px;           
  bottom: 16px;          
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: #25D366;   
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(0,0,0,.2);
  transition: transform .15s ease, box-shadow .15s ease, opacity .15s ease;
  z-index: 2147483647;   
  padding-bottom: env(safe-area-inset-bottom); 
}

.wa-float:hover{
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0,0,0,.25);
  opacity: .95;
}

@media (max-width: 480px){
  .wa-float{
    right: 12px;
    bottom: 12px;
    width: 52px;
    height: 52px;
  }
}

