@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap);*{box-sizing:border-box;padding:0}*,body{margin:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#2c3e50;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;overflow-x:hidden}*{-webkit-tap-highlight-color:transparent}a,button{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}@media (max-width:768px){body{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff;box-shadow:0 2px 10px #0000000d;color:#1e293b;justify-content:space-between;padding:20px 80px;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.logo,.navbar{align-items:center;display:flex}.logo{color:inherit;text-decoration:none;z-index:1001}.logo img{display:block;height:45px;max-width:200px;object-fit:contain;width:auto}.nav-links{align-items:center;display:flex;gap:35px;list-style:none;margin:0;padding:0}.nav-links a{color:#1e293b;font-size:1rem;font-weight:500;padding:5px 0;position:relative;text-decoration:none;transition:all .3s ease}.nav-links a:after{background:linear-gradient(90deg,#667eea,#764ba2);border-radius:2px;bottom:0;content:"";height:3px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-links a:hover{color:#667eea}.nav-links a:hover:after{width:100%}.nav-links li{list-style:none}.mobile-menu-toggle{background:#0000;border:none;cursor:pointer;display:none;flex-direction:column;height:30px;justify-content:space-around;padding:0;width:30px;z-index:1002}.mobile-menu-toggle span{background:#1e293b;border-radius:3px;height:3px;transform-origin:center;transition:all .3s ease;width:100%}.mobile-menu-toggle.active span:first-child{transform:rotate(45deg) translate(8px,8px)}.mobile-menu-toggle.active span:nth-child(2){opacity:0}.mobile-menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(8px,-8px)}@media (max-width:768px){.navbar{flex-wrap:wrap;padding:15px 20px}.logo img{height:40px}.mobile-menu-toggle{display:flex}.nav-links{align-items:flex-start;background:#fff;box-shadow:-5px 0 15px #0000001a;flex-direction:column;gap:0;height:100vh;justify-content:flex-start;overflow-y:auto;padding:80px 30px 30px;position:fixed;right:-100%;top:0;transition:right .3s ease;width:280px;z-index:1000}.nav-links.active{right:0}.nav-links li{border-bottom:1px solid #e2e8f0;width:100%}.nav-links a{display:block;font-size:1.1rem;padding:18px 0;width:100%}.nav-links a:after{display:none}.nav-links a:hover{color:#667eea;padding-left:10px}}@media (max-width:480px){.navbar{padding:12px 15px}.logo img{height:35px}.nav-links{right:-100%;width:100%}.nav-links.active{right:0}}@media (max-width:768px){body.menu-open{overflow:hidden}}.home-page{width:100%}.home-hero{align-items:center;background:linear-gradient(135deg,#667eeaf2,#764ba2f2 50%,#f093fbf2);color:#fff;display:flex;min-height:90vh;overflow:hidden;padding:100px 20px;position:relative}.home-hero:before{animation:pulse 8s ease-in-out infinite;background:radial-gradient(circle at 30% 40%,#06b6d433 0,#0000 50%),radial-gradient(circle at 70% 60%,#8b5cf633 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}@keyframes pulse{0%,to{opacity:1}50%{opacity:.8}}.hero-content{margin:0 auto;max-width:1200px;position:relative;text-align:center;width:100%;z-index:1}.hero-content h1{font-size:3.5rem;font-weight:800;letter-spacing:-1px;line-height:1.2;margin-bottom:25px}.hero-content p{font-size:1.3rem;line-height:1.8;margin-bottom:40px;margin-left:auto;margin-right:auto;max-width:700px;opacity:.95}.hero-image{height:100%;opacity:.15;overflow:hidden;position:absolute;right:0;top:0;width:50%;z-index:0}.hero-image img{height:100%;object-fit:cover;width:100%}.home-buttons{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.btn{border:2px solid #0000;border-radius:50px;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;padding:16px 40px;text-decoration:none;transition:all .3s ease-in-out}.btn-primary{background:linear-gradient(135deg,#06b6d4,#3b82f6 50%,#8b5cf6);box-shadow:0 6px 20px #06b6d466;overflow:hidden;position:relative}.btn-primary:before{background:linear-gradient(90deg,#0000,#ffffff4d,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.btn-primary:hover:before{left:100%}.btn-primary:hover{background:linear-gradient(135deg,#0891b2,#2563eb 50%,#7c3aed);box-shadow:0 8px 25px #06b6d480;transform:translateY(-3px)}.btn-secondary{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:2px solid #ffffff80;color:#fff}.btn-secondary:hover{background:#fffffff2;border-color:#fff;box-shadow:0 8px 25px #fff6;color:#667eea;transform:translateY(-3px)}.section-subtitle{margin-bottom:50px}.features-section{background:#fff}.features-grid{grid-gap:40px;gap:40px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:50px}.feature-card{background:#f8fafc;padding:30px;text-align:center}.feature-card:hover{background:#fff;box-shadow:0 15px 45px #667eea26;transform:translateY(-10px)}.feature-icon{border-radius:15px;height:200px;margin-bottom:25px;overflow:hidden;width:100%}.feature-icon img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.feature-card:hover .feature-icon img{transform:scale(1.1)}.feature-card p{color:#64748b;font-size:1rem;line-height:1.7}.vision-section{background:linear-gradient(135deg,#f8fafc,#fff)}.vision-content{align-items:center;grid-template-columns:1fr 1fr}.vision-image{height:500px}.vision-text h2{color:#1e293b;font-size:2.5rem;font-weight:700;letter-spacing:-.5px;margin-bottom:25px}.vision-text p{color:#64748b;font-size:1.1rem;line-height:1.8;margin-bottom:20px}.vision-text .btn{margin-top:20px}.benefits-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:50px}.benefit-item{background:linear-gradient(135deg,#fff,#f8fafc);border:2px solid #0000;border-radius:20px;box-shadow:0 4px 20px #0000000d;padding:40px 30px;text-align:center}.benefit-item:hover{border-color:#667eea4d;box-shadow:0 12px 35px #667eea33;transform:translateY(-8px)}.benefit-icon{display:inline-block;font-size:3.5rem;margin-bottom:20px}.benefit-item h3{font-size:1.4rem;margin-bottom:15px}.fade-in{animation:fadeIn 1.5s forwards;opacity:0}.fade-in-delay{animation:fadeIn 1.5s .4s forwards;opacity:0}.slide-up{animation:slideUp 1s .8s forwards;opacity:0;transform:translateY(30px)}@media (max-width:1024px){.vision-content{gap:40px;grid-template-columns:1fr}.vision-image{height:400px}.container{padding:0 30px}}@media (max-width:768px){.home-hero{min-height:80vh;padding:80px 20px 60px}.hero-content h1{font-size:2.2rem}.hero-content p{font-size:1.1rem;margin-bottom:30px}.hero-image{opacity:.1;width:100%}.section-title{font-size:2rem}.section-subtitle{font-size:1rem;margin-bottom:40px}.benefits-section,.features-section,.vision-section{padding:60px 20px}.features-grid{gap:30px;grid-template-columns:1fr}.benefits-grid{gap:25px;grid-template-columns:1fr}.vision-text h2{font-size:2rem}.vision-image{height:300px}.home-buttons{align-items:center;flex-direction:column}.btn{font-size:.95rem;max-width:300px;padding:14px 30px;width:100%}.feature-card{padding:25px 20px}.benefit-item{padding:30px 20px}.container{padding:0 20px}}@media (max-width:480px){.home-hero{min-height:70vh;padding:60px 15px 40px}.hero-content h1{font-size:1.8rem;margin-bottom:20px}.hero-content p{font-size:.95rem;margin-bottom:25px}.section-title{font-size:1.75rem}.section-subtitle{font-size:.9rem;margin-bottom:30px}.benefits-section,.features-section,.vision-section{padding:50px 15px}.benefits-grid,.features-grid{gap:20px}.feature-card{padding:20px 15px}.feature-icon{height:180px;margin-bottom:20px}.feature-card h3{font-size:1.3rem}.feature-card p{font-size:.9rem}.vision-content{gap:30px}.vision-text h2{font-size:1.75rem;margin-bottom:20px}.vision-text p{font-size:1rem;margin-bottom:15px}.vision-image{height:250px}.benefit-item{padding:25px 15px}.benefit-icon{font-size:3rem;margin-bottom:15px}.benefit-item h3{font-size:1.2rem}.benefit-item p,.btn{font-size:.9rem}.btn{max-width:100%;padding:12px 25px}.container{padding:0 15px}}@media (max-width:375px){.home-hero{min-height:65vh;padding:50px 12px 35px}.hero-content h1{font-size:1.6rem}.hero-content p{font-size:.9rem}.section-title{font-size:1.5rem}.benefits-section,.features-section,.vision-section{padding:40px 12px}.benefit-item,.feature-card{padding:20px 12px}.vision-image{height:220px}}@media (max-width:320px){.hero-content h1,.section-title{font-size:1.4rem}.benefit-item h3,.feature-card h3{font-size:1.1rem}}footer{background:#1e293b;color:#fff;padding:60px 20px 30px;position:relative}.footer-content{margin:0 auto;max-width:1200px}.footer-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:40px}.footer-column h3{color:#fff;font-size:1.3rem;font-weight:600;margin-bottom:20px;padding-bottom:10px;position:relative}.footer-column h3:after{background:linear-gradient(90deg,#667eea,#764ba2);border-radius:2px;bottom:0;content:"";height:3px;left:0;position:absolute;width:50px}.footer-column p{color:#cbd5e1;font-size:.95rem;line-height:1.7;margin-bottom:20px}.social-links{display:flex;gap:15px;margin-top:20px}.social-links a{align-items:center;background:#ffffff1a;border-radius:50%;color:#fff;display:flex;height:40px;justify-content:center;text-decoration:none;transition:all .3s ease;width:40px}.social-links a:hover{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 5px 15px #667eea66;transform:translateY(-3px)}.social-links svg{height:20px;width:20px}.footer-links{list-style:none;margin:0;padding:0}.footer-links li{margin-bottom:12px}.footer-links a{color:#cbd5e1;display:inline-block;font-size:.95rem;padding-left:0;position:relative;text-decoration:none;transition:all .3s ease}.footer-links a:before{color:#667eea;content:"→";left:-20px;opacity:0;position:absolute;transition:all .3s ease}.footer-links a:hover{color:#fff;padding-left:20px}.footer-links a:hover:before{left:0;opacity:1}.contact-info{list-style:none;margin:0;padding:0}.contact-info li{align-items:flex-start;color:#cbd5e1;display:flex;font-size:.95rem;gap:12px;line-height:1.6;margin-bottom:18px}.contact-info svg{color:#667eea;flex-shrink:0;margin-top:2px}.contact-info a{color:#cbd5e1;display:inline-block;text-decoration:none;transition:all .3s ease}.contact-info a:hover{color:#fff;text-decoration:underline}.contact-info span{color:#cbd5e1}.contact-info div{display:flex;flex-direction:column;gap:4px}.footer-bottom{border-top:1px solid #ffffff1a;padding-top:30px;text-align:center}.footer-bottom p{color:#94a3b8;font-size:.9rem;margin:0}@media (max-width:1024px){.footer-grid{gap:30px;grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){footer{padding:40px 20px 20px}.footer-grid{gap:30px;grid-template-columns:1fr}.footer-column h3{font-size:1.2rem}.social-links{justify-content:center}}@media (max-width:480px){footer{padding:40px 15px 20px}.footer-grid{gap:30px}.footer-column h3{font-size:1.1rem}.footer-column p{font-size:.9rem}.social-links{gap:10px}.social-links a{height:35px;width:35px}.social-links svg{height:18px;width:18px}.contact-info li,.footer-links a{font-size:.9rem}.footer-bottom{padding-top:25px}.footer-bottom p{font-size:.85rem}}@media (max-width:375px){footer{padding:35px 12px 15px}.footer-grid{gap:25px}.footer-column h3{font-size:1rem;margin-bottom:15px}}.services{background:#f8fafc;min-height:100vh;padding:100px 20px;position:relative;text-align:center}.services h2{color:#1e293b;font-size:2.8rem;font-weight:700;letter-spacing:-.5px;margin-bottom:20px}.services-intro{color:#64748b;font-size:1.2rem;margin-bottom:50px;margin-left:auto;margin-right:auto;max-width:700px}.service-container{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));margin:50px auto 0;max-width:1200px;padding:0 20px}.service-card{background:#fff;border:2px solid #0000;border-radius:20px;box-shadow:0 4px 20px #00000014;cursor:pointer;overflow:hidden;position:relative;text-align:left;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.service-card:hover{border-color:#667eea4d;box-shadow:0 15px 45px #667eea33;transform:translateY(-12px) scale(1.02)}.service-card.hovered{z-index:10}.service-image{height:220px;overflow:hidden;position:relative;width:100%}.service-image img{height:100%;object-fit:cover;transition:transform .4s ease;width:100%}.service-card:hover .service-image img{transform:scale(1.1)}.service-content{padding:30px;position:relative}.service-card h3{color:#1e293b;font-size:1.5rem;font-weight:600;margin-bottom:15px}.service-short-desc{color:#64748b;font-size:1rem;line-height:1.7;margin-bottom:20px}.service-btn{background:linear-gradient(135deg,#667eea,#764ba2 50%,#f093fb);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.95rem;font-weight:600;padding:12px 24px;transition:all .3s ease;width:100%}.service-btn:hover{box-shadow:0 6px 20px #667eea66;transform:translateY(-2px)}.services-list-overlay{align-items:center;animation:fadeIn .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#667eeafa;border-radius:20px;bottom:0;display:flex;justify-content:center;left:0;padding:30px;pointer-events:auto;position:absolute;right:0;top:0;z-index:5}.services-list{color:#fff;text-align:center}.services-list h4{color:#fff;font-size:1.5rem;margin-bottom:20px}.services-list ul{list-style:none;margin:0;padding:0}.services-list li{background:#ffffff1a;border:2px solid #0000;border-radius:8px;cursor:pointer;font-size:1rem;margin-bottom:10px;padding:12px 20px;transition:all .3s ease}.services-list li.active{background:#ffffff40;border-color:#ffffff80;font-weight:600}.services-list li:hover{background:#fff3;transform:translateX(5px)}.service-modal-overlay{align-items:center;animation:fadeIn .3s ease;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000c;bottom:0;display:flex;justify-content:center;left:0;overflow-y:auto;padding:20px;position:fixed;right:0;top:0;z-index:1000}.service-modal{animation:slideUp .3s ease;background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000004d;max-height:90vh;max-width:900px;overflow-y:auto;position:relative;width:100%}.modal-close{align-items:center;background:#0000001a;border:none;border-radius:50%;color:#1e293b;cursor:pointer;display:flex;font-size:1.5rem;height:40px;justify-content:center;position:absolute;right:20px;top:20px;transition:all .3s ease;width:40px;z-index:10}.modal-close:hover{background:#0003;transform:rotate(90deg)}.modal-content{grid-gap:0;display:grid;gap:0;grid-template-columns:1fr 1fr}.modal-image{height:100%;min-height:400px;overflow:hidden;width:100%}.modal-image img{height:100%;object-fit:cover;width:100%}.modal-text{padding:40px}.modal-text h2{color:#1e293b;font-size:2rem;font-weight:700;margin-bottom:20px}.modal-description{color:#64748b;font-size:1.05rem;line-height:1.8;margin-bottom:30px}.modal-features{margin-bottom:30px}.modal-features h3{color:#1e293b;font-size:1.3rem;font-weight:600;margin-bottom:15px}.modal-features ul{list-style:none;margin:0;padding:0}.modal-features li{color:#64748b;font-size:1rem;line-height:1.6;padding:10px 0 10px 25px;position:relative}.modal-features li:before{color:#667eea;content:"✓";font-size:1.2rem;font-weight:700;left:0;position:absolute}.modal-contact-btn{background:linear-gradient(135deg,#667eea,#764ba2 50%,#f093fb);border:none;border-radius:8px;color:#fff;cursor:pointer;display:block;font-size:1rem;font-weight:600;padding:14px 32px;text-align:center;text-decoration:none;transition:all .3s ease;width:100%}.modal-contact-btn:hover{box-shadow:0 6px 20px #667eea66;transform:translateY(-2px)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.services{padding:60px 20px}.services h2{font-size:2rem}.service-container{gap:20px;grid-template-columns:1fr;padding:0 10px}.service-card{padding:0}.service-content{padding:25px 20px}.service-image{height:200px}.modal-content{grid-template-columns:1fr}.modal-image{height:250px;min-height:250px}.modal-text{padding:30px 20px}.modal-text h2{font-size:1.75rem}.modal-description{font-size:1rem}}@media (max-width:480px){.services{padding:50px 15px}.services h2{font-size:1.75rem}.services-intro{font-size:1rem}.service-container{gap:15px;padding:0}.service-content{padding:20px 15px}.service-image{height:180px}.service-card h3{font-size:1.3rem}.service-short-desc{font-size:.9rem}.services-list-overlay{padding:20px}.services-list h4{font-size:1.3rem}.services-list li{font-size:.9rem;padding:10px 15px}.service-modal{margin:10px;max-height:95vh}.modal-close{font-size:1.3rem;height:35px;right:15px;top:15px;width:35px}.modal-image{height:200px;min-height:200px}.modal-text{padding:25px 15px}.modal-text h2{font-size:1.5rem}.modal-description{font-size:.95rem}.modal-features h3{font-size:1.1rem}.modal-features li{font-size:.9rem}}@media (max-width:375px){.services{padding:40px 12px}.services h2{font-size:1.5rem}.service-image{height:160px}}.about-page{width:100%}.about-hero{background:linear-gradient(135deg,#667eeaf2,#764ba2f2 50%,#f093fbf2),url(https://images.unsplash.com/photo-1522071820081-009f0129c71c?w=1600&h=800&fit=crop) no-repeat 50%/cover;color:#fff;overflow:hidden;padding:120px 20px;position:relative;text-align:center}.about-hero:before{background:#0000004d;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.about-hero-content{margin:0 auto;max-width:800px;position:relative;z-index:2}.about-hero h1{font-size:3.5rem;font-weight:800;letter-spacing:-1px;margin-bottom:20px}.about-hero p{font-size:1.3rem;line-height:1.8;opacity:.95}.company-overview{background:#fff;padding:100px 20px}.overview-content{grid-gap:60px;align-items:center;display:grid;gap:60px;grid-template-columns:1fr 1fr}.overview-image{border-radius:20px;box-shadow:0 10px 40px #0000001a;height:500px;overflow:hidden;width:100%}.overview-image img{height:100%;object-fit:cover;width:100%}.overview-text h2{color:#1e293b;font-size:2.5rem;font-weight:700;letter-spacing:-.5px;margin-bottom:25px}.overview-text p{color:#64748b;font-size:1.1rem;line-height:1.8;margin-bottom:20px}.about-stats-section{background:linear-gradient(135deg,#f8fafc,#fff);padding:80px 20px}.about-stats{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin:0 auto;max-width:1000px}.stat-item{background:#fff;border-radius:15px;box-shadow:0 4px 20px #0000000d;padding:30px 20px;text-align:center;transition:transform .3s ease}.stat-item:hover{transform:translateY(-5px)}.stat-number{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2 50%,#f093fb);-webkit-background-clip:text;background-clip:text;font-size:3.5rem;font-weight:800;line-height:1;margin-bottom:10px}.stat-label{color:#64748b;font-size:1.1rem;font-weight:500}.vision-section{background:#fff;padding:100px 20px}.section-title{margin-bottom:50px}.vision-content{grid-gap:60px;align-items:start;display:grid;gap:60px;grid-template-columns:1.2fr 1fr}.vision-text{text-align:left}.vision-intro{color:#64748b;font-size:1.2rem;line-height:1.8;margin-bottom:40px}.vision-points{display:flex;flex-direction:column;gap:30px}.vision-point{align-items:flex-start;display:flex;gap:20px}.vision-icon{flex-shrink:0;font-size:2.5rem}.vision-point h3{color:#1e293b;font-size:1.3rem;font-weight:600;margin-bottom:10px}.vision-point p{color:#64748b;font-size:1rem;line-height:1.7}.vision-image{border-radius:20px;box-shadow:0 10px 40px #0000001a;height:600px;overflow:hidden;width:100%}.vision-image img{height:100%;object-fit:cover;width:100%}.product-section{background:linear-gradient(135deg,#f8fafc,#fff);padding:100px 20px}.product-header{margin-bottom:60px;text-align:center}.section-subtitle{margin-top:15px}.societysync-showcase{background:#fff;border-radius:25px;box-shadow:0 10px 50px #0000001a;overflow:hidden;padding:50px;position:relative}.product-badge{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;color:#fff;font-size:.9rem;font-weight:600;padding:8px 20px;position:absolute;right:30px;top:30px}.societysync-content{grid-gap:50px;align-items:start;display:grid;gap:50px;grid-template-columns:1fr 1fr}.societysync-image{border-radius:20px;box-shadow:0 10px 40px #00000026;height:500px;overflow:hidden;width:100%}.societysync-image img{height:100%;object-fit:cover;width:100%}.societysync-details{text-align:left}.product-logo h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2 50%,#f093fb);-webkit-background-clip:text;background-clip:text;color:#1e293b;font-size:2.5rem;font-weight:700;margin-bottom:10px}.product-tagline{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;color:#fff;display:inline-block;font-size:.9rem;font-weight:600;margin-bottom:25px;padding:6px 16px}.product-description{color:#64748b;font-size:1.1rem;line-height:1.8;margin-bottom:40px}.product-features h3{color:#1e293b;font-size:1.5rem;font-weight:600;margin-bottom:25px}.features-grid{grid-gap:20px;gap:20px;grid-template-columns:repeat(2,1fr);margin-bottom:40px}.feature-box{background:#f8fafc;border:2px solid #0000;border-radius:12px;padding:20px;transition:all .3s ease}.feature-box:hover{background:#fff;border-color:#667eea4d;box-shadow:0 5px 20px #667eea1a;transform:translateY(-3px)}.feature-icon{font-size:2rem;margin-bottom:10px}.feature-box h4{color:#1e293b;font-size:1.1rem;font-weight:600;margin-bottom:8px}.feature-box p{color:#64748b;font-size:.9rem;line-height:1.6}.product-benefits{margin-bottom:40px}.product-benefits h3{color:#1e293b;font-size:1.5rem;font-weight:600;margin-bottom:20px}.product-benefits ul{list-style:none;margin:0;padding:0}.product-benefits li{color:#64748b;font-size:1rem;line-height:1.7;padding:12px 0 12px 30px;position:relative}.product-benefits li:before{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;content:"";display:flex;height:20px;justify-content:center;left:0;position:absolute;top:15px;width:20px}.product-benefits li:after{color:#fff;content:"✓";font-size:.8rem;font-weight:700;left:5px;position:absolute;top:12px}.product-cta{display:flex;flex-wrap:wrap;gap:15px}.btn-primary,.btn-secondary{border-radius:8px;display:inline-block;font-size:1rem;font-weight:600;padding:14px 32px;text-decoration:none;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2 50%,#f093fb);box-shadow:0 4px 15px #667eea4d;color:#fff}.btn-primary:hover{box-shadow:0 6px 20px #667eea66;transform:translateY(-2px)}.btn-secondary{background:#fff;border:2px solid #667eea;color:#667eea}.btn-secondary:hover{background:#667eea;color:#fff;transform:translateY(-2px)}.why-choose-section{background:#fff;padding:100px 20px}.choose-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:50px}.choose-card{background:#f8fafc;border:2px solid #0000;border-radius:20px;padding:40px 30px;text-align:center;transition:all .3s ease}.choose-card:hover{background:#fff;border-color:#667eea4d;box-shadow:0 10px 30px #667eea26;transform:translateY(-8px)}.choose-icon{font-size:3rem;margin-bottom:20px}.choose-card h3{color:#1e293b;font-size:1.4rem;font-weight:600;margin-bottom:15px}.choose-card p{color:#64748b;font-size:1rem;line-height:1.7}@media (max-width:1024px){.overview-content,.societysync-content,.vision-content{gap:40px;grid-template-columns:1fr}.overview-image,.societysync-image,.vision-image{height:400px}}@media (max-width:768px){.about-hero{padding:80px 20px}.about-hero h1{font-size:2.5rem}.about-hero p{font-size:1.1rem}.about-stats-section,.company-overview,.product-section,.vision-section,.why-choose-section{padding:60px 20px}.overview-text h2,.section-title{font-size:2rem}.about-stats{gap:20px;grid-template-columns:repeat(2,1fr)}.societysync-showcase{padding:30px}.features-grid{grid-template-columns:1fr}.product-cta{flex-direction:column}.btn-primary,.btn-secondary{text-align:center;width:100%}}@media (max-width:480px){.about-hero h1{font-size:2rem}.about-stats-section,.company-overview,.product-section,.vision-section,.why-choose-section{padding:50px 15px}.section-title{font-size:1.75rem}.about-stats{grid-template-columns:1fr}.stat-number{font-size:2.5rem}.overview-image,.societysync-image,.vision-image{height:300px}.societysync-showcase{padding:25px 20px}.product-logo h2{font-size:2rem}.product-badge{font-size:.8rem;padding:6px 15px;right:20px;top:20px}}@media (max-width:375px){.about-hero{padding:60px 15px}.about-hero h1{font-size:1.75rem}.section-title{font-size:1.5rem}.societysync-showcase{padding:20px 15px}}.product-page{width:100%}.product-hero{background:linear-gradient(135deg,#667eeaf2,#764ba2f2 50%,#f093fbf2),url(https://images.unsplash.com/photo-1460925895917-afdab827c52f?w=1600&h=800&fit=crop) no-repeat 50%/cover;color:#fff;overflow:hidden;padding:120px 20px;position:relative;text-align:center}.product-hero:before{background:#0000004d;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.product-hero-content{margin:0 auto;max-width:900px;position:relative;z-index:2}.product-badge-hero{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border-radius:20px;color:#fff;display:inline-block;font-size:.9rem;font-weight:600;margin-bottom:20px;padding:8px 20px}.product-hero h1{font-size:4rem;font-weight:800;letter-spacing:-1px;margin-bottom:15px}.product-subtitle{font-size:1.5rem;font-weight:500;margin-bottom:25px;opacity:.95}.product-hero-description{font-size:1.2rem;line-height:1.8;margin:0 auto;max-width:700px;opacity:.95}.product-overview{background:#fff;padding:100px 20px}.overview-grid{grid-gap:60px;align-items:center;display:grid;gap:60px;grid-template-columns:1fr 1fr}.overview-image-section{border-radius:20px;box-shadow:0 10px 40px #0000001a;height:500px;overflow:hidden;width:100%}.overview-image-section img{height:100%;object-fit:cover;width:100%}.overview-text-section h2{color:#1e293b;font-size:2.5rem;font-weight:700;letter-spacing:-.5px;margin-bottom:25px}.overview-text-section p{color:#64748b;font-size:1.1rem;line-height:1.8;margin-bottom:20px}.overview-stats{grid-gap:20px;border-top:2px solid #e2e8f0;display:grid;gap:20px;grid-template-columns:repeat(3,1fr);margin-top:40px;padding-top:40px}.overview-stat{text-align:center}.overview-stat-number{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2 50%,#f093fb);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:800;margin-bottom:8px}.overview-stat-label{color:#64748b;font-size:1rem;font-weight:500}.features-section{background:linear-gradient(135deg,#f8fafc,#fff);padding:100px 20px}.section-title{color:#1e293b;font-size:2.8rem;font-weight:700;letter-spacing:-.5px;margin-bottom:20px;text-align:center}.section-subtitle{color:#64748b;font-size:1.2rem;margin-bottom:60px;margin-left:auto;margin-right:auto;max-width:700px;text-align:center}.features-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.feature-card{background:#fff;border:2px solid #0000;border-radius:20px;box-shadow:0 4px 20px #00000014;padding:35px;position:relative;transition:all .3s ease}.feature-card:hover{border-color:#667eea4d;box-shadow:0 12px 40px #667eea26;transform:translateY(-8px)}.feature-card.upcoming-feature{background:linear-gradient(135deg,#f8fafc,#fff);border:2px dashed #667eea4d;opacity:.85}.feature-card.upcoming-feature:hover{opacity:.95;transform:translateY(-5px)}.upcoming-badge{animation:pulse-badge 2s ease-in-out infinite;background:linear-gradient(135deg,#f59e0b,#ef4444);border-radius:20px;box-shadow:0 2px 10px #f59e0b4d;color:#fff;font-size:.75rem;font-weight:700;letter-spacing:.5px;padding:6px 16px;position:absolute;right:20px;text-transform:uppercase;top:20px}@keyframes pulse-badge{0%,to{box-shadow:0 2px 10px #f59e0b4d;transform:scale(1)}50%{box-shadow:0 4px 15px #f59e0b80;transform:scale(1.05)}}.feature-icon{font-size:3rem;margin-bottom:20px}.feature-card h3{color:#1e293b;font-size:1.5rem;font-weight:600;margin-bottom:15px}.feature-card>p{color:#64748b;font-size:1rem;line-height:1.7;margin-bottom:20px}.feature-list{list-style:none;margin:0;padding:0}.feature-list li{color:#64748b;font-size:.95rem;line-height:1.6;padding:8px 0 8px 25px;position:relative}.feature-list li:before{color:#667eea;content:"•";font-size:1.2rem;font-weight:700;left:0;position:absolute}.benefits-section{background:#fff;padding:100px 20px}.benefits-content{grid-gap:60px;align-items:start;display:grid;gap:60px;grid-template-columns:1fr 1fr}.benefits-image{border-radius:20px;box-shadow:0 10px 40px #0000001a;height:600px;overflow:hidden;width:100%}.benefits-image img{height:100%;object-fit:cover;width:100%}.benefits-list{display:flex;flex-direction:column;gap:25px}.benefit-item{align-items:flex-start;background:#f8fafc;border-radius:15px;display:flex;gap:20px;padding:25px;transition:all .3s ease}.benefit-item:hover{background:#fff;box-shadow:0 5px 20px #00000014;transform:translateX(5px)}.benefit-check{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:1.2rem;font-weight:700;height:35px;justify-content:center;width:35px}.benefit-item h3{color:#1e293b;font-size:1.2rem;font-weight:600;margin-bottom:8px}.benefit-item p{color:#64748b;font-size:1rem;line-height:1.7}.product-cta-section{background:linear-gradient(135deg,#667eeaf2,#764ba2f2 50%,#f093fbf2);color:#fff;padding:100px 20px;text-align:center}.cta-content{margin:0 auto;max-width:800px}.cta-content h2{font-size:2.8rem;font-weight:700;letter-spacing:-.5px;margin-bottom:20px}.cta-content p{font-size:1.2rem;margin-bottom:40px;opacity:.95}.cta-buttons{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.btn-primary-large,.btn-secondary-large{border-radius:8px;display:inline-block;font-size:1.1rem;font-weight:600;padding:16px 40px;text-decoration:none;transition:all .3s ease}.btn-primary-large{background:#fff;box-shadow:0 4px 15px #0003;color:#667eea}.btn-primary-large:hover{box-shadow:0 6px 20px #0000004d;transform:translateY(-3px)}.btn-secondary-large{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:2px solid #ffffff80;color:#fff}.btn-secondary-large:hover{background:#fff3;transform:translateY(-3px)}@media (max-width:1024px){.benefits-content,.overview-grid{gap:40px;grid-template-columns:1fr}.benefits-image,.overview-image-section{height:400px}}@media (max-width:768px){.product-hero{padding:80px 20px}.product-hero h1{font-size:2.5rem}.product-subtitle{font-size:1.2rem}.product-hero-description{font-size:1rem}.benefits-section,.features-section,.product-cta-section,.product-overview{padding:60px 20px}.overview-text-section h2,.section-title{font-size:2rem}.features-grid,.overview-stats{grid-template-columns:1fr}.overview-stats{gap:15px}.cta-content h2{font-size:2rem}.cta-buttons{align-items:center;flex-direction:column}.btn-primary-large,.btn-secondary-large{max-width:300px;width:100%}}@media (max-width:480px){.product-hero h1{font-size:2rem}.benefits-section,.features-section,.product-cta-section,.product-overview{padding:50px 15px}.section-title{font-size:1.75rem}.benefits-image,.overview-image-section{height:300px}.feature-card{padding:25px 20px}.benefit-item{padding:20px}.cta-content h2{font-size:1.75rem}}.contact-page{width:100%}.container{margin:0 auto;max-width:1200px;padding:0 20px}.contact-hero{background:linear-gradient(135deg,#667eeaf2,#764ba2f2 50%,#f093fbf2),url(https://images.unsplash.com/photo-1522071820081-009f0129c71c?w=1600&h=800&fit=crop) no-repeat 50%/cover;color:#fff;overflow:hidden;padding:120px 20px;position:relative;text-align:center}.contact-hero:before{background:#0000004d;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.contact-hero-content{margin:0 auto;max-width:800px;position:relative;z-index:2}.contact-hero h1{font-size:3.5rem;font-weight:800;letter-spacing:-1px;margin-bottom:20px}.contact-hero p{font-size:1.3rem;line-height:1.8;opacity:.95}.contact-section{background:#f8fafc;padding:100px 20px}.contact-wrapper{grid-gap:60px;align-items:start;display:grid;gap:60px;grid-template-columns:1fr 1fr}.contact-form-container{background:#fff;border-radius:20px;box-shadow:0 10px 40px #0000001a;padding:50px}.form-header{margin-bottom:40px}.form-header h2{color:#1e293b;font-size:2rem;font-weight:700;letter-spacing:-.5px;margin-bottom:10px}.form-header p{color:#64748b;font-size:1rem;line-height:1.6}.contact-form{gap:25px}.contact-form,.form-group{display:flex;flex-direction:column}.form-group{gap:8px}.form-group label{color:#1e293b;font-size:.95rem;font-weight:600}.required{color:#ef4444}.form-group input,.form-group textarea{background:#fff;border:2px solid #e2e8f0;border-radius:12px;box-sizing:border-box;color:#1e293b;font-family:inherit;font-size:1rem;padding:16px 20px;transition:all .3s ease;width:100%}.form-group input::placeholder,.form-group textarea::placeholder{color:#94a3b8}.form-group input:focus,.form-group textarea:focus{border-color:#667eea;box-shadow:0 0 0 4px #667eea1a;outline:none}.form-group textarea{font-family:inherit;min-height:120px;resize:vertical}.submit-btn{background:linear-gradient(135deg,#667eea,#764ba2 50%,#f093fb);border:none;border-radius:12px;box-shadow:0 4px 15px #667eea4d;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;margin-top:10px;padding:16px 40px;transition:all .3s ease}.submit-btn:hover:not(:disabled){box-shadow:0 6px 20px #667eea66;transform:translateY(-2px)}.submit-btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.form-status{animation:slideIn .3s ease-out;border-radius:12px;font-size:.95rem;font-weight:500;line-height:1.6;margin-bottom:10px;padding:16px 20px}.form-status.success{background-color:#d1fae5;border:2px solid #10b981;color:#065f46}.form-status.error{background-color:#fee2e2;border:2px solid #ef4444;color:#991b1b}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.form-group input:disabled,.form-group textarea:disabled{background-color:#f1f5f9;cursor:not-allowed;opacity:.7}.company-details-container{display:flex;flex-direction:column;gap:40px}.company-details-header{margin-bottom:10px}.company-details-header h2{color:#1e293b;font-size:2rem;font-weight:700;letter-spacing:-.5px;margin-bottom:10px}.company-details-header p{color:#64748b;font-size:1rem;line-height:1.6}.company-details{display:flex;flex-direction:column;gap:25px}.detail-card{align-items:flex-start;background:#fff;border:2px solid #0000;border-radius:15px;box-shadow:0 4px 20px #00000014;display:flex;gap:20px;padding:30px;transition:all .3s ease}.detail-card:hover{border-color:#667eea4d;box-shadow:0 8px 30px #667eea26;transform:translateY(-5px)}.detail-icon{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;color:#fff;display:flex;flex-shrink:0;height:50px;justify-content:center;width:50px}.detail-icon svg{height:24px;width:24px}.detail-content{flex:1 1}.detail-content h3{color:#1e293b;font-size:1.3rem;font-weight:600;margin-bottom:12px}.detail-content p{color:#64748b;font-size:1rem;line-height:1.8;margin-bottom:8px}.detail-link,.detail-link-email,.detail-link-phone{color:#667eea;display:inline-block;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .3s ease}.detail-link-email:hover,.detail-link-phone:hover,.detail-link:hover{color:#764ba2;text-decoration:underline;transform:translateX(3px)}.contact-image{border-radius:15px;box-shadow:0 10px 40px #0000001a;height:300px;overflow:hidden;width:100%}.contact-image img{height:100%;object-fit:cover;width:100%}@media (max-width:1024px){.contact-wrapper{gap:50px;grid-template-columns:1fr}.contact-form-container{order:1}.company-details-container{order:2}}@media (max-width:768px){.contact-hero{padding:80px 20px}.contact-hero h1{font-size:2.5rem}.contact-hero p{font-size:1.1rem}.contact-section{padding:60px 20px}.contact-form-container{padding:35px 25px}.company-details-header h2,.form-header h2{font-size:1.75rem}.contact-wrapper{gap:40px}}@media (max-width:480px){.contact-hero{padding:60px 15px}.contact-hero h1{font-size:2rem}.contact-hero p{font-size:1rem}.contact-section{padding:50px 15px}.contact-form-container{padding:30px 20px}.company-details-header h2,.form-header h2{font-size:1.5rem}.form-group input,.form-group textarea{font-size:.95rem;padding:14px 18px}.submit-btn{font-size:1rem;padding:14px 30px}.detail-card{padding:25px 20px}.detail-icon{height:45px;width:45px}.detail-icon svg{height:20px;width:20px}.contact-image{height:250px}}@media (max-width:375px){.contact-hero h1{font-size:1.75rem}.contact-form-container{padding:25px 15px}.detail-card{flex-direction:column;text-align:center}.detail-icon{margin:0 auto}}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}html{scroll-behavior:smooth}
/*# sourceMappingURL=main.62121a1e.css.map*/