:root{--black:#0a0a0a;--black-light:#111;--graphite:#1a1a1a;--graphite-mid:#222;--gray-dark:#2a2a2a;--gray-mid:#444;--gray:#666;--gray-light:#999;--gray-lighter:#b0b0b0;--white-off:#e8e8e8;--white:#f5f5f5;--white-pure:#fff;--red:#c52020;--red-bright:#e03030;--red-dark:#9a1818;--red-glow:#c520204d;--font-heading:"Outfit", sans-serif;--font-body:"Inter", sans-serif;--section-padding:120px 0;--container-width:1280px;--container-padding:0 40px;--transition-fast:.2s cubic-bezier(.4, 0, .2, 1);--transition-base:.3s cubic-bezier(.4, 0, .2, 1);--transition-smooth:.5s cubic-bezier(.4, 0, .2, 1);--transition-slow:.8s cubic-bezier(.25, .46, .45, .94);--shadow-sm:0 2px 8px #0000004d;--shadow-md:0 8px 32px #0006;--shadow-lg:0 16px 64px #00000080;--shadow-red:0 8px 32px #c5202040;--radius-sm:4px;--radius-md:8px;--radius-lg:16px;--radius-xl:24px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{font-family:var(--font-body);background-color:var(--black);color:var(--white);line-height:1.6;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit;transition:var(--transition-base);text-decoration:none}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;line-height:1.15}.container{width:100%;max-width:var(--container-width);padding:var(--container-padding);margin:0 auto}.section-label{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:3px;color:var(--red);align-items:center;gap:10px;margin-bottom:16px;font-size:.85rem;font-weight:600;display:inline-flex}.section-label:before{content:"";background:var(--red);width:32px;height:2px;display:block}.section-title{color:var(--white-pure);margin-bottom:20px;font-size:clamp(2rem,4vw,3.2rem);font-weight:800;line-height:1.1}.section-subtitle{color:var(--gray-light);max-width:600px;font-size:1.1rem;font-weight:400;line-height:1.7}.btn{border-radius:var(--radius-sm);font-family:var(--font-heading);letter-spacing:.5px;cursor:pointer;transition:var(--transition-base);border:none;justify-content:center;align-items:center;gap:10px;padding:16px 36px;font-size:.95rem;font-weight:600;display:inline-flex;position:relative;overflow:hidden}.btn:after{content:"";width:100%;height:100%;transition:var(--transition-smooth);background:linear-gradient(90deg,#0000,#ffffff1a,#0000);position:absolute;top:0;left:-100%}.btn:hover:after{left:100%}.btn-primary{background:var(--red);color:var(--white-pure);box-shadow:var(--shadow-red)}.btn-primary:hover{background:var(--red-bright);transform:translateY(-2px);box-shadow:0 12px 40px #c5202059}.btn-outline{color:var(--white-pure);background:0 0;border:2px solid #ffffff40}.btn-outline:hover{border-color:var(--red);color:var(--red-bright);transform:translateY(-2px)}.btn-whatsapp{color:var(--white-pure);background:#25d366}.btn-whatsapp:hover{background:#20bf5b;transform:translateY(-2px);box-shadow:0 12px 40px #25d3664d}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--black)}::-webkit-scrollbar-thumb{background:var(--gray-dark);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--red)}::selection{background:var(--red);color:var(--white-pure)}@media (width<=768px){:root{--section-padding:80px 0;--container-padding:0 20px}.section-title{font-size:clamp(1.6rem,6vw,2.4rem)}.btn{padding:14px 28px;font-size:.9rem}}@media (width<=480px){:root{--section-padding:60px 0;--container-padding:0 16px}}.header{z-index:1000;transition:var(--transition-base);padding:20px 0;position:fixed;top:0;left:0;right:0}.header--scrolled{-webkit-backdrop-filter:blur(20px);background:#0a0a0aeb;border-bottom:1px solid #ffffff0d;padding:12px 0}.header__inner{justify-content:space-between;align-items:center;display:flex}.header__logo{z-index:1001;align-items:center;gap:12px;display:flex}.header__logo-img{object-fit:contain;width:auto;height:48px}.header__logo-text{flex-direction:column;display:flex}.header__logo-name{font-family:var(--font-heading);color:var(--white-pure);font-size:1.05rem;font-weight:700;line-height:1.2}.header__logo-sub{color:var(--gray-light);letter-spacing:.5px;font-size:.7rem;font-weight:400}.header__nav{align-items:center;gap:32px;display:flex}.header__link{font-family:var(--font-body);color:var(--gray-lighter);letter-spacing:.3px;font-size:.88rem;font-weight:500;position:relative}.header__link:after{content:"";background:var(--red);width:0;height:2px;transition:var(--transition-base);position:absolute;bottom:-4px;left:0}.header__link:hover{color:var(--white-pure)}.header__link:hover:after{width:100%}.header__cta{padding:10px 24px;font-size:.85rem}.header__burger{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;gap:5px;padding:8px;display:none}.header__burger span{background:var(--white-pure);width:24px;height:2px;transition:var(--transition-base);border-radius:2px;display:block}.header__burger.active span:first-child{transform:rotate(45deg)translate(5px,5px)}.header__burger.active span:nth-child(2){opacity:0}.header__burger.active span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.header__mobile{-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);z-index:999;background:#0a0a0afa;flex-direction:column;justify-content:center;align-items:center;gap:24px;width:100%;height:100vh;display:flex;position:fixed;top:0;right:0}.header__mobile-link{font-family:var(--font-heading);color:var(--white);font-size:1.6rem;font-weight:600}.header__mobile-link:hover{color:var(--red)}@media (width<=960px){.header__nav{display:none}.header__burger{display:flex}}.hero{align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero__bg{z-index:0;position:absolute;inset:0}.hero__bg img{object-fit:cover;width:100%;height:100%;transform:scale(1.05)}.hero__overlay{background:linear-gradient(135deg,#0a0a0aeb 0%,#0a0a0abf 40%,#0a0a0a80 100%);position:absolute;inset:0}.hero__content{z-index:2;padding-top:120px;padding-bottom:80px;position:relative}.hero__badge{font-family:var(--font-heading);color:var(--red-bright);letter-spacing:1px;text-transform:uppercase;background:#c5202026;border:1px solid #c520204d;border-radius:100px;margin-bottom:24px;padding:8px 20px;font-size:.8rem;font-weight:600;display:inline-block}.hero__title{color:var(--white-pure);letter-spacing:-1px;margin-bottom:24px;font-size:clamp(2.5rem,6vw,5rem);font-weight:900;line-height:1.05}.hero__title-accent{background:linear-gradient(135deg, var(--red) 0%, var(--red-bright) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero__subtitle{color:var(--gray-lighter);max-width:560px;margin-bottom:40px;font-size:1.2rem;font-weight:400;line-height:1.7}.hero__actions{flex-wrap:wrap;gap:16px;display:flex}.hero__stats{border-top:1px solid #ffffff14;gap:48px;margin-top:80px;padding-top:40px;display:flex}.hero__stat{flex-direction:column;gap:4px;display:flex}.hero__stat-value{font-family:var(--font-heading);color:var(--red-bright);font-size:2rem;font-weight:800}.hero__stat-label{color:var(--gray-light);font-size:.85rem;font-weight:500}.hero__scroll{z-index:2;position:absolute;bottom:32px;left:50%;transform:translate(-50%)}@media (width<=768px){.hero__title{font-size:clamp(2rem,8vw,3rem)}.hero__subtitle{font-size:1rem}.hero__stats{gap:24px;margin-top:48px}.hero__stat-value{font-size:1.5rem}.hero__actions{flex-direction:column}.hero__actions .btn{width:100%}}.about{padding:var(--section-padding);background:var(--black-light);position:relative}.about:before{content:"";background:linear-gradient(90deg,#0000,#c520204d,#0000);height:1px;position:absolute;top:0;left:0;right:0}.about__grid{grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid}.about__image{border-radius:var(--radius-lg);position:relative;overflow:hidden}.about__image img{object-fit:cover;border-radius:var(--radius-lg);width:100%;height:500px}.about__image-badge{background:var(--red);border-radius:var(--radius-md);align-items:center;gap:12px;padding:20px 24px;display:flex;position:absolute;bottom:24px;right:24px}.about__image-badge-number{font-family:var(--font-heading);color:var(--white-pure);font-size:2.2rem;font-weight:900;line-height:1}.about__image-badge-text{color:#ffffffd9;font-size:.8rem;font-weight:500;line-height:1.3}.about__text{color:var(--gray-lighter);margin-bottom:16px;font-size:1.05rem;line-height:1.8}.about__features{grid-template-columns:1fr 1fr;gap:16px;margin-top:32px;display:grid}.about__feature{background:var(--graphite);border-radius:var(--radius-md);transition:var(--transition-base);color:inherit;border:1px solid #ffffff0d;align-items:center;gap:12px;padding:16px;text-decoration:none;display:flex}.about__feature:hover{border-color:#c520204d;transform:translateY(-2px)}.about__feature-icon{flex-shrink:0;font-size:1.5rem}.about__feature div{flex-direction:column;gap:2px;display:flex}.about__feature strong{font-family:var(--font-heading);color:var(--white-pure);font-size:.9rem;font-weight:600}.about__feature span{color:var(--gray-light);font-size:.78rem}@media (width<=960px){.about__grid{grid-template-columns:1fr;gap:48px}.about__image img{height:350px}}@media (width<=600px){.about__features{grid-template-columns:1fr}}.services{padding:var(--section-padding);background:var(--black)}.services__header{text-align:center;margin-bottom:64px}.services__header .section-label{justify-content:center}.services__header .section-subtitle{margin:0 auto}.services__grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.services__card{background:var(--graphite);border-radius:var(--radius-lg);transition:var(--transition-base);cursor:default;border:1px solid #ffffff0d;overflow:hidden}.services__card:hover{box-shadow:var(--shadow-md);border-color:#c520204d}.services__card-img{height:200px;position:relative;overflow:hidden}.services__card-img img{object-fit:cover;width:100%;height:100%;transition:var(--transition-slow)}.services__card:hover .services__card-img img{transform:scale(1.08)}.services__card-img-overlay{background:linear-gradient(#0000 40%,#1a1a1af2 100%);position:absolute;inset:0}.services__card-body{padding:28px}.services__card-icon{margin-bottom:12px;font-size:1.8rem;display:block}.services__card-title{font-family:var(--font-heading);color:var(--white-pure);margin-bottom:8px;font-size:1.2rem;font-weight:700}.services__card-desc{color:var(--gray-light);font-size:.9rem;line-height:1.6}@media (width<=960px){.services__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.services__grid{grid-template-columns:1fr}}.diff{padding:var(--section-padding);background:var(--black-light);position:relative}.diff:before{content:"";background:linear-gradient(90deg,#0000,#c520204d,#0000);height:1px;position:absolute;top:0;left:0;right:0}.diff__header{text-align:center;margin-bottom:64px}.diff__header .section-label{justify-content:center}.diff__grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.diff__card{background:var(--graphite-mid);border-radius:var(--radius-md);transition:var(--transition-base);border:1px solid #ffffff0d;padding:32px 24px;position:relative;overflow:hidden}.diff__card:hover{box-shadow:var(--shadow-md)}.diff__icon{margin-bottom:16px;font-size:2rem;display:block}.diff__title{font-family:var(--font-heading);color:var(--white-pure);margin-bottom:8px;font-size:1.05rem;font-weight:700}.diff__desc{color:var(--gray-light);font-size:.85rem;line-height:1.6}.diff__line{background:var(--red);width:0;height:3px;transition:var(--transition-smooth);position:absolute;bottom:0;left:0}.diff__card:hover .diff__line{width:100%}@media (width<=960px){.diff__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.diff__grid{grid-template-columns:1fr}}.gallery{padding:var(--section-padding);background:var(--black)}.gallery__header{text-align:center;margin-bottom:64px}.gallery__header .section-label{justify-content:center}.gallery__grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.gallery__item{border-radius:var(--radius-md);cursor:pointer;aspect-ratio:4/3;position:relative;overflow:hidden}.gallery__item img{object-fit:cover;width:100%;height:100%;transition:var(--transition-slow)}.gallery__item:hover img{transform:scale(1.1)}.gallery__item-overlay{opacity:0;transition:var(--transition-base);background:linear-gradient(#0000 50%,#0a0a0ad9 100%);align-items:flex-end;padding:20px;display:flex;position:absolute;inset:0}.gallery__item:hover .gallery__item-overlay{opacity:1}.gallery__item-tag{display:none}.gallery__lightbox{z-index:9999;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;background:#000000eb;justify-content:center;align-items:center;padding:40px;display:flex;position:fixed;inset:0}.gallery__lightbox img{object-fit:contain;border-radius:var(--radius-md);max-width:90vw;max-height:85vh}.gallery__lightbox-close{color:var(--white-pure);cursor:pointer;width:48px;height:48px;transition:var(--transition-base);background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.6rem;display:flex;position:absolute;top:24px;right:32px}.gallery__lightbox-close:hover{background:var(--red)}@media (width<=768px){.gallery__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.gallery__grid{grid-template-columns:1fr}}.cta{padding:140px 0;position:relative;overflow:hidden}.cta__bg{position:absolute;inset:0}.cta__bg img{object-fit:cover;width:100%;height:100%}.cta__overlay{background:linear-gradient(135deg,#0a0a0aed 0%,#c5202026 100%);position:absolute;inset:0}.cta__content{z-index:2;text-align:center;position:relative}.cta__title{color:var(--white-pure);margin-bottom:20px;font-size:clamp(2rem,4.5vw,3.5rem);font-weight:900;line-height:1.1}.cta__title span{color:var(--red-bright)}.cta__text{color:var(--gray-lighter);max-width:500px;margin-bottom:40px;margin-left:auto;margin-right:auto;font-size:1.15rem}.cta__actions{justify-content:center;display:flex}@media (width<=768px){.cta{padding:100px 0}}.footer{background:var(--graphite);border-top:1px solid #ffffff0d;padding:80px 0 0}.footer__grid{grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:48px;padding-bottom:60px;display:grid}.footer__logo{align-items:center;gap:12px;margin-bottom:20px;display:flex}.footer__logo-img{object-fit:contain;width:auto;height:44px}.footer__logo-name{font-family:var(--font-heading);color:var(--white-pure);font-size:1rem;font-weight:700;line-height:1.2;display:block}.footer__logo-sub{color:var(--gray-light);font-size:.7rem}.footer__desc{color:var(--gray-light);font-size:.9rem;line-height:1.7}.footer__heading{font-family:var(--font-heading);color:var(--white-pure);text-transform:uppercase;letter-spacing:1px;margin-bottom:20px;font-size:.95rem;font-weight:700}.footer__links li{margin-bottom:10px}.footer__links a{color:var(--gray-light);font-size:.88rem}.footer__links a:hover{color:var(--red-bright);padding-left:4px}.footer__contact{flex-direction:column;gap:14px;display:flex}.footer__contact-item{color:var(--gray-lighter);align-items:center;gap:10px;font-size:.88rem;display:flex}.footer__contact-item:hover{color:var(--red-bright)}.footer__contact-item svg{color:var(--red);flex-shrink:0}.footer__bottom{border-top:1px solid #ffffff0f;justify-content:center;align-items:center;gap:12px;padding:24px 0;display:flex}.footer__bottom p{color:var(--gray);margin:0;font-size:.82rem}.footer__badge{object-fit:contain;width:auto;height:32px;display:inline-block}@media (width<=600px){.footer__bottom{text-align:center;flex-direction:column;gap:8px}}@media (width<=960px){.footer__grid{grid-template-columns:1fr 1fr;gap:40px}}@media (width<=600px){.footer__grid{grid-template-columns:1fr;gap:32px}}.whatsapp-float{color:#fff;z-index:1000;background-color:#25d366;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;text-decoration:none;transition:transform .15s,box-shadow .15s;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 8px 20px #25d36633}.whatsapp-float:hover{transform:translateY(-4px)scale(1.03);box-shadow:0 12px 28px #25d36647}.whatsapp-float svg{display:block}@media (width<=480px){.whatsapp-float{width:56px;height:56px;bottom:16px;right:16px}}
