*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0a0a0f;--bg2: #0f0f17;--bg3: #141420;--surface: #1a1a28;--line: rgba(255,255,255,.08);--line2: rgba(255,255,255,.14);--text: #f0f0f5;--muted: rgba(240,240,245,.45);--muted2: rgba(240,240,245,.28);--accent: #e8704a;--accent2: #f97316;--green: #22c55e;--blue: #818cf8;--purple: #c084fc;--radius: 12px;--radius-sm: 8px}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}.nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:0 4rem;height:64px;background:#0a0a0fd9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.nav-logo{display:flex;align-items:center}.nav-logo img{height:28px;object-fit:contain}.nav-links{display:flex;align-items:center;gap:2rem}.nav-link{font-size:.875rem;font-weight:500;color:var(--muted);text-decoration:none;transition:color .15s}.nav-link:hover{color:var(--text)}.nav-cta{display:inline-flex;align-items:center;gap:.4rem;background:var(--accent);color:#fff;font-size:.875rem;font-weight:700;padding:.55rem 1.25rem;border-radius:var(--radius-sm);text-decoration:none;transition:opacity .15s}.nav-cta:hover{opacity:.88}.hero{position:relative;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:8rem 2rem 4rem;overflow:hidden}.hero-glow{position:absolute;top:-200px;left:50%;transform:translate(-50%);width:800px;height:600px;border-radius:50%;background:radial-gradient(ellipse,rgba(232,112,74,.18) 0%,transparent 70%);pointer-events:none}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;border:1px solid rgba(232,112,74,.35);background:#e8704a14;color:var(--accent2);font-size:.78rem;font-weight:600;padding:.35rem .9rem;border-radius:999px;margin-bottom:2rem;letter-spacing:.03em}.hero-badge-dot{width:6px;height:6px;border-radius:50%;background:var(--accent2);animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.3)}}.hero-title{font-size:clamp(2.8rem,6vw,5rem);font-weight:900;line-height:1.05;letter-spacing:-2px;max-width:820px;margin-bottom:1.5rem}.hero-title span{color:var(--accent)}.hero-sub{font-size:clamp(1rem,2vw,1.2rem);color:var(--muted);max-width:520px;line-height:1.65;margin-bottom:2.5rem}.hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:4rem}.btn-primary{display:inline-flex;align-items:center;gap:.5rem;background:var(--accent);color:#fff;font-size:.95rem;font-weight:700;padding:.85rem 2rem;border-radius:var(--radius-sm);text-decoration:none;transition:opacity .15s;border:none;cursor:pointer}.btn-primary:hover{opacity:.88}.btn-ghost{display:inline-flex;align-items:center;gap:.5rem;background:transparent;color:var(--text);font-size:.95rem;font-weight:600;padding:.85rem 2rem;border-radius:var(--radius-sm);text-decoration:none;transition:background .15s;border:1px solid var(--line2);cursor:pointer}.btn-ghost:hover{background:var(--surface)}.hero-preview{position:relative;width:100%;max-width:1100px;border-radius:16px;border:1px solid var(--line2);overflow:hidden;box-shadow:0 40px 120px #0009,0 0 0 1px #ffffff0a}.hero-preview-bar{background:var(--bg3);border-bottom:1px solid var(--line);padding:.75rem 1rem;display:flex;align-items:center;gap:.5rem}.hero-preview-dot{width:10px;height:10px;border-radius:50%}.hero-preview-url{flex:1;text-align:center;font-size:.72rem;color:var(--muted2);background:var(--surface);border-radius:var(--radius-sm);padding:.3rem 1rem;max-width:300px;margin:0 auto}.hero-preview-inner{background:var(--bg2);display:grid;grid-template-columns:56px 1fr;min-height:480px}.fake-sidebar{background:var(--bg3);border-right:1px solid var(--line);display:flex;flex-direction:column;align-items:center;padding:1rem 0;gap:.5rem}.fake-sidebar-logo{width:36px;height:36px;margin-bottom:.75rem}.fake-sidebar-item{width:36px;height:36px;border-radius:var(--radius-sm);background:#ffffff0d}.fake-sidebar-item.active{background:#e8704a33}.fake-content{padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.fake-page-header{display:flex;align-items:center;justify-content:space-between}.fake-title{width:140px;height:20px;border-radius:6px;background:#ffffff1a}.fake-btn{width:100px;height:32px;border-radius:var(--radius-sm);background:var(--accent);opacity:.7}.fake-kpi-row{display:flex;gap:.75rem}.fake-kpi{flex:1;height:56px;border-radius:var(--radius-sm);border:1px solid var(--line);background:var(--surface);display:flex;align-items:center;gap:.75rem;padding:0 .75rem}.fake-kpi-icon{width:28px;height:28px;border-radius:6px;flex-shrink:0}.fake-kpi-lines{display:flex;flex-direction:column;gap:4px}.fake-kpi-val{width:36px;height:12px;border-radius:4px;background:#ffffff26}.fake-kpi-lbl{width:52px;height:8px;border-radius:4px;background:#ffffff12}.fake-row{display:grid;grid-template-columns:1.4fr 1fr;gap:.75rem}.fake-card{border-radius:var(--radius-sm);border:1px solid var(--line);background:var(--surface);padding:.75rem}.fake-card-header{display:flex;justify-content:space-between;margin-bottom:.75rem}.fake-card-title{width:100px;height:10px;border-radius:4px;background:#ffffff1f}.fake-card-count{width:24px;height:10px;border-radius:4px;background:#ffffff0f}.fake-calendar{display:grid;grid-template-columns:repeat(7,1fr);gap:3px}.fake-cal-day{height:28px;border-radius:4px;background:#ffffff0a;display:flex;align-items:center;justify-content:center;font-size:.6rem;color:var(--muted2)}.fake-cal-day.has-event{background:#e8704a26;color:var(--accent);font-weight:700}.fake-cal-day.today{background:var(--accent);color:#fff;font-weight:700}.fake-bars{display:flex;align-items:flex-end;gap:5px;height:80px;padding-top:.5rem}.fake-bar{flex:1;border-radius:4px 4px 0 0;min-width:0}.fake-list{display:flex;flex-direction:column;gap:6px}.fake-list-row{display:flex;align-items:center;gap:.5rem;padding:.4rem .5rem;border-radius:var(--radius-sm);background:#ffffff08}.fake-avatar{width:24px;height:24px;border-radius:50%;flex-shrink:0}.fake-name{flex:1;height:8px;border-radius:4px;background:#ffffff1a}.fake-pill{width:44px;height:16px;border-radius:999px}.stats-bar{display:flex;align-items:center;justify-content:center;gap:4rem;flex-wrap:wrap;padding:3.5rem 2rem;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.stat-item{text-align:center}.stat-value{font-size:2.5rem;font-weight:900;letter-spacing:-1.5px;color:var(--text)}.stat-value span{color:var(--accent)}.stat-label{font-size:.83rem;color:var(--muted);margin-top:.25rem}section{padding:6rem 2rem;max-width:1200px;margin:0 auto}.section-badge{display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin-bottom:1rem}.section-title{font-size:clamp(2rem,4vw,3rem);font-weight:900;letter-spacing:-1.5px;line-height:1.1;margin-bottom:1rem}.section-sub{font-size:1.05rem;color:var(--muted);max-width:520px;line-height:1.65;margin-bottom:3rem}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media (max-width: 900px){.features-grid{grid-template-columns:1fr 1fr}}@media (max-width: 600px){.features-grid{grid-template-columns:1fr}}.feature-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:1.75rem;transition:border-color .2s}.feature-card:hover{border-color:var(--line2)}.feature-icon{width:44px;height:44px;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.feature-title{font-size:1rem;font-weight:700;margin-bottom:.5rem}.feature-desc{font-size:.875rem;color:var(--muted);line-height:1.6}.products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:3rem}@media (max-width: 700px){.products-grid{grid-template-columns:1fr}}.product-card{position:relative;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:2rem;overflow:hidden;transition:border-color .2s,transform .2s}.product-card:hover{border-color:var(--line2);transform:translateY(-2px)}.product-card.featured{border-color:#e8704a4d}.product-card-glow{position:absolute;top:-60px;right:-60px;width:200px;height:200px;border-radius:50%;pointer-events:none}.product-tag{display:inline-flex;align-items:center;gap:.4rem;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.3rem .75rem;border-radius:999px;margin-bottom:1.25rem}.product-name{font-size:1.5rem;font-weight:800;letter-spacing:-.5px;margin-bottom:.5rem}.product-desc{font-size:.9rem;color:var(--muted);line-height:1.6;margin-bottom:1.75rem}.product-features{list-style:none;display:flex;flex-direction:column;gap:.6rem;margin-bottom:2rem}.product-features li{display:flex;align-items:center;gap:.6rem;font-size:.875rem;color:var(--muted)}.product-features li:before{content:"";width:16px;height:16px;border-radius:50%;flex-shrink:0;background:#22c55e26;display:flex;align-items:center;justify-content:center}.check-icon{color:var(--green);flex-shrink:0}.product-cta{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:700;text-decoration:none;padding:.7rem 1.5rem;border-radius:var(--radius-sm);transition:opacity .15s}.product-cta:hover{opacity:.85}.product-cta.soon{background:#ffffff0f;color:var(--muted);border:1px solid var(--line);cursor:default}.product-cta.soon:hover{opacity:1}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media (max-width: 900px){.testimonials-grid{grid-template-columns:1fr}}.testimonial-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:1.75rem}.testimonial-stars{display:flex;gap:3px;margin-bottom:1rem}.star{color:var(--accent2);font-size:.9rem}.testimonial-text{font-size:.9rem;color:var(--muted);line-height:1.7;margin-bottom:1.25rem;font-style:italic}.testimonial-author{display:flex;align-items:center;gap:.75rem}.testimonial-avatar{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.78rem;font-weight:700;color:#fff;flex-shrink:0}.testimonial-name{font-size:.83rem;font-weight:700}.testimonial-role{font-size:.75rem;color:var(--muted)}.cta-section{text-align:center;padding:6rem 2rem;position:relative;overflow:hidden}.cta-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:400px;border-radius:50%;background:radial-gradient(ellipse,rgba(232,112,74,.12) 0%,transparent 70%);pointer-events:none}.cta-title{font-size:clamp(2rem,4vw,3.5rem);font-weight:900;letter-spacing:-2px;line-height:1.1;margin-bottom:1.25rem}.cta-sub{font-size:1.05rem;color:var(--muted);margin-bottom:2.5rem}.footer{border-top:1px solid var(--line);padding:3rem 4rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.footer-logo img{height:24px;object-fit:contain}.footer-links{display:flex;gap:2rem}.footer-link{font-size:.83rem;color:var(--muted);text-decoration:none;transition:color .15s}.footer-link:hover{color:var(--text)}.footer-copy{font-size:.78rem;color:var(--muted2)}.full-width{width:100%}.section-wrap{max-width:1200px;margin:0 auto;padding:6rem 2rem}
