*{margin:0;padding:0;box-sizing:border-box}.navbar{background:#191970e6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;position:sticky;top:0;z-index:1000;padding:1rem 2rem;transition:all .3s ease}.navbar-container{max-width:1200px;margin:auto;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#0ff;animation:fadeInLeft 1s ease forwards}.nav-links{display:flex;gap:2rem}.nav-links a{color:#fff;text-decoration:none;position:relative;font-weight:500;transition:color .3s ease}.nav-links a:after{content:"";position:absolute;width:0%;height:2px;bottom:-3px;left:0;background-color:#0ff;transition:.3s ease}.nav-links a:hover{color:#0ff}.nav-links a:hover:after{width:100%}.hamburger{display:none;cursor:pointer;flex-direction:column;gap:5px}.hamburger span{width:25px;height:3px;background-color:#fff;transition:.3s;border-radius:2px}.hamburger.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}@media (max-width: 768px){.nav-links{position:absolute;top:70px;left:0;right:0;background:#191970f2;flex-direction:column;align-items:center;gap:1.5rem;padding:1.5rem 0;display:none;animation:fadeInDown .3s ease-in}.nav-links.open,.hamburger{display:flex}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.footer{background:linear-gradient(to right,#0f172a,#1e293b);color:#fff;padding:4rem 1rem 2rem;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;animation:fadeInFooter 1.2s ease}.footer-container{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:2.5rem;max-width:1200px;margin:0 auto}.footer-brand{flex:1;min-width:220px}.footer-brand h2{font-size:2.2rem;color:#38bdf8;margin-bottom:.8rem;animation:zoomIn .6s ease}.footer-brand p{font-size:1rem;line-height:1.6;color:#cbd5e1}.footer-links,.footer-contact{flex:1;min-width:200px}.footer-links h4,.footer-contact h4{font-size:1.2rem;margin-bottom:1rem;color:#38bdf8;font-weight:600}.footer-links ul{list-style:none;padding:0}.footer-links ul li{margin-bottom:.6rem}.footer-links ul li a{text-decoration:none;color:#cbd5e1;font-size:.95rem;transition:color .3s ease,transform .2s ease}.footer-links ul li a:hover{color:#fff;transform:translate(5px)}.footer-contact p{font-size:.95rem;margin-bottom:.5rem;color:#cbd5e1;display:flex;align-items:center;gap:6px}.footer-bottom{border-top:1px solid #334155;text-align:center;padding-top:1.5rem;font-size:.9rem;color:#94a3b8;margin-top:2rem}@keyframes fadeInFooter{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes zoomIn{0%{opacity:0;transform:scale(.7)}to{opacity:1;transform:scale(1)}}@media (max-width: 768px){.footer-container{flex-direction:column;text-align:center;align-items:center}.footer-brand h2{font-size:1.8rem}.footer-links ul li a:hover{transform:none}}.hero{position:relative;min-height:100vh;background-image:url(https://www.aprimo.com/wp-content/uploads/2020/01/image4-1024x559.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center;padding:40px 20px;text-align:center;color:#fff;overflow:hidden;font-family:Segoe UI,sans-serif}.overlay{position:absolute;inset:0;z-index:1}.hero-content{position:relative;z-index:2;max-width:850px;animation:fadeInUp 1.2s ease-out both;padding:2rem;border-radius:24px;background:#ffffff14;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 20px 50px #00000040}.hero-content h1{font-size:2.8rem;font-weight:800;margin-bottom:1rem;color:#fff;text-shadow:1px 1px 4px rgba(0,0,0,.4)}.hero-content p{font-size:1.2rem;line-height:1.7;margin-bottom:2rem;color:#eaeaea;opacity:.95}.cta-button{display:inline-block;padding:14px 32px;font-size:1.1rem;background:linear-gradient(135deg,#4b6cb7,#8e44ad);color:#fff;border-radius:50px;text-decoration:none;transition:background .3s ease,transform .3s ease;box-shadow:0 10px 30px #0000004d;font-weight:600}.cta-button:hover{background:linear-gradient(135deg,#3f51b5,#7b1fa2);transform:scale(1.05) translateY(-2px)}.hero:after{content:"";position:absolute;bottom:0;height:100px;width:100%;background:linear-gradient(to top,rgba(0,0,0,.6),transparent);z-index:1}@media (min-width: 768px){.hero-content h1{font-size:3.5rem}.hero-content p{font-size:1.25rem}}.problems-section{padding:6rem 1rem;background:linear-gradient(135deg,#f4f8ff,#dcd7ff);font-family:Segoe UI,sans-serif}.section-title{text-align:center;font-size:3rem;font-weight:700;margin-bottom:4rem;color:#0e1e47;animation:fadeInDown 1s ease-in-out}.problems-list{display:flex;flex-direction:column;gap:80px}.problem-row{display:flex;align-items:center;justify-content:space-between;gap:40px;background:#fff9;border-radius:24px;box-shadow:0 20px 50px #0000001a;padding:2.5rem;animation:fadeUp .8s ease forwards;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:transform .3s ease}.problem-row:hover{transform:translateY(-8px)}.problem-row.reverse{flex-direction:row-reverse}.problem-text{flex:1;max-width:500px}.problem-text h3{font-size:1.8rem;margin-bottom:1rem;font-weight:700;color:#4b6cb7}.problem-text p{font-size:1.1rem;color:#333;line-height:1.6}.problem-img-container{flex:1;text-align:center}.problem-img{width:100%;max-width:400px;border-radius:16px;box-shadow:0 10px 30px #0000001f;transition:transform .4s ease}.problem-img:hover{transform:scale(1.05)}@media (max-width: 900px){.problem-row{flex-direction:column;gap:30px}.problem-row.reverse{flex-direction:column}.problem-img{max-width:90%}.problem-text{text-align:center}.section-title{font-size:2.2rem}.problem-text h3{font-size:1.5rem}.problem-text p{font-size:1rem}}.services-section{padding:6rem 1rem;background:linear-gradient(135deg,#f4f7fb,#dcd7ff);text-align:center;font-family:Segoe UI,sans-serif}.services-heading h2{font-size:3rem;font-weight:700;color:#0e1e47;margin-bottom:1rem;animation:fadeInDown 1s ease-in-out}.services-heading p{color:#333;font-size:1.15rem;max-width:650px;margin:0 auto 3rem;animation:fadeIn 1.2s ease-in-out}.services-grid{display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));padding:0 10px}.service-card{background:#fff9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:2.5rem 1.8rem;box-shadow:0 16px 40px #0000001a;transition:transform .4s ease,box-shadow .4s ease;cursor:pointer;animation:fadeUp 1s ease forwards}.service-card:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 24px 60px #00000026}.service-card img{width:64px;height:64px;-o-object-fit:contain;object-fit:contain;margin-bottom:1.2rem;transition:transform .4s ease}.service-card:hover img{transform:scale(1.1)}.service-card h3{font-size:1.5rem;font-weight:700;color:#4b6cb7;margin-bottom:.8rem}.service-card p{color:#333;font-size:1rem;line-height:1.6}@keyframes fadeUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.services-heading h2{font-size:2.2rem}.services-heading p{font-size:1rem}.service-card h3{font-size:1.3rem}.service-card p{font-size:.95rem}}.operations-section{background:linear-gradient(135deg,#f4f7fb,#dde9ff);padding:6rem 1rem;font-family:Segoe UI,sans-serif}.operations-container{display:flex;flex-wrap:wrap;max-width:1200px;margin:auto;align-items:center;justify-content:space-between;gap:3rem;background:#ffffffa6;border-radius:24px;box-shadow:0 20px 40px #0000001a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:3rem;animation:fadeInZoom 1.2s ease-in-out}.operations-text{flex:1;min-width:300px}.operations-text h2{font-size:2.6rem;margin-bottom:1.2rem;color:#0e1e47;font-weight:700;animation:fadeInLeft 1s ease-in-out}.operations-text p{font-size:1.125rem;line-height:1.7;margin-bottom:1.8rem;color:#333;animation:fadeInLeft 1.2s ease-in-out}.operations-text ul{list-style:none;padding-left:0}.operations-text ul li{margin-bottom:.75rem;font-size:1.05rem;color:#444;position:relative;padding-left:.5rem;transition:transform .3s ease-in-out;animation:fadeInLeft 1.3s ease-in-out}.operations-text ul li:hover{transform:translate(6px)}.operations-image{flex:1;min-width:280px;text-align:center;animation:fadeInRight 1.2s ease-in-out}.operations-image img{width:100%;max-width:480px;border-radius:16px;box-shadow:0 16px 40px #0000001a;transition:transform .4s ease}.operations-image img:hover{transform:scale(1.04)}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@media (max-width: 768px){.operations-container{flex-direction:column;padding:2rem;text-align:center}.operations-text h2{font-size:2.1rem}.operations-text p,.operations-text ul li{font-size:1rem}.operations-image img{max-width:100%}}.usecases-section{background:linear-gradient(135deg,#f5f9ff,#dceeff);padding:6rem 1rem;font-family:Segoe UI,sans-serif}.usecases-container{max-width:1200px;margin:auto;text-align:center;padding:2rem;border-radius:24px;background:#ffffffa6;box-shadow:0 20px 40px #0000001a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.usecases-title{font-size:2.8rem;font-weight:700;color:#0e1e47;margin-bottom:1rem;animation:fadeInDown 1s ease-in-out}.usecases-subtitle{font-size:1.2rem;color:#1b1b1b;margin-bottom:3rem;animation:fadeInUp 1.2s ease-in-out}.usecase-cards{display:flex;flex-wrap:wrap;justify-content:center;gap:2.5rem}.usecase-card{background:linear-gradient(to top right,#fff,#f4f8ff);border-radius:16px;padding:2rem;width:300px;box-shadow:0 12px 30px #00000014;transition:transform .4s ease,box-shadow .4s ease;animation:fadeInZoom 1s ease forwards;cursor:pointer}.usecase-card:hover{transform:translateY(-10px) scale(1.03);box-shadow:0 16px 40px #0000001f}.usecase-img{width:100%;height:180px;-o-object-fit:cover;object-fit:cover;border-radius:12px;margin-bottom:1.2rem}.usecase-card h3{font-size:1.35rem;font-weight:600;color:#1e3a8a;margin-bottom:.6rem}.usecase-card p{color:#333;font-size:1rem;line-height:1.6}@media (max-width: 768px){.usecases-title{font-size:2.1rem}.usecases-subtitle{font-size:1.05rem}.usecase-cards{flex-direction:column;align-items:center}}.market-section{background-color:#f7f9fc;padding:60px 20px;font-family:Segoe UI,sans-serif;animation:fadeIn 1s ease-in-out}.market-container{max-width:1200px;margin:0 auto;text-align:center}.market-title{font-size:2.5rem;color:#1a202c;margin-bottom:10px}.market-subtitle{font-size:1.2rem;color:#4a5568;margin-bottom:30px}.market-image-container{margin-bottom:40px;display:flex;justify-content:center}.market-image{width:100%;max-width:700px;border-radius:12px;box-shadow:0 10px 25px #0000001a;transition:transform .3s ease-in-out}.market-image:hover{transform:scale(1.02)}.market-boxes{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin-bottom:50px}.market-box{background:#fff;border-radius:12px;padding:25px;width:280px;box-shadow:0 6px 20px #00000012;transition:transform .3s,box-shadow .3s}.market-hover:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000026}.market-box h3{font-size:1.5rem;color:#2d3748;margin-bottom:10px}.market-box p{font-size:1rem;color:#4a5568}.market-industries{background-color:#edf2f7;padding:30px;border-radius:10px}.market-industries h3{font-size:1.8rem;color:#2c5282;margin-bottom:20px}.market-industries ul{list-style:none;padding:0}.market-industries ul li{font-size:1.1rem;padding:8px 0;color:#2d3748;transition:color .2s}.market-industries ul li:hover{color:#1a365d;cursor:pointer}@media (max-width: 768px){.market-boxes{flex-direction:column;align-items:center}.market-box{width:90%}.market-title{font-size:2rem}.market-subtitle{font-size:1rem}}@keyframes fadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.revenue-section{background:linear-gradient(135deg,#f0faff,#dff0ff);padding:6rem 1rem;font-family:Segoe UI,sans-serif}.revenue-content{max-width:1200px;margin:auto;text-align:center;padding:2rem;border-radius:24px;background:#ffffffa6;box-shadow:0 20px 40px #0000001a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);animation:fadeIn 1.2s ease-in-out}.revenue-heading{font-size:2.8rem;color:#0e1e47;font-weight:700;margin-bottom:1rem;animation:fadeInDown 1s ease-in-out}.revenue-subheading{font-size:1.2rem;color:#1b1b1b;margin-bottom:3rem;animation:fadeInUp 1.2s ease-in-out}.revenue-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2.5rem;margin-bottom:3rem}.revenue-card{background:linear-gradient(to top right,#fff,#f4f8ff);padding:2rem;border-radius:16px;box-shadow:0 12px 30px #00000014;transition:transform .4s ease,box-shadow .4s ease;animation:fadeInZoom 1s ease-in-out;cursor:pointer}.revenue-card:hover{transform:translateY(-10px) scale(1.03);box-shadow:0 16px 40px #0000001f}.revenue-card h3{font-size:1.35rem;color:#1e3a8a;margin-bottom:.6rem}.revenue-card p{font-size:1rem;color:#333;line-height:1.6}.revenue-image-wrapper{margin-top:2rem;animation:fadeInZoom 1.4s ease-in-out}.revenue-image{max-width:100%;height:auto;border-radius:16px;box-shadow:0 10px 30px #0000001a}@media screen and (max-width: 768px){.revenue-heading{font-size:2.2rem}.revenue-subheading{font-size:1.05rem}.revenue-card{padding:1.5rem}.revenue-card h3{font-size:1.2rem}.revenue-card p{font-size:.95rem}}.roadmap-section{background:linear-gradient(to right,#eef7fb,#dcefff);padding:6rem 1rem;font-family:Segoe UI,sans-serif}.roadmap-container{max-width:1200px;margin:0 auto;text-align:center;background:#ffffffa6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:3rem 2rem;box-shadow:0 16px 40px #00000014;animation:fadeIn 1s ease-in-out}.roadmap-title{font-size:2.8rem;font-weight:700;color:#036;margin-bottom:1rem;animation:fadeInDown 1s ease}.roadmap-description{font-size:1.15rem;color:#444;max-width:800px;margin:0 auto 3rem;animation:fadeInUp 1s ease}.timeline{position:relative;padding-left:30px;border-left:3px solid #0077cc;text-align:left;margin-bottom:3rem}.timeline-item{margin-bottom:2.5rem;position:relative;animation:fadeInUp .9s ease;padding-left:10px}.timeline-dot{position:absolute;left:-14px;top:6px;width:20px;height:20px;background-color:#07c;border-radius:50%;border:4px solid #fff;box-shadow:0 0 0 4px #cce5ff;transition:transform .3s ease}.timeline-item:hover .timeline-dot{transform:scale(1.3)}.timeline-content{padding-left:1.5rem}.timeline-content h3{font-size:1.4rem;font-weight:600;color:#0a2f5a;margin-bottom:.3rem}.timeline-content p{color:#555;font-size:1.05rem;line-height:1.6}.roadmap-image{max-width:100%;margin-top:3rem;border-radius:16px;box-shadow:0 10px 30px #00000026;animation:fadeInZoom 1.2s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInZoom{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@media (max-width: 768px){.roadmap-title{font-size:2rem}.roadmap-description{font-size:1rem}.timeline-content h3{font-size:1.1rem}.timeline-content p{font-size:.95rem}.timeline{padding-left:20px}.roadmap-container{padding:2rem 1.2rem}}.team-section{padding:6rem 1rem;background:linear-gradient(to right,#609be3,#46b2ff);font-family:Segoe UI,sans-serif}.team-container{max-width:1200px;margin:auto;text-align:center;background:#ffffffa6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:3rem 2rem;box-shadow:0 16px 40px #00000014;animation:fadeIn 1.2s ease-in-out}.team-title{font-size:2.8rem;font-weight:700;color:#0a0b0e;margin-bottom:1rem;animation:fadeInDown 1s ease}.team-description{color:#444;font-size:1.1rem;max-width:700px;margin:0 auto 3rem;animation:fadeInUp 1s ease}.team-grid{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));justify-items:center}.team-card{background:#ffffffe6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:16px;padding:1.5rem;box-shadow:0 10px 24px #00000014;transition:transform .3s ease,box-shadow .3s ease;text-align:center;animation:fadeInUp 1.2s ease-in-out;width:100%;max-width:280px}.team-card:hover{transform:translateY(-10px);box-shadow:0 14px 30px #0000001f;background:#fffffff2}.team-card-img{width:100%;height:220px;-o-object-fit:cover;object-fit:cover;border-radius:12px;margin-bottom:1rem;box-shadow:0 4px 12px #0000001a}.team-card-name{font-size:1.25rem;color:#0d47a1;font-weight:600;margin-bottom:.25rem}.team-card-role{color:#555;font-size:.95rem}@keyframes fadeInDown{0%{transform:translateY(-30px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fadeInUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.contact-section{padding:6rem 1rem;background:linear-gradient(to bottom right,#e6f2ff,#f9fcff);animation:fadeIn 1s ease;font-family:Segoe UI,sans-serif}.contact-container{max-width:1200px;margin:auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:2.5rem;background:#cdcacab3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:3rem 2rem;box-shadow:0 14px 35px #0000000f}.contact-text{flex:1 1 500px;animation:slideInLeft 1s ease}.contact-text h2{font-size:2.7rem;color:#0b3d91;margin-bottom:1rem}.contact-text p{font-size:1.05rem;color:#333;margin-bottom:1.5rem;line-height:1.6}.contact-details p{margin-bottom:.7rem;font-size:.95rem;color:#444}.contact-form{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.contact-form input,.contact-form textarea{padding:.85rem 1.2rem;font-size:1rem;border-radius:10px;border:1px solid #c1dde9;background-color:#ffeaea;transition:all .3s ease}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:#0b3d91;box-shadow:0 0 8px #0b3d9133}.contact-form button{background-color:#0b3d91;color:#fff;padding:.8rem 1.5rem;border:none;font-size:1rem;font-weight:500;border-radius:8px;cursor:pointer;transition:all .3s ease-in-out}.contact-form button:hover{background-color:#073170;transform:scale(1.03)}.contact-image{flex:1 1 400px;animation:slideInRight 1s ease}.contact-image img{width:100%;max-width:500px;border-radius:16px;box-shadow:0 12px 28px #0000001a}@keyframes slideInLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@media (max-width: 768px){.contact-container{flex-direction:column;padding:2.5rem 1.2rem}.contact-text,.contact-image{flex:1 1 100%;text-align:center}.contact-text h2{font-size:2rem}.contact-form{align-items:center}.contact-form input,.contact-form textarea{width:100%}}.about-section{padding:6rem 1rem;background:linear-gradient(to bottom right,#4b6cb7,#8e44ad);position:relative;font-family:Segoe UI,sans-serif}.about-container{max-width:1200px;margin:0 auto;text-align:center;padding:2rem;border-radius:24px;background:#ffffff1a;box-shadow:0 20px 50px #0003;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.about-title{font-size:3rem;color:#fff;font-weight:700;animation:fadeInDown .8s ease-in-out;margin-bottom:2rem;text-shadow:1px 1px 5px rgba(0,0,0,.4)}.about-intro{font-size:1.25rem;color:#e8e8e8;line-height:1.8;animation:fadeInUp 1s ease-in-out;margin-bottom:3rem}.about-image{width:100%;max-width:720px;margin:3rem auto;display:block;border-radius:24px;box-shadow:0 20px 40px #00000040;animation:zoomIn 1s ease-in-out;transition:transform .4s ease}.about-image:hover{transform:scale(1.05)}.about-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2.5rem;margin-top:3rem}.about-card{background:#ffffff14;padding:2rem;border-radius:20px;box-shadow:0 12px 30px #00000026;transition:transform .4s ease,box-shadow .4s ease;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);cursor:pointer}.about-card:hover{transform:translateY(-12px) scale(1.04);box-shadow:0 20px 50px #00000040}.about-card h3{color:#fff;margin-bottom:.75rem;font-size:1.5rem;font-weight:700}.about-card p{color:#f0f0f0;font-size:1.05rem;line-height:1.7}.about-team{margin-top:5rem;background:#ffffff1a;padding:3rem;border-radius:24px;animation:fadeIn 1.2s ease-in-out;box-shadow:0 12px 30px #0003;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.team-title{font-size:2.5rem;color:#fff;margin-bottom:1.5rem}.team-list{list-style:none;padding:0;font-size:1.2rem;color:#f2f2f2;display:flex;flex-direction:column;gap:1rem;transform:translateY(10px);transition:transform .4s ease}.about-team:hover .team-list{transform:translateY(0)}@keyframes zoomIn{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}@media (max-width: 768px){.about-title{font-size:2.2rem}.about-intro{font-size:1.05rem}.about-card p{font-size:1rem}.team-list{align-items:center}}.services-section{padding:6rem 1rem;background:linear-gradient(135deg,#4b6cb7,#8e44ad);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);font-family:Segoe UI,sans-serif}.services-container{max-width:1200px;margin:0 auto;text-align:center;padding:2rem;border-radius:24px;background:#ffffff14;box-shadow:0 20px 50px #0003;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.services-title{font-size:3rem;font-weight:700;color:#fff;margin-bottom:1.5rem;animation:fadeInDown 1s ease-in-out;text-shadow:1px 1px 4px rgba(0,0,0,.3)}.services-subtitle{font-size:1.25rem;color:#f2f2f2;margin-bottom:3rem;animation:fadeIn 1.5s ease-in-out}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2.5rem}.service-card{background:#ffffff1f;border-radius:20px;box-shadow:0 12px 30px #00000026;padding:2rem;transition:transform .4s ease,box-shadow .4s ease;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.service-card:hover{transform:translateY(-12px) scale(1.04);box-shadow:0 20px 50px #00000040}.service-card img{width:100%;height:180px;-o-object-fit:cover;object-fit:cover;border-radius:16px;margin-bottom:1.2rem;box-shadow:0 6px 20px #0000001a;transition:transform .4s ease}.service-card:hover img{transform:scale(1.05)}.service-card h3{color:#fff;font-size:1.5rem;margin-bottom:.75rem;font-weight:700}.service-card p{color:#e6e6e6;font-size:1.05rem;line-height:1.7}@media (max-width: 768px){.services-title{font-size:2.2rem}.services-subtitle{font-size:1.05rem}.service-card p{font-size:1rem}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.market-section{padding:6rem 1rem;background:linear-gradient(135deg,#4b6cb7,#8e44ad);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);font-family:Segoe UI,sans-serif}.market-container{max-width:1200px;margin:auto;text-align:center;padding:2rem;border-radius:24px;background:#ffffff14;box-shadow:0 20px 50px #0003;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.market-title{font-size:3rem;font-weight:700;color:#fff;margin-bottom:1.5rem;animation:fadeInDown 1s ease-in-out;text-shadow:1px 1px 4px rgba(0,0,0,.3)}.market-subtitle{font-size:1.2rem;color:#e6e6e6;margin-bottom:3rem;animation:fadeInUp 1.2s ease-in-out}.market-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2.5rem;margin-bottom:4rem}.market-box{padding:2rem;border-radius:20px;background:#ffffff1f;color:#fff;box-shadow:0 12px 30px #0000001a;transition:transform .4s ease,box-shadow .4s ease;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.market-box:hover{transform:translateY(-12px) scale(1.04);box-shadow:0 20px 50px #0003}.market-box h3{font-size:1.5rem;margin-bottom:.75rem;font-weight:700;color:#fff}.market-box p{font-size:1.05rem;color:#e6e6e6;line-height:1.6}.market-stats{text-align:left;max-width:700px;margin:0 auto 3rem;background:#ffffff26;border-radius:20px;padding:2rem;box-shadow:0 10px 30px #0003;animation:fadeInUp 1.3s ease-in-out;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.market-stats h4{font-size:1.6rem;color:#fff;margin-bottom:1rem;font-weight:700}.market-stats ul{list-style-type:disc;padding-left:1.5rem}.market-stats li{margin-bottom:.6rem;font-size:1.05rem;color:#f2f2f2}.market-image-wrapper{display:flex;justify-content:center;align-items:center;margin-top:3rem}.market-img{width:100%;max-width:800px;height:auto;-o-object-fit:contain;object-fit:contain;border-radius:20px;box-shadow:0 12px 35px #0003;animation:fadeInZoom 1.2s ease-in-out}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-40px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInZoom{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}@media (max-width: 768px){.market-title{font-size:2.2rem}.market-subtitle{font-size:1.05rem}.market-box p{font-size:1rem}}.contact-section{background:linear-gradient(to bottom right,#4b6cb7,#8e44ad);padding:6rem 1rem;font-family:Segoe UI,sans-serif}.contact-wrapper{display:flex;flex-wrap:wrap;gap:2.5rem;max-width:1200px;margin:0 auto;align-items:center;justify-content:center;animation:fadeIn 1s ease-in-out}.contact-image-container{flex:1 1 400px;text-align:center}.contact-image{max-width:100%;border-radius:20px;box-shadow:0 14px 40px #0003;animation:zoomIn 1s ease-in-out}.contact-content{flex:1 1 500px;background:#ffffff1a;padding:2.5rem;border-radius:24px;box-shadow:0 20px 60px #00000040;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);transition:all .4s ease-in-out}.contact-content:hover{transform:translateY(-10px);box-shadow:0 30px 70px #00000040}.contact-content h2{font-size:3rem;color:#fff;margin-bottom:1.5rem;font-weight:700;text-shadow:1px 1px 6px rgba(0,0,0,.4)}.contact-content p{font-size:1.1rem;color:#e3e3e3;margin-bottom:2rem;line-height:1.6}.contact-form{display:flex;flex-direction:column;gap:1.2rem}.contact-form input,.contact-form textarea{padding:1rem 1.2rem;border:1px solid rgba(255,255,255,.3);border-radius:12px;font-size:1.05rem;background-color:#ffffff26;color:#fff;transition:border .3s,box-shadow .3s,background .3s}.contact-form input::-moz-placeholder,.contact-form textarea::-moz-placeholder{color:#ffffffb3}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#ffffffb3}.contact-form input:focus,.contact-form textarea:focus{border-color:#fff;outline:none;box-shadow:0 0 8px #ffffff4d;background-color:#ffffff40}.contact-form button{background:#fff;color:#8e44ad;padding:1rem 1.5rem;font-weight:700;border:none;border-radius:12px;cursor:pointer;transition:background .3s ease,transform .3s ease,color .3s ease}.contact-form button:hover{background:#d1c4e9;color:#4b6cb7;transform:scale(1.05)}.contact-info{margin-top:2rem;font-size:1.05rem;color:#f5f5f5;line-height:1.6}.contact-info p{margin:.5rem 0}@keyframes fadeIn{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes zoomIn{0%{transform:scale(.85);opacity:0}to{transform:scale(1);opacity:1}}@media (max-width: 768px){.contact-content h2{font-size:2.2rem}.contact-wrapper{flex-direction:column}.contact-form input,.contact-form textarea{font-size:1rem}}/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */@layer properties{@supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}.collapse{visibility:collapse}.invisible{visibility:hidden}.visible{visibility:visible}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.sticky{position:sticky}.isolate{isolation:isolate}.container{width:100%}.block{display:block}.contents{display:contents}.flex{display:flex}.hidden{display:none}.inline{display:inline}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.table{display:table}.table-cell{display:table-cell}.min-h-screen{min-height:100vh}.flex-1{flex:1}.flex-shrink-0{flex-shrink:0}.shrink{flex-shrink:1}.flex-grow,.grow{flex-grow:1}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.cursor-wait{cursor:wait}.resize{resize:both}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.flex-nowrap{flex-wrap:nowrap}.flex-wrap{flex-wrap:wrap}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.border{border-style:var(--tw-border-style);border-width:1px}.border-0{border-style:var(--tw-border-style);border-width:0}.text-center{text-align:center}.text-left{text-align:left}.text-wrap{text-wrap:wrap}.italic{font-style:italic}.underline{text-decoration-line:underline}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,visibility,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.select-all{-webkit-user-select:all;-moz-user-select:all;user-select:all}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}
