*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#1a1a2e;background:linear-gradient(135deg,#f8f9fa,#fff)}.container{max-width:1200px;margin:0 auto;padding:0 40px}.header{background:#fff;box-shadow:0 2px 10px rgba(0,0,0,.05);position:fixed;width:100%;top:0;z-index:1000}.header-content{justify-content:space-between;padding:16px 40px}.header-content,.logo{display:flex;align-items:center}.logo{gap:8px}.logo-icon{font-size:24px}.logo-text{font-size:18px;font-weight:700;color:#1a1a2e}.header-cta{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:10px 20px;border-radius:8px;text-decoration:none;font-weight:600;font-size:14px;transition:all .3s}.header-cta:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(102,126,234,.4)}.hero{padding:200px 0 100px;background:linear-gradient(135deg,#667eea,#764ba2);position:relative;overflow:hidden;width:100%}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="hero-pattern" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="%23ffffff" fill-opacity="0.03"/></pattern></defs><rect width="100" height="100" fill="url(%23hero-pattern)"/></svg>');background-size:20px 20px}.hero-content-wrapper{width:100%;display:flex;justify-content:center}.hero-content{display:flex;align-items:center;gap:60px;position:relative;z-index:1;width:100%;max-width:1200px;padding:0 40px}.hero-text{flex:1 1;text-align:left;padding:0}.hero-badge{display:inline-block;background:hsla(0,0%,100%,.15);color:#fff;padding:10px 20px;border-radius:25px;font-size:14px;font-weight:600;margin-bottom:24px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero h1{font-size:48px;font-weight:800;color:#fff;line-height:1.2;margin-bottom:20px}.hero-subtitle{color:hsla(0,0%,100%,.9);font-size:18px;margin-bottom:32px;max-width:600px;padding-right:20px}.hero-stats{display:flex;gap:40px;margin-top:32px}.stat{text-align:center}.stat-number{font-size:36px;font-weight:800;color:#fff;display:block}.stat-label{font-size:14px;color:hsla(0,0%,100%,.8);margin-top:4px}.hero-visual{flex:1 1;display:flex;flex-direction:column;gap:20px;padding:0}.hero-card{background:#fff;border-radius:16px;padding:24px;box-shadow:0 20px 40px rgba(0,0,0,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.card-header{display:flex;align-items:center;gap:8px;margin-bottom:16px}.card-icon{font-size:24px}.card-title{font-size:14px;font-weight:600;color:#667eea}.card-content{text-align:center}.card-metric{font-size:42px;font-weight:800;color:#1a1a2e;display:block;margin-bottom:8px}.card-label{font-size:14px;font-weight:600;color:#667eea;margin-bottom:8px}.card-desc{font-size:13px;color:#666;line-height:1.4}.hero-card-2{margin-left:40px}.features{padding:100px 0;background:#fff}.features h2{font-size:36px;font-weight:800;text-align:center;margin-bottom:60px;color:#1a1a2e}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:30px;gap:30px}.feature-card{background:#f8f9fa;border-radius:16px;padding:32px;text-align:center;transition:all .3s}.feature-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px rgba(102,126,234,.2);background:#fff}.feature-icon{font-size:48px;margin-bottom:16px}.feature-card h3{font-size:20px;font-weight:700;color:#1a1a2e;margin-bottom:12px}.feature-card p{color:#666;font-size:15px;line-height:1.6}.samples{padding:100px 0;background:linear-gradient(135deg,#f8f9fa,#fff)}.samples h2{font-size:36px;font-weight:800;text-align:center;margin-bottom:60px;color:#1a1a2e}.samples-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:30px;gap:30px}.sample-card{background:#fff;border-radius:16px;padding:32px;box-shadow:0 4px 12px rgba(0,0,0,.08);transition:all .3s;position:relative;overflow:hidden}.sample-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px rgba(102,126,234,.2)}.sample-badge{display:inline-block;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600;margin-bottom:16px}.sample-card h3{font-size:20px;font-weight:700;color:#1a1a2e;margin-bottom:12px}.sample-card p{color:#666;font-size:15px;line-height:1.6}.cta-section{padding:100px 0;background:linear-gradient(135deg,#667eea,#764ba2);position:relative;overflow:hidden}.cta-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="cta-pattern" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="%23ffffff" fill-opacity="0.05"/></pattern></defs><rect width="100" height="100" fill="url(%23cta-pattern)"/></svg>');background-size:20px 20px}.cta-content{text-align:center;position:relative;z-index:1;max-width:600px;margin:0 auto}.cta-content h2{font-size:42px;font-weight:800;color:#fff;margin-bottom:16px}.cta-content p{color:hsla(0,0%,100%,.9);font-size:18px;margin-bottom:40px}.cta-form{display:flex;flex-direction:column;gap:16px;margin-bottom:24px}.cta-form input{padding:18px 20px;border:none;border-radius:12px;font-size:16px;font-weight:500;transition:all .3s;box-shadow:0 4px 12px rgba(0,0,0,.2)}.cta-form input:focus{outline:none;box-shadow:0 6px 20px rgba(0,0,0,.3)}.cta-form input::placeholder{color:#999}.cta-form button{padding:18px;background:#fff;color:#667eea;border:none;border-radius:12px;font-size:18px;font-weight:700;cursor:pointer;transition:all .3s;box-shadow:0 4px 12px rgba(0,0,0,.2)}.cta-form button:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,0,0,.3)}.cta-trust{color:hsla(0,0%,100%,.8);font-size:14px}.footer{background:#1a1a2e;padding:40px 0}.footer-content{text-align:center}.footer-logo{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:16px}.footer-logo .logo-icon{font-size:32px}.footer-logo .logo-text{color:#fff;font-size:24px}.footer p{color:hsla(0,0%,100%,.6);font-size:14px}@media (max-width:1024px){.hero h1{font-size:42px}.hero-content{flex-direction:column;gap:40px;padding:0 30px}.hero-visual{flex-direction:row;flex-wrap:wrap;padding:0}.hero-card-2,.hero-visual{margin-left:0}.container,.header-content{padding:0 30px}}@media (max-width:768px){.hero{padding:160px 0 80px}.hero h1{font-size:32px}.hero-subtitle{font-size:16px;max-width:100%}.hero-stats{flex-direction:column;gap:20px}.hero-card{flex:1 1;min-width:200px}.features h2,.samples h2{font-size:28px}.cta-content h2{font-size:32px}.container,.header-content,.hero-content{padding:0 20px}}@media (max-width:480px){.hero{padding:140px 0 60px}.hero h1{font-size:28px}.hero-subtitle{font-size:14px}.hero-badge{font-size:12px;padding:8px 16px}.container,.header-content,.hero-content{padding:0 15px}}.feature-card,.hero-card,.sample-card{animation:fadeInUp .8s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-card:nth-child(2){animation-delay:.2s}.feature-card:nth-child(2){animation-delay:.1s}.feature-card:nth-child(3){animation-delay:.2s}.feature-card:nth-child(4){animation-delay:.3s}