@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap";:root{--vh-red: #e50914;--vh-black: #000;--vh-white: #fff;--vh-navbar-height: 84px;--vh-navbar-height-scrolled: 60px;box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}.vh-navbar{position:sticky;top:0;left:0;width:100%;background:var(--vh-white);z-index:1100;transition:box-shadow .22s ease,padding .22s ease,background .22s ease;border-bottom:1px solid rgba(0,0,0,.03)}.vh-navbar--scrolled{box-shadow:0 6px 18px #0a0c0f0f;padding:.45rem 0;background:#fffffffa}.vh-navbar__inner{max-width:1200px;margin:0 auto;padding:0 1rem;height:var(--vh-navbar-height);display:flex;align-items:center;justify-content:space-between;gap:1rem}.vh-navbar__brand{display:inline-flex;align-items:center;text-decoration:none}.vh-navbar__logo{height:72px;width:auto;transition:height .22s ease,transform .22s ease;display:block}.vh-navbar__links{display:flex;gap:1.25rem;align-items:center;flex:1 1 auto;margin-left:1rem;font-weight:600;font-size:.95rem;justify-content:center}.vh-navlink{text-decoration:none;color:var(--vh-black);padding:8px 10px;border-radius:8px;transition:background .16s ease,color .16s ease}.vh-navlink:hover,.vh-navlink:focus{background:#0000000a;color:var(--vh-red);outline:none}.vh-navlink.active{color:var(--vh-red)}.vh-navbar__actions{display:flex;gap:.6rem;align-items:center}.vh-btn{display:inline-block;padding:.5rem .9rem;border-radius:8px;font-weight:700;text-decoration:none}.vh-btn--outline{border:1px solid rgba(0,0,0,.08);background:transparent;color:var(--vh-black)}.vh-navbar__toggle{display:none;border:none;background:transparent;cursor:pointer;padding:8px;border-radius:8px}.vh-navbar__toggle:focus{outline:none;box-shadow:0 0 0 3px #0000000f}.vh-mobile-menu{display:none;position:fixed;inset:0;top:var(--vh-navbar-height);background:#fffffffa;z-index:1090;padding:1.25rem;overflow-y:auto}.vh-mobile-menu--open{display:block}.vh-mobile-menu__inner{width:100%;max-width:420px;margin:0 auto;background:#fff;border-radius:12px;padding:1rem;box-shadow:0 18px 40px #0a0a0a14;display:flex;flex-direction:column;gap:.6rem}.vh-mobile-menu__link{display:block;padding:.9rem .75rem;border-radius:8px;text-decoration:none;color:var(--vh-black);font-weight:700}.vh-mobile-menu__link:hover,.vh-mobile-menu__link:focus{background:#0000000a;outline:none}.vh-mobile-menu__cta{display:inline-block;padding:.9rem 1rem;border-radius:10px;background:var(--vh-red);color:var(--vh-white);text-align:center;font-weight:800}@media (max-width: 992px){.vh-navbar__inner{height:var(--vh-navbar-height-scrolled)}.vh-navbar__links,.vh-btn--outline{display:none}.vh-navbar__toggle{display:inline-flex}.vh-navbar__logo{height:56px}}@media (max-width: 420px){.vh-navbar__logo{height:48px}.vh-mobile-menu__inner{padding:.85rem;max-width:calc(100% - 1rem)}}@media (prefers-reduced-motion: reduce){.vh-navbar,.vh-navbar__logo,.vh-navlink,.vh-btn,.vh-mobile-menu{transition:none!important}}:root{--vh-upfooter-bg: #b2060f;--vh-primary: #e50914;--vh-upfooter-text: #ffffff;--vh-upfooter-accent: rgba(255,255,255,.95);--vh-upfooter-height: clamp(140px, 18vw, 220px);--vh-upfooter-max-width: 1200px}.vh-upfooter{position:relative;overflow:hidden;background:var(--vh-upfooter-bg);color:var(--vh-upfooter-text);padding:clamp(1.2rem,3.2vw,2.4rem) 0;display:flex;align-items:center;justify-content:center}.vh-upfooter__container{width:min(100%,var(--vh-upfooter-max-width));margin:0 auto;padding:0 1.25rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;min-height:var(--vh-upfooter-height);box-sizing:border-box;position:relative;z-index:3}@media (max-width: 768px){.vh-upfooter__container{justify-content:center}}.vh-upfooter__heading{margin:0;text-align:left;font-weight:800;color:var(--vh-upfooter-text);line-height:1.05;font-size:clamp(1.6rem,4.2vw,2.6rem);letter-spacing:-.02em;flex:1 1 60%}@media (max-width: 880px){.vh-upfooter__heading{text-align:center;flex-basis:100%;font-size:clamp(1.25rem,6vw,1.8rem)}}.vh-upfooter__cta{display:inline-flex;align-items:center;gap:.9rem;background:#000000d9;color:var(--vh-upfooter-accent);padding:.6rem 1.05rem;border-radius:999px;min-height:48px;box-shadow:0 8px 30px #00000040;text-decoration:none;font-weight:700;transition:transform .22s cubic-bezier(.2,.9,.2,1),background .22s ease,color .22s ease;border:3px solid rgba(255,255,255,.06);flex:0 0 auto}.vh-upfooter__cta:hover,.vh-upfooter__cta:focus{transform:translateY(-4px);background:var(--vh-upfooter-accent);color:var(--vh-upfooter-bg);outline:none}.vh-upfooter__cta-text{display:inline-block;font-size:clamp(.95rem,1.6vw,1.05rem);color:inherit;padding-left:4px}.vh-upfooter__cta-circle{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;background:var(--vh-upfooter-accent);color:var(--vh-upfooter-bg);border-radius:999px;box-shadow:0 2px 8px #0000002e;transition:transform .2s ease,background .2s ease}.vh-upfooter__cta:hover .vh-upfooter__cta-circle,.vh-upfooter__cta:focus .vh-upfooter__cta-circle{transform:translate(6px)}.vh-upfooter:before,.vh-upfooter:after,.vh-upfooter .vh-upfooter__container:before,.vh-upfooter .vh-upfooter__container:after{content:"";position:absolute;z-index:1;pointer-events:none;border-radius:24px;filter:blur(26px);opacity:.42;transform:rotate(-6deg)}.vh-upfooter:before{left:-6%;top:6%;width:320px;height:160px;background:linear-gradient(180deg,rgba(var(--vh-primary-r, 229),var(--vh-primary-g,9),var(--vh-primary-b,20),.2),rgba(var(--vh-primary-r,229),var(--vh-primary-g,9),var(--vh-primary-b,20),.08));transform:rotate(-12deg);opacity:.45}.vh-upfooter .vh-upfooter__container:before{right:18%;top:18%;width:360px;height:220px;background:linear-gradient(180deg,#ffffff0f,#ffffff05);filter:blur(28px);opacity:.14;transform:rotate(2deg)}.vh-upfooter:after{right:-6%;bottom:4%;width:420px;height:200px;background:linear-gradient(180deg,rgba(var(--vh-primary-r,229),var(--vh-primary-g,9),var(--vh-primary-b,20),.18),rgba(var(--vh-primary-r,229),var(--vh-primary-g,9),var(--vh-primary-b,20),.06));transform:rotate(6deg);opacity:.42}.vh-upfooter .vh-upfooter__container:after{content:"";position:absolute;right:0;top:0;z-index:2;width:48%;height:100%;background-image:linear-gradient(135deg,rgba(255,255,255,.02) 0 7%,transparent 7% 100%);opacity:.06;border-radius:18px;pointer-events:none}.vh-upfooter__cta:focus{box-shadow:0 0 0 4px #e509142e}@media (max-width: 880px){.vh-upfooter__cta{min-height:44px;padding:.5rem .9rem}.vh-upfooter:before,.vh-upfooter:after,.vh-upfooter .vh-upfooter__container:before{display:none}}@media (prefers-reduced-motion: reduce){.vh-upfooter__cta,.vh-upfooter__cta-circle{transition:none;transform:none}.vh-upfooter:before,.vh-upfooter:after,.vh-upfooter .vh-upfooter__container:before,.vh-upfooter .vh-upfooter__container:after{filter:blur(18px)}}:root{--vh-primary-r: 229;--vh-primary-g: 9;--vh-primary-b: 20}.vh-footer{font-family:Poppins,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;background:linear-gradient(180deg,#000000eb,#000);color:#fff;padding:clamp(1rem,2vw,2.5rem);border-radius:12px;box-shadow:0 6px 20px #00000080}.vh-footer.u-card{padding:1.25rem;background:linear-gradient(180deg,#000000eb,#000)}.vh-footer__container{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:1.25rem;align-items:start}@media (max-width: 950px){.vh-footer__container{grid-template-columns:repeat(2,1fr)}}@media (max-width: 560px){.vh-footer__container{grid-template-columns:1fr}}.vh-footer__brand{display:flex;flex-direction:column;gap:.5rem}.vh-footer__logo{width:130px;height:auto;object-fit:contain}.vh-footer__tagline{font-weight:600;color:#f5f5f5;font-size:clamp(.9rem,1.6vw,1.05rem)}.vh-footer__nav{display:flex;flex-direction:column;gap:.4rem}.vh-footer__link{color:#ddd;text-decoration:none;font-size:.95rem;transition:color .15s ease}.vh-footer__link:hover,.vh-footer__link:focus{color:#e50914;outline:none}.vh-footer__h3{margin:0 0 .4rem;font-size:1.05rem;font-weight:600}.vh-footer__small{margin:0 0 .6rem;color:#cfcfcf;font-size:.92rem}.vh-footer__form-row{display:flex;gap:.5rem}.vh-footer__input{flex:1;padding:.6rem .75rem;border-radius:8px;border:1px solid rgba(255,255,255,.08);background:#ffffff08;color:#fff;font-size:.95rem}.vh-footer__input::placeholder{color:#ffffff8c}.vh-footer__submit{padding:.6rem .9rem;border-radius:8px;font-weight:600}.vh-footer__social-row{display:flex;gap:.5rem}.vh-footer__social-link{display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:36px;border-radius:8px;background:#ffffff08;color:#fff;text-decoration:none;font-weight:600;font-size:.92rem;padding:0 8px}.vh-footer__social-link:focus,.vh-footer__social-link:hover{background:#ffffff0f;color:#e50914}.vh-footer__bottom{margin-top:1.25rem;border-top:1px solid rgba(255,255,255,.04);padding-top:1rem;display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.vh-footer__copyright{color:#cfcfcf;font-size:.92rem;margin:0}.vh-footer__legal{display:flex;gap:.6rem}.vh-footer__legal-link{color:#bfbfbf;text-decoration:none;font-size:.9rem}.vh-footer__legal-link:hover{color:#fff}.vh-footer__sr{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);border:0}.whatsapp-float{position:fixed;bottom:20px;right:20px;z-index:1000;animation:float 3s ease-in-out infinite}.whatsapp-link{display:flex;align-items:center;justify-content:center;width:60px;height:60px;background:#25d366;border-radius:50%;box-shadow:0 4px 12px #25d36666;transition:all .3s ease;text-decoration:none}.whatsapp-link:hover{transform:scale(1.1);box-shadow:0 6px 20px #25d36699;background:#20b358}.whatsapp-icon{width:32px;height:32px;color:#fff;transition:transform .3s ease}.whatsapp-link:hover .whatsapp-icon{transform:scale(1.1)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (max-width: 768px){.whatsapp-float{bottom:15px;right:15px}.whatsapp-link{width:50px;height:50px}.whatsapp-icon{width:28px;height:28px}}.btn{border-radius:10px;padding:.9rem 1.4rem;display:inline-flex;align-items:center;gap:.5rem;font-weight:600;text-decoration:none;transition:all .2s ease;cursor:pointer}.btn--primary{background:#e50914;color:#fff;border:none}.btn--primary:hover{background:#b2060f;transform:translateY(-2px)}.btn--outline{background:transparent;color:#fff;border:2px solid #fff}.btn--outline:hover{background:#fff;color:#000;transform:translateY(-2px)}.u-card{border-radius:12px;padding:1rem;background:#ffffff14;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:0 6px 18px #00000014}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Poppins,Inter,Montserrat,sans-serif;background-color:#fff;color:#000;line-height:1.6}a{text-decoration:none;color:inherit}
