:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}#root{width:100%;max-width:none;text-align:initial;border:none;min-height:100svh;margin:0;padding:0}.site{--yellow:#ffc107;--black:#0a0a0a;--black-soft:#141414;--gray:#999;--gray-light:#ccc;--white:#f0f0f0;--container:960px;--header-h:64px;color:var(--white);background:var(--black);font-family:Segoe UI,system-ui,sans-serif;line-height:1.65}.site *,.site :before,.site :after{box-sizing:border-box}.site img{width:100%;height:auto;display:block}.site a{color:inherit;text-decoration:none}.site h1,.site h2,.site h3{margin:0;font-weight:700;line-height:1.2}.site p{margin:0}.site ul{margin:0;padding-left:1.2rem}.site li+li{margin-top:.35rem}.container{width:min(var(--container), 100% - 2rem);margin-inline:auto}.header{z-index:100;height:var(--header-h);background:var(--black);border-bottom:1px solid #ffc10733;position:fixed;inset:0 0 auto}.header__inner{justify-content:space-between;align-items:center;height:100%;display:flex}.logo{font-size:1.05rem;font-weight:600}.logo strong{color:var(--yellow)}.nav{gap:1.5rem;display:flex}.nav a{color:var(--gray-light);font-size:.9rem}.nav a:hover{color:var(--yellow)}.nav-toggle{cursor:pointer;background:0 0;border:1px solid #ffc1074d;border-radius:6px;flex-direction:column;justify-content:center;gap:5px;width:2.25rem;height:2.25rem;padding:0;display:none}.nav-toggle span{background:var(--yellow);width:16px;height:2px;margin-inline:auto;display:block}.nav-toggle--open span:first-child{transform:translateY(7px)rotate(45deg)}.nav-toggle--open span:nth-child(2){opacity:0}.nav-toggle--open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.btn{border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.95rem;font-weight:600;display:inline-flex}.btn svg{flex-shrink:0;width:1.15rem;height:1.15rem}.btn--whatsapp{color:#fff;background:#25d366}.btn--whatsapp:hover{background:#1fb855}.hero{padding:calc(var(--header-h) + 2.5rem) 0 3rem}.hero__inner{grid-template-columns:1fr 1.1fr;align-items:center;gap:2.5rem;display:grid}.hero__label{color:var(--yellow);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.75rem;font-size:.85rem;font-weight:600}.hero h1{margin-bottom:1rem;font-size:clamp(2rem,5vw,2.75rem)}.hero__slogan{color:var(--gray-light);max-width:28rem;margin-bottom:1.5rem}.hero__photo{border:2px solid #ffc10740;border-radius:8px;margin:0;overflow:hidden}.hero__photo img{aspect-ratio:4/3;object-fit:cover}.section{border-top:1px solid #ffffff0f;padding:3.5rem 0}.section--alt{background:var(--black-soft)}.section h2{color:var(--yellow);margin-bottom:.75rem;font-size:1.5rem}.section__intro{color:var(--gray);max-width:36rem;margin-bottom:2rem}.service-list{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.service-block h3{margin-bottom:.65rem;font-size:1.05rem}.service-block p{color:var(--gray-light);margin-bottom:.75rem;font-size:.95rem}.service-block ul{color:var(--gray);font-size:.9rem}.machines{grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:1.5rem;display:grid}.machine{background:var(--black);border:1px solid #ffc10726;border-radius:8px;overflow:hidden}.section--alt .machine{background:#111}.machine__photo{margin:0}.machine__photo img{aspect-ratio:4/3;object-fit:cover}.machine__body{padding:1.25rem}.machine__body h3{margin-bottom:.5rem;font-size:1rem}.machine__body p{color:var(--gray);font-size:.9rem}.about{max-width:36rem}.about p{color:var(--gray-light)}.about p+p{margin-top:.85rem}.about__contact{font-weight:600;color:var(--yellow)!important;margin-top:1.25rem!important}.about__contact a:hover{text-decoration:underline}.about__contact span{color:var(--gray);margin-inline:.4rem;font-weight:400}.footer{border-top:1px solid #ffc10726;padding:1.5rem 0}.footer__inner{color:var(--gray);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;font-size:.85rem;display:flex}.footer a{color:var(--yellow);align-items:center;gap:.4rem;font-weight:600;display:inline-flex}.footer a svg{width:1rem;height:1rem}@media (width<=768px){.nav-toggle{display:flex}.nav{inset:var(--header-h) 0 0;background:var(--black);opacity:0;visibility:hidden;border-top:1px solid #ffc10726;flex-direction:column;gap:0;padding:1rem 1.5rem;transition:all .2s;position:fixed;transform:translateY(-110%)}.nav--open{opacity:1;visibility:visible;transform:translateY(0)}.nav a{border-bottom:1px solid #ffffff0f;padding:.75rem 0}.hero__inner,.service-list,.machines{grid-template-columns:1fr}.hero__photo{order:-1}.section{padding:2.5rem 0}.footer__inner{text-align:center;flex-direction:column}}
