:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}body{margin:0}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}.navbar{z-index:1000;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0a0a0ff2;border-bottom:1px solid #ffffff0d;position:fixed;top:0;left:0;right:0}.navbar-container{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex}.navbar-logo{align-items:center;gap:.5rem;font-size:1.75rem;font-weight:800;text-decoration:none;display:flex}.logo-icon{width:32px;height:32px;color:var(--primary)}.logo-text{color:var(--light)}.logo-accent{background:var(--gradient-1);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.navbar-links{align-items:center;gap:2.5rem;display:flex}.nav-link{color:var(--gray);font-size:1rem;font-weight:500;text-decoration:none;transition:color .3s;position:relative}.nav-link:hover,.nav-link.active{color:var(--light)}.nav-link:after{content:"";background:var(--gradient-1);width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.nav-link:hover:after,.nav-link.active:after{width:100%}.nav-cta{background:var(--gradient-1);color:var(--light);border-radius:8px;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:all .3s}.nav-cta:hover{transform:translateY(-2px);box-shadow:0 10px 30px #00d4ff4d}.navbar-toggle{color:var(--light);cursor:pointer;background:0 0;border:none;padding:.5rem;display:none}.navbar-toggle svg{width:28px;height:28px}@media (width<=768px){.navbar-container{padding:1rem 1.5rem}.navbar-links{background:#0a0a0ffa;border-bottom:1px solid #ffffff1a;flex-direction:column;gap:1.5rem;padding:2rem;transition:transform .3s;position:fixed;top:70px;left:0;right:0;transform:translate(-100%)}.navbar-links.active{transform:translate(0)}.nav-link{font-size:1.25rem}.nav-cta{text-align:center;width:100%;margin-top:1rem}.navbar-toggle{display:block}}.footer{background:var(--darker);border-top:1px solid #ffffff0d;padding:4rem 2rem 2rem}.footer-container{max-width:1400px;margin:0 auto}.footer-grid{grid-template-columns:2fr 1fr 1fr 1.5fr;gap:4rem;margin-bottom:3rem;display:grid}.footer-logo{align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:1.75rem;font-weight:800;text-decoration:none;display:flex}.footer-description{color:var(--gray);margin-bottom:1.5rem;line-height:1.7}.footer-social{gap:1.5rem;display:flex}.footer-social a{color:var(--gray);font-size:.95rem;text-decoration:none;transition:color .3s}.footer-social a:hover{color:var(--primary)}.footer-links h4,.footer-contact h4{color:var(--light);margin-bottom:1.5rem;font-size:1.1rem}.footer-links ul,.footer-contact ul{list-style:none}.footer-links li,.footer-contact li{margin-bottom:.75rem}.footer-links a,.footer-contact a{color:var(--gray);text-decoration:none;transition:color .3s}.footer-links a:hover,.footer-contact a:hover{color:var(--primary)}.footer-contact li{color:var(--gray);align-items:center;gap:.75rem;display:flex}.contact-icon{width:20px;height:20px;color:var(--primary);flex-shrink:0}.footer-bottom{border-top:1px solid #ffffff0d;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:2rem;display:flex}.footer-bottom p{color:var(--gray);font-size:.9rem}.footer-legal{gap:2rem;display:flex}.footer-legal a{color:var(--gray);font-size:.9rem;text-decoration:none;transition:color .3s}.footer-legal a:hover{color:var(--primary)}@media (width<=1024px){.footer-grid{grid-template-columns:1fr 1fr;gap:3rem}}@media (width<=640px){.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-bottom{text-align:center;flex-direction:column}.footer-legal{gap:1rem}}.home{overflow-x:hidden}.hero{align-items:center;gap:4rem;max-width:1400px;min-height:100vh;margin:0 auto;padding:8rem 2rem 4rem;display:flex;position:relative}.hero-content{flex:1;max-width:600px}.hero-badge{color:var(--primary);background:#00d4ff1a;border:1px solid #00d4ff4d;border-radius:50px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1rem;font-size:.875rem;display:inline-flex}.badge-icon{width:16px;height:16px}.hero-title{margin-bottom:1.5rem;font-size:4rem;font-weight:800;line-height:1.1}.hero-subtitle{color:var(--gray);margin-bottom:2.5rem;font-size:1.25rem;line-height:1.7}.hero-cta{flex-wrap:wrap;gap:1rem;display:flex}.hero-visual{flex:1;justify-content:center;align-items:center;display:flex}.code-window{background:var(--darker);border:1px solid #ffffff1a;border-radius:16px;width:100%;max-width:500px;overflow:hidden;box-shadow:0 25px 50px #00000080}.code-header{background:var(--gray-dark);gap:.5rem;padding:1rem;display:flex}.code-dot{border-radius:50%;width:12px;height:12px}.code-dot.red{background:#ff5f56}.code-dot.yellow{background:#ffbd2e}.code-dot.green{background:#27ca40}.code-content{padding:1.5rem;font-family:Fira Code,Monaco,monospace;font-size:.9rem;line-height:1.6;overflow-x:auto}.code-keyword{color:#ff79c6}.code-function{color:#8be9fd}.code-boolean{color:#bd93f9}.stats{background:var(--darker);border-top:1px solid #ffffff0d;border-bottom:1px solid #ffffff0d;padding:4rem 2rem}.stats-grid{text-align:center;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1200px;margin:0 auto;display:grid}.stat-item{flex-direction:column;gap:.5rem;display:flex}.stat-value{background:var(--gradient-1);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:800}.stat-label{color:var(--gray);font-size:1rem}.features{padding:6rem 2rem}.feature-card{text-align:left}.product-cta{background:var(--darker);border-top:1px solid #ffffff0d;border-bottom:1px solid #ffffff0d;padding:6rem 2rem}.product-cta-content{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;display:grid}.product-cta-text h2{margin-bottom:1.5rem;font-size:2.5rem}.product-cta-text p{color:var(--gray);margin-bottom:2rem;font-size:1.1rem;line-height:1.7}.product-cta-visual{justify-content:center;display:flex}.feature-preview{gap:2rem;display:flex}.preview-icon{width:80px;height:80px;color:var(--primary);opacity:.8}.cta-section{text-align:center;padding:6rem 2rem}.cta-content{max-width:600px;margin:0 auto}.cta-content h2{margin-bottom:1rem;font-size:2.5rem}.cta-content p{color:var(--gray);margin-bottom:2rem;font-size:1.1rem}@media (width<=1024px){.hero{text-align:center;flex-direction:column;padding-top:6rem}.hero-content{max-width:100%}.hero-cta{justify-content:center}.stats-grid{grid-template-columns:repeat(2,1fr)}.product-cta-content{text-align:center;grid-template-columns:1fr}}@media (width<=768px){.hero-title{font-size:2.5rem}.stats-grid{grid-template-columns:1fr 1fr;gap:1.5rem}.stat-value{font-size:2rem}.feature-preview{gap:1rem}.preview-icon{width:50px;height:50px}}.services-page{padding-top:80px}.services-hero{background:var(--darker);text-align:center;border-bottom:1px solid #ffffff0d;padding:6rem 2rem}.services-hero-content{max-width:800px;margin:0 auto}.services-hero h1{margin-bottom:1.5rem;font-size:3.5rem}.services-hero p{color:var(--gray);font-size:1.25rem}.services-grid{padding:4rem 2rem}.service-card{text-align:left}.service-features{grid-template-columns:1fr 1fr;gap:.5rem;margin-top:1.5rem;list-style:none;display:grid}.service-features li{color:var(--gray);padding-left:1rem;font-size:.9rem;position:relative}.service-features li:before{content:"✓";color:var(--primary);position:absolute;left:0}.tech-stack{background:var(--darker);border-top:1px solid #ffffff0d;border-bottom:1px solid #ffffff0d;padding:6rem 2rem}.tech-grid{grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto;display:grid}.tech-category{background:var(--gray-dark);border:1px solid #ffffff1a;border-radius:12px;padding:1.5rem}.tech-category h4{color:var(--primary);text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem;font-size:1rem}.tech-items{flex-wrap:wrap;gap:.5rem;display:flex}.tech-item{color:var(--light);background:#00d4ff1a;border:1px solid #00d4ff33;border-radius:20px;padding:.25rem .75rem;font-size:.85rem}.process-section{padding:6rem 2rem}.process-steps{grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1000px;margin:0 auto;display:grid}.process-step{text-align:center;padding:2rem;position:relative}.process-step:not(:last-child):after{content:"";background:linear-gradient(90deg, var(--primary), transparent);width:2rem;height:2px;position:absolute;top:3rem;right:-1rem}.step-number{background:var(--gradient-1);border-radius:50%;width:60px;height:60px;margin-bottom:1.5rem;font-size:1.25rem;font-weight:700;line-height:60px;display:inline-block}.process-step h3{margin-bottom:1rem}.process-step p{color:var(--gray);font-size:.95rem}.services-cta{background:var(--darker);text-align:center;border-top:1px solid #ffffff0d;padding:6rem 2rem}@media (width<=1024px){.tech-grid,.process-steps{grid-template-columns:repeat(2,1fr)}.process-step:not(:last-child):after{display:none}}@media (width<=768px){.services-hero h1{font-size:2.5rem}.service-features,.tech-grid,.process-steps{grid-template-columns:1fr}}.timescheme-page{padding-top:80px}.product-hero{background:var(--darker);text-align:center;border-bottom:1px solid #ffffff0d;padding:6rem 2rem}.product-hero-badge{color:var(--accent);background:#ff006e1a;border:1px solid #ff006e4d;border-radius:50px;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.875rem;display:inline-block}.product-hero h1{margin-bottom:1.5rem;font-size:4rem}.product-hero-subtitle{color:var(--gray);max-width:600px;margin:0 auto 2rem;font-size:1.25rem}.product-hero-cta{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.problem-solution{max-width:1000px;margin:0 auto;padding:4rem 2rem}.problem-solution-grid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.problem-box,.solution-box{background:var(--gray-dark);border:1px solid #ffffff1a;border-radius:16px;padding:2rem}.problem-box{border-left:4px solid #ff5f56}.solution-box{border-left:4px solid #27ca40}.problem-box h3,.solution-box h3{margin-bottom:1.5rem;font-size:1.5rem}.problem-box ul,.solution-box ul{list-style:none}.problem-box li,.solution-box li{color:var(--gray);border-bottom:1px solid #ffffff0d;padding:.75rem 0}.problem-box li:last-child,.solution-box li:last-child{border-bottom:none}.product-features{background:var(--dark);padding:6rem 2rem}.benefits-section{background:var(--darker);border-top:1px solid #ffffff0d;border-bottom:1px solid #ffffff0d;padding:6rem 2rem}.benefits-content{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;display:grid}.benefits-text h2{margin-bottom:1rem;font-size:2.5rem}.benefits-text>p{color:var(--gray);margin-bottom:2rem;font-size:1.1rem}.benefits-list{list-style:none}.benefits-list li{align-items:center;gap:1rem;padding:.75rem 0;font-size:1.1rem;display:flex}.benefit-icon{width:24px;height:24px;color:var(--primary);flex-shrink:0}.benefits-visual{justify-content:center;display:flex}.dashboard-preview{background:var(--gray-dark);border:1px solid #ffffff1a;border-radius:16px;width:100%;max-width:350px;padding:1.5rem}.preview-header{border-bottom:1px solid #ffffff1a;margin-bottom:1rem;padding-bottom:1rem;font-weight:600}.preview-stats{flex-direction:column;gap:1rem;display:flex}.preview-stat{background:#00d4ff0d;border-radius:8px;justify-content:space-between;align-items:center;padding:1rem;display:flex}.preview-stat .stat-label{color:var(--gray);font-size:.9rem}.preview-stat .stat-value{color:var(--primary);font-size:1.5rem;font-weight:700}.audience-section{padding:6rem 2rem}.audience-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1200px;margin:0 auto;display:grid}.audience-card{background:var(--gray-dark);text-align:center;border:1px solid #ffffff1a;border-radius:12px;padding:2rem;transition:all .3s}.audience-card:hover{border-color:var(--primary);transform:translateY(-5px)}.audience-card h3{margin-bottom:1rem;font-size:1.25rem}.audience-card p{color:var(--gray);font-size:.95rem}.product-cta-section{background:var(--darker);text-align:center;border-top:1px solid #ffffff0d;padding:6rem 2rem}@media (width<=1024px){.problem-solution-grid{grid-template-columns:1fr}.benefits-content{text-align:center;grid-template-columns:1fr}.benefits-list li{justify-content:center}.audience-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.product-hero h1{font-size:2.5rem}.audience-grid{grid-template-columns:1fr}}.about-page{padding-top:80px}.about-hero{background:var(--darker);text-align:center;border-bottom:1px solid #ffffff0d;padding:6rem 2rem}.about-hero-content{max-width:800px;margin:0 auto}.about-hero h1{margin-bottom:1.5rem;font-size:3.5rem}.about-hero p{color:var(--gray);font-size:1.25rem}.story-section{padding:6rem 2rem}.story-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;display:grid}.story-text h2{margin-bottom:1.5rem;font-size:2.5rem}.story-text p{color:var(--gray);margin-bottom:1.5rem;font-size:1.1rem;line-height:1.7}.story-stats{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.story-stat{background:var(--gray-dark);text-align:center;border:1px solid #ffffff1a;border-radius:12px;padding:2rem}.story-stat .stat-number{background:var(--gradient-1);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:2.5rem;font-weight:800;display:block}.story-stat .stat-label{color:var(--gray);font-size:.9rem}.values-section{background:var(--darker);border-top:1px solid #ffffff0d;border-bottom:1px solid #ffffff0d;padding:6rem 2rem}.value-card{text-align:left}.timeline-section{padding:6rem 2rem}.timeline{max-width:800px;margin:0 auto;position:relative}.timeline:before{content:"";background:linear-gradient(180deg, var(--primary), var(--secondary));width:2px;position:absolute;top:0;bottom:0;left:80px}.timeline-item{align-items:flex-start;gap:2rem;padding:1.5rem 0;display:flex;position:relative}.timeline-year{text-align:right;width:60px;color:var(--primary);font-size:1.1rem;font-weight:700}.timeline-dot{background:var(--primary);border-radius:50%;flex-shrink:0;width:16px;height:16px;margin-top:4px;box-shadow:0 0 20px #00d4ff80}.timeline-item p{color:var(--gray);flex:1}.approach-section{background:var(--darker);border-top:1px solid #ffffff0d;border-bottom:1px solid #ffffff0d;padding:6rem 2rem}.approach-content{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;display:grid}.approach-text h2{margin-bottom:1.5rem;font-size:2.5rem}.approach-text p{color:var(--gray);margin-bottom:1.5rem;font-size:1.1rem;line-height:1.7}.approach-visual{justify-content:center;align-items:center;display:flex}.approach-icon{background:var(--gradient-1);border-radius:50%;justify-content:center;align-items:center;width:200px;height:200px;display:flex;box-shadow:0 20px 60px #00d4ff4d}.icon-large{width:100px;height:100px;color:var(--light)}.about-cta{text-align:center;padding:6rem 2rem}@media (width<=1024px){.story-grid,.approach-content{grid-template-columns:1fr}.approach-visual{order:-1}.approach-icon{width:150px;height:150px}.icon-large{width:70px;height:70px}}@media (width<=768px){.about-hero h1{font-size:2.5rem}.story-stats{grid-template-columns:1fr}.timeline:before{left:20px}.timeline-year{width:50px;font-size:.9rem}}.contact-page{padding-top:80px}.contact-hero{background:var(--darker);text-align:center;border-bottom:1px solid #ffffff0d;padding:6rem 2rem}.contact-hero-content{max-width:600px;margin:0 auto}.contact-hero h1{margin-bottom:1.5rem;font-size:3.5rem}.contact-hero p{color:var(--gray);font-size:1.25rem}.contact-section{padding:4rem 2rem}.contact-grid{grid-template-columns:1fr 1.5fr;gap:4rem;max-width:1200px;margin:0 auto;display:grid}.contact-info h2{margin-bottom:1rem;font-size:2rem}.contact-intro{color:var(--gray);margin-bottom:2rem;line-height:1.7}.contact-methods{flex-direction:column;gap:1.5rem;margin-bottom:2rem;display:flex}.contact-method{align-items:center;gap:1rem;display:flex}.method-icon{background:var(--gray-dark);width:50px;height:50px;color:var(--primary);border-radius:12px;justify-content:center;align-items:center;display:flex}.method-icon svg{width:24px;height:24px}.method-details{flex-direction:column;display:flex}.method-title{color:var(--gray);text-transform:uppercase;letter-spacing:1px;font-size:.875rem}.method-value{color:var(--light);font-size:1.1rem;font-weight:500;text-decoration:none}.method-value:hover{color:var(--primary)}.contact-note{background:var(--gray-dark);border:1px solid #ffffff1a;border-radius:12px;padding:1.5rem}.contact-note h3{margin-bottom:1rem;font-size:1.1rem}.contact-note ol{color:var(--gray);margin-left:1.25rem}.contact-note li{margin-bottom:.5rem}.contact-form-wrapper{background:var(--gray-dark);border:1px solid #ffffff1a;border-radius:16px;padding:2.5rem}.contact-form h3{margin-bottom:1.5rem;font-size:1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{color:var(--gray);margin-bottom:.5rem;font-size:.9rem;display:block}.form-group input,.form-group select,.form-group textarea{background:var(--darker);width:100%;color:var(--light);border:1px solid #ffffff1a;border-radius:8px;padding:.875rem 1rem;font-family:inherit;font-size:1rem;transition:border-color .3s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--primary);outline:none}.form-group textarea{resize:vertical;min-height:120px}.form-submit{justify-content:center;width:100%}.form-success{text-align:center;padding:3rem 2rem}.success-icon{color:#27ca40;width:64px;height:64px;margin-bottom:1.5rem}.form-success h3{margin-bottom:1rem;font-size:1.5rem}.form-success p{color:var(--gray)}.faq-section{background:var(--darker);border-top:1px solid #ffffff0d;padding:6rem 2rem}.faq-grid{grid-template-columns:repeat(2,1fr);gap:2rem;max-width:1000px;margin:0 auto;display:grid}.faq-item{background:var(--gray-dark);border:1px solid #ffffff1a;border-radius:12px;padding:1.5rem}.faq-item h4{margin-bottom:.75rem;font-size:1.1rem}.faq-item p{color:var(--gray);font-size:.95rem;line-height:1.6}@media (width<=1024px){.contact-grid,.faq-grid{grid-template-columns:1fr}}@media (width<=768px){.contact-hero h1{font-size:2.5rem}.contact-form-wrapper{padding:1.5rem}}:root{--primary:#00d4ff;--primary-dark:#00a8cc;--secondary:#7b2cbf;--accent:#ff006e;--dark:#0a0a0f;--darker:#050508;--light:#fff;--gray:#8b8b9a;--gray-dark:#2a2a3a;--gradient-1:linear-gradient(135deg, #00d4ff 0%, #7b2cbf 100%);--gradient-2:linear-gradient(135deg, #ff006e 0%, #8338ec 100%);--font-main:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-main);background-color:var(--dark);color:var(--light);line-height:1.6;overflow-x:hidden}.app{flex-direction:column;min-height:100vh;display:flex}main{flex:1}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2}.gradient-text{background:var(--gradient-1);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.gradient-text-2{background:var(--gradient-2);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.btn{cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.btn-primary{background:var(--gradient-1);color:var(--light)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 30px #00d4ff4d}.btn-secondary{color:var(--light);border:2px solid var(--primary);background:0 0}.btn-secondary:hover{background:var(--primary);color:var(--dark)}.btn-large{padding:1.25rem 2.5rem;font-size:1.1rem}.section{max-width:1400px;margin:0 auto;padding:6rem 2rem}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{margin-bottom:1rem;font-size:3rem}.section-header p{color:var(--gray);max-width:600px;margin:0 auto;font-size:1.25rem}.card{background:var(--gray-dark);border:1px solid #ffffff1a;border-radius:16px;padding:2rem;transition:all .3s}.card:hover{border-color:var(--primary);transform:translateY(-5px);box-shadow:0 20px 40px #00d4ff1a}.card-icon{background:var(--gradient-1);border-radius:12px;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:1.5rem;display:flex}.card-icon svg{width:30px;height:30px;color:var(--light)}.card h3{margin-bottom:1rem;font-size:1.5rem}.card p{color:var(--gray)}.grid{gap:2rem;display:grid}.grid-3{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-2{grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.animate-fadeInUp{animation:.6s forwards fadeInUp}@media (width<=768px){.section{padding:4rem 1.5rem}.section-header h2{font-size:2rem}.grid-2,.grid-3{grid-template-columns:1fr}.btn{padding:.875rem 1.5rem}}.bg-glow{pointer-events:none;z-index:-1;background:radial-gradient(circle,#00d4ff26 0%,#0000 70%);width:600px;height:600px;position:absolute}.bg-glow-1{top:-200px;right:-200px}.bg-glow-2{background:radial-gradient(circle,#7b2cbf26 0%,#0000 70%);bottom:-200px;left:-200px}
