.landing{background-color:var(--bg-color);min-height:100vh}.landing-nav{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border-color);background:#fffffff2;position:fixed;top:0;left:0;right:0}.nav-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex}.nav-logo{color:var(--primary-color);font-size:1.5rem;font-weight:700;text-decoration:none}.nav-links{align-items:center;gap:1.5rem;display:flex}.nav-link{color:var(--text-secondary);font-weight:500;text-decoration:none;transition:color .2s}.nav-link:hover{color:var(--primary-color);text-decoration:none}.nav-cta{background:var(--primary-color);color:#fff;border-radius:.5rem;padding:.5rem 1.25rem;font-weight:600;text-decoration:none;transition:background-color .2s}.nav-cta:hover{background:var(--primary-hover);color:#fff;text-decoration:none}.hero{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:8rem 2rem 5rem}.hero-container{text-align:center;max-width:1000px;margin:0 auto}.hero-headline{margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.1}.hero-subheadline{opacity:.9;max-width:700px;margin:0 auto 2.5rem;font-size:1.25rem;line-height:1.6}.hero-cta{flex-direction:column;align-items:center;gap:.75rem;margin-bottom:4rem;display:flex}.btn-primary{color:var(--primary-color);background:#fff;border-radius:.5rem;padding:1rem 2.5rem;font-size:1.125rem;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-block;box-shadow:0 4px 14px #00000026}.btn-primary:hover{color:var(--primary-hover);text-decoration:none;transform:translateY(-2px);box-shadow:0 6px 20px #0003}.btn-large{padding:1.25rem 3rem;font-size:1.25rem}.hero-note{opacity:.8;font-size:.875rem}.hero-trust{justify-content:center;margin-top:1rem;display:flex}.hero-visual{min-height:200px;margin-top:2rem}.before-after{flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;display:flex}.before,.after{flex-direction:column;align-items:center;gap:.75rem;display:flex}.label{text-transform:uppercase;letter-spacing:.05em;opacity:.7;font-size:.875rem;font-weight:600}.mock-slide{background:#fff;border-radius:.5rem;width:200px;height:150px;padding:1.5rem;box-shadow:0 10px 40px #0003}.mock-title{background:#e5e7eb;border-radius:.25rem;width:60%;height:1rem;margin-bottom:1rem}.mock-bullet{background:#e5e7eb;border-radius:.25rem;width:80%;height:.5rem;margin-bottom:.5rem}.transform-arrow{color:#fff;opacity:.8}.transform-arrow svg{width:40px;height:40px}.mock-infographic{background:#fff;border-radius:.5rem;flex-direction:column;gap:.5rem;width:200px;height:150px;padding:1rem;display:flex;box-shadow:0 10px 40px #0003}.mock-chart{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:.25rem;height:50%}.mock-stats{gap:.5rem;display:flex}.mock-stat{background:#e5e7eb;border-radius:.25rem;flex:1;height:1.5rem}.mock-visual{background:linear-gradient(90deg,#667eea 40%,#e5e7eb 40%);border-radius:.25rem;height:1rem}.section-container{max-width:1200px;margin:0 auto;padding:0 2rem}.section-title{text-align:center;color:var(--text-primary);margin-bottom:.75rem;font-size:2.5rem;font-weight:700}.section-subtitle{color:var(--text-secondary);text-align:center;margin-bottom:3rem;font-size:1.125rem}.how-it-works{background:#fff;padding:5rem 2rem}.steps{grid-template-columns:repeat(3,1fr);gap:3rem;display:grid}.step{text-align:center;position:relative}.step-number{background:var(--primary-color);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:.875rem;font-weight:700;display:flex;position:absolute;top:-.5rem;left:50%;transform:translate(-50%)}.step-icon{width:80px;height:80px;color:var(--primary-color);background:linear-gradient(135deg,#667eea1a 0%,#764ba21a 100%);border-radius:1rem;justify-content:center;align-items:center;margin:0 auto 1.5rem;display:flex}.step-icon svg{width:36px;height:36px}.step h3{color:var(--text-primary);margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.step p{color:var(--text-secondary);line-height:1.5}.features{background:var(--bg-color);padding:5rem 2rem}.features-grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.feature{background:#fff;border-radius:1rem;padding:2rem;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 6px #0000000d}.feature:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001a}.feature-icon{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:.75rem;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1rem;display:flex}.feature-icon svg{width:24px;height:24px}.feature h3{color:var(--text-primary);margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.feature p{color:var(--text-secondary);line-height:1.5}.feature--highlight{background:linear-gradient(135deg,#f0f9f0 0%,#e8f5e9 100%);border:1px solid #c8e6c9;grid-column:1/-1}.feature-icon--security{background:linear-gradient(135deg,#2e7d32 0%,#43a047 100%)}.feature-link{color:#2e7d32;margin-top:.5rem;font-size:.875rem;font-weight:600;text-decoration:none;display:inline-block}.feature-link:hover{text-decoration:underline}.social-proof{background:#fff;padding:5rem 2rem}.stats-row{flex-wrap:wrap;justify-content:center;gap:4rem;margin-bottom:4rem;display:flex}.stat{text-align:center}.stat-number{color:var(--primary-color);font-size:3rem;font-weight:800;display:block}.stat-label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.875rem}.testimonials{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.testimonial{background:var(--bg-color);border-radius:1rem;padding:2rem}.quote{color:var(--text-primary);margin-bottom:1.5rem;font-size:1rem;font-style:italic;line-height:1.6}.author{align-items:center;gap:.75rem;display:flex}.author-avatar{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:.875rem;font-weight:600;display:flex}.author-info{flex-direction:column;display:flex}.author-name{color:var(--text-primary);font-weight:600}.author-role{color:var(--text-secondary);font-size:.875rem}.gallery{background:var(--bg-color);padding:5rem 2rem}.gallery-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.gallery-item{text-align:center}.gallery-placeholder{aspect-ratio:1/.9;background:#fff;border-radius:1rem;justify-content:center;align-items:center;height:180px;margin-bottom:.75rem;display:flex;overflow:hidden;box-shadow:0 4px 6px #0000000d}.gallery-label{color:var(--text-secondary);font-size:.875rem;font-weight:600}.viz-bars{align-items:flex-end;gap:.5rem;height:100px;padding:1rem;display:flex}.bar{background:linear-gradient(#667eea 0%,#764ba2 100%);border-radius:.25rem .25rem 0 0;width:30px;transition:height .3s}.flow-nodes{align-items:center;gap:.5rem;display:flex}.node{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:.5rem;width:40px;height:40px}.connector{background:#667eea;width:30px;height:3px}.timeline-line{background:#e5e7eb;justify-content:space-between;align-items:center;width:80%;height:3px;display:flex;position:relative}.timeline-point{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:50%;width:16px;height:16px}.compare-boxes{align-items:center;gap:1rem;display:flex}.compare-box{border-radius:.5rem;width:50px;height:70px}.compare-box.left{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}.compare-box.right{background:linear-gradient(135deg,#f59e0b 0%,#ef4444 100%)}.compare-vs{color:var(--text-secondary);font-size:.875rem;font-weight:700}.final-cta{text-align:center;color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:5rem 2rem}.final-cta h2{margin-bottom:1rem;font-size:2.5rem;font-weight:700}.final-cta p{opacity:.9;margin-bottom:2rem;font-size:1.125rem}.cta-buttons{margin-bottom:1rem}.cta-note{opacity:.8;font-size:.875rem}.landing-footer{background:var(--text-primary);color:#fff;padding:3rem 2rem}.footer-container{flex-direction:column;align-items:center;gap:2rem;max-width:1200px;margin:0 auto;display:flex}.footer-brand{text-align:center}.footer-logo{margin-bottom:.5rem;font-size:1.5rem;font-weight:700;display:block}.footer-brand p{opacity:.7;font-size:.875rem}.footer-links{gap:2rem;display:flex}.footer-links a{color:#fff;opacity:.7;font-size:.875rem;text-decoration:none;transition:opacity .2s}.footer-links a:hover{opacity:1;text-decoration:none}.footer-copyright{opacity:.5;font-size:.75rem}@media (max-width:1024px){.hero-headline{font-size:2.75rem}.gallery-grid,.testimonials{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.nav-container{padding:1rem}.nav-link{display:none}.hero{padding:7rem 1.5rem 4rem}.hero-headline{font-size:2rem}.hero-subheadline{font-size:1rem}.btn-primary{padding:.875rem 2rem;font-size:1rem}.before-after{flex-direction:column;gap:1rem}.transform-arrow{transform:rotate(90deg)}.mock-slide,.mock-infographic{width:180px;height:130px}.steps{grid-template-columns:1fr;gap:2.5rem}.features-grid{grid-template-columns:1fr}.stats-row{gap:2rem}.stat-number{font-size:2.25rem}.testimonials{grid-template-columns:1fr}.gallery-grid{grid-template-columns:repeat(2,1fr)}.section-title,.final-cta h2{font-size:1.75rem}.footer-links{flex-direction:column;align-items:center;gap:1rem}}@media (max-width:480px){.hero-headline{font-size:1.75rem}.gallery-grid{grid-template-columns:1fr}.gallery-placeholder{height:150px}}
