@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--light-blue:#009dff;--light-blue-secondary:#22d3ee;--bg-primary:#ffffff;--bg-secondary:#f8f9fa;--bg-tertiary:#f1f1f3;--text-primary:#191919;--text-secondary:#6b7280;--border-color:#e5e7eb;--header-bg:rgba(255,255,255,0.8);--header-bg-scrolled:rgba(255,255,255,0.95);--shadow:rgba(0,0,0,0.05);--modal-overlay:rgba(0,0,0,0.35);--primary-color:#009dff;--primary-color-light:#22d3ee;--primary-color-dark:#008afb;--primary-color-rgb:9,161,255;--primary-rgb:9,161,255;--secondary-color:#22d3ee;--secondary-rgb:34,211,238;--bg-input:#ffffff;--bg-disabled:#f3f4f6;--text-placeholder:#9ca3af;--bg-secondary-hover:#e5e7eb;--border-color-hover:#d1d5db;--bg-card:#ffffff;--text-disabled:#9ca3af;--bg-color:#f8f9fa;--card-bg:#ffffff;--card-bg-rgb:255,255,255;--bg-hover:#f3f4f6;--success-color:#10b981;--success-hover:#059669;--success-rgb:16,185,129;--warning-color:#f59e0b;--warning-hover:#d97706;--warning-rgb:245,158,11;--primary-hover:#0284c7;--error-color:#ef4444;--error-rgb:239,68,68}[data-theme=dark]{--bg-primary:#000000;--bg-secondary:#12182e;--bg-tertiary:#000000;--text-primary:#ffffff;--text-secondary:#a8a8a8;--border-color:#000000;--header-bg:rgba(0,0,0,0.8);--header-bg-scrolled:rgba(15,15,35,0.95);--shadow:rgba(0,0,0,0.3);--modal-overlay:rgba(0,0,0,0.35);--primary-color:#009dff;--primary-color-light:#22d3ee;--primary-color-dark:#008afb;--primary-color-rgb:9,161,255;--primary-rgb:9,161,255;--secondary-color:#22d3ee;--secondary-rgb:34,211,238;--bg-card:#12182e;--card-bg-rgb:18,24,46;--bg-input:#12182e;--bg-disabled:#000000;--text-disabled:#a8a8a8;--text-placeholder:#a8a8a8;--bg-secondary-hover:#000000;--border-color-hover:#000000;--bg-color:#000000;--card-bg:#12182e;--bg-hover:#000000;--success-color:#10b981;--success-hover:#059669;--success-rgb:16,185,129;--warning-color:#f59e0b;--warning-hover:#d97706;--warning-rgb:245,158,11;--primary-hover:#0284c7;--error-color:#ef4444;--error-rgb:239,68,68}body{background-color:var(--bg-primary);color:var(--text-primary);transition:background-color .3s ease,color .3s ease}@media(max-width:768px){body{font-size:15px}}@media(max-width:480px){body{font-size:14px}}@media(max-width:360px){body{font-size:13px}}a{text-decoration:none}.dark-blue-btn{background:#008afb;color:#fff;border-radius:10px;padding:10px 20px;font-size:16px;font-weight:600;border:none;cursor:pointer;transition:all .3s ease}.dark-blue-btn:hover,.light-blue-btn{background:#009dff}.light-blue-btn{color:#fff;border-radius:10px;padding:10px 20px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease}.light-blue-btn:hover{background:#008afb}.border-blue-btn{background:rgba(0,0,0,0);color:#009dff;border:1px solid #009dff;border-radius:10px;padding:10px 20px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease}.border-blue-btn:hover{background:#009dff;color:#fff}.container{max-width:1920px;width:100%;margin:0 auto;padding:0 20px}.home-page-restyle{background-color:var(--bg-primary);color:var(--text-primary);font-family:var(--font-family);position:relative;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.feature-card-new,.feature-description-new,.feature-title-new,.footer-new,.footer-new .container-new,.footer-new .footer-links-new,.footer-new .footer-tech-logos,.hero-subtitle-new,.hero-title-new,.section-title-new,section{color:var(--text-primary);background:none}.container-new{max-width:1200px;margin:0 auto;padding:0 2rem}.background-glow{position:fixed;top:0;left:50%;transform:translateX(-50%);width:800px;height:800px;background:radial-gradient(circle,rgba(9,161,255,.1) 0,rgba(9,161,255,0) 70%);filter:blur(100px);z-index:0;pointer-events:none;animation:pulse 10s infinite alternate;will-change:transform}@media(prefers-reduced-motion:reduce){.background-glow{animation:none}}@keyframes pulse{0%{transform:translateX(-50%) scale(1)}to{transform:translateX(-50%) scale(1.2)}}@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}section{padding:6rem 0;position:relative;z-index:1}.section-title-new{font-size:3rem;font-weight:700;margin-bottom:4rem;text-align:center}.hero-section-new{padding-top:8rem;text-align:center}.hero-section-new .hero-title-new{font-size:4rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem;background:-webkit-linear-gradient(45deg,#009dff,#22d3ee);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.hero-section-new .hero-subtitle-new{font-size:1.25rem;color:var(--text-secondary);max-width:600px;margin:0 auto 2rem}.hero-section-new .hero-cta-new .btn-primary-new-large{background-color:#009dff;color:#fff;padding:1rem 2rem;font-size:1.1rem;border-radius:12px;text-decoration:none;display:inline-block;transition:all .3s ease}.hero-section-new .hero-cta-new .btn-primary-new-large:hover{transform:translateY(-2px);box-shadow:0 4px 20px rgba(9,161,255,.4)}.hero-section-new .hero-cta-new .cta-subtext-new{margin-top:.5rem;font-size:.9rem;color:var(--text-secondary)}.hero-section-new .hero-image-container-new{margin-top:4rem;position:relative;overflow:hidden}.hero-section-new .hero-image-container-new img{width:100%;height:auto;border-radius:24px;border:1px solid var(--border-color);box-shadow:0 10px 30px var(--shadow-color);transition:transform .3s ease;will-change:transform}.hero-section-new .hero-image-container-new img:hover{transform:scale(1.02)}.features-section-new .features-grid-new{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem}.features-section-new .feature-card-new{background-color:var(--background-light);padding:2rem;border-radius:16px;border:1px solid var(--border-color);text-align:center;transition:all .3s ease}.features-section-new .feature-card-new:hover{transform:translateY(-5px);border-color:#009dff}.features-section-new .feature-card-new .feature-icon-new{width:48px;height:48px;margin:0 auto 1.5rem;color:#009dff;font-size:2.5rem}.features-section-new .feature-card-new .feature-title-new{font-size:1.5rem;margin-bottom:1rem;color:var(--text-primary)}.features-section-new .feature-card-new .feature-description-new{color:var(--text-secondary)}.footer-new{padding:3rem 0;border-top:1px solid var(--border-color);margin-top:5rem}.footer-new .container-new{justify-content:space-between}.footer-new .container-new,.footer-new .footer-tech-logos{display:flex;align-items:center;color:var(--text-secondary)}.footer-new .footer-tech-logos{gap:1.5rem}.footer-new .footer-tech-logos svg{font-size:1.8rem;transition:color .3s ease}.footer-new .footer-tech-logos svg:hover{color:#009dff}.footer-new .footer-links-new{display:flex;gap:1.5rem}.footer-new .footer-links-new a{color:var(--text-secondary);text-decoration:none}.footer-new .footer-links-new a:hover{color:var(--text-primary)}.scroll-reveal{opacity:0;transform:translateY(20px);transition:opacity .6s ease-out,transform .6s ease-out}.scroll-reveal.visible{opacity:1;transform:translateY(0)}@media(max-width:768px){.hero-section-new{padding-top:6rem}.hero-section-new .hero-title-new{font-size:2.5rem;margin-bottom:1rem}.hero-section-new .hero-subtitle-new{font-size:1.1rem;margin-bottom:1.5rem}.hero-section-new .hero-cta-new .btn-primary-new-large{padding:.8rem 1.5rem;font-size:1rem}.hero-section-new .hero-image-container-new{margin-top:2rem}.hero-section-new .hero-image-container-new img{border-radius:16px;box-shadow:0 6px 20px var(--shadow-color)}.footer-new .container-new{flex-direction:column;gap:1rem}.background-glow{width:600px;height:600px}}@media(max-width:480px){.hero-section-new{padding-top:4rem}.hero-section-new .hero-title-new{font-size:2rem;line-height:1.2}.hero-section-new .hero-subtitle-new{font-size:1rem;margin-bottom:1.2rem}.hero-section-new .hero-cta-new .btn-primary-new-large{padding:.7rem 1.2rem;font-size:.9rem}.hero-section-new .hero-cta-new .cta-subtext-new{font-size:.8rem}.hero-section-new .hero-image-container-new{margin-top:1.5rem}.hero-section-new .hero-image-container-new img{border-radius:12px;box-shadow:0 4px 15px var(--shadow-color)}.background-glow{width:400px;height:400px}.container-new{padding:0 1rem}}@media(max-width:360px){.hero-section-new{padding-top:3rem}.hero-section-new .hero-title-new{font-size:1.8rem}.hero-section-new .hero-subtitle-new{font-size:.9rem}.hero-section-new .hero-cta-new .btn-primary-new-large{padding:.6rem 1rem;font-size:.85rem}.hero-section-new .hero-image-container-new{margin-top:1rem}.hero-section-new .hero-image-container-new img{border-radius:8px;box-shadow:0 3px 10px var(--shadow-color)}.background-glow{width:300px;height:300px}}