:root{--bg-dark:#050508;--bg-darker:#020204;--accent-blue:#00d2ff;--accent-blue-glow:#00d2ff4d;--accent-orange:#ff6b00;--accent-orange-glow:#ff6b004d;--text-main:#fff;--text-dim:#fff9;--glass:#ffffff08;--glass-border:#ffffff14;--font-main:"Outfit", sans-serif}html{scroll-behavior:smooth}*{box-sizing:border-box;margin:0;padding:0}body{color:var(--text-main);font-family:var(--font-main);-webkit-font-smoothing:antialiased;-webkit-user-select:none;user-select:none;touch-action:pan-y;background-color:#000;width:100%;overflow-x:hidden}img{pointer-events:none;-webkit-user-drag:none}.app-container{z-index:2;width:100%;min-height:100vh;position:relative}canvas{z-index:-1;position:fixed;top:0;left:0}h1,h2,h3{letter-spacing:-.02em;text-transform:uppercase;font-family:Syne,sans-serif;font-weight:800}h2{font-size:clamp(3rem,8vw,6rem)}h3{font-size:clamp(.8rem,2vw,1rem)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg-dark)}::-webkit-scrollbar-thumb{background:var(--glass-border);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--text-dim)}.glass-card{background:var(--glass);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--glass-border);border-radius:24px}.text-gradient-blue{background:linear-gradient(135deg, #fff 0%, var(--accent-blue) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.text-gradient-orange{background:linear-gradient(135deg, #fff 0%, var(--accent-orange) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.glow-blue{box-shadow:0 0 30px var(--accent-blue-glow)}.glow-orange{box-shadow:0 0 30px var(--accent-orange-glow)}.custom-cursor{pointer-events:none;z-index:9999;mix-blend-mode:difference;background:#fff;border-radius:50%;width:20px;height:20px;transition:transform .1s ease-out;position:fixed}.product-grid{justify-content:space-between;align-items:center;gap:clamp(20px,5vw,60px);width:100%;max-width:1300px;margin:0 auto;display:flex}.product-grid.reversed{flex-direction:row-reverse}.product-content{z-index:10;flex-direction:column;flex:1;display:flex}.product-grid.reversed .product-content{text-align:right;align-items:flex-end}.product-visual{cursor:pointer;flex:1;justify-content:center;align-items:center;min-height:400px;display:flex}.product-grid.stacked{text-align:center;flex-direction:column;gap:60px}.product-grid.stacked .product-content{text-align:center;align-items:center}.product-grid.stacked .product-description{max-width:800px}.product-grid.stacked .title-wrapper{justify-content:center}.product-grid.visual-inside{flex-direction:column;align-items:flex-start;gap:0;display:flex}.product-grid.visual-inside .product-content{width:100%;max-width:100%}.product-grid.visual-inside .product-visual{justify-content:flex-start;width:100%;max-width:900px;margin:20px 0 40px}.product-grid.visual-inside .product-description{max-width:650px;margin-top:0}.content-visual-group{align-items:center;gap:20px;width:100%;margin-top:20px;display:flex}.content-visual-group .product-visual{flex:none;width:400px;min-height:auto;margin-left:-30px}.title-wrapper{align-items:center;gap:24px;margin-bottom:2rem;display:flex}.product-logo-inline{object-fit:cover;border:1px solid var(--glass-border);border-radius:16px;width:clamp(50px,8vw,70px);height:clamp(50px,8vw,70px);box-shadow:0 0 20px #ffffff1a}.product-subtitle{letter-spacing:.4rem;margin-bottom:1rem;font-weight:600}.product-title{line-height:.9}.product-description{color:var(--text-dim);letter-spacing:.05em;text-shadow:0 0 20px #ffffff0d;max-width:600px;margin-bottom:3rem;font-size:clamp(1rem,2vw,1.2rem);line-height:2}.cta-button{color:#fff;letter-spacing:.2rem;border-radius:100px;padding:18px 40px;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block}.footer-compact{z-index:10;background:#000;border-top:1px solid #ffffff0d;padding:60px 5% 30px;position:relative}.footer-grid{grid-template-columns:2fr 1fr 1fr;gap:40px;max-width:1300px;margin:0 auto;display:grid}.footer-brand h4{margin-bottom:1rem;font-family:Syne,sans-serif;font-size:2rem}.footer-brand p{color:var(--text-dim);max-width:350px;line-height:1.6}.footer-links{flex-direction:column;gap:15px;display:flex}.footer-links h5{text-transform:uppercase;letter-spacing:.2rem;margin-bottom:10px;font-size:.8rem}.footer-links a,.footer-links button{color:#fff;opacity:.5;text-align:left;cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:.9rem;text-decoration:none;transition:opacity .3s}.footer-links a:hover,.footer-links button:hover{opacity:1}.footer-bottom{color:var(--text-dim);letter-spacing:.1rem;border-top:1px solid #ffffff0d;justify-content:space-between;margin-top:60px;padding-top:30px;font-size:.7rem;display:flex}@media (width<=768px){.footer-grid{grid-template-columns:1fr;gap:40px}}.section-container{flex-direction:column;justify-content:center;width:100%;min-height:100vh;padding:120px 5%;display:flex;position:relative}@media (width<=1024px){.product-grid{text-align:center;gap:60px;padding:0 5%;flex-direction:column!important}.product-content,.product-grid.reversed .product-content{text-align:center;align-items:center;max-width:100%}.title-wrapper{justify-content:center}.product-description{max-width:100%}.content-visual-group{gap:40px;flex-direction:column!important}.content-visual-group .product-visual{width:100%;max-width:350px;margin-left:0}}@media (width<=768px){.footer-grid{text-align:center;grid-template-columns:1fr;gap:40px}.footer-brand p{margin:0 auto}.footer-links{align-items:center}.footer-links a,.footer-links button{text-align:center}.footer-bottom{flex-direction:column;align-items:center;gap:10px}.product-title{font-size:clamp(2.5rem,12vw,4rem)}.product-subtitle{letter-spacing:.3rem;font-size:.7rem}}.phone-dock-container{flex-direction:column;justify-content:center;align-items:center;width:min(260px,70vw);height:auto;margin:0 auto;display:flex;position:relative}.phone-3d-wrapper{width:100%;transform-style:preserve-3d;position:relative}.phone-frame.android{aspect-ratio:9/19;width:100%;transform-style:preserve-3d;background:#111;border:2px solid #333;border-radius:32px;position:relative;overflow:visible;box-shadow:0 10px 30px #00000080}.phone-bezel-depth{background:#080808;border:1px solid #222;border-radius:32px;position:absolute;inset:0;transform:translateZ(-15px);box-shadow:0 0 20px #000c}.phone-screen{background:#000;border-radius:26px;justify-content:center;align-items:center;display:flex;position:absolute;inset:6px;overflow:hidden;transform:translateZ(5px);box-shadow:inset 0 0 10px #000c}.screen-image{object-fit:cover;width:100%;height:100%;position:absolute}.phone-camera{z-index:20;background:#111;border:1px solid #ffffff1a;border-radius:50%;width:8px;height:8px;position:absolute;top:18px;left:50%;transform:translate(-50%)translateZ(6px)}.side-button{background:#222;border-radius:0 2px 2px 0;width:4px;position:absolute;right:-4px;transform:translateZ(-5px)}.power{height:40px;top:120px}.volume{height:80px;top:180px}.phone-glow{background:var(--accent-color);opacity:.15;filter:blur(60px);pointer-events:none;z-index:-1;border-radius:50%;width:130%;height:130%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.phone-aura{opacity:0;pointer-events:none;filter:blur(40px);background:radial-gradient(circle,#ff6b0066 0%,#0000 70%);width:110%;height:110%;transition:opacity .5s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)translateZ(-30px)}.phone-dock-container:hover .phone-aura{opacity:1}.phone-pagination.side{flex-direction:column;gap:10px;margin-top:0;display:flex;position:absolute;top:50%;right:-40px;transform:translateY(-50%)}.dot{border-radius:50%;width:6px;height:6px;transition:all .3s}.dot.active{border-radius:3px;width:6px;height:20px}@media (width<=768px){.phone-dock-container{max-width:240px}}.glass-square-container{aspect-ratio:1;perspective:2000px;justify-content:center;align-items:center;width:min(400px,80vw);margin:0;display:flex;position:relative}.frosted-square-panel{-webkit-backdrop-filter:blur(40px);z-index:2;width:100%;height:100%;transform-style:preserve-3d;background:#ffffff0d;border:1.5px solid #ffffff26;border-radius:40px;justify-content:center;align-items:center;padding:40px;display:flex;position:relative;overflow:hidden;box-shadow:0 30px 60px #0009,inset 0 0 30px #ffffff0d}.square-slideshow-slide{justify-content:center;align-items:center;width:100%;height:100%;display:flex;transform:translateZ(20px)}.shimmer-wrapper{border-radius:20px;width:100%;height:100%;position:relative;overflow:hidden;box-shadow:0 15px 35px #00000080}.square-image-contain{object-fit:cover;width:100%;height:100%}.image-shimmer{background:linear-gradient(90deg,#0000 0%,#fff3 50%,#0000 100%);width:100%;height:100%;animation:3s infinite shimmer;position:absolute;top:0;left:-150%}@keyframes shimmer{0%{left:-150%}to{left:150%}}.glass-edge-highlight{pointer-events:none;z-index:5;border:1px solid #fff3;border-radius:40px;position:absolute;inset:0}.glass-reflection-square{pointer-events:none;z-index:4;background:linear-gradient(#ffffff1a 0%,#0000 100%);height:40%;position:absolute;top:0;left:0;right:0}.glass-noise{opacity:.03;pointer-events:none;z-index:3;background-image:url("data:image/svg+xml,%3Csvg viewBox=\"0 0 200 200\" xmlns=\"http://www.w3.org/2000/svg\"%3E%3Cfilter id=\"noiseFilter\"%3E%3CfeTurbulence type=\"fractalNoise\" baseFrequency=\"0.65\" numOctaves=\"3\" stitchTiles=\"stitch\"/%3E%3C/filter%3E%3Crect width=\"100%25\" height=\"100%25\" filter=\"url(%23noiseFilter)\"/%3E%3C/svg%3E");position:absolute;inset:0}.glass-indicators.side{z-index:10;flex-direction:column;gap:12px;display:flex;position:absolute;top:50%;right:-40px;transform:translateY(-50%)}.indicator-dot{border-radius:50%;width:8px;height:8px;transition:all .3s}.indicator-dot.active{border-radius:4px;width:8px;height:24px}.glass-glow-square{filter:blur(100px);opacity:.3;z-index:1;pointer-events:none;border-radius:50%;width:80%;height:80%;transition:transform .1s ease-out;position:absolute}@media (width<=768px){.glass-square-container{max-width:90vw}.frosted-square-panel{border-radius:24px;padding:20px}}.custom-cursor{pointer-events:none;z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff1a;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;margin-top:-12px;margin-left:-12px;display:flex;position:fixed;top:0;left:0}.custom-cursor.hovering{background:#ffffff0d;border-color:#fff6}.cursor-text{color:#fff;text-transform:uppercase;white-space:nowrap;letter-spacing:.1px;pointer-events:none;font-family:Syne,sans-serif;font-size:2.5px;font-weight:800}.cursor-dot{pointer-events:none;z-index:10000;background:#fff;border-radius:50%;width:6px;height:6px;margin-top:-3px;margin-left:-3px;position:fixed;top:0;left:0}
