@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Poppins:wght@300;400;500;600;700&display=swap";
.Hero-module__qTUWVG__hero{background:#000;width:100vw;height:100vh;margin-top:-40px;position:relative;overflow:hidden}.Hero-module__qTUWVG__loadingOverlay{z-index:100;background:#000000e6;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.Hero-module__qTUWVG__loadingSpinner{border:3px solid #ffffff1a;border-top-color:#2563eb;border-radius:50%;width:50px;height:50px;animation:1s ease-in-out infinite Hero-module__qTUWVG__spin}.Hero-module__qTUWVG__loadingText{color:#fffc;letter-spacing:2px;text-transform:uppercase;font-size:1rem;font-weight:400}@keyframes Hero-module__qTUWVG__spin{to{transform:rotate(360deg)}}.Hero-module__qTUWVG__controls{z-index:10;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#00000080;border:1px solid #ffffff1a;border-radius:50px;align-items:center;gap:1.5rem;padding:.75rem 1.5rem;display:flex;position:absolute;top:100px;right:2rem}.Hero-module__qTUWVG__navButton{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1rem;font-weight:400;transition:all .3s;display:flex}.Hero-module__qTUWVG__navButton:hover:not(:disabled){background:#fff3;transform:scale(1.1)}.Hero-module__qTUWVG__navButton:disabled{opacity:.5;cursor:not-allowed}.Hero-module__qTUWVG__navIcon{font-size:.875rem}.Hero-module__qTUWVG__slideIndicators{gap:.5rem;display:flex}.Hero-module__qTUWVG__indicator{cursor:pointer;background:#ffffff4d;border:none;border-radius:50%;width:8px;height:8px;padding:0;font-weight:400;transition:all .3s}.Hero-module__qTUWVG__indicator.Hero-module__qTUWVG__active{background:#fff;border-radius:4px;width:24px}.Hero-module__qTUWVG__indicator:disabled{opacity:.5;cursor:not-allowed}.Hero-module__qTUWVG__autoPlayButton{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1rem;font-weight:400;transition:all .3s;display:flex}.Hero-module__qTUWVG__autoPlayButton:hover:not(:disabled){background:#fff3}.Hero-module__qTUWVG__autoPlayButton.Hero-module__qTUWVG__active{background:#2564eb33}.Hero-module__qTUWVG__autoPlayButton:disabled{opacity:.5;cursor:not-allowed}.Hero-module__qTUWVG__playPauseIcon{font-size:.875rem}.Hero-module__qTUWVG__slidesContainer{width:100%;height:100%;position:relative;overflow:hidden}.Hero-module__qTUWVG__slidesWrapper{width:100%;height:100%;transition:transform .8s cubic-bezier(.4,0,.2,1);display:flex}.Hero-module__qTUWVG__slide{flex-shrink:0;min-width:100%;height:100%;position:relative}.Hero-module__qTUWVG__videoContainer{width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.Hero-module__qTUWVG__video{object-fit:cover;object-position:center;filter:brightness(.8);width:100%;height:100%;transition:filter .3s}.Hero-module__qTUWVG__videoOverlay{background:linear-gradient(135deg,#0006 0%,#0009 50%,#000c 100%);width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__qTUWVG__content{z-index:2;align-items:center;width:100%;height:100%;padding:0 4rem;display:flex;position:absolute;top:0;left:0}.Hero-module__qTUWVG__contentWrapper{opacity:0;max-width:800px;animation:.8s .3s forwards Hero-module__qTUWVG__fadeUp;transform:translateY(20px)}.Hero-module__qTUWVG__subtitle{color:#fff;letter-spacing:2px;text-transform:uppercase;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:0 0;border:1px solid #ffffff80;border-radius:20px;margin-bottom:1rem;padding:.5rem 1rem;font-size:1rem;font-weight:400;display:inline-block}.Hero-module__qTUWVG__title{color:#fff;margin-bottom:1.5rem;font-size:4rem;font-weight:400;line-height:1.1}.Hero-module__qTUWVG__highlight{color:#fff;display:inline}.Hero-module__qTUWVG__description{color:#ffffffe6;max-width:600px;margin-bottom:2.5rem;font-size:1.25rem;font-weight:400;line-height:1.6}.Hero-module__qTUWVG__ctaButton{color:#fff;background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);border:2px solid #0000;border-radius:50px;align-items:center;gap:.75rem;padding:1rem 2.5rem;font-size:1.125rem;font-weight:400;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 15px #2563eb4d}.Hero-module__qTUWVG__ctaButton:hover{background:0 0;border-color:#2563eb;transform:translateY(-2px);box-shadow:0 10px 25px #2563eb66}.Hero-module__qTUWVG__ctaArrow{font-size:.875rem;font-weight:400;transition:transform .3s}.Hero-module__qTUWVG__ctaButton:hover .Hero-module__qTUWVG__ctaArrow{transform:translate(5px)}.Hero-module__qTUWVG__slideCounter{color:#ffffff80;z-index:2;align-items:baseline;gap:.25rem;font-size:1rem;font-weight:400;display:flex;position:absolute;bottom:3rem;right:4rem}.Hero-module__qTUWVG__currentSlide{color:#fff;font-size:2rem;font-weight:400}.Hero-module__qTUWVG__totalSlides{font-weight:400}@keyframes Hero-module__qTUWVG__fadeUp{to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.Hero-module__qTUWVG__controls{gap:1rem;padding:.5rem 1rem;top:90px;right:1.5rem}.Hero-module__qTUWVG__navButton,.Hero-module__qTUWVG__autoPlayButton{width:36px;height:36px}.Hero-module__qTUWVG__navIcon,.Hero-module__qTUWVG__playPauseIcon{font-size:.75rem}.Hero-module__qTUWVG__title{font-size:3rem}.Hero-module__qTUWVG__description{font-size:1.125rem}.Hero-module__qTUWVG__content{padding:0 3rem}.Hero-module__qTUWVG__slideCounter{bottom:2.5rem;right:3rem}.Hero-module__qTUWVG__currentSlide{font-size:1.75rem}}@media (max-width:768px){.Hero-module__qTUWVG__hero{margin-top:-60px}.Hero-module__qTUWVG__controls{justify-content:center;padding:.5rem;top:80px;left:1rem;right:1rem}.Hero-module__qTUWVG__navButton,.Hero-module__qTUWVG__autoPlayButton{width:32px;height:32px}.Hero-module__qTUWVG__navIcon,.Hero-module__qTUWVG__playPauseIcon{font-size:.7rem}.Hero-module__qTUWVG__slideIndicators{gap:.25rem}.Hero-module__qTUWVG__indicator{width:6px;height:6px}.Hero-module__qTUWVG__indicator.Hero-module__qTUWVG__active{width:20px}.Hero-module__qTUWVG__content{padding:0 2rem}.Hero-module__qTUWVG__title{font-size:2.5rem}.Hero-module__qTUWVG__description{margin-bottom:2rem;font-size:1rem}.Hero-module__qTUWVG__subtitle{padding:.375rem .75rem;font-size:.875rem}.Hero-module__qTUWVG__ctaButton{padding:.875rem 2rem;font-size:1rem}.Hero-module__qTUWVG__ctaArrow{font-size:.75rem}.Hero-module__qTUWVG__slideCounter{bottom:2rem;right:2rem}.Hero-module__qTUWVG__currentSlide{font-size:1.5rem}}@media (max-width:480px){.Hero-module__qTUWVG__controls{padding:.375rem;top:70px}.Hero-module__qTUWVG__navButton,.Hero-module__qTUWVG__autoPlayButton{width:28px;height:28px}.Hero-module__qTUWVG__navIcon,.Hero-module__qTUWVG__playPauseIcon{font-size:.65rem}.Hero-module__qTUWVG__content{padding:0 1.5rem}.Hero-module__qTUWVG__title{font-size:2rem}.Hero-module__qTUWVG__description{font-size:.95rem}.Hero-module__qTUWVG__subtitle{letter-spacing:1px;font-size:.75rem}.Hero-module__qTUWVG__ctaButton{padding:.75rem 1.75rem;font-size:.95rem}.Hero-module__qTUWVG__ctaArrow{font-size:.7rem}.Hero-module__qTUWVG__slideCounter{bottom:1.5rem;right:1.5rem}.Hero-module__qTUWVG__currentSlide{font-size:1.25rem}}html,body{max-width:100%;overflow-x:hidden}
:root{--color-white:#fff;--color-black:#000;--color-gray-50:#fafafa;--color-gray-100:#f5f5f5;--color-gray-200:#e5e5e5;--color-gray-300:#d4d4d4;--color-gray-400:#a3a3a3;--color-gray-500:#737373;--color-gray-600:#525252;--color-gray-700:#404040;--color-gray-800:#262626;--color-gray-900:#171717;--color-primary:#3b82f6;--color-primary-dark:#2563eb;--color-primary-light:#60a5fa;--color-secondary:#8b5cf6;--color-accent:#06b6d4;--color-success:#10b981;--gradient-primary:linear-gradient(135deg,#3b82f6 0%,#8b5cf6 100%);--gradient-dark:linear-gradient(135deg,#1e3a8a 0%,#4c1d95 100%);--gradient-light:linear-gradient(135deg,#f0f9ff 0%,#fef7ff 100%);--gradient-accent:linear-gradient(135deg,#8b5cf6 0%,#ec4899 100%);--shadow-sm:0 2px 8px #0000000a;--shadow-md:0 8px 30px #00000014;--shadow-lg:0 20px 60px #0000001f;--shadow-xl:0 32px 64px #00000029;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:20px;--radius-2xl:24px;--space-xs:.5rem;--space-sm:.75rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--space-2xl:3rem;--space-3xl:4rem;--space-4xl:5rem;--font-sans:"Inter",-apple-system,BlinkMacSystemFont,sans-serif;--font-heading:"Poppins",-apple-system,sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-sans);color:var(--color-gray-800);background:var(--color-white);font-size:16px;font-weight:400;line-height:1.5;overflow-x:hidden}.about-page{width:100%;position:relative;overflow-x:hidden}.section-container{max-width:1280px;padding:0 var(--space-lg);width:100%;margin:0 auto}.section-header{margin-bottom:var(--space-2xl)}.section-header.center{text-align:center;max-width:800px;margin-left:auto;margin-right:auto}.section-badge{letter-spacing:.05em;text-transform:uppercase;color:var(--color-primary);padding:var(--space-xs)var(--space-md);margin-bottom:var(--space-lg);background:#3b82f61a;border-radius:100px;font-size:.75rem;font-weight:600;display:inline-block}.section-title{font-family:var(--font-heading);margin-bottom:var(--space-md);color:var(--color-gray-900);font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.2}.section-subtitle{color:var(--color-gray-600);max-width:600px;font-size:1.125rem;line-height:1.6}.text-gradient{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.btn{border-radius:var(--radius-md);cursor:pointer;font-size:.95rem;font-weight:500;font-family:var(--font-sans);justify-content:center;align-items:center;gap:var(--space-xs);border:none;min-height:48px;padding:.875rem 1.5rem;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative;overflow:hidden}.btn:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.btn:hover:before{left:100%}.btn-primary{background:var(--gradient-primary);color:var(--color-white);box-shadow:0 4px 15px #3b82f64d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #3b82f666}.btn-secondary{background:var(--color-white);color:var(--color-primary);border:2px solid var(--color-primary)}.btn-secondary:hover{background:#3b82f60d;transform:translateY(-2px)}.btn-large{padding:1rem 2rem;font-size:1rem}.btn-icon{margin-left:var(--space-xs);font-size:1.125em;transition:transform .3s}.btn:hover .btn-icon{transform:translate(4px)}.hero-section{min-height:100vh;padding:var(--space-3xl)var(--space-lg);flex-direction:column;display:flex;position:relative;overflow:hidden}.hero-gradient{background:var(--gradient-light);z-index:-2;width:100%;height:100%;position:absolute;top:0;left:0}.hero-gradient:before{content:"";background:radial-gradient(circle at 20% 80%,#3b82f61a 0%,#0000 50%),radial-gradient(circle at 80% 20%,#8b5cf61a 0%,#0000 50%);position:absolute;inset:0}.hero-content{gap:var(--space-3xl);margin-bottom:var(--space-2xl);flex-direction:column;flex:1;align-items:center;display:flex}.hero-text{text-align:center;max-width:100%}.logo{justify-content:center;align-items:center;gap:var(--space-sm);margin-bottom:var(--space-xl);display:flex}.logo-icon{background:var(--gradient-primary);width:40px;height:40px;color:var(--color-white);border-radius:var(--radius-md);font-size:1.25rem;font-weight:700;font-family:var(--font-heading);flex-shrink:0;justify-content:center;align-items:center;display:flex}.logo-text{color:var(--color-gray-900);letter-spacing:-.02em;font-size:1.25rem;font-weight:600}.hero-title{font-family:var(--font-heading);margin-bottom:var(--space-lg);font-size:clamp(2.25rem,8vw,3.5rem);font-weight:700;line-height:1.1}.hero-title .title-line{display:block}.hero-title .highlight{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;position:relative}.hero-title .highlight:after{content:"";background:var(--gradient-primary);border-radius:1px;width:100%;height:2px;position:absolute;bottom:4px;left:0}.hero-subtitle{color:var(--color-gray-600);margin-bottom:var(--space-xl);max-width:100%;font-size:1.125rem;line-height:1.6}.hero-actions{gap:var(--space-md);flex-direction:column;align-items:center;display:flex}.hero-visual{width:100%;max-width:600px;margin:0 auto;position:relative}.floating-shape{background:var(--gradient-primary);filter:blur(60px);opacity:.2;border-radius:50%;animation:8s ease-in-out infinite float;display:none;position:absolute}.shape-1{width:200px;height:200px;animation-delay:0s;top:-50px;right:-50px}.shape-2{background:var(--gradient-accent);width:150px;height:150px;animation-delay:2s;bottom:50px;left:-30px}@keyframes float{0%,to{transform:translate(0)scale(1)}50%{transform:translate(30px,-30px)scale(1.1)}}.hero-image{border-radius:var(--radius-xl);background-image:url(/sc.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:300px;position:relative;overflow:hidden}.image-overlay{background:linear-gradient(135deg,#0000 30%,#ffffff4d 100%);width:100%;height:100%;position:absolute;top:0;left:0}.hero-stats{gap:var(--space-lg);padding:var(--space-xl);background:var(--color-white);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);border:1px solid var(--color-gray-100);grid-template-columns:repeat(2,1fr);margin-top:auto;display:grid}.stat-item{text-align:center;padding:var(--space-sm)}.stat-number{font-family:var(--font-heading);color:var(--color-primary);margin-bottom:var(--space-xs);font-size:2rem;font-weight:700;line-height:1}.stat-label{color:var(--color-gray-900);margin-bottom:var(--space-xs);font-size:.875rem;font-weight:600}.stat-suffix{color:var(--color-gray-500);font-size:.75rem}.mission-section{padding:var(--space-3xl)0;background:var(--color-white)}.mission-content{gap:var(--space-3xl);flex-direction:column;align-items:center;display:flex}.mission-text{gap:var(--space-xl);flex-direction:column;width:100%;display:flex}.mission-point{gap:var(--space-md);text-align:center;flex-direction:column;align-items:center;display:flex}.point-icon{flex-shrink:0;font-size:2rem}.point-content h3{margin-bottom:var(--space-xs);color:var(--color-gray-900);font-size:1.25rem;font-weight:600}.point-content p{color:var(--color-gray-600);font-size:.95rem;line-height:1.6}.mission-visual{width:100%;max-width:600px;position:relative}.visual-frame{border-radius:var(--radius-xl);width:100%;box-shadow:var(--shadow-lg);position:relative;overflow:hidden}.image-container{border-radius:var(--radius-xl);width:100%;height:300px;position:relative;overflow:hidden}.image-content{width:100%;height:100%}.mission-image{object-fit:cover;width:100%;height:100%;transition:transform .6s;display:block}.image-content:hover .mission-image{transform:scale(1.05)}.image-fallback{background:var(--gradient-primary);width:100%;height:100%;color:var(--color-white);text-align:center;padding:var(--space-lg);flex-direction:column;justify-content:center;align-items:center;font-size:1.25rem;font-weight:600;display:none}.image-fallback span:first-child{margin-bottom:var(--space-sm);font-size:1.5rem}.frame-border{border-radius:var(--radius-lg);pointer-events:none;border:2px solid #ffffff4d;position:absolute;inset:15px}.services-section{padding:var(--space-3xl)0;background:var(--color-gray-50)}.services-grid{gap:var(--space-lg);margin-bottom:var(--space-3xl);flex-direction:column;display:flex}.service-card{background:var(--color-white);padding:var(--space-xl);border-radius:var(--radius-lg);border:1px solid var(--color-gray-200);transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.service-card:before{content:"";background:var(--gradient-primary);transform-origin:top;width:4px;height:100%;transition:transform .3s;position:absolute;top:0;left:0;transform:scaleY(0)}.service-card:hover,.service-card.active{box-shadow:var(--shadow-lg);border-color:#0000;transform:translateY(-4px)}.service-card:hover:before,.service-card.active:before{transform:scaleY(1)}.service-header{align-items:center;gap:var(--space-md);margin-bottom:var(--space-md);display:flex}.service-icon{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;flex-shrink:0;font-size:2rem}.service-title{color:var(--color-gray-900);font-size:1.25rem;font-weight:600}.service-desc{color:var(--color-gray-600);margin-bottom:var(--space-md);font-size:.95rem;line-height:1.6}.service-features{gap:var(--space-xs);margin-bottom:var(--space-md);flex-wrap:wrap;display:flex}.feature-tag{color:var(--color-primary);background:#3b82f61a;border:1px solid #3b82f633;border-radius:100px;padding:.375rem .75rem;font-size:.75rem;transition:all .3s}.service-card:hover .feature-tag{background:var(--gradient-primary);color:var(--color-white);border-color:#0000;transform:translateY(-2px)}.service-hover{opacity:0;color:var(--color-primary);font-size:.875rem;font-weight:500;transition:all .3s;transform:translateY(10px)}.service-card:hover .service-hover{opacity:1;transform:translateY(0)}.process-steps{gap:var(--space-xl);background:var(--color-white);padding:var(--space-xl);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);flex-direction:column;display:flex;position:relative}.step{text-align:center;z-index:2;position:relative}.step:not(:last-child):after{content:"";background:var(--color-gray-200);width:2px;height:20px;position:absolute;bottom:-20px;left:50%;transform:translate(-50%)}.step-number{color:var(--color-primary);margin-bottom:var(--space-sm);font-size:1.25rem;font-weight:700;font-family:var(--font-heading)}.step h4{margin-bottom:var(--space-xs);color:var(--color-gray-900);font-size:1.125rem;font-weight:600}.step p{color:var(--color-gray-600);font-size:.875rem}.global-section{padding:var(--space-3xl)0;background:var(--color-white)}.global-content{gap:var(--space-3xl);flex-direction:column;align-items:center;display:flex}.map-container{border-radius:var(--radius-lg);width:100%;box-shadow:var(--shadow-lg);position:relative;overflow:hidden}.map-wrapper{border-radius:var(--radius-lg);width:100%;height:400px;position:relative;overflow:hidden}.world-map{object-fit:cover;width:100%;height:100%;transition:transform .5s;display:block}.map-wrapper:hover .world-map{transform:scale(1.02)}.map-fallback{background:var(--gradient-primary);width:100%;height:100%;color:var(--color-white);text-align:center;padding:var(--space-lg);flex-direction:column;justify-content:center;align-items:center;font-size:1.25rem;font-weight:600;display:none}.fallback-content{text-align:center}.fallback-content span:first-child{margin-bottom:var(--space-sm);font-size:1.5rem;display:block}.location-marker{cursor:pointer;z-index:10;--position:50% 50%;top:var(--position);left:var(--position);transition:all .3s;position:absolute;transform:translate(-50%,-50%)}.marker-dot{background:var(--color-white);border:2px solid var(--color-primary);border-radius:50%;width:10px;height:10px;transition:all .3s;box-shadow:0 0 0 3px #3b82f64d}.location-marker.active .marker-dot,.location-marker:hover .marker-dot{transform:scale(1.3);box-shadow:0 0 0 6px #3b82f633}.marker-tooltip{background:var(--color-white);padding:var(--space-sm);border-radius:var(--radius-sm);box-shadow:var(--shadow-md);opacity:0;visibility:hidden;border:1px solid var(--color-gray-200);min-width:120px;font-size:.875rem;transition:all .3s;position:absolute;bottom:25px;left:50%;transform:translate(-50%)}.location-marker.active .marker-tooltip,.location-marker:hover .marker-tooltip{opacity:1;visibility:visible;bottom:30px}.tooltip-header{align-items:center;gap:var(--space-xs);margin-bottom:2px;display:flex}.tooltip-flag{font-size:1rem}.tooltip-city{color:var(--color-gray-900);font-weight:600}.tooltip-country{color:var(--color-gray-600);font-size:.75rem}.offices-list{background:var(--color-gray-50);padding:var(--space-xl);border-radius:var(--radius-lg);width:100%}.offices-title{margin-bottom:var(--space-lg);color:var(--color-gray-900);text-align:center;font-size:1.25rem;font-weight:600}.office-grid{gap:var(--space-sm);grid-template-columns:repeat(2,1fr);display:grid}.office-card{align-items:center;gap:var(--space-sm);padding:var(--space-md);background:var(--color-white);border-radius:var(--radius-md);border:1px solid var(--color-gray-200);cursor:pointer;text-align:center;flex-direction:column;transition:all .3s;display:flex}.office-card:hover,.office-card.active{border-color:var(--color-primary);background:#3b82f60d;transform:translateY(-2px)}.office-flag{font-size:1.5rem}.office-info h4{color:var(--color-gray-900);margin-bottom:2px;font-size:.95rem;font-weight:600}.office-info p{color:var(--color-gray-600);font-size:.75rem}.leadership-section{padding:var(--space-3xl)0;color:var(--color-white);background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%)}.leadership-content{max-width:1000px;margin:0 auto}.leader-profile{gap:var(--space-2xl);flex-direction:column;align-items:center;display:flex}.profile-image{width:100%;max-width:350px;position:relative}.image-wrapper{border-radius:var(--radius-xl);width:100%;box-shadow:var(--shadow-xl);position:relative;overflow:hidden}.ceo-image{object-fit:cover;width:100%;height:350px;transition:transform .6s;display:block}.image-wrapper:hover .ceo-image{transform:scale(1.05)}.image-fallback-ceo{background:var(--gradient-primary);width:100%;height:350px;color:var(--color-white);text-align:center;padding:var(--space-lg);flex-direction:column;justify-content:center;align-items:center;font-size:1.25rem;font-weight:600;display:none}.image-fallback-ceo span:first-child{margin-bottom:var(--space-sm);font-size:1.75rem}.image-badge{top:var(--space-md);right:var(--space-md);background:var(--gradient-primary);color:var(--color-white);border-radius:var(--radius-sm);box-shadow:var(--shadow-md);padding:.375rem .75rem;font-size:.75rem;font-weight:600;position:absolute}.profile-info{width:100%}.profile-badge{letter-spacing:.05em;text-transform:uppercase;color:var(--color-accent);padding:var(--space-xs)var(--space-md);margin-bottom:var(--space-lg);background:#06b6d41a;border-radius:100px;font-size:.75rem;font-weight:600;display:inline-block}.profile-name{font-family:var(--font-heading);margin-bottom:var(--space-xs);background:linear-gradient(135deg,#60a5fa 0%,#a78bfa 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:700}.profile-role{color:var(--color-accent);margin-bottom:var(--space-xl);letter-spacing:.05em;font-size:1rem}.profile-bio{margin-bottom:var(--space-xl)}.profile-bio p{color:#fffc;margin-bottom:var(--space-md);font-size:.95rem;line-height:1.6}.profile-expertise{margin-bottom:var(--space-xl)}.profile-expertise h4{margin-bottom:var(--space-md);color:var(--color-white);font-size:1.125rem;font-weight:600}.expertise-tags{gap:var(--space-xs);flex-wrap:wrap;display:flex}.expertise-tags span{color:var(--color-white);background:#ffffff1a;border:1px solid #fff3;border-radius:100px;padding:.375rem .75rem;font-size:.75rem;transition:all .3s}.expertise-tags span:hover{background:var(--gradient-primary);transform:translateY(-2px)}.profile-quote{color:#ffffffe6;padding-left:var(--space-lg);border-left:2px solid var(--color-accent);margin-top:var(--space-xl);font-size:1rem;font-style:italic;line-height:1.6}.cta-section{padding:var(--space-3xl)0;background:linear-gradient(135deg,#1e3a8a 0%,#4c1d95 100%);position:relative;overflow:hidden}.cta-section:before{content:"";background:radial-gradient(circle at 20% 80%,#ffffff1a 0%,#0000 50%),radial-gradient(circle at 80% 20%,#ffffff1a 0%,#0000 50%);width:100%;height:100%;position:absolute;top:0;left:0}.cta-content{text-align:center;z-index:2;max-width:800px;padding:0 var(--space-md);margin:0 auto;position:relative}.cta-icon{margin-bottom:var(--space-lg);filter:drop-shadow(0 8px 20px #fff3);font-size:3rem;animation:4s ease-in-out infinite float}.cta-title{font-family:var(--font-heading);margin-bottom:var(--space-lg);color:var(--color-white);font-size:clamp(1.75rem,5vw,2.5rem);font-weight:700;line-height:1.2}.cta-title .text-gradient{background:linear-gradient(135deg,#60a5fa 0%,#a78bfa 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.cta-subtitle{color:#ffffffe6;margin-bottom:var(--space-xl);max-width:100%;margin-left:auto;margin-right:auto;font-size:1.125rem;line-height:1.6}.cta-actions{gap:var(--space-md);margin-bottom:var(--space-xl);flex-direction:column;align-items:center;display:flex}.cta-locations{gap:var(--space-xs);flex-wrap:wrap;justify-content:center;display:flex}.location-tag{color:#fffc;background:#ffffff1a;border:1px solid #fff3;border-radius:100px;padding:.375rem .75rem;font-size:.75rem;transition:all .3s}.location-tag:hover{color:var(--color-white);background:#fff3;transform:translateY(-2px)}@media (min-width:768px){.hero-content{flex-direction:column}.hero-text{text-align:center;max-width:800px}.hero-stats{gap:var(--space-xl);grid-template-columns:repeat(4,1fr)}.stat-number{font-size:2.25rem}.mission-content{flex-direction:column}.mission-text{width:100%}.mission-point{text-align:left;flex-direction:row;align-items:flex-start}.services-grid{gap:var(--space-lg);grid-template-columns:repeat(2,1fr);display:grid}.service-card{padding:var(--space-xl)}.process-steps{flex-direction:row;justify-content:space-between}.step{flex:1}.step:not(:last-child):after{width:20px;height:2px;position:absolute;bottom:50%;left:auto;right:-20px;transform:translateY(50%)}.global-content{flex-direction:column}.office-grid{grid-template-columns:repeat(3,1fr)}.leader-profile{align-items:flex-start;gap:var(--space-2xl);flex-direction:row}.profile-image{max-width:300px}.ceo-image,.image-fallback-ceo{height:400px}.cta-actions{flex-direction:row;justify-content:center}.floating-shape{display:block}}@media (min-width:1024px){.section-container{padding:0 var(--space-xl)}.hero-section{padding:var(--space-4xl)var(--space-xl)}.hero-content{text-align:left;align-items:center;gap:var(--space-4xl);flex-direction:row}.hero-text{text-align:left;max-width:600px}.logo{justify-content:flex-start}.hero-actions{flex-direction:row;justify-content:flex-start}.hero-image{height:400px}.mission-content{flex-direction:row;align-items:flex-start}.mission-text{width:50%}.mission-visual{width:50%;max-width:none}.image-container{height:400px}.services-grid{gap:var(--space-xl)}.service-card{padding:var(--space-2xl)}.global-content{flex-direction:row;align-items:flex-start}.map-wrapper{height:500px}.offices-list{flex-shrink:0;width:350px}.office-grid{grid-template-columns:1fr}.ceo-image,.image-fallback-ceo{height:450px}.profile-name{font-size:2.5rem}.shape-1{width:300px;height:300px}.shape-2{width:200px;height:200px}}@media (min-width:1200px){.hero-title{font-size:clamp(3rem,8vw,4rem)}.hero-image{height:500px}.image-container{height:450px}.stat-number{font-size:3rem}}@media (max-width:374px){.section-container{padding:0 var(--space-md)}.hero-section{padding:var(--space-2xl)var(--space-md)}.hero-title{font-size:1.75rem}.hero-subtitle{font-size:1rem}.hero-stats,.office-grid{grid-template-columns:1fr}.btn{justify-content:center;width:100%}.cta-actions,.btn-large{width:100%}}@media (min-width:375px) and (max-width:424px){.hero-stats,.office-grid{grid-template-columns:repeat(2,1fr)}}@media (hover:none) and (pointer:coarse){.btn:hover,.service-card:hover,.service-card.active{transform:none}.service-card:hover .feature-tag,.service-card:hover .service-hover{opacity:1;transform:none}.office-card:hover,.office-card.active,.expertise-tags span:hover,.location-tag:hover{transform:none}}@supports (padding:max(0px)){.about-page{padding-left:min(0px,env(safe-area-inset-left));padding-right:min(0px,env(safe-area-inset-right))}.section-container{padding-left:max(var(--space-lg),env(safe-area-inset-left));padding-right:max(var(--space-lg),env(safe-area-inset-right))}}@media print{.scroll-progress,.btn,.hero-actions,.cta-actions{display:none}.about-page{padding:0}*{color:#000!important;box-shadow:none!important;background:#fff!important}}
