:root{--primary-dark: #0f172e;--accent-cyan: #06b6d4;--accent-purple: #8b5cf6;--text-light: #f1f5f9;--text-muted: #94a3b8;--energy-gold: #f59e0b;--energy-orange: #d97706}body{background:linear-gradient(135deg,var(--primary-dark) 0%,#1a2a4a 100%);color:var(--text-light);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.container[data-astro-cid-upfnymdq]{max-width:1200px;margin:0 auto;padding:0 20px}.hero-section[data-astro-cid-upfnymdq]{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:60px 20px;overflow:hidden}.floating-particles[data-astro-cid-upfnymdq]{position:absolute;width:100%;height:100%;top:0;left:0}.particle[data-astro-cid-upfnymdq]{position:absolute;width:100px;height:100px;background:radial-gradient(circle,rgba(6,182,212,.1) 0%,transparent 70%);border-radius:50%;animation:float-particle 20s ease-in-out infinite}.particle[data-astro-cid-upfnymdq]:nth-child(1){width:200px;height:200px;top:10%;left:10%;animation-delay:0s}.particle[data-astro-cid-upfnymdq]:nth-child(2){width:150px;height:150px;top:60%;right:10%;animation-delay:5s}.particle[data-astro-cid-upfnymdq]:nth-child(3){width:180px;height:180px;top:40%;left:50%;animation-delay:10s}.particle[data-astro-cid-upfnymdq]:nth-child(4){width:120px;height:120px;bottom:10%;right:30%;animation-delay:15s}.particle[data-astro-cid-upfnymdq]:nth-child(5){width:160px;height:160px;top:20%;right:40%;animation-delay:3s}@keyframes float-particle{0%,to{transform:translate(0) scale(1)}50%{transform:translate(30px,-30px) scale(1.1)}}.hero-content[data-astro-cid-upfnymdq]{position:relative;z-index:10;text-align:center;max-width:900px}.hero-badge[data-astro-cid-upfnymdq]{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;background:#06b6d41a;border:1px solid rgba(6,182,212,.3);border-radius:20px;font-size:14px;margin-bottom:20px;animation:slideDown .8s ease-out}.badge-pulse[data-astro-cid-upfnymdq]{width:8px;height:8px;background:var(--accent-cyan);border-radius:50%;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.hero-title[data-astro-cid-upfnymdq]{font-size:3.5rem;font-weight:700;margin:20px 0;background:linear-gradient(135deg,var(--text-light) 0%,var(--accent-cyan) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:slideDown 1s ease-out}.hero-subtitle[data-astro-cid-upfnymdq]{font-size:1.2rem;color:var(--text-muted);margin:20px 0 40px;animation:slideDown 1.2s ease-out}.hero-icons[data-astro-cid-upfnymdq]{display:flex;justify-content:center;gap:30px;margin:40px 0;animation:slideDown 1.4s ease-out}.hero-icons[data-astro-cid-upfnymdq] svg{width:48px;height:48px;color:var(--accent-cyan);opacity:.7}@keyframes slideDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.section-header[data-astro-cid-upfnymdq]{text-align:center;margin-bottom:60px}.section-header[data-astro-cid-upfnymdq] h2[data-astro-cid-upfnymdq]{font-size:2.5rem;font-weight:700;margin-bottom:15px}.section-header[data-astro-cid-upfnymdq] p[data-astro-cid-upfnymdq]{font-size:1.1rem;color:var(--text-muted)}.industries-section[data-astro-cid-upfnymdq]{padding:80px 0;background:#0f172e80}.industries-grid[data-astro-cid-upfnymdq]{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px}.industry-card[data-astro-cid-upfnymdq]{position:relative;padding:40px;background:#8b5cf60d;border:1px solid rgba(6,182,212,.2);border-radius:12px;text-decoration:none;color:inherit;transition:all .3s ease;overflow:hidden}.industry-card[data-astro-cid-upfnymdq]:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(6,182,212,.1),transparent);transition:left .5s ease}.industry-card[data-astro-cid-upfnymdq]:hover{border-color:var(--accent-cyan);transform:translateY(-5px);box-shadow:0 20px 40px #06b6d41a}.industry-card[data-astro-cid-upfnymdq]:hover:before{left:100%}.industry-icon[data-astro-cid-upfnymdq]{width:60px;height:60px;background:linear-gradient(135deg,var(--accent-cyan),var(--accent-purple));border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.industry-icon[data-astro-cid-upfnymdq] svg{width:30px;height:30px;color:#fff}.industry-card[data-astro-cid-upfnymdq] h3[data-astro-cid-upfnymdq]{font-size:1.3rem;margin-bottom:10px;color:var(--text-light)}.industry-card[data-astro-cid-upfnymdq] p[data-astro-cid-upfnymdq]{color:var(--text-muted);margin-bottom:20px;line-height:1.6}.card-arrow[data-astro-cid-upfnymdq]{color:var(--accent-cyan);font-size:1.5rem;opacity:0;transform:translate(-10px);transition:all .3s ease}.industry-card[data-astro-cid-upfnymdq]:hover .card-arrow[data-astro-cid-upfnymdq]{opacity:1;transform:translate(0)}.problems-section[data-astro-cid-upfnymdq]{padding:80px 0}.problems-grid[data-astro-cid-upfnymdq]{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:30px}.problem-card[data-astro-cid-upfnymdq]{padding:30px;background:#06b6d40d;border-left:4px solid var(--accent-purple);border-radius:8px;animation:fadeInUp .6s ease-out forwards}.problem-card[data-astro-cid-upfnymdq]:nth-child(2){animation-delay:.1s}.problem-card[data-astro-cid-upfnymdq]:nth-child(3){animation-delay:.2s}.problem-card[data-astro-cid-upfnymdq]:nth-child(4){animation-delay:.3s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.problem-icon[data-astro-cid-upfnymdq]{width:50px;height:50px;background:#8b5cf61a;border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:15px}.problem-icon[data-astro-cid-upfnymdq] svg{width:24px;height:24px;color:var(--accent-purple)}.problem-card[data-astro-cid-upfnymdq] h3[data-astro-cid-upfnymdq]{font-size:1.1rem;margin-bottom:10px}.problem-card[data-astro-cid-upfnymdq] p[data-astro-cid-upfnymdq]{color:var(--text-muted);font-size:.95rem;line-height:1.6}.benefits-section[data-astro-cid-upfnymdq]{padding:80px 0;background:#0f172e80}.benefits-grid[data-astro-cid-upfnymdq]{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px}.benefit-card[data-astro-cid-upfnymdq]{padding:40px;background:linear-gradient(135deg,#06b6d40d,#8b5cf60d);border:1px solid rgba(6,182,212,.2);border-radius:12px;text-align:center}.benefit-stat[data-astro-cid-upfnymdq]{font-size:2.5rem;font-weight:700;background:linear-gradient(135deg,var(--accent-cyan),var(--accent-purple));-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:10px}.benefit-label[data-astro-cid-upfnymdq]{font-size:1.1rem;font-weight:600;margin-bottom:15px}.benefit-card[data-astro-cid-upfnymdq] p[data-astro-cid-upfnymdq]{color:var(--text-muted);line-height:1.6}.usecases-section[data-astro-cid-upfnymdq]{padding:80px 0}.usecases-grid[data-astro-cid-upfnymdq]{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:30px}.usecase-card[data-astro-cid-upfnymdq]{padding:30px;background:#8b5cf60d;border:1px solid rgba(6,182,212,.2);border-radius:8px;text-align:center}.usecase-icon[data-astro-cid-upfnymdq]{width:60px;height:60px;background:#06b6d41a;border-radius:8px;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.usecase-icon[data-astro-cid-upfnymdq] svg{width:30px;height:30px;color:var(--accent-cyan)}.usecase-card[data-astro-cid-upfnymdq] h3[data-astro-cid-upfnymdq]{font-size:1.1rem;margin-bottom:10px}.usecase-card[data-astro-cid-upfnymdq] p[data-astro-cid-upfnymdq]{color:var(--text-muted);font-size:.95rem;line-height:1.6}.cta-section[data-astro-cid-upfnymdq]{padding:80px 0;background:linear-gradient(135deg,#06b6d40d,#8b5cf60d)}.cta-content[data-astro-cid-upfnymdq]{text-align:center}.cta-content[data-astro-cid-upfnymdq] h2[data-astro-cid-upfnymdq]{font-size:2.2rem;margin-bottom:15px}.cta-content[data-astro-cid-upfnymdq] p[data-astro-cid-upfnymdq]{font-size:1.1rem;color:var(--text-muted);margin-bottom:30px}.cta-button[data-astro-cid-upfnymdq]{display:inline-block;padding:15px 40px;background:linear-gradient(135deg,var(--accent-cyan),var(--accent-purple));color:#fff;text-decoration:none;border-radius:8px;font-weight:600;transition:all .3s ease}.cta-button[data-astro-cid-upfnymdq]:hover{transform:translateY(-2px);box-shadow:0 10px 30px #06b6d433}@media(max-width:768px){.hero-title[data-astro-cid-upfnymdq]{font-size:2rem}.hero-subtitle[data-astro-cid-upfnymdq]{font-size:1rem}.section-header[data-astro-cid-upfnymdq] h2[data-astro-cid-upfnymdq]{font-size:1.8rem}.industries-grid[data-astro-cid-upfnymdq],.problems-grid[data-astro-cid-upfnymdq],.benefits-grid[data-astro-cid-upfnymdq],.usecases-grid[data-astro-cid-upfnymdq]{grid-template-columns:1fr}}
