:root{--color-primary:#2563eb;--color-primary-dark:#1d4ed8;--color-primary-light:#3b82f6;--color-secondary:#7c3aed;--color-accent:#06b6d4;--color-text-primary:#0f172a;--color-text-secondary:#475569;--color-text-muted:#64748b;--color-text-light:#94a3b8;--color-bg-primary:#fff;--color-bg-secondary:#f8fafc;--color-bg-tertiary:#f1f5f9;--color-border:#e2e8f0;--color-border-light:#f1f5f9;--gradient-primary:linear-gradient(135deg,#2563eb 0%,#7c3aed 100%);--gradient-hero:linear-gradient(to bottom right,#f0f9ff 0%,#ede9fe 50%,#dbeafe 100%);--gradient-card:linear-gradient(to bottom,#fff 0%,#f8fafc 100%);--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 4px 6px -1px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a;--shadow-xl:0 20px 25px -5px #0000001a;--shadow-primary:0 10px 30px #2563eb40;--radius-sm:.375rem;--radius-md:.5rem;--radius-lg:.75rem;--radius-xl:1rem}*{box-sizing:border-box;margin:0;padding:0}.landing-page{background:var(--color-bg-primary);min-height:100vh;color:var(--color-text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;overflow-x:hidden}.landing-nav{z-index:100;-webkit-backdrop-filter:blur(20px)saturate(180%);backdrop-filter:blur(20px)saturate(180%);background:#fffc;border-bottom:1px solid #fff3;padding:1rem 1.5rem;position:sticky;top:0;box-shadow:0 4px 20px #0000000d}.landing-nav-container{justify-content:space-between;align-items:center;max-width:80rem;margin:0 auto;display:flex}.landing-logo{align-items:center;gap:.75rem;display:flex}.landing-logo-icon{border-radius:var(--radius-lg);color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);justify-content:center;align-items:center;width:2.25rem;height:2.25rem;display:flex;box-shadow:0 4px 15px #667eea4d}.landing-logo-text{color:var(--color-text-primary);letter-spacing:-.02em;font-size:1.125rem;font-weight:700}.landing-nav-cta{color:#fff;border-radius:var(--radius-md);background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:.625rem 1.5rem;font-size:.9375rem;font-weight:600;text-decoration:none;transition:all .3s;box-shadow:0 4px 15px #667eea4d}.landing-nav-cta:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.landing-hero{background:linear-gradient(135deg,#667eea 0%,#764ba2 50%,#f093fb 100%) 0 0/200% 200%;padding:6rem 1.5rem 8rem;animation:15s infinite gradientShift;position:relative;overflow:hidden}@keyframes gradientShift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.landing-hero:before{content:"";pointer-events:none;background:radial-gradient(circle at 30%,#ffffff26 0%,#0000 50%),radial-gradient(circle at 70% 80%,#6366f133 0%,#0000 50%);position:absolute;inset:0}.landing-hero-container{text-align:center;z-index:1;max-width:56rem;margin:0 auto;position:relative}.landing-hero-title{color:#fff;letter-spacing:-.03em;text-shadow:0 2px 20px #0003;margin-bottom:1.5rem;font-size:3.75rem;font-weight:800;line-height:1.1}.landing-gradient-text{background:linear-gradient(135deg,#fff 0%,#f0f9ff 100%);-webkit-text-fill-color:transparent;filter:drop-shadow(0 0 30px #ffffff80);-webkit-background-clip:text;background-clip:text;display:inline-block}.landing-hero-description{color:#fffffff2;text-shadow:0 1px 10px #0000001a;max-width:46rem;margin:0 auto 2.5rem;font-size:1.25rem;line-height:1.7}.landing-hero-ctas{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex}.landing-btn{border-radius:var(--radius-md);cursor:pointer;white-space:nowrap;border:none;justify-content:center;align-items:center;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex}.landing-btn-primary{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);position:relative;overflow:hidden;box-shadow:0 10px 30px #667eea66}.landing-btn-primary:before{content:"";background:linear-gradient(90deg,#0000,#ffffff4d,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.landing-btn-primary:hover:before{left:100%}.landing-btn-primary:hover{transform:translateY(-2px);box-shadow:0 15px 40px #667eea80}.landing-btn-secondary{color:var(--color-text-primary);border:1.5px solid var(--color-border);background:#fff}.landing-btn-secondary:hover{background:var(--color-bg-secondary);border-color:var(--color-primary);color:var(--color-primary)}.landing-btn-large{padding:1.125rem 2.5rem;font-size:1.0625rem}.landing-section-container{max-width:75rem;margin:0 auto;padding:0 1.5rem}.landing-section-title{color:var(--color-text-primary);text-align:center;letter-spacing:-.02em;width:100%;margin-bottom:1rem;font-size:2.5rem;font-weight:700;line-height:1.2;display:inline-block;position:relative}.landing-section-title:after{content:"";background:linear-gradient(90deg,#667eea,#764ba2,#f093fb);border-radius:2px;width:80px;height:4px;position:absolute;bottom:-10px;left:50%;transform:translate(-50%)}.landing-section-subtitle{color:var(--color-text-secondary);text-align:center;max-width:48rem;margin:0 auto 3.5rem;font-size:1.125rem;line-height:1.7}.landing-examples{background:var(--color-bg-secondary);padding:6rem 1.5rem}.landing-examples-header{text-align:center;margin-bottom:3rem}.landing-examples-label{letter-spacing:.1em;text-transform:uppercase;color:var(--color-primary);margin-bottom:1rem;font-size:.75rem;font-weight:700;display:inline-block}.landing-carousel{max-width:42rem;margin:0 auto 3rem;padding:0 4rem;position:relative}.landing-carousel-arrow{border:1px solid var(--color-border);cursor:pointer;z-index:10;width:3rem;height:3rem;color:var(--color-text-secondary);background:#fff;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.landing-carousel-arrow:hover{background:var(--color-primary);border-color:var(--color-primary);color:#fff;box-shadow:var(--shadow-md);transform:translateY(-50%)scale(1.05)}.landing-carousel-arrow-left{left:0}.landing-carousel-arrow-right{right:0}.landing-carousel-content{border-radius:var(--radius-xl);overflow:hidden}.landing-carousel-card{border-radius:var(--radius-xl);background:repeating-linear-gradient(0deg,#0000,#0000 2px,#00000003 2px 3px);border:1px solid #e8e8e8;padding:2.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;transform:perspective(1000px)rotateY(0);box-shadow:0 10px 40px #667eea1a,0 1px 2px #0000000f,inset 0 0 0 1px #ffffff80}.landing-carousel-card:hover{transform:perspective(1000px)rotateY(0)translateY(-5px);box-shadow:0 20px 60px #667eea33,0 1px 2px #0000000f,inset 0 0 0 1px #ffffff80}.landing-carousel-card:before{content:"";border-radius:var(--radius-xl);pointer-events:none;background:linear-gradient(135deg,#0000 0%,#667eea08 100%);position:absolute;inset:0}.landing-carousel-card-header{border-bottom:2px solid var(--color-border-light);align-items:center;gap:.5rem;margin-bottom:1.5rem;padding-bottom:1rem;display:flex;position:relative}.landing-carousel-card-header:after{content:"";background:var(--color-primary);width:60px;height:2px;position:absolute;bottom:-2px;left:0}.landing-carousel-icon{color:#2563eb;filter:drop-shadow(0 1px 2px #2563eb33)}.landing-carousel-card-title{color:var(--color-primary);text-transform:uppercase;letter-spacing:.08em;background:linear-gradient(135deg,#2563eb,#7c3aed);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:.75rem;font-weight:700}.landing-carousel-title{color:var(--color-text-primary);margin-bottom:.75rem;font-family:Georgia,serif;font-size:1.75rem;font-weight:700;line-height:1.3}.landing-carousel-description{color:var(--color-text-secondary);margin-bottom:2rem;font-size:.9375rem;font-style:italic;line-height:1.6}.landing-carousel-fields{border-radius:var(--radius-md);background:#f8fafc80;border:1px dashed #e2e8f0;flex-direction:column;gap:1.25rem;padding:1.5rem;display:flex}.landing-carousel-field{flex-direction:column;gap:.5rem;display:flex}.landing-carousel-field-label{color:var(--color-text-primary);text-transform:uppercase;letter-spacing:.03em;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.8125rem;font-weight:600}.landing-carousel-field-label:before{content:"▪";color:var(--color-primary);margin-right:.5rem;font-size:.75rem}.landing-carousel-field-line{background:repeating-linear-gradient(90deg,#cbd5e1 0 5px,#0000 5px 8px);height:1px;padding:.5rem 0;position:relative;overflow:hidden}.landing-carousel-field-line:after{content:"";background:linear-gradient(90deg,var(--color-primary),var(--color-secondary));border-radius:1px;width:0;height:2px;animation:1.5s ease-out forwards fillLine;position:absolute;top:50%;left:0;transform:translateY(-50%)}@keyframes fillLine{to{width:100%}}.landing-carousel-dots{justify-content:center;gap:.5rem;margin-top:1.5rem;display:flex}.landing-carousel-dot{background:var(--color-border);cursor:pointer;border:none;border-radius:50%;width:.5rem;height:.5rem;padding:0;transition:all .3s}.landing-carousel-dot:hover{background:var(--color-text-muted);transform:scale(1.2)}.landing-carousel-dot.active{background:var(--color-primary);border-radius:.25rem;width:1.5rem}.landing-carousel-cta{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex}.landing-features{background:#fff;padding:6rem 1.5rem}.landing-features-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3.5rem;display:grid}.landing-feature-card{border:1px solid var(--color-border);border-radius:var(--radius-xl);background:#fff;padding:2rem;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.landing-feature-card:before{content:"";transform-origin:0;background:linear-gradient(90deg,#667eea,#764ba2,#f093fb);height:3px;transition:transform .4s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.landing-feature-card:hover:before{transform:scaleX(1)}.landing-feature-card:hover{border-color:#667eea4d;transform:translateY(-8px)scale(1.02);box-shadow:0 20px 40px #667eea26}.landing-feature-icon{width:3.5rem;height:3.5rem;color:var(--color-primary);justify-content:center;align-items:center;margin-bottom:1.25rem;display:flex}.landing-feature-title{color:var(--color-text-primary);margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.landing-feature-description{color:var(--color-text-secondary);margin-bottom:1rem;font-size:.9375rem;line-height:1.6}.landing-feature-list{margin:0;padding:0;list-style:none}.landing-feature-list li{color:var(--color-text-muted);padding:.5rem 0 .5rem 1.5rem;font-size:.875rem;position:relative}.landing-feature-list li:before{content:"";background-image:url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"%232563eb\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"></polyline></svg>");background-repeat:no-repeat;background-size:contain;width:16px;height:16px;position:absolute;left:0}.landing-how-it-works{background:var(--gradient-hero);padding:6rem 1.5rem}.landing-steps{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:3rem;margin-top:3.5rem;display:grid}.landing-step{text-align:center;position:relative}.landing-step-number{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:50%;justify-content:center;align-items:center;width:4rem;height:4rem;margin:0 auto 1.5rem;font-size:1.5rem;font-weight:700;animation:2s ease-in-out infinite pulse;display:flex;position:relative;box-shadow:0 10px 30px #667eea4d}@keyframes pulse{0%,to{box-shadow:0 10px 30px #667eea4d}50%{box-shadow:0 10px 40px #667eea80,0 0 0 8px #667eea1a}}.landing-step-number:before{content:"";opacity:.3;filter:blur(10px);z-index:-1;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;position:absolute;inset:-3px}.landing-step-title{color:var(--color-text-primary);margin-bottom:.75rem;font-size:1.375rem;font-weight:700}.landing-step-description{color:var(--color-text-secondary);font-size:1rem;line-height:1.6}.landing-benefits{background:#fff;padding:6rem 1.5rem}.landing-benefits-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;margin-top:3.5rem;display:grid}.landing-benefit-card{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:linear-gradient(135deg,#fff 0%,#f8fafc 100%);padding:1.75rem;transition:all .3s;position:relative}.landing-benefit-card:after{content:"";opacity:0;background:radial-gradient(circle,#667eea1a 0%,#0000 70%);width:200%;height:200%;transition:opacity .3s;position:absolute;top:-50%;left:-50%}.landing-benefit-card:hover:after{opacity:1}.landing-benefit-card:hover{border-color:#667eea66;transform:translateY(-5px)scale(1.03);box-shadow:0 15px 30px #667eea33}.landing-benefit-icon{margin-bottom:1rem;font-size:2rem}.landing-benefit-title{color:var(--color-text-primary);margin-bottom:.5rem;font-size:1.0625rem;font-weight:600}.landing-benefit-description{color:var(--color-text-secondary);font-size:.9375rem;line-height:1.6}.landing-testimonial{background:var(--color-bg-secondary);padding:6rem 1.5rem}.landing-testimonial-card{border:1px solid var(--color-border);border-radius:var(--radius-xl);max-width:52rem;box-shadow:var(--shadow-lg);background:#fff;margin:3rem auto 0;padding:3rem}.landing-testimonial-text{color:var(--color-text-secondary);margin-bottom:1.5rem;font-size:1.125rem;font-style:italic;line-height:1.7}.landing-testimonial-author{flex-direction:column;gap:.25rem;display:flex}.landing-testimonial-author strong{color:var(--color-text-primary);font-size:1rem;font-weight:600}.landing-testimonial-author span{color:var(--color-text-muted);font-size:.875rem}.landing-final-cta{text-align:center;background:linear-gradient(135deg,#667eea 0%,#764ba2 50%,#f093fb 100%) 0 0/200% 200%;padding:6rem 1.5rem;animation:15s infinite gradientShift;position:relative;overflow:hidden}.landing-final-cta:before{content:"";background:radial-gradient(circle,#ffffff1a 0%,#0000 70%);width:200%;height:200%;animation:20s linear infinite rotate;position:absolute;top:-50%;left:-50%}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.landing-cta-title{color:#fff;letter-spacing:-.02em;z-index:1;text-shadow:0 2px 20px #0003;margin-bottom:1rem;font-size:2.75rem;font-weight:700;position:relative}.landing-cta-subtitle{color:#fffffff2;z-index:1;text-shadow:0 1px 10px #0000001a;margin-bottom:2.5rem;font-size:1.125rem;line-height:1.7;position:relative}.landing-cta-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.landing-footer{background:var(--color-text-primary);color:#fff;padding:4rem 1.5rem 2rem}.landing-footer-container{max-width:75rem;margin:0 auto}.landing-footer-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem;margin-bottom:3rem;display:grid}.landing-footer-section{flex-direction:column;display:flex}.landing-footer-heading{text-transform:uppercase;letter-spacing:.05em;color:#ffffffe6;margin-bottom:1rem;font-size:.875rem;font-weight:700}.landing-footer-links{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.landing-footer-links a{color:#ffffffb3;font-size:.9375rem;text-decoration:none;transition:color .2s}.landing-footer-links a:hover{color:#fff}.landing-footer-bottom{border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:2rem;display:flex}.landing-footer-bottom .landing-logo-icon{box-shadow:none;background:#ffffff1a}.landing-footer-bottom .landing-logo-text{color:#fff}.landing-footer-copyright{color:#fff9;font-size:.875rem}@media (max-width:768px){.landing-hero-title{font-size:2.5rem}.landing-hero-description{font-size:1.0625rem}.landing-section-title{font-size:2rem}.landing-section-subtitle{font-size:1rem}.landing-cta-title{font-size:2rem}.landing-hero-ctas,.landing-cta-buttons{flex-direction:column;width:100%}.landing-btn{width:100%;max-width:20rem}.landing-features-grid,.landing-steps,.landing-benefits-grid{grid-template-columns:1fr}.landing-footer-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.landing-footer-bottom{text-align:center;flex-direction:column}.landing-carousel{padding:0 3rem}.landing-carousel-arrow{width:2.5rem;height:2.5rem}.landing-carousel-card{padding:1.75rem}.landing-carousel-title{font-size:1.375rem}.landing-carousel-description{font-size:.9375rem}}@media (min-width:1024px){.landing-hero-title{font-size:4.5rem}.landing-features-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1280px){.landing-hero-title{font-size:5rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.landing-hero-container>*{animation:.6s ease-out backwards fadeInUp}.landing-hero-title{animation-delay:.1s}.landing-hero-description{animation-delay:.2s}.landing-hero-ctas{animation-delay:.3s}
