@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,600;1,400&display=swap";:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}#root{width:100%;margin:0 auto}h1,h2,h3{line-height:1.1;font-weight:700;margin:0}button{cursor:pointer}:root{--font-main: "Inter", sans-serif;--font-serif: "Playfair Display", serif;--bg-body: #ffffff;--text-main: #111111;--text-muted: #666666;--accent: #2563EB;--bg-mac-window: #ffffff;--border-mac-subtle: #e5e5e5;--bg-mac-header: #f9fafb;--bg-mac-content: #ffffff;--bg-mac-sidebar: #f3f4f6;--bg-mac-ui-line: #f3f4f6;--bg-mac-ui-card: #f9fafb}body{font-family:var(--font-main);background:var(--bg-body);color:var(--text-main);margin:0;-webkit-font-smoothing:antialiased}.site-header{padding:.4rem 0;position:sticky;top:0;width:100%;z-index:100;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(0,0,0,.05);background:#fffc}.header-inner{display:flex;justify-content:space-between;align-items:center}.logo-container{font-weight:600;font-size:.95rem;display:flex;align-items:center;gap:.5rem;color:var(--text-main);text-decoration:none}.logo-img{width:22px;height:22px;border-radius:6px}.nav-menu{display:flex;gap:1.5rem;align-items:center}.nav-link{color:var(--text-muted);text-decoration:none;font-size:.9rem;font-weight:500;transition:color .2s}.nav-link:hover{color:var(--text-main)}a.nav-btn.btn-primary{padding:.5rem 1.25rem;font-size:.85rem}.hero-container{position:relative;padding:3rem 0 1rem;color:var(--text-main);overflow:visible;background:transparent;box-shadow:none;border:none;text-align:center}.hero-content{position:relative;z-index:2;max-width:1000px;margin:0 auto}.hero-tagline{font-family:var(--font-main);font-weight:600;font-size:1rem;margin-bottom:1.5rem;color:var(--accent);text-transform:uppercase;letter-spacing:.05em}.hero-title{font-size:clamp(3rem,6vw,5rem);letter-spacing:-.03em;line-height:1.05;margin-bottom:1rem;color:var(--text-main);font-weight:700}.hero-subtitle{font-size:1.25rem;color:var(--text-muted);max-width:600px;margin:0 auto 2rem;line-height:1.6}.download-area{margin-bottom:3rem}.meta-text{margin-top:1rem;font-size:.9rem;color:var(--text-muted)}.hero-visual{position:relative;max-width:900px;margin:0 auto;margin-bottom:4rem}.mac-window{background:var(--bg-mac-window);border:1px solid var(--border-mac-subtle);border-radius:12px;box-shadow:0 20px 40px -10px #0000001a,0 0 0 1px #0000000d;overflow:hidden;display:flex;flex-direction:column;transition:all .3s ease}.hero-visual .mac-window{height:400px;box-shadow:0 20px 50px #0000004d}.mac-header{height:32px;background:var(--bg-mac-header);border-bottom:1px solid var(--border-mac-subtle);display:flex;align-items:center;padding:0 16px;gap:8px}.mac-circle{width:11px;height:11px;border-radius:50%}.mac-circle.red{background:#ff5f57;border:1px solid rgba(0,0,0,.1)}.mac-circle.yellow{background:#febc2e;border:1px solid rgba(0,0,0,.1)}.mac-circle.green{background:#28c840;border:1px solid rgba(0,0,0,.1)}.mac-content{position:relative;flex:1;min-height:360px;background:var(--bg-mac-content)}.ui-sidebar{width:180px;height:100%;border-right:1px solid var(--border-mac-subtle);position:absolute;left:0;top:0;background:var(--bg-mac-sidebar)}.ui-main{position:absolute;inset:0 0 0 180px;padding:2rem}.ui-line{height:8px;background:var(--bg-mac-ui-line);border-radius:99px;margin-bottom:1rem}.ui-card{height:100px;background:var(--bg-mac-ui-card);border:1px solid var(--border-mac-subtle);border-radius:10px}.ui-grid-feature{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width:600px){.ui-sidebar{display:none}.ui-main{left:0;padding:1.5rem}}.section-padding{padding:4rem 0}.section-title{font-size:2.5rem;margin-bottom:1rem;font-weight:700}.section-desc{color:var(--text-muted);font-size:1.2rem;margin-bottom:2rem;line-height:1.6}.feature-list{display:flex;flex-direction:column;gap:1rem}.feature-item{display:flex;gap:1rem;align-items:center;color:var(--text-muted)}.accent-check{color:var(--accent)}.site-footer{padding:4rem 0;border-top:1px solid var(--border-mac-subtle);text-align:center}.footer-title{font-size:2rem;margin-bottom:2rem}.footer-btn{margin-bottom:3rem}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.container{max-width:1400px;margin:0 auto;padding:0 2rem}.text-center{text-align:center}.text-muted{color:var(--text-muted);line-height:1.6}button.btn-primary,a.btn-primary{background:var(--text-main);color:#fff;padding:1rem 2.5rem;border-radius:99px;text-decoration:none;font-weight:500;font-size:1rem;display:inline-block;transition:all .2s ease;border:none;cursor:pointer}button.btn-primary:hover,a.btn-primary:hover{transform:translateY(-2px);opacity:.9;box-shadow:0 10px 30px -10px #0003}@media(max-width:768px){.grid-2{grid-template-columns:1fr;gap:4rem}.hero-container{padding:4rem 1.5rem 1rem}.hero-title{font-size:2.5rem!important}}
