:root{--bg:#080b16;--surface:#101625;--surface-2:#171e30;--line:#29324a;--text:#f7f8fc;--muted:#aab4c8;--purple:#9a32ff;--purple-light:#c07bff;--green:#9cff00;--green-2:#4dff8b;--max:1160px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at 85% -10%,#1a1534 0,transparent 35%),var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.shell{max-width:var(--max);margin:auto;padding:0 22px}.topbar{position:sticky;top:0;z-index:10;background:rgba(8,11,22,.9);backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.08)}.nav{height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}.logo{height:50px;width:auto;object-fit:contain;border-radius:10px}.navlinks{display:flex;gap:22px;color:var(--muted);font-size:14px;font-weight:700}.navlinks a:hover,.navlinks a.active{color:var(--green)}.menu-button{display:none;background:none;color:var(--text);border:0;font-size:24px}.eyebrow{font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--green);font-weight:900}.hero{padding:80px 0 58px}.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:60px;align-items:center}.hero h1{font-size:clamp(42px,6vw,76px);line-height:1.01;letter-spacing:-.07em;margin:16px 0 20px}.hero h1 em{font-style:normal;color:var(--purple-light)}.hero p{font-size:18px;color:var(--muted);max-width:650px}.hero-art{border:1px solid var(--line);border-radius:28px;padding:28px;background:linear-gradient(145deg,#171c31,#0c101b);box-shadow:0 24px 80px rgba(0,0,0,.28)}.hero-art img{border-radius:18px;width:100%;aspect-ratio:1/1;object-fit:cover;mix-blend-mode:screen;opacity:.94}.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 17px;border-radius:12px;border:1px solid var(--line);font-size:14px;font-weight:850}.button.primary{background:var(--green);border-color:var(--green);color:#0b1111}.button.primary:hover{filter:brightness(1.08)}.button.secondary{background:var(--surface);color:var(--text)}.button.secondary:hover{border-color:var(--purple-light)}.section{padding:44px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:22px}.section-head h2{font-size:32px;letter-spacing:-.05em;margin:7px 0 0}.section-head p{color:var(--muted);margin:0;max-width:540px}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.category-card{min-height:155px;background:linear-gradient(145deg,var(--surface),#0d121f);border:1px solid var(--line);border-radius:18px;padding:20px;transition:transform .2s,border-color .2s}.category-card:hover{transform:translateY(-4px);border-color:var(--purple)}.category-icon{font-size:30px}.category-card h3{font-size:17px;margin:15px 0 5px}.category-card p{font-size:13px;color:var(--muted);margin:0}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.product-card{background:var(--surface);border:1px solid var(--line);border-radius:20px;overflow:hidden}.product-image{height:210px;background:linear-gradient(135deg,#25203e,#12221f);display:grid;place-items:center;position:relative;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:contain;background:#fff}.product-image span{font-size:58px;opacity:.8}.product-image small{position:absolute;z-index:1;left:13px;top:13px;background:var(--green);color:#09100f;font-size:11px;font-weight:900;padding:5px 9px;border-radius:999px}.status-badge{position:absolute;z-index:1;right:13px;top:13px;background:rgba(8,11,22,.88);border:1px solid var(--purple-light);color:#fff;font-size:10px;font-weight:900;line-height:1;padding:6px 8px;border-radius:999px;letter-spacing:.02em}.status-badge.destaque{background:var(--purple);border-color:var(--purple-light)}.status-badge.sob-encomenda{border-color:#ffd166;color:#ffd166}.status-badge.em-validacao{border-color:#8fa4c8;color:#dbe5f7}.status-badge.marketplace-em-breve{border-color:var(--muted);color:var(--muted)}.product-image .status-badge{font-size:10px;opacity:1}.status-inline{font-weight:800}.status-inline.sob-encomenda{color:#ffd166}.status-inline.em-validacao{color:#dbe5f7}.status-inline.marketplace-em-breve{color:var(--muted)}.product-content{padding:18px}.product-content h3{margin:0 0 7px;font-size:18px}.product-content p{min-height:42px;color:var(--muted);font-size:13px;margin:0 0 15px}.product-meta{display:flex;align-items:center;justify-content:space-between;gap:10px}.price{color:var(--green);font-weight:950}.muted{color:var(--muted)}.page-hero{padding:56px 0 28px}.page-hero h1{font-size:clamp(38px,5vw,60px);letter-spacing:-.06em;line-height:1.02;margin:10px 0}.breadcrumbs{color:var(--muted);font-size:13px;margin-bottom:18px}.breadcrumbs a{color:var(--green)}.filters{display:flex;gap:9px;flex-wrap:wrap;margin:18px 0 26px}.filter{border:1px solid var(--line);border-radius:999px;padding:8px 13px;color:var(--muted);font-size:12px;font-weight:800}.filter.active,.filter:hover{border-color:var(--green);color:var(--green)}.detail{display:grid;grid-template-columns:1fr 1fr;gap:38px;padding:38px 0 70px}.detail-visual{min-height:450px;border-radius:25px;border:1px solid var(--line);background:#fff;display:grid;place-items:center;overflow:hidden}.detail-visual img{width:100%;height:100%;max-height:520px;object-fit:contain}.detail-visual span{font-size:120px}.gallery{display:flex;gap:9px;overflow:auto;margin-top:10px}.gallery-thumb{flex:0 0 auto;width:78px;height:78px;padding:0;overflow:hidden;background:#fff;border-radius:10px;border:1px solid var(--line);cursor:pointer}.gallery-thumb:focus-visible{outline:2px solid var(--green);outline-offset:2px}.gallery-thumb img{width:100%;height:100%;object-fit:cover}.detail h1{font-size:clamp(34px,5vw,58px);line-height:1.02;letter-spacing:-.06em;margin:10px 0 16px}.detail p{color:var(--muted)}.specs{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:15px 0;margin:24px 0}.spec{display:flex;justify-content:space-between;gap:15px;padding:8px 0;font-size:14px}.spec b{color:var(--muted);font-weight:600}.note{border:1px solid #4b3e65;background:rgba(154,50,255,.09);border-radius:13px;padding:13px 15px;color:#d8cceb;font-size:13px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.step{border:1px solid var(--line);background:var(--surface);border-radius:18px;padding:21px}.step strong{color:var(--green);font-size:12px}.step h3{margin:12px 0 6px}.step p{font-size:13px;color:var(--muted);margin:0}.contact{max-width:740px;padding:55px 0 80px}.contact h1{font-size:clamp(40px,5vw,68px);line-height:1;letter-spacing:-.06em;margin:12px 0 18px}.contact p{color:var(--muted);font-size:17px}.contact-box{margin-top:28px;border:1px solid var(--line);background:var(--surface);border-radius:20px;padding:24px}.footer{border-top:1px solid var(--line);padding:30px 0 48px;color:var(--muted);font-size:13px}.footer-row{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}.footer b{color:var(--text)}@media(max-width:820px){.hero-grid,.detail{grid-template-columns:1fr}.hero{padding-top:52px}.category-grid{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:repeat(2,1fr)}.steps{grid-template-columns:1fr}.navlinks{display:none}.navlinks.open{display:flex;position:absolute;top:76px;left:0;right:0;z-index:12;padding:18px 22px 22px;background:rgba(8,11,22,.98);border-bottom:1px solid var(--line);flex-direction:column;gap:16px}.menu-button{display:block}}@media(max-width:520px){.shell{padding:0 16px}.category-grid,.product-grid{grid-template-columns:1fr}.hero h1{font-size:48px}.hero-art{padding:16px}.section-head{display:block}.section-head p{margin-top:8px}.detail-visual{min-height:300px}.detail-visual span{font-size:90px}}
