:root{--bg-deep: #050505;--bg-light: #ffffff;--accent-orange: #f27f3d;--accent-glow: rgba(242, 127, 61, .4);--text-white: #ffffff;--text-dark: #111111;--text-muted-light: #888888;--text-muted-dark: #555555;--font-heading: "Oswald", sans-serif;--font-body: "Roboto", sans-serif;--container-width: 1400px}html{box-sizing:border-box}body{background-color:var(--bg-deep);font-family:var(--font-body);line-height:1.6;overflow-x:hidden}.orange[data-astro-cid-kcnwtpdj]{color:var(--accent-orange)}.hero[data-astro-cid-kcnwtpdj]{height:60vh;display:flex;align-items:center;justify-content:center;text-align:center;position:relative;background:radial-gradient(circle at center,#151515,#050505);border-bottom:1px solid #222;margin-top:80px}.hero-content[data-astro-cid-kcnwtpdj]{z-index:10;max-width:800px;padding:0 20px}.hero-tag[data-astro-cid-kcnwtpdj]{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:6px;color:var(--accent-orange);font-size:1.1rem;display:block;margin-bottom:20px}.hero[data-astro-cid-kcnwtpdj] h1[data-astro-cid-kcnwtpdj]{color:var(--text-white);font-family:var(--font-heading);font-size:clamp(3rem,8vw,6rem);line-height:.9;text-transform:uppercase;margin-bottom:30px}.hero-line[data-astro-cid-kcnwtpdj]{width:80px;height:4px;background:var(--accent-orange);margin:0 auto}.z-section[data-astro-cid-kcnwtpdj]{width:100%;overflow:hidden;position:relative}.z-section[data-astro-cid-kcnwtpdj].dark{background-color:var(--bg-deep);color:var(--text-white)}.z-section[data-astro-cid-kcnwtpdj].light{background-color:var(--bg-light);color:var(--text-dark);background-image:linear-gradient(rgba(0,0,0,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(0,0,0,.03) 1px,transparent 1px);background-size:40px 40px}.z-row[data-astro-cid-kcnwtpdj]{display:flex;align-items:center;justify-content:space-between;max-width:var(--container-width);margin:0 auto;padding:100px 40px;gap:100px;position:relative}.z-section[data-astro-cid-kcnwtpdj]:nth-child(2n) .z-row[data-astro-cid-kcnwtpdj]{flex-direction:row-reverse}.z-image-container[data-astro-cid-kcnwtpdj]{flex:1.4;position:relative;display:flex;justify-content:center;align-items:center;opacity:0;transform:translateY(40px);transition:all 1s cubic-bezier(.165,.84,.44,1)}.z-image-container[data-astro-cid-kcnwtpdj].reveal{opacity:1;transform:translateY(0)}.z-image-container[data-astro-cid-kcnwtpdj] img[data-astro-cid-kcnwtpdj]{width:100%;max-width:750px;height:auto;filter:drop-shadow(0 15px 45px rgba(0,0,0,.25));z-index:2;transition:transform .8s cubic-bezier(.2,1,.3,1)}.dark[data-astro-cid-kcnwtpdj] .z-image-container[data-astro-cid-kcnwtpdj] img[data-astro-cid-kcnwtpdj]{filter:drop-shadow(0 0 60px rgba(242,127,61,.1))}.z-image-container[data-astro-cid-kcnwtpdj]:hover img[data-astro-cid-kcnwtpdj]{transform:scale(1.05) translateY(-10px)}.image-bg-shape[data-astro-cid-kcnwtpdj]{position:absolute;width:95%;height:90%;border-radius:30px;z-index:1;transform:rotate(-2deg)}.dark[data-astro-cid-kcnwtpdj] .image-bg-shape[data-astro-cid-kcnwtpdj]{background:linear-gradient(45deg,#111,transparent);border:1px solid rgba(242,127,61,.1)}.light[data-astro-cid-kcnwtpdj] .image-bg-shape[data-astro-cid-kcnwtpdj]{background:linear-gradient(45deg,#f5f5f5,transparent);border:1px solid rgba(0,0,0,.05)}.z-content[data-astro-cid-kcnwtpdj]{flex:1;opacity:0;transform:translate(40px);transition:all 1s cubic-bezier(.165,.84,.44,1) .3s;position:relative}.z-section[data-astro-cid-kcnwtpdj]:nth-child(2n) .z-content[data-astro-cid-kcnwtpdj]{transform:translate(-40px)}.z-content[data-astro-cid-kcnwtpdj].reveal{opacity:1;transform:translate(0)}.product-num[data-astro-cid-kcnwtpdj]{font-family:var(--font-heading);font-size:10rem;line-height:1;position:absolute;top:-80px;left:-40px;z-index:-1;font-weight:700;letter-spacing:-5px}.dark[data-astro-cid-kcnwtpdj] .product-num[data-astro-cid-kcnwtpdj]{color:#ffffff08}.light[data-astro-cid-kcnwtpdj] .product-num[data-astro-cid-kcnwtpdj]{color:#0000000a}.z-content[data-astro-cid-kcnwtpdj] h2[data-astro-cid-kcnwtpdj]{font-family:var(--font-heading);font-size:4rem;text-transform:uppercase;margin-bottom:25px;line-height:1}.z-content[data-astro-cid-kcnwtpdj] p[data-astro-cid-kcnwtpdj]{font-size:1.2rem;margin-bottom:40px;max-width:550px;font-weight:300;color:inherit}.dark[data-astro-cid-kcnwtpdj] .z-content[data-astro-cid-kcnwtpdj] p[data-astro-cid-kcnwtpdj]{color:var(--text-muted-light)}.light[data-astro-cid-kcnwtpdj] .z-content[data-astro-cid-kcnwtpdj] p[data-astro-cid-kcnwtpdj]{color:var(--text-muted-dark)}.spec-list[data-astro-cid-kcnwtpdj]{list-style:none;margin-bottom:40px}.spec-item[data-astro-cid-kcnwtpdj]{display:flex;align-items:center;margin-bottom:18px;font-family:var(--font-heading);text-transform:uppercase;letter-spacing:1px;font-size:1.1rem}.spec-icon[data-astro-cid-kcnwtpdj]{width:20px;height:20px;border:1px solid var(--accent-orange);margin-right:20px;display:flex;align-items:center;justify-content:center}.spec-icon[data-astro-cid-kcnwtpdj]:after{content:"";width:8px;height:8px;background:var(--accent-orange)}.btn[data-astro-cid-kcnwtpdj]{display:inline-block;padding:18px 45px;background:transparent;border:2px solid var(--accent-orange);color:inherit;font-family:var(--font-heading);text-transform:uppercase;letter-spacing:2px;text-decoration:none;transition:all .3s;cursor:pointer;font-size:1.1rem}.btn[data-astro-cid-kcnwtpdj]:hover{background:var(--accent-orange);color:#000!important;box-shadow:0 8px 25px var(--accent-glow);transform:translateY(-3px)}@media(max-width:1024px){.z-row[data-astro-cid-kcnwtpdj]{gap:50px;padding:80px 30px}.z-content[data-astro-cid-kcnwtpdj] h2[data-astro-cid-kcnwtpdj]{font-size:3rem}.z-image-container[data-astro-cid-kcnwtpdj] img[data-astro-cid-kcnwtpdj]{max-width:100%}}@media(max-width:900px){.z-row[data-astro-cid-kcnwtpdj],.z-section[data-astro-cid-kcnwtpdj]:nth-child(2n) .z-row[data-astro-cid-kcnwtpdj]{flex-direction:column;text-align:center;padding:60px 20px;gap:50px}.z-content[data-astro-cid-kcnwtpdj] p[data-astro-cid-kcnwtpdj]{margin:0 auto 40px}.spec-item[data-astro-cid-kcnwtpdj]{justify-content:center}.product-num[data-astro-cid-kcnwtpdj]{left:50%;transform:translate(-50%);top:-50px;font-size:7rem}}
