.brands-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px;margin-top:44px}.brand-card{position:relative;background-color:var(--bg-card);border:1px solid var(--border-color);border-bottom:3px solid var(--brand-primary);border-radius:20px;padding:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:120px;box-shadow:0 4px 16px rgba(0,0,0,.02);transition:all .35s cubic-bezier(.4, 0, .2, 1);cursor:default;overflow:hidden}.brand-card:hover{transform:translateY(-5px);border-color:rgba(198,2,2,.35);border-bottom-color:var(--brand-primary);box-shadow:0 14px 30px rgba(198,2,2,.09),0 2px 8px rgba(0,0,0,.04)}.brand-logo-wrap{width:100%;flex:1;min-height:66px;padding:16px 14px 12px;display:flex;align-items:center;justify-content:center;transition:transform .3s ease}.brand-card:hover .brand-logo-wrap{transform:scale(1.06)}.brand-logo-img{max-height:38px;max-width:120px;width:auto;height:38px;object-fit:contain;image-rendering:-webkit-optimize-contrast;display:block}.brand-name-label{width:100%;padding:8px 12px 12px;border-top:1px solid var(--border-color);font-family:var(--font-heading);font-size:.88rem;font-weight:700;color:var(--text-sub);letter-spacing:.02em;transition:color .3s ease,border-color .3s ease;display:block}.brand-card:hover .brand-name-label{color:var(--brand-primary);font-weight:700}[data-theme=dark] .brand-card{background-color:#141720;border-color:rgba(255,255,255,.08);border-bottom-color:var(--brand-primary)}[data-theme=dark] .brand-card:hover{border-color:var(--brand-primary);box-shadow:0 14px 30px rgba(0,0,0,.5),0 0 20px rgba(198,2,2,.2)}[data-theme=dark] .brand-name-label{color:#fafafa;border-top-color:rgba(255,255,255,.08)}[data-theme=dark] .brand-card:hover .brand-name-label{color:#fff}@media (max-width:1199px){.brands-grid{grid-template-columns:repeat(4,1fr);gap:18px}}@media (max-width:860px){.brands-grid{grid-template-columns:repeat(3,1fr);gap:16px}.brand-card{min-height:105px}.brand-logo-wrap{min-height:54px;padding:12px 10px 8px}.brand-logo-img{height:30px;max-height:30px}.brand-name-label{padding:6px 8px 10px;font-size:.82rem}}@media (max-width:480px){.brands-grid{grid-template-columns:repeat(2,1fr);gap:12px}.brand-card{min-height:95px;border-radius:16px}.brand-logo-wrap{min-height:48px;padding:10px 8px 6px}.brand-name-label{padding:5px 6px 8px;font-size:.78rem}}.brands-cta-wrap{position:relative;margin-top:40px;background:linear-gradient(135deg,#10141e 0,#0b0e14 100%);border:1.5px solid rgba(198,2,2,.35);border-radius:24px;padding:30px 36px;box-shadow:0 16px 40px rgba(0,0,0,.25),0 0 30px rgba(198,2,2,.12);overflow:hidden;isolation:isolate;width:100%;box-sizing:border-box}.brands-cta-glow-bg{position:absolute;inset:0;background:radial-gradient(circle at top left,rgba(198,2,2,.22) 0,transparent 60%),radial-gradient(circle at bottom right,rgba(37,211,102,.12) 0,transparent 50%);pointer-events:none;z-index:1}.brands-cta-wrap::after{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#ef2a2a,#c60202,transparent);border-radius:24px 24px 0 0;z-index:2}.brands-cta-content{position:relative;z-index:3;display:flex;align-items:center;justify-content:space-between;gap:32px;width:100%}.brands-cta-text-block{flex:1;max-width:680px;text-align:left}.brands-cta-badge{display:inline-flex;align-items:center;gap:6px;background:rgba(198,2,2,.18);border:1px solid rgba(198,2,2,.4);color:#ff6b6b;font-size:.78rem;font-weight:700;padding:5px 12px;border-radius:var(--r-pill);margin-bottom:10px}.brands-cta-badge svg{color:#ef2a2a}.brands-cta-title{font-family:var(--font-heading);font-size:1.3rem;font-weight:700;color:#fff!important;line-height:1.3;margin:0 0 8px 0}.brands-cta-title .heading-accent{color:#ff4d4d!important}.brands-cta-desc{font-size:.88rem;line-height:1.55;color:#cbd5e1!important;margin:0}.brands-cta-actions{display:flex;align-items:center;gap:14px;flex-shrink:0;flex-wrap:wrap}.brands-cta-actions .btn-primary,.brands-cta-actions .btn:not(.btn-whatsapp){position:relative!important;display:inline-flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;padding:6px 6px 6px 22px!important;min-height:48px!important;border-radius:var(--r-pill)!important;font-family:var(--font-btn)!important;font-weight:700!important;font-size:.92rem!important;line-height:1.2!important;cursor:pointer!important;text-align:center!important;white-space:nowrap!important;text-decoration:none!important;isolation:isolate!important;overflow:hidden!important;background-color:var(--brand-primary)!important;color:#fff!important;border:1.5px solid var(--brand-primary)!important;box-shadow:0 8px 24px rgba(198,2,2,.35)!important;transition:all .35s cubic-bezier(.4, 0, .2, 1)!important;box-sizing:border-box!important}.brands-cta-actions .btn-primary>*,.brands-cta-actions .btn:not(.btn-whatsapp)>*{position:relative!important;z-index:2!important}.brands-cta-actions .btn-primary::before,.brands-cta-actions .btn:not(.btn-whatsapp)::before{content:''!important;position:absolute!important;inset:0!important;background:#09090b!important;border-radius:inherit!important;transform:scaleX(0)!important;transform-origin:right!important;transition:transform .4s cubic-bezier(.4, 0, .2, 1)!important;z-index:1!important;pointer-events:none!important}.brands-cta-actions .btn-primary:hover::before,.brands-cta-actions .btn:not(.btn-whatsapp):hover::before{transform:scaleX(1)!important;transform-origin:left!important}.brands-cta-actions .btn-primary:hover,.brands-cta-actions .btn:not(.btn-whatsapp):hover{color:#fff!important;border-color:#fff!important;box-shadow:0 12px 30px rgba(0,0,0,.4),0 0 15px rgba(255,255,255,.15)!important;transform:translateY(-2px)!important}.brands-cta-actions .btn-primary .btn-capsule-icon,.brands-cta-actions .btn:not(.btn-whatsapp) .btn-capsule-icon{width:34px!important;height:34px!important;min-width:34px!important;min-height:34px!important;aspect-ratio:1/1!important;border-radius:50%!important;background-color:#fff!important;color:var(--brand-primary)!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;flex-shrink:0!important;transition:transform .35s ease,background-color .35s ease,color .35s ease,box-shadow .35s ease!important}.brands-cta-actions .btn-primary .btn-capsule-icon svg,.brands-cta-actions .btn:not(.btn-whatsapp) .btn-capsule-icon svg{stroke:var(--brand-primary)!important;color:var(--brand-primary)!important;transition:transform .35s ease!important}.brands-cta-actions .btn-primary:hover .btn-capsule-icon,.brands-cta-actions .btn:not(.btn-whatsapp):hover .btn-capsule-icon{background-color:#fff!important;color:var(--brand-primary)!important;transform:scale(1.08)!important;box-shadow:0 4px 12px rgba(0,0,0,.25)!important}.brands-cta-actions .btn-primary:hover .btn-capsule-icon svg,.brands-cta-actions .btn:not(.btn-whatsapp):hover .btn-capsule-icon svg{transform:translateX(3px)!important}.brands-cta-actions .btn-whatsapp{position:relative!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;padding:12px 28px!important;border-radius:var(--r-pill)!important;border:1.5px solid var(--whatsapp-green)!important;background:rgba(37,211,102,.08)!important;color:#0fe468!important;font-family:var(--font-btn)!important;font-size:.92rem!important;font-weight:700!important;text-decoration:none!important;cursor:pointer!important;transition:all .35s cubic-bezier(.4, 0, .2, 1)!important;box-shadow:0 4px 14px rgba(37,211,102,.12)!important;overflow:hidden!important;isolation:isolate!important;min-height:48px!important;box-sizing:border-box!important}.brands-cta-actions .btn-whatsapp::before{content:''!important;position:absolute!important;inset:0!important;background:var(--whatsapp-green)!important;border-radius:inherit!important;transform:scaleX(0)!important;transform-origin:right!important;transition:transform .35s cubic-bezier(.4, 0, .2, 1)!important;z-index:-1!important}.brands-cta-actions .btn-whatsapp .wa-icon-svg{fill:currentColor!important;flex-shrink:0!important;width:18px!important;height:18px!important;transition:transform .3s ease!important}.brands-cta-actions .btn-whatsapp:hover{color:#fff!important;border-color:var(--whatsapp-green)!important;transform:translateY(-2px)!important;box-shadow:0 8px 25px rgba(37,211,102,.4)!important}.brands-cta-actions .btn-whatsapp:hover::before{transform:scaleX(1)!important;transform-origin:left!important}.brands-cta-actions .btn-whatsapp:hover .wa-icon-svg{transform:scale(1.1)!important;fill:#FFFFFF!important}[data-theme=dark] .brands-cta-actions .btn-whatsapp{background:rgba(37,211,102,.12)!important;border-color:var(--whatsapp-green)!important;color:#25d366!important}[data-theme=dark] .brands-cta-actions .btn-whatsapp:hover{color:#fff!important;background:var(--whatsapp-green)!important}@media (max-width:991px){.brands-cta-content{flex-direction:column;text-align:center;align-items:center;gap:22px}.brands-cta-text-block{text-align:center}.brands-cta-actions{justify-content:center;width:100%}}@media (max-width:640px){.brands-cta-wrap{padding:24px 18px;margin-top:28px;border-radius:20px}.brands-cta-actions{flex-direction:column;width:100%;gap:12px}.brands-cta-actions .btn,.brands-cta-actions .btn-whatsapp{width:100%!important;min-width:100%!important;justify-content:center!important;box-sizing:border-box!important}.brands-cta-actions .btn:not(.btn-whatsapp){justify-content:space-between!important}}