:root{font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}*{box-sizing:border-box}html,body,#root{height:100%}body{color:#0f172a;background:#fff;min-width:320px;margin:0}#root{width:100%}.landing-page{width:100%;overflow-x:hidden}html{scroll-behavior:smooth}.landing-navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;background:#fffffff2;padding:1rem 0;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 20px #0000001a}.navbar-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 2rem;display:flex}.navbar-logo img{width:auto;height:50px}.navbar-logo{align-items:center;gap:.6rem;display:flex}.navbar-brand-name{color:#4a5568;letter-spacing:.2px;white-space:nowrap;opacity:.95;font-family:inherit;font-size:1rem;font-weight:700}.navbar-links{align-items:center;gap:2rem;display:flex}.navbar-links a{color:#4a5568;font-weight:500;text-decoration:none;transition:color .3s}.navbar-links a:hover{color:#667eea}.btn-navbar-login{color:#667eea;cursor:pointer;background:0 0;border:2px solid #667eea;border-radius:25px;padding:.6rem 1.8rem;font-weight:600;transition:all .3s}.btn-navbar-login:hover{color:#fff;background:#667eea}.hero-section{background:linear-gradient(135deg,#a78bfa 0%,#8b5cf6 50%,#7c3aed 100%);align-items:center;min-height:100vh;padding-top:80px;display:flex;position:relative;overflow:hidden}.hero-overlay{pointer-events:none;background:radial-gradient(circle at 10% 20%,#ffffff1a 0%,#0000 40%),radial-gradient(circle at 90% 80%,#ffffff14 0%,#0000 40%);position:absolute;inset:0}.decorative-elements{pointer-events:none;position:absolute;inset:0;overflow:hidden}.leaf{opacity:.3;font-size:3rem;animation:8s ease-in-out infinite sway;position:absolute}.leaf-1{animation-delay:0s;top:15%;left:5%}.leaf-2{font-size:2.5rem;animation-delay:2s;bottom:25%;left:8%}.leaf-3{animation-delay:1s;top:60%;right:10%}.leaf-4{font-size:2rem;animation-delay:3s;top:25%;right:15%}@keyframes sway{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-20px)rotate(5deg)}}.floating-elements{pointer-events:none;position:absolute;inset:0;overflow:hidden}.floating-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:12px;padding:1rem 1.5rem;animation-duration:20s;animation-timing-function:ease-in-out;animation-iteration-count:infinite;position:absolute;box-shadow:0 8px 32px #0000001a}.chart-card{animation-name:float1;top:15%;left:10%}.mini-chart{align-items:flex-end;gap:6px;height:50px;margin-bottom:.5rem;display:flex}.chart-bar{background:linear-gradient(#764ba2,#667eea);border-radius:4px;width:12px;animation:2s ease-in-out infinite chartPulse}.chart-bar:first-child{animation-delay:0s}.chart-bar:nth-child(2){animation-delay:.2s}.chart-bar:nth-child(3){animation-delay:.4s}.chart-bar:nth-child(4){animation-delay:.6s}.chart-bar:nth-child(5){animation-delay:.8s}.commission-card{text-align:center;animation-name:float2;top:20%;right:8%}.commission-icon{margin-bottom:.3rem;font-size:2rem}.commission-value{color:#48bb78;margin-bottom:.3rem;font-size:1.3rem;font-weight:700}.client-card{align-items:center;gap:1rem;animation-name:float3;display:flex;top:60%;left:5%}.client-avatar{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:2rem;display:flex}.client-info{flex-direction:column;display:flex}.client-name{color:#2d3748;margin-bottom:.2rem;font-weight:600}.client-status{color:#48bb78;font-size:.9rem}.product-card{align-items:center;gap:1rem;animation-name:float4;display:flex;bottom:20%;left:15%}.product-icon{font-size:2rem}.product-info{flex-direction:column;display:flex}.product-name{color:#2d3748;margin-bottom:.2rem;font-weight:600}.product-stock{color:#4a5568;font-size:.9rem}.growth-card{text-align:center;animation-name:float5;bottom:25%;right:12%}.growth-percentage{background:linear-gradient(135deg,#48bb78,#38a169);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.3rem;font-size:2rem;font-weight:700}.notification-card{align-items:center;gap:.8rem;animation-name:float6;display:flex;top:70%;right:5%}.notification-icon{font-size:1.5rem;animation:2s ease-in-out infinite ringBell}.notification-text{color:#2d3748;font-weight:500}.card-label{color:#4a5568;font-size:.9rem;font-weight:500}.hero-content{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;padding:4rem 2rem;display:grid;position:relative}.hero-left{color:#fff}.hero-title{text-shadow:0 2px 20px #0003;margin-bottom:1.5rem;font-size:4rem;font-weight:800;line-height:1.1;animation:.8s ease-out fadeInUp}.hero-subtitle-inline{opacity:.95;margin-top:.5rem;font-size:3.5rem;font-weight:400;display:block}.hero-description{opacity:.95;margin-bottom:2.5rem;font-size:1.2rem;line-height:1.8;animation:.8s ease-out .2s backwards fadeInUp}.btn-hero-cta{color:#7c3aed;cursor:pointer;background:#fff;border:none;border-radius:50px;padding:.8rem 1.6rem;font-size:1rem;font-weight:600;transition:all .3s;animation:.8s ease-out .4s backwards fadeInUp;box-shadow:0 8px 30px #0003}.btn-hero-cta:hover{transform:translateY(-3px);box-shadow:0 12px 40px #0000004d}.hero-right{animation:1s ease-out .3s backwards fadeInRight;position:relative}@keyframes fadeInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}.hero-illustration{width:100%;height:500px;position:relative}.dashboard-mockup{z-index:2;animation:6s ease-in-out infinite float-dashboard;position:relative}@keyframes float-dashboard{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.mockup-window{background:#fff;border-radius:16px;overflow:hidden;transform:perspective(1000px)rotateY(-5deg);box-shadow:0 20px 60px #0000004d}.window-header{background:linear-gradient(90deg,#fbbf24,#f59e0b);padding:1rem}.window-dots{gap:8px;display:flex}.window-dots span{background:#fffc;border-radius:50%;width:12px;height:12px}.window-content{min-height:350px;padding:2rem}.content-section{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem;display:grid}.mini-card{background:#f7fafc;border-radius:12px;padding:1.5rem;box-shadow:0 2px 10px #0000000d}.card-icon{margin-bottom:.5rem;font-size:2rem}.card-chart{height:40px;position:relative;overflow:hidden}.chart-line{clip-path:polygon(0% 100%,10% 80%,20% 85%,30% 60%,40% 65%,50% 40%,60% 50%,70% 30%,80% 35%,90% 20%,100% 25%,100% 100%);background:linear-gradient(90deg,#0000 0%,#a78bfa 20%,#0000 40%,#8b5cf6 60%,#0000 80%,#7c3aed 100%);height:100%;animation:3s ease-in-out infinite shimmer;position:absolute;bottom:0;left:0;right:0}@keyframes shimmer{0%,to{opacity:.6}50%{opacity:1}}.card-value{color:#48bb78;margin-top:1rem;font-size:1.8rem;font-weight:700}.dashboard-preview{margin-top:1.5rem}.preview-charts{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem;display:grid}.preview-chart{background:#f7fafc;border-radius:12px;justify-content:center;align-items:center;min-height:120px;padding:1rem;display:flex}.pie-chart{position:relative}.pie-svg{width:80px;height:80px;animation:20s linear infinite rotate}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.bar-chart{padding:1.5rem 1rem}.preview-bars{justify-content:center;align-items:flex-end;gap:8px;height:80px;display:flex}.preview-bar{background:linear-gradient(#a78bfa,#8b5cf6);border-radius:4px 4px 0 0;width:20px;animation:3s ease-in-out infinite barPulse}.preview-bar:first-child{animation-delay:0s}.preview-bar:nth-child(2){animation-delay:.3s}.preview-bar:nth-child(3){animation-delay:.6s}@keyframes barPulse{0%,to{opacity:1;transform:scaleY(1)}50%{opacity:.7;transform:scaleY(.85)}}.preview-metrics{background:#f7fafc;border-radius:12px;grid-template-columns:repeat(5,1fr);gap:.5rem;padding:1rem;display:grid}.metric-mini{background:#fff;border-radius:8px;flex-direction:column;align-items:center;gap:.3rem;padding:.5rem;display:flex;box-shadow:0 1px 3px #0000000d}.metric-icon{font-size:1.2rem}.metric-label{color:#64748b;text-align:center;white-space:nowrap;font-size:.7rem;font-weight:600}.content-graph{background:#f7fafc;border-radius:12px;padding:2rem}.graph-bars{align-items:flex-end;gap:12px;height:120px;display:flex}.bar{background:linear-gradient(#a78bfa,#8b5cf6);border-radius:6px 6px 0 0;flex:1;animation:2s ease-out backwards barGrow}.bar:first-child{animation-delay:.5s}.bar:nth-child(2){animation-delay:.7s}.bar:nth-child(3){animation-delay:.9s}.bar:nth-child(4){animation-delay:1.1s}.bar:nth-child(5){animation-delay:1.3s}.bar:nth-child(6){animation-delay:1.5s}@keyframes barGrow{0%{transform:scaleY(0)}to{transform:scaleY(1)}}.character{animation:4s ease-in-out infinite floatChar;position:absolute}.character-1{animation-delay:0s;bottom:-20px;left:-40px}.character-2{animation-delay:1s;bottom:80px;right:-30px}@keyframes floatChar{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.person{filter:drop-shadow(0 4px 10px #0003);flex-direction:column;align-items:center;display:flex}.person-head{background:linear-gradient(135deg,#fbbf24,#f59e0b);border-radius:50%;width:50px;height:50px;margin-bottom:5px}.person-body{background:linear-gradient(135deg,#8b5cf6,#7c3aed);border-radius:30px 30px 40px 40px;width:60px;height:80px}.person-female .person-head{background:linear-gradient(135deg,#ec4899,#be185d)}.person-female .person-body{background:linear-gradient(135deg,#f472b6,#ec4899)}.hero-wave{width:100%;line-height:0;position:absolute;bottom:0;left:0;overflow:hidden}.hero-wave svg{width:calc(100% + 1.3px);height:80px;display:block;position:relative}.btn{cursor:pointer;border:none;border-radius:50px;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.features-section{background:#f8f9fa;padding:6rem 2rem}.container{max-width:1200px;margin:0 auto}.section-title{text-align:center;color:#2d3748;margin-bottom:4rem;font-size:2.5rem;font-weight:700}.features-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.feature-card{text-align:center;background:#fff;border-radius:16px;padding:2.5rem;transition:all .3s;box-shadow:0 4px 20px #00000014}.feature-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #00000026}.feature-icon{justify-content:center;align-items:center;margin-bottom:1.5rem;font-size:3.5rem;display:flex}.feature-icon svg{filter:drop-shadow(0 4px 12px #0000001a);width:80px;height:80px;transition:transform .3s}.feature-card:hover .feature-icon svg{transform:scale(1.1)}.feature-card h3{color:#2d3748;margin-bottom:1rem;font-size:1.5rem;font-weight:600}.feature-card p{color:#4a5568;font-size:1rem;line-height:1.6}.benefits-section{background:#fff;padding:6rem 2rem}.benefits-content{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.benefits-text h2{color:#2d3748;margin-bottom:2rem;font-size:2.5rem;font-weight:700}.benefits-list{margin:0;padding:0;list-style:none}.benefits-list li{align-items:flex-start;gap:1rem;margin-bottom:2rem;display:flex}.check-icon{color:#fff;background:#48bb78;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:1.2rem;font-weight:700;display:flex}.benefits-list strong{color:#2d3748;margin-bottom:.3rem;font-size:1.2rem;display:block}.benefits-list p{color:#4a5568;margin:0}.benefits-image{justify-content:center;align-items:center;display:flex}.image-placeholder{justify-content:center;align-items:center;width:100%;max-width:650px;display:flex}.dashboard-card.carousel-card{background:#fff;border:2px solid #6559ff1a;border-radius:16px;width:100%;max-width:550px;padding:1.5rem;transition:transform .22s;position:relative;box-shadow:0 8px 30px #4f46e51f}.dashboard-card.carousel-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #4f46e52e}.carousel{aspect-ratio:9/16;background:#f8f9fa;border-radius:12px;width:100%;position:relative;overflow:hidden}.carousel-image{object-fit:contain;border-radius:8px;width:100%;height:100%;transition:opacity .4s ease-in-out;display:block}.carousel-controls{pointer-events:none;justify-content:space-between;padding:0 .5rem;display:flex;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.carousel-btn{pointer-events:all;color:#6559ff;cursor:pointer;background:#fffffff2;border:2px solid #6559ff33;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.8rem;font-weight:700;line-height:1;transition:all .3s;display:flex;box-shadow:0 4px 12px #00000026}.carousel-btn:hover{color:#fff;background:#6559ff;border-color:#6559ff;transform:scale(1.1);box-shadow:0 6px 20px #6559ff66}.carousel-btn:active{transform:scale(.95)}.carousel-indicators{justify-content:center;gap:.5rem;margin-top:1rem;display:flex}.indicator{cursor:pointer;background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;width:44px;height:44px;padding:0;transition:all .3s;display:inline-flex;position:relative}.indicator:before{content:"";background:#cbd5e0;border-radius:999px;width:10px;height:10px;transition:all .3s}.indicator:hover{transform:scale(1.02)}.indicator:hover:before{background:#a0aec0;transform:scale(1.2)}.indicator:focus-visible{outline-offset:2px;outline:2px solid #6559ffa6}.indicator.active{transform:none}.indicator.active:before{background:#6559ff;border-radius:5px;width:28px;height:10px}.dashboard-card:hover{transition:transform .22s;transform:translateY(-4px)}@media (max-width:880px){.dashboard-card.carousel-card{max-width:100%;padding:1rem}.carousel-btn{width:35px;height:35px;font-size:1.5rem}}.mockup-header{background:linear-gradient(90deg,#e2e8f0 0%,#cbd5e0 100%);border-radius:8px;height:40px}.mockup-content{flex-direction:column;flex:1;gap:.8rem;display:flex}.mockup-card{background:linear-gradient(90deg,#edf2f7 0%,#e2e8f0 100%);border-radius:8px;height:60px}.mockup-chart{background:linear-gradient(135deg,#f7fafc 0%,#edf2f7 100%);border-radius:8px;flex:1;position:relative;overflow:hidden}.mockup-chart:after{content:"";clip-path:polygon(0% 100%,10% 70%,20% 80%,30% 60%,40% 50%,50% 30%,60% 40%,70% 35%,80% 20%,90% 25%,100% 10%,100% 100%);background:linear-gradient(90deg,#0000 0%,#cbd5e0 10%,#0000 20% 30%,#cbd5e0 45%,#0000 55% 70%,#cbd5e0 85%,#0000 100%);height:60%;position:absolute;bottom:0;left:10%;right:10%}.pricing-section{background:#f8f9fa;padding:6rem 2rem}.pricing-subtitle{text-align:center;color:#64748b;margin-top:-2rem;margin-bottom:4rem;font-size:1.2rem}.pricing-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;max-width:900px;margin:0 auto;display:grid}.pricing-grid.single{grid-template-columns:1fr;max-width:480px}.pricing-card{background:#fff;border:3px solid #0000;border-radius:20px;padding:2rem 1.8rem;transition:all .3s;position:relative;box-shadow:0 4px 20px #00000014}.pricing-card:hover{transform:translateY(-3px);box-shadow:0 8px 30px #0000001f}.pricing-card.featured{background:linear-gradient(135deg,#fff 0%,#f8f7ff 100%);border-color:#6559ff;transform:scale(1)}.pricing-card.featured:hover{transform:translateY(-3px)}.popular-badge{color:#fff;background:linear-gradient(135deg,#6559ff 0%,#4f46e5 100%);border-radius:20px;padding:.5rem 1.5rem;font-size:.85rem;font-weight:600;position:absolute;top:-12px;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #6559ff66}.pricing-header{text-align:center;margin-bottom:1rem}.pricing-header h3{color:#2d3748;margin-bottom:.5rem;font-size:1.6rem;font-weight:700}.pricing-badge{color:#4f46e5;background:#e0e7ff;border-radius:20px;padding:.4rem 1rem;font-size:.85rem;font-weight:600;display:inline-block}.pricing-badge.premium{color:#fff;background:linear-gradient(135deg,#fbbf24 0%,#f59e0b 100%)}.trial-badge{text-align:center;margin:1.5rem 0}.trial-text{color:#fff;letter-spacing:.5px;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border-radius:50px;padding:.65rem 1.8rem;font-size:1rem;font-weight:700;display:inline-block;box-shadow:0 4px 15px #10b9814d}.pricing-price{text-align:center;margin-bottom:1rem}.price-label{color:#64748b;margin-bottom:.5rem;font-size:.9rem;font-weight:500;display:block}.price-main{justify-content:center;align-items:center;gap:.25rem;display:flex}.price-currency{color:#64748b;vertical-align:top;font-size:1.3rem;font-weight:600}.price-value{color:#2d3748;font-size:3.2rem;font-weight:800;line-height:1}.price-period{color:#64748b;font-size:1rem;font-weight:500}.pricing-description{text-align:center;color:#64748b;margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.pricing-features{margin:0 0 1.5rem;padding:0;list-style:none}.pricing-features li{color:#475569;align-items:center;gap:.65rem;padding:.6rem 0;font-size:.95rem;display:flex}.feature-check{color:#fff;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:.75rem;font-weight:700;display:flex}.btn-pricing{color:#6559ff;cursor:pointer;background:0 0;border:2px solid #6559ff;border-radius:50px;width:100%;padding:.9rem 1.8rem;font-size:1.1rem;font-weight:600;transition:all .3s}.btn-pricing:hover{color:#fff;background:#6559ff;transform:translateY(-2px);box-shadow:0 8px 20px #6559ff4d}.btn-pricing.primary{color:#fff;background:linear-gradient(135deg,#6559ff 0%,#4f46e5 100%);border:none;box-shadow:0 4px 12px #6559ff4d}.btn-pricing.primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #6559ff80}.btn-story-pricing{border-radius:44px;width:auto;max-width:640px;margin:1.2rem auto 0;padding:1rem 2.6rem;font-size:1.15rem;display:block}@media (max-width:640px){.btn-story-pricing{width:100%;max-width:none;margin:1rem 0 0}}.pricing-guarantee{text-align:center;color:#64748b;margin-top:1.2rem;font-size:.88rem;font-weight:500;line-height:1.8}.cta-section{color:#fff;text-align:center;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:6rem 2rem}.cta-content h2{margin-bottom:1rem;font-size:2.5rem;font-weight:700}.cta-content p{opacity:.95;margin-bottom:2.5rem;font-size:1.3rem}.btn-cta{color:#667eea;background:#fff;width:auto;max-width:360px;padding:.9rem 1.8rem;font-size:1rem;display:inline-block;box-shadow:0 8px 30px #0003}.btn-cta:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0000004d}.story-section{background:#f8f9fa;padding:6rem 2rem}.story-header{text-align:center;max-width:900px;margin:0 auto}.story-title{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:2.5rem;font-weight:800}.story-subtitle{color:#64748b;margin:0;font-size:1.1rem;line-height:1.8}.story-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;margin-top:3rem;display:grid}.story-card{background:#fff;border:2px solid #6559ff14;border-radius:16px;padding:1.75rem;transition:transform .22s,box-shadow .22s;box-shadow:0 4px 20px #00000014}.story-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0000001f}.story-card h3{color:#2d3748;margin:0 0 .75rem;font-size:1.2rem;font-weight:700}.story-card p{color:#4a5568;margin:0;font-size:1rem;line-height:1.7}.story-layout{grid-template-columns:1fr 1fr;align-items:start;gap:1.75rem;margin-top:3rem;display:grid}.story-micro-cta{text-align:center;margin-top:2rem}.story-micro-cta p{color:#475569;margin:0;font-size:1.1rem;font-weight:600;line-height:1.7}.story-micro-cta strong{color:#667eea}.story-panel{background:#fff;border:2px solid #6559ff14;border-radius:16px;padding:2rem;box-shadow:0 6px 24px #00000014}.story-panel--good{border-color:#10b9812e}.story-panel-title{color:#334155;margin:0 0 1.25rem;font-size:1.2rem;font-weight:700}.story-list{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.story-list li{align-items:flex-start;gap:.9rem;display:flex;position:relative}.story-list li:before{content:"";background:#94a3b859;border-radius:2px;width:2px;position:absolute;top:34px;bottom:-14px;left:14px}.story-list li:last-child:before{display:none}.story-bullet{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-weight:900;line-height:1;display:flex}.story-bullet--bad{color:#dc2626;background:#dc26261f}.story-bullet--good{color:#059669;background:#10b98124}.story-item-title{color:#334155;font-weight:700}.story-item-desc{color:#475569;margin-top:.15rem;font-weight:500;line-height:1.6}.story-result{color:#334155;border-top:1px solid #94a3b859;margin-top:1.5rem;padding-top:1.25rem;line-height:1.7}.contact-section{background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);padding:5rem 2rem}.contact-grid{grid-template-columns:1fr 1fr;align-items:start;gap:3rem;max-width:1100px;margin:0 auto;display:grid}.contact-info h2{color:#1e293b;margin-bottom:1rem;font-size:2.5rem;font-weight:800}.contact-info p{color:#64748b;margin-bottom:2rem;font-size:1.1rem;line-height:1.6}.contact-benefits{flex-direction:column;gap:1.5rem;display:flex}.contact-benefit{align-items:start;gap:1rem;display:flex}.benefit-icon{flex-shrink:0;font-size:2rem}.contact-benefit strong{color:#334155;margin-bottom:.25rem;font-size:1.1rem;display:block}.contact-benefit p{color:#64748b;margin:0;font-size:.95rem}.contact-form{background:#fff;border:2px solid #6559ff1a;border-radius:20px;padding:2.5rem;box-shadow:0 10px 40px #00000014}.contact-form label{color:#374151;margin-bottom:1.25rem;font-size:.95rem;font-weight:600;display:block}.contact-form input,.contact-form textarea{border:2px solid #e2e8f0;border-radius:12px;width:100%;margin-top:.5rem;padding:1rem 1.2rem;font-family:inherit;font-size:1rem;transition:all .3s}.contact-form input:focus,.contact-form textarea:focus{border-color:#6559ff;outline:none;box-shadow:0 0 0 3px #6559ff1a}.contact-form textarea{resize:vertical;min-height:120px}.contact-actions{align-items:center;gap:1rem;margin-top:1rem;display:flex}.contact-actions .btn-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6559ff 0%,#4f46e5 100%);border:none;border-radius:12px;padding:1rem 2.5rem;font-size:1.05rem;font-weight:600;transition:all .3s;box-shadow:0 4px 15px #6559ff4d}.contact-actions .btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #6559ff66}.contact-note{color:#64748b;font-size:.9rem}.contact-note.success{color:#059669;font-weight:600}.contact-note.error{color:#dc2626;font-weight:600}@media (max-width:880px){.navbar-links{gap:.8rem}.navbar-links a{font-size:.85rem}.btn-navbar-login{padding:.5rem 1.2rem;font-size:.85rem}.navbar-brand-name{display:none}.contact-section{padding:3rem 1.5rem}.contact-grid{grid-template-columns:1fr;gap:2rem}.contact-info h2{font-size:2rem}.contact-info p{font-size:1rem}.contact-form{padding:2rem 1.5rem}.contact-actions{flex-wrap:wrap}.story-title{font-size:2rem}.story-layout{grid-template-columns:1fr}}.landing-footer{color:#fff;background:#2d3748;padding:3rem 2rem 1.5rem}.footer-content{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;margin-bottom:2rem;display:flex}.footer-brand h3{margin-bottom:.5rem;font-size:1.5rem}.footer-brand p{color:#a0aec0;margin:0}.footer-links{gap:2rem;display:flex}.footer-links a{color:#cbd5e0;text-decoration:none;transition:color .3s}.footer-links a:hover{color:#fff}.footer-bottom{text-align:center;color:#a0aec0;border-top:1px solid #4a5568;padding-top:2rem}.footer-bottom p{margin:0}.footer-instagram{border-radius:999px;justify-content:center;align-items:center;margin-top:.9rem;padding:.35rem;text-decoration:none;transition:transform .18s,opacity .18s;display:inline-flex}.footer-instagram img{background:0 0;border-radius:50%;width:32px;height:32px;display:block}.footer-instagram:hover{opacity:.95;transform:translateY(-2px)scale(1.03)}.footer-legal{flex-direction:column;align-items:flex-start;gap:.35rem;margin-top:.2rem;display:flex}.footer-legal a{color:inherit;text-decoration:none}@keyframes fadeInUp{0%{opacity:1;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes float1{0%,to{transform:translateY(0)translate(0)}50%{transform:translateY(-20px)translate(10px)}}@keyframes float2{0%,to{transform:translateY(0)translate(0)}50%{transform:translateY(25px)translate(-15px)}}@keyframes float3{0%,to{transform:translateY(0)translate(0)}50%{transform:translateY(-30px)translate(20px)}}.product-card,.growth-card,.notification-card{display:none}.floating-card{padding:.8rem 1rem;font-size:.85rem}@keyframes float4{0%,to{transform:translateY(0)translate(0)}50%{transform:translateY(20px)translate(-10px)}}@keyframes float5{0%,to{transform:translateY(0)translate(0)rotate(0)}50%{transform:translateY(-25px)translate(15px)rotate(5deg)}}@keyframes float6{0%,to{transform:translateY(0)translate(0)}50%{transform:translateY(15px)translate(-20px)}}@keyframes chartPulse{0%,to{opacity:1;transform:scaleY(1)}50%{opacity:.7;transform:scaleY(.8)}}@keyframes ringBell{0%,to{transform:rotate(0)}10%,30%{transform:rotate(-10deg)}20%,40%{transform:rotate(10deg)}50%{transform:rotate(0)}}@media (max-width:968px){.navbar-links{gap:1rem}.navbar-links a{font-size:.95rem}.contact-grid{grid-template-columns:1fr;gap:2.5rem}.hero-content{grid-template-columns:1fr;gap:3rem;padding:3rem 2rem}.hero-left{text-align:center}.hero-title{font-size:3rem}.hero-subtitle-inline{font-size:2.5rem}.hero-description{font-size:1.1rem}.hero-right{order:-1}.hero-illustration{height:400px}.preview-metrics{grid-template-columns:repeat(3,1fr)}.metric-mini:nth-child(4),.metric-mini:nth-child(5){grid-column:span 1}.benefits-content,.pricing-grid{grid-template-columns:1fr}.pricing-card.featured{transform:scale(1)}.pricing-card.featured:hover{transform:translateY(-8px)}.section-title{font-size:2rem}.features-grid{grid-template-columns:1fr}.footer-content{text-align:center;flex-direction:column}.product-card,.growth-card,.notification-card{display:none}.floating-card{padding:.8rem 1rem;font-size:.85rem}.character{display:none}}@media (max-width:640px){.navbar-logo img{height:40px}.landing-navbar{padding:.8rem 0}.navbar-container{padding:0 1rem}.navbar-links{gap:.5rem}.navbar-links a{padding:.3rem .5rem;font-size:.75rem}.btn-navbar-login{padding:.4rem 1rem;font-size:.75rem}.footer-links{flex-direction:column;align-items:center;gap:.8rem}.footer-links a{font-size:.95rem}.footer-brand h3{font-size:1.3rem}.footer-brand p{font-size:.9rem}.footer-bottom{padding-top:1.5rem}.footer-bottom p{font-size:.85rem;line-height:1.5}.hero-title{font-size:2.5rem}.hero-subtitle-inline{font-size:2rem}.hero-description{font-size:1rem}.hero-illustration{height:300px}.mockup-window{transform:perspective(1000px)rotateY(0)}.window-content{min-height:250px;padding:1rem}.content-section{grid-template-columns:1fr}.preview-charts{grid-template-columns:1fr;gap:.8rem}.preview-chart{min-height:100px;padding:.8rem}.preview-metrics{grid-template-columns:repeat(2,1fr);gap:.4rem}.metric-mini{padding:.4rem}.metric-icon{font-size:1rem}.metric-label{font-size:.6rem}.graph-bars{height:80px}.btn-hero-cta{width:100%;max-width:300px}.chart-card,.client-card{display:none}.commission-card{font-size:.8rem;top:10%;right:5%}.btn{width:100%;max-width:300px}.cta-content h2{font-size:2rem}.cta-content p{font-size:1.1rem}.contact-section{padding:2rem 1rem}.contact-info h2{font-size:1.8rem}.contact-info p{font-size:1rem}.contact-form{padding:1.5rem 1rem}.contact-form label{font-size:.9rem}.contact-form input,.contact-form textarea{padding:.8rem 1rem;font-size:.95rem}.contact-actions{flex-direction:column;align-items:stretch}.contact-actions .btn-primary{width:100%;padding:1rem}.contact-note{text-align:center;font-size:.85rem}}@media (max-width:480px){.navbar-container{flex-wrap:nowrap;align-items:center;gap:.5rem}.navbar-logo img{height:36px}.navbar-logo{flex-shrink:0;margin-right:.8rem}.navbar-links{-webkit-overflow-scrolling:touch;justify-content:flex-end;gap:.45rem;width:auto;min-width:0;margin-left:.25rem;overflow-x:auto}.navbar-links a{white-space:nowrap;padding:.12rem .35rem;font-size:.72rem;display:inline-block}.btn-navbar-login{flex-shrink:0;padding:.28rem .55rem;font-size:.72rem}.contact-section{padding:1.5rem .8rem}.contact-info h2{font-size:1.5rem}.contact-info p{font-size:.9rem}.contact-form{padding:1.2rem .8rem}.contact-form label{margin-bottom:1rem;font-size:.85rem}.contact-form input,.contact-form textarea{padding:.7rem .8rem;font-size:.9rem}.contact-actions .btn-primary{padding:.9rem;font-size:.95rem}.contact-note{font-size:.8rem}}.legal-page{color:#0f172a;background:#fff;min-height:100vh}.legal-container{max-width:900px;margin:0 auto;padding:6rem 1.5rem 3rem}.legal-back{color:#4a5568;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-weight:600;text-decoration:none;display:inline-flex}.legal-back:hover{color:#2d3748}.legal-title{color:#2d3748;margin:0 0 .5rem;font-size:2.25rem;line-height:1.2}.legal-updated{color:#4a5568;margin:0 0 2rem}.legal-section{margin:2rem 0}.legal-section h2{color:#2d3748;margin:0 0 .75rem;font-size:1.35rem}.legal-section p,.legal-section li{color:#4a5568;line-height:1.75}.legal-section ul{margin:.75rem 0 0;padding-left:1.25rem}
