*{box-sizing:border-box;margin:0;padding:0}body{color:#333;font-family:Inter,sans-serif;line-height:1.6;overflow-x:hidden}html{scroll-behavior:smooth}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#4f46e5}.App{text-align:center}.hero-carousel-wrapper+.hero{margin-top:0!important}.hero-carousel-wrapper{margin-bottom:0!important}.hero{margin-top:0!important;padding-top:0!important}.notification{animation:slideIn .3s ease-out;background:linear-gradient(135deg,#10b981,#059669);border-radius:12px;box-shadow:0 20px 60px #0000004d;color:#fff;padding:1.2rem 1.8rem;position:fixed;right:20px;top:20px;z-index:10000}@keyframes slideIn{0%{opacity:0;transform:translateX(400px)}to{opacity:1;transform:translateX(0)}}.notification-content{align-items:center;display:flex;gap:.8rem}.notification-content i{font-size:1.5rem}@media (max-width:768px){.notification{left:10px;padding:1rem;right:10px;top:10px}}.navbar{-webkit-overflow-scrolling:touch;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);-webkit-backface-visibility:hidden;backface-visibility:hidden;background:#fffffff2;border-bottom:1px solid #00000014;left:0;position:-webkit-sticky;position:sticky;position:fixed;right:0;top:0;transform:translateZ(0);transition:all .3s ease;width:100%;will-change:transform;z-index:10000}.navbar.scrolled{background:#fffffffa;box-shadow:0 4px 20px #00000014}.nav-container{height:80px;justify-content:space-between;margin:0 auto;max-width:1400px;padding:0 40px}.nav-container,.nav-logo{align-items:center;display:flex}.nav-logo{height:100%}.logo-img{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-backface-visibility:hidden;backface-visibility:hidden;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1));height:65px;image-rendering:-webkit-optimize-contrast;image-rendering:-moz-crisp-edges;image-rendering:crisp-edges;transform:translateZ(0);transform-style:preserve-3d;-webkit-transform-style:preserve-3d;transition:transform .3s ease;width:auto;will-change:transform}.nav-logo:hover .logo-img{filter:drop-shadow(0 4px 8px rgba(102,126,234,.3));transform:scale(1.08)}.nav-logo h2{color:#1f2937;font-size:1.9rem;font-weight:800;letter-spacing:-.5px}.accent{color:#6366f1;font-weight:700}.nav-menu{align-items:center;display:flex;gap:2.5rem;list-style:none}.nav-menu li a{color:#4b5563;cursor:pointer;font-size:.95rem;font-weight:500;position:relative;text-decoration:none;transition:color .3s ease}.nav-menu li a:hover{color:#6366f1}.nav-menu li a:after{background:linear-gradient(90deg,#6366f1,#8b5cf6);bottom:-6px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-menu li a:hover:after{width:100%}.hamburger{cursor:pointer;display:none;flex-direction:column;gap:5px}.bar{background:#1f2937;border-radius:3px;height:3px;transition:.3s;width:28px}.hamburger.active .bar:first-child{transform:rotate(45deg) translate(8px,8px)}.hamburger.active .bar:nth-child(2){opacity:0}.hamburger.active .bar:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}@media (max-width:768px){.navbar{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffffa;position:fixed!important;position:-webkit-sticky!important;transform:translateZ(0)}.nav-container{height:70px;padding:0 20px}.logo-img{-webkit-backface-visibility:hidden;backface-visibility:hidden;height:50px;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;transform:translateZ(0)}.hamburger{display:flex;z-index:10001}.nav-menu{background-color:#fff;box-shadow:0 10px 27px #00000014;flex-direction:column;gap:0;left:-100%;padding:2rem 0;position:fixed;text-align:left;top:70px;transform:translateZ(0);transition:.3s;width:100%;z-index:9999}.nav-menu li{border-bottom:1px solid #f3f4f6;padding:1rem 0 1rem 2rem;width:100%}.nav-menu.active{left:0}}.hero-carousel-wrapper{left:50%;margin:80px -50vw 0;overflow:hidden;position:relative;right:50%;width:100vw}.hero-carousel{border-radius:0;box-shadow:0 20px 60px #0000004d;height:350px;margin-bottom:0}.carousel-container,.hero-carousel{overflow:hidden;position:relative;width:100%}.carousel-container{height:100%}.carousel-slide{animation:none;background-position:50%;background-repeat:no-repeat;height:100%;left:0;opacity:0;overflow:hidden;position:absolute;top:0;transition:opacity .8s ease-in-out;width:100%;z-index:1}.carousel-slide,.carousel-slide.active{background-size:110%;transform:scale(1)}.carousel-slide.active{animation:zoomIn 5s ease-in-out forwards;opacity:1;z-index:3}.carousel-slide.prev{animation:zoomOut 1s ease-in-out forwards}@keyframes zoomIn{0%{background-size:110%;opacity:1}to{background-size:115%;opacity:1}}@keyframes zoomOut{0%{background-size:115%;opacity:1}to{background-size:120%;opacity:0}}.carousel-slide.prev{z-index:2}.carousel-slide.next{background-size:110%;opacity:0;transform:scale(1);z-index:2}.carousel-overlay{background:linear-gradient(135deg,#667eea99,#764ba299);height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.carousel-content{word-wrap:break-word;bottom:0;box-sizing:border-box;color:#fff;left:0;max-width:100%;opacity:0;overflow:hidden;padding:2rem 2rem 3rem;position:absolute;right:0;text-align:left;transform:translateY(20px);transition:all .6s ease .3s;z-index:2}.carousel-slide.active .carousel-content{opacity:1;transform:translateY(0)}.carousel-title{color:#fff;font-size:2rem;font-weight:800;margin-bottom:.5rem;text-shadow:0 2px 10px #0000004d}.carousel-description,.carousel-title{word-wrap:break-word;max-width:100%;overflow-wrap:break-word}.carousel-description{color:#fffffff2;font-size:1rem;opacity:.95;text-shadow:0 2px 8px #0003}.carousel-indicators{bottom:20px;display:flex;gap:12px;left:50%;position:absolute;transform:translateX(-50%);z-index:10}.carousel-indicator{background:#0000;border:2px solid #fff;border-radius:50%;cursor:pointer;height:12px;padding:0;transition:all .3s ease;width:12px}.carousel-indicator:hover{background:#ffffff80;transform:scale(1.2)}.carousel-indicator.active{background:#fbbf24;border-color:#fbbf24;border-radius:6px;width:32px}.carousel-controls{display:flex;justify-content:space-between;padding:0 20px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);width:100%;z-index:10}.carousel-btn{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:2px solid #fff6;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.2rem;height:50px;justify-content:center;pointer-events:all;transition:all .3s ease;width:50px}.carousel-btn:hover{background:#ffffff4d;border-color:#fbbf24;color:#fbbf24;transform:scale(1.1)}.carousel-btn:active{transform:scale(.95)}@media (max-width:968px){.hero-carousel-wrapper{margin-top:70px}.hero-carousel{height:300px}.carousel-title{font-size:2rem}.carousel-description{font-size:1rem}.carousel-content{padding:2rem}}@media (max-width:768px){.hero-carousel-wrapper{margin-top:70px}.hero-carousel{height:250px}.carousel-title{font-size:1.6rem}.carousel-description{font-size:.9rem}.carousel-content{padding:1.5rem}.carousel-btn{font-size:1rem;height:40px;width:40px}.carousel-controls{padding:0 10px}}.hero{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;margin-top:0;min-height:auto;overflow:hidden;padding-bottom:1rem;padding-top:0;position:relative}.hero:before{background:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><circle cx="200" cy="200" r="120" fill="url(%23a)"/><circle cx="800" cy="300" r="180" fill="url(%23a)"/><circle cx="400" cy="700" r="150" fill="url(%23a)"/></svg>');bottom:0;content:"";left:0;opacity:.4;position:absolute;right:0;top:0}.hero-container{grid-gap:2rem;align-items:center;display:grid;gap:2rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1400px;padding:1.5rem 40px;position:relative;z-index:1}.hero-content{color:#fff}.gradient-text{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#fbbf24,#f59e0b);-webkit-background-clip:text;background-clip:text;display:block}.hero-description{font-size:1.25rem;margin-bottom:2.5rem}.hero-buttons{display:flex;flex-wrap:wrap;gap:1.2rem}.btn-primary{box-shadow:0 4px 15px #fbbf244d}.btn-primary:hover{box-shadow:0 8px 25px #fbbf2466}.btn-secondary{background:#0000;border:2px solid #fff}.btn-secondary:hover{background:#fff;box-shadow:0 8px 20px #fff3;color:#6366f1}.hero-visual{position:relative;width:100%}.hero-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr)}.hero-card{align-items:center;animation:float 6s ease-in-out infinite;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffff1f;border:1px solid #ffffff40;border-radius:20px;display:flex;justify-content:center;min-height:180px;overflow:hidden;padding:0;position:relative;text-align:center;transition:all .4s ease}.hero-card.has-image{padding:0}.hero-card-image{background-position:50%;background-repeat:no-repeat;background-size:cover;height:100%;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;left:0;position:absolute;top:0;transition:transform .5s ease;width:100%;z-index:0}.hero-card:hover .hero-card-image{transform:scale(1.1)}.hero-card-overlay{-webkit-backdrop-filter:blur(.5px);backdrop-filter:blur(.5px);background:linear-gradient(135deg,#667eeaa6,#764ba2a6);height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.hero-card-content{padding:2rem;position:relative;width:100%;z-index:2}.hero-card:first-child{animation-delay:0s}.hero-card:nth-child(2){animation-delay:.5s}.hero-card:nth-child(3){animation-delay:1s}.hero-card.featured{background:linear-gradient(135deg,#fbbf2433,#f59e0b33);border:2px solid #fbbf2466;grid-column:1/-1;padding:2.5rem}.hero-card:hover{box-shadow:0 15px 40px #0000004d;transform:translateY(-8px)}.hero-card:hover .hero-card-overlay{background:linear-gradient(135deg,#667eeab3,#764ba2b3)}.hero-icon{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:2px solid #fff6;border-radius:18px;box-shadow:0 8px 20px #0003;display:flex;height:70px;justify-content:center;margin:0 auto 1.2rem;width:70px}.hero-icon i{color:#fbbf24;font-size:2.2rem}.hero-card h3{color:#fff;font-size:1.3rem;font-weight:700;margin-bottom:.5rem}.hero-card p{color:#ffffffd9;font-size:.95rem}.hero-badge{color:#fbbf24;font-size:1.8rem;font-weight:800;margin-bottom:.5rem}.hero-badge-text{color:#fff;font-size:1.1rem;font-weight:500}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@media (max-width:968px){.hero-container{gap:3rem;grid-template-columns:1fr;text-align:center}.hero-title{font-size:2.8rem}.hero-description{font-size:1.1rem}.hero-buttons{justify-content:center}}@media (max-width:768px){.hero{padding-top:70px}.hero-container{gap:2rem;padding:0 20px}.hero-title{font-size:2.3rem}.hero-description{font-size:1rem}.hero-grid{grid-template-columns:1fr}.hero-card.featured{grid-column:1}.btn{max-width:300px;width:100%}}.services{background:#fff;padding:100px 0 60px;scroll-margin-top:80px}.services .section-header{margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:900px;text-align:center}.services .section-title{color:#1f2937;font-size:2.5rem;font-weight:800;letter-spacing:-.5px;margin-bottom:1rem}.services .section-subtitle{color:#6b7280;font-size:1.25rem;line-height:1.8;margin:0 auto}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.service-card{animation:fadeInUp .8s ease-out both;background:linear-gradient(135deg,#f8fafc,#fff);border:2px solid #e5e7eb;border-radius:20px;overflow:hidden;padding:2.5rem;position:relative;transition:all .4s ease}.service-card:before{background:linear-gradient(90deg,#6366f1,#8b5cf6);content:"";height:4px;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:#6366f1;box-shadow:0 20px 50px #0000001f;transform:translateY(-10px)}.service-icon-wrapper{align-items:center;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:20px;display:flex;height:80px;justify-content:center;margin-bottom:1.5rem;transition:all .3s ease;width:80px}.service-card:hover .service-icon-wrapper{box-shadow:0 10px 30px #6366f14d;transform:scale(1.1) rotate(5deg)}.service-icon-wrapper i{color:#fff;font-size:2.2rem}.service-card h3{color:#1f2937;font-size:1.4rem;font-weight:700;margin-bottom:1rem}.service-card p{color:#6b7280;line-height:1.7;margin:0}@media (max-width:768px){.services{padding:50px 0}.services-grid{grid-template-columns:1fr}.service-card{padding:2rem}}.divisions{background:linear-gradient(180deg,#f8fafc,#fff);padding:100px 0 60px;scroll-margin-top:80px}.divisions .section-header{margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:900px;text-align:center}.divisions .section-title{color:#1f2937;font-size:2.5rem;font-weight:800;letter-spacing:-.5px;margin-bottom:1rem}.divisions .section-subtitle{color:#6b7280;font-size:1.25rem;line-height:1.8;margin:0 auto}.divisions-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.division-card{animation:fadeInUp .8s ease-out both;background:#fff;border:2px solid #0000;border-radius:24px;box-shadow:0 10px 40px #00000014;padding:2.5rem;transition:all .4s ease}.division-card:hover{border-color:#e5e7eb;box-shadow:0 20px 60px #0000001f;transform:translateY(-12px)}.division-header{align-items:flex-start;display:flex;gap:1.5rem;margin-bottom:1.5rem}.division-icon{align-items:center;border-radius:18px;display:flex;flex-shrink:0;height:70px;justify-content:center;width:70px}.division-icon i{color:#fff;font-size:2rem}.division-titles h3{color:#1f2937;font-size:1.5rem;font-weight:700;margin-bottom:.3rem}.division-subtitle{color:#6366f1;font-size:.9rem;font-weight:600;letter-spacing:.5px;margin:0;text-transform:uppercase}.division-description{color:#6b7280;font-size:1.05rem;line-height:1.7;margin-bottom:1.8rem}.division-features ul{display:flex;flex-direction:column;gap:.8rem;list-style:none}.division-features li{align-items:center;color:#4b5563;display:flex;font-size:.95rem;gap:.8rem}.division-features i{color:#10b981;font-size:1rem}@media (max-width:768px){.divisions{padding:50px 0}.divisions .section-title{font-size:2.5rem}.divisions .section-subtitle{font-size:1.1rem}.divisions-grid{grid-template-columns:1fr}.division-card{padding:2rem}}.page-hero{align-items:center;color:#fff;display:flex;margin-top:80px;min-height:40vh;overflow:hidden;padding-top:0;position:relative;scroll-margin-top:80px}.hero-video-container{height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.hero-video{height:100%;object-fit:cover;width:100%}.video-overlay{background:linear-gradient(135deg,#667eead9,#764ba2d9);z-index:1}.hero-image-container,.video-overlay{height:100%;left:0;position:absolute;top:0;width:100%}.hero-image-container{background-position:50%;background-size:cover;z-index:0}.image-overlay{opacity:.85;z-index:1}.hero-gradient,.image-overlay{height:100%;left:0;position:absolute;top:0;width:100%}.hero-gradient{z-index:0}.page-hero-content{padding:60px 0 40px;position:relative;width:100%;z-index:2}.hero-text-content{max-width:900px}.hero-subtitle{color:#fffffff2;font-size:1.1rem;font-weight:600;letter-spacing:2px;margin-bottom:.75rem;opacity:.9;text-transform:uppercase}.hero-title{color:#fff;font-size:3rem;font-weight:800;letter-spacing:-1px;line-height:1.2;margin-bottom:1rem;text-shadow:0 2px 20px #0003}.hero-description{color:#fffffff2;font-size:1.2rem;line-height:1.8;max-width:800px;opacity:.95}@media (max-width:968px){.page-hero{min-height:35vh}.hero-title{font-size:2.5rem}.hero-description{font-size:1.1rem}.page-hero-content{padding:50px 0 30px}}@media (max-width:768px){.page-hero{min-height:30vh}.hero-title{font-size:2rem}.hero-description{font-size:1rem}.hero-subtitle{font-size:.95rem}.page-hero-content{padding:40px 0 20px}}.industries{background:linear-gradient(180deg,#fff,#f8fafc 50%,#fff);padding:100px 0 60px;scroll-margin-top:80px}.industries .section-header{margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:900px;text-align:center}.industries .section-title{color:#1f2937;font-size:2.5rem;font-weight:800;letter-spacing:-.5px;margin-bottom:1rem}.industries .section-subtitle{color:#6b7280;font-size:1.25rem;line-height:1.8;margin:0 auto}.industries-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-bottom:2rem}.industry-card{animation:fadeInUp .8s ease-out both;background:#fff;border:2px solid #0000;border-radius:24px;box-shadow:0 4px 20px #00000014;display:flex;flex-direction:column;overflow:hidden;padding:0;transition:all .4s ease}.industry-card:first-child{animation-delay:.1s}.industry-card:nth-child(2){animation-delay:.2s}.industry-card:nth-child(3){animation-delay:.3s}.industry-card:nth-child(4){animation-delay:.4s}.industry-card:nth-child(5){animation-delay:.5s}.industry-card:nth-child(6){animation-delay:.6s}.industry-card:nth-child(7){animation-delay:.7s}.industry-card:nth-child(8){animation-delay:.8s}.industry-card:hover{border-color:#6366f1;box-shadow:0 20px 60px #0000001f;transform:translateY(-10px)}.industry-image-wrapper{height:200px;overflow:hidden;position:relative;width:100%}.industry-image{background-position:50%;background-repeat:no-repeat;background-size:cover;height:100%;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;transition:transform .4s ease;width:100%}.industry-card:hover .industry-image{transform:scale(1.1)}.industry-image-overlay{bottom:0;left:0;opacity:.4;position:absolute;right:0;top:0}.industry-header{align-items:center;display:flex;gap:1.2rem;margin:1.5rem 2rem 1rem}.industry-icon{align-items:center;border-radius:16px;display:flex;flex-shrink:0;height:60px;justify-content:center;width:60px}.industry-icon i{color:#fff;font-size:1.8rem}.industry-header h3{color:#1f2937;font-size:1.6rem;font-weight:700;margin:0}.industry-description{color:#6b7280;font-size:1.05rem;line-height:1.7;margin:0 2rem 1.5rem}.industry-details-preview{background:#f8fafc;border-radius:12px;display:flex;gap:1rem;margin:0 2rem 1.5rem;padding:1rem}.detail-preview{align-items:center;color:#6b7280;display:flex;font-size:.9rem;font-weight:500;gap:.5rem}.detail-preview i{color:#6366f1;font-size:1rem}.industry-details{display:flex;flex-direction:column;flex-grow:1;gap:1.5rem;margin-bottom:2rem}.detail-section{background:#f8fafc;border-left:4px solid #6366f1;border-radius:12px;padding:1.5rem}.detail-section h4{align-items:center;color:#1f2937;display:flex;font-size:1rem;font-weight:700;gap:.5rem;margin-bottom:1rem}.detail-section h4 i{color:#6366f1;font-size:1.1rem}.detail-section ul{display:flex;flex-direction:column;gap:.6rem;list-style:none;margin:0;padding:0}.detail-section li{color:#4b5563;font-size:.95rem;line-height:1.6;padding-left:1.2rem;position:relative}.detail-section li:before{color:#6366f1;content:"•";font-size:1.2rem;font-weight:700;left:0;position:absolute}.industry-cta{align-items:center;background:#f8fafc;border:2px solid #e5e7eb;border-radius:12px;color:#6366f1;display:inline-flex;font-size:1rem;font-weight:600;gap:.8rem;justify-content:center;margin:0 2rem 2rem;padding:1rem;text-decoration:none;transition:all .3s ease}.industry-card:hover .industry-cta{background:#6366f1;border-color:#6366f1;color:#fff;gap:1rem}.industry-cta i{font-size:.9rem;transition:transform .3s ease}.industry-card:hover .industry-cta i{transform:translateX(4px)}.industries-cta-section{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:24px;color:#fff;margin-top:4rem;padding:4rem;text-align:center}.cta-content h3{color:#fff;font-size:2.5rem;font-weight:800;margin-bottom:1rem}.cta-content p{line-height:1.7;margin-bottom:2rem;opacity:.95}.cta-content .btn{background:#fbbf24;border:none;border-radius:50px;box-shadow:0 4px 15px #fbbf244d;color:#1f2937;display:inline-block;font-size:1rem;font-weight:600;padding:14px 36px;text-decoration:none;transition:all .3s ease}.cta-content .btn:hover{background:#f59e0b;box-shadow:0 8px 25px #fbbf2466;transform:translateY(-3px)}@media (max-width:968px){.industries{padding:80px 0}.industries .section-title{font-size:2.5rem}.industries .section-subtitle{font-size:1.1rem}.industries-grid{gap:2rem;grid-template-columns:1fr}.industry-card{padding:2rem}.industries-cta-section{padding:3rem 2rem}.cta-content h3{font-size:2rem}}.industry-modal-overlay{align-items:center;animation:fadeIn .3s ease-out;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000c;bottom:0;display:flex;justify-content:center;left:0;overflow-y:auto;padding:20px;position:fixed;right:0;top:0;z-index:10000}.industry-modal{animation:slideUp .3s ease-out;background:#fff;border-radius:24px;box-shadow:0 25px 100px #0000004d;max-height:90vh;max-width:900px;overflow-y:auto;position:relative;width:100%}.modal-close{background:#fffffff2;border-radius:50%;right:20px;top:20px}.modal-title-section{color:#fff;padding:3rem 3rem 2rem}.modal-icon{border-radius:20px;box-shadow:0 10px 30px #0000004d;height:80px;margin-bottom:1.5rem;width:80px}.modal-icon i{font-size:2.5rem}.modal-title-section h2{margin-bottom:1rem}.modal-subtitle{color:#fff;font-size:1.2rem;line-height:1.7;opacity:.95}.modal-content{padding:3rem}.modal-section{margin-bottom:2rem}.modal-section:last-child{margin-bottom:0}.modal-section h3{gap:1rem;margin-bottom:1.5rem}.challenges-list,.products-list,.solutions-list{display:flex;flex-direction:column;gap:1rem;list-style:none;margin:0;padding:0}.challenges-list li,.products-list li,.solutions-list li{align-items:flex-start;background:#f8fafc;border-left:4px solid #6366f1;border-radius:12px;display:flex;gap:1rem;padding:1rem;transition:all .3s ease}.challenges-list li:hover,.products-list li:hover,.solutions-list li:hover{background:#e0e7ff;transform:translateX(5px)}.challenges-list li i,.products-list li i,.solutions-list li i{color:#6366f1;flex-shrink:0;font-size:1rem;margin-top:.2rem}.challenges-list li i{color:#f59e0b}.solutions-list li i{color:#10b981}.modal-footer{padding:2rem 3rem}.modal-footer .btn{background:linear-gradient(135deg,#6366f1,#8b5cf6);box-shadow:0 4px 15px #6366f14d;font-size:1rem;padding:14px 36px}.modal-footer .btn:hover{box-shadow:0 8px 25px #6366f166}@media (max-width:768px){.industries .section-title{font-size:2rem}.industry-header{align-items:flex-start;flex-direction:column;gap:1rem;margin:1.5rem 1.5rem 1rem}.industry-description{margin:0 1.5rem 1.5rem}.industry-details-preview{flex-direction:column;margin:0 1.5rem 1.5rem}.industry-cta{margin:0 1.5rem 1.5rem}.industry-image-wrapper{height:180px}.industry-details{gap:1rem}.detail-section{padding:1.2rem}.industry-modal{border-radius:20px;max-height:95vh;max-width:100%}.modal-header{min-height:200px}.modal-title-section{padding:2rem 1.5rem 1.5rem}.modal-title-section h2{font-size:2rem}.modal-content{padding:2rem 1.5rem}.modal-section h3{font-size:1.3rem}.modal-footer{padding:1.5rem}}.insights{background:linear-gradient(180deg,#fff,#f8fafc 50%,#fff);padding:100px 0 60px;scroll-margin-top:80px}.insights-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:2rem}.insight-card{animation:fadeInUp .8s ease-out both;background:#fff;border:2px solid #0000;border-radius:24px;box-shadow:0 4px 20px #00000014;display:flex;flex-direction:column;overflow:hidden;transition:all .4s ease}.insight-card:hover{border-color:#6366f1;box-shadow:0 20px 60px #0000001f;transform:translateY(-10px)}.insight-image-wrapper{height:250px;overflow:hidden;position:relative;width:100%}.insight-image{background-position:50%;background-repeat:no-repeat;background-size:cover;height:100%;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;transition:transform .5s ease;width:100%}.insight-card:hover .insight-image{transform:scale(1.1)}.insight-image-overlay{height:100%;left:0;opacity:.6;position:absolute;top:0;transition:opacity .3s ease;width:100%}.insight-card:hover .insight-image-overlay{opacity:.75}.insight-card-content{align-items:center;display:flex;flex-direction:column;padding:2rem;text-align:center}.insight-icon{align-items:center;border-radius:20px;box-shadow:0 8px 25px #0003;display:flex;height:80px;justify-content:center;margin:-40px auto 1.5rem;position:relative;width:80px;z-index:2}.insight-icon i{color:#fff;font-size:2.5rem}.insight-card-content h3{color:#1f2937;font-size:1.6rem;font-weight:700;line-height:1.3;margin-bottom:.5rem}.insight-category-badge{color:#6b7280;font-size:.9rem;font-weight:500;margin-bottom:1.5rem}.insight-cta{align-items:center;color:#6366f1;display:flex;font-size:1rem;font-weight:600;gap:.8rem;margin-top:auto}.insight-cta i{transition:transform .3s ease}.insight-card:hover .insight-cta i{transform:translateX(5px)}.insight-modal-overlay{align-items:center;animation:fadeIn .3s ease;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000c;display:flex;height:100%;justify-content:center;left:0;overflow-y:auto;padding:2rem;position:fixed;top:0;width:100%;z-index:10000}.insight-modal{animation:slideUp .3s ease;background:#fff;border-radius:24px;box-shadow:0 20px 80px #0000004d;max-height:90vh;max-width:900px;overflow-y:auto;position:relative;width:100%}.modal-close{align-items:center;background:#fff;border:none;border-radius:12px;box-shadow:0 4px 15px #0000001a;cursor:pointer;display:flex;height:45px;justify-content:center;position:absolute;right:1.5rem;top:1.5rem;transition:all .3s ease;width:45px;z-index:10}.modal-close:hover{background:#6366f1;color:#fff;transform:rotate(90deg)}.modal-close i{color:#1f2937;font-size:1.2rem}.modal-close:hover i{color:#fff}.modal-header{border-radius:24px 24px 0 0;min-height:250px;overflow:hidden;position:relative}.modal-image{background-position:50%;background-repeat:no-repeat;background-size:cover;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}.modal-image,.modal-image-overlay{height:100%;left:0;position:absolute;top:0;width:100%}.modal-image-overlay{opacity:.7}.modal-title-section{padding:3rem 2rem 2rem;position:relative;text-align:center;z-index:2}.modal-icon{align-items:center;border-radius:24px;box-shadow:0 12px 35px #0000004d;display:flex;height:90px;justify-content:center;margin:0 auto 1.5rem;width:90px}.modal-icon i{color:#fff;font-size:3rem}.modal-title-section h2{color:#fff;font-size:2.5rem;font-weight:800;margin-bottom:.5rem;text-shadow:0 2px 10px #0000004d}.modal-subtitle{color:#ffffffe6;font-size:1.1rem;font-weight:500}.modal-content{padding:3rem 2.5rem}.modal-section{margin-bottom:2.5rem}.modal-section:last-of-type{margin-bottom:0}.modal-section h3{align-items:center;color:#1f2937;display:flex;font-size:1.5rem;font-weight:700;gap:.8rem;margin-bottom:1rem}.modal-section h3 i{color:#6366f1;font-size:1.3rem}.modal-section p{color:#6b7280;font-size:1.05rem;line-height:1.9;margin:0}.use-cases-list{display:flex;flex-direction:column;gap:1rem;list-style:none;margin:0;padding:0}.use-cases-list li{align-items:flex-start;color:#4b5563;display:flex;font-size:1.05rem;gap:1rem;line-height:1.7}.use-cases-list li i{color:#10b981;flex-shrink:0;font-size:1.1rem;margin-top:.2rem}.modal-footer{background:#f8fafc;border-radius:0 0 24px 24px;border-top:2px solid #e5e7eb;display:flex;justify-content:center;padding:2rem 2.5rem}.modal-footer .btn{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:50px;box-shadow:0 6px 20px #667eea4d;color:#fff;cursor:pointer;display:inline-flex;font-size:1.05rem;font-weight:600;gap:.8rem;padding:16px 40px;text-decoration:none;transition:all .3s ease}.modal-footer .btn:hover{box-shadow:0 8px 30px #667eea66;transform:translateY(-3px)}.insights-cta{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:24px;color:#fff;margin-top:4rem;padding:4rem;text-align:center}.insights-cta h3{color:#fff;font-size:2.5rem;font-weight:800;margin-bottom:1rem}.insights-cta p{font-size:1.2rem;line-height:1.7;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:700px;opacity:.95}.insights-cta .btn{background:#fbbf24;border:none;border-radius:50px;box-shadow:0 4px 15px #fbbf244d;color:#1f2937;display:inline-block;font-size:1rem;font-weight:600;padding:14px 36px;text-decoration:none;transition:all .3s ease}.insights-cta .btn:hover{background:#f59e0b;box-shadow:0 8px 25px #fbbf2466;transform:translateY(-3px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:968px){.insights{padding:80px 0}.insights-grid{gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.insights-cta{padding:3rem 2rem}.insights-cta h3{font-size:2rem}}@media (max-width:768px){.insight-image-wrapper{height:200px}.insight-card-content{padding:1.5rem}.insight-icon{height:70px;margin-top:-35px;width:70px}.insight-icon i{font-size:2rem}.insight-card-content h3{font-size:1.4rem}.insight-modal-overlay{padding:1rem}.modal-title-section{padding:2rem 1.5rem 1.5rem}.modal-icon{height:70px;width:70px}.modal-icon i{font-size:2.5rem}.modal-title-section h2{font-size:2rem}.modal-content{padding:2rem 1.5rem}.modal-section h3{font-size:1.3rem}.modal-footer{padding:1.5rem}.modal-footer .btn{justify-content:center;width:100%}}.partnership{background:linear-gradient(180deg,#fff,#f8fafc 50%,#fff);padding:100px 0 60px;scroll-margin-top:80px}.partnership-content{margin:0 auto;max-width:1200px}.partnership-intro{margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:900px;text-align:center}.partnership-types{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));margin-bottom:6rem}.partnership-card{background:#fff;border:2px solid #0000;border-radius:24px;box-shadow:0 4px 20px #00000014;display:flex;flex-direction:column;padding:3rem 2.5rem;transition:all .4s ease}.partnership-card:hover{border-color:#6366f1;box-shadow:0 12px 40px #0000001f;transform:translateY(-8px)}.partnership-card.featured{background:linear-gradient(135deg,#667eea0d,#764ba20d);border-color:#6366f1}.partnership-icon{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;box-shadow:0 8px 25px #667eea4d;display:flex;height:80px;justify-content:center;margin-bottom:1.5rem;width:80px}.partnership-icon i{color:#fff;font-size:2.5rem}.partnership-card.featured .partnership-icon{background:linear-gradient(135deg,#fbbf24,#f59e0b);box-shadow:0 8px 25px #fbbf244d}.partnership-card h3{color:#1f2937;font-size:1.8rem;font-weight:700;margin-bottom:1.2rem}.partnership-card p{color:#6b7280;font-size:1.05rem;line-height:1.8;margin-bottom:1.5rem}.benefits-list{flex-grow:1;list-style:none;margin:0;padding:0}.benefits-list li{align-items:center;color:#4b5563;display:flex;font-size:.95rem;gap:.8rem;padding:.8rem 0}.benefits-list li i{color:#10b981;flex-shrink:0;font-size:1rem}.why-invest{margin-top:3rem;text-align:center}.why-invest .section-title{margin-bottom:2rem}.value-propositions{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:3rem}.value-card{background:#fff;border:2px solid #0000;border-radius:20px;box-shadow:0 4px 20px #00000014;padding:2.5rem;text-align:left;transition:all .4s ease}.value-card:hover{border-color:#6366f1;box-shadow:0 12px 35px #0000001f;transform:translateY(-5px)}.value-number{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:15px;box-shadow:0 6px 20px #667eea4d;color:#fff;display:flex;font-size:1.8rem;font-weight:800;height:60px;justify-content:center;margin-bottom:1.5rem;width:60px}.value-card h3{color:#1f2937;font-size:1.4rem;font-weight:700;margin-bottom:1rem}.value-card p{color:#6b7280;font-size:1rem;line-height:1.7}.cta-section{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:32px;box-shadow:0 12px 50px #667eea4d;margin-top:3rem;padding:4rem 3rem;text-align:center}.cta-content h2{color:#fff;font-size:2.5rem;font-weight:800;margin-bottom:1.5rem}.cta-content p{color:#fffffff2;font-size:1.2rem;line-height:1.8;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;max-width:700px}.cta-buttons{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.btn{align-items:center;display:inline-flex;font-size:1.05rem;gap:.8rem;padding:16px 40px}.btn-primary{background:#fbbf24;box-shadow:0 6px 20px #fbbf2466;color:#1f2937}.btn-primary:hover{background:#f59e0b;box-shadow:0 8px 30px #fbbf2480}.btn-secondary{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:2px solid #ffffff4d;color:#fff}.btn-secondary:hover{background:#ffffff40;border-color:#ffffff80;transform:translateY(-3px)}@media (max-width:968px){.partnership-types{grid-template-columns:1fr}.value-propositions{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}@media (max-width:768px){.partnership{padding:80px 0}.section-title{font-size:2.3rem}.section-description{font-size:1.1rem}.partnership-card{padding:2.5rem 2rem}.cta-section{border-radius:24px;padding:3rem 2rem}.cta-content h2{font-size:2rem}.cta-content p{font-size:1.05rem}.cta-buttons{flex-direction:column}.btn{justify-content:center;margin:0 auto;max-width:300px;width:100%}.value-propositions{grid-template-columns:1fr}}.careers{background:linear-gradient(180deg,#fff,#f8fafc 50%,#fff);padding:100px 0 60px;scroll-margin-top:80px}.careers-content{margin:0 auto;max-width:1200px}.careers-intro{margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:900px;text-align:center}.benefits-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:2rem}.benefit-card{background:#fff;border:2px solid #0000;border-radius:20px;box-shadow:0 4px 20px #00000014;padding:2.5rem;text-align:center;transition:all .4s ease}.benefit-card:hover{border-color:#6366f1;box-shadow:0 12px 40px #0000001f;transform:translateY(-8px)}.benefit-icon{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;box-shadow:0 8px 25px #667eea4d;display:flex;height:80px;justify-content:center;margin:0 auto 1.5rem;width:80px}.benefit-icon i{color:#fff;font-size:2rem}.benefit-card h3{color:#1f2937;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.benefit-card p{color:#6b7280;font-size:1rem;line-height:1.7}.open-positions{margin-top:5rem;text-align:center}.open-positions .section-title{margin-bottom:1.5rem}.open-positions .section-description{margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:800px}.positions-coming-soon{align-items:center;display:flex;justify-content:center;min-height:300px}.coming-soon-card{background:#fff;border:2px solid #e5e7eb;border-radius:24px;box-shadow:0 8px 30px #0000001a;max-width:600px;padding:4rem 3rem;width:100%}.coming-soon-card i{color:#667eea;display:block;font-size:4rem;margin-bottom:1.5rem}.coming-soon-card h3{color:#1f2937;font-size:1.8rem;font-weight:700;margin-bottom:1rem}.coming-soon-card p{color:#6b7280;font-size:1.1rem;line-height:1.8;margin-bottom:2rem}.open-resume-form-btn{align-items:center;display:inline-flex;font-size:.95rem;gap:.6rem;margin-top:1rem;padding:12px 28px}.open-resume-form-btn i{font-size:.9rem}.btn{border:none;border-radius:50px;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;letter-spacing:.3px;padding:14px 36px;text-decoration:none;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 15px #667eea4d;color:#fff}.btn-primary:hover{box-shadow:0 8px 25px #667eea66;transform:translateY(-3px)}.resume-modal-overlay{align-items:center;animation:fadeIn .3s ease;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000000b3;display:flex;height:100%;justify-content:center;left:0;overflow-y:auto;padding:2rem;position:fixed;top:0;width:100%;z-index:10000}.resume-submission{animation:slideDown .5s ease;background:#fff;border-radius:24px;box-shadow:0 4px 20px #00000014;margin-top:5rem;padding:4rem 3rem;position:relative}.resume-submission.modal{animation:slideUp .3s ease;margin-top:0;max-height:90vh;max-width:800px;overflow-y:auto;width:100%}.resume-submission .section-title{margin-bottom:1.5rem;text-align:center}.resume-submission .section-description{margin-bottom:2rem;text-align:center}.resume-form{margin:0 auto;max-width:800px}.form-message{align-items:center;animation:slideDown .3s ease;border-radius:12px;display:flex;font-size:1rem;gap:.8rem;margin-bottom:2rem;padding:1.2rem 1.5rem}.form-message.success{background:#d1fae5;border:2px solid #10b981;color:#065f46}.form-message.error{background:#fee2e2;border:2px solid #ef4444;color:#991b1b}.form-message i{font-size:1.2rem}.form-group,.form-row{margin-bottom:1.5rem}.form-group label{margin-bottom:.5rem}.form-group input,.form-group textarea{background:#f9fafb;border:2px solid #e5e7eb;border-radius:12px;font-family:inherit;font-size:1rem;padding:.9rem 1.2rem;transition:all .3s ease;width:100%}.form-group input:focus,.form-group textarea:focus{background:#fff;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a;outline:none}.form-group textarea{min-height:100px}.file-upload-wrapper{position:relative}.file-input{height:0;opacity:0;position:absolute;width:0}.file-label{align-items:center;background:#f9fafb;border:2px dashed #cbd5e1;border-radius:12px;cursor:pointer;display:flex;flex-direction:column;gap:.8rem;justify-content:center;padding:2.5rem;text-align:center;transition:all .3s ease}.file-label:hover{background:#f0f0ff;border-color:#6366f1}.file-label i{color:#6366f1;font-size:2.5rem}.file-label span{color:#4b5563;font-weight:500}.file-size{color:#6b7280;font-size:.9rem;font-weight:400}.file-hint{color:#6b7280;display:block;font-size:.85rem;margin-top:.5rem}.submit-resume-btn{align-items:center;display:flex;font-size:1.1rem;font-weight:600;gap:.8rem;justify-content:center;margin-top:1.5rem;padding:16px;width:100%}.submit-resume-btn:disabled{cursor:not-allowed;opacity:.7}.submit-resume-btn i{font-size:1rem}.form-note{align-items:center;color:#6b7280;display:flex;font-size:.9rem;gap:.5rem;justify-content:center;margin-top:1.5rem;text-align:center}.form-note i{color:#6366f1}.btn-close-form{align-items:center;background:#f3f4f6;border:2px solid #e5e7eb;border-radius:12px;color:#6b7280;cursor:pointer;display:flex;font-size:1.1rem;height:45px;justify-content:center;position:absolute;right:1.5rem;top:1.5rem;transition:all .3s ease;width:45px}.btn-close-form:hover{background:#ef4444;border-color:#ef4444;color:#fff;transform:rotate(90deg)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.careers{padding:80px 0}.section-title{font-size:2.3rem}.section-description{font-size:1.1rem}.benefits-grid{gap:2rem;grid-template-columns:1fr}.coming-soon-card{padding:3rem 2rem}.coming-soon-card i{font-size:3rem}.resume-modal-overlay{padding:1rem}.resume-submission.modal{max-height:95vh;padding:2.5rem 1.5rem}.form-row{gap:0;grid-template-columns:1fr}.file-label{padding:2rem 1rem}.file-label i{font-size:2rem}}.about{background:#fff;padding:100px 0 60px;scroll-margin-top:80px}.container{margin:0 auto;max-width:1400px;padding:0 40px}.section-title{color:#1f2937;font-size:2.5rem;font-weight:800;letter-spacing:-.5px;margin-bottom:1rem}.section-description{color:#6b7280;font-size:1.25rem;line-height:1.8;margin-bottom:2rem;max-width:600px}.about-content{grid-gap:2rem;align-items:center;display:grid;gap:2rem;grid-template-columns:1fr 1fr}.about-features{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr}.feature-card{background:#f8fafc;border:2px solid #0000;border-radius:16px;display:flex;gap:1.5rem;padding:1.8rem;transition:all .3s ease}.feature-card:hover{background:#fff;border-color:#6366f1;box-shadow:0 10px 30px #6366f11a;transform:translateX(8px)}.feature-icon{align-items:center;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:14px;display:flex;flex-shrink:0;height:60px;justify-content:center;width:60px}.feature-icon i{color:#fff;font-size:1.8rem}.feature-card h3{color:#1f2937;font-size:1.2rem;font-weight:700;margin-bottom:.5rem}.feature-card p{color:#6b7280;line-height:1.6;margin:0}.stats-container{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr)}.stat-item{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;color:#fff;display:flex;gap:1.5rem;padding:2rem;transition:all .3s ease}.stat-item:hover{box-shadow:0 15px 40px #667eea4d;transform:translateY(-5px)}.stat-icon{align-items:center;background:#fff3;border-radius:16px;display:flex;flex-shrink:0;height:70px;justify-content:center;width:70px}.stat-icon i{color:#fbbf24;font-size:2rem}.stat-content h3{font-size:2.5rem;font-weight:800;line-height:1;margin-bottom:.3rem}.stat-content p{font-size:.95rem;margin:0;opacity:.9}@media (max-width:968px){.about-content{gap:3rem;grid-template-columns:1fr}.section-title{font-size:2.5rem}.stats-container{grid-template-columns:1fr}}@media (max-width:768px){.about{padding:80px 0}.container{padding:0 20px}.section-title{font-size:2rem}.section-description{font-size:1.1rem}.about-content{gap:2rem}.stat-item{flex-direction:column;text-align:center}.stat-content h3{font-size:2rem}}.contact{background:linear-gradient(180deg,#f8fafc,#fff);padding:100px 0 60px;scroll-margin-top:80px}.contact-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1.2fr;margin-top:2rem}.contact-info{display:flex;flex-direction:column;gap:1.5rem}.info-item{background:#fff;border:2px solid #0000;border-radius:16px;box-shadow:0 4px 20px #0000000f;display:flex;gap:1.5rem;padding:2rem;transition:all .3s ease}.info-item:hover{border-color:#6366f1;box-shadow:0 10px 40px #0000001a;transform:translateX(8px)}.info-icon{align-items:center;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:14px;display:flex;flex-shrink:0;height:60px;justify-content:center;width:60px}.info-icon i{color:#fff;font-size:1.5rem}.info-content h4{color:#1f2937;font-size:1.1rem;font-weight:700;margin-bottom:.5rem}.info-content p{color:#6b7280;font-weight:500;margin:0}.contact-form{background:#fff;border:2px solid #e5e7eb;border-radius:24px;box-shadow:0 10px 50px #00000014;padding:3rem}.form-row{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr}.form-group{margin-bottom:1.8rem}.form-group label{color:#1f2937;display:block;font-size:.95rem;font-weight:600;margin-bottom:.8rem}.form-group input,.form-group select,.form-group textarea{background:#f9fafb;border:2px solid #e5e7eb;border-radius:12px;color:#1f2937;font-family:Inter,sans-serif;font-size:1rem;padding:1rem 1.2rem;transition:all .3s ease;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{background:#fff;border-color:#6366f1;box-shadow:0 0 0 4px #6366f11a;outline:none}.form-group textarea{min-height:140px;resize:vertical}.checkbox-group{background:#f0f9ff;border:2px solid #bfdbfe;border-radius:12px;padding:1rem}.checkbox-label{align-items:center;color:#1f2937;cursor:pointer;display:flex;font-weight:500;gap:.8rem;margin:0}.checkbox-label input[type=checkbox]{accent-color:#6366f1;cursor:pointer;flex-shrink:0;height:22px;width:22px}.checkbox-label span{font-size:1rem;line-height:1.5}.submit-btn{align-items:center;background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;border-radius:12px;box-shadow:0 4px 15px #6366f14d;color:#fff;cursor:pointer;display:flex;font-size:1.1rem;font-weight:600;gap:.8rem;justify-content:center;padding:1.2rem 2.5rem;transition:all .3s ease;width:100%}.submit-btn:hover{box-shadow:0 8px 30px #6366f166;transform:translateY(-3px)}.submit-btn i{font-size:1rem}@media (max-width:968px){.contact-content{gap:3rem}.contact-content,.form-row{grid-template-columns:1fr}}@media (max-width:768px){.contact{padding:80px 0}.contact-form{padding:2rem}.info-item{padding:1.5rem}}.footer{background:#1f2937;color:#fff;padding:70px 0 30px}.footer-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1.5fr repeat(3,1fr);margin-bottom:3rem}.footer-logo{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:block;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2));height:65px;image-rendering:-webkit-optimize-contrast;image-rendering:-moz-crisp-edges;image-rendering:crisp-edges;margin-bottom:1.5rem;transform:translateZ(0);transform-style:preserve-3d;-webkit-transform-style:preserve-3d;width:auto;will-change:transform}.footer-section h3,.footer-section h4{color:#fff;font-weight:700;margin-bottom:1.5rem}.footer-section h3{font-size:1.8rem;letter-spacing:-.5px}.footer-section p{color:#9ca3af;font-size:.95rem;line-height:1.7;margin-bottom:1.5rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.9rem}.footer-section ul li a{color:#9ca3af;font-size:.95rem;text-decoration:none;transition:all .3s ease}.footer-section ul li a:hover{color:#6366f1;padding-left:4px}.social-links{display:flex;gap:1rem}.social-links a{align-items:center;background:#374151;border-radius:12px;color:#fff;display:flex;font-size:1.2rem;height:45px;justify-content:center;text-decoration:none;transition:all .3s ease;width:45px}.social-links a:hover{background:linear-gradient(135deg,#6366f1,#8b5cf6);box-shadow:0 8px 20px #6366f14d;transform:translateY(-3px)}.footer-bottom{border-top:1px solid #374151;color:#9ca3af;font-size:.9rem;padding-top:2.5rem;text-align:center}@media (max-width:968px){.footer-content{gap:2.5rem;grid-template-columns:1fr 1fr}}@media (max-width:768px){.footer{padding:50px 0 20px}.footer-content{gap:2rem;grid-template-columns:1fr}.footer-section h3{font-size:1.5rem}.social-links{justify-content:flex-start}}
/*# sourceMappingURL=main.b14a8e4d.css.map*/