:root{
    --bg:#070a14;
    --nav:#081a5a;
    --danger:#e53935;
    --text:#eef2ff;
    --muted:rgba(238,242,255,.75);
    --line:rgba(255,255,255,.10);
    --shadow: 0 18px 40px rgba(0,0,0,.45);
    --radius: 18px;
    --container: 1150px;
  }
  
  *{ box-sizing:border-box; }
  html{ scroll-behavior:smooth; }
  body{
    margin:0;
    font-family: system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
    background: var(--bg);
    color: var(--text);
  }
  a{ color:inherit; text-decoration:none; }
  img{ display:block; max-width:100%; }
  
  .container{ width:min(var(--container), 92vw); margin-inline:auto; }
  
  /* TOPBAR */
  .topbar{
    background:#fff;
    color:#0b1025;
    border-bottom:1px solid rgba(0,0,0,.08);
  }
  .topbar__inner{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
    padding:10px 0;
  }
  .brand__logo{ width:92px; height:auto; }
  
  .topbar__right{
    display:flex;
    gap:10px;
    flex-wrap:wrap;
    justify-content:flex-end;
  }
  .chip{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:8px 12px;
    border-radius:999px;
    border:1px solid rgba(0,0,0,.10);
    background:#fff;
    font-weight:700;
    font-size:14px;
  }
  .chip--danger{
    background: var(--danger);
    border-color: rgba(0,0,0,.08);
    color:#fff;
  }
  
  /* TOPBAR TITLE */
  .topbar__title{
    flex:1;
    text-align:center;
    font-weight:1000;
    letter-spacing:.08em;
    text-transform:uppercase;
    font-size:14px;
    color:#081a5a;
  }
  @media (max-width: 900px){
    .topbar__title{ display:none; }
  }
  
  /* NAVBAR */
  .navbar{
    position:sticky;
    top:0;
    z-index:60;
    background: linear-gradient(180deg, rgba(8,26,90,.95), rgba(8,26,90,.88));
    backdrop-filter: blur(10px);
    border-bottom:1px solid var(--line);
  }
  .navbar__inner{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:10px 0;
    gap:14px;
  }
  
  .nav{ display:flex; gap:16px; align-items:center; }
  .nav__link{
    padding:10px 10px;
    border-radius:12px;
    color: rgba(255,255,255,.88);
    font-weight:700;
  }
  .nav__link:hover{ background: rgba(255,255,255,.08); }
  
  .menu-btn{
    display:none;
    width:44px; height:44px;
    border:1px solid rgba(255,255,255,.18);
    border-radius:14px;
    background: rgba(255,255,255,.06);
  }
  .menu-btn span{
    display:block;
    width:18px; height:2px;
    background:#fff;
    margin:4px auto;
    border-radius:2px;
  }
  
  /* BUTTONS */
  .btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:12px 16px;
    border-radius:14px;
    border:1px solid var(--line);
    background: rgba(255,255,255,.06);
    color:#fff;
    font-weight:800;
    cursor:pointer;
  }
  .btn--primary{
    background: rgba(229,57,53,.95);
    border-color: rgba(229,57,53,.65);
  }
  .btn--light{
    background:#fff;
    color:#0b1025;
    border-color: rgba(255,255,255,.25);
  }
  .btn--ghost{
    background: transparent;
    border-color: rgba(255,255,255,.25);
    color: rgba(255,255,255,.92);
  }
  
  /* HERO */
  .hero{
    position:relative;
    min-height: 72vh;
    display:flex;
    align-items:stretch;
    overflow:hidden;
    border-bottom:1px solid var(--line);
  }
  .hero__video,
  .hero__bg{
    position:absolute;
  inset:0;
  width:100%;
  height:100%;
  z-index:0;
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  }
  .hero__bg{ z-index:0; background-size:cover; background-position:center; }
  
  .hero__overlay{
    position:absolute; inset:0; z-index:1;
    background:
      radial-gradient(800px 400px at 35% 30%, rgba(8,26,90,.35), transparent 60%),
      linear-gradient(90deg, rgba(0,0,0,.55), rgba(0,0,0,.25));
  }
  
  .hero__ribbon{
    position:absolute;
    left:-8%;
    right:-8%;
    top: 15%;
    height: 120px;
    background: var(--danger);
    transform: rotate(-6deg);
    z-index:2;
    opacity:.95;
    box-shadow: 0 20px 60px rgba(0,0,0,.35);
  }
  
  .hero__content{
    position:relative;
    z-index:3;
    display:grid;
    grid-template-columns: 1.05fr .95fr;
    gap:20px;
    align-items:center;
    padding: 48px 0;
  }
  
  .kicker{
    letter-spacing:.22em;
    font-weight:900;
    font-size:12px;
    color: rgba(255,255,255,.78);
  }
  .hero__text h1{
    margin:8px 0 10px;
    font-size: clamp(30px, 3.6vw, 56px);
    line-height:1.02;
    text-transform:uppercase;
    text-shadow: 0 10px 30px rgba(0,0,0,.45);
  }
  .hero__text p{
    margin:0 0 18px;
    color: var(--muted);
    max-width: 56ch;
    font-size: 16px;
  }
  .hero__actions{ display:flex; gap:12px; flex-wrap:wrap; }
  
  /* HERO BRANDS FLOAT */
  .hero__brands{
    position: relative;
    min-height: 420px;
  }
  .brand-float{
    position:absolute;
    left: var(--x);
    top:  var(--y);
    width: 140px;
    height: 140px;
    display:flex;
    align-items:center;
    justify-content:center;
    background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(245,245,245,.95));
    border-radius: 22px;
    border: 1px solid rgba(0,0,0,.08);
    box-shadow: 0 18px 45px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.6);
    transform: rotate(var(--r));
    animation: floaty 6.5s ease-in-out infinite;
    backdrop-filter: blur(4px);
    z-index: 2;
  }
  .brand-float img{
    max-width: 85%;
    max-height: 85%;
    object-fit: contain;
    filter: drop-shadow(0 6px 12px rgba(0,0,0,.25));
  }
  .hero__center-logo{
    position:absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    width: 180px;
    padding:14px;
    background: rgba(255,255,255,.92);
    border-radius: 22px;
    box-shadow: var(--shadow);
    z-index: 4;
  }
  
  @keyframes floaty{
    0%,100%{ translate: 0 0; }
    50%{ translate: 0 -10px; }
  }
  
  /* SECTIONS */
  .section{ padding: 44px 0; }
  .section--alt{
    background: rgba(255,255,255,.03);
    border-top:1px solid var(--line);
    border-bottom:1px solid var(--line);
  }
  .section__head h2{ margin:0 0 8px; font-size: clamp(20px, 2.4vw, 34px); }
  .section__head p{ margin:0; color: var(--muted); }
  
  /* FOOTER */
  .footer{
    padding:20px 0 28px;
    border-top:1px solid var(--line);
    color: rgba(255,255,255,.72);
  }
  .footer__inner{
    display:flex;
    justify-content:space-between;
    gap:12px;
    flex-wrap:wrap;
  }
  
  /* WHATSAPP FLOAT */
 /* ===== WHATSAPP FLOAT (ÚNICO BOTÓN VERDE) ===== */
