:root{--bg-primary:#ffffff;--text-primary:#000000;--text-secondary:#1f2123;--text-gray:#666666;--accent-red:#ff4d4d;--accent-red-light:#ef0202;--accent-red-light2:#ff9999;--transition:all 0.3s ease}*{margin:0;padding:0;box-sizing:border-box}body{font-family:sf pro display,sans-serif;color:var(--text-primary);line-height:1.6;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 20px}header{padding:20px 0}.header-content{display:flex;justify-content:space-between;align-items:center;max-width:900px}.header-actions{display:flex;align-items:center;gap:20px;margin-left:auto}.logo{font-size:21px;font-weight:600;display:flex;align-items:center;gap:12px;color:var(--text-primary);transition:var(--transition);text-decoration:none}.button{background:var(--accent-red);color:#fff;border-radius:30px;font-weight:600;cursor:pointer;transition:var(--transition);text-decoration:none;display:inline-block;font-size:12px;box-shadow:0 4px 15px rgba(255,77,77,.2);letter-spacing:.5px}.button:hover{transform:translateY(-3px);box-shadow:0 6px 20px rgba(255,77,77,.3)}.header-button{padding:3px 10px}nav ul{display:flex;list-style:none;gap:15px;margin-right:5px}nav a{color:var(--text-primary);text-decoration:none;font-weight:400;font-size:13px;transition:var(--transition);letter-spacing:-.12px;opacity:.8}nav a:hover{color:var(--accent-red)}.mac-icon{padding:100px 0 0;text-align:center}.mac-icon img{width:128px;height:128px;border-radius:44px;filter:drop-shadow(0 1px 2px rgba(0,0,0,.3));opacity:.9;transition:opacity .3s}.mac-icon:hover img{opacity:1}.mac-icon h1{font-size:20px;font-weight:600}.hero{padding:60px 0 40px;text-align:center}.hero h1{font-size:4rem;margin-bottom:15px;line-height:1.1}.hero .button{margin-top:40px;padding:12px 22px;font-size:17px}span.white{background:linear-gradient(90deg,var(--text-primary),var(--text-secondary));-webkit-background-clip:text;background-clip:text;color:transparent;display:block}span.red{background:linear-gradient(90deg,var(--accent-red),var(--accent-red-light2));-webkit-background-clip:text;background-clip:text;color:transparent;display:block}.macbook-mockup{margin:40px auto;max-width:1400px;max-height:900px;position:relative;border-radius:24px;overflow:hidden;box-shadow:0 30px 60px rgba(0,0,0,.5),0 15px 30px rgba(0,0,0,.4),0 1px 8px rgba(255,255,255,.1);transform:perspective(1400px)rotateX(8deg);transition:transform .3s ease;background:#000;border:1px solid #333}.macbook-mockup:hover{transform:perspective(1200px)rotateX(6deg)scale(1.02)}.macbook-mockup img{width:100%;height:auto;display:block}.macbook-mockup::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border:28px solid #1a1a1a;border-radius:20px;pointer-events:none;z-index:2}.macbook-mockup::after{content:"";position:absolute;top:12px;left:50%;transform:translateX(-50%);width:40px;height:4px;background:#333;border-radius:2px;z-index:3}.screen-glass{position:absolute;top:28px;left:28px;right:28px;bottom:28px;background:linear-gradient(145deg,rgba(255,255,255,3%),rgba(0,0,0,.2));border-radius:8px;z-index:1;pointer-events:none;box-shadow:inset 0 1px 3px rgba(255,255,255,.1)}.reflection{position:absolute;top:30px;left:30px;right:30px;bottom:30px;background:linear-gradient(135deg,rgba(255,255,255,.15) 0%,rgba(255,255,255,5%) 30%,transparent 70%);border-radius:6px;z-index:2;pointer-events:none}.hero-bottom{padding-top:160px;overflow:hidden;position:relative;font-size:46px;font-weight:700;line-height:46px}.hero-bottom p{text-align:center;margin:60px 0;opacity:0;transform:translateY(100px);transition:opacity .8s ease,transform .8s ease;color:var(--text-primary);position:relative;z-index:1}.hero-bottom p span{background:linear-gradient(90deg,var(--accent-red),var(--accent-red-light2));-webkit-background-clip:text;background-clip:text;color:transparent;display:inline-block}.hero-bottom p span.strike{text-decoration:line-through;text-decoration-color:var(--accent-red);text-decoration-thickness:3px;text-underline-offset:6px}.hero-bottom p.visible{opacity:1;transform:translateY(0)}.hero-bottom p:nth-child(2){transition-delay:.2s}.full-width-video-section{width:100vw;margin-left:calc(-50vw + 50%);overflow:hidden;position:relative;background:var(--text-primary)}.video-container-wrapper{position:relative;height:800px;overflow:hidden;display:flex;justify-content:center;align-items:center}.full-width-video{position:absolute;top:0;height:100%;object-fit:cover;opacity:.4;z-index:1}.video-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,var(--text-secondary),var(--text-primary));z-index:2}.video-content{text-align:center;position:relative;z-index:3;color:#fff;max-width:800px;margin:0 auto;padding:20px}.video-content h2{font-size:3.5rem;margin-bottom:20px;font-weight:700}.video-content p{font-size:1.5rem;margin-bottom:40px;opacity:.9}.play-button-large{display:inline-flex;justify-content:center;align-items:center;cursor:pointer;transition:transform .3s ease}.play-button-large:hover{transform:scale(1.1)}.circle{width:80px;height:80px;background:var(--text-secondary);border-radius:50%;display:flex;justify-content:center;align-items:center;backdrop-filter:blur(10px);border:2px solid var(--text-primary);transition:all .3s ease}.play-button-large:hover .circle{background:var(--text-secondary);transform:scale(1.05)}.triangle{margin-left:8px;width:0;height:0;border-top:15px solid transparent;border-bottom:15px solid transparent;border-left:25px solid #fff}.carousel-container{width:100vw;margin-left:calc(-50vw + 50%);overflow:hidden;padding:80px 0;background:var(--bg-primary)}.carousel{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;gap:20px;padding:0 20px;margin:0;list-style:none}.carousel::before,.carousel::after{content:'';flex:0 0 160px;scroll-snap-align:center}.carousel .item{scroll-snap-align:center;flex:none;min-width:320px;max-width:720px}.slide-content{display:flex;flex-direction:column;align-items:center;width:100%}.slide-content img{height:400px;border-radius:15px;object-fit:cover;width:100%;max-width:720px}.slide-text{margin-top:15px;width:100%;max-width:680px;padding:0 15px;box-sizing:border-box}.slide-text .title{font-size:17px;font-weight:600;color:var(--text-primary);word-wrap:break-word;line-height:1.4}.carousel::-webkit-scrollbar{display:none}.source-section{background:var(--bg-primary);text-align:center;margin-top:20px}.source-content{padding:100px 0;border-top:1px solid rgba(0,0,0,.1);max-width:900px;margin:0 auto}.source-content p{font-size:18px;color:var(--text-secondary);margin-bottom:40px}.source-content p a{color:var(--accent-red);text-decoration:none;font-weight:600}.source-content p a:hover{text-decoration:underline}.repo-links{display:flex;justify-content:center;gap:40px;margin-top:20px}.repo-link{display:flex;flex-direction:column;align-items:center;text-decoration:none;transition:transform .3s ease;opacity:.8}.repo-link:hover{transform:translateY(-5px);opacity:1}.repo-link img{width:48px;height:48px;margin-bottom:15px;filter:drop-shadow(0 4px 8px rgba(0,0,0,.2))}.repo-link span{font-size:16px;color:var(--text-primary);font-weight:500}.footer-section{background:var(--bg-primary);font-size:12px;color:#6e6e6e}.footer-content{border-top:1px solid #e5e5e5;padding:40px 0;max-width:900px;margin:0 auto}.footer-columns{display:flex;justify-content:space-between;flex-wrap:wrap;gap:40px;margin-bottom:30px}.footer-column{flex:1;min-width:180px}.footer-column h4{font-size:13px;font-weight:600;color:#333;margin-bottom:18px;letter-spacing:-.05px}.footer-column ul{list-style:none}.footer-column li{margin-bottom:9px}.footer-column a{color:#6e6e6e;text-decoration:none;transition:color .3s;font-size:12px;line-height:1.4}.footer-column a:hover{color:var(--accent-red)}.footer-legal{text-align:center;padding-top:20px;border-top:1px solid #e5e5e5;margin-top:20px}.footer-legal p{margin:0;color:#6e6e6e;line-height:1.4}.footer-legal a{color:#6e6e6e;text-decoration:none;transition:color .3s}.footer-legal a:hover{color:var(--accent-red)}.console-install-section{padding:60px 0;background:var(--bg-primary)}.console-box{max-width:700px;margin:0 auto;border-radius:12px;font-family:sf mono,menlo,monaco,monospace;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.15),0 1px 8px rgba(0,0,0,.1);border:1px solid #e0e0e0;background:#1e1e1e;color:#f0f0f0}.console-header{display:flex;align-items:center;padding:12px 16px;background:#2d2d2d;font-size:13px;color:#ccc}.console-dot{width:12px;height:12px;border-radius:50%;margin-right:8px}.console-title{font-weight:500}.console-body{padding:16px 0;background:#1e1e1e;font-size:14px;line-height:1.6}.console-line{display:flex;padding:4px 16px}.console-prompt{color:#ff7f7f;min-width:16px;margin-right:8px}.console-prompt.success{color:#34c759}.console-command{color:#34c759;font-weight:600}.console-output{color:#ccc;font-weight:400}@media(max-width:768px){.video-container-wrapper{height:400px}.video-content h2{font-size:2.5rem}.video-content p{font-size:1.2rem}.circle{width:60px;height:60px}.triangle{border-top:12px solid transparent;border-bottom:12px solid transparent;border-left:20px solid #fff}.hero h1{font-size:3.5rem}.container{padding:0 20px}.carousel-container{padding:60px 0}.carousel{gap:20px;padding:0 15px}.carousel .item{min-width:280px}.carousel .item img{height:400px}.slide-text .title{font-size:16px}.source-section{padding:80px 0}.repo-links{gap:30px}.repo-link img{width:40px;height:40px}.repo-link span{font-size:15px}.source-content p{font-size:16px}.footer-columns{flex-direction:column;gap:30px}.footer-legal p{font-size:11px}.console-install-section{padding:40px 0}.console-box{margin:0 16px;border-radius:10px}.console-header{padding:10px 14px;font-size:12px}.console-body{padding:12px 0}.console-line{padding:3px 14px;font-size:13px}.console-dot{width:10px;height:10px}}