*,*:before,*:after{box-sizing:border-box}body{font-family:Inter,Arial,sans-serif;margin:0;background:#060606;color:#f0f0f0;min-width:320px;line-height:1.5}button{cursor:pointer}#root{min-height:100vh}.site{max-width:1160px;margin:0 auto;padding:0 1rem 3rem}.site.light{--hero-bg: linear-gradient(145deg, #ffffff 0%, #fff9e8 55%, #fff3d1 100%);--hero-border: #e0b300;--heading: #9a6100;--text-main: #1f2733;--text-soft: #495467;--badge-bg: #c01414;--badge-text: #ffffff;--badge-border: #ffe57f;--section-bg: linear-gradient(165deg, rgba(255, 255, 255, .97) 0%, rgba(248, 250, 253, .97) 100%);--section-border: rgba(23, 32, 48, .12);--section-left: #c70000;--card-bg: linear-gradient(165deg, rgba(255, 255, 255, .98) 0%, rgba(246, 249, 252, .98) 100%);--card-border: rgba(223, 181, 0, .42);--card-text: #29303d;--contact-bg: linear-gradient(165deg, rgba(255, 245, 245, .97) 0%, rgba(255, 240, 240, .97) 100%);--keyword-bg: rgba(255, 253, 242, .96);--keyword-border: rgba(210, 160, 0, .75);--keyword-text: #875f00;--marquee-bg: #ffffff;--marquee-border: #e0b300;--carousel-bg: #ffffff;--carousel-border: #e0b300;--dot-border: #dca900;--dot-bg: #f2f2f2;--dot-active: #ffcf20}.site.dark{--hero-bg: linear-gradient(135deg, #0e0e0e 0%, #1c1c1c 55%, #420000 100%);--hero-border: #ffd400;--heading: #ffd400;--text-main: #f3f3f3;--text-soft: #ececec;--badge-bg: #b10808;--badge-text: #ffffff;--badge-border: #ffd400;--section-bg: linear-gradient(165deg, rgba(24, 24, 24, .95) 0%, rgba(12, 12, 12, .95) 100%);--section-border: rgba(255, 212, 0, .2);--section-left: #c70000;--card-bg: linear-gradient(165deg, rgba(28, 28, 28, .95) 0%, rgba(15, 15, 15, .95) 100%);--card-border: rgba(255, 212, 0, .22);--card-text: #ededed;--contact-bg: linear-gradient(165deg, rgba(44, 7, 7, .9) 0%, rgba(22, 5, 5, .92) 100%);--keyword-bg: rgba(26, 26, 26, .95);--keyword-border: rgba(255, 212, 0, .65);--keyword-text: #ffe379;--marquee-bg: #050505;--marquee-border: #ffd400;--carousel-bg: #000000;--carousel-border: #ffd400;--dot-border: #ffce00;--dot-bg: #1f1f1f;--dot-active: #ffce00}.hero{background:var(--hero-bg);border:2px solid var(--hero-border);border-radius:18px;overflow:hidden;margin-top:1.2rem}.hero-content{padding:2rem}.brand-row{display:flex;align-items:center;width:100%;gap:1.2rem;margin-bottom:.8rem}.brand-icon{width:106px;height:106px;object-fit:contain;object-position:center;border-radius:10px;background:#ffffffc7;padding:4px}.label{display:block;flex:1;color:var(--heading);font-family:Anton,Bebas Neue,Oswald,Arial Narrow,Franklin Gothic Medium,sans-serif;font-weight:900;letter-spacing:clamp(1px,.28vw,4px);font-size:clamp(2.4rem,6.2vw,5rem);line-height:.9;text-transform:uppercase;white-space:nowrap;text-align:left;text-shadow:0 1px 0 rgba(0,0,0,.1);padding:0;margin:0}.hero h1{margin:0;color:var(--heading);font-size:clamp(1.6rem,3vw,2.5rem);line-height:1.2}.hero p{color:var(--text-main);margin:.8rem 0 0}.hero-badges{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1rem}.hero-badges span{background:var(--badge-bg);color:var(--badge-text);border:1px solid var(--badge-border);border-radius:10px;padding:.35rem .7rem;font-size:.92rem}.hero-marquee{margin-top:1rem}.section{background:var(--section-bg);border:1px solid var(--section-border);border-left:4px solid var(--section-left);border-radius:16px;margin-top:1.2rem;padding:1.25rem;box-shadow:0 12px 28px #0000004d}.section h2{margin-top:0;color:var(--heading);font-size:1.5rem}.section-intro{color:var(--text-soft);margin-bottom:1rem}.service-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.service-card{position:relative;overflow:hidden;background:var(--card-bg);border:1px solid var(--card-border);border-radius:14px;padding:1rem;min-height:236px;box-shadow:0 10px 26px #00000047;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.service-card:before{content:"";position:absolute;left:0;top:0;right:0;height:4px;background:linear-gradient(90deg,#ffd400,#f59e0b 45%,#c70000)}.service-card:hover{transform:translateY(-4px);border-color:#ffd4007a;box-shadow:0 16px 34px #0006}.service-card h3{margin-top:.2rem;color:var(--heading);font-size:1.08rem;line-height:1.35}.service-card p{color:var(--card-text);margin-bottom:0;line-height:1.65;font-size:.97rem}.carousel-wrapper{position:relative;border:2px solid var(--carousel-border);border-radius:14px;background:var(--carousel-bg);overflow:hidden}.carousel-viewport{overflow:hidden;width:100%}.carousel-track{display:flex;flex-direction:row;transition:transform .35s ease-out;will-change:transform}.carousel-slide{flex:0 0 100%;width:100%;position:relative;height:clamp(240px,46vw,560px);display:flex;align-items:center;justify-content:center;background:var(--carousel-bg)}.carousel-slide img{width:100%;height:100%;object-fit:contain;object-position:center}.slide-caption{position:absolute;left:0;right:0;bottom:0;padding:.7rem 1rem;background:linear-gradient(transparent,#000000f2);color:#fff}.slide-caption p{margin:0}.slide-caption strong{color:var(--heading)}.arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;border:none;border-radius:999px;width:38px;height:38px;background:#ffd400eb;color:#111;font-size:1.6rem;line-height:1;cursor:pointer;-webkit-user-select:none;user-select:none;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.arrow-left{left:.6rem}.arrow-right{right:.6rem}.dot-row{margin-top:.7rem;display:flex;flex-wrap:wrap;gap:.35rem}.dot{width:12px;height:12px;border:1px solid var(--dot-border);background:var(--dot-bg);border-radius:50%;padding:0}.dot.active{background:var(--dot-active)}.marquee{border-radius:12px;overflow:hidden;border:1px solid var(--marquee-border);background:var(--marquee-bg)}.marquee-track{display:flex;width:max-content;animation:horizontal-scroll 22s linear infinite}.marquee:hover .marquee-track{animation-play-state:paused}.marquee-item{flex:0 0 clamp(250px,38vw,420px);height:clamp(190px,28vw,320px);border-right:1px solid #333}.marquee-item img{width:100%;height:100%;object-fit:cover}.about p,.about li,.contact p{color:var(--text-main)}.about ul{margin:.5rem 0 0;padding-left:1.2rem}.about li+li{margin-top:.45rem}.contact-box{border:1px solid var(--card-border);border-radius:14px;background:var(--contact-bg);padding:1rem;box-shadow:inset 0 0 0 1px #ffffff08}.seo-keywords p{color:var(--text-main);line-height:1.65}.keyword-cloud{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.8rem}.keyword-cloud span{display:inline-flex;padding:.38rem .7rem;border-radius:999px;background:var(--keyword-bg);border:1px solid var(--keyword-border);color:var(--keyword-text);font-size:.86rem;transition:transform .2s ease,background-color .2s ease}.keyword-cloud span:hover{transform:translateY(-2px);background:#370c0c1f}.theme-toggle{position:fixed;top:14px;right:14px;z-index:10000;background:transparent;border:0;padding:0}.theme-toggle-track{position:relative;display:block;width:70px;height:36px;border-radius:999px;border:1px solid rgba(255,212,0,.75);background:linear-gradient(165deg,#fff,#f0f3f8);box-shadow:0 8px 18px #0003}.site.dark .theme-toggle-track{background:linear-gradient(165deg,#242424,#121212);border-color:#ffd4008c}.theme-toggle-thumb{position:absolute;top:3px;left:3px;width:28px;height:28px;border-radius:50%;background:linear-gradient(165deg,#ffd400,#f6b500);color:#232323;display:inline-flex;align-items:center;justify-content:center;transition:transform .24s ease}.site.dark .theme-toggle-thumb{transform:translate(34px);background:linear-gradient(165deg,#474747,#1d1d1d);color:#f2f2f2}.theme-toggle-thumb svg{width:16px;height:16px}.theme-toggle:focus-visible{outline:2px solid #ffd400;outline-offset:4px}.whatsapp-float{position:fixed;right:16px;bottom:16px;width:62px;height:62px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:1.35rem;font-weight:800;text-decoration:none;background:#fff;color:#fff;border:3px solid #25d366;box-shadow:0 8px 28px #0006;z-index:9999;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.instagram-float{position:fixed;right:16px;bottom:164px;width:62px;height:62px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;background:radial-gradient(circle at 30% 30%,#ffd776 5%,#f56040 40%,#c13584,#405de6);box-shadow:0 8px 28px #0006;z-index:9999;border:2px solid #ffffff;transition:transform .2s ease,box-shadow .2s ease}.instagram-float:hover{transform:translateY(-2px) scale(1.04);box-shadow:0 10px 32px #00000080}.instagram-float svg{width:34px;height:34px;color:#fff}.phone-float{position:fixed;right:16px;bottom:90px;width:62px;height:62px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;background:#fff;border:3px solid #10c900;box-shadow:0 8px 28px #0006;z-index:9999;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.phone-float:hover{transform:translateY(-2px) scale(1.04);box-shadow:0 10px 32px #00000080}.phone-float svg{width:32px;height:32px;color:#10c900}.whatsapp-float:hover{transform:translateY(-2px) scale(1.04);box-shadow:0 10px 32px #00000080}.whatsapp-float img{width:80%;height:80%;display:block;object-fit:contain;object-position:center}@keyframes horizontal-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(max-width:1024px){.site{max-width:100%;padding:0 .8rem 2.5rem}.hero-content{padding:1.4rem}.section{padding:1rem}}@media(max-width:860px){.hero h1{font-size:1.9rem}.service-grid{grid-template-columns:1fr}.section{border-left-width:4px}}@media(max-width:640px){.site{padding:0 .6rem 2rem}.theme-toggle{top:10px;right:10px}.theme-toggle-track{width:64px;height:34px}.theme-toggle-thumb{width:26px;height:26px}.site.dark .theme-toggle-thumb{transform:translate(30px)}.hero-content{padding:1.1rem}.brand-row{gap:.45rem;margin-bottom:.6rem}.label{font-size:clamp(2rem,8vw,3.1rem);letter-spacing:1px}.hero h1{font-size:1.6rem;line-height:1.25}.section h2{font-size:1.25rem}.section{padding:.9rem;margin-top:.9rem}.service-card{padding:.85rem;min-height:0}.service-card h3{font-size:1rem}.service-card p{font-size:.94rem;line-height:1.58}.keyword-cloud span{font-size:.8rem;padding:.3rem .52rem}.arrow{width:32px;height:32px;font-size:1.4rem}.marquee-item{flex-basis:clamp(230px,62vw,300px);height:clamp(180px,46vw,250px)}.whatsapp-float{width:64px;height:64px;right:12px;bottom:12px;font-size:1.2rem}.phone-float{width:64px;height:64px;right:12px;bottom:86px}.instagram-float{width:64px;height:64px;right:12px;bottom:160px}.instagram-float svg{width:36px;height:36px}.whatsapp-float img{width:80%;height:80%}}@media(max-width:420px){.site{padding:0 .45rem 1.8rem}.hero-badges{gap:.45rem}.brand-icon{width:84px;height:84px}.label{font-size:clamp(1.7rem,9.4vw,2.6rem);letter-spacing:.9px}.hero-badges span{font-size:.8rem;padding:.28rem .55rem}.hero p,.section-intro{font-size:.92rem;line-height:1.55}.seo-keywords p{font-size:.92rem}.dot{width:10px;height:10px}.marquee-item{flex-basis:clamp(210px,72vw,260px);height:clamp(165px,52vw,210px)}.phone-float,.instagram-float,.whatsapp-float{width:60px;height:60px}.phone-float{bottom:80px}.instagram-float{bottom:148px}}