.wa-float{
    position:fixed;
    right:18px;
    bottom:18px;
  
    width:52px;
    height:52px;
  
    display:flex;
    align-items:center;
    justify-content:center;
  
    border-radius:999px;
    background:#25d366; /* único verde permitido */
    border:1px solid rgba(0,0,0,.12);
  
    box-shadow: 0 14px 35px rgba(0,0,0,.35);
    z-index:100;
  
    transition: transform .25s ease, box-shadow .25s ease;
  }
  
  .wa-float img{
    width:26px;
    height:26px;
    object-fit:contain;
    filter: drop-shadow(0 6px 10px rgba(0,0,0,.25));
  }
  
  .wa-float:hover{
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 18px 45px rgba(0,0,0,.45);
  }
  
  /* Mobile: un poco más pequeño */
  @media (max-width: 520px){
    .wa-float{
      width:48px;
      height:48px;
      right:14px;
      bottom:14px;
    }
  
    .wa-float img{
      width:24px;
      height:24px;
    }
  }
  
  
  /* REVEAL */
  .reveal{
    opacity:0;
    transform: translateY(16px);
    transition: opacity .6s ease, transform .6s ease;
  }
  .reveal.is-visible{
    opacity:1;
    transform: translateY(0);
  }
  
  /* RESPONSIVE NAV */
  @media (max-width: 980px){
    .hero__content{ grid-template-columns: 1fr; }
    .hero__brands{ min-height: 360px; }
  }
  @media (max-width: 860px){
    .menu-btn{ display:block; cursor:pointer; }
    .nav{
      position: fixed;
      left: 4vw; right: 4vw;
      top: 114px;
      display:none;
      flex-direction:column;
      padding:12px;
      border-radius: 18px;
      background: rgba(8,26,90,.95);
      border:1px solid rgba(255,255,255,.18);
      box-shadow: var(--shadow);
    }
    .nav.is-open{ display:flex; }
    .brand-float{ width: 120px; height:120px; }
    .hero__center-logo{ width: 160px; }
  }
  @media (max-width: 520px){
    .brand__logo{ width:78px; }
    .hero__ribbon{ top: 18%; height: 100px; }
    .brand-float{ width: 100px; height:100px; }
    .hero__brands{ min-height: 520px; }
    .hero__center-logo{ width: 150px; }
  }
  
  /* ===== MARCAS ALIADAS SLIDER ===== */
  .brands-slider{
    background:#fff;
    color:#111;
    padding:60px 0 50px;
    overflow:hidden;
  }
  .brands-title{
    text-align:center;
    font-size: clamp(22px, 2.6vw, 34px);
    font-weight:900;
    margin-bottom:40px;
    letter-spacing:.08em;
    text-transform:uppercase;
  }
  .brands-track{
    position:relative;
    overflow:hidden;
    width:100%;
  }
  .brands-marquee{
    display:flex;
    align-items:center;
    gap:60px;
    width:max-content;
    animation: brands-scroll 35s linear infinite;
  }
  .brand-item{
    flex:0 0 auto;
    width:200px;
    height:120px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#fff;
    border-radius:16px;
  }
  .brand-item img{
    max-width:100%;
    max-height:90px;
    object-fit:contain;
    opacity:1;
    transition: transform .35s ease;
  }
  .brand-item img:hover{ transform: scale(1.08); }
  @keyframes brands-scroll{
    from{ transform: translateX(0); }
    to{ transform: translateX(-50%); }
  }
  @media (max-width: 768px){
    .brands-marquee{ gap:40px; animation-duration: 25s; }
    .brand-item{ width:130px; height:80px; }
  }
  
  /* ===== PRODUCTOS SLIDER (AUTO + FLECHAS) ===== */
