:root{--primary-dark: #0f172e;--primary-blue: #1e3a8a;--accent-cyan: #06b6d4;--accent-green: #10b981;--accent-orange: #f97316;--text-light: #f1f5f9;--text-muted: #94a3b8;--chart-purple: #8b5cf6;--chart-pink: #ec4899}body{background:linear-gradient(135deg,var(--primary-dark) 0%,#1a2a4a 100%);color:var(--text-light);font-family:Sora,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow-x:hidden}.page-bg[data-astro-cid-zqws4mme]{position:fixed;inset:0;background:linear-gradient(135deg,var(--primary-dark) 0%,#1a2a4a 100%);z-index:-1;pointer-events:none}.hero-section[data-astro-cid-zqws4mme]{position:relative;padding:100px 40px;min-height:100vh;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;overflow:hidden}.hero-particles[data-astro-cid-zqws4mme]{position:absolute;inset:0;z-index:0;pointer-events:none}.particle[data-astro-cid-zqws4mme]{position:absolute;width:4px;height:4px;background:#06b6d480;border-radius:50%;animation:float-particle 20s ease-in-out infinite}@keyframes float-particle{0%,to{transform:translateY(0) translate(0);opacity:0}10%{opacity:1}90%{opacity:1}to{opacity:0}}.particle-1[data-astro-cid-zqws4mme]{top:10%;left:10%;animation-delay:0s}.particle-2[data-astro-cid-zqws4mme]{top:20%;right:15%;animation-delay:2s}.particle-3[data-astro-cid-zqws4mme]{top:40%;left:5%;animation-delay:4s}.particle-4[data-astro-cid-zqws4mme]{bottom:20%;right:10%;animation-delay:6s}.particle-5[data-astro-cid-zqws4mme]{bottom:30%;left:20%;animation-delay:8s}.particle-6[data-astro-cid-zqws4mme]{top:50%;right:5%;animation-delay:10s}.particle-7[data-astro-cid-zqws4mme]{top:15%;left:50%;animation-delay:12s}.particle-8[data-astro-cid-zqws4mme]{bottom:10%;right:40%;animation-delay:14s}.hero-content[data-astro-cid-zqws4mme]{position:relative;z-index:2}.hero-badge[data-astro-cid-zqws4mme]{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;background:#06b6d41a;border:1px solid rgba(6,182,212,.5);border-radius:50px;font-size:12px;font-weight:600;color:var(--accent-cyan);margin-bottom:30px;animation:slideDown .8s ease-out}.badge-dot[data-astro-cid-zqws4mme]{width:6px;height:6px;background:var(--accent-cyan);border-radius:50%;animation:pulse-dot 2s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.tech-icons-row[data-astro-cid-zqws4mme]{display:flex;gap:20px;margin-bottom:30px;flex-wrap:wrap}.tech-icon[data-astro-cid-zqws4mme]{display:flex;flex-direction:column;align-items:center;gap:8px;animation:slideDown .8s ease-out both}.tech-icon[data-astro-cid-zqws4mme]:nth-child(1){animation-delay:.1s}.tech-icon[data-astro-cid-zqws4mme]:nth-child(2){animation-delay:.2s}.tech-icon[data-astro-cid-zqws4mme]:nth-child(3){animation-delay:.3s}.tech-icon[data-astro-cid-zqws4mme]:nth-child(4){animation-delay:.4s}.tech-icon-circle[data-astro-cid-zqws4mme]{width:40px;height:40px;border-radius:50%;background:#06b6d426;border:1px solid rgba(6,182,212,.4);display:flex;align-items:center;justify-content:center;color:var(--accent-cyan);transition:all .3s ease}.tech-icon[data-astro-cid-zqws4mme]:hover .tech-icon-circle[data-astro-cid-zqws4mme]{background:#06b6d44d;border-color:var(--accent-cyan);transform:translateY(-5px)}.tech-label[data-astro-cid-zqws4mme]{font-size:11px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.hero-title[data-astro-cid-zqws4mme]{font-size:56px;font-weight:800;line-height:1.2;margin-bottom:20px;background:linear-gradient(135deg,var(--text-light) 0%,var(--accent-cyan) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:slideDown .8s ease-out .1s both}.hero-subtitle[data-astro-cid-zqws4mme]{font-size:18px;line-height:1.6;color:#f1f5f9b3;margin-bottom:40px;max-width:500px;animation:slideDown .8s ease-out .2s both}.hero-stats[data-astro-cid-zqws4mme]{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:40px;animation:slideDown .8s ease-out .3s both}.hero-stat[data-astro-cid-zqws4mme]{text-align:center}.hero-stat-value[data-astro-cid-zqws4mme]{font-size:28px;font-weight:800;color:var(--accent-cyan);display:block}.hero-stat-label[data-astro-cid-zqws4mme]{font-size:13px;color:#f1f5f999;margin-top:5px}.hero-stat-divider[data-astro-cid-zqws4mme]{height:1px;background:#06b6d433;margin:15px 0}.hero-actions[data-astro-cid-zqws4mme]{display:flex;gap:15px;flex-wrap:wrap;animation:slideDown .8s ease-out .4s both}.hero-btn[data-astro-cid-zqws4mme]{display:inline-flex;align-items:center;gap:8px;padding:14px 32px;border-radius:8px;font-weight:700;text-decoration:none;transition:all .3s ease;cursor:pointer;border:none}.hero-btn-primary[data-astro-cid-zqws4mme]{background:linear-gradient(135deg,var(--accent-cyan) 0%,var(--chart-purple) 100%);color:#fff}.hero-btn-primary[data-astro-cid-zqws4mme]:hover{transform:translateY(-3px);box-shadow:0 20px 40px #06b6d44d}.hero-btn-secondary[data-astro-cid-zqws4mme]{background:transparent;color:var(--accent-cyan);border:1px solid var(--accent-cyan)}.hero-btn-secondary[data-astro-cid-zqws4mme]:hover{background:#06b6d41a}.hero-visual[data-astro-cid-zqws4mme]{position:relative;z-index:2;display:flex;align-items:center;justify-content:center}.dashboard-mockup[data-astro-cid-zqws4mme]{width:100%;max-width:500px;background:linear-gradient(135deg,#1e3a8acc,#0f172ecc);border:1px solid rgba(6,182,212,.3);border-radius:16px;padding:20px;backdrop-filter:blur(20px);overflow:hidden;animation:slideUp .8s ease-out;box-shadow:0 20px 60px #0000004d}@keyframes slideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.dashboard-header[data-astro-cid-zqws4mme]{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid rgba(6,182,212,.2)}.dashboard-dots[data-astro-cid-zqws4mme]{display:flex;gap:6px}.dashboard-dots[data-astro-cid-zqws4mme] span[data-astro-cid-zqws4mme]{width:8px;height:8px;border-radius:50%;background:#06b6d44d}.dashboard-title[data-astro-cid-zqws4mme]{font-weight:700;font-size:14px;color:var(--text-light)}.dashboard-content[data-astro-cid-zqws4mme]{height:300px}.dashboard-chart[data-astro-cid-zqws4mme]{margin-bottom:20px}.chart-header[data-astro-cid-zqws4mme]{display:flex;justify-content:space-between;margin-bottom:15px;font-size:12px;color:var(--text-muted)}.chart-badge[data-astro-cid-zqws4mme]{background:#10b98133;color:var(--accent-green);padding:4px 8px;border-radius:4px;font-weight:600}.chart-bars[data-astro-cid-zqws4mme]{display:flex;align-items:flex-end;gap:8px;height:100px}.chart-bar[data-astro-cid-zqws4mme]{flex:1;background:linear-gradient(180deg,var(--accent-cyan) 0%,var(--chart-purple) 100%);border-radius:4px 4px 0 0;animation:growUp .8s ease-out forwards;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;padding-bottom:5px;font-size:10px;color:var(--text-muted)}@keyframes growUp{0%{height:0}to{height:var(--height)}}.dashboard-stats[data-astro-cid-zqws4mme]{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.dash-stat[data-astro-cid-zqws4mme]{background:#06b6d41a;border:1px solid rgba(6,182,212,.2);border-radius:8px;padding:12px;display:flex;align-items:center;gap:8px}.dash-stat-icon[data-astro-cid-zqws4mme]{width:30px;height:30px;border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.dash-stat-icon[data-astro-cid-zqws4mme] svg[data-astro-cid-zqws4mme]{width:16px;height:16px;stroke:currentColor}.drone-icon[data-astro-cid-zqws4mme]{background:#8b5cf633;color:var(--chart-purple)}.cam-icon[data-astro-cid-zqws4mme]{background:#06b6d433;color:var(--accent-cyan)}.alert-icon[data-astro-cid-zqws4mme]{background:#f9731633;color:var(--accent-orange)}.dash-stat-info[data-astro-cid-zqws4mme]{display:flex;flex-direction:column;gap:2px}.dash-stat-value[data-astro-cid-zqws4mme]{font-size:13px;font-weight:700;color:var(--text-light)}.dash-stat-label[data-astro-cid-zqws4mme]{font-size:10px;color:var(--text-muted)}.floating-card[data-astro-cid-zqws4mme]{position:absolute;background:#06b6d41a;border:1px solid rgba(6,182,212,.3);border-radius:12px;padding:12px 16px;display:flex;align-items:center;gap:8px;font-size:12px;font-weight:600;backdrop-filter:blur(10px);animation:float 4s ease-in-out infinite}.floating-card-1[data-astro-cid-zqws4mme]{top:20px;right:-50px;animation-delay:0s}.floating-card-2[data-astro-cid-zqws4mme]{bottom:40px;left:-60px;animation-delay:1s}.floating-card[data-astro-cid-zqws4mme] svg[data-astro-cid-zqws4mme]{width:16px;height:16px;color:var(--accent-cyan)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.scroll-indicator[data-astro-cid-zqws4mme]{position:absolute;bottom:30px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:10px;color:#06b6d499;animation:bounce 2s ease-in-out infinite;z-index:3}.scroll-mouse[data-astro-cid-zqws4mme]{width:24px;height:40px;border:2px solid rgba(6,182,212,.6);border-radius:12px;display:flex;align-items:flex-start;justify-content:center;padding-top:6px}.scroll-wheel[data-astro-cid-zqws4mme]{width:3px;height:8px;background:#06b6d499;border-radius:50%;animation:scroll-down 2s ease-in-out infinite}@keyframes scroll-down{0%,to{opacity:1;transform:translateY(0)}50%{opacity:0;transform:translateY(10px)}}@keyframes bounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(10px)}}.problem-section[data-astro-cid-zqws4mme]{padding:80px 40px;position:relative;background:#0003}.problem-container[data-astro-cid-zqws4mme]{max-width:1200px;margin:0 auto}.problem-header[data-astro-cid-zqws4mme]{text-align:center;margin-bottom:60px;animation:fadeInUp .8s ease-out}.problem-headline[data-astro-cid-zqws4mme]{font-size:42px;font-weight:800;margin-bottom:16px;line-height:1.2}.headline-accent[data-astro-cid-zqws4mme]{background:linear-gradient(135deg,var(--accent-cyan),var(--chart-purple));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.problem-subheadline[data-astro-cid-zqws4mme]{font-size:18px;color:var(--text-muted)}.problem-grid[data-astro-cid-zqws4mme]{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.pain-points[data-astro-cid-zqws4mme]{display:flex;flex-direction:column;gap:24px}.pain-point[data-astro-cid-zqws4mme]{display:flex;gap:16px;animation:fadeInUp .8s ease-out both}.pain-point[data-astro-cid-zqws4mme]:nth-child(1){animation-delay:.1s}.pain-point[data-astro-cid-zqws4mme]:nth-child(2){animation-delay:.2s}.pain-point[data-astro-cid-zqws4mme]:nth-child(3){animation-delay:.3s}.pain-point[data-astro-cid-zqws4mme]:nth-child(4){animation-delay:.4s}.pain-icon[data-astro-cid-zqws4mme]{width:40px;height:40px;background:#06b6d426;border:1px solid rgba(6,182,212,.3);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--accent-cyan)}.pain-icon[data-astro-cid-zqws4mme] svg[data-astro-cid-zqws4mme]{width:20px;height:20px}.pain-title[data-astro-cid-zqws4mme]{font-size:16px;font-weight:700;margin-bottom:4px}.pain-description[data-astro-cid-zqws4mme]{font-size:14px;color:var(--text-muted);line-height:1.5}.features-section[data-astro-cid-zqws4mme]{padding:80px 40px;position:relative}.features-container[data-astro-cid-zqws4mme]{max-width:1200px;margin:0 auto}.features-header[data-astro-cid-zqws4mme]{text-align:center;margin-bottom:60px;animation:fadeInUp .8s ease-out}.features-label[data-astro-cid-zqws4mme]{display:inline-block;padding:6px 16px;background:#06b6d41a;border:1px solid rgba(6,182,212,.3);border-radius:20px;font-size:12px;font-weight:600;color:var(--accent-cyan);margin-bottom:16px;text-transform:uppercase;letter-spacing:.5px}.features-title[data-astro-cid-zqws4mme]{font-size:42px;font-weight:800;margin-bottom:16px;line-height:1.2}.features-subtitle[data-astro-cid-zqws4mme]{font-size:16px;color:var(--text-muted)}.text-gradient[data-astro-cid-zqws4mme]{background:linear-gradient(135deg,var(--accent-cyan),var(--chart-purple));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.features-grid[data-astro-cid-zqws4mme]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px}.feature-card[data-astro-cid-zqws4mme]{background:linear-gradient(135deg,#1e3a8a80,#8b5cf61a);border:1px solid rgba(6,182,212,.2);padding:40px;border-radius:16px;backdrop-filter:blur(10px);transition:all .3s ease;position:relative;overflow:hidden;animation:fadeInUp .8s ease-out}.feature-card[data-astro-cid-zqws4mme]:before{content:"";position:absolute;top:-50%;right:-50%;width:200px;height:200px;background:radial-gradient(circle,rgba(6,182,212,.1) 0%,transparent 70%);border-radius:50%;transition:all .5s ease}.feature-card[data-astro-cid-zqws4mme]:hover{border-color:var(--accent-cyan);transform:translateY(-10px);background:linear-gradient(135deg,#1e3a8acc,#8b5cf633)}.feature-card[data-astro-cid-zqws4mme]:hover:before{top:-25%;right:-25%}.feature-icon-wrapper[data-astro-cid-zqws4mme]{position:relative;z-index:1;margin-bottom:20px}.feature-icon[data-astro-cid-zqws4mme]{width:50px;height:50px;background:linear-gradient(135deg,var(--accent-cyan) 0%,var(--chart-purple) 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:24px}.feature-icon-glow[data-astro-cid-zqws4mme]{position:absolute;inset:-10px;background:radial-gradient(circle,rgba(6,182,212,.2) 0%,transparent 70%);border-radius:50%;z-index:-1}.feature-title[data-astro-cid-zqws4mme]{font-size:20px;font-weight:700;margin-bottom:12px;position:relative;z-index:1}.feature-desc[data-astro-cid-zqws4mme]{font-size:14px;color:#f1f5f9b3;line-height:1.6;position:relative;z-index:1}.process-section[data-astro-cid-zqws4mme]{padding:80px 40px;position:relative;background:#0003}.process-container[data-astro-cid-zqws4mme]{max-width:1200px;margin:0 auto}.process-header[data-astro-cid-zqws4mme]{text-align:center;margin-bottom:60px;animation:fadeInUp .8s ease-out}.process-label[data-astro-cid-zqws4mme]{display:inline-block;padding:6px 16px;background:#06b6d41a;border:1px solid rgba(6,182,212,.3);border-radius:20px;font-size:12px;font-weight:600;color:var(--accent-cyan);margin-bottom:16px;text-transform:uppercase;letter-spacing:.5px}.process-title[data-astro-cid-zqws4mme]{font-size:42px;font-weight:800;margin-bottom:16px;line-height:1.2}.process-subtitle[data-astro-cid-zqws4mme]{font-size:16px;color:var(--text-muted)}.timeline-desktop[data-astro-cid-zqws4mme]{position:relative}.timeline-line[data-astro-cid-zqws4mme]{position:absolute;top:60px;left:0;right:0;height:2px;background:#06b6d433;z-index:0}.timeline-line-fill[data-astro-cid-zqws4mme]{position:absolute;top:0;left:0;height:100%;background:linear-gradient(90deg,var(--accent-cyan),var(--chart-purple));width:0%;animation:fillLine 2s ease-out forwards;animation-delay:.5s}@keyframes fillLine{to{width:100%}}.timeline-steps[data-astro-cid-zqws4mme]{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;position:relative;z-index:1}.timeline-step[data-astro-cid-zqws4mme]{text-align:center;animation:fadeInUp .8s ease-out both}.timeline-step[data-astro-cid-zqws4mme]:nth-child(1){animation-delay:.2s}.timeline-step[data-astro-cid-zqws4mme]:nth-child(2){animation-delay:.3s}.timeline-step[data-astro-cid-zqws4mme]:nth-child(3){animation-delay:.4s}.timeline-step[data-astro-cid-zqws4mme]:nth-child(4){animation-delay:.5s}.step-node[data-astro-cid-zqws4mme]{position:relative;margin-bottom:20px;display:flex;justify-content:center}.step-number[data-astro-cid-zqws4mme]{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,var(--accent-cyan) 0%,var(--chart-purple) 100%);display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:800;color:#fff;z-index:2;position:relative}.step-node-glow[data-astro-cid-zqws4mme]{position:absolute;inset:-15px;border-radius:50%;background:radial-gradient(circle,rgba(6,182,212,.3) 0%,transparent 70%)}.step-icon-wrapper[data-astro-cid-zqws4mme]{margin-bottom:16px}.step-icon[data-astro-cid-zqws4mme]{font-size:28px;color:var(--accent-cyan)}.step-title[data-astro-cid-zqws4mme]{font-size:18px;font-weight:700;margin-bottom:8px}.step-description[data-astro-cid-zqws4mme]{font-size:14px;color:var(--text-muted);line-height:1.5}.timeline-mobile[data-astro-cid-zqws4mme]{display:none}@media(max-width:768px){.timeline-desktop[data-astro-cid-zqws4mme]{display:none!important}.timeline-mobile[data-astro-cid-zqws4mme]{display:block}.timeline-steps[data-astro-cid-zqws4mme]{grid-template-columns:1fr}}.mobile-step[data-astro-cid-zqws4mme]{display:flex;gap:20px;margin-bottom:30px;animation:fadeInUp .8s ease-out both}.mobile-step[data-astro-cid-zqws4mme]:nth-child(1){animation-delay:.2s}.mobile-step[data-astro-cid-zqws4mme]:nth-child(2){animation-delay:.3s}.mobile-step[data-astro-cid-zqws4mme]:nth-child(3){animation-delay:.4s}.mobile-step[data-astro-cid-zqws4mme]:nth-child(4){animation-delay:.5s}.mobile-step-indicator[data-astro-cid-zqws4mme]{display:flex;flex-direction:column;align-items:center;flex-shrink:0}.mobile-step-node[data-astro-cid-zqws4mme]{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,var(--accent-cyan) 0%,var(--chart-purple) 100%);display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff;font-size:18px}.mobile-step-line[data-astro-cid-zqws4mme]{width:2px;height:40px;background:#06b6d433;margin-top:8px}.mobile-step-icon[data-astro-cid-zqws4mme]{font-size:24px;margin-bottom:8px}.mobile-step-title[data-astro-cid-zqws4mme]{font-size:16px;font-weight:700;margin-bottom:4px}.mobile-step-description[data-astro-cid-zqws4mme]{font-size:13px;color:var(--text-muted)}.benefits-section[data-astro-cid-zqws4mme]{padding:80px 40px;position:relative}.benefits-container[data-astro-cid-zqws4mme]{max-width:1200px;margin:0 auto}.benefits-header[data-astro-cid-zqws4mme]{text-align:center;margin-bottom:60px;animation:fadeInUp .8s ease-out}.benefits-title[data-astro-cid-zqws4mme]{font-size:42px;font-weight:800;margin-bottom:16px;line-height:1.2}.benefits-subtitle[data-astro-cid-zqws4mme]{font-size:16px;color:var(--text-muted)}.section-label[data-astro-cid-zqws4mme]{display:inline-block;padding:6px 16px;background:#06b6d41a;border:1px solid rgba(6,182,212,.3);border-radius:20px;font-size:12px;font-weight:600;color:var(--accent-cyan);margin-bottom:16px;text-transform:uppercase;letter-spacing:.5px}.benefits-grid[data-astro-cid-zqws4mme]{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px}.benefit-card[data-astro-cid-zqws4mme]{background:linear-gradient(135deg,#1e3a8a80,#8b5cf61a);border:1px solid rgba(6,182,212,.2);padding:40px;border-radius:16px;position:relative;overflow:hidden;animation:fadeInUp .8s ease-out both;transition:all .3s ease}.benefit-card[data-astro-cid-zqws4mme]:nth-child(1){animation-delay:.1s}.benefit-card[data-astro-cid-zqws4mme]:nth-child(2){animation-delay:.2s}.benefit-card[data-astro-cid-zqws4mme]:nth-child(3){animation-delay:.3s}.benefit-card[data-astro-cid-zqws4mme]:nth-child(4){animation-delay:.4s}.benefit-card[data-astro-cid-zqws4mme]:hover{border-color:var(--accent-cyan);transform:translateY(-10px)}.benefit-stat-wrapper[data-astro-cid-zqws4mme]{margin-bottom:16px}.benefit-stat-number[data-astro-cid-zqws4mme]{font-size:42px;font-weight:900;background:linear-gradient(135deg,var(--accent-cyan),var(--chart-purple));-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:block}.benefit-card-title[data-astro-cid-zqws4mme]{font-size:18px;font-weight:700;margin-bottom:12px}.benefit-card-description[data-astro-cid-zqws4mme]{font-size:14px;color:var(--text-muted);line-height:1.6}.benefit-accent[data-astro-cid-zqws4mme]{position:absolute;bottom:-50%;right:-50%;width:200px;height:200px;background:radial-gradient(circle,rgba(6,182,212,.1) 0%,transparent 70%);border-radius:50%}.usecases-section[data-astro-cid-zqws4mme]{padding:80px 40px;position:relative;background:#0003}.usecases-container[data-astro-cid-zqws4mme]{max-width:1200px;margin:0 auto}.usecases-header[data-astro-cid-zqws4mme]{text-align:center;margin-bottom:60px;animation:fadeInUp .8s ease-out}.usecases-title[data-astro-cid-zqws4mme]{font-size:42px;font-weight:800;margin-bottom:16px;line-height:1.2}.usecases-subtitle[data-astro-cid-zqws4mme]{font-size:16px;color:var(--text-muted)}.usecases-grid[data-astro-cid-zqws4mme]{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px}.usecase-card[data-astro-cid-zqws4mme]{background:linear-gradient(135deg,#1e3a8a80,#8b5cf61a);border:1px solid rgba(6,182,212,.2);padding:30px;border-radius:16px;position:relative;overflow:hidden;animation:fadeInUp .8s ease-out both;transition:all .3s ease}.usecase-card[data-astro-cid-zqws4mme]:nth-child(1){animation-delay:.1s}.usecase-card[data-astro-cid-zqws4mme]:nth-child(2){animation-delay:.2s}.usecase-card[data-astro-cid-zqws4mme]:nth-child(3){animation-delay:.3s}.usecase-card[data-astro-cid-zqws4mme]:nth-child(4){animation-delay:.4s}.usecase-card[data-astro-cid-zqws4mme]:hover{border-color:var(--accent-cyan);transform:translateY(-10px)}.usecase-icon-wrapper[data-astro-cid-zqws4mme]{margin-bottom:20px;position:relative}.usecase-icon[data-astro-cid-zqws4mme]{width:50px;height:50px;background:linear-gradient(135deg,var(--accent-cyan) 0%,var(--chart-purple) 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:24px}.usecase-icon-glow[data-astro-cid-zqws4mme]{position:absolute;inset:-10px;background:radial-gradient(circle,rgba(6,182,212,.2) 0%,transparent 70%);border-radius:50%}.usecase-card-title[data-astro-cid-zqws4mme]{font-size:18px;font-weight:700;margin-bottom:12px}.usecase-card-description[data-astro-cid-zqws4mme]{font-size:14px;color:var(--text-muted);line-height:1.6;margin-bottom:16px}.usecase-link[data-astro-cid-zqws4mme]{display:inline-flex;align-items:center;gap:8px;color:var(--accent-cyan);text-decoration:none;font-weight:600;font-size:14px;transition:all .3s ease}.usecase-link[data-astro-cid-zqws4mme]:hover{gap:12px}.usecase-link[data-astro-cid-zqws4mme] svg[data-astro-cid-zqws4mme]{width:16px;height:16px}.usecase-border[data-astro-cid-zqws4mme]{position:absolute;bottom:-50%;right:-50%;width:200px;height:200px;background:radial-gradient(circle,rgba(6,182,212,.1) 0%,transparent 70%);border-radius:50%}.cta-section[data-astro-cid-zqws4mme]{padding:80px 40px;position:relative;overflow:hidden}.cta-container[data-astro-cid-zqws4mme]{max-width:1000px;margin:0 auto;position:relative;z-index:1;text-align:center}.cta-content[data-astro-cid-zqws4mme]{animation:fadeInUp .8s ease-out}.cta-title[data-astro-cid-zqws4mme]{font-size:52px;font-weight:800;line-height:1.2;margin-bottom:20px}.cta-title-gradient[data-astro-cid-zqws4mme]{background:linear-gradient(135deg,var(--accent-cyan),var(--chart-purple));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.cta-subtitle[data-astro-cid-zqws4mme]{font-size:16px;color:var(--text-muted);margin-bottom:40px;max-width:600px;margin-left:auto;margin-right:auto}.cta-button[data-astro-cid-zqws4mme]{display:inline-flex;align-items:center;gap:8px;padding:16px 48px;background:linear-gradient(135deg,var(--accent-cyan) 0%,var(--chart-purple) 100%);color:#fff;border:none;border-radius:8px;font-weight:700;font-size:16px;cursor:pointer;text-decoration:none;transition:all .3s ease;margin-bottom:40px;box-shadow:0 10px 30px #06b6d44d}.cta-button[data-astro-cid-zqws4mme]:hover{transform:translateY(-3px);box-shadow:0 15px 40px #06b6d480}.cta-button[data-astro-cid-zqws4mme] svg[data-astro-cid-zqws4mme]{width:16px;height:16px}.cta-trust[data-astro-cid-zqws4mme]{display:flex;justify-content:center;gap:40px;flex-wrap:wrap}.cta-trust-item[data-astro-cid-zqws4mme]{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--text-muted)}.cta-trust-icon[data-astro-cid-zqws4mme]{width:20px;height:20px;color:var(--accent-green)}.cta-decoration[data-astro-cid-zqws4mme]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;z-index:0;pointer-events:none}.cta-ring[data-astro-cid-zqws4mme]{position:absolute;border:1px solid rgba(6,182,212,.1);border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%);animation:expandRing 3s ease-out infinite}.cta-ring-1[data-astro-cid-zqws4mme]{width:300px;height:300px;animation-delay:0s}.cta-ring-2[data-astro-cid-zqws4mme]{width:500px;height:500px;animation-delay:.5s}.cta-ring-3[data-astro-cid-zqws4mme]{width:700px;height:700px;animation-delay:1s}@keyframes expandRing{0%{opacity:1;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-50%) scale(1.5)}}.cta-bg-gradient[data-astro-cid-zqws4mme]{position:absolute;inset:0;background:radial-gradient(circle at center,rgba(6,182,212,.05) 0%,transparent 70%);z-index:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.hero-section[data-astro-cid-zqws4mme]{grid-template-columns:1fr;padding:60px 20px}.hero-title[data-astro-cid-zqws4mme]{font-size:36px}.hero-stats[data-astro-cid-zqws4mme]{grid-template-columns:repeat(3,1fr);gap:15px}.hero-stat-value[data-astro-cid-zqws4mme]{font-size:20px}.tech-icons-row[data-astro-cid-zqws4mme]{justify-content:center;gap:12px}.tech-label[data-astro-cid-zqws4mme]{display:none}.dashboard-mockup[data-astro-cid-zqws4mme]{max-width:100%}.problem-grid[data-astro-cid-zqws4mme]{grid-template-columns:1fr;gap:40px}.process-section[data-astro-cid-zqws4mme]{padding:60px 20px}.timeline-steps[data-astro-cid-zqws4mme]{grid-template-columns:1fr;gap:30px}.features-section[data-astro-cid-zqws4mme],.benefits-section[data-astro-cid-zqws4mme],.usecases-section[data-astro-cid-zqws4mme],.cta-section[data-astro-cid-zqws4mme]{padding:60px 20px}.features-title[data-astro-cid-zqws4mme],.process-title[data-astro-cid-zqws4mme],.benefits-title[data-astro-cid-zqws4mme],.usecases-title[data-astro-cid-zqws4mme],.cta-title[data-astro-cid-zqws4mme]{font-size:32px}.cta-trust[data-astro-cid-zqws4mme]{gap:20px}}
