.main_navbar{position:relative;display:flex;align-items:center;justify-content:space-between;background-color:#fff;padding:0 clamp(1rem,3vw,5em);min-height:100px;box-shadow:0 4px 10px #0003;position:sticky;top:0;z-index:100;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.navbar-logo-link{display:flex;flex-direction:column;align-items:center;text-decoration:none}.navbar-logo-link,.navbar-logo-link:visited,.navbar-logo-link:active,.navbar-logo-link:hover{color:#200d68}.navbar-logo-container{display:flex;flex-direction:column;align-items:center;text-align:center;line-height:1}.navbar-logo{height:50px}.navbar-logo-text{font-family:Georgia,sans-serif;font-size:1em;color:#200d68;font-weight:500;margin-top:4px;letter-spacing:.5px;text-decoration:none;display:block}.navbar-right{display:flex;flex-direction:column;align-items:flex-end;gap:10px}.utility-bar{display:flex;align-items:center;gap:15px;font-size:.75rem}.search-form{display:flex;align-items:center;gap:10px;padding-left:15px}.search-input{padding:5px 10px 5px 35px;border:1px solid #f1edff;border-radius:4px;font-size:.85rem;outline:none;width:150px;background-color:#fff;color:#200d68}.search-input:focus{border:1px solid #4f3c95}.search-input-wrapper{position:relative;display:flex;align-items:center}.search-icon-left{position:absolute;left:10px;color:#7a6fb0;pointer-events:none}.mobile-menu-toggle{display:none;background:none;border:none;font-size:28px;color:#200d68;cursor:pointer}.navbar-links{display:flex;gap:10px;list-style:none;margin:0;padding:0}.navbar-links li{display:flex}.nav-link{text-decoration:none;color:#200d68;padding:12px 15px;border-radius:5px;transition:background-color .3s,transform .2s;font-weight:600}.nav-link:hover{background-color:#4f3c95;transform:translateY(-3px);color:#fff}@media(max-width:1080px){.mobile-menu-toggle{display:block}.navbar-links{display:none;flex-direction:column;width:100%;position:absolute;top:100px;left:0vw;background-color:#fff;padding:10px 6px}.navbar-links.open{display:flex}.navbar-links li{width:100%}.nav-link{width:100%;padding:12px 20px}}.footer{background:linear-gradient(135deg,#200d68,#4f3c95);color:#fff;padding:4rem clamp(1rem,3vw,5em) 2rem;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.footer-content{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:3rem;margin-bottom:3rem}.footer-section{display:flex;flex-direction:column;gap:1rem}.footer-section:first-child{grid-column:span 1}.footer-logo-container{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:.5rem}.footer-logo{height:50px;margin-bottom:.5rem;filter:brightness(0) invert(1)}.footer-logo-text{font-family:Georgia,sans-serif;font-size:1.1rem;color:#fff;font-weight:600;letter-spacing:.5px}.footer-description{color:#fffc;font-size:.95rem;line-height:1.6;margin:0;font-style:italic}.footer-social{display:flex;gap:1rem;margin-top:1rem}.footer-social-icon{width:40px;height:40px;border-radius:50%;background:#ffffff1a;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .3s ease}.footer-social-icon:hover{background:#fff3;transform:translateY(-3px)}.footer-title{font-size:1.2rem;font-weight:600;color:#fff;margin-bottom:.5rem;margin-top:0}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer-links li a{color:#fffc;text-decoration:none;font-size:.95rem;transition:all .3s ease;display:inline-block}.footer-links li a:hover{color:#fff;transform:translate(5px)}.footer-contact{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.footer-contact li{color:#fffc;font-size:.95rem;display:flex;gap:.75rem;line-height:1.6}.footer-contact li svg{flex-shrink:0;margin-top:2px}.footer-bottom{max-width:1400px;margin:0 auto;padding-top:2rem;border-top:1px solid rgba(255,255,255,.2);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-bottom p{color:#ffffffb3;font-size:.9rem;margin:0}.footer-bottom-links{display:flex;gap:1rem;align-items:center}.footer-bottom-links a{color:#ffffffb3;text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer-bottom-links a:hover{color:#fff}.footer-divider{color:#ffffff4d}@media(max-width:1080px){.footer-content{grid-template-columns:repeat(2,1fr);gap:2rem}.footer-section:first-child{grid-column:span 2}}@media(max-width:768px){.footer{padding:3rem 1.5rem 1.5rem}.footer-content{grid-template-columns:1fr;gap:2rem}.footer-section:first-child{grid-column:span 1}.footer-bottom{flex-direction:column;text-align:center;gap:1rem}.footer-bottom-links{flex-wrap:wrap;justify-content:center}}.hero-section{background-image:url(/assets/hero_img-BTF1fQU2.jpg);background-size:cover;background-position:center;height:90vh;width:100vw;overflow-x:hidden;display:flex;align-items:center;justify-content:center;color:#fff}.hero-content{text-align:center;z-index:2;font-family:Georgia,Times New Roman,Times,serif}.hero-content h1{font-size:clamp(1.5rem,6vw,5rem)!important;margin-bottom:1rem;font-weight:600}@media(max-width:1080px){.hero-section{height:80vh}.hero-content h1{font-size:4rem}}@media(max-width:768px){.hero-section{height:70vh}.hero-content h1{font-size:3rem}}.carousel-wrapper{position:relative;width:100%;overflow:hidden}.carousel-container{width:100%;overflow:hidden;position:relative}.carousel-track{display:flex;transition:transform .6s cubic-bezier(.4,0,.2,1);will-change:transform}.carousel-slide{flex-shrink:0;width:100%;min-width:100%;padding-bottom:1rem}.carousel-controls{position:relative;bottom:10px;left:50%;transform:translate(-50%);display:flex;align-items:center;justify-content:center;gap:1rem;z-index:10;padding:10px;background:linear-gradient(135deg,#210d68cb,#8857b9bd);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:50px;width:fit-content}.carousel-arrow{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#210d68ad,#8857b9a9);border:1px solid rgb(255,255,255);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.carousel-arrow:hover{background:linear-gradient(135deg,#5728ff,#962dff);border-color:#b039ff80;transform:scale(1.1);box-shadow:0 5px 20px #6366f166}.carousel-arrow:active{transform:scale(.95)}.carousel-dots{display:flex;gap:1rem;align-items:center}.carousel-dot{width:12px;height:12px;border-radius:50%;border-color:#02033d;background:#f1edff;border:none;cursor:pointer;transition:all .3s ease;padding:0}.carousel-dot:hover{background:linear-gradient(135deg,#5728ff,#962dff);border:1px solid rgba(176,57,255,.5);transform:scale(1.5)}.carousel-dot.active{background:#fff;width:32px;border-radius:6px;box-shadow:0 0 15px #fff9}@media(max-width:1080px){.carousel-arrow{width:40px;height:40px}.carousel-controls{padding:8px;gap:.75rem}}.info-section{min-height:auto;display:flex;align-items:center;justify-content:center;padding:1rem;background:linear-gradient(to bottom,#ebe6ff,#fff);position:relative;overflow:hidden}.info-section:before{content:"";position:absolute;width:500px;height:500px;background:radial-gradient(circle,rgba(156,158,255,.1) 0%,transparent 70%);border-radius:50%;pointer-events:none;top:50%;left:50%;transform:translate(-50%,-50%)}.card-container{max-width:1400px;width:100%;display:flex;gap:2rem;align-items:center;animation:fadeInUp .8s ease-out;padding-top:1rem}.card-container.reverse{flex-direction:row-reverse}.card-container.column{flex-direction:column;max-width:1200px}.card-side{flex:1}.card-title{font-size:3.5rem;font-weight:700;color:#4f3c95;margin-bottom:1.5rem;margin-top:.1rem;background:linear-gradient(135deg,#200d68,#8857b9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-align:center}.card-title.centered{text-align:center;margin-bottom:.5rem}.card-image{width:100%;height:400px;border-radius:0;overflow:hidden;box-shadow:0 5px 5px #0000004d;transition:transform .3s ease}.card-image:hover{transform:scale(1.01) translate(-1%,-1%)}.card-image img{width:100%;height:100%;object-fit:cover}.card-text{margin-top:2rem;color:#02033d;font-size:1.1rem;line-height:1.8;text-align:justify;text-align-last:center}.card-text p{margin-bottom:2rem}@media(max-width:1080px){.info-section{min-height:100%}.info-section:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:var(--bg-image);background-size:cover;background-position:center;filter:blur(6px);opacity:.7;z-index:0;mask-image:linear-gradient(to bottom,black 0%,black 50%,transparent 80%);-webkit-mask-image:linear-gradient(to bottom,black 0%,black 50%,transparent 80%)}.card-container,.card-container.reverse{flex-direction:column;gap:1.5rem;position:relative;z-index:2}.card-side{width:100%}.card-title{font-size:2.5rem;margin-bottom:1.5rem;margin-top:0}.card-image{display:none}.card-text{margin-top:1rem;font-size:1rem}.card-container:not(.reverse):not(.column){display:flex;flex-direction:column}.card-container:not(.reverse):not(.column) .card-side:first-child{order:2}.card-container:not(.reverse):not(.column) .card-side:last-child{order:1}}.stats-panel{background:#ffffff59;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.349);border-radius:0;padding:1rem;display:flex;flex-direction:column;gap:1rem}.stat-item{text-align:center;padding:1rem;border-radius:0;background:#6366f133;transition:all .3s ease;color:#4f3c95}.stat-item:hover{background:linear-gradient(135deg,#5728ff,#962dff);border:0px solid rgba(176,57,255,.5);transform:translateY(-5px);color:#fff}.stat-number{font-size:4rem;font-weight:700;margin-bottom:0rem}.stat-label{font-size:1.1rem;text-transform:uppercase;letter-spacing:2px}@media(max-width:1080px){.stats-panel{padding:1.5rem;gap:1.5rem}.stat-number{font-size:3rem}.stat-label{font-size:.95rem}}.tag-list{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.tag{background:#6366f133;border:1px solid rgba(99,102,241,.3);color:#02033d;padding:.75rem 1.5rem;border-radius:50px;font-size:.95rem;font-weight:500;transition:all .3s ease;cursor:default}.tag:hover{background:linear-gradient(135deg,#5728ff,#962dff);border-color:#6366f180;transform:translateY(-2px);box-shadow:0 5px 15px #6366f14d;color:#fff;font-weight:1000;text-decoration:underline}.logo-grid{display:flex;justify-content:center;align-items:center;gap:2rem;margin-bottom:0rem;padding:0rem;position:relative;flex-wrap:wrap}.logo-item{cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;width:10rem;border-radius:15px;background:#ffffff08;border:1px solid rgba(255,255,255,.1)}.logo-icon{max-width:10rem;height:3rem;object-fit:contain;transition:all .4s cubic-bezier(.4,0,.2,1);filter:grayscale(100%)}.logo-name{font-size:.85rem;color:#495d79;text-align:center;font-weight:500;transition:all .4s cubic-bezier(.4,0,.2,1)}.logo-item:hover{transform:translateY(-10px) scale(1.1);background:#6366f11a;border-color:#6366f14d;box-shadow:0 20px 40px #6366f133,0 0 60px #6366f14d}.logo-item:hover .logo-icon{filter:grayscale(0%);transform:scale(1.15)}.logo-item:hover .logo-name{color:#02033d}.logo-grid:has(.logo-item:hover) .logo-item:not(:hover){opacity:.3;filter:blur(3px)}@media(max-width:1080px){.logo-grid{gap:1.5rem}.logo-icon{width:2.5rem;height:2.5rem}}@media(max-width:768px){.logo-item{padding:.5rem;width:auto;flex:1 1 calc(33% - 1rem);max-width:120px}}.content-box{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:2rem;min-height:150px;display:flex;align-items:center;justify-content:center;text-align:center}.content-box p{color:#02033d;font-size:1.1rem;line-height:1.8;margin:0;animation:fadeBlurIn .6s ease-out forwards;text-align:justify;text-align-last:center}@media(max-width:1080px){.content-box{padding:1.5rem;min-height:120px}.content-box p{font-size:1rem}}@media(max-width:768px){.card-title{font-size:2rem}.logo-item{padding:.75rem}.logo-icon{font-size:2rem}.tag{padding:.5rem 1rem;font-size:.85rem}}.about-section{background:linear-gradient(to bottom,#fff,#f8f6ff,#ebe6ff);padding:4rem clamp(1rem,3vw,5em);position:relative;overflow:hidden}.about-section:before{content:"";position:absolute;width:600px;height:600px;background:radial-gradient(circle,rgba(99,102,241,.08) 0%,transparent 70%);border-radius:0;top:20%;right:-200px;pointer-events:none}.about-container{max-width:1400px;margin:0 auto}.about-content-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:4rem;align-items:start}.about-story{display:flex;flex-direction:column;gap:2rem;height:100%}.story-card{background:#fff9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:0px solid rgba(255,255,255,.3);border-radius:0;padding:2rem;box-shadow:0 10px 30px #00000014;animation:fadeInLeft .8s ease-out;flex:0 0 auto}.story-heading{font-size:2rem;color:#200d68;margin-bottom:1.5rem;margin-top:0}.story-text{color:#02033d;font-size:1.05rem;line-height:1.8;margin-bottom:1.2rem;text-align:justify}.story-text:last-child{margin-bottom:0}.about-stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;animation:fadeInUp .8s ease-out .2s backwards;flex:1}.about-stat-card{background:linear-gradient(135deg,#6366f11a,#8857b91a);border:0px solid rgba(99,102,241,.2);border-radius:0;padding:1.5rem;text-align:center;transition:all .3s ease}.about-stat-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #6366f133;background:linear-gradient(135deg,#6366f133,#8857b933)}.about-stat-card{font-size:2.5rem;margin-bottom:.5rem}.about-stat-card .stat-number{font-size:2.5rem;font-weight:700;color:#200d68;margin-bottom:.3rem}.about-stat-card .stat-label{font-size:.9rem;color:#4f3c95;font-weight:500;text-transform:uppercase;letter-spacing:1px}.about-values{animation:fadeInRight .8s ease-out;display:flex;flex-direction:column;height:100%}.values-heading{font-size:2rem;color:#200d68;margin-bottom:1.5rem;margin-top:0;flex:0 0 auto}.values-selector{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:2rem;flex:0 0 auto}.value-tab{background:#fff9;border:0px solid rgba(99,102,241,.2);border-radius:0;padding:1rem;display:flex;align-items:center;justify-content:center;gap:.75rem;cursor:pointer;transition:all .3s ease;font-size:1rem;font-weight:500;color:#200d68}.value-tab:hover{background:#6366f11a;border-color:#6366f166;transform:translateY(-2px)}.value-tab.active{background:linear-gradient(135deg,#4f3c95,#8857b9);border-color:#4f3c95;color:#fff;transform:scale(1.02);box-shadow:0 5px 20px #6366f14d}.value-name{font-weight:600}.value-display{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:0;padding:2.5rem;text-align:center;display:flex;flex-direction:column;justify-content:center;box-shadow:0 10px 30px #00000014;flex:1;position:relative;overflow:hidden}.value-display:before{content:"";position:absolute;inset:0;background-image:inherit;background-size:cover;background-position:center;filter:grayscale(100%) blur(1.6px) brightness(.65);z-index:-1}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.value-title{font-size:2rem;color:#fff!important;margin-bottom:1rem;margin-top:0;text-shadow:2px 2px 8px rgba(0,0,0,1.2)}.value-description{color:#fff!important;font-size:1.1rem;line-height:1.8;animation:fadeBlurIn .6s ease-out forwards;text-shadow:1px 1px 6px rgba(0,0,0,1.2)}@keyframes fadeBlurIn{0%{opacity:0;filter:blur(10px);transform:translateY(10px)}to{opacity:1;filter:blur(0);transform:translateY(0)}}.about-timeline-section{margin-bottom:4rem;padding:1rem 0}.timeline-heading{font-size:2.5rem;color:#200d68;text-align:center;margin-bottom:1rem}.timeline-bar{display:flex;align-items:stretch;margin:0 auto 1rem;padding:1rem 0}.timeline-segment{position:relative;flex:1;min-width:150px;background:linear-gradient(135deg,#6366f126,#8857b926);padding:1rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;cursor:pointer;transition:all .3s ease;border:0px solid rgba(99,102,241,.3);clip-path:polygon(0 0,calc(100% - 10px) 0,100% 50%,calc(100% - 10px) 100%,0 100%,10px 50%)}.timeline-segment:first-child{clip-path:polygon(0 0,calc(100% - 10px) 0,100% 50%,calc(100% - 10px) 100%,0 100%);border-top-left-radius:15px;border-bottom-left-radius:15px}.timeline-segment:last-child{clip-path:polygon(0 0,100% 0,100% 100%,0 100%,10px 50%);border-top-right-radius:15px;border-bottom-right-radius:15px}.timeline-segment:hover{transform:translateY(-3px);z-index:5}.timeline-segment.active{background:linear-gradient(135deg,#4f3c95,#8857b9);transform:translateY(-5px);z-index:10}.timeline-segment.active .timeline-year,.timeline-segment.active .timeline-event{color:#fff}.timeline-text{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.25rem}.timeline-year{font-size:1.3rem;font-weight:700;color:#4f3c95;transition:all .3s ease}.timeline-event{font-size:.85rem;color:#02033d;font-weight:500;line-height:1.3;transition:all .3s ease}.timeline-description{background:#fff9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:0px solid rgba(255,255,255,.3);border-radius:0;padding:2rem;max-width:1400px;margin:0 auto;min-height:120px;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 30px #00000014}.timeline-description p{color:#02033d;font-size:1.1rem;line-height:1.8;margin:0;text-align:center;animation:fadeBlurIn .6s ease-out forwards}@media(max-width:1080px){.about-title{font-size:2.5rem}.about-content-grid{grid-template-columns:1fr;gap:2rem}.about-stats-grid,.values-selector{grid-template-columns:repeat(2,1fr)}.timeline-bar{flex-direction:column;gap:1rem}.timeline-segment{border-radius:15px!important;padding:1.5rem!important;min-width:unset}.timeline-segment:before,.timeline-segment:after{display:none}.timeline-description{padding:1.5rem;min-height:100px}.timeline-description p{font-size:1rem}.cta-heading{font-size:2rem}.about-story,.about-values{height:auto}}@media(max-width:768px){.about-section{padding:3rem 1rem}.about-title{font-size:2rem}.about-subtitle{font-size:1.1rem}.about-stats-grid,.values-selector{grid-template-columns:1fr}.story-heading,.values-heading,.timeline-heading{font-size:1.8rem}.value-display{padding:1.5rem;min-height:200px}}.sendAMessage{background-image:url(https://www.theladders.com/wp-content/uploads/handshake_190617-1490x838.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;padding:8rem 12rem;position:relative;overflow:hidden}.sendAMessage:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(https://www.theladders.com/wp-content/uploads/handshake_190617-1490x838.jpg);background-size:cover;background-position:center;filter:blur(10px);transform:scale(1.1);z-index:0}@media(max-width:1080px){.sendAMessage{padding:8rem 6rem}}@media(max-width:768px){.sendAMessage{padding:8rem 2rem}}.cta{background:linear-gradient(135deg,#200d68,#4f3c95);border-radius:25px;padding:3rem;text-align:center;box-shadow:0 20px 50px #200d684d;animation:fadeInUp .8s ease-out;position:relative;z-index:1}.cta-heading{font-size:2.5rem;color:#fff;margin-bottom:1rem;margin-top:0}.cta-text{font-size:1.2rem;color:#ffffffe6;margin-bottom:2rem}.cta-button{background:#fff;color:#200d68;border:none;padding:1rem 3rem;font-size:1.1rem;font-weight:600;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 25px #0003}.cta-button:hover{transform:translateY(-3px);box-shadow:0 15px 35px #0000004d;background:#f8f6ff}@media(max-width:1080px){.cta{padding:2rem}}.mission-section{background:linear-gradient(180deg,#210d68ea,#4f3c95);padding:4rem clamp(1rem,3vw,5em);position:relative;overflow:hidden}.mission-section:before{content:"";position:absolute;inset:0;pointer-events:none}.mission-section:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80%;height:80%;pointer-events:none}.mission-container{max-width:1400px;margin:0 auto;position:relative;z-index:1}.mission-header{text-align:center;margin-bottom:4rem;animation:fadeInDown .8s ease-out}.mission-title{font-size:3.5rem;font-weight:700;background:#fff;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem;margin-top:0}.mission-subtitle{font-size:1.3rem;color:#fff;font-weight:500;margin:0}.mission-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.mission-card{background:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:0px solid rgba(255,255,255,.5);border-radius:0;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);cursor:pointer;animation:fadeInUp .6s ease-out backwards;box-shadow:0 5px 20px #00000014}.mission-card:nth-child(1){animation-delay:.1s}.mission-card:nth-child(2){animation-delay:.2s}.mission-card:nth-child(3){animation-delay:.3s}.mission-card:nth-child(4){animation-delay:.4s}.mission-card:nth-child(5){animation-delay:.5s}.mission-card:nth-child(6){animation-delay:.6s}.mission-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #fff9;border-color:#fffc}.mission-card.active{transform:translateY(-10px) scale(1.02);box-shadow:0 25px 50px #ffffff4d;z-index:10}.mission-image-container{position:relative;width:100%;height:250px;overflow:hidden}.mission-image{width:100%;height:100%;object-fit:cover;transition:transform .4s cubic-bezier(.4,0,.2,1)}.mission-card:hover .mission-image{transform:scale(1.1)}.mission-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#200d6800,#200d684d,#200d68cc);display:flex;align-items:flex-end;justify-content:center;padding:1.5rem;transition:all .4s ease}.mission-card:hover .mission-overlay{background:linear-gradient(to bottom,#200d681a,#200d6880,#200d68e6)}.mission-card:hover{transform:scale(1.02) translateY(-5px);opacity:1}.mission-content{padding:1.5rem}.mission-card-title{font-size:1.5rem;font-weight:600;color:#200d68;margin:0 0 .75rem;text-decoration:none;transition:all .3s ease}.mission-card:hover .mission-card-title{text-decoration:underline}.mission-description{font-size:1rem;color:#02033d;line-height:1.6;margin:0}@media(max-width:1080px){.mission-title{font-size:2.5rem}.mission-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.mission-image-container{height:220px}}@media(max-width:768px){.mission-section{padding:3rem 1rem}.mission-title{font-size:2rem}.mission-subtitle{font-size:1.1rem}.mission-grid{grid-template-columns:1fr;gap:1.5rem}.mission-image-container{height:200px}.mission-content{padding:1.25rem}.mission-card-title{font-size:1.3rem}.mission-description{font-size:.95rem}}.careers-hero{background:linear-gradient(135deg,#200d68,#8857b9);padding:6rem 2rem;text-align:center;position:relative;overflow:hidden}.careers-hero:before{content:"";position:absolute;width:500px;height:500px;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);border-radius:50%;top:-200px;left:-100px;pointer-events:none}.careers-hero:after{content:"";position:absolute;width:400px;height:400px;background:radial-gradient(circle,rgba(255,255,255,.08) 0%,transparent 70%);border-radius:50%;bottom:-150px;right:-100px;pointer-events:none}.section-title{font-size:2.5rem;color:#200d68;text-align:center;margin-bottom:1rem;font-weight:700}.why-join-section{padding:5rem 2rem;background:linear-gradient(to bottom,#fff,#f8f6ff)}.why-join-container{max-width:1400px;margin:0 auto}.values-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:2rem}.value-card{padding:2.5rem;background:#fff9;border:1px solid rgba(99,102,241,.2);border-left:4px solid #4f3c95;transition:all .3s ease}.value-card:hover{background:#6366f11a;border-left-width:6px;transform:translate(8px);box-shadow:0 10px 25px #6366f126}.value-title{font-size:1.5rem;color:#200d68;margin-bottom:1rem;margin-top:0;font-weight:700}.value-description{color:#02033d;font-size:1rem;line-height:1.7;margin:0}.benefits-section{padding:5rem 2rem;background:linear-gradient(to bottom,#f8f6ff,#ebe6ff)}.benefits-container{max-width:1400px;margin:0 auto}.benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.benefit-card{padding:2rem;background:#fff9;border:2px solid rgba(99,102,241,.2);text-align:center;transition:all .3s ease;cursor:default}.benefit-card:hover{background:#ffffffe6;border-color:#4f3c95;transform:translateY(-8px);box-shadow:0 15px 35px #6366f133}.benefit-icon{font-size:3rem;margin-bottom:1rem;filter:grayscale(.2)}.benefit-title{font-size:1.3rem;color:#200d68;margin-bottom:1rem;margin-top:0;font-weight:700}.benefit-description{color:#02033d;font-size:.95rem;line-height:1.6;margin:0}.positions-section{padding:5rem 2rem;background:linear-gradient(to bottom,#ebe6ff,#fff)}.positions-container{max-width:1400px;margin:0 auto}.department-filters{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:3rem}.dept-filter-btn{background:#fffc;border:2px solid rgba(99,102,241,.2);padding:.8rem 1.8rem;cursor:pointer;transition:all .3s ease;font-size:1rem;font-weight:500;color:#200d68}.dept-filter-btn:hover{background:#6366f11a;border-color:#6366f166;transform:translateY(-3px);box-shadow:0 5px 15px #6366f133}.dept-filter-btn.active{background:linear-gradient(135deg,#4f3c95,#8857b9);border-color:#4f3c95;color:#fff;transform:scale(1.05);box-shadow:0 8px 25px #6366f14d}.positions-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.position-card{background:#fffc;border:2px solid rgba(99,102,241,.2);border-left:4px solid #4f3c95;padding:2rem;transition:all .3s ease}.position-card:hover{background:#fff;border-color:#4f3c95;border-left-width:6px;transform:translateY(-5px);box-shadow:0 15px 35px #6366f133}.position-header{display:flex;justify-content:space-between;align-items:start;margin-bottom:1rem;gap:1rem}.position-title{font-size:1.4rem;color:#200d68;margin:0;font-weight:700;flex:1}.position-type{background:linear-gradient(135deg,#4f3c95,#8857b9);color:#fff;padding:.4rem 1rem;font-size:.85rem;font-weight:600;white-space:nowrap}.position-meta{display:flex;gap:1.5rem;margin-bottom:1rem;flex-wrap:wrap}.position-location,.position-experience{color:#4f3c95;font-size:.95rem;font-weight:500}.position-description{color:#02033d;font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.apply-btn{background:linear-gradient(135deg,#4f3c95,#8857b9);color:#fff;border:none;padding:.8rem 2rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;width:100%}.apply-btn:hover{transform:translateY(-3px);box-shadow:0 8px 20px #6366f166;background:linear-gradient(135deg,#200d68,#4f3c95)}.no-positions{text-align:center;padding:3rem;color:#4f3c95;font-size:1.1rem}.careers-cta{padding:5rem 2rem;background:linear-gradient(135deg,#200d68,#8857b9);text-align:center;position:relative;overflow:hidden}.careers-cta:before{content:"";position:absolute;width:400px;height:400px;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);border-radius:50%;top:-150px;right:-100px;pointer-events:none}.cta-content{max-width:800px;margin:0 auto;position:relative;z-index:1}.cta-title{font-size:2.5rem;color:#fff;margin-bottom:1.5rem;font-weight:700}.cta-text{font-size:1.2rem;color:#ffffffe6;line-height:1.7;margin-bottom:2rem}.cta-btn{background:#fff;color:#200d68;border:none;padding:1rem 3rem;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease}.cta-btn:hover{transform:translateY(-5px);box-shadow:0 10px 30px #ffffff4d;background:#f8f6ff}@media(max-width:1200px){.benefits-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:1080px){.hero-title{font-size:3rem}.hero-subtitle{font-size:1.2rem}.section-title{font-size:2rem}.values-grid,.benefits-grid,.positions-grid{grid-template-columns:1fr}.position-header{flex-direction:column}.position-type{align-self:flex-start}}@media(max-width:768px){.careers-hero,.why-join-section,.benefits-section,.positions-section,.careers-cta{padding:3rem 1.5rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.section-title{font-size:1.8rem}.section-description{font-size:1rem}.value-card,.benefit-card,.position-card{padding:1.5rem}.department-filters{gap:.5rem}.dept-filter-btn{padding:.6rem 1.2rem;font-size:.9rem}.cta-title{font-size:2rem}.cta-text{font-size:1rem}.cta-btn{padding:.8rem 2rem;font-size:1rem}}.industries-hero{background:linear-gradient(135deg,#200d68,#8857b9);padding:6rem 2rem;text-align:center;position:relative;overflow:hidden}.industries-hero:before{content:"";position:absolute;width:500px;height:500px;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);border-radius:50%;top:-200px;left:-100px;pointer-events:none}.industries-hero:after{content:"";position:absolute;width:400px;height:400px;background:radial-gradient(circle,rgba(255,255,255,.08) 0%,transparent 70%);border-radius:50%;bottom:-150px;right:-100px;pointer-events:none}.industries-overview{padding:5rem 0;background:linear-gradient(to bottom,#fff,#f8f6ff)}.overview-container-full{max-width:100%;margin:0 auto}.industries-menu-wrapper{width:100%;background:#fff9;border-top:1px solid rgba(99,102,241,.2);border-bottom:1px solid rgba(99,102,241,.2);padding:0}.industries-menu{display:flex;align-items:center;justify-content:center;position:relative;padding:0 2rem;min-height:70px}.industry-menu-item{position:relative;padding:1.5rem 2rem;cursor:pointer;transition:all .3s ease;background:transparent;border:none;z-index:2}.menu-item-title{position:relative;color:#4f3c95;font-size:1.1rem;font-weight:600;margin:0;text-align:center;white-space:nowrap;transition:all .3s ease}.industry-menu-item:hover .menu-item-title{color:#200d68;transform:translateY(-2px);text-shadow:0 0 15px rgba(136,87,185,.3)}.industry-menu-item.active .menu-item-title{color:#200d68;text-shadow:0 0 20px rgba(136,87,185,.4)}.menu-separator{color:#4f3c9566;font-size:.8rem;padding:0 .5rem;-webkit-user-select:none;user-select:none}.menu-scroller{position:absolute;bottom:0;height:3px;background:linear-gradient(90deg,transparent 0%,rgba(79,60,149,.3) 20%,rgba(136,87,185,.5) 50%,rgba(79,60,149,.3) 80%,transparent 100%);box-shadow:0 0 20px #8857b966;transition:all .6s cubic-bezier(.4,0,.2,1);z-index:1}.industry-details{padding:5rem 2rem;background:linear-gradient(to bottom,#f8f6ff,#ebe6ff)}.details-wrapper{max-width:1400px;margin:0 auto}.details-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.details-image-section{position:relative;height:100%}.industry-detail-image{width:100%;height:100%;object-fit:cover;box-shadow:0 10px 40px #0003;transition:transform .3s ease}.details-image-section:hover .industry-detail-image{transform:scale(1.02)}.badge-text{font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:1px}.details-text-section{animation:fadeInRight .8s ease-out}.industry-detail-title{font-size:2.5rem;color:#200d68;margin-bottom:1.5rem;margin-top:0}.industry-detail-description{font-size:1.1rem;color:#02033d;line-height:1.8;margin-bottom:2rem;text-align:justify}.industry-stats-bar{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2.5rem;padding:1.5rem;background:#fff9;border-left:4px solid #4f3c95}.stat-item-inline{display:flex;flex-direction:column;align-items:center;text-align:center}.stat-value{font-size:2rem;font-weight:700;color:#4f3c95;margin-bottom:.25rem}.stat-key{font-size:.85rem;color:#02033d;text-transform:uppercase;letter-spacing:1px}.capabilities-section{margin-top:2rem}.capabilities-heading{font-size:1.5rem;color:#4f3c95;margin-bottom:1.5rem;margin-top:0}.capabilities-grid{display:grid;grid-template-columns:1fr;gap:1rem}.capability-item{display:flex;align-items:start;gap:1rem;padding:1rem;background:#ffffff80;border-left:3px solid rgba(99,102,241,.3);transition:all .3s ease}.capability-item:hover{background:#6366f11a;border-left-color:#4f3c95;border-left-width:4px;transform:translate(8px)}.capability-check{color:#4f3c95;font-weight:700;font-size:1.3rem;flex-shrink:0}.capability-text{color:#02033d;font-size:1rem;line-height:1.5}@media(max-width:1200px){.industry-menu-item{padding:1rem .5rem}.menu-item-title{font-size:1rem;font-weight:600;margin:0}}@media(max-width:1080px){.hero-title{font-size:3rem}.hero-subtitle{font-size:1.2rem}.industries-menu{flex-direction:column;padding:1rem}.industry-menu-item{width:100%;padding:1rem}.menu-separator,.menu-scroller{display:none}.details-grid{grid-template-columns:1fr;gap:2rem}.industry-detail-image{height:400px}.industry-stats-bar{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.industries-hero{padding:4rem 1.5rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.industries-overview,.industry-details,.certifications-banner{padding:3rem 1.5rem}.industry-detail-image{height:300px}.industry-detail-title{font-size:2rem}.industry-stats-bar{grid-template-columns:1fr}.banner-title{font-size:2rem}.banner-text{font-size:1.1rem}.menu-item-title{font-size:1rem}}.services-hero{background:linear-gradient(135deg,#200d68,#8857b9);padding:6rem 2rem;text-align:center;position:relative;overflow:hidden}.services-hero:before{content:"";position:absolute;width:500px;height:500px;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);border-radius:50%;top:-200px;right:-100px;pointer-events:none}.services-stats{background:#fff;padding:2rem;box-shadow:0 4px 20px #0000001a}.stats-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.stat-box{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;border-right:1px solid rgba(99,102,241,.2)}.stat-box:last-child{border-right:none}.stat-number-small{font-size:2.5rem;font-weight:700;color:#200d68}.stat-label-small{font-size:.95rem;color:#4f3c95;font-weight:500;text-align:center}.services-grid-section{padding:5rem 2rem;background:linear-gradient(to bottom,#fff,#f8f6ff)}.services-container{max-width:1400px;margin:0 auto}.section-title{font-size:3rem;font-weight:700;background:linear-gradient(135deg,#200d68,#8857b9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-align:center;margin-bottom:4rem}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.service-card{background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(99,102,241,.2);padding:2rem;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.service-card:before{content:"";position:absolute;top:0;left:0;width:4px;height:0;background:linear-gradient(135deg,#4f3c95,#8857b9);transition:height .3s ease}.service-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #6366f133;border-color:#6366f166}.service-card:hover:before{height:100%}.service-card.active{background:linear-gradient(135deg,#6366f11a,#8857b91a);border-color:#4f3c95;transform:scale(1.02);box-shadow:0 10px 30px #6366f14d}.service-card.active:before{height:100%;width:4px}.service-card-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.service-title{font-size:1.5rem;color:#200d68;margin:0}.service-short-desc{color:#02033d;font-size:1rem;line-height:1.6;margin:0}.service-details-section{padding:5rem 2rem;background:linear-gradient(to bottom,#f8f6ff,#ebe6ff)}.details-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.details-image{position:relative;height:600px;overflow:hidden;box-shadow:0 10px 40px #0003}.details-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.details-image:hover img{transform:scale(1.05)}.image-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#200d68b3,#8857b9b3);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.details-content{animation:fadeInRight .8s ease-out}.details-title{font-size:2.5rem;color:#200d68;margin-bottom:1.5rem;margin-top:0}.details-description{font-size:1.1rem;color:#02033d;line-height:1.8;margin-bottom:2rem;text-align:justify}.features-list{margin-bottom:2rem}.features-heading{font-size:1.5rem;color:#4f3c95;margin-bottom:1rem;margin-top:0}.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.feature-item{display:flex;align-items:start;gap:.75rem;padding:.75rem;background:#ffffff80;border-left:3px solid rgba(99,102,241,.3);transition:all .3s ease}.feature-item:hover{background:#6366f11a;border-left-color:#4f3c95;transform:translate(5px)}.feature-bullet{color:#4f3c95;font-weight:700;font-size:1.2rem}.feature-text{color:#02033d;font-size:.95rem;line-height:1.5}.process-section{padding:5rem 2rem;background:#fff}.process-container{max-width:1400px;margin:0 auto}.process-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:3rem}.process-step{text-align:center;padding:2rem;background:linear-gradient(to bottom,#6366f10d,#8857b90d);border:1px solid rgba(99,102,241,.2);transition:all .3s ease;position:relative}.process-step:after{content:"→";position:absolute;right:-1.5rem;top:50%;transform:translateY(-50%);font-size:2rem;color:#6366f14d;font-weight:700}.process-step:last-child:after{display:none}.process-step:hover{background:linear-gradient(to bottom,#6366f11a,#8857b91a);transform:translateY(-5px);box-shadow:0 10px 25px #6366f126}.step-number{font-size:3rem;font-weight:700;color:#4f3c95;margin-bottom:1rem;opacity:.3;transition:opacity .3s ease}.process-step:hover .step-number{opacity:1}.step-title{font-size:1.3rem;color:#200d68;margin-bottom:1rem;margin-top:0}.step-description{color:#02033d;font-size:.95rem;line-height:1.6;margin:0}@media(max-width:1200px){.services-grid{grid-template-columns:repeat(2,1fr)}.details-container{gap:3rem}.process-steps{grid-template-columns:repeat(2,1fr)}.process-step:after{display:none}}@media(max-width:1080px){.hero-title{font-size:3rem}.hero-subtitle{font-size:1.2rem}.stats-container{grid-template-columns:repeat(2,1fr)}.stat-box{border-right:none;border-bottom:1px solid rgba(99,102,241,.2)}.stat-box:nth-child(3),.stat-box:nth-child(4){border-bottom:none}.services-grid{grid-template-columns:1fr}.details-container{grid-template-columns:1fr;gap:2rem}.details-image{height:400px}.features-grid,.process-steps{grid-template-columns:1fr}.section-title{font-size:2.5rem}}@media(max-width:768px){.services-hero{padding:4rem 1.5rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.services-stats{padding:1.5rem}.stats-container{grid-template-columns:1fr;gap:1rem}.stat-box{border-bottom:1px solid rgba(99,102,241,.2)}.stat-box:last-child{border-bottom:none}.services-grid-section,.service-details-section,.process-section{padding:3rem 1.5rem}.section-title{font-size:2rem}.details-image{height:300px}.details-title{font-size:2rem}}.about-hero{background:linear-gradient(135deg,#200d68,#8857b9);padding:6rem 2rem;text-align:center;position:relative;overflow:hidden}.about-hero:before{content:"";position:absolute;width:500px;height:500px;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);border-radius:50%;top:-200px;left:-100px;pointer-events:none}.about-hero:after{content:"";position:absolute;width:400px;height:400px;background:radial-gradient(circle,rgba(255,255,255,.08) 0%,transparent 70%);border-radius:50%;bottom:-150px;right:-100px;pointer-events:none}.story-section{padding:5rem 2rem;background:linear-gradient(to bottom,#f8f6ff,#ebe6ff)}.story-container{max-width:1400px;margin:0 auto}.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.story-image-section{position:relative}.story-image{width:100%;height:500px;object-fit:cover;box-shadow:0 10px 40px #0003;transition:transform .3s ease}.story-image-section:hover .story-image{transform:scale(1.02)}.story-text-section{animation:fadeInRight .8s ease-out}.section-title-left{font-size:2.5rem;color:#200d68;margin-bottom:1.5rem;margin-top:0;font-weight:700}.story-text{font-size:1.1rem;color:#02033d;line-height:1.8;margin-bottom:1.5rem;text-align:justify}.mvv-section{padding:5rem 2rem;background:linear-gradient(to bottom,#ebe6ff,#fff)}.mvv-container{max-width:1400px;margin:0 auto}.section-title{font-size:2.5rem;color:#200d68;text-align:center;margin-bottom:3rem;font-weight:700}.section-description{font-size:1.1rem;color:#02033d;text-align:center;max-width:800px;margin:0 auto 3rem;line-height:1.7}.mvv-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.mvv-card{padding:2.5rem;background:#fff9;border:2px solid rgba(99,102,241,.2);border-left:4px solid #4f3c95;text-align:center;transition:all .3s ease}.mvv-card:hover{background:#6366f11a;border-left-width:6px;transform:translateY(-8px);box-shadow:0 15px 35px #6366f133}.mvv-icon{font-size:3rem;margin-bottom:1rem}.mvv-title{font-size:1.5rem;color:#200d68;margin-bottom:1rem;margin-top:0;font-weight:700}.mvv-description{color:#02033d;font-size:1rem;line-height:1.7;margin:0}.leadership-section{padding:5rem 2rem;background:linear-gradient(to bottom,#f8f6ff,#ebe6ff)}.leadership-container{max-width:1400px;margin:0 auto}.leadership-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem}.leader-card{display:flex;gap:2rem;padding:2rem;background:#fff9;border:2px solid rgba(99,102,241,.2);border-left:4px solid #4f3c95;transition:all .3s ease}.leader-card:hover{background:#ffffffe6;border-left-width:6px;transform:translateY(-8px);box-shadow:0 15px 35px #6366f133}.leader-card:hover .leader-image{border-color:#4f3c95;transform:scale(1.05)}.leader-info{flex:1}.leader-name{font-size:1.5rem;color:#200d68;margin-bottom:.5rem;margin-top:0;font-weight:700}.leader-position{font-size:1rem;color:#4f3c95;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem}.leader-bio{font-size:.95rem;color:#02033d;line-height:1.6;margin:0}@media(max-width:1200px){.mvv-grid{grid-template-columns:1fr}}@media(max-width:1080px){.hero-title{font-size:3rem}.hero-subtitle{font-size:1.2rem}.section-title,.section-title-left{font-size:2rem}.story-grid{grid-template-columns:1fr;gap:2rem}.story-image{height:400px}.leadership-grid{grid-template-columns:1fr}}@media(max-width:768px){.about-hero,.story-section,.mvv-section,.leadership-section{padding:3rem 1.5rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.section-title,.section-title-left{font-size:1.8rem}.section-description{font-size:1rem}.story-image{height:300px}.story-text{font-size:1rem}.leader-card{flex-direction:column;align-items:center;text-align:center}.leader-image{width:120px;height:120px}}.contact-hero{background:linear-gradient(135deg,#200d68,#8857b9);padding:6rem 2rem;text-align:center;position:relative;overflow:hidden}.contact-hero:before{content:"";position:absolute;width:500px;height:500px;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);border-radius:50%;top:-200px;right:-100px;pointer-events:none}.hero-content{max-width:900px;margin:0 auto;position:relative;z-index:1}.hero-title{font-size:4rem;font-weight:700;color:#fff;margin-bottom:1.5rem;animation:fadeInDown .8s ease-out}.hero-subtitle{font-size:1.5rem;color:#ffffffe6;line-height:1.6;animation:fadeInUp .8s ease-out .2s backwards}@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)}}.contact-main{padding:5rem 2rem;background:linear-gradient(to bottom,#fff,#f8f6ff)}.contact-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:stretch}.section-heading{font-size:2.5rem;font-weight:700;background:linear-gradient(135deg,#200d68,#8857b9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:2rem;margin-top:0}.contact-info-section{animation:fadeInLeft .8s ease-out;display:flex;flex-direction:column;height:100%;justify-content:space-between}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}.info-grid{display:flex;flex-direction:column;gap:2rem;flex-grow:1;height:100%;justify-content:space-between}.info-card{background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(99,102,241,.2);padding:2rem;transition:all .3s ease}.info-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #6366f133;border-color:#6366f166}.info-title{font-size:1.3rem;color:#200d68;margin-bottom:1rem;margin-top:0;font-weight:600}.info-text{color:#02033d;font-size:1rem;line-height:1.8;margin:0}.info-link{color:#4f3c95;text-decoration:none;font-weight:500;transition:color .3s ease}.info-link:hover{color:#8857b9;text-decoration:underline}.timezone{font-size:.9rem;color:#4f3c95;font-style:italic}.social-links{display:flex;flex-direction:column;gap:1rem}.social-link{display:flex;align-items:center;gap:.75rem;color:#4f3c95;text-decoration:none;font-weight:500;transition:all .3s ease;padding:.5rem}.social-link:hover{color:#200d68;transform:translate(5px)}.social-link svg{flex-shrink:0}.contact-form-section{animation:fadeInRight .8s ease-out;display:flex;flex-direction:column;height:100%}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.form-description{color:#02033d;font-size:1.05rem;line-height:1.6;margin-bottom:2rem}.contact-form{background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(99,102,241,.2);padding:2.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.form-group{display:flex;flex-direction:column;margin-bottom:1.5rem}.form-label{color:#200d68;font-size:.95rem;font-weight:600;margin-bottom:.5rem}.form-input,.form-textarea{padding:.875rem 1rem;border:2px solid rgba(99,102,241,.2);background:#ffffffe6;color:#02033d;font-size:1rem;font-family:inherit;transition:all .3s ease}.form-input:focus,.form-textarea:focus{outline:none;border-color:#4f3c95;background:#fff;box-shadow:0 0 0 3px #4f3c951a}.form-input::placeholder,.form-textarea::placeholder{color:#02033d66}.form-textarea{resize:vertical;min-height:150px}.form-submit{background:linear-gradient(135deg,#4f3c95,#8857b9);color:#fff;padding:1rem 3rem;border:none;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;width:100%;margin-top:1rem}.form-submit:hover{transform:translateY(-3px);box-shadow:0 10px 25px #6366f166;background:linear-gradient(135deg,#5728ff,#962dff)}.form-submit:active{transform:translateY(-1px)}@media(max-width:1080px){.hero-title{font-size:3rem}.hero-subtitle{font-size:1.2rem}.contact-container{grid-template-columns:1fr;gap:3rem}.section-heading{font-size:2rem}.form-row{grid-template-columns:1fr}}@media(max-width:768px){.contact-hero{padding:4rem 1.5rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.contact-main{padding:3rem 1.5rem}.section-heading{font-size:1.8rem}.contact-form{padding:1.5rem}.form-submit{padding:.875rem 2rem}}.technical-section{padding:5rem 2rem;background:#fff;position:relative;overflow:hidden}.technical-section:before{content:"";position:absolute;width:600px;height:600px;background:radial-gradient(circle,rgba(99,102,241,.05) 0%,transparent 70%);border-radius:50%;top:-200px;right:-200px;pointer-events:none}.technical-container{max-width:1400px;margin:0 auto;position:relative;z-index:1}.tool-categories{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:3rem}.tool-category-btn{background:#fffc;border:2px solid rgba(99,102,241,.2);padding:1rem 2rem;cursor:pointer;transition:all .3s ease;font-size:1rem;font-weight:500;color:#200d68}.tool-category-btn:hover{background:#6366f11a;border-color:#6366f166;transform:translateY(-3px);box-shadow:0 5px 15px #6366f133}.tool-category-btn.active{background:linear-gradient(135deg,#4f3c95,#8857b9);border-color:#4f3c95;color:#fff;transform:scale(1.05);box-shadow:0 8px 25px #6366f14d}.tool-cat-label{font-weight:600}.tools-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:2rem;margin-bottom:4rem}.tool-card{background:linear-gradient(to bottom,#6366f10d,#8857b90d);border:2px solid rgba(99,102,241,.2);padding:1.5rem;display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center;transition:all .3s ease;cursor:pointer}.tool-card:hover{background:linear-gradient(to bottom,#6366f11a,#8857b91a);border-color:#4f3c95;transform:translateY(-5px);box-shadow:0 10px 25px #6366f133}.tool-logo-wrapper{width:70px;height:70px;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative;transition:all .3s ease;background:#fffc;border:2px solid rgba(99,102,241,.2)}.tool-card:hover .tool-logo-wrapper{transform:scale(1.1)}.tool-logo-img{width:100%;height:100%;object-fit:contain;padding:5px;transition:opacity .3s ease}.tool-name{font-size:.95rem;color:#02033d;font-weight:600;line-height:1.3}.technical-footer{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:4rem}.footer-box{padding:2rem;background:linear-gradient(to bottom,#6366f10d,#8857b90d);border:1px solid rgba(99,102,241,.2);border-left:4px solid #4f3c95;transition:all .3s ease}.footer-box:hover{transform:translateY(-5px);box-shadow:0 10px 25px #6366f126;background:linear-gradient(to bottom,#6366f11a,#8857b91a)}.footer-box-title{font-size:1.3rem;color:#200d68;margin-bottom:1rem;margin-top:0}.footer-box-text{color:#02033d;font-size:1rem;line-height:1.6;margin:0}@media(max-width:1200px){.tools-grid{grid-template-columns:repeat(4,1fr)}.technical-footer{grid-template-columns:1fr}}@media(max-width:1080px){.tools-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.technical-section{padding:3rem 1.5rem}.tools-grid{grid-template-columns:repeat(2,1fr)}}html,body{margin:0;padding:0;width:100%;background-color:#fff}
