*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#1f2937;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.container{margin:0 auto;max-width:1200px;padding:0 20px}.btn{border:none;cursor:pointer;font-size:16px;overflow:hidden;padding:14px 32px;position:relative}.btn:before{background:#fff3;content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.btn:hover:before{left:100%}.btn-primary:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8)}.btn-secondary{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#ffffff1a;border:2px solid #ffffff4d;color:#fff}.btn-secondary:hover{background-color:#fff3;border-color:#ffffff80;transform:translateY(-3px)}.section{padding:80px 0}.section-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#1f2937,#3b82f6,#8b5cf6);-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:700;letter-spacing:-1px;margin-bottom:20px;text-align:center}.section-subtitle{color:#6b7280;font-size:1.25rem;line-height:1.8;margin-bottom:60px;margin-left:auto;margin-right:auto;max-width:700px;text-align:center}@media (max-width:768px){.container{padding:0 15px}.section{padding:60px 0}.section-title{font-size:2rem}.section-subtitle{font-size:1rem}}.header{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background-color:#000000f2;border-bottom:1px solid #daa52033;left:0;position:fixed;right:0;top:0;transition:all .3s ease;z-index:1000}.header.scrolled{background-color:#000000fa;box-shadow:0 4px 30px #0000004d,0 0 0 1px #daa52033}.header-content{justify-content:space-between;padding:.3rem 0}.header-content,.logo a{align-items:center;display:flex}.logo a{text-decoration:none}.logo-image{filter:brightness(1);height:70px;transition:all .3s ease;width:auto}.logo a:hover .logo-image{filter:brightness(1.1);transform:scale(1.05)}.header.scrolled .logo-image{height:55px}.nav-list{display:flex;gap:2.5rem;list-style:none;margin:0;padding:0}.nav-link{color:#e2e8f0;cursor:pointer;display:block;font-size:1rem;font-weight:500;padding:.5rem 0;position:relative;text-decoration:none;transition:all .3s ease}.nav-link:after{background:linear-gradient(90deg,#3b82f6,#8b5cf6);bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-link:hover{color:#fff}.nav-link.active:after,.nav-link:hover:after{width:100%}.nav-link.active{color:#fff;font-weight:600}.mobile-menu-toggle{background:none;border:none;cursor:pointer;display:none;flex-direction:column;padding:.5rem}.mobile-menu-toggle span{background-color:#e2e8f0;border-radius:2px;height:3px;margin:3px 0;transition:.3s;width:25px}@media (max-width:768px){.logo-image{height:60px}.header.scrolled .logo-image{height:50px}.mobile-menu-toggle{display:flex}.nav{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background-color:#0f172afa;border-top:1px solid #ffffff1a;left:0;opacity:0;position:absolute;right:0;top:100%;transform:translateY(-100%);transition:all .3s ease;visibility:hidden}.nav.nav-open{opacity:1;transform:translateY(0);visibility:visible}.nav-list{flex-direction:column;gap:1rem;padding:1rem}.nav-link{padding:.5rem 0;text-align:left}}.footer{background:linear-gradient(135deg,#1f2937,#111827);color:#fff;padding:3rem 0 1rem}.footer-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:2fr 1fr 1fr 1fr;margin-bottom:2rem}.footer-section h3{color:#2563eb;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.footer-section h4{color:#f9fafb;font-size:1.2rem;font-weight:600;margin-bottom:1rem}.footer-section p{color:#d1d5db;line-height:1.6;margin-bottom:1rem}.footer-about{max-width:400px}.footer-social{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1rem}.youtube-description{color:#94a3b8;font-size:.9rem;font-style:italic;margin-top:.75rem}.social-link{align-items:center;color:#2563eb;display:inline-flex;font-weight:500;gap:.5rem;text-decoration:none;transition:color .3s ease}.social-link:hover{color:#3b82f6}.social-icon{font-size:1.2rem}.footer-contact-info{display:flex;flex-direction:column;gap:1.5rem}.contact-group{display:flex;flex-direction:column;gap:.5rem}.contact-group p{color:#d1d5db;font-size:.9rem;margin:0}.contact-label{color:#9ca3af;font-size:.85rem!important;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.footer-section ul{list-style:none;margin:0;padding:0}.footer-section ul li{color:#d1d5db;margin-bottom:.5rem}.footer-section ul li a{color:#d1d5db;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#2563eb}.footer-bottom{border-top:1px solid #374151;padding-top:2rem}.footer-bottom-content{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.footer-bottom p{color:#9ca3af;margin:0}.footer-links{display:flex;gap:2rem}.footer-links a{color:#9ca3af;font-size:.9rem;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#2563eb}@media (max-width:768px){.footer-content{gap:2rem;grid-template-columns:1fr}.footer-bottom-content{flex-direction:column;text-align:center}.footer-links{gap:1rem}}.hero{align-items:center;background:linear-gradient(135deg,#0f172a,#1e293b 50%,#334155);display:flex;min-height:100vh;overflow:hidden;padding:120px 0 80px;position:relative}.hero:before{background:radial-gradient(circle at 20% 50%,#3b82f61a 0,#0000 50%),radial-gradient(circle at 80% 80%,#8b5cf61a 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.hero-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;position:relative;z-index:1}.hero-title{color:#fff;font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;text-shadow:0 2px 10px #0000004d}.highlight{-webkit-text-fill-color:#0000;animation:shimmer 3s ease-in-out infinite;background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;background-clip:text;display:block}@keyframes shimmer{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.hero-description{color:#cbd5e1;font-size:1.2rem;line-height:1.7;margin-bottom:2rem}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem}.hero-image{align-items:flex-start;height:100%;left:29%;margin-top:0;position:absolute;top:-13px;width:100%}.hero-graphic,.hero-image{display:flex;justify-content:center}.hero-graphic{background:radial-gradient(circle at center,#3b82f61a 0,#0000 70%);height:400px;margin-top:20px;overflow:visible;width:400px}.central-circle,.hero-graphic{align-items:center;border-radius:50%;position:relative}.central-circle{background:linear-gradient(135deg,#3b82f6,#8b5cf6);box-shadow:0 0 30px #3b82f680,0 0 60px #8b5cf64d;height:120px;left:45px;top:30px;width:120px;z-index:10}.ai-brain,.central-circle{display:flex;justify-content:center}.ai-brain{align-items:center;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2));font-size:3rem;height:100%;width:100%}.pulse-ring{animation:pulse 2s ease-out infinite;border:2px solid #3b82f699;border-radius:50%;position:absolute}.pulse-ring:nth-child(2){height:160px;left:-20px;top:-20px;width:160px}.pulse-ring:nth-child(3){animation-delay:.5s;height:200px;left:-40px;top:-40px;width:200px}.pulse-ring:nth-child(4){animation-delay:1s;height:240px;left:-60px;top:-60px;width:240px}@keyframes pulse{0%{opacity:1;transform:scale(.8)}to{opacity:0;transform:scale(1.2)}}.floating-elements{height:100%;left:0;position:absolute;top:0;width:100%}.element{animation:orbit 20s linear infinite;flex-direction:column;gap:.5rem;left:50%;position:absolute;top:50%;transform-origin:center center}.element,.element-icon{align-items:center;display:flex}.element-icon{background:#fff;border-radius:50%;box-shadow:0 8px 25px #00000026,0 0 0 3px #3b82f61a;font-size:1.5rem;height:50px;justify-content:center;transition:all .3s ease;width:50px}.element-label{background:#ffffffe6;border-radius:12px;box-shadow:0 2px 8px #0000001a;color:#1f2937;font-size:.65rem;font-weight:600;letter-spacing:.5px;line-height:1.1;padding:.15rem .5rem;text-align:center;text-transform:uppercase}.element-label div{display:block;line-height:1.1}.element:hover .element-icon{box-shadow:0 12px 35px #0003,0 0 0 4px #3b82f633;transform:scale(1.1)}.element-1{animation-delay:0s}.element-2{animation-delay:-2.5s}.element-3{animation-delay:-5s}.element-4{animation-delay:-7.5s}.element-5{animation-delay:-10s}.element-6{animation-delay:-12.5s}.element-7{animation-delay:-15s}.element-8{animation-delay:-17.5s}@keyframes orbit{0%{transform:rotate(0deg) translateX(200px) rotate(0deg)}to{transform:rotate(1turn) translateX(200px) rotate(-1turn)}}.connection-lines{height:100%;pointer-events:none;position:absolute;width:100%}.line{animation:linePulse 3s ease-in-out infinite;background:linear-gradient(90deg,#0000,#3b82f64d,#0000);height:1px;position:absolute;transform-origin:left center}.line-1{animation-delay:0s;transform:rotate(0deg)}.line-1,.line-2{left:50%;top:50%;width:200px}.line-2{animation-delay:.5s;transform:rotate(45deg)}.line-3{animation-delay:1s;transform:rotate(90deg)}.line-3,.line-4{left:50%;top:50%;width:200px}.line-4{animation-delay:1.5s;transform:rotate(135deg)}.line-5{animation-delay:2s;transform:rotate(180deg)}.line-5,.line-6{left:50%;top:50%;width:200px}.line-6{animation-delay:2.5s;transform:rotate(225deg)}.line-7{animation-delay:3s;transform:rotate(270deg)}.line-7,.line-8{left:50%;top:50%;width:200px}.line-8{animation-delay:3.5s;transform:rotate(315deg)}@keyframes linePulse{0%,to{opacity:.3;transform:scaleX(.5)}50%{opacity:.8;transform:scaleX(1)}}@media (max-width:768px){.hero{padding:100px 0 60px;text-align:center}.hero-content{gap:2rem;grid-template-columns:1fr}.hero-title{font-size:2.5rem}.hero-description{font-size:1.1rem}.hero-buttons{justify-content:center}.hero-graphic{height:350px;margin-top:0;width:350px}.central-circle{height:80px;width:80px}.ai-brain{font-size:2rem}.element-icon{font-size:1.2rem;height:40px;width:40px}.element-label{font-size:.55rem;padding:.12rem .45rem}@keyframes orbit{0%{transform:rotate(0deg) translateX(150px) rotate(0deg)}to{transform:rotate(1turn) translateX(150px) rotate(-1turn)}}.line-1,.line-2,.line-3,.line-4,.line-5,.line-6,.line-7,.line-8{width:150px}}.services{background:linear-gradient(180deg,#fff,#f8fafc);position:relative}.service-category{margin-bottom:5rem}.service-category:last-child{margin-bottom:2rem}.category-header{border-bottom:2px solid #e5e7eb;margin-bottom:3rem;padding-bottom:2rem;text-align:center}.category-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;background-clip:text;color:#1f2937;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.category-description{color:#6b7280;font-size:1.125rem;line-height:1.6;margin:0 auto;max-width:700px}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));margin-top:2rem}.service-card{background:#fff;border:1px solid #e5e7eb;border-radius:20px;box-shadow:0 4px 20px #00000014;overflow:hidden;padding:2.5rem;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.service-card:before{animation:gradientSlide 3s ease infinite;background:linear-gradient(90deg,#3b82f6,#8b5cf6,#6366f1);background-size:200% 100%;content:"";height:5px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transition:transform .4s ease}.service-card:hover:before{transform:scaleX(1)}.service-card:hover{border-color:#3b82f64d;box-shadow:0 20px 50px #00000026,0 0 0 1px #3b82f61a;transform:translateY(-10px)}.service-icon{display:block;filter:drop-shadow(0 4px 8px rgba(59,130,246,.2));font-size:3.5rem;margin-bottom:1.5rem;transition:transform .3s ease}.service-card:hover .service-icon{transform:scale(1.1) rotate(5deg)}.service-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#1f2937,#3b82f6);-webkit-background-clip:text;background-clip:text;color:#1f2937;font-size:1.6rem;font-weight:700;margin-bottom:1rem}.service-description{color:#6b7280;line-height:1.6;margin-bottom:1.5rem}.service-features{list-style:none;margin:0;padding:0}.service-features li{color:#374151;padding:.5rem 0 .5rem 1.5rem;position:relative}.service-features li:before{color:#3b82f6;content:"✓";font-size:1.1rem;font-weight:700;left:0;position:absolute}@media (max-width:768px){.service-category{margin-bottom:3rem}.category-title{font-size:1.8rem}.category-description{font-size:1rem}.services-grid{gap:1.5rem;grid-template-columns:1fr}.service-card{padding:1.5rem}.service-icon{font-size:2.5rem}.service-title{font-size:1.3rem}}.page-container{min-height:100vh;padding-top:80px}.page-header{background:linear-gradient(135deg,#0f172a,#1e293b 50%,#334155);overflow:hidden;padding:80px 0 60px;position:relative}.page-header:before{background:radial-gradient(circle at 20% 50%,#3b82f61a 0,#0000 50%),radial-gradient(circle at 80% 80%,#8b5cf61a 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.page-header .container{position:relative;z-index:1}.page-title{color:#fff;font-size:3.5rem;font-weight:700;margin-bottom:1rem;text-align:center;text-shadow:0 2px 10px #0000004d}.page-subtitle{color:#cbd5e1;font-size:1.3rem;line-height:1.6;margin:0 auto;max-width:700px;text-align:center}@media (max-width:768px){.page-container{padding-top:70px}.page-header{padding:60px 0 40px}.page-title{font-size:2.5rem}.page-subtitle{font-size:1.1rem}}.about{background:linear-gradient(135deg,#f8fafc,#e2e8f0 50%,#f8fafc);overflow:hidden;position:relative}.about:before{background:radial-gradient(circle,#3b82f61a 0,#0000 70%);content:"";height:500px;pointer-events:none;position:absolute;right:0;top:0;width:500px}.about-content{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin-bottom:4rem}.about-description{color:#6b7280;font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem}.stats-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr);margin-top:2rem}.stat-item{background:#fff;border:2px solid #0000;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:2rem;text-align:center;transition:all .3s ease}.stat-item:hover{border-color:#3b82f64d;box-shadow:0 10px 30px #00000026;transform:translateY(-5px)}.stat-number{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:700;margin-bottom:.5rem}.stat-label{color:#6b7280;font-weight:500}.about-features{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr}.feature-item{background:#fff;border:2px solid #0000;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:2rem;transition:all .3s ease}.feature-item:hover{border-color:#3b82f64d;box-shadow:0 10px 30px #00000026;transform:translateY(-6px)}.feature-icon{display:block;font-size:2.5rem;margin-bottom:1rem}.feature-item h3{color:#1f2937;font-size:1.3rem;font-weight:600;margin-bottom:.5rem}.feature-item p{color:#6b7280;line-height:1.6}.technologies-section{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:3rem 0;text-align:center}.technologies-section h3{color:#1f2937;font-size:1.8rem;font-weight:600;margin-bottom:2rem}.technologies-grid{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin:0 auto;max-width:800px}.tech-tag{background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:25px;box-shadow:0 2px 8px #3b82f64d;color:#fff;font-size:.9rem;font-weight:600;padding:.6rem 1.2rem}.tech-tag:hover{box-shadow:0 4px 15px #3b82f666;transform:translateY(-3px) scale(1.05)}@media (max-width:768px){.about-content{gap:2rem;grid-template-columns:1fr}.stats-grid{gap:1rem;grid-template-columns:1fr}.stat-item{padding:1rem}.stat-number{font-size:2rem}.feature-item{padding:1.5rem}.technologies-grid{gap:.5rem}.tech-tag{font-size:.8rem;padding:.4rem .8rem}}.contact{background:linear-gradient(180deg,#f8fafc,#fff);position:relative}.contact-intro{margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:900px;text-align:center}.contact-intro-text{color:#4b5563;font-size:1.125rem;line-height:1.8;margin:0}.contact-content{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin-top:2rem}.contact-info h3{color:#1f2937;font-size:1.8rem;font-weight:600;margin-bottom:1rem}.contact-info p{color:#6b7280;line-height:1.7}.contact-details,.contact-info p{margin-bottom:2rem}.contact-item{align-items:center;border-radius:12px;display:flex;gap:1rem;margin-bottom:1.5rem;padding:1rem;transition:all .3s ease}.contact-item:hover{background-color:#f9fafb;transform:translateX(5px)}.contact-icon{align-items:center;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:50%;box-shadow:0 4px 15px #3b82f64d;display:flex;font-size:1.5rem;height:56px;justify-content:center;width:56px}.contact-item h4{color:#1f2937;font-size:1.1rem;font-weight:600;margin-bottom:.25rem}.contact-item p{color:#6b7280;margin:0}.location-serving{color:#9ca3af!important;font-size:.9rem!important;margin-top:.25rem!important}.coffee-section{background:linear-gradient(135deg,#fef3c7,#fde68a);border-radius:12px;margin-bottom:2rem;padding:1.5rem}.coffee-section h4{color:#92400e;font-size:1.2rem;font-weight:600;margin-bottom:.75rem}.coffee-section p{color:#78350f;line-height:1.6;margin:0}.response-time{background:#f8fafc;border-left:4px solid #2563eb;border-radius:12px;padding:1.5rem}.response-time h4{color:#1f2937;font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.response-time p{color:#6b7280;margin:0}.contact-form{background:#fff;border:1px solid #e5e7eb;border-radius:20px;box-shadow:0 10px 40px #0000001a;padding:2.5rem}.form-group{margin-bottom:1.5rem}.form-group label{color:#374151;display:block;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{background-color:#f9fafb;border:2px solid #e5e7eb;border-radius:12px;font-size:1rem;padding:.875rem 1.25rem;transition:all .3s ease;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{background-color:#fff;border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f61a;outline:none;transform:translateY(-2px)}.form-group textarea{min-height:120px;resize:vertical}.submit-btn{background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;box-shadow:0 4px 15px #2563eb66;font-size:1.1rem;font-weight:700;padding:1.125rem;width:100%}.submit-btn:hover:not(:disabled){box-shadow:0 6px 25px #2563eb80;transform:translateY(-3px)}.submit-btn:disabled{cursor:not-allowed;opacity:.7}.success-message{background:#d1fae5;color:#065f46}.error-message,.success-message{border-radius:8px;font-weight:500;margin-top:1rem;padding:1rem;text-align:center}.error-message{background:#fee2e2;color:#dc2626}@media (max-width:768px){.contact-content{gap:2rem;grid-template-columns:1fr}.contact-form{padding:1.5rem}.contact-item{flex-direction:column;gap:.5rem;text-align:center}.contact-icon{font-size:1.2rem;height:40px;width:40px}}.projects{background:linear-gradient(180deg,#fff,#f8fafc);padding:4rem 0}.projects-header{margin-bottom:4rem;margin-left:auto;margin-right:auto;max-width:900px;text-align:center}.projects-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;background-clip:text;color:#1f2937;font-size:3rem;font-weight:700;margin-bottom:1.5rem}.projects-subtitle{color:#6b7280;font-size:1.25rem;line-height:1.7;margin:0}.projects-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));margin-bottom:4rem}.project-card{background:#fff;border:1px solid #e5e7eb;border-radius:20px;box-shadow:0 4px 20px #00000014;overflow:hidden;padding:2.5rem;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.project-card:before{animation:gradientSlide 3s ease infinite;background:linear-gradient(90deg,#3b82f6,#8b5cf6,#6366f1);background-size:200% 100%;content:"";height:5px;left:0;position:absolute;right:0;top:0}@keyframes gradientSlide{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.project-card:hover{border-color:#3b82f64d;box-shadow:0 20px 50px #00000026,0 0 0 1px #3b82f61a;transform:translateY(-8px)}.project-header{align-items:flex-start;display:flex;gap:1.5rem;margin-bottom:1.5rem}.project-icon{align-items:center;border-radius:16px;box-shadow:0 4px 15px #0000001a;display:flex;flex-shrink:0;font-size:1.8rem;height:60px;justify-content:center;width:60px}.project-meta{flex:1 1}.project-category{background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:20px;color:#fff;display:inline-block;font-size:.8rem;font-weight:600;letter-spacing:.5px;margin-bottom:.75rem;padding:.25rem .75rem;text-transform:uppercase}.project-title{color:#1f2937;font-size:1.4rem;font-weight:700;line-height:1.3;margin:0}.project-description{color:#6b7280;font-size:1rem;line-height:1.6;margin-bottom:2rem}.project-outcomes,.project-technologies{margin-bottom:1.5rem}.project-outcomes h4,.project-technologies h4{color:#374151;font-size:1rem;font-weight:600;margin-bottom:.75rem}.outcomes-list{list-style:none;margin:0;padding:0}.outcomes-list li{color:#374151;font-size:.95rem;padding:.4rem 0 .4rem 1.5rem;position:relative}.outcomes-list li:before{color:#10b981;content:"✓";font-size:1rem;font-weight:700;left:0;position:absolute}.tech-tags{display:flex;flex-wrap:wrap;gap:.5rem}.tech-tag{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:20px;color:#374151;font-size:.85rem;font-weight:500;padding:.4rem .8rem;transition:all .3s ease}.tech-tag:hover{background:#3b82f6;color:#fff;transform:translateY(-2px)}.projects-cta{background:linear-gradient(135deg,#f8fafc,#e2e8f0);border:1px solid #e5e7eb;border-radius:20px;padding:3rem 2rem;text-align:center}.projects-cta h3{color:#1f2937;font-size:2rem;font-weight:700;margin-bottom:1rem}.projects-cta p{color:#6b7280;font-size:1.1rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:600px}.btn{border-radius:12px;display:inline-block;font-size:1rem;font-weight:600;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#3b82f6,#2563eb);box-shadow:0 4px 15px #2563eb66;color:#fff}.btn-primary:hover{box-shadow:0 6px 25px #2563eb80;transform:translateY(-3px)}@media (max-width:768px){.projects{padding:2rem 0}.projects-title{font-size:2rem}.projects-subtitle{font-size:1rem}.projects-grid{gap:1.5rem;grid-template-columns:1fr}.project-card{padding:1.5rem}.project-header{flex-direction:column;gap:1rem;text-align:center}.project-icon{font-size:1.5rem;height:50px;width:50px}.project-title{font-size:1.2rem}.projects-cta{padding:2rem 1rem}.projects-cta h3{font-size:1.5rem}}.App{text-align:left}html{scroll-behavior:smooth}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#1e293b}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#3b82f6,#8b5cf6);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#2563eb,#7c3aed)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.section{animation:fadeInUp .6s ease-out}
/*# sourceMappingURL=main.a8f97d6a.css.map*/