:root{--color-primary:310 58% 35%;--color-primary-foreground:0 0% 100%;--color-secondary:310 58% 45%;--color-secondary-foreground:0 0% 100%;--color-background:240 10% 98%;--color-foreground:240 10% 10%;--color-card:0 0% 100%;--color-card-foreground:240 10% 10%;--color-muted:240 5% 96%;--color-muted-foreground:240 4% 46%;--color-accent:310 58% 35%;--color-accent-foreground:0 0% 100%;--color-border:240 6% 90%;--color-ring:310 58% 35%;--font-sans:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;--font-heading:'Poppins', var(--font-sans);--shadow-sm:0 2px 8px rgba(141, 37, 125, 0.08);--shadow-md:0 4px 20px rgba(141, 37, 125, 0.12);--shadow-lg:0 10px 40px rgba(141, 37, 125, 0.15);--shadow-xl:0 20px 60px rgba(141, 37, 125, 0.2);--shadow-glow:0 0 30px rgba(141, 37, 125, 0.5);--shadow-glass:0 8px 32px 0 rgba(141, 37, 125, 0.15);--gradient-primary:linear-gradient(135deg, hsl(310 58% 35%) 0%, hsl(310 58% 45%) 100%);--gradient-secondary:linear-gradient(135deg, hsl(310 58% 45%) 0%, hsl(310 58% 55%) 100%);--gradient-subtle:linear-gradient(180deg, hsl(240 10% 98%) 0%, hsl(240 20% 96%) 100%);--gradient-overlay:linear-gradient(135deg, hsla(310, 58%, 35%, 0.9) 0%, hsla(310, 58%, 45%, 0.9) 100%);--gradient-mesh:radial-gradient(at 40% 20%, hsl(310 58% 35% / 0.3) 0px, transparent 50%),
                     radial-gradient(at 80% 0%, hsl(310 58% 45% / 0.3) 0px, transparent 50%),
                     radial-gradient(at 0% 50%, hsl(310 58% 55% / 0.2) 0px, transparent 50%);--glass-bg:hsla(240, 10%, 98%, 0.7);--glass-border:hsla(240, 6%, 90%, 0.3);--radius:1rem;--radius-sm:0.5rem;--radius-lg:1.5rem;--radius-xl:2rem;--transition:150ms cubic-bezier(0.4, 0, 0.2, 1);--transition-smooth:all 0.4s cubic-bezier(0.4, 0, 0.2, 1);--transition-spring:all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1)}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-sans);background-color:hsl(var(--color-background));color:hsl(var(--color-foreground));line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;height:auto;display:block}a{color:hsl(var(--color-primary));text-decoration:none;transition:color var(--transition)}a:hover{color:hsl(310 58% 25%)}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:600;line-height:1.2;color:hsl(var(--color-foreground))}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.25rem}@media (min-width:768px){h1{font-size:3.5rem}h2{font-size:2.5rem}h3{font-size:1.75rem}}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1rem}@media (min-width:640px){.container{padding:0 1.5rem}}@media (min-width:1024px){.container{padding:0 2rem}}.section{padding:4rem 0}@media (min-width:768px){.section{padding:6rem 0}}.site-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:hsl(310 58% 35%);background:hsl(var(--color-primary))!important;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgb(255 255 255 / .2);box-shadow:var(--shadow-lg);transition:all var(--transition)}.site-header.scrolled{box-shadow:var(--shadow-xl)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:80px}.site-logo{display:flex;align-items:center;transition:transform 0.3s ease}.site-logo:hover{transform:scale(1.05)}.site-logo img{height:48px;width:auto}.main-navigation{display:none;align-items:center;gap:.25rem}@media (min-width:1024px){.main-navigation{display:flex}}@media (min-width:1280px){.main-navigation{gap:.5rem}}.nav-link{display:block;padding:.5rem .75rem;font-weight:500;color:#fff;border-radius:.5rem 0 0 .5rem;transition:all 0.3s ease}@media (min-width:1280px){.nav-link{padding:.5rem 1rem}}.nav-link:hover{background:rgb(255 255 255 / .1);color:#fff}.nav-dropdown{position:relative}.nav-dropdown-trigger{display:flex;align-items:center}.nav-dropdown-arrow{display:flex;align-items:center;justify-content:center;padding:.5rem .25rem;background:none;border:none;color:#fff;cursor:pointer;border-radius:0 .5rem .5rem 0;transition:all 0.3s ease}.nav-dropdown-arrow:hover{background:rgb(255 255 255 / .1)}.nav-dropdown-arrow svg{transition:transform 0.3s ease}.nav-dropdown:hover .nav-dropdown-arrow svg{transform:rotate(180deg)}.nav-dropdown-content{position:absolute;top:100%;left:0;min-width:200px;background:hsl(var(--color-card));border:1px solid hsl(var(--color-border));border-radius:.5rem;box-shadow:var(--shadow-xl);opacity:0;visibility:hidden;transform:translateY(-10px);transition:all 0.2s ease;z-index:1001;overflow:hidden}.nav-dropdown:hover .nav-dropdown-content{opacity:1;visibility:visible;transform:translateY(0)}.nav-dropdown-item{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.25rem;color:hsl(var(--color-foreground));font-size:.9375rem;transition:all 0.2s ease;border-bottom:1px solid hsl(var(--color-border))}.nav-dropdown-item:last-child{border-bottom:none}.nav-dropdown-item:hover{background:hsl(var(--color-primary));color:#fff}.nav-dropdown-subitem{padding-left:1.5rem;color:hsl(var(--color-muted-foreground))}.nav-dropdown-subitem:hover{background:hsl(var(--color-primary));color:#fff}.language-select{margin-left:.5rem;padding:.5rem .75rem;background:rgb(255 255 255 / .1);border:1px solid rgb(255 255 255 / .2);border-radius:.5rem;color:#fff;font-size:.875rem;cursor:pointer;transition:all 0.3s ease}@media (min-width:1280px){.language-select{margin-left:1rem}}.language-select:hover{background:rgb(255 255 255 / .2)}.language-select option{background:hsl(var(--color-card));color:hsl(var(--color-foreground))}.nav-btn{margin-left:.5rem;padding:.5rem 1rem;background:rgb(255 255 255 / .2);border:1px solid rgb(255 255 255 / .2);border-radius:.5rem;color:#fff;font-weight:500;font-size:.875rem;transition:all 0.3s ease}@media (min-width:1280px){.nav-btn{margin-left:1rem}}.nav-btn:hover{background:rgb(255 255 255 / .3);color:#fff}.mobile-menu-toggle{display:flex;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;padding:.5rem;background:none;border:none;border-radius:.5rem;cursor:pointer;transition:background 0.3s ease}@media (min-width:1024px){.mobile-menu-toggle{display:none}}.mobile-menu-toggle:hover{background:rgb(255 255 255 / .1)}.hamburger-line{display:block;width:24px;height:2px;background:#fff;transition:all 0.3s ease}.mobile-menu-toggle.active .hamburger-line:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.mobile-menu-toggle.active .hamburger-line:nth-child(2){opacity:0}.mobile-menu-toggle.active .hamburger-line:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.mobile-navigation{display:none;position:fixed;top:80px;left:0;right:0;bottom:0;background:hsl(310 58% 35%)!important;background:hsl(var(--color-primary))!important;z-index:999;overflow-y:auto;-webkit-overflow-scrolling:touch}.mobile-navigation.active{display:block!important;animation:slideIn 0.3s ease}@keyframes slideIn{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.mobile-nav-content{padding:1.5rem;display:flex;flex-direction:column;gap:.5rem}.mobile-nav-group{padding:1rem 0;border-bottom:1px solid rgb(255 255 255 / .2)}.mobile-nav-group:last-of-type{border-bottom:none}.mobile-nav-title{display:block;padding:.75rem 1rem;font-weight:600;color:#fff;font-size:1.125rem}.mobile-nav-title:hover{color:#fff;text-decoration:underline}.mobile-nav-link{display:block;padding:.625rem 1rem;margin-left:1rem;color:rgb(255 255 255 / .95);font-size:1rem;border-radius:.5rem;transition:background 0.2s ease}.mobile-nav-link:hover{background:rgb(255 255 255 / .15);color:#fff}.mobile-nav-sublink{margin-left:1.5rem;color:rgb(255 255 255 / .85)}.mobile-language-select{width:100%;margin-top:1.5rem;padding:.875rem;background:rgb(255 255 255 / .15);border:1px solid rgb(255 255 255 / .25);border-radius:.5rem;color:#fff;font-size:1rem}.mobile-language-select option{background:hsl(var(--color-primary));color:#fff}.mobile-nav-btn{display:block;width:100%;margin-top:1.5rem;padding:.875rem;background:#fff;color:hsl(var(--color-primary));text-align:center;font-weight:600;font-size:1rem;border-radius:.5rem;transition:all 0.3s ease}.mobile-nav-btn:hover{background:rgb(255 255 255 / .9);color:hsl(var(--color-primary))}.left-side-menu{position:fixed;left:0;top:50%;transform:translateY(-50%);z-index:40;display:none;flex-direction:column;gap:.375rem;padding:.375rem}@media (min-width:768px){.left-side-menu{display:flex}}.side-menu-item{position:relative}.side-menu-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:hsl(var(--color-primary));border-radius:50%;box-shadow:var(--shadow-lg);transition:all 0.3s ease}.side-menu-icon:hover{background:hsla(var(--color-primary),.9);transform:scale(1.1)}.side-menu-icon svg{color:#fff}.side-menu-tooltip{position:absolute;left:48px;top:50%;transform:translateY(-50%) translateX(-8px);background:hsl(var(--color-primary));color:#fff;padding:.375rem .75rem;border-radius:.375rem;font-size:.875rem;font-weight:500;white-space:nowrap;box-shadow:var(--shadow-lg);opacity:0;pointer-events:none;transition:all 0.2s ease}.side-menu-tooltip::before{content:'';position:absolute;left:-4px;top:50%;transform:translateY(-50%) rotate(45deg);width:8px;height:8px;background:hsl(var(--color-primary))}.side-menu-item:hover .side-menu-tooltip{opacity:1;transform:translateY(-50%) translateX(0)}.events-mobile-toggle{position:fixed;bottom:1rem;right:1rem;z-index:50;display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:hsl(var(--color-primary));color:#fff;border:none;border-radius:9999px;box-shadow:var(--shadow-lg);cursor:pointer;transition:all 0.3s ease}@media (min-width:768px){.events-mobile-toggle{display:none}}.events-mobile-toggle:hover{background:hsla(var(--color-primary),.9)}.events-mobile-toggle span{font-size:.875rem;font-weight:600}.events-mobile-panel{position:fixed;inset:0;z-index:50;visibility:hidden;transition:visibility 0.3s ease}.events-mobile-panel.active{visibility:visible}@media (min-width:768px){.events-mobile-panel{display:none}}.events-mobile-backdrop{position:absolute;inset:0;background:rgb(0 0 0 / .5);opacity:0;transition:opacity 0.3s ease}.events-mobile-panel.active .events-mobile-backdrop{opacity:1}.events-mobile-content{position:absolute;bottom:0;left:0;right:0;background:hsl(var(--color-background));border-radius:1.5rem 1.5rem 0 0;box-shadow:var(--shadow-xl);padding:1.5rem;transform:translateY(100%);transition:transform 0.3s ease}.events-mobile-panel.active .events-mobile-content{transform:translateY(0)}.events-mobile-handle{width:3rem;height:.25rem;background:hsl(var(--color-border));border-radius:9999px;margin:0 auto 1rem}.events-mobile-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.events-mobile-header h3{display:flex;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:700;color:hsl(var(--color-foreground))}.events-mobile-header h3 svg{color:hsl(var(--color-primary))}.events-mobile-close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:hsl(var(--color-muted));border:none;border-radius:50%;cursor:pointer;transition:background 0.2s ease}.events-mobile-close:hover{background:hsla(var(--color-muted),.8)}.events-mobile-close svg{color:hsl(var(--color-muted-foreground))}.events-cards{display:flex;flex-direction:column;gap:1rem;max-height:60vh;overflow-y:auto}.events-card{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;background:linear-gradient(135deg,hsla(var(--color-primary),.1) 0%,hsla(var(--color-primary),.05) 100%);border:1px solid hsla(var(--color-primary),.2);border-radius:.75rem;transition:all 0.3s ease}.events-card:hover{border-color:hsla(var(--color-primary),.4);box-shadow:var(--shadow-lg)}.events-card-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;flex-shrink:0;background:hsla(var(--color-primary),.2);border-radius:.5rem}.events-card-icon svg{color:hsl(var(--color-primary))}.events-card-content h4{font-size:1rem;font-weight:600;color:hsl(var(--color-foreground));margin-bottom:.25rem;transition:color 0.2s ease}.events-card:hover .events-card-content h4{color:hsl(var(--color-primary))}.events-card-content p{font-size:.875rem;color:hsl(var(--color-muted-foreground));margin:0}.events-sidebar{position:fixed;right:0;top:50%;transform:translateY(-50%);z-index:40;display:none}@media (min-width:768px){.events-sidebar{display:block}}.events-sidebar-tab{position:absolute;right:0;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:2rem .75rem;background:hsl(var(--color-primary));color:#fff;border-radius:.5rem 0 0 .5rem;cursor:pointer;box-shadow:var(--shadow-lg);transition:all 0.3s ease}.events-sidebar:hover .events-sidebar-tab{opacity:0;pointer-events:none}.events-chevron{transform:rotate(180deg)}.events-sidebar-label{writing-mode:vertical-rl;text-orientation:mixed;font-size:.875rem;font-weight:700;letter-spacing:.05em;white-space:nowrap}.events-sidebar-panel{width:0;overflow:hidden;background:hsl(var(--color-background));border-left:1px solid hsl(var(--color-border));border-top:1px solid hsl(var(--color-border));border-bottom:1px solid hsl(var(--color-border));border-radius:1rem 0 0 1rem;box-shadow:var(--shadow-xl);transition:width 0.3s ease}.events-sidebar:hover .events-sidebar-panel{width:320px}.events-sidebar-content{width:320px;padding:1.5rem}.events-sidebar-title{display:flex;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:700;color:hsl(var(--color-foreground));margin-bottom:1.5rem}.events-sidebar-title svg{color:hsl(var(--color-primary))}.events-sidebar-content .events-card{margin-bottom:1rem}.events-sidebar-content .events-card:last-child{margin-bottom:0}height:0;margin-left:6px;border-left:4px solid #fff0;border-right:4px solid #fff0;border-top:4px solid currentColor;vertical-align:middle}.mobile-menu-toggle{display:flex;flex-direction:column;gap:5px;padding:.5rem;background:none;border:none;cursor:pointer}@media (min-width:1024px){.mobile-menu-toggle{display:none}}.mobile-menu-toggle span{display:block;width:24px;height:2px;background:#fff;transition:all var(--transition)}.mobile-navigation{display:none;position:fixed;top:70px;left:0;right:0;bottom:0;background:#fff;padding:1rem;z-index:999;overflow-y:auto}.mobile-navigation.active{display:block}.mobile-navigation ul{list-style:none;padding:0;margin:0}.mobile-navigation li{border-bottom:1px solid hsl(var(--color-border))}.mobile-navigation a{display:block;padding:1rem;font-size:1rem;font-weight:500;color:hsl(var(--color-foreground))}.mobile-navigation a:hover{background:hsl(var(--color-muted))}.mobile-navigation .sub-menu{padding-left:1rem;background:hsl(var(--color-muted))}.mobile-navigation .sub-menu a{font-size:.9375rem;font-weight:400}.hero-section{position:relative;min-height:500px;height:auto;display:flex;align-items:center;overflow:hidden;background:#000;padding:4rem 0}@media (min-width:768px){.hero-section{padding:5rem 0}}@media (min-width:1024px){.hero-section{padding:6rem 0}}@media (max-width:767px){.hero-section{min-height:500px;padding:4rem 0}}.hero-carousel{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;z-index:0}.hero-slide-bg{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;opacity:0;transition:opacity 1s ease-in-out}.hero-slide-bg.active{opacity:1}.hero-slide-bg img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-slide-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgb(0 0 0 / .5)}.hero-slides-container{position:relative;z-index:1;width:100%;display:flex;align-items:center;justify-content:center;min-height:400px}.hero-slide{position:absolute;width:100%;opacity:0;transform:translateY(20px);transition:all 0.7s ease-in-out;pointer-events:none;display:flex;align-items:center;justify-content:center}.hero-slide.active{opacity:1;transform:translateY(0);pointer-events:auto}.hero-content{text-align:center;max-width:900px;margin:0 auto;padding:0 1rem}.hero-icon-container{display:inline-flex;align-items:center;justify-content:center;padding:1.5rem;margin-bottom:1.5rem;background:rgb(255 255 255 / .1);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgb(255 255 255 / .2);border-radius:var(--radius-lg);box-shadow:var(--shadow-glass)}@media (min-width:768px){.hero-icon-container{padding:2rem;margin-bottom:2rem}}.hero-icon-container svg{width:40px;height:40px;color:hsl(var(--color-primary))}@media (min-width:768px){.hero-icon-container svg{width:64px;height:64px}}@media (min-width:1024px){.hero-icon-container svg{width:80px;height:80px}}.hero-title{font-size:2rem;font-weight:700;margin-bottom:1rem;color:#fff;text-shadow:0 4px 8px rgb(0 0 0 / .5);line-height:1.1}@media (min-width:640px){.hero-title{font-size:2.5rem}}@media (min-width:768px){.hero-title{font-size:3.5rem;margin-bottom:1.5rem}}@media (min-width:1024px){.hero-title{font-size:4rem}}@media (min-width:1280px){.hero-title{font-size:4.5rem}}.hero-subtitle-badge{display:inline-block;padding:.5rem 1.5rem;margin-bottom:1rem;background:hsl(310 58% 35% / .8);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:var(--radius);color:#fff;font-size:1rem;font-weight:600}@media (min-width:768px){.hero-subtitle-badge{padding:.75rem 2rem;margin-bottom:1.5rem;font-size:1.5rem;border-radius:var(--radius-lg)}}.hero-description{font-size:.875rem;color:rgb(255 255 255 / .9);margin-bottom:1.5rem;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.6;text-shadow:0 2px 4px rgb(0 0 0 / .3)}@media (min-width:768px){.hero-description{font-size:1.125rem;margin-bottom:2.5rem}}.hero-buttons{display:flex;flex-direction:column;gap:.75rem;justify-content:center;align-items:center}@media (min-width:640px){.hero-buttons{flex-direction:row;gap:1rem}}.hero-btn{padding:.75rem 2rem;font-size:.875rem;font-weight:600;border-radius:9999px;transition:all 0.3s ease;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}@media (min-width:768px){.hero-btn{padding:1rem 2.5rem;font-size:1rem}}.hero-btn-primary{background:hsl(var(--color-primary));color:#fff}.hero-btn-primary:hover{background:hsl(310 58% 25%);transform:scale(1.05);box-shadow:var(--shadow-lg)}.hero-btn-outline{background:rgb(255 255 255 / .1);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:2px solid rgb(255 255 255 / .5);color:#fff}.hero-btn-outline:hover{background:rgb(255 255 255 / .2);transform:scale(1.05);box-shadow:var(--shadow-lg)}.hero-nav-arrow{position:absolute;top:50%;transform:translateY(-50%);padding:1rem;background:rgb(255 255 255 / .2);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:none;border-radius:50%;color:#fff;cursor:pointer;transition:all 0.3s ease;z-index:20}.hero-nav-arrow:hover{background:rgb(255 255 255 / .3);transform:translateY(-50%) scale(1.1)}.hero-nav-arrow.prev{left:.5rem}.hero-nav-arrow.next{right:.5rem}@media (min-width:768px){.hero-nav-arrow.prev{left:2rem}.hero-nav-arrow.next{right:2rem}}.hero-nav-arrow svg{width:20px;height:20px}@media (min-width:768px){.hero-nav-arrow svg{width:28px;height:28px}}.hero-dots{position:absolute;bottom:1.5rem;left:50%;transform:translateX(-50%);display:flex;gap:.75rem;padding:.75rem 1.5rem;background:rgb(0 0 0 / .3);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:9999px;z-index:20}@media (min-width:768px){.hero-dots{bottom:2rem;gap:1rem}}.hero-dot{width:.5rem;height:.5rem;border-radius:9999px;background:rgb(255 255 255 / .6);border:none;cursor:pointer;transition:all 0.5s ease}@media (min-width:768px){.hero-dot{width:.75rem;height:.75rem}}.hero-dot:hover{background:#fff;transform:scale(1.25)}.hero-dot.active{width:3rem;background:hsl(var(--color-primary));box-shadow:var(--shadow-glow)}@media (min-width:768px){.hero-dot.active{width:4rem}}.hero-carousel-centered{position:relative;min-height:500px;height:auto;padding:4rem 0;overflow:hidden;background:#0a0a0a}@media (min-width:768px){.hero-carousel-centered{padding:5rem 0}}@media (min-width:1024px){.hero-carousel-centered{padding:6rem 0}}.hero-bg-container{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%}.hero-bg-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity 1s ease-in-out}.hero-bg-slide.active{opacity:1}.hero-bg-slide img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-bg-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgb(0 0 0 / .5)}.hero-centered-content{position:relative;z-index:10;display:flex;align-items:center;justify-content:center;min-height:400px}.hero-content-slide{position:absolute;width:100%;opacity:0;transform:translateY(20px);transition:opacity 0.7s ease,transform 0.7s ease;pointer-events:none}.hero-content-slide.active{opacity:1;transform:translateY(0);pointer-events:auto;position:relative}.hero-content-inner{text-align:center;max-width:900px;margin:0 auto;padding:0 1rem}.hero-glass-icon{display:inline-flex;align-items:center;justify-content:center;padding:1rem;margin-bottom:1rem;background:rgb(255 255 255 / .1);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgb(255 255 255 / .2);border-radius:1rem;box-shadow:0 8px 32px 0 rgb(141 37 125 / .15)}@media (min-width:640px){.hero-glass-icon{padding:1.5rem;margin-bottom:1.5rem}}@media (min-width:768px){.hero-glass-icon{padding:2rem;margin-bottom:2rem;border-radius:1.5rem}}.hero-glass-icon svg{width:40px;height:40px;color:#8D257D}@media (min-width:640px){.hero-glass-icon svg{width:48px;height:48px}}@media (min-width:768px){.hero-glass-icon svg{width:64px;height:64px}}@media (min-width:1024px){.hero-glass-icon svg{width:80px;height:80px}}.hero-main-title{font-size:1.875rem;font-weight:700;margin-bottom:.75rem;color:#fff;text-shadow:0 4px 8px rgb(0 0 0 / .5);line-height:1.1}@media (min-width:640px){.hero-main-title{font-size:2.25rem;margin-bottom:1rem}}@media (min-width:768px){.hero-main-title{font-size:3rem;margin-bottom:1.5rem}}@media (min-width:1024px){.hero-main-title{font-size:3.75rem}}@media (min-width:1280px){.hero-main-title{font-size:4.5rem}}.hero-subtitle-badge{display:inline-block;padding:.5rem 1rem;margin-bottom:.75rem;background:rgb(141 37 125 / .8);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:.75rem;color:#fff;font-size:1.125rem;font-weight:600}@media (min-width:640px){.hero-subtitle-badge{padding:.625rem 1.5rem;margin-bottom:1rem;font-size:1.25rem}}@media (min-width:768px){.hero-subtitle-badge{padding:.75rem 2rem;margin-bottom:1.5rem;font-size:1.5rem;border-radius:1rem}}@media (min-width:1024px){.hero-subtitle-badge{padding:1rem 2rem;font-size:1.875rem}}.hero-description{font-size:.875rem;color:rgb(255 255 255 / .9);margin-bottom:1.5rem;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.6;text-shadow:0 2px 4px rgb(0 0 0 / .3);padding:0 .5rem}@media (min-width:640px){.hero-description{font-size:1rem;margin-bottom:2rem}}@media (min-width:768px){.hero-description{font-size:1.125rem;margin-bottom:2.5rem}}@media (min-width:1024px){.hero-description{font-size:1.25rem}}.hero-cta-buttons{display:flex;flex-direction:column;gap:.5rem;justify-content:center;align-items:center}@media (min-width:640px){.hero-cta-buttons{flex-direction:row;gap:1rem}}.hero-btn-primary,.hero-btn-outline{padding:.5rem 1rem;font-size:.75rem;font-weight:600;border-radius:9999px;transition:all 0.3s ease;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}@media (min-width:640px){.hero-btn-primary,.hero-btn-outline{padding:.75rem 1.5rem;font-size:.875rem}}@media (min-width:768px){.hero-btn-primary,.hero-btn-outline{padding:1rem 2rem;font-size:1rem}}@media (min-width:1024px){.hero-btn-primary,.hero-btn-outline{padding:1.25rem 2.5rem;font-size:1.125rem}}.hero-btn-primary{background:#8D257D;color:#fff}.hero-btn-primary:hover{background:#6B1D5F;color:#fff;transform:scale(1.05);box-shadow:0 10px 40px rgb(141 37 125 / .4)}.hero-btn-outline{background:rgb(255 255 255 / .1);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:2px solid rgb(255 255 255 / .5);color:#fff}.hero-btn-outline:hover{background:rgb(255 255 255 / .2);color:#fff;transform:scale(1.05);box-shadow:0 10px 40px rgb(255 255 255 / .2)}.hero-carousel-centered .hero-nav-arrow{position:absolute;top:50%;transform:translateY(-50%);padding:.75rem;background:rgb(255 255 255 / .2);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:none;border-radius:50%;color:#fff;cursor:pointer;transition:all 0.3s ease;z-index:20}@media (min-width:640px){.hero-carousel-centered .hero-nav-arrow{padding:1rem}}@media (min-width:768px){.hero-carousel-centered .hero-nav-arrow{padding:1.25rem}}.hero-carousel-centered .hero-nav-arrow:hover{background:rgb(255 255 255 / .3);transform:translateY(-50%) scale(1.1)}.hero-carousel-centered .hero-nav-arrow.prev{left:.5rem}.hero-carousel-centered .hero-nav-arrow.next{right:.5rem}@media (min-width:640px){.hero-carousel-centered .hero-nav-arrow.prev{left:1rem}.hero-carousel-centered .hero-nav-arrow.next{right:1rem}}@media (min-width:768px){.hero-carousel-centered .hero-nav-arrow.prev{left:2rem}.hero-carousel-centered .hero-nav-arrow.next{right:2rem}}.hero-carousel-centered .hero-nav-arrow svg{width:20px;height:20px}@media (min-width:640px){.hero-carousel-centered .hero-nav-arrow svg{width:24px;height:24px}}@media (min-width:768px){.hero-carousel-centered .hero-nav-arrow svg{width:28px;height:28px}}.hero-dot-indicators{position:absolute;bottom:1rem;left:50%;transform:translateX(-50%);display:flex;gap:.5rem;padding:.5rem 1rem;background:rgb(0 0 0 / .3);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:9999px;z-index:20}@media (min-width:640px){.hero-dot-indicators{bottom:1.5rem;gap:.75rem;padding:.625rem 1.25rem}}@media (min-width:768px){.hero-dot-indicators{bottom:2rem;gap:1rem;padding:.75rem 1.5rem}}.hero-dot-indicators .hero-dot{width:.5rem;height:.5rem;border-radius:9999px;background:rgb(255 255 255 / .6);border:none;cursor:pointer;transition:all 0.5s ease}@media (min-width:640px){.hero-dot-indicators .hero-dot{width:.625rem;height:.625rem}}@media (min-width:768px){.hero-dot-indicators .hero-dot{width:.75rem;height:.75rem}}.hero-dot-indicators .hero-dot:hover{background:#fff;transform:scale(1.25)}.hero-dot-indicators .hero-dot.active{width:2.5rem;background:#8D257D;box-shadow:0 0 30px rgb(141 37 125 / .5)}@media (min-width:640px){.hero-dot-indicators .hero-dot.active{width:3rem}}@media (min-width:768px){.hero-dot-indicators .hero-dot.active{width:4rem}}.hero-section-split{position:relative;display:flex;min-height:600px;overflow:hidden;background:#0a0a0a}@media (max-width:767px){.hero-section-split{flex-direction:column;min-height:auto}}.hero-split-left{position:relative;width:50%;min-height:600px;overflow:hidden}@media (max-width:767px){.hero-split-left{width:100%;min-height:300px;max-height:350px}}.hero-split-image{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity 1s ease-in-out}.hero-split-image.active{opacity:1}.hero-split-image img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-split-right{position:relative;width:50%;min-height:600px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a1a1a 0%,#0a0a0a 100%);padding:3rem 2rem}@media (max-width:767px){.hero-split-right{width:100%;min-height:auto;padding:2.5rem 1.5rem}}.hero-split-content-wrapper{position:relative;width:100%;max-width:600px}.hero-split-slide{position:absolute;top:0;left:0;width:100%;opacity:0;transform:translateY(20px);transition:all 0.7s ease-in-out;pointer-events:none}.hero-split-slide.active{position:relative;opacity:1;transform:translateY(0);pointer-events:auto}.hero-split-content{text-align:center}.hero-split-icon-container{display:inline-flex;align-items:center;justify-content:center;width:100px;height:100px;margin-bottom:2rem;background:rgb(30 30 30 / .8);border:1px solid rgb(255 255 255 / .1);border-radius:1.5rem;box-shadow:0 8px 32px rgb(0 0 0 / .3)}@media (max-width:767px){.hero-split-icon-container{width:80px;height:80px;margin-bottom:1.5rem;border-radius:1rem}}.hero-split-icon-container svg{width:48px;height:48px;color:hsl(var(--color-primary))}@media (max-width:767px){.hero-split-icon-container svg{width:36px;height:36px}}.hero-split-title{font-size:3.5rem;font-weight:700;color:#fff;margin-bottom:1.5rem;line-height:1.1;text-shadow:0 4px 12px rgb(0 0 0 / .5)}@media (max-width:1023px){.hero-split-title{font-size:2.5rem}}@media (max-width:767px){.hero-split-title{font-size:2rem;margin-bottom:1rem}}.hero-split-subtitle{display:inline-block;padding:1rem 2.5rem;margin-bottom:1.5rem;background:hsl(var(--color-primary));border-radius:9999px;color:#fff;font-size:1.25rem;font-weight:600}@media (max-width:767px){.hero-split-subtitle{padding:.75rem 1.5rem;font-size:1rem;margin-bottom:1rem}}.hero-split-description{font-size:1.125rem;color:rgb(255 255 255 / .85);margin-bottom:2.5rem;max-width:500px;margin-left:auto;margin-right:auto;line-height:1.6}@media (max-width:767px){.hero-split-description{font-size:.9375rem;margin-bottom:1.5rem}}.hero-split-buttons{display:flex;flex-direction:row;gap:1rem;justify-content:center;align-items:center;flex-wrap:wrap}@media (max-width:479px){.hero-split-buttons{flex-direction:column;gap:.75rem}}.hero-split-btn{padding:1rem 2.5rem;font-size:1rem;font-weight:600;border-radius:9999px;transition:all 0.3s ease;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;min-width:160px}@media (max-width:767px){.hero-split-btn{padding:.75rem 1.75rem;font-size:.875rem;min-width:140px}}.hero-split-btn-primary{background:hsl(var(--color-primary));color:#fff;border:2px solid hsl(var(--color-primary))}.hero-split-btn-primary:hover{background:hsl(310 58% 25%);border-color:hsl(310 58% 25%);transform:scale(1.05);box-shadow:0 10px 30px rgb(141 37 125 / .4)}.hero-split-btn-outline{background:rgb(255 255 255 / .05);border:2px solid rgb(255 255 255 / .4);color:#fff}.hero-split-btn-outline:hover{background:rgb(255 255 255 / .15);border-color:rgb(255 255 255 / .6);transform:scale(1.05)}.hero-split-nav{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:rgb(255 255 255 / .15);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgb(255 255 255 / .2);border-radius:50%;color:#fff;cursor:pointer;transition:all 0.3s ease;z-index:20}.hero-split-nav:hover{background:rgb(255 255 255 / .25);transform:translateY(-50%) scale(1.1)}.hero-split-nav.prev{left:1rem}.hero-split-nav.next{right:1rem}@media (min-width:768px){.hero-split-nav.prev{left:2rem}.hero-split-nav.next{right:2rem}}@media (max-width:767px){.hero-split-nav{width:40px;height:40px}.hero-split-nav.prev{left:.5rem}.hero-split-nav.next{right:.5rem}}.hero-split-nav svg{width:24px;height:24px}@media (max-width:767px){.hero-split-nav svg{width:20px;height:20px}}.hero-split-dots{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);display:flex;gap:.75rem;padding:.75rem 1.5rem;background:rgb(0 0 0 / .4);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:9999px;z-index:20}@media (max-width:767px){.hero-split-dots{bottom:1rem;padding:.5rem 1rem;gap:.5rem}}.hero-split-dot{width:.75rem;height:.75rem;border-radius:9999px;background:rgb(255 255 255 / .5);border:none;cursor:pointer;transition:all 0.5s ease}@media (max-width:767px){.hero-split-dot{width:.5rem;height:.5rem}}.hero-split-dot:hover{background:#fff;transform:scale(1.25)}.hero-split-dot.active{width:3rem;background:hsl(var(--color-primary));box-shadow:0 0 15px rgb(141 37 125 / .5)}@media (max-width:767px){.hero-split-dot.active{width:2rem}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.75rem;font-family:var(--font-sans);font-size:.9375rem;font-weight:600;border-radius:var(--radius);border:none;cursor:pointer;transition:all var(--transition);text-decoration:none}.btn-primary{background:#fff;color:hsl(var(--color-primary))}.btn-primary:hover{background:hsl(var(--color-foreground));color:#fff;transform:translateY(-2px)}.btn-secondary{background:hsl(var(--color-primary));color:#fff}.btn-secondary:hover{background:hsl(310 58% 25%)}.btn-outline{background:#fff0;border:2px solid #fff;color:#fff}.btn-outline:hover{background:#fff;color:hsl(var(--color-primary))}.btn-lg{padding:1rem 2.5rem;font-size:1rem}.section-header{text-align:center;margin-bottom:3rem}.section-subtitle{font-size:.875rem;text-transform:uppercase;letter-spacing:.15em;color:hsl(var(--color-primary));margin-bottom:.5rem;font-weight:600}.section-title{margin-bottom:1rem}.section-description{color:hsl(var(--color-muted-foreground));max-width:600px;margin:0 auto}.who-we-are-section{background:#fff}.about-grid{display:grid;gap:3rem;align-items:center}@media (min-width:1024px){.about-grid{grid-template-columns:1fr 1fr}}.about-image{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-xl)}.about-content h2{margin-bottom:1.5rem}.about-content p{color:hsl(var(--color-muted-foreground));margin-bottom:1rem}.about-features{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem}.about-feature{display:flex;gap:1rem;align-items:flex-start}.about-feature-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:hsl(var(--color-primary));border-radius:var(--radius);color:#fff;flex-shrink:0}.about-feature h4{margin-bottom:.25rem;font-size:1rem}.about-feature p{font-size:.875rem;margin:0}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2rem;padding-top:2rem;border-top:1px solid hsl(var(--color-border))}.stat-item{text-align:center}.stat-number{font-size:2.5rem;font-weight:700;color:hsl(var(--color-primary));font-family:var(--font-heading)}.stat-label{font-size:.875rem;color:hsl(var(--color-muted-foreground));margin-top:.25rem}.services-section{background:hsl(var(--color-muted))}.services-grid{display:grid;gap:2rem}@media (min-width:640px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.services-grid{grid-template-columns:repeat(3,1fr)}}.service-card{background:#fff;border-radius:var(--radius);padding:2rem;box-shadow:var(--shadow-md);transition:all var(--transition);text-decoration:none;display:block}.service-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-xl)}.service-icon{width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:hsl(var(--color-primary));border-radius:var(--radius);margin-bottom:1.5rem;color:#fff}.service-icon svg{width:28px;height:28px}.service-card h3{margin-bottom:.75rem;color:hsl(var(--color-foreground))}.service-card p{color:hsl(var(--color-muted-foreground));font-size:.9375rem;margin:0}.impact-section{background:hsl(var(--color-primary));color:#fff}.impact-section .section-subtitle{color:rgb(255 255 255 / .8)}.impact-section .section-title{color:#fff}.impact-section .section-description{color:rgb(255 255 255 / .9)}.impact-grid{display:grid;gap:2rem;margin-top:3rem}@media (min-width:768px){.impact-grid{grid-template-columns:repeat(3,1fr)}}.impact-card{text-align:center;padding:2rem;background:rgb(255 255 255 / .1);border-radius:var(--radius);backdrop-filter:blur(10px)}.impact-number{font-size:3rem;font-weight:700;font-family:var(--font-heading)}.impact-label{font-size:1rem;opacity:.9;margin-top:.5rem}.team-section{background:#fff}.team-grid{display:grid;gap:2rem}@media (min-width:640px){.team-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:768px){.team-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.team-grid{grid-template-columns:repeat(4,1fr)}}.team-card{text-align:center;transition:all var(--transition)}.team-card:hover{transform:translateY(-4px)}.team-image{width:180px;height:180px;margin:0 auto 1rem;border-radius:50%;overflow:hidden;box-shadow:var(--shadow-lg);border:4px solid hsl(var(--color-primary))}.team-image img{width:100%;height:100%;object-fit:cover}.team-info h3{font-size:1.125rem;margin-bottom:.25rem}.team-info p{color:hsl(var(--color-primary));font-size:.875rem;margin:0}.projects-section{background:hsl(var(--color-muted))}.projects-grid{display:grid;gap:2rem}@media (min-width:640px){.projects-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.projects-grid{grid-template-columns:repeat(3,1fr)}}.project-card{position:relative;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-md);aspect-ratio:16/10;display:block}.project-card img{width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease}.project-card:hover img{transform:scale(1.05)}.project-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgb(141 37 125 / .9) 0%,transparent 60%);display:flex;flex-direction:column;justify-content:flex-end;padding:1.5rem;color:#fff}.project-overlay h3{color:#fff;font-size:1.125rem;margin-bottom:.25rem}.project-overlay p{font-size:.875rem;opacity:.9;margin:0}.testimonials-section{background:#fff}.testimonials-grid{display:grid;gap:2rem}@media (min-width:768px){.testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.testimonials-grid{grid-template-columns:repeat(3,1fr)}}.testimonial-card{background:hsl(var(--color-muted));padding:2rem;border-radius:var(--radius);position:relative}.testimonial-card::before{content:'"';position:absolute;top:1rem;left:1.5rem;font-size:4rem;color:hsl(var(--color-primary));opacity:.2;font-family:Georgia,serif;line-height:1}.testimonial-quote{font-style:italic;margin-bottom:1.5rem;position:relative;z-index:1}.testimonial-author{display:flex;align-items:center;gap:1rem}.testimonial-author img{width:50px;height:50px;border-radius:50%;object-fit:cover}.testimonial-author h4{font-size:1rem;margin-bottom:.125rem}.testimonial-author p{font-size:.875rem;color:hsl(var(--color-muted-foreground));margin:0}.contact-section{background:hsl(var(--color-muted))}.contact-grid{display:grid;gap:3rem}@media (min-width:1024px){.contact-grid{grid-template-columns:1fr 1.5fr}}.contact-info h3{margin-bottom:1rem}.contact-info>p{color:hsl(var(--color-muted-foreground));margin-bottom:2rem}.contact-details{display:flex;flex-direction:column;gap:1.5rem}.contact-item{display:flex;gap:1rem;align-items:flex-start}.contact-item-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:hsl(var(--color-primary));border-radius:var(--radius);color:#fff;flex-shrink:0}.contact-item p{margin:0}.contact-item a{color:hsl(var(--color-foreground))}.contact-item a:hover{color:hsl(var(--color-primary))}.contact-form{background:#fff;padding:2rem;border-radius:var(--radius);box-shadow:var(--shadow-md)}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group textarea{width:100%;padding:.75rem 1rem;border:1px solid hsl(var(--color-border));border-radius:var(--radius);font-family:var(--font-sans);font-size:1rem;transition:border-color var(--transition)}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:hsl(var(--color-primary))}.form-group textarea{resize:vertical;min-height:150px}.site-footer{background:hsl(var(--color-primary));color:#fff;padding:4rem 0 0}.footer-grid{display:grid;gap:2rem;margin-bottom:3rem}@media (min-width:640px){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr}}.footer-col h4{color:#fff;margin-bottom:1.5rem;font-size:1.125rem}.footer-col p{opacity:.9;line-height:1.7}.footer-col ul{list-style:none;padding:0;margin:0}.footer-col li{margin-bottom:.75rem}.footer-col a{color:rgb(255 255 255 / .9);transition:all var(--transition)}.footer-col a:hover{color:#fff;padding-left:4px}.footer-bottom{border-top:1px solid rgb(255 255 255 / .2);padding:1.5rem 0;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem}.footer-bottom p{opacity:.8;font-size:.875rem;margin:0}.social-links{display:flex;gap:1rem}.social-links a{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:rgb(255 255 255 / .1);border-radius:50%;color:#fff;transition:all var(--transition)}.social-links a:hover{background:#fff;color:hsl(var(--color-primary));transform:translateY(-2px)}.page-header{background:hsl(var(--color-primary));color:#fff;padding:8rem 0 4rem;text-align:center}.page-header h1{color:#fff;margin-bottom:1rem}.page-header p{opacity:.9;max-width:600px;margin:0 auto}.page-content{padding:4rem 0}.page-content .container{max-width:900px}.single-project-content{display:grid;gap:3rem}@media (min-width:1024px){.single-project-content{grid-template-columns:2fr 1fr}}.project-main-content h2{margin-top:2rem;margin-bottom:1rem;font-size:1.5rem}.project-main-content p{margin-bottom:1rem;line-height:1.8}.project-sidebar{background:hsl(var(--color-muted));padding:2rem;border-radius:var(--radius);height:fit-content}.project-meta-item{margin-bottom:1.5rem}.project-meta-item:last-child{margin-bottom:0}.project-meta-item h4{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:hsl(var(--color-muted-foreground));margin-bottom:.25rem}.project-meta-item p{margin:0;font-weight:500}.single-team-content{display:grid;gap:3rem;align-items:start}@media (min-width:768px){.single-team-content{grid-template-columns:300px 1fr}}.team-member-image{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-xl)}.team-member-image img{width:100%;aspect-ratio:1;object-fit:cover}.team-member-info h1{margin-bottom:.5rem}.team-member-position{color:hsl(var(--color-primary));font-size:1.125rem;font-weight:500;margin-bottom:1.5rem}.team-member-bio{line-height:1.8}.team-member-bio p{margin-bottom:1rem}.team-member-contact{margin-top:2rem;padding-top:2rem;border-top:1px solid hsl(var(--color-border));display:flex;gap:1rem;flex-wrap:wrap}.page-header-large{position:relative;padding:10rem 0 4rem;min-height:400px;display:flex;align-items:flex-end}.page-header-background{position:absolute;inset:0;z-index:-1}.page-header-background img{width:100%;height:100%;object-fit:cover}.page-header-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgb(141 37 125 / .7) 0%,rgb(141 37 125 / .9) 100%)}.page-header .breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.875rem;margin-bottom:1rem;opacity:.9}.page-header .breadcrumb a{color:#fff}.page-header .breadcrumb .separator{opacity:.5}.page-description{max-width:600px;margin:0 auto;font-size:1.125rem}.filter-bar{display:flex;flex-wrap:wrap;gap:1rem;background:#fff;padding:1.5rem;border-radius:var(--radius);box-shadow:var(--shadow-md);margin-bottom:2rem}.filter-search{flex:1;min-width:250px;position:relative}.filter-search input{width:100%;padding:.875rem 1rem .875rem 3rem;border:1px solid hsl(var(--color-border));border-radius:var(--radius);font-size:1rem}.filter-search input:focus{outline:none;border-color:hsl(var(--color-primary))}.filter-search svg{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:hsl(var(--color-muted-foreground))}.filter-selects{display:flex;gap:1rem;flex-wrap:wrap}.filter-select{padding:.875rem 2.5rem .875rem 1rem;border:1px solid hsl(var(--color-border));border-radius:var(--radius);font-size:.9375rem;background:#fff;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center}.filter-select:focus{outline:none;border-color:hsl(var(--color-primary))}.projects-archive-grid{display:grid;gap:2rem}@media (min-width:640px){.projects-archive-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.projects-archive-grid{grid-template-columns:repeat(3,1fr)}}.project-archive-card{background:#fff;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-md);transition:all var(--transition)}.project-archive-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-xl)}.project-card-link{text-decoration:none;color:inherit;display:block}.project-card-image{position:relative;aspect-ratio:16/10;overflow:hidden;background:hsl(var(--color-muted))}.project-card-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease}.project-archive-card:hover .project-card-image img{transform:scale(1.05)}.project-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:hsl(var(--color-muted-foreground))}.project-status-badge{position:absolute;top:1rem;right:1rem;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.status-completed,.status-done{background:#10b981;color:#fff}.status-ongoing,.status-in-progress{background:hsl(var(--color-primary));color:#fff}.project-card-content{padding:1.5rem}.project-meta{display:flex;gap:1rem;font-size:.75rem;color:hsl(var(--color-muted-foreground));margin-bottom:.75rem}.project-title{font-size:1.125rem;margin-bottom:.5rem;line-height:1.3}.project-client{font-size:.875rem;color:hsl(var(--color-primary));margin-bottom:.75rem}.project-excerpt{font-size:.875rem;color:hsl(var(--color-muted-foreground));margin-bottom:1rem;line-height:1.6}.project-read-more{display:inline-flex;align-items:center;gap:.5rem;color:hsl(var(--color-primary));font-weight:500;font-size:.875rem}.project-read-more svg{transition:transform var(--transition)}.project-archive-card:hover .project-read-more svg{transform:translateX(4px)}.pagination-wrapper{margin-top:3rem;display:flex;justify-content:center}.pagination-wrapper .nav-links{display:flex;gap:.5rem}.pagination-wrapper a,.pagination-wrapper span{display:flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 .75rem;border-radius:var(--radius);font-weight:500;transition:all var(--transition)}.pagination-wrapper a{background:#fff;color:hsl(var(--color-foreground));box-shadow:var(--shadow-sm)}.pagination-wrapper a:hover{background:hsl(var(--color-primary));color:#fff}.pagination-wrapper .current{background:hsl(var(--color-primary));color:#fff}.no-results-message{text-align:center;padding:4rem 2rem;color:hsl(var(--color-muted-foreground))}.no-results-message svg{margin-bottom:1rem;opacity:.5}.no-results-message h3{margin-bottom:.5rem}.about-intro{display:grid;gap:3rem;align-items:center}@media (min-width:1024px){.about-intro{grid-template-columns:1fr 1fr}}.about-intro-content .lead{font-size:1.25rem;color:hsl(var(--color-foreground));margin-bottom:1.5rem}.about-intro-content p{color:hsl(var(--color-muted-foreground));margin-bottom:1rem;line-height:1.7}.about-intro-image{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-xl)}.about-intro-image img{width:100%;height:auto}.vision-mission-section{background:hsl(var(--color-muted))}.vision-mission-grid{display:grid;gap:2rem}@media (min-width:768px){.vision-mission-grid{grid-template-columns:1fr 1fr}}.vision-card,.mission-card{background:#fff;padding:2.5rem;border-radius:var(--radius);box-shadow:var(--shadow-md);text-align:center}.vm-icon{width:70px;height:70px;display:flex;align-items:center;justify-content:center;background:hsl(var(--color-primary));border-radius:50%;color:#fff;margin:0 auto 1.5rem}.vision-card h3,.mission-card h3{margin-bottom:1rem}.vision-card p,.mission-card p{color:hsl(var(--color-muted-foreground));line-height:1.7}.stats-section{background:hsl(var(--color-primary));color:#fff}.stats-grid-large{display:grid;gap:2rem;text-align:center}@media (min-width:640px){.stats-grid-large{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.stats-grid-large{grid-template-columns:repeat(4,1fr)}}.stat-card{padding:2rem;background:rgb(255 255 255 / .1);border-radius:var(--radius);backdrop-filter:blur(10px)}.stat-card .stat-number{color:#fff}.stat-card .stat-label{color:rgb(255 255 255 / .9)}.management-content{display:grid;gap:3rem;align-items:center;max-width:900px;margin:0 auto}@media (min-width:768px){.management-content{grid-template-columns:250px 1fr}}.management-image{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-xl)}.management-image img{width:100%;aspect-ratio:1;object-fit:cover}.management-info h3{font-size:1.5rem;margin-bottom:.25rem}.management-info .position{color:hsl(var(--color-primary));font-weight:500;margin-bottom:1rem}.management-info .bio{color:hsl(var(--color-muted-foreground));line-height:1.7}.team-page-section{background:hsl(var(--color-muted))}.team-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:hsl(var(--color-muted));color:hsl(var(--color-muted-foreground))}.section-cta{text-align:center;margin-top:3rem}.no-content-message{grid-column:1 / -1;text-align:center;color:hsl(var(--color-muted-foreground));padding:2rem}.advisory-section{background:#fff}.advisory-grid{display:grid;gap:2rem}@media (min-width:640px){.advisory-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.advisory-grid{grid-template-columns:repeat(4,1fr)}}.careers-cta-section{background:#e6e6e6}.careers-cta-content{text-align:center;max-width:600px;margin:0 auto}.careers-cta-content h2{margin-bottom:1rem}.careers-cta-content p{color:hsl(var(--color-muted-foreground));margin-bottom:2rem}.services-intro{text-align:center;max-width:700px;margin:0 auto 4rem}.services-intro h2{margin-bottom:1rem}.services-intro .lead{font-size:1.125rem;color:hsl(var(--color-muted-foreground))}.services-detailed-grid{display:grid;gap:2rem}.service-detailed-card{display:grid;gap:2rem;background:hsl(var(--color-muted));padding:2.5rem;border-radius:var(--radius);align-items:start}@media (min-width:768px){.service-detailed-card{grid-template-columns:auto 1fr}}.service-icon-large{width:80px;height:80px;display:flex;align-items:center;justify-content:center;background:hsl(var(--color-primary));border-radius:var(--radius);color:#fff}.service-detailed-content h3{font-size:1.5rem;margin-bottom:1rem}.service-detailed-content>p{color:hsl(var(--color-muted-foreground));line-height:1.7;margin-bottom:1.5rem}.service-features{list-style:none;padding:0;margin:0 0 1.5rem;display:grid;gap:.5rem}@media (min-width:640px){.service-features{grid-template-columns:1fr 1fr}}.service-features li{display:flex;align-items:center;gap:.5rem;font-size:.9375rem}.service-features li::before{content:'';width:6px;height:6px;background:hsl(var(--color-primary));border-radius:50%}.btn-outline-dark{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#fff0;border:2px solid hsl(var(--color-foreground));color:hsl(var(--color-foreground));border-radius:var(--radius);font-weight:500;transition:all var(--transition)}.btn-outline-dark:hover{background:hsl(var(--color-primary));border-color:hsl(var(--color-primary));color:#fff}.service-delivery-section{background:hsl(var(--color-muted))}.delivery-steps{display:flex;flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:0}.delivery-step{flex:1;min-width:200px;max-width:280px;text-align:center;padding:2rem 1rem}.step-number{font-size:2.5rem;font-weight:700;color:hsl(var(--color-primary));margin-bottom:1rem;font-family:var(--font-heading)}.delivery-step h4{margin-bottom:.5rem}.delivery-step p{color:hsl(var(--color-muted-foreground));font-size:.875rem}.delivery-connector{width:60px;height:2px;background:hsl(var(--color-primary));margin-top:4rem;display:none}@media (min-width:1024px){.delivery-connector{display:block}}.contact-cta-section{background:#e6e6e6}.cta-content{text-align:center;max-width:600px;margin:0 auto}.cta-content h2{margin-bottom:1rem}.cta-content>p{color:hsl(var(--color-muted-foreground));margin-bottom:2rem}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.footer-brand{max-width:300px}.footer-brand h3{color:#fff;margin-bottom:1rem}.footer-brand p{opacity:.9;line-height:1.7;font-size:.9375rem}.footer-social{display:flex;gap:.75rem}.footer-social a{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:rgb(255 255 255 / .1);border:1px solid rgb(255 255 255 / .2);border-radius:50%;color:#fff;transition:all var(--transition)}.footer-social a:hover{background:#fff;color:hsl(var(--color-primary));transform:translateY(-2px)}.footer-column h4,.footer-column .widget-title{color:#fff;font-size:1rem;margin-bottom:1.25rem}.footer-column ul{list-style:none;padding:0;margin:0}.footer-column li{margin-bottom:.625rem}.footer-column a{color:rgb(255 255 255 / .85);font-size:.9375rem}.footer-column a:hover{color:#fff}.text-center{text-align:center}.text-primary{color:hsl(var(--color-primary))}.bg-primary{background-color:hsl(var(--color-primary))}.bg-muted{background-color:hsl(var(--color-muted))}.glass{background:rgb(255 255 255 / .1);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgb(255 255 255 / .2);box-shadow:var(--shadow-glass)}.glass-card{background:rgb(255 255 255 / .05);backdrop-filter:blur(40px);-webkit-backdrop-filter:blur(40px);border:1px solid rgb(255 255 255 / .1);box-shadow:var(--shadow-glass)}.bg-gradient-primary{background-image:var(--gradient-primary)}.bg-gradient-mesh{background-image:var(--gradient-mesh)}.animate-fade-in{animation:fadeIn 0.6s ease-out forwards}.animate-fade-in-up{animation:fadeInUp 0.6s ease-out forwards}.animate-slide-in{animation:slideIn 0.5s ease-out forwards}.animate-scale-in{animation:scaleIn 0.4s ease-out forwards}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{from{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}@keyframes scaleIn{from{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes shimmer{0%{background-position:-200% 0}100%{background-position:200% 0}}@keyframes glow{0%,100%{box-shadow:0 0 20px rgb(141 37 125 / .3)}50%{box-shadow:0 0 40px rgb(141 37 125 / .6)}}.hover-lift{transition:all 0.3s ease}.hover-lift:hover{transform:translateY(-4px);box-shadow:var(--shadow-xl)}.card-hover-enhanced{transition:all 0.5s cubic-bezier(.4,0,.2,1)}.card-hover-enhanced:hover{transform:translateY(-8px);box-shadow:var(--shadow-xl)}.gradient-text{background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:#fff0;background-clip:text}.services-section.enhanced .services-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:1.5rem}@media (min-width:768px){.services-section.enhanced .services-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.services-section.enhanced .services-grid{grid-template-columns:repeat(5,1fr)}}.service-card-enhanced{background:#fff;border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow-md);transition:all 0.5s ease;text-decoration:none;display:flex;flex-direction:column;align-items:center;text-align:center;border:1px solid hsl(var(--color-border) / .5)}.service-card-enhanced:hover{transform:translateY(-8px);box-shadow:var(--shadow-xl)}.service-card-enhanced .service-icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;background:hsl(var(--color-foreground));border-radius:var(--radius);margin-bottom:1.25rem;color:#fff;transition:all 0.3s ease}.service-card-enhanced:hover .service-icon{background:hsl(var(--color-primary))}.service-card-enhanced h3{font-size:1.125rem;font-weight:700;color:hsl(var(--color-primary));margin-bottom:.75rem;transition:color 0.3s ease}.service-card-enhanced:hover h3{color:hsl(var(--color-foreground))}.service-card-enhanced p{font-size:.875rem;color:hsl(var(--color-muted-foreground));line-height:1.6;margin-bottom:1rem;flex-grow:1}.service-card-enhanced .more-link{display:inline-flex;align-items:center;gap:.25rem;font-size:.875rem;font-weight:600;color:hsl(var(--color-primary));border-bottom:2px solid hsl(var(--color-primary));padding-bottom:.25rem;transition:all 0.3s ease}.service-card-enhanced:hover .more-link{color:hsl(var(--color-foreground));border-color:hsl(var(--color-foreground))}.service-card-enhanced .more-link svg{width:16px;height:16px;opacity:0;transform:translateX(-4px);transition:all 0.3s ease}.service-card-enhanced:hover .more-link svg{opacity:1;transform:translateX(0)}.project-card-enhanced{background:hsl(var(--color-card));border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-md);border:1px solid hsl(var(--color-border) / .5);transition:all 0.5s ease;text-decoration:none;display:block}.project-card-enhanced:hover{transform:translateY(-4px);box-shadow:var(--shadow-xl)}.project-card-enhanced .project-inner{display:flex;flex-direction:column}@media (min-width:768px){.project-card-enhanced .project-inner{flex-direction:row}}.project-card-enhanced .project-image{width:100%;height:200px;overflow:hidden;background:hsl(var(--color-muted));flex-shrink:0}@media (min-width:768px){.project-card-enhanced .project-image{width:320px;height:auto}}.project-card-enhanced .project-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.7s ease}.project-card-enhanced:hover .project-image img{transform:scale(1.05)}.project-card-enhanced .project-content{padding:1.5rem;display:flex;flex-direction:column;justify-content:center;flex:1}.project-card-enhanced .project-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.875rem;color:hsl(var(--color-muted-foreground));margin-bottom:.75rem}.project-card-enhanced .project-meta-divider{color:hsl(var(--color-border))}.project-card-enhanced .project-title{font-size:1.25rem;font-weight:700;color:hsl(var(--color-primary));margin-bottom:1rem;transition:color 0.3s ease;line-height:1.3}@media (min-width:768px){.project-card-enhanced .project-title{font-size:1.5rem}}.project-card-enhanced:hover .project-title{color:hsl(310 58% 45%)}.project-status-badge{display:inline-block;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;width:fit-content}.project-status-badge.current{background:rgb(34 197 94 / .1);color:#16a34a;border:1px solid rgb(34 197 94 / .3)}.project-status-badge.completed{background:hsl(var(--color-muted));color:hsl(var(--color-muted-foreground))}.clients-carousel-section{margin-top:5rem}.clients-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media (min-width:640px){.clients-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:768px){.clients-grid{grid-template-columns:repeat(4,1fr)}}@media (min-width:1024px){.clients-grid{grid-template-columns:repeat(5,1fr)}}.client-card{background:hsl(var(--color-card) / .8);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid hsl(var(--color-border) / .5);border-radius:var(--radius);padding:1.5rem;display:flex;align-items:center;justify-content:center;min-height:150px;transition:all 0.7s ease;position:relative;overflow:hidden}.client-card::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,hsl(var(--color-primary) / .05) 0%,transparent 50%,hsl(var(--color-primary) / .1) 100%);opacity:0;transition:opacity 0.7s ease}.client-card:hover{transform:translateY(-12px);box-shadow:var(--shadow-xl);border-color:hsl(var(--color-primary) / .3)}.client-card:hover::before{opacity:1}.client-card img{max-width:100%;max-height:100px;object-fit:contain;transition:all 0.7s ease;position:relative;z-index:1}.client-card:hover img{transform:scale(1.1);filter:brightness(1.1)}.section-divider{width:96px;height:6px;background:hsl(var(--color-primary));margin:1.5rem auto 0;border-radius:9999px}.screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgb(0 0 0 / .6);clip:auto!important;color:#21759b;display:block;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgb(0 0 0 / .6);clip:auto!important;color:#21759b;display:block;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.clients-section{background:hsl(var(--color-background));padding:5rem 0;position:relative;overflow:hidden}.clients-section::before{content:'';position:absolute;inset:0;background:var(--gradient-mesh);opacity:.3;animation:pulse 12s ease-in-out infinite}.clients-section .section-header{text-align:center;margin-bottom:3rem;position:relative;z-index:1}.clients-carousel-wrapper{position:relative;overflow:hidden;padding:1rem 0;mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent)}.clients-carousel{display:flex;gap:2rem;animation:scroll-clients 40s linear infinite;width:max-content}.clients-carousel:hover{animation-play-state:paused}@keyframes scroll-clients{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}.clients-section .client-card{flex-shrink:0;width:160px;height:100px;background:hsla(var(--color-card),.8);backdrop-filter:blur(10px);border-radius:var(--radius);padding:1rem;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-sm);transition:var(--transition-smooth);border:1px solid hsla(var(--color-border),.5)}.clients-section .client-card:hover{transform:scale(1.08) translateY(-4px);box-shadow:var(--shadow-lg);border-color:hsl(var(--color-primary) / .3)}.clients-section .client-card img{max-width:100%;max-height:60px;object-fit:contain;filter:grayscale(100%);opacity:.7;transition:all 0.4s ease}.clients-section .client-card:hover img{filter:grayscale(0%);opacity:1;transform:scale(1.05)}.partners-section-inner{margin-top:4rem;padding-top:3rem;border-top:1px solid hsl(var(--color-border));text-align:center;position:relative;z-index:1}.partners-title{font-size:1.5rem;color:hsl(var(--color-foreground));margin-bottom:2rem}.partners-grid{display:flex;justify-content:center;align-items:center;gap:2rem;flex-wrap:wrap}.partner-card{background:hsla(var(--color-card),.8);backdrop-filter:blur(10px);border-radius:var(--radius-lg);padding:1.5rem 2rem;box-shadow:var(--shadow-md);transition:var(--transition-spring);border:1px solid #fff0}.partner-card:hover{transform:translateY(-8px) rotate(2deg);box-shadow:var(--shadow-xl);border-color:hsl(var(--color-primary) / .3)}.partner-card img{height:60px;width:auto;object-fit:contain;transition:all 0.5s ease;filter:grayscale(100%)}.partner-card:hover img{filter:grayscale(0%);transform:scale(1.15)}@media (max-width:768px){.clients-section .client-card{width:120px;height:80px;padding:.75rem}.clients-section .client-card img{max-height:45px}.partners-grid{gap:1rem}.partner-card{padding:1rem 1.5rem}.partner-card img{height:45px}}.page-header-background img{width:100%;height:100%;object-fit:cover}.service-card-with-image{position:relative;overflow:hidden;border-radius:var(--radius-lg)}.service-card-with-image .service-image{position:absolute;inset:0;z-index:0}.service-card-with-image .service-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.6s ease}.service-card-with-image:hover .service-image img{transform:scale(1.1)}.service-card-with-image .service-content{position:relative;z-index:1;background:linear-gradient(to top,hsl(0 0% 0% / .8) 0%,transparent 100%);padding:2rem;color:#fff;height:100%;display:flex;flex-direction:column;justify-content:flex-end}.language-selector{margin-left:1rem}.language-select{background:rgb(255 255 255 / .1);border:1px solid rgb(255 255 255 / .2);border-radius:var(--radius);padding:.5rem .75rem;color:#fff;font-size:.875rem;cursor:pointer;transition:all var(--transition);appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center;padding-right:2rem}.language-select:hover{background:rgb(255 255 255 / .2)}.language-select option{background:hsl(var(--color-primary));color:#fff}.nav-btn{display:inline-flex;align-items:center;justify-content:center;padding:.625rem 1.25rem;margin-left:.75rem;font-size:.875rem;font-weight:600;color:#fff;background:rgb(255 255 255 / .2);border:1px solid rgb(255 255 255 / .2);border-radius:var(--radius);transition:all var(--transition);text-decoration:none}.nav-btn:hover{background:rgb(255 255 255 / .3);color:#fff}.mobile-language-selector{padding:1rem}.mobile-language-selector .language-select{width:100%;background:rgb(141 37 125 / .1);color:hsl(var(--color-foreground));border-color:hsl(var(--color-border));background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%238D257D' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E")}.mobile-nav-btn{display:block;margin:1rem;padding:1rem;text-align:center;font-weight:600;color:#fff;background:hsl(var(--color-primary));border-radius:var(--radius);text-decoration:none;transition:all var(--transition)}.mobile-nav-btn:hover{background:hsl(310 58% 25%);color:#fff}.mobile-navigation .sub-item{color:hsl(var(--color-muted-foreground));font-size:.875rem;padding-left:2rem}.main-navigation .sub-menu .sub-menu{position:absolute;left:100%;top:0;min-width:200px}.site-footer{position:relative;background:hsl(var(--color-primary));color:#fff;overflow:hidden}.footer-bg-mesh{position:absolute;inset:0;background:var(--gradient-mesh);opacity:.3;animation:pulse 15s ease-in-out infinite}.footer-bg-orb{position:absolute;border-radius:50%;background:rgb(255 255 255 / .05);filter:blur(60px)}.footer-bg-orb-1{top:0;left:25%;width:24rem;height:24rem}.footer-bg-orb-2{bottom:0;right:25%;width:20rem;height:20rem;animation:bounce-slow 6s ease-in-out infinite}@keyframes bounce-slow{0%,100%{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes pulse{0%,100%{opacity:.3}50%{opacity:.5}}.site-footer .container{position:relative;z-index:10;padding-top:4rem;padding-bottom:0}.footer-grid{display:grid;gap:3rem;margin-bottom:3rem}@media (min-width:768px){.footer-grid{grid-template-columns:repeat(4,1fr)}}.footer-brand{max-width:280px}.footer-logo{height:4rem;width:auto;margin-bottom:1rem}.footer-brand img{height:4rem;width:auto}.footer-brand p{font-size:.875rem;color:rgb(255 255 255 / .8);line-height:1.6}.footer-column h4{font-size:1.125rem;font-weight:600;color:#fff;margin-bottom:1rem}.footer-subtitle{margin-top:1.5rem}.footer-column ul{list-style:none;padding:0;margin:0}.footer-column li{margin-bottom:.75rem}.footer-column a{display:inline-flex;align-items:center;gap:.5rem;color:rgb(255 255 255 / .8);font-size:.875rem;text-decoration:none;transition:all 0.3s ease}.footer-column a:hover{color:#fff}.footer-arrow{transition:transform 0.3s ease}.footer-column a:hover .footer-arrow{transform:translateX(4px)}.footer-contact .contact-items{display:flex;flex-direction:column;gap:1rem}.contact-item-footer{display:flex;align-items:flex-start;gap:.75rem}.contact-icon-box{padding:.75rem;background:rgb(255 255 255 / .1);border:1px solid rgb(255 255 255 / .2);border-radius:.75rem;transition:all 0.5s ease}.contact-item-footer:hover .contact-icon-box{transform:scale(1.1) rotate(6deg)}.contact-icon-box svg{width:1.25rem;height:1.25rem;color:#fff}.contact-item-footer span{color:rgb(255 255 255 / .9);font-size:.875rem;line-height:1.4;padding-top:.25rem;transition:transform 0.3s ease}.contact-item-footer:hover span{transform:translateX(4px)}.footer-social{display:flex;gap:1rem;margin-top:1.5rem}.social-icon-box{display:flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;background:rgb(255 255 255 / .1);border:1px solid rgb(255 255 255 / .2);border-radius:.75rem;color:#fff;transition:all 0.5s ease}.social-icon-box:hover{background:rgb(255 255 255 / .2);box-shadow:0 10px 40px rgb(0 0 0 / .3);transform:scale(1.25) rotate(-12deg)}.social-icon-box svg{width:1.5rem;height:1.5rem}.footer-bottom{border-top:1px solid rgb(255 255 255 / .2);margin-top:3rem;padding:2rem 0;display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}@media (min-width:768px){.footer-bottom{flex-direction:row;justify-content:space-between;text-align:left}}.footer-bottom p{font-size:.875rem;color:rgb(255 255 255 / .8);margin:0}.footer-legal-links{display:flex;align-items:center;gap:1.5rem}.footer-legal-links a{font-size:.875rem;color:rgb(255 255 255 / .8);text-decoration:none;transition:color 0.3s ease}.footer-legal-links a:hover{color:#fff}.site-logo img{height:45px;width:auto}.custom-logo-link img{height:45px!important;width:auto!important}.site-footer .custom-logo-link img,.site-footer .footer-brand img{height:64px!important;width:auto!important;filter:brightness(0) invert(1)}.main-navigation .sub-menu .menu-item-has-children>a::after{border-top:0;border-left:4px solid currentColor;border-bottom:4px solid #fff0;border-top:4px solid #fff0;border-right:0;margin-left:auto}.main-navigation .sub-menu .sub-menu{left:100%;top:0;border-radius:var(--radius)}.main-navigation .sub-menu li:hover>.sub-menu{opacity:1;visibility:visible;transform:translateY(0)}.course-hero{padding:8rem 0 4rem;background-size:cover;background-position:center;min-height:300px;display:flex;align-items:center}.course-hero-title{color:#fff;font-size:2.5rem;margin-top:1rem}.course-meta-bar{background:hsl(var(--color-muted) / .5);border-bottom:1px solid hsl(var(--color-border));padding:1.5rem 0}.course-meta-items{display:flex;flex-wrap:wrap;gap:2rem;align-items:center}.course-meta-item{display:flex;align-items:center;gap:.75rem}.course-meta-icon{width:40px;height:40px;border-radius:50%;background:hsl(var(--color-primary) / .1);display:flex;align-items:center;justify-content:center;color:hsl(var(--color-primary))}.meta-label{font-size:.875rem;color:hsl(var(--color-muted-foreground))}.meta-value{font-weight:600}.meta-price{color:hsl(var(--color-primary));font-size:1.125rem}.course-content-section{padding:3rem 0}.course-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width:1024px){.course-grid{grid-template-columns:2fr 1fr}}.course-featured-image{border-radius:var(--radius-lg);overflow:hidden;margin-bottom:2rem;box-shadow:var(--shadow-lg)}.course-featured-image img{width:100%;height:300px;object-fit:cover}@media (min-width:768px){.course-featured-image img{height:400px}}.course-title{font-size:1.75rem;text-transform:uppercase;margin-bottom:1rem}.course-description{color:hsl(var(--color-muted-foreground));margin-bottom:2rem;line-height:1.7}.course-tabs{margin-top:2rem}.tabs-nav{display:flex;flex-wrap:wrap;gap:.25rem;background:hsl(var(--color-muted) / .5);padding:.25rem;border-radius:var(--radius);margin-bottom:1.5rem}.tab-btn{padding:.75rem 1rem;border:none;background:none;cursor:pointer;font-weight:500;border-radius:var(--radius-sm);transition:all var(--transition)}.tab-btn.active{background:hsl(var(--color-primary));color:#fff}.tab-content{display:none}.tab-content.active{display:block}.tab-content h3{font-size:1.25rem;margin-bottom:1rem}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.info-item{display:flex;align-items:center;gap:.75rem;padding:1rem;background:hsl(var(--color-muted) / .5);border-radius:var(--radius)}.info-item svg{color:hsl(var(--color-primary));flex-shrink:0}.info-item span{font-size:.875rem;color:hsl(var(--color-muted-foreground))}.syllabus-list{list-style:none;padding:0}.syllabus-list li{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.syllabus-number{width:24px;height:24px;border-radius:50%;background:hsl(var(--color-primary));color:#fff;font-size:.75rem;display:flex;align-items:center;justify-content:center;font-weight:600}.reviews-summary{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem}.rating-big{text-align:center}.rating-number{font-size:2.5rem;font-weight:700;color:hsl(var(--color-primary));display:block}.rating-label{font-size:.875rem;color:hsl(var(--color-muted-foreground))}.stars{display:flex;gap:.25rem}.rating-bars{space-y:.75rem}.rating-bar-item{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.bar-label{width:60px;font-size:.875rem;color:hsl(var(--color-muted-foreground))}.bar-track{flex:1;height:12px;background:hsl(var(--color-muted));border-radius:999px;overflow:hidden}.bar-fill{height:100%;background:hsl(var(--color-primary));border-radius:999px}.bar-count{width:30px;text-align:right;font-size:.875rem;color:hsl(var(--color-muted-foreground))}.comment-form-wrapper{margin-top:2rem;padding:1.5rem;background:hsl(var(--color-muted) / .5);border-radius:var(--radius-lg)}.comment-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.comment-form input,.comment-form textarea{width:100%;padding:.75rem 1rem;border:1px solid hsl(var(--color-border));border-radius:var(--radius-sm);background:#fff}.comment-form textarea{margin-bottom:1rem}.sidebar-card{background:#fff;border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow-lg);border:1px solid hsl(var(--color-border));position:sticky;top:100px}.sidebar-section{margin-bottom:2rem}.sidebar-title{font-size:1.125rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid hsl(var(--color-primary));display:inline-block}.categories-list{list-style:none;padding:0}.categories-list li a{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid hsl(var(--color-border));color:hsl(var(--color-muted-foreground))}.categories-list li a:hover{color:hsl(var(--color-primary))}.customized-training{padding:1rem;background:hsl(var(--color-primary) / .05);border-radius:var(--radius);border:1px solid hsl(var(--color-primary) / .2)}.training-link{color:hsl(var(--color-primary));font-size:.875rem;font-weight:500}.btn-enroll{width:100%;padding:1.25rem;font-size:1.125rem;font-weight:700}.how-we-think-hero{position:relative;min-height:70vh;display:flex;align-items:center;background-size:cover;background-position:center;padding-top:5rem}.how-we-think-hero .hero-overlay{position:absolute;inset:0;background:linear-gradient(to right,rgb(0 0 0 / .7),rgb(0 0 0 / .4))}.how-we-think-hero .container{position:relative;z-index:1}.how-we-think-hero .hero-text h1{font-size:3rem;color:#fff;margin-top:1rem}.how-we-think-hero .hero-text h1 span{color:rgb(255 255 255 / .8)}.how-we-think-hero .hero-text p{font-size:1.25rem;color:rgb(255 255 255 / .8);margin-top:1rem}@media (min-width:768px){.how-we-think-hero .hero-text h1{font-size:4rem}}.events-sidebar-desktop{position:fixed;right:0;top:50%;transform:translateY(-50%);z-index:40;display:none}@media (min-width:768px){.events-sidebar-desktop{display:block}}.events-tab{position:absolute;right:0;top:50%;transform:translateY(-50%);background:hsl(var(--color-primary));color:#fff;padding:.75rem 2rem;border-radius:var(--radius) 0 0 var(--radius);cursor:pointer;writing-mode:vertical-rl;text-orientation:mixed;display:flex;align-items:center;gap:.5rem;font-weight:600;transition:opacity 0.3s}.events-panel{width:0;overflow:hidden;transition:width 0.3s;background:#fff;box-shadow:var(--shadow-xl);border-radius:var(--radius-lg) 0 0 var(--radius-lg)}.events-sidebar-desktop:hover .events-tab{opacity:0}.events-sidebar-desktop:hover .events-panel{width:320px}.events-panel>h3{padding:1.5rem;font-size:1.125rem;display:flex;align-items:center;gap:.5rem}.event-card{display:flex;gap:.75rem;padding:1rem;margin:0 1rem 1rem;background:linear-gradient(135deg,hsl(var(--color-primary) / .1),hsl(var(--color-primary) / .05));border-radius:var(--radius);border:1px solid hsl(var(--color-primary) / .2);transition:all 0.3s}.event-card:hover{border-color:hsl(var(--color-primary) / .4);box-shadow:var(--shadow-md)}.event-icon{width:40px;height:40px;border-radius:var(--radius-sm);background:hsl(var(--color-primary) / .2);display:flex;align-items:center;justify-content:center;color:hsl(var(--color-primary));flex-shrink:0}.event-info h4{font-size:.9375rem;margin-bottom:.25rem}.event-info p{font-size:.8125rem;color:hsl(var(--color-muted-foreground))}.context-section{padding:4rem 0}.context-card{max-width:900px;margin:0 auto;padding:2rem;background:var(--glass-bg);backdrop-filter:blur(10px);border-radius:var(--radius-xl);border:1px solid var(--glass-border)}.context-card p{font-size:1.125rem;color:hsl(var(--color-muted-foreground));margin-bottom:1rem}.context-card .highlight{font-weight:600;color:hsl(var(--color-foreground))}.thinking-beyond-section{padding:5rem 0;position:relative}.thinking-beyond-section .bg-mesh{position:absolute;inset:0;background:var(--gradient-mesh);opacity:.2}.thinking-content{text-align:center;max-width:900px;margin:0 auto;position:relative}.thinking-icon{color:hsl(var(--color-primary));margin-bottom:1.5rem}.thinking-content h2{font-size:2.5rem;margin-bottom:1rem}.thinking-content h2 span{color:hsl(var(--color-primary))}.thinking-content p{font-size:1.25rem;color:hsl(var(--color-muted-foreground))}.acting-purpose-section{padding:5rem 0;background:var(--gradient-subtle)}.acting-purpose-section h2{text-align:center;font-size:2.5rem;margin-bottom:1rem}.acting-purpose-section h2 span{color:hsl(var(--color-primary))}.section-desc{text-align:center;font-size:1.25rem;color:hsl(var(--color-muted-foreground));margin-bottom:3rem}.actions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;max-width:900px;margin:0 auto}.action-card{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:var(--glass-bg);border-radius:var(--radius-lg);border:1px solid var(--glass-border);transition:transform 0.3s}.action-card:hover{transform:scale(1.02)}.action-bullet{width:12px;height:12px;border-radius:50%;background:hsl(var(--color-primary));flex-shrink:0}.section-footer{text-align:center;margin-top:2rem;font-size:1.125rem;color:hsl(var(--color-muted-foreground));max-width:900px;margin-left:auto;margin-right:auto}.approach-section{padding:5rem 0;position:relative}.approach-section .bg-mesh{position:absolute;inset:0;background:var(--gradient-mesh);opacity:.2}.approach-section h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;position:relative}.approach-section h2 span{color:hsl(var(--color-primary))}.approaches-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1100px;margin:0 auto;position:relative}.approach-card{padding:2rem;background:var(--glass-bg);border-radius:var(--radius-xl);border:1px solid var(--glass-border);transition:transform 0.3s}.approach-card:hover{transform:scale(1.03)}.approach-icon{color:hsl(var(--color-primary));margin-bottom:1rem}.approach-card h3{font-size:1.5rem;margin-bottom:1rem}.approach-card p{color:hsl(var(--color-muted-foreground));font-size:1.125rem}.event-hero,.research-hero{position:relative;padding:8rem 0 4rem;overflow:hidden}.event-hero-bg,.research-hero-bg{position:absolute;inset:0;background:linear-gradient(135deg,hsl(var(--color-primary)),hsl(310 58% 45%))}.event-hero-bg::after,.research-hero-bg::after{content:'';position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.event-hero .container,.research-hero .container{position:relative;z-index:1}.event-badge,.research-badge{display:inline-block;padding:.5rem 1rem;background:rgb(255 255 255 / .2);backdrop-filter:blur(10px);border-radius:999px;color:#fff;font-size:.875rem;font-weight:500;margin-bottom:1.5rem}.event-hero-content h1,.research-hero-content h1{font-size:2.5rem;color:#fff;margin-bottom:1rem}.event-hero-content h2{font-size:1.5rem;color:rgb(255 255 255 / .9);font-weight:500}.research-hero-content p{font-size:1.25rem;color:rgb(255 255 255 / .9)}@media (min-width:768px){.event-hero-content h1,.research-hero-content h1{font-size:3rem}}.event-details-section{padding:4rem 0;background:hsl(var(--color-muted) / .3)}.event-details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;max-width:900px;margin:0 auto}.event-detail-card{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);border:1px solid hsl(var(--color-border));transition:all 0.3s}.event-detail-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-xl)}.detail-icon{width:56px;height:56px;border-radius:var(--radius);background:hsl(var(--color-primary) / .1);display:flex;align-items:center;justify-content:center;color:hsl(var(--color-primary))}.detail-text span{font-size:.875rem;color:hsl(var(--color-muted-foreground))}.detail-text strong{display:block;font-size:1.125rem}.event-description-section,.project-about-section{padding:4rem 0}.event-description,.about-content{max-width:900px;margin:0 auto}.event-description h3,.about-content h3{font-size:1.5rem;margin-bottom:1.5rem}.event-description p,.about-content p{font-size:1.125rem;color:hsl(var(--color-muted-foreground));line-height:1.8;margin-bottom:1rem}.event-partners-section{padding:3rem 0;background:hsl(var(--color-muted) / .3)}.partners-logos{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:3rem}.partners-logos img{height:64px;width:auto;object-fit:contain}.event-panelists-section{padding:4rem 0}.event-panelists-section h3{text-align:center;font-size:1.5rem;margin-bottom:3rem}.panelists-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:700px;margin:0 auto}.panelist-card{background:#fff;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg);border:1px solid hsl(var(--color-border));transition:all 0.3s}.panelist-card:hover{box-shadow:var(--shadow-xl)}.panelist-image{aspect-ratio:1;overflow:hidden;background:hsl(var(--color-muted))}.panelist-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s}.panelist-card:hover .panelist-image img{transform:scale(1.05)}.panelist-info{padding:1.5rem;text-align:center}.panelist-info h4{font-size:1.25rem;margin-bottom:.5rem}.panelist-info p{color:hsl(var(--color-primary));font-size:.875rem}.event-cta-section,.partnership-section{padding:4rem 0;background:hsl(var(--color-primary))}.cta-content,.partnership-content{max-width:700px;margin:0 auto;text-align:center}.cta-content h3,.partnership-content h3{font-size:2rem;color:#fff;margin-bottom:1rem}.cta-content p,.partnership-content p{color:rgb(255 255 255 / .8);font-size:1.125rem;margin-bottom:2rem}.btn-white{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:#fff;color:hsl(var(--color-primary));border-radius:var(--radius-lg);font-weight:600;box-shadow:var(--shadow-lg);transition:all 0.3s}.btn-white:hover{background:rgb(255 255 255 / .9);transform:scale(1.05);box-shadow:var(--shadow-xl);color:hsl(var(--color-primary))}.project-team-section{padding:3rem 0;background:hsl(var(--color-muted) / .3)}.project-team-section h3{text-align:center;font-size:1.125rem;margin-bottom:1.5rem}.team-links{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem}.team-link-card{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);border:1px solid hsl(var(--color-border));transition:all 0.3s}.team-link-card:hover{box-shadow:var(--shadow-lg)}.team-link-card:hover .member-name{color:hsl(var(--color-primary))}.member-name{display:block;font-weight:600}.member-org{display:block;font-size:.875rem;color:hsl(var(--color-muted-foreground))}.key-questions-section{padding:4rem 0;background:hsl(var(--color-primary) / .05)}.key-questions-section h3{font-size:1.5rem;margin-bottom:2rem}.questions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;max-width:900px;margin:0 auto}.question-card{padding:1.5rem;background:#fff;border-radius:var(--radius-lg);border:1px solid hsl(var(--color-border));box-shadow:var(--shadow-sm);transition:all 0.3s}.question-card:hover{box-shadow:var(--shadow-md)}.question-card p{font-weight:500}.sessions-section{padding:4rem 0}.sessions-section h3{text-align:center;font-size:1.5rem;margin-bottom:1rem}.sessions-intro{text-align:center;color:hsl(var(--color-muted-foreground));max-width:600px;margin:0 auto 3rem}.sessions-list{max-width:1000px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}.session-card{display:flex;flex-direction:column;gap:1.5rem;padding:1.5rem;background:#fff;border-radius:var(--radius-lg);border:1px solid hsl(var(--color-border));box-shadow:var(--shadow-lg);transition:all 0.3s}@media (min-width:768px){.session-card{flex-direction:row;padding:2rem}}.session-card:hover{box-shadow:var(--shadow-xl)}.session-date{flex-shrink:0;padding:1rem;background:hsl(var(--color-primary) / .1);border-radius:var(--radius);text-align:center;min-width:120px;display:flex;flex-direction:column;align-items:center;gap:.5rem}.session-date svg{color:hsl(var(--color-primary))}.session-date span{font-size:.875rem;font-weight:600;color:hsl(var(--color-primary))}.session-content h4{font-size:1.125rem;margin-bottom:1rem}.panelists-label{font-size:.875rem;font-weight:500;color:hsl(var(--color-muted-foreground));margin-bottom:.5rem}.panelists-list{list-style:none;padding:0}.panelists-list li{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:.5rem}.panelist-bullet{width:8px;height:8px;border-radius:50%;background:hsl(var(--color-primary));margin-top:.5rem;flex-shrink:0}.mission-section{padding:5rem 0;background:hsl(var(--color-background));position:relative;overflow:hidden}.mission-section::before{content:'';position:absolute;inset:0;background:var(--gradient-mesh);opacity:.2}.mission-content{max-width:56rem;margin:0 auto;text-align:center;position:relative;z-index:1}.mission-text{font-size:1.5rem;line-height:1.75;font-weight:500;color:hsl(var(--color-foreground))}@media (min-width:768px){.mission-text{font-size:1.75rem}}@media (min-width:1024px){.mission-text{font-size:2rem}}.services-section-enhanced{padding:6rem 0;background:#E6E6E6;position:relative;overflow:hidden}.section-title-primary{font-size:2.5rem;font-weight:700;text-align:center;color:hsl(var(--color-primary));margin-bottom:3rem}@media (min-width:768px){.section-title-primary{font-size:3rem}}.services-hero-image{max-width:56rem;margin:0 auto 4rem;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-xl)}.services-hero-image img{width:100%;height:300px;object-fit:cover}@media (min-width:768px){.services-hero-image img{height:400px}}.services-grid-5col{display:grid;grid-template-columns:repeat(1,1fr);gap:1.5rem;max-width:80rem;margin:0 auto}@media (min-width:640px){.services-grid-5col{grid-template-columns:repeat(2,1fr)}}@media (min-width:768px){.services-grid-5col{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.services-grid-5col{grid-template-columns:repeat(5,1fr)}}.service-card-lovable{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.5rem;background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);border:1px solid hsl(var(--color-border) / .5);transition:var(--transition-spring);text-decoration:none}.service-card-lovable:hover{transform:translateY(-.5rem);box-shadow:var(--shadow-xl)}.service-icon-box{width:4rem;height:4rem;border-radius:var(--radius);background:hsl(var(--color-foreground));display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;transition:all 0.3s}.service-icon-box svg{color:#fff;width:2rem;height:2rem}.service-card-lovable:hover .service-icon-box{background:hsl(var(--color-primary))}.service-card-lovable h3{font-size:1.125rem;font-weight:700;color:hsl(var(--color-primary));margin-bottom:.75rem;transition:color 0.3s}.service-card-lovable:hover h3{color:hsl(var(--color-foreground))}.service-card-lovable p{font-size:.875rem;color:hsl(var(--color-muted-foreground));line-height:1.625;margin-bottom:1rem;flex-grow:1}.service-card-lovable .more-link{display:inline-flex;align-items:center;gap:.25rem;font-size:.875rem;font-weight:600;color:hsl(var(--color-primary));border-bottom:2px solid hsl(var(--color-primary));padding-bottom:.25rem;transition:all 0.3s}.service-card-lovable .more-link svg{opacity:0;transition:opacity 0.3s}.service-card-lovable:hover .more-link{color:hsl(var(--color-foreground));border-color:hsl(var(--color-foreground))}.service-card-lovable:hover .more-link svg{opacity:1}.approaches-section{padding:6rem 0;background:hsl(var(--color-background));position:relative;overflow:hidden}.approaches-section::before{content:'';position:absolute;inset:0;background:var(--gradient-mesh);opacity:.4;animation:pulse 10s ease-in-out infinite}.approaches-section::after{content:'';position:absolute;top:25%;left:25%;width:16rem;height:16rem;background:hsl(var(--color-primary) / .1);border-radius:50%;filter:blur(3rem)}.section-title-centered{font-size:2.25rem;font-weight:700;text-align:center;margin-bottom:.5rem;position:relative;z-index:1}@media (min-width:768px){.section-title-centered{font-size:3rem}}.section-subtitle-centered{text-align:center;color:hsl(var(--color-muted-foreground));font-size:1.125rem;margin-bottom:4rem;max-width:42rem;margin-left:auto;margin-right:auto;position:relative;z-index:1}.approaches-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:2rem;position:relative;z-index:1}@media (min-width:768px){.approaches-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.approaches-grid{grid-template-columns:repeat(4,1fr)}}.approach-card-glass{position:relative;overflow:hidden;background:var(--glass-bg);backdrop-filter:blur(12px);border-radius:var(--radius-lg);border:1px solid var(--glass-border);box-shadow:var(--shadow-glass);transition:var(--transition-spring)}.approach-card-glass:hover{transform:translateY(-1rem) rotate(2deg);box-shadow:var(--shadow-xl)}.approach-image{position:relative;overflow:hidden}.approach-image img{width:100%;height:14rem;object-fit:cover;transition:transform 0.7s}.approach-card-glass:hover .approach-image img{transform:scale(1.25) rotate(3deg)}.approach-overlay{position:absolute;inset:0;background:hsl(var(--color-primary) / 0);transition:background 0.5s}.approach-card-glass:hover .approach-overlay{background:hsl(var(--color-primary) / .7);backdrop-filter:blur(4px)}.approach-content{padding:1.5rem;position:relative}.approach-icon{position:absolute;top:-2rem;left:1.5rem;width:4rem;height:4rem;background:hsl(var(--color-primary) / .3);backdrop-filter:blur(12px);border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;border:1px solid rgb(255 255 255 / .2);box-shadow:var(--shadow-xl);transition:var(--transition-spring)}.approach-icon svg{width:2rem;height:2rem;color:hsl(var(--color-primary));transition:color 0.3s}.approach-card-glass:hover .approach-icon{transform:scale(1.25) rotate(12deg)}.approach-card-glass:hover .approach-icon svg{color:#fff}.approach-content h3{margin-top:1.5rem;font-size:1.25rem;font-weight:700;margin-bottom:.75rem;color:hsl(var(--color-foreground));transition:color 0.3s}.approach-card-glass:hover .approach-content h3{color:hsl(var(--color-primary))}.approach-content p{color:hsl(var(--color-muted-foreground));line-height:1.625}.partners-section-main{padding:5rem 0;background:hsl(var(--color-background));position:relative;overflow:hidden}.partners-section-main::before{content:'';position:absolute;inset:0;background:var(--gradient-mesh);opacity:.3;animation:pulse 12s ease-in-out infinite}.partners-section-main::after{content:'';position:absolute;top:2.5rem;left:33%;width:18rem;height:18rem;background:hsl(var(--color-primary) / .1);border-radius:50%;filter:blur(3rem)}.section-header-centered{text-align:center;margin-bottom:3rem;position:relative;z-index:1}.section-header-centered h2{font-size:2rem;font-weight:700;margin-bottom:.75rem}@media (min-width:768px){.section-header-centered h2{font-size:2.5rem}}.section-header-centered p{font-size:1.125rem;color:hsl(var(--color-muted-foreground))}.partners-logos-grid{display:flex;justify-content:center;align-items:center;gap:2rem;flex-wrap:wrap;position:relative;z-index:1}@media (min-width:768px){.partners-logos-grid{gap:3rem}}@media (min-width:1024px){.partners-logos-grid{gap:4rem}}.partner-logo-card{padding:1.5rem;background:var(--glass-bg);backdrop-filter:blur(12px);border-radius:var(--radius-lg);border:1px solid var(--glass-border);box-shadow:var(--shadow-glass);transition:var(--transition-spring)}.partner-logo-card:hover{transform:translateY(-.5rem) rotate(2deg);box-shadow:var(--shadow-xl)}.partner-logo-card img{height:4rem;width:auto;object-fit:contain;transition:all 0.7s;filter:grayscale(100%)}@media (min-width:768px){.partner-logo-card img{height:5rem}}.partner-logo-card:hover img{filter:grayscale(0%);transform:scale(1.25)}.testimonials-section-magenta{padding:6rem 0;background:hsl(var(--color-primary));position:relative;overflow:hidden}.testimonials-section-magenta::before{content:'';position:absolute;inset:0;background:var(--gradient-mesh);opacity:.4;animation:pulse 10s ease-in-out infinite}.testimonials-section-magenta::after{content:'';position:absolute;top:5rem;right:25%;width:24rem;height:24rem;background:rgb(255 255 255 / .05);border-radius:50%;filter:blur(3rem)}.testimonials-title{font-size:2.25rem;font-weight:700;text-align:center;margin-bottom:1rem;color:#fff;position:relative;z-index:1}@media (min-width:768px){.testimonials-title{font-size:3rem}}.testimonials-subtitle{text-align:center;color:rgb(255 255 255 / .8);font-size:1.125rem;margin-bottom:4rem;position:relative;z-index:1}.testimonial-carousel-container{max-width:56rem;margin:0 auto;position:relative;z-index:1}.testimonial-card-main{background:rgb(255 255 255 / .1);backdrop-filter:blur(12px);border:1px solid rgb(255 255 255 / .2);border-radius:var(--radius-xl);padding:2.5rem;box-shadow:var(--shadow-xl);transition:all 0.7s}@media (min-width:768px){.testimonial-card-main{padding:3.5rem}}.testimonial-card-main:hover{box-shadow:0 0 50px rgb(255 255 255 / .3)}.quote-icon{margin-bottom:1.5rem}.quote-icon svg{width:4rem;height:4rem;color:rgb(255 255 255 / .5)}.testimonial-quote{font-size:1.125rem;font-style:italic;margin-bottom:2rem;line-height:1.75;font-weight:300;color:#fff}@media (min-width:768px){.testimonial-quote{font-size:1.5rem}}.testimonial-author-info{display:flex;align-items:center;gap:1.25rem;margin-top:2rem}.author-avatar{width:4rem;height:4rem;background:rgb(255 255 255 / .1);backdrop-filter:blur(12px);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:#fff;border:2px solid rgb(255 255 255 / .3);box-shadow:var(--shadow-lg)}.author-name{font-weight:700;font-size:1.25rem;color:#fff;margin:0}.author-position{color:rgb(255 255 255 / .9);font-size:.875rem;margin:0}.testimonial-controls{display:flex;justify-content:center;align-items:center;gap:1.5rem;margin-top:2.5rem}.testimonial-nav-btn{background:rgb(255 255 255 / .1);backdrop-filter:blur(12px);border:1px solid rgb(255 255 255 / .3);padding:1.25rem;border-radius:50%;cursor:pointer;transition:var(--transition-spring);box-shadow:var(--shadow-xl);color:#fff}.testimonial-nav-btn:hover{transform:scale(1.25)}.testimonial-dots{display:flex;gap:.75rem;background:rgb(255 255 255 / .1);backdrop-filter:blur(12px);padding:.75rem 1.5rem;border-radius:9999px}.testimonial-dot{width:.5rem;height:.5rem;border-radius:9999px;background:rgb(255 255 255 / .4);border:none;cursor:pointer;transition:all 0.5s}.testimonial-dot.active{width:3rem;background:#fff;box-shadow:0 0 10px rgb(255 255 255 / .5)}.testimonial-dot:hover:not(.active){background:rgb(255 255 255 / .7);transform:scale(1.5)}.projects-section-home{padding:6rem 0;background:hsl(var(--color-background));position:relative;overflow:hidden}.title-underline{width:6rem;height:.375rem;background:hsl(var(--color-primary));margin:1.5rem auto 0;border-radius:9999px}.projects-list-vertical{display:flex;flex-direction:column;gap:1.5rem;max-width:80rem;margin:0 auto}.project-card-horizontal{display:flex;flex-direction:column;overflow:hidden;background:hsl(var(--color-card));border-radius:var(--radius-lg);border:1px solid hsl(var(--color-border) / .5);box-shadow:var(--shadow-md);transition:var(--transition-spring);text-decoration:none}@media (min-width:768px){.project-card-horizontal{flex-direction:row}}.project-card-horizontal:hover{transform:translateY(-.25rem);box-shadow:var(--shadow-xl)}.project-card-horizontal .project-image{width:100%;height:16rem;overflow:hidden;background:hsl(var(--color-muted));flex-shrink:0}@media (min-width:768px){.project-card-horizontal .project-image{width:20rem;height:auto}}.project-card-horizontal .project-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.7s}.project-card-horizontal:hover .project-image img{transform:scale(1.05)}.project-card-horizontal .project-info{flex:1;padding:1.5rem;display:flex;flex-direction:column;justify-content:center}.project-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.875rem;color:hsl(var(--color-muted-foreground));margin-bottom:.75rem}.project-meta span{display:flex;align-items:center;gap:.25rem}.project-meta span:not(:last-child)::after{content:'|';margin-left:.5rem;color:hsl(var(--color-border))}.project-card-horizontal h3{font-size:1.25rem;font-weight:700;color:hsl(var(--color-primary));margin-bottom:1rem;transition:color 0.3s}@media (min-width:768px){.project-card-horizontal h3{font-size:1.5rem}}.project-card-horizontal:hover h3{color:hsl(var(--color-primary) / .8)}.project-status{display:inline-block;padding:.25rem .75rem;border-radius:var(--radius);font-size:.875rem;font-weight:500;width:fit-content}.status-ongoing{background:rgb(34 197 94 / .1);color:#16a34a;border:1px solid rgb(34 197 94 / .3)}.status-completed{background:hsl(var(--color-muted));color:hsl(var(--color-muted-foreground))}.no-projects-text{text-align:center;color:hsl(var(--color-muted-foreground));padding:3rem 0}.view-all-btn-container{text-align:center;margin-top:2.5rem}.btn-primary-large{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:hsl(var(--color-primary));color:#fff;border-radius:var(--radius-lg);font-size:1.125rem;font-weight:600;text-decoration:none;transition:all 0.3s}.btn-primary-large:hover{background:hsl(var(--color-primary) / .9);color:#fff}.clients-carousel-section{padding:6rem 0;background:hsl(var(--color-background));position:relative;overflow:hidden}.clients-carousel-wrapper{overflow:hidden;position:relative}.clients-carousel-track{display:flex;gap:1rem;animation:scrollClients 40s linear infinite}.clients-carousel-wrapper:hover .clients-carousel-track{animation-play-state:paused}@keyframes scrollClients{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}.client-logo-card{flex-shrink:0;width:180px;height:150px;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:hsl(var(--color-card) / .8);backdrop-filter:blur(4px);border-radius:var(--radius-lg);border:1px solid hsl(var(--color-border) / .5);box-shadow:var(--shadow-md);transition:all 0.7s}.client-logo-card:hover{transform:translateY(-.75rem);box-shadow:var(--shadow-xl);border-color:hsl(var(--color-primary) / .3);background:hsl(var(--color-card) / .95)}.client-logo-card img{max-width:100%;max-height:6rem;object-fit:contain;transition:all 0.7s;filter:brightness(1.1)}.client-logo-card:hover img{transform:scale(1.1)}@keyframes pulse{0%,100%{opacity:.4}50%{opacity:.6}}.projects-list{display:flex;flex-direction:column;gap:1.5rem}.project-row-card{display:flex;flex-direction:column;background:hsl(var(--color-card));border-radius:var(--radius-lg);overflow:hidden;border:1px solid hsl(var(--color-border));box-shadow:var(--shadow-sm);transition:all 0.3s ease;text-decoration:none}@media (min-width:768px){.project-row-card{flex-direction:row}}.project-row-card:hover{box-shadow:var(--shadow-xl);transform:translateY(-2px)}.project-row-card .project-image{width:100%;height:200px;overflow:hidden}@media (min-width:768px){.project-row-card .project-image{width:33.333%;height:auto;min-height:200px}}.project-row-card .project-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease}.project-row-card:hover .project-image img{transform:scale(1.05)}.project-row-card .project-details{flex:1;padding:1.5rem;display:flex;flex-direction:column;justify-content:center}.project-row-card .project-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.875rem;color:hsl(var(--color-muted-foreground));margin-bottom:.75rem}.project-row-card .meta-item{display:flex;align-items:center;gap:.25rem}.project-row-card .meta-item svg{color:hsl(var(--color-muted-foreground))}.project-row-card .meta-separator{color:hsl(var(--color-border))}.project-row-card .project-title{font-size:1.25rem;font-weight:700;color:hsl(var(--color-primary));margin-bottom:.75rem;transition:color 0.3s ease}@media (min-width:768px){.project-row-card .project-title{font-size:1.5rem}}.project-row-card:hover .project-title{color:hsl(var(--color-primary) / .8)}.project-row-card .project-status{display:inline-flex;width:fit-content;padding:.25rem .75rem;border-radius:var(--radius);font-size:.75rem;font-weight:500}.project-row-card .project-status.current{background:rgb(34 197 94 / .1);color:#16a34a}.project-row-card .project-status.completed{background:hsl(var(--color-muted));color:hsl(var(--color-muted-foreground))}.projects-horizontal-list{display:flex;flex-direction:column;gap:1.5rem}.project-horizontal-card{display:flex;flex-direction:column;background:hsl(var(--color-card));border-radius:var(--radius-lg);overflow:hidden;border:1px solid hsl(var(--color-border));box-shadow:var(--shadow-sm);transition:all 0.3s ease}@media (min-width:768px){.project-horizontal-card{flex-direction:row}}.project-horizontal-card:hover{box-shadow:var(--shadow-lg)}.project-horizontal-card .project-image{width:100%;height:200px;overflow:hidden}@media (min-width:768px){.project-horizontal-card .project-image{width:300px;height:auto}}.project-horizontal-card .project-image img{width:100%;height:100%;object-fit:cover}.project-horizontal-card .project-details{flex:1;padding:1.5rem;display:flex;flex-direction:column;justify-content:center}.project-horizontal-card .project-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.875rem;color:hsl(var(--color-muted-foreground));margin-bottom:.5rem}.project-horizontal-card .project-title{font-size:1.25rem;font-weight:700;color:hsl(var(--color-primary));margin-bottom:.5rem}.search-filter-bar{display:flex;flex-direction:column;gap:1rem;padding:1rem;background:hsl(var(--color-background));border:1px solid hsl(var(--color-border));border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);margin-bottom:2rem}@media (min-width:1024px){.search-filter-bar{flex-direction:row;align-items:center;padding:1rem 1.5rem}}.search-filter-bar .search-input{position:relative;flex:1;min-width:0}.search-filter-bar .search-input .icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);width:20px;height:20px;color:hsl(var(--color-muted-foreground))}.search-filter-bar .search-input input{width:100%;padding:.75rem 1rem .75rem 3rem;background:#fff0;border:none;outline:none;font-size:.875rem;color:hsl(var(--color-foreground))}.search-filter-bar .search-input input::placeholder{color:hsl(var(--color-muted-foreground))}.search-filter-bar .filter-label{display:flex;align-items:center;gap:.5rem;color:hsl(var(--color-muted-foreground));font-size:.875rem;font-weight:500}.search-filter-bar .filter-label .icon{width:20px;height:20px}.search-filter-bar .filter-select,.filter-select{padding:.75rem 1rem;background:hsl(var(--color-background));border:1px solid hsl(var(--color-border));border-radius:var(--radius);font-size:.875rem;color:hsl(var(--color-foreground));cursor:pointer;min-width:150px}.filter-bar{display:flex;flex-direction:column;gap:1rem;padding:1rem;background:hsl(var(--color-card));border:1px solid hsl(var(--color-border));border-radius:var(--radius-xl);box-shadow:var(--shadow-lg)}@media (min-width:768px){.filter-bar{flex-direction:row;align-items:center;padding:1rem 1.5rem}}.filter-bar .filter-divider{display:none;width:1px;height:40px;background:hsl(var(--color-border))}@media (min-width:768px){.filter-bar .filter-divider{display:block}}.filters-section{padding:1.5rem 0}.results-count{font-size:.875rem;color:hsl(var(--color-muted-foreground));margin-bottom:1rem}.no-results,.no-results-message{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;background:hsl(var(--color-card));border-radius:var(--radius-xl);border:1px solid hsl(var(--color-border))}.no-results.hidden,.no-results-message.hidden{display:none}.no-results svg,.no-results-message svg{color:hsl(var(--color-muted-foreground) / .5);margin-bottom:1rem}.no-results h4,.no-results-message h3{font-size:1.25rem;font-weight:600;color:hsl(var(--color-foreground));margin-bottom:.5rem}.no-results p,.no-results-message p{color:hsl(var(--color-muted-foreground));margin-bottom:1.5rem}.tabs-section{padding:2rem 0 0}.tabs-section.bg-gray-200{background:hsl(240 5% 92%)}.tab-navigation{display:flex;justify-content:flex-start;gap:1.5rem;margin-bottom:0}.tab-navigation.centered{justify-content:center;gap:3rem}.tab-btn{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:.5rem;background:none;border:none;cursor:pointer;transition:all 0.3s ease}.tab-btn:hover{transform:scale(1.05)}.tab-btn .tab-icon{width:60px;height:60px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-lg);background:hsl(var(--color-card) / .8);box-shadow:var(--shadow-md);transition:all 0.3s ease}.tab-btn .tab-icon.large{width:80px;height:80px}@media (min-width:768px){.tab-btn .tab-icon.large{width:96px;height:96px}}.tab-btn .tab-icon svg{width:24px;height:24px;color:hsl(var(--color-primary))}.tab-btn.active .tab-icon{background:hsl(var(--color-primary));box-shadow:var(--shadow-lg),0 0 0 4px rgb(255 255 255 / .5)}.tab-btn.active .tab-icon svg{color:#fff}.tab-btn span{font-size:.75rem;font-weight:700;letter-spacing:.05em;color:hsl(var(--color-muted-foreground))}@media (min-width:768px){.tab-btn span{font-size:.875rem}}.tab-btn.active span{color:hsl(var(--color-primary))}.tab-content-wrapper{padding:3rem 0;margin-top:1rem}.tab-content-wrapper.bg-white{background:#fff}.tab-content{display:none}.tab-content.active{display:block;animation:fadeIn 0.5s ease}.tab-title{font-size:1.75rem;color:hsl(var(--color-primary));margin-bottom:1rem}@media (min-width:768px){.tab-title{font-size:2.25rem}}.divider{width:100%;height:1px;background:hsl(var(--color-border));margin-bottom:1.5rem}.divider.primary{background:hsl(var(--color-primary) / .3)}.tab-description{color:hsl(var(--color-muted-foreground));font-size:1.125rem;margin-bottom:2rem}.clients-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}@media (min-width:768px){.clients-grid{grid-template-columns:repeat(4,1fr)}}.clients-grid.six-cols{grid-template-columns:repeat(3,1fr)}@media (min-width:768px){.clients-grid.six-cols{grid-template-columns:repeat(4,1fr)}}@media (min-width:1024px){.clients-grid.six-cols{grid-template-columns:repeat(6,1fr)}}.client-card{display:flex;align-items:center;justify-content:center;aspect-ratio:1;padding:1rem;background:hsl(var(--color-card));border:1px solid hsl(var(--color-border));border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:all 0.3s ease}.client-card.clickable{cursor:pointer}.client-card:hover{box-shadow:var(--shadow-xl);transform:translateY(-4px);border-color:hsl(var(--color-primary) / .3)}.client-card img{max-width:100%;max-height:100%;object-fit:contain}.lightbox-modal{position:fixed;inset:0;z-index:9999;display:none;align-items:center;justify-content:center;background:rgb(0 0 0 / .9);opacity:0;transition:opacity 0.3s ease}.lightbox-modal.active{display:flex;opacity:1}.lightbox-content{position:relative;max-width:90vw;max-height:90vh;background:#fff;padding:1rem;border-radius:var(--radius-lg)}.lightbox-content img{max-width:100%;max-height:80vh;object-fit:contain}.lightbox-close{position:absolute;top:-1rem;right:-1rem;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:hsl(var(--color-primary));color:#fff;border:none;border-radius:50%;font-size:1.5rem;cursor:pointer;transition:background 0.3s ease}.lightbox-close:hover{background:hsl(var(--color-primary) / .8)}.hero-carousel{position:relative;height:80vh;min-height:600px;overflow:hidden;padding-top:80px}.hero-carousel .hero-slide{position:absolute;inset:0;opacity:0;transition:all 1s ease}.hero-carousel .hero-slide.active{opacity:1}.hero-carousel .hero-bg-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-carousel .hero-overlay.primary-gradient{position:absolute;inset:0;background:linear-gradient(to right,hsl(var(--color-primary) / .95),hsl(var(--color-primary) / .8),transparent);z-index:1}.hero-carousel .container{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;justify-content:center;padding-top:2rem}.hero-carousel .hero-content{max-width:42rem}.hero-carousel .hero-content h1{font-size:2.5rem;font-weight:700;color:#fff;line-height:1.1;margin-bottom:1.5rem}@media (min-width:768px){.hero-carousel .hero-content h1{font-size:3rem}}@media (min-width:1024px){.hero-carousel .hero-content h1{font-size:3.75rem}}.hero-carousel .hero-content h1 em{font-style:italic;color:rgb(255 255 255 / .8)}.hero-carousel .hero-content p{font-size:1.125rem;color:rgb(255 255 255 / .9);line-height:1.6;margin-bottom:2rem}@media (min-width:768px){.hero-carousel .hero-content p{font-size:1.25rem}}.hero-carousel .hero-buttons{display:flex;flex-wrap:wrap;gap:1rem}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:30;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:rgb(255 255 255 / .1);backdrop-filter:blur(8px);border:none;border-radius:50%;color:#fff;cursor:pointer;transition:all 0.3s ease}.carousel-arrow:hover{background:rgb(255 255 255 / .2)}.carousel-arrow.prev{left:1rem}.carousel-arrow.next{right:1rem}.carousel-arrow svg{width:24px;height:24px}.carousel-indicators{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);z-index:30;display:flex;gap:.75rem}.carousel-indicators .indicator{width:8px;height:8px;border-radius:50%;background:rgb(255 255 255 / .5);border:none;cursor:pointer;transition:all 0.3s ease}.carousel-indicators .indicator.active{width:32px;border-radius:4px;background:#fff}.carousel-indicators .indicator:hover{background:rgb(255 255 255 / .7)}.courses-list{display:flex;flex-direction:column;gap:1.5rem}.course-horizontal-card{display:flex;flex-direction:column;background:hsl(var(--color-card));border-radius:var(--radius-lg);overflow:hidden;border:1px solid hsl(var(--color-border));box-shadow:var(--shadow-lg);transition:all 0.3s ease}@media (min-width:768px){.course-horizontal-card{flex-direction:row}}.course-horizontal-card:hover{box-shadow:var(--shadow-xl)}.course-horizontal-card .course-image{position:relative;width:100%;height:200px;overflow:hidden}@media (min-width:768px){.course-horizontal-card .course-image{width:33.333%;height:auto}}.course-horizontal-card .course-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease}.course-horizontal-card:hover .course-image img{transform:scale(1.05)}.course-horizontal-card .star-rating{position:absolute;bottom:1rem;left:1rem;display:flex;gap:.125rem}.course-horizontal-card .star-rating svg{color:#facc15}.course-horizontal-card .course-details{flex:1;padding:1.5rem}.course-horizontal-card .course-details h3{font-size:1.25rem;font-weight:700;color:hsl(var(--color-foreground));margin-bottom:.5rem;transition:color 0.3s ease}.course-horizontal-card:hover .course-details h3{color:hsl(var(--color-primary))}.course-horizontal-card .course-meta-inline{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;margin-bottom:.75rem}.course-horizontal-card .course-meta-inline .price{font-size:1.25rem;font-weight:700;color:hsl(var(--color-primary))}.course-horizontal-card .course-meta-inline .meta-text{font-size:.875rem;color:hsl(var(--color-muted-foreground))}.course-horizontal-card .course-description{color:hsl(var(--color-muted-foreground));font-size:.9375rem;line-height:1.6;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.course-horizontal-card .course-info-row{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.course-horizontal-card .info-item{display:flex;align-items:center;gap:.25rem;font-size:.875rem;color:hsl(var(--color-muted-foreground))}.course-horizontal-card .info-item svg{color:hsl(var(--color-primary))}.vision-grid{display:grid;gap:1.5rem}.vision-grid.four-cols{grid-template-columns:repeat(1,1fr)}@media (min-width:640px){.vision-grid.four-cols{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.vision-grid.four-cols{grid-template-columns:repeat(4,1fr)}}.vision-card{padding:1.5rem;background:hsl(var(--color-card));border-radius:var(--radius-lg);text-align:center;border:1px solid #fff0;box-shadow:var(--shadow-sm);transition:all 0.3s ease}.vision-card:hover{box-shadow:var(--shadow-xl);border-color:hsl(var(--color-primary) / .2)}.vision-card .vision-icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;background:hsl(var(--color-primary) / .1);border-radius:var(--radius-xl);transition:all 0.3s ease}.vision-card:hover .vision-icon{background:hsl(var(--color-primary));transform:scale(1.1)}.vision-card .vision-icon svg{width:32px;height:32px;color:hsl(var(--color-primary));transition:color 0.3s ease}.vision-card:hover .vision-icon svg{color:#fff}.vision-card h3{font-size:1.25rem;font-weight:600;color:hsl(var(--color-foreground));margin-bottom:.5rem}.vision-card p{font-size:.875rem;color:hsl(var(--color-muted-foreground));line-height:1.6}.features-grid{display:grid;gap:1.5rem}.features-grid.three-cols{grid-template-columns:repeat(1,1fr)}@media (min-width:640px){.features-grid.three-cols{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.features-grid.three-cols{grid-template-columns:repeat(3,1fr)}}.feature-card{padding:1.5rem;background:hsl(var(--color-card));border-radius:var(--radius-lg);border:1px solid hsl(var(--color-border));transition:all 0.3s ease}.feature-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.feature-card .feature-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;background:hsl(var(--color-primary) / .1);border-radius:var(--radius)}.feature-card .feature-icon svg{width:24px;height:24px;color:hsl(var(--color-primary))}.feature-card h3{font-size:1.125rem;font-weight:600;color:hsl(var(--color-foreground));margin-bottom:.5rem}.feature-card p{font-size:.875rem;color:hsl(var(--color-muted-foreground));line-height:1.6}.stats-banner{padding:3rem 0}.stats-banner.bg-primary{background:hsl(var(--color-primary))}.stats-row{display:grid;gap:2rem;text-align:center}.stats-row.four-cols{grid-template-columns:repeat(2,1fr)}@media (min-width:768px){.stats-row.four-cols{grid-template-columns:repeat(4,1fr)}}.stats-banner .stat .stat-value{font-size:2rem;font-weight:700;color:#fff;display:block}@media (min-width:768px){.stats-banner .stat .stat-value{font-size:2.5rem}}.stats-banner .stat .stat-label{font-size:.875rem;color:rgb(255 255 255 / .9)}.courses-grid.three-cols{display:grid;gap:1.5rem;grid-template-columns:repeat(1,1fr)}@media (min-width:640px){.courses-grid.three-cols{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.courses-grid.three-cols{grid-template-columns:repeat(3,1fr)}}.course-card.hover-shadow{transition:all 0.3s ease}.course-card.hover-shadow:hover{box-shadow:var(--shadow-xl)}.course-card .course-cohort{font-size:.875rem;color:hsl(var(--color-muted-foreground));margin-bottom:.5rem}.course-card .course-description{font-size:.875rem;color:hsl(var(--color-muted-foreground));line-height:1.6;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.course-card .course-meta-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;padding-top:1rem;border-top:1px solid hsl(var(--color-border));text-align:center}.course-card .meta-item{display:flex;flex-direction:column;align-items:center;gap:.25rem}.course-card .meta-item svg{color:hsl(var(--color-primary))}.course-card .meta-item .meta-value{font-size:.75rem;font-weight:600;color:hsl(var(--color-foreground))}.course-card .meta-item .meta-label{font-size:.625rem;color:hsl(var(--color-muted-foreground))}.two-column-layout.items-center{align-items:center}.column-image.with-overlay{position:relative}.column-image .image-tilt-bg{position:absolute;inset:0;background:hsl(var(--color-primary) / .2);border-radius:var(--radius-xl);transform:rotate(3deg);transition:transform 0.3s ease}.column-image:hover .image-tilt-bg{transform:rotate(6deg)}.column-image.with-overlay img{position:relative;border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);width:100%;aspect-ratio:16/9;object-fit:cover}.play-button-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer}.play-button-overlay .play-circle{width:80px;height:80px;display:flex;align-items:center;justify-content:center;background:hsl(var(--color-primary) / .9);border-radius:50%;box-shadow:var(--shadow-lg);transition:transform 0.3s ease}.play-button-overlay:hover .play-circle{transform:scale(1.1)}.play-button-overlay .play-circle svg{width:32px;height:32px;color:#fff;margin-left:4px}.section-header-inline{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem}.section-header-inline h2{font-size:1.875rem;font-weight:700;color:hsl(var(--color-foreground));margin-bottom:.5rem}.section-header-inline p{color:hsl(var(--color-muted-foreground))}.publications-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(1,1fr)}@media (min-width:640px){.publications-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.publications-grid{grid-template-columns:repeat(3,1fr)}}.publication-card{padding:1.5rem;background:hsl(var(--color-card));border:1px solid hsl(var(--color-border));border-radius:var(--radius-lg);transition:all 0.3s ease}.publication-card:hover{box-shadow:var(--shadow-lg);border-color:hsl(var(--color-primary) / .3)}.publication-card .publication-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;background:hsl(var(--color-primary) / .1);border-radius:var(--radius)}.publication-card .publication-icon svg{width:24px;height:24px;color:hsl(var(--color-primary))}.publication-card h4{font-size:1.125rem;font-weight:600;color:hsl(var(--color-foreground));margin-bottom:.5rem}.publication-card p{font-size:.875rem;color:hsl(var(--color-muted-foreground));line-height:1.6;margin-bottom:.75rem}.publication-card .publication-date{font-size:.75rem;color:hsl(var(--color-primary));font-weight:600}.bg-gradient-primary{background:linear-gradient(135deg,hsl(var(--color-primary)) 0%,hsl(310 58% 45%) 100%)}.text-white{color:#fff}.text-white-80{color:rgb(255 255 255 / .8)}.text-white-80 p{color:rgb(255 255 255 / .8)}.quote-box.glass{padding:2rem;background:rgb(255 255 255 / .1);backdrop-filter:blur(8px);border-radius:var(--radius-lg);border:1px solid rgb(255 255 255 / .2);margin:2rem auto;max-width:600px}.quote-box.glass blockquote{font-size:1.25rem;font-style:italic;color:#fff;margin-bottom:.5rem}.quote-box.glass cite{font-size:.875rem;color:rgb(255 255 255 / .8)}.section-icon.white{width:64px;height:64px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;background:rgb(255 255 255 / .2);border-radius:50%}.section-icon.white svg{width:32px;height:32px;color:#fff}.numbered-grid.white{display:grid;gap:1.5rem;grid-template-columns:repeat(1,1fr);margin-top:2rem}@media (min-width:640px){.numbered-grid.white{grid-template-columns:repeat(2,1fr)}}.numbered-grid.white .numbered-item{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background:rgb(255 255 255 / .1);border-radius:var(--radius)}.numbered-grid.white .numbered-item .number{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#fff;color:hsl(var(--color-primary));border-radius:50%;font-weight:700;flex-shrink:0}.numbered-grid.white .numbered-item p{color:#fff;margin:0}.card-icon.primary-bg{width:64px;height:64px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;background:hsl(var(--color-primary));border-radius:var(--radius-lg)}.card-icon.primary-bg svg{width:32px;height:32px;color:#fff}.hover-lift{transition:transform 0.3s ease,box-shadow 0.3s ease}.hover-lift:hover{transform:translateY(-4px)}