*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #667eea;--primary-dark: #5568d3;--secondary: #764ba2;--accent: #10b981;--text-dark: #1a202c;--text-gray: #4a5568;--text-light: #718096;--bg-light: #f7fafc;--bg-white: #ffffff;--border: #e2e8f0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;color:var(--text-dark);background:var(--bg-white);overflow-x:hidden}.landing{min-height:100vh}.nav{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);z-index:1000;padding:1rem 0}.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,var(--primary) 0%,var(--secondary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-links{display:flex;gap:2rem}.nav-links a{color:var(--text-gray);text-decoration:none;font-weight:500;transition:color .2s}.nav-links a:hover{color:var(--primary)}.hero{min-height:100vh;display:flex;align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);position:relative;overflow:hidden;padding:8rem 2rem 4rem}.hero:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.3}.hero-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.2;color:#fff;margin-bottom:1.5rem}.gradient-text{background:linear-gradient(135deg,#fff,#e0e7ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.25rem;color:#ffffffe6;margin-bottom:2rem;line-height:1.8}.hero-cta{display:flex;gap:1rem;margin-bottom:1rem;max-width:500px}.email-input{flex:1;padding:1rem 1.5rem;border:2px solid rgba(255,255,255,.3);border-radius:12px;font-size:1rem;background:#ffffff1a;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s}.email-input::placeholder{color:#fff9}.email-input:focus{outline:none;border-color:#fff;background:#fff3}.cta-button{padding:1rem 2rem;background:#fff;color:var(--primary);border:none;border-radius:12px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s;white-space:nowrap}.cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0003}.hero-note{color:#fffc;font-size:.9rem}.hero-visual{position:relative;height:400px;max-width:400px}.floating-card{position:absolute;background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 20px 40px #0003;animation:float 3s ease-in-out infinite;max-width:200px}.card-1{top:10%;left:0;animation-delay:0s}.card-2{top:40%;right:0;animation-delay:.5s}.card-3{bottom:10%;left:20%;animation-delay:1s}.card-header{font-weight:600;color:var(--text-dark);margin-bottom:.5rem;font-size:1.1rem}.card-stat{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,var(--primary) 0%,var(--secondary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.stats{padding:4rem 2rem;background:var(--bg-white)}.stats-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.stat-item{text-align:center;padding:2rem;background:var(--bg-light);border-radius:16px;transition:transform .3s}.stat-item:hover{transform:translateY(-5px)}.stat-number{font-size:3rem;font-weight:800;background:linear-gradient(135deg,var(--primary) 0%,var(--secondary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.stat-label{color:var(--text-gray);font-weight:500}.section-container{max-width:1200px;margin:0 auto;padding:0 2rem}.section-title{font-size:2.5rem;font-weight:700;color:var(--text-dark);text-align:center;margin-bottom:1rem}.section-subtitle{font-size:1.25rem;color:var(--text-light);text-align:center;margin-bottom:4rem}.features{padding:6rem 2rem;background:var(--bg-white)}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.feature-card{padding:2rem;background:var(--bg-light);border-radius:16px;transition:all .3s;border:2px solid transparent}.feature-card:hover{transform:translateY(-5px);border-color:var(--primary);box-shadow:0 10px 30px #667eea1a}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-title{font-size:1.5rem;font-weight:700;color:var(--text-dark);margin-bottom:1rem}.feature-description{color:var(--text-gray);line-height:1.8}.benefits-section{padding:6rem 2rem;background:var(--bg-light)}.benefits-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.benefits-list{list-style:none;display:flex;flex-direction:column;gap:2rem}.benefits-list li{display:flex;gap:1rem;align-items:flex-start}.check-icon{width:28px;height:28px;background:linear-gradient(135deg,var(--primary) 0%,var(--secondary) 100%);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}.benefits-list strong{display:block;font-size:1.25rem;color:var(--text-dark);margin-bottom:.25rem}.benefits-list p{color:var(--text-gray);line-height:1.6}.benefits-visual{position:relative}.benefits-card{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000001a;overflow:hidden}.benefits-card-header{background:var(--bg-light);padding:1rem 1.5rem;display:flex;align-items:center;gap:1rem;border-bottom:1px solid var(--border)}.traffic-light{display:flex;gap:.5rem}.traffic-light span{width:12px;height:12px;border-radius:50%;background:var(--border)}.traffic-light span:nth-child(1){background:#ff5f57}.traffic-light span:nth-child(2){background:#ffbd2e}.traffic-light span:nth-child(3){background:#28ca42}.window-title{font-size:.9rem;color:var(--text-gray);font-weight:500}.benefits-card-content{padding:2rem;display:flex;flex-direction:column;gap:1.5rem}.dashboard-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:var(--bg-light);border-radius:8px}.dashboard-label{color:var(--text-gray);font-weight:500}.dashboard-value{font-size:1.5rem;font-weight:700;color:var(--primary)}.cta-section{padding:6rem 2rem;background:linear-gradient(135deg,var(--primary) 0%,var(--secondary) 100%);text-align:center}.cta-container{max-width:800px;margin:0 auto}.cta-title{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:1rem}.cta-subtitle{font-size:1.25rem;color:#ffffffe6;margin-bottom:2rem}.cta-form{display:flex;gap:1rem;max-width:500px;margin:0 auto 1rem}.cta-note{color:#fffc;font-size:.9rem}.footer{background:var(--text-dark);color:#fff;padding:4rem 2rem 2rem}.footer-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-section h3,.footer-section h4{margin-bottom:1rem;color:#fff}.footer-logo{font-size:1.5rem;font-weight:700}.footer-description{color:#ffffffb3;line-height:1.6}.footer-section ul{list-style:none;display:flex;flex-direction:column;gap:.75rem}.footer-section a{color:#ffffffb3;text-decoration:none;transition:color .2s}.footer-section a:hover{color:#fff}.footer-bottom{max-width:1200px;margin:0 auto;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);text-align:center;color:#ffffff80}@media(max-width:1024px){.hero-content{grid-template-columns:1fr}.hero-visual{display:none}.features-grid{grid-template-columns:repeat(2,1fr)}.benefits-content{grid-template-columns:1fr}.stats-container,.footer-container{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.hero{padding:6rem 2rem 3rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-cta,.cta-form{flex-direction:column}.section-title{font-size:2rem}.features-grid,.stats-container{grid-template-columns:1fr}.nav-links{gap:1rem}.footer-container{grid-template-columns:1fr}}
