*{box-sizing:border-box;margin:0;padding:0}:root{--primary:#5865f2;--primary-dark:#4752c4;--text:#000;--text-white:#fff;--bg-white:#fff;--bg-gray:#f6f6f6;--bg-dark:#23272a;--bg-darker:#2c2f33}body{color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5;overflow-x:hidden}a{color:inherit;text-decoration:none}h1{text-transform:uppercase;font-size:56px;font-weight:800;line-height:95%}h2{font-size:48px;font-weight:700;line-height:120%}p{font-size:20px;line-height:1.625}.app{min-height:100vh}.navbar{z-index:100;padding:20px 40px;position:absolute;top:0;left:0;right:0}.navbar-content{justify-content:space-between;align-items:center;max-width:1260px;margin:0 auto;display:flex}.logo{color:var(--text-white);align-items:center;gap:8px;font-size:20px;font-weight:700;display:flex}.logo-icon{font-size:28px}.nav-links{gap:40px;display:flex}.nav-links a{color:var(--text-white);font-size:16px;font-weight:600;transition:opacity .2s}.nav-links a:hover{text-decoration:underline}.login-btn{background:var(--bg-white);color:var(--text);border-radius:28px;padding:10px 16px;font-size:14px;font-weight:500;transition:all .2s}.login-btn:hover{color:var(--primary);box-shadow:0 8px 15px #0003}.hero{background:var(--primary);align-items:center;min-height:100vh;padding:120px 40px 80px;display:flex;position:relative;overflow:hidden}.hero:before{content:"";background:linear-gradient(135deg,#5865f2 0%,#404eed 100%);position:absolute;inset:0}.hero-content{z-index:10;max-width:780px;color:var(--text-white);position:relative}.hero-content h1{margin-bottom:40px}.hero-content p{margin-bottom:32px;font-size:clamp(16px,2vw,20px)}.hero-buttons{flex-wrap:wrap;gap:24px;display:flex}.btn{border-radius:28px;align-items:center;gap:8px;padding:16px 32px;font-size:20px;font-weight:500;transition:all .2s;display:inline-flex}.btn-primary{background:var(--bg-white);color:var(--text)}.btn-primary:hover{color:var(--primary);box-shadow:0 8px 15px #0003}.btn-secondary{background:var(--bg-dark);color:var(--text-white)}.btn-secondary:hover{background:#36393f;box-shadow:0 8px 15px #0003}.btn-large{font-size:20px}.btn-icon{font-size:24px}.hero-image{width:60%;height:80%;position:absolute;bottom:0;right:-100px}.placeholder-illustration{width:100%;height:100%;position:relative}.circle{opacity:.3;border-radius:50%;position:absolute}.circle-1{background:#fff;width:300px;height:300px;bottom:50px;left:100px}.circle-2{background:#fff;width:200px;height:200px;top:100px;right:150px}.circle-3{background:#fff;width:150px;height:150px;bottom:150px;right:250px}.features{background:var(--bg-white)}.features-content{max-width:1260px;margin:0 auto;padding:120px 40px}.feature{align-items:center;gap:120px;margin-bottom:120px;display:flex}.feature:last-child{margin-bottom:0}.feature-reverse{flex-direction:row-reverse}.feature-text{flex:1}.feature-text h2{margin-bottom:24px}.feature-text p{color:#4f5660;font-size:20px}.feature-image{flex:1}.placeholder-box{background:var(--bg-gray);border-radius:12px;width:100%;height:400px}.features-content .feature:nth-child(2n){background:var(--bg-gray);margin:0 -40px;padding:120px 40px}.cta{background:var(--bg-gray);padding:120px 40px}.cta-content{text-align:center;max-width:980px;margin:0 auto}.cta-content h2{margin-bottom:40px;font-weight:800}.footer{background:var(--bg-dark);color:var(--text-white);padding:80px 40px 64px}.footer-content{border-bottom:1px solid var(--primary);grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:20px;max-width:1260px;margin:0 auto;padding-bottom:32px;display:grid}.footer-section h3{text-transform:uppercase;color:var(--primary);margin-bottom:24px;font-size:32px;font-weight:800}.footer-section h4{color:var(--primary);margin-bottom:20px;font-size:16px;font-weight:400}.footer-section ul{list-style:none}.footer-section li{margin-bottom:8px}.footer-section a{color:var(--text-white);font-size:16px;transition:-webkit-text-decoration .2s,text-decoration .2s}.footer-section a:hover{text-decoration:underline}.social-links{gap:24px;display:flex}.social-links a{font-size:24px}.footer-bottom{justify-content:space-between;align-items:center;max-width:1260px;margin:0 auto;padding-top:32px;display:flex}.footer-logo{align-items:center;gap:8px;font-weight:700;display:flex}.signup-btn{background:var(--primary);color:var(--text-white);border-radius:28px;padding:10px 16px;font-size:14px;font-weight:500;transition:background .2s}.signup-btn:hover{background:var(--primary-dark)}@media (width<=1024px){.nav-links{display:none}h1,h2{font-size:32px}.hero{padding:100px 24px 60px}.hero-buttons{flex-direction:column}.btn{justify-content:center;width:100%}.hero-image{display:none}.feature{flex-direction:column;gap:40px;margin-bottom:80px}.feature-reverse{flex-direction:column}.placeholder-box{height:250px}.footer-content{grid-template-columns:1fr 1fr;gap:40px}.features-content .feature:nth-child(2n){margin:0 -24px;padding:80px 24px}.features-content,.cta{padding:80px 24px}}
