.header{position:fixed;top:0;left:0;right:0;z-index:100;background:#fff9;backdrop-filter:saturate(180%) blur(40px);-webkit-backdrop-filter:saturate(180%) blur(40px);border-bottom:1px solid rgba(0,0,0,.06);box-shadow:0 2px 8px #0000000a}.header-content{display:flex;align-items:center;justify-content:space-between;height:56px;max-width:1200px;margin:0 auto;padding:0 40px}.logo{display:flex;align-items:center;gap:10px}.logo-icon{width:32px;height:32px}.logo-text{font-size:18px;font-weight:600;color:var(--color-text);letter-spacing:-.01em}.nav{display:flex;align-items:center;gap:8px}.nav-link{font-size:14px;color:var(--color-text-secondary);padding:8px 16px;border-radius:980px;transition:all .2s ease}.nav-link:hover{color:var(--color-text)}.nav-link.download-btn{display:flex;align-items:center;gap:8px;background:var(--color-text);color:#fff;padding:10px 20px;border-radius:980px;font-weight:500;font-size:14px}.nav-link.download-btn:hover{background:#000;transform:scale(1.02)}.nav-link.download-btn .appstore-icon{width:20px;height:20px}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:120px 40px 80px;background:linear-gradient(180deg,#fbfbfd,#f5f5f7);position:relative;overflow:hidden}.hero-content{display:flex;align-items:center;justify-content:center;gap:80px;max-width:1400px;width:100%;position:relative;z-index:2}.hero-text{text-align:left;flex:0 0 auto;max-width:420px;display:flex;flex-direction:column;align-items:flex-start}.macbook-container{position:relative;flex:1;max-width:700px}.macbook-frame{display:block;width:100%;height:auto;filter:drop-shadow(0 25px 50px rgba(0,0,0,.15))}.macbook-notch{position:absolute;top:9.5%;left:50%;transform:translate(-50%);width:60px;height:11px;background:#000;border-radius:0 0 4px 4px;z-index:10}.macbook-notch:before{content:"";position:absolute;top:4px;left:50%;transform:translate(-50%);width:5px;height:5px;background:#1a1a1a;border-radius:50%;box-shadow:inset 0 0 2px #ffffff26}.macbook-video{position:absolute;top:9.5%;left:14.5%;width:72%;height:auto;border-radius:8px 8px 0 0}.hero-icon{width:80px;height:80px;margin:0 0 32px;animation:float 3s ease-in-out infinite;filter:drop-shadow(0 20px 40px rgba(0,0,0,.15))}@keyframes float{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-12px) scale(1.02)}}.hero-title{font-size:clamp(48px,10vw,72px);font-weight:800;line-height:.95;letter-spacing:-.05em;color:var(--color-text);margin-bottom:20px}.hero-title span{display:block;background:linear-gradient(135deg,#007aff,#5856d6,#af52de);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:20px;color:var(--color-text-secondary);line-height:1.4;margin-bottom:36px;font-weight:400}.hero-buttons{display:flex;align-items:center;justify-content:flex-start;gap:16px;margin-bottom:16px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:16px 32px;border-radius:980px;font-size:17px;font-weight:600;transition:all .3s cubic-bezier(.25,.1,.25,1);text-decoration:none}.btn-primary{background:var(--color-text);color:#fff;box-shadow:0 4px 20px #00000026}.btn-primary:hover{background:#000;transform:translateY(-3px) scale(1.02);box-shadow:0 8px 30px #0003}.btn-secondary{background:#fff;color:var(--color-text);border:1.5px solid var(--color-border)}.btn-secondary:hover{border-color:var(--color-text);transform:translateY(-2px)}.appstore-icon{width:24px;height:24px;flex-shrink:0}.hero-note{font-size:14px;color:var(--color-text-secondary);letter-spacing:.02em}.features{padding:120px 40px;background:#fff}.features-container{max-width:1200px;margin:0 auto}.section-header{text-align:center;margin-bottom:80px}.section-tag{display:inline-block;font-size:13px;font-weight:600;color:var(--color-accent);background:#007aff14;padding:6px 14px;border-radius:980px;margin-bottom:16px;letter-spacing:.02em}.section-title{font-size:clamp(36px,6vw,56px);font-weight:700;letter-spacing:-.03em;color:var(--color-text);margin-bottom:16px}.section-description{font-size:19px;color:var(--color-text-secondary);max-width:480px;margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.feature-card{background:var(--color-bg);border-radius:24px;padding:40px 32px;transition:all .4s cubic-bezier(.25,.1,.25,1);position:relative;overflow:hidden}.feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#007aff,#5856d6);opacity:0;transition:opacity .3s ease}.feature-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000014}.feature-card:hover:before{opacity:1}.feature-icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#007aff,#5856d6);border-radius:16px;margin-bottom:24px;color:#fff}.feature-icon svg{width:28px;height:28px}.feature-title{font-size:22px;font-weight:600;color:var(--color-text);margin-bottom:12px;letter-spacing:-.01em}.feature-description{font-size:15px;color:var(--color-text-secondary);line-height:1.6}.download{padding:120px 40px;background:linear-gradient(180deg,#f5f5f7,#fbfbfd)}.download-content{text-align:center;max-width:600px;margin:0 auto}.download-icon{width:72px;height:72px;margin:0 auto 32px}.download-title{font-size:clamp(32px,5vw,48px);font-weight:700;letter-spacing:-.03em;color:var(--color-text);margin-bottom:16px}.download-description{font-size:19px;color:var(--color-text-secondary);margin-bottom:40px;line-height:1.5}.download-buttons{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:24px}.download-meta{display:flex;align-items:center;justify-content:center;gap:20px;font-size:13px;color:var(--color-text-secondary)}.download-meta .dot{opacity:.4}.footer{padding:48px 40px;background:#fff;border-top:1px solid rgba(0,0,0,.06)}.footer-content{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:24px}.footer-brand{display:flex;flex-direction:column;align-items:center;gap:8px}.footer-tagline{font-size:14px;color:var(--color-text-secondary)}.footer-links{display:flex;gap:32px}.footer-links a{font-size:14px;color:var(--color-text-secondary);transition:color .2s ease}.footer-links a:hover{color:var(--color-text)}.footer-link-icon{display:inline-flex;align-items:center;gap:6px}.footer-link-icon svg{width:16px;height:16px;flex-shrink:0}.footer-bottom{font-size:12px;color:var(--color-text-secondary);opacity:.7}@media (max-width: 1024px){.hero-content{flex-direction:column;gap:40px}.hero-text{text-align:center;max-width:600px}.hero-buttons{justify-content:center}.macbook-container{max-width:90%}.features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.header-content{padding:0 20px}.nav-link:not(.download-btn){display:none}.hero{padding:100px 20px 60px;min-height:auto}.hero-content{gap:32px}.hero-text{max-width:100%}.hero-icon{width:72px;height:72px;margin-bottom:32px}.hero-title{font-size:42px;margin-bottom:20px}.hero-subtitle{font-size:18px;margin-bottom:36px}.btn{padding:16px 32px;font-size:16px}.macbook-container{max-width:100%}.macbook-notch{width:50px;height:12px;border-radius:0 0 6px 6px}.macbook-notch:before{top:3px;width:4px;height:4px}.features{padding:80px 20px}.features-grid{grid-template-columns:1fr;gap:16px}.feature-card{padding:32px 24px}.download{padding:80px 20px}.footer{padding:40px 20px}.footer-links{gap:20px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-icon,.hero-title,.hero-subtitle,.hero-buttons,.hero-note,.macbook-container{animation:fadeInUp .8s cubic-bezier(.25,.1,.25,1) forwards}.hero-icon{animation-delay:0s}.hero-title{animation-delay:.1s}.hero-subtitle{animation-delay:.2s}.hero-buttons{animation-delay:.3s}.hero-note{animation-delay:.4s}.macbook-container{animation-delay:.5s;opacity:0}:root{--color-bg: #f5f5f7;--color-bg-secondary: #ffffff;--color-text: #1d1d1f;--color-text-secondary: #86868b;--color-accent: #007AFF;--color-accent-green: #32d74b;--color-border: #d2d2d7;--font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", sans-serif}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-family);background-color:var(--color-bg);color:var(--color-text);line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;outline:none}img{max-width:100%;height:auto}.container{max-width:980px;margin:0 auto;padding:0 24px}@media (max-width: 768px){.container{padding:0 20px}}