.products-auto{
    background:#f4f4f4;
    color:#111;
    padding:90px 0;
    overflow:hidden;
  }
  
  .products-header{
    text-align:left;
    margin-bottom:28px;
    max-width:640px;
  }
  
  .products-tag{
    display:inline-block;
    background: var(--danger);
    color:#fff;
    padding:6px 14px;
    font-weight:900;
    letter-spacing:.12em;
    text-transform:uppercase;
    font-size:12px;
    margin-bottom:10px;
    border-radius:999px;
  }
  
  .products-title{
    font-size: clamp(26px, 3vw, 40px);
    font-weight:1000;
    margin:10px 0 6px;
  }
  
  .products-desc{
    color: rgba(17,17,17,.70);
    max-width:520px;
  }
  
  /* wrapper */
  .products-slider{
    position:relative;
    display:flex;
    align-items:center;
  }
  
  /* ventana */
  .products-marquee{
    overflow:hidden;
    width:100%;
    position:relative;
    padding: 4px 0;
  }
  
  /* degradados laterales (para que se vea pro) */
  .products-marquee::before,
  .products-marquee::after{
    content:"";
    position:absolute;
    top:0; bottom:0;
    width:70px;
    pointer-events:none;
    z-index:2;
  }
  .products-marquee::before{
    left:0;
    background: linear-gradient(90deg, #f4f4f4 0%, rgba(244,244,244,0) 100%);
  }
  .products-marquee::after{
    right:0;
    background: linear-gradient(270deg, #f4f4f4 0%, rgba(244,244,244,0) 100%);
  }
  
  /* pista (IMPORTANTE: animamos con translate3d para suavidad) */
  .products-track{
    display:flex;
    gap:18px;
    width:max-content;
    will-change: transform;
    transform: translate3d(0,0,0); /* JS lo mueve */
  }
  
  /* auto scroll SOLO cuando el body tiene .auto-run */
  .auto-run .products-track{
    animation: productScroll 28s linear infinite;
  }
  
  /* @keyframes productScroll{
    from{ transform: translate3d(0,0,0); }
    to{ transform: translate3d(-50%,0,0); }
  } */
  
  /* pausa cuando pasas mouse */
  .products-slider:hover .products-track{
    animation-play-state: paused;
  }
  
  /* cards */
  .product-card{
    background:#fff;
    width:260px;
    flex:0 0 auto;
    padding:16px;
    text-align:center;
    border-radius:18px;
    box-shadow:0 14px 30px rgba(0,0,0,.15);
  }
  
  .product-card img{
    width:100%;
    height:150px;
    object-fit:contain;
  }
  
  .product-card h3{
    font-size:16px;
    margin:14px 0 6px;
  }
  
  .product-card p{
    font-size:14px;
    color:#666;
    min-height:40px;
  }
  
  .product-badge{
    display:inline-block;
    background:#ff9800;
    color:#fff;
    font-size:12px;
    padding:4px 10px;
    margin-bottom:10px;
    border-radius:999px;
    font-weight:900;
  }
  
  .product-badge.danger{ background: var(--danger); }
  
  /* Botón en cards: ROJO del tema (no verde) */
  .btn-whatsapp{
    margin-top:14px;
    width:100%;
    padding:12px 14px;
    border-radius:14px;
    border:1px solid rgba(229,57,53,.65);
    background: rgba(229,57,53,.95);
    color:#fff;
    font-weight:1000;
    cursor:pointer;
  }
  .btn-whatsapp:hover{ filter:brightness(1.05); }
  
  /* Flechas */
  .prod-arrow{
    width:44px;
    height:44px;
    border-radius:50%;
    border:none;
    background: var(--danger);
    color:#fff;
    font-size:28px;
    font-weight:900;
    cursor:pointer;
    display:grid;
    place-items:center;
    position:absolute;
    top:50%;
    transform: translateY(-50%);
    z-index:3;
    box-shadow: 0 10px 20px rgba(0,0,0,.20);
  }
  
  .prod-arrow.prev{ left:10px; }
  .prod-arrow.next{ right:10px; }
  .prod-arrow:hover{ background:#ff4d4d; }
  
  @media (max-width: 768px){
    .auto-run .products-track{ animation-duration: 30s; }
    .prod-arrow{ width:40px; height:40px; font-size:24px; }
    .prod-arrow.prev{ left:8px; }
    .prod-arrow.next{ right:8px; }
  }
  
  
  /* ===== CATEGORÍAS (con fondo tienda) ===== */
  .categories{
    position: relative;
    background-image:
      linear-gradient(rgba(7,10,20,0.88), rgba(7,10,20,0.88)),
      url("../assets/img/tienda.png");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    border-top:1px solid var(--line);
    border-bottom:1px solid var(--line);
  }
  
  .categories__head{
    text-align:center;
    margin-bottom:22px;
  }
  .categories__kicker{
    display:inline-block;
    font-weight:1000;
    letter-spacing:.22em;
    font-size:12px;
    color: rgba(255,255,255,.78);
    text-transform:uppercase;
    margin-bottom:6px;
  }
  .categories__head h2{
    color:#fff;
    text-transform: uppercase;
    letter-spacing: .08em;
  }
  .categories__head p{ color: rgba(255,255,255,.75); }
  
  .categories__grid{
    margin-top:18px;
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    gap:16px;
  }
  
  .cat-card{
    border:1px solid var(--line);
    border-radius: 22px;
    background: rgba(255,255,255,.06);
    backdrop-filter: blur(6px);
    box-shadow: 0 18px 40px rgba(0,0,0,.28);
    overflow:hidden;
    transition: transform .25s ease, box-shadow .25s ease;
  }
  .cat-card:hover{
    transform: translateY(-4px);
    box-shadow: 0 24px 60px rgba(0,0,0,.35);
  }
  .cat-card__media{
    position:relative;
    height: 170px;
    background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.02));
    display:flex;
    align-items:center;
    justify-content:center;
    padding:14px;
  }
  .cat-card__media::after{
    content:"";
    position:absolute;
    inset:auto -20% -40% -20%;
    height: 140px;
    background: rgba(229,57,53,.22);
    transform: rotate(-6deg);
  }
  .cat-card__media img{
    position:relative;
    z-index:1;
    max-width: 88%;
    max-height: 88%;
    object-fit: contain;
    filter: drop-shadow(0 12px 26px rgba(0,0,0,.35));
  }
  .cat-card__body{ padding:16px 16px 18px; }
  .cat-card__body h3{
    margin:0 0 10px;
    font-size:18px;
    font-weight:1000;
    text-transform:uppercase;
    letter-spacing:.04em;
  }
  .cat-card__body ul{
    margin:0 0 14px;
    padding-left:18px;
    color: rgba(238,242,255,.82);
  }
  .cat-card__body li{ margin:6px 0; }
  .cat-card__btn{
    width:100%;
    padding:12px 14px;
    border-radius: 14px;
    border:1px solid rgba(229,57,53,.65);
    background: rgba(229,57,53,.95);
    color:#fff;
    font-weight:1000;
    cursor:pointer;
  }
  
  @media (max-width: 980px){
    .categories__grid{ grid-template-columns: repeat(2, 1fr); }
  }
  @media (max-width: 640px){
    .categories__grid{ grid-template-columns: 1fr; }
    .cat-card__media{ height: 160px; }
  }
  
  /* ===== QUIÉNES SOMOS ===== */
  .about{
    position:relative;
    background:
      radial-gradient(900px 420px at 30% 10%, rgba(8,26,90,.25), transparent 60%),
      linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.00));
    border-top:1px solid var(--line);
    border-bottom:1px solid var(--line);
  }
  .about__hero{
    border:1px solid var(--line);
    border-radius: calc(var(--radius) + 6px);
    background: rgba(255,255,255,.03);
    box-shadow: 0 22px 60px rgba(0,0,0,.28);
    overflow:hidden;
  }
  .about__badge{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:10px 14px;
    margin:16px;
    border-radius:999px;
    background: rgba(229,57,53,.95);
    color:#fff;
    font-weight:1000;
    letter-spacing:.12em;
    text-transform:uppercase;
    font-size:12px;
  }
  .about__grid{
    display:grid;
    grid-template-columns: 1.2fr .8fr;
    gap:18px;
    padding: 10px 18px 18px;
  }
  .about__text{ padding: 6px 6px 16px; }
  .about__text h2{
    margin: 6px 0 10px;
    font-size: clamp(22px, 2.6vw, 34px);
    line-height:1.05;
    text-transform:uppercase;
    letter-spacing:.02em;
  }
  .about__lead{
    margin:0 0 10px;
    color: rgba(238,242,255,.86);
    font-size: 16px;
    max-width: 70ch;
  }
  .about__p{
    margin:0 0 16px;
    color: var(--muted);
    max-width: 75ch;
  }
  .about__actions{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
    margin-bottom: 16px;
  }
  .about__stats{
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    gap:10px;
    margin-top: 10px;
  }
  .stat{
    border:1px solid var(--line);
    border-radius: 16px;
    background: rgba(255,255,255,.04);
    padding:12px;
  }
  .stat__n{ font-weight:1000; font-size: 18px; line-height:1; }
  .stat__t{ margin-top:6px; color: rgba(238,242,255,.72); font-size: 13px; }
  
  .about__media{ padding: 10px; }
  .about__media img{
    width:100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
    border-radius: 18px;
    border:1px solid rgba(255,255,255,.12);
    box-shadow: 0 18px 50px rgba(0,0,0,.35);
  }
  
  .about__cards{
    margin-top: 16px;
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
  }
  .about-card{
    border:1px solid var(--line);
    border-radius: 22px;
    background: rgba(255,255,255,.04);
    box-shadow: 0 18px 45px rgba(0,0,0,.22);
    padding: 18px;
    transition: transform .25s ease, box-shadow .25s ease;
  }
  .about-card:hover{
    transform: translateY(-4px);
    box-shadow: 0 26px 70px rgba(0,0,0,.30);
  }
  .about-card__icon{
    width:44px;
    height:44px;
    border-radius: 14px;
    display:grid;
    place-items:center;
    background: rgba(229,57,53,.18);
    border: 1px solid rgba(229,57,53,.35);
    margin-bottom: 10px;
    font-size: 20px;
  }
  .about-card h3{
    margin:0 0 8px;
    font-weight:1000;
    letter-spacing:.04em;
    text-transform:uppercase;
  }
  .about-card p{ margin:0; color: var(--muted); }
  
  @media (max-width: 980px){
    .about__grid{ grid-template-columns: 1fr; }
    .about__media img{ min-height: 240px; }
    .about__stats{ grid-template-columns: 1fr; }
    .about__cards{ grid-template-columns: 1fr; }
  }
  
  /* ===== MÉTODOS DE PAGO ===== */
  .payments{
    position:relative;
    background:
      radial-gradient(900px 420px at 70% 0%, rgba(229,57,53,.16), transparent 55%),
      radial-gradient(900px 420px at 25% 20%, rgba(8,26,90,.26), transparent 60%),
      rgba(255,255,255,.02);
    border-top:1px solid var(--line);
    border-bottom:1px solid var(--line);
  }
  .payments__head{
    text-align:center;
    margin-bottom:18px;
  }
  .payments__kicker{
    display:inline-block;
    font-weight:1000;
    letter-spacing:.22em;
    font-size:12px;
    color: rgba(255,255,255,.78);
    text-transform:uppercase;
    margin-bottom:6px;
  }
  .payments__cards{
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    gap:14px;
    margin-top:16px;
  }
  .pay-card{
    border:1px solid var(--line);
    border-radius: 22px;
    background: rgba(255,255,255,.04);
    box-shadow: 0 18px 45px rgba(0,0,0,.22);
    padding: 18px;
    transition: transform .25s ease, box-shadow .25s ease;
  }
  .pay-card:hover{
    transform: translateY(-4px);
    box-shadow: 0 26px 70px rgba(0,0,0,.30);
  }
  .pay-card__icon{
    width:46px;
    height:46px;
    border-radius: 14px;
    display:grid;
    place-items:center;
    background: rgba(229,57,53,.18);
    border: 1px solid rgba(229,57,53,.35);
    margin-bottom: 10px;
    font-size: 20px;
  }
  .pay-card h3{
    margin:0 0 8px;
    font-weight:1000;
    text-transform:uppercase;
    letter-spacing:.04em;
    font-size: 16px;
  }
  .pay-card p{ margin:0; color: var(--muted); }
  
  .payments__strip{
    margin-top: 14px;
    border:1px solid var(--line);
    border-radius: 22px;
    background: rgba(255,255,255,.03);
    box-shadow: 0 20px 60px rgba(0,0,0,.22);
    overflow:hidden;
  }
  .payments__strip-inner{
    display:flex;
    gap:18px;
    align-items:center;
    justify-content:space-between;
    padding: 16px 18px;
    flex-wrap:wrap;
  }
  .pay-logo{
    width: 120px;
    height: 52px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius: 14px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.10);
  }
  .pay-logo img{
    width: 85%;
    height: 85%;
    object-fit: contain;
    filter: drop-shadow(0 10px 18px rgba(0,0,0,.22));
  }
  .payments__cta{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    padding: 14px 18px;
    border-top:1px solid var(--line);
    background: linear-gradient(90deg, rgba(8,26,90,.18), rgba(229,57,53,.10));
  }
  .payments__cta-text{
    display:flex;
    flex-direction:column;
    gap:3px;
  }
  .payments__cta-text strong{ font-weight:1000; }
  .payments__cta-text span{ color: rgba(238,242,255,.75); }
  
  @media (max-width: 980px){
    .payments__cards{ grid-template-columns: 1fr; }
    .payments__cta{ flex-direction:column; align-items:stretch; }
    .pay-logo{ width: 46%; }
  }
  @media (max-width: 520px){
    .pay-logo{ width: 100%; }
  }
  