:root{--primary-blue:#1e40af;--secondary-blue:#3b82f6;--accent-blue:#60a5fa;--light-blue:#dbeafe;--dark-blue:#1e3a8a;--text-primary:#1f2937;--text-secondary:#6b7280;--text-light:#9ca3af;--white:#fff;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-900:#111827;--gradient-primary:linear-gradient(135deg,var(--primary-blue) 0%,var(--secondary-blue) 100%);--gradient-secondary:linear-gradient(135deg,var(--accent-blue) 0%,var(--primary-blue) 100%);--gradient-hero:linear-gradient(135deg,#f8fafc,#e2e8f0);--shadow-sm:0 1px 2px 0 rgba(0,0,0,.05);--shadow-md:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);--shadow-lg:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);--shadow-xl:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);--border-radius-sm:0.5rem;--border-radius-md:0.75rem;--border-radius-lg:1rem;--border-radius-xl:1.5rem;--transition-fast:0.15s ease-out;--transition-normal:0.3s ease-out;--transition-slow:0.5s ease-out}*{margin:0;padding:0}*,:after,:before{box-sizing:border-box}html{font-size:16px}body{font-family:Helvetica Neue,Inter,sans-serif;line-height:1.6;color:var(--text-primary);background:#072136;overflow-x:hidden}.main-container{display:flex;flex-direction:column;min-height:100vh}.section{width:100%;position:relative}.content-wrapper{max-width:1200px;margin:0 auto;padding:0 2rem}.section-header{text-align:center;margin-bottom:6rem}.section-title{font-family:Helvetica Neue,Inter,sans-serif;font-size:2.75rem;font-weight:700;color:var(--text-primary);letter-spacing:-.02em;margin-bottom:2rem;line-height:1.2}.navbar{position:absolute;top:0;width:100%;background:linear-gradient(180deg,rgba(0,0,0,.6) 0,rgba(0,0,0,.3) 50%,transparent);z-index:1000;padding:1rem 0}.nav-container{display:flex;justify-content:space-between;align-items:center;padding:0 2rem;max-width:1200px;margin:0 auto;width:100%}.nav-logo .logo-img{height:2rem;width:auto;transition:transform .3s ease}.nav-logo .logo-img:hover{transform:scale(1.05)}.nav-menu{display:flex;list-style:none}.nav-link{color:hsla(0,0%,100%,.9);text-decoration:none;padding:.5rem 1rem;transition:all .3s ease;position:relative;font-weight:500;letter-spacing:.02em;background:transparent;border:none}.nav-link:hover{color:#fff}.nav-link:after{content:"";position:absolute;bottom:-5px;left:50%;width:0;height:2px;background:linear-gradient(90deg,hsla(0,0%,100%,.8),#fff);transition:all .3s ease;transform:translateX(-50%)}.nav-link:hover:after{width:80%}.nav-link.active{color:#fff}.nav-link.active:after{width:80%}.hamburger{flex-direction:column;cursor:pointer}.hamburger,.mobile-nav-header{display:none}.hamburger .bar{width:25px;height:3px;background:hsla(0,0%,100%,.9);margin:3px 0;transition:.3s}.hero{height:100vh;min-height:100vh;display:flex;align-items:center;justify-content:center;background:#1e3a8a}.hero-content{text-align:center;max-width:900px;width:100%;margin-top:calc(4.8rem)}.hero-title{font-family:Libre Baskerville,serif;font-size:4.5rem;font-weight:700;line-height:1.25;color:var(--white);margin-bottom:1.5rem;text-align:center}.hero-description{font-size:1.125rem;color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.7}.hero-cta{display:flex;gap:1.5rem;justify-content:center;align-items:center}.cta-button{display:inline-block;padding:.75rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;border:none;border-radius:0;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.05em}.cta-button.primary{background:#fff;color:#1e3a8a}.cta-button.primary:hover{background:#f8fafc}.cta-button{position:relative;display:inline-flex;align-items:center;gap:.3em}.cta-button .arrow{display:inline-block;transform:translateY(-.08em);font-size:1em;line-height:1}.trusted-partners{padding:1.5rem 0 2rem;background:#1a1a1a;border-bottom:1px solid hsla(0,0%,100%,.1);min-height:100px}.trusted-label{font-family:Helvetica Neue,Inter,sans-serif;text-align:center;font-size:.875rem;font-weight:600;color:hsla(0,0%,100%,.8);text-transform:uppercase;letter-spacing:.15em;margin-bottom:1.5rem;opacity:.9}.partners-marquee{position:relative;overflow:hidden;white-space:nowrap;width:100%;margin:0 auto;max-width:1000px;contain:layout style}.partners-marquee,.partners-track{height:80px;display:flex;align-items:center}.partners-track{animation:marqueeScroll 45s linear infinite;gap:2rem;will-change:transform}.partner-logo{display:flex;align-items:center;justify-content:center;height:80px;min-width:160px;font-size:1rem;font-weight:600;color:hsla(0,0%,100%,.7);opacity:.9;transition:all var(--transition-normal);letter-spacing:.025em;white-space:nowrap;cursor:pointer;padding:0 .5rem}.partner-logo:hover{opacity:1;color:#fff;transform:scale(1.05)}.partner-logo-img{width:160px;height:80px;object-fit:contain;object-position:center;opacity:.9;transition:all var(--transition-normal);filter:grayscale(20%) brightness(1.3) contrast(1.1)}.partner-logo:hover .partner-logo-img{opacity:1;filter:grayscale(0) brightness(1.5) contrast(1.2);transform:scale(1.05)}@keyframes marqueeScroll{0%{transform:translateZ(0)}to{transform:translate3d(-50%,0,0)}}.content-block{width:100vw;margin-left:calc(-50vw + 50%);padding:0;position:relative}.content-block,.content-block:nth-child(2n){background:var(--white)}.content-block .content-wrapper{max-width:none;padding:0;margin:0}.content-block-container{display:grid;grid-template-columns:1fr 1fr;height:75vh;width:100%}.content-block-container.image-left{grid-template-areas:"image text"}.content-block-container.image-right{grid-template-areas:"text image"}.content-block-image{grid-area:image;width:100%;height:100%;overflow:hidden;position:relative}.content-block-text{grid-area:text;display:flex;flex-direction:column;justify-content:center;padding:6rem;background:var(--white)}.block-image{width:100%;height:100%;object-fit:cover;display:block}.block-title{font-family:Libre Baskerville,serif;font-size:1.93375rem;font-weight:700;color:#1a1a1a;margin-bottom:2rem;line-height:1.15;letter-spacing:-.02em}.block-description{font-size:1.125rem;line-height:1.7;color:#666;margin-bottom:3rem;font-weight:400;max-width:900px}.block-link{display:inline-flex;align-items:center;color:#1a1a1a;text-decoration:none;font-weight:600;font-size:.9rem;transition:all .2s ease;text-transform:uppercase;letter-spacing:.1em;margin-top:auto}.block-link:hover{color:#06c}.featured-insights{background:#f4f4f4;padding:3rem 0}.featured-insights .section-header{margin-bottom:2.5rem}.featured-insights .section-title{font-family:Helvetica Neue,Inter,sans-serif;text-align:center;font-size:1.275rem;font-weight:600;color:rgba(0,0,0,.8);text-transform:uppercase;letter-spacing:.15em;margin-bottom:1.5rem;opacity:.9}.featured-insights .section-subtitle{font-size:1.125rem;color:var(--text-light);margin-bottom:0;max-width:500px;margin-left:auto;margin-right:auto;text-align:center;font-weight:400;line-height:1.5}.insights-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem;margin-bottom:4rem}.insight-card-link{text-decoration:none;color:inherit;display:block}.insight-card,.insight-card-link{transition:all var(--transition-fast)}.insight-card{background:var(--white);border-radius:0;overflow:hidden;box-shadow:none;position:relative;border:1px solid #e5e7eb;height:100%}.insight-card-link:hover .insight-card{transform:none;box-shadow:0 4px 12px rgba(0,0,0,.1);border-color:var(--primary-blue)}.insight-card-link:hover .insight-title{color:var(--primary-blue);text-decoration:underline}.insight-image{position:relative;width:100%;height:240px;overflow:hidden}.insight-cover{width:100%;height:100%;object-fit:cover;transition:transform var(--transition-normal)}.insight-card:hover .insight-cover{transform:scale(1.05)}.insight-category{position:absolute;top:1rem;left:1rem;background:var(--primary-blue);color:var(--white);padding:.5rem 1rem;border-radius:0;font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.insight-content{padding:2rem}.insight-title{font-size:1.375rem;font-weight:700;color:var(--text-primary);margin-bottom:0;line-height:1.3;letter-spacing:-.01em;transition:all var(--transition-fast)}.insight-summary{color:var(--text-secondary);line-height:1.6;margin-bottom:2rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:1rem}.insight-meta{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;flex-wrap:wrap;font-size:.875rem;color:var(--text-light)}.insight-author{font-weight:500;color:var(--text-secondary)}.insight-date,.insight-reading-time{position:relative}.insight-date:before,.insight-reading-time:before{content:"•";margin-right:.5rem;color:var(--text-light)}.insight-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--primary-blue);font-weight:500;transition:all var(--transition-fast);text-transform:uppercase;letter-spacing:.05em;font-size:.875rem}.insights-cta{text-align:center;margin-top:2rem}.cta-button.secondary{background:transparent;color:var(--primary-blue);border:1px solid var(--primary-blue);padding:.75rem 2rem}.cta-button.secondary:hover{background:var(--primary-blue);color:var(--white)}.about{padding:6rem 0;background:var(--white)}.services-page{background:#fff;color:#000;min-height:100vh}.services-hero{padding:100px 0 60px;text-align:center;background:#1e3a8a;color:#fff}.services-hero-content{max-width:800px;margin:0 auto}.services-hero-description{font-size:1.2rem;margin-top:1rem;opacity:.9;line-height:1.6}.services-content{padding:40px 0 80px;background:#fff}.services-cta{padding:60px 0;background:#1e3a8a;text-align:center;color:#fff}.cta-content{max-width:600px;margin:0 auto}.cta-content h2{font-size:2.5rem;margin-bottom:1rem;font-family:Libre Baskerville,serif}.cta-content p{font-size:1.125rem;opacity:.9}.cta-content p,.service-features{margin-bottom:2rem}.service-features ul{list-style:none;padding:0}.service-features li{padding:.5rem 0 .5rem 1.5rem;position:relative;color:#000}.service-features li:before{content:"✓";position:absolute;left:0;color:#1e3a8a;font-weight:700}.services-content .expertise-category h3,.services-content .section-title,.services-hero .section-title{color:var(--white)}.services-content .expertise-item{background:hsla(0,0%,100%,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.2)}.services-content .expertise-item h4{color:var(--white)}.services-content .expertise-item p{color:hsla(0,0%,100%,.9)}.services-content .service-features li{color:hsla(0,0%,100%,.8)}.services-content .service-features li:before{color:#fff}.about-hero-content,.case-study-hero-content,.research-hero-content{max-width:800px;margin:0 auto}.about-hero-description,.case-study-hero-description,.research-hero-description{font-size:1.25rem;color:hsla(0,0%,100%,.9);margin-top:1.5rem;line-height:1.6}.about-content,.case-studies-content,.research-content{padding:4rem 0 6rem;background:#1e3a8a}.mission-section,.stats-section{padding:6rem 0;background:#1e3a8a}.mission-section{text-align:center}.mission-content{max-width:600px}.mission-content h2{font-weight:700;color:var(--white)}.mission-content p{color:hsla(0,0%,100%,.9);margin-bottom:3rem;line-height:1.6}.research-grid{grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem}.research-category{opacity:1}.research-category h3{font-family:Helvetica Neue,Inter,sans-serif;font-size:1.5rem;font-weight:600;color:var(--white);margin-bottom:2rem;text-align:center;font-style:normal}.research-items{display:flex;flex-direction:column;gap:2rem}.research-item{background:hsla(0,0%,100%,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.2);padding:2rem;border-radius:var(--border-radius-lg);transition:all var(--transition-normal);box-shadow:var(--shadow-sm)}.research-item:hover{transform:translateY(-5px);background:hsla(0,0%,100%,.15);border-color:hsla(0,0%,100%,.3)}.research-item h4{font-family:Helvetica Neue,Inter,sans-serif;font-size:1.125rem;font-weight:600;color:var(--white);margin-bottom:1rem;line-height:1.4;font-style:normal}.research-item p{color:hsla(0,0%,100%,.9);line-height:1.6;margin-bottom:1rem;font-size:.95rem}.research-meta{display:flex;gap:1rem;margin-top:1rem}.research-date,.research-type{font-size:.8rem;padding:.25rem .75rem;border-radius:0;font-weight:500}.research-date{background:hsla(0,0%,100%,.2);color:var(--white)}.research-type{background:hsla(0,0%,100%,.1);color:hsla(0,0%,100%,.8)}.about-content .expertise-category h3,.about-content .section-title,.research-content .expertise-category h3,.research-content .section-title{color:var(--white)}.about-content .expertise-item,.research-content .expertise-item{background:hsla(0,0%,100%,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.2)}.about-content .expertise-item h4,.research-content .expertise-item h4{color:var(--white)}.about-content .expertise-item p,.research-content .expertise-item p{color:hsla(0,0%,100%,.9)}.expertise-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:4rem;gap:4rem;margin-top:3rem}.expertise-category{padding:2rem;background:#f8fafc;border-radius:0}.expertise-category h3{font-size:1.5rem;font-weight:600;color:#1e3a8a;margin-bottom:1.5rem;font-family:Libre Baskerville,serif}.expertise-items{display:flex;flex-direction:column;gap:1.5rem}.expertise-item{padding:1.5rem;background:#fff;border-radius:0;border:1px solid #e2e8f0;transition:all .3s ease}.expertise-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.expertise-item h4{font-size:1.125rem;font-weight:600;color:#1e3a8a;margin-bottom:.5rem}.expertise-item p{color:#6b7280;line-height:1.6}.stats{padding:1.6128rem 0;background:#1e40af;position:relative;overflow:hidden}.stats:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 20%,hsla(0,0%,100%,.03) 0,transparent 50%),radial-gradient(circle at 70% 80%,hsla(0,0%,100%,.02) 0,transparent 50%);pointer-events:none}.stats-grid{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:1.5rem;gap:1.5rem;margin-top:0;position:relative;z-index:2}.stat-item{text-align:center;padding:2rem 1.5rem;background:transparent;border:none;box-shadow:none;transition:all var(--transition-fast);position:relative;overflow:hidden}.stat-item:before{display:none}.stat-item:hover:before{display:none}.stat-number{display:block;font-family:Times New Roman,serif;font-size:1.875rem;font-weight:700;color:#fff;margin-bottom:.75rem;line-height:1;letter-spacing:-.02em;transition:all var(--transition-fast)}.stat-label{font-size:.875rem;color:hsla(0,0%,100%,.9);font-weight:500;text-transform:uppercase;letter-spacing:.08em;line-height:1.4;transition:color var(--transition-fast)}.testimonials{background:#f4f4f4;padding:4rem 0;color:var(--text-primary);position:relative}.testimonials-header{text-align:center;margin-bottom:1rem}.testimonials-header .section-title{font-size:1.25rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:var(--text-secondary);margin-bottom:.75rem;text-align:center}.testimonials-carousel{position:relative;overflow:hidden;max-width:800px;margin:0 auto}.carousel-container{position:relative;width:100%;min-height:400px;height:auto}.testimonials-track{display:flex;transition:transform .5s ease-in-out;height:100%}.testimonial-card{flex:0 0 100%;padding:0 2rem;display:flex;align-items:center;justify-content:center}.testimonial-content{background:rgba(0,0,0,.02);border:1px solid rgba(0,0,0,.1);border-radius:0;padding:1.5rem 3rem 3rem;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;max-width:700px;box-shadow:0 20px 40px rgba(0,0,0,.08)}.company-logo{margin-top:.01rem;margin-bottom:1rem;display:flex;justify-content:center}.company-logo img{height:80px;width:auto;object-fit:contain}.testimonial-quote{font-size:1.25rem;line-height:1.6;color:var(--text-primary);margin:0 0 1.25rem;font-style:italic;font-weight:400}.testimonial-author{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:2rem}.author-avatar{width:60px;height:60px;border-radius:50%;overflow:hidden;border:2px solid rgba(0,0,0,.2)}.author-avatar img{width:100%;height:100%;object-fit:cover}.author-info{text-align:left}.author-name{font-size:1.1rem;font-weight:600;color:var(--text-primary);margin-bottom:.25rem}.author-title{margin-bottom:.25rem}.author-company,.author-title{font-size:.9rem;color:var(--text-secondary)}.author-company{font-weight:500}.carousel-controls{gap:2rem;margin-top:2rem}.carousel-btn,.carousel-controls{display:flex;align-items:center;justify-content:center}.carousel-btn{background:rgba(0,0,0,.05);border:1px solid rgba(0,0,0,.2);border-radius:50%;width:40px;height:40px;color:var(--text-primary);cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.carousel-btn:hover{background:rgba(0,0,0,.1);border-color:rgba(0,0,0,.4);transform:translateY(-2px)}.carousel-indicators{display:flex;gap:.5rem;align-items:center}.indicator{width:8px;height:8px;border-radius:50%;border:none;background:rgba(0,0,0,.3);cursor:pointer;transition:all .3s ease}.indicator.active{background:var(--text-primary);transform:scale(1.2)}.indicator:hover{background:rgba(0,0,0,.6)}.contact{padding:6rem 0;background:#072136;color:#fff;position:relative;overflow:hidden}.contact-content{display:grid;grid-template-columns:1fr 2fr;grid-gap:4rem;gap:4rem;align-items:flex-start;position:relative;z-index:2}.contact-info h2{font-family:Times New Roman,serif;font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:2rem;line-height:1.2}.contact-details h3{font-size:1rem;font-weight:600;color:hsla(0,0%,100%,.9);margin-bottom:1rem;text-transform:uppercase;letter-spacing:.08em}.social-links{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem}.social-link{color:#fff;text-decoration:none;font-weight:500;font-size:1rem;padding:.5rem 0;border-bottom:1px solid transparent;transition:all var(--transition-fast)}.social-link:hover{color:hsla(0,0%,100%,.8);border-bottom-color:hsla(0,0%,100%,.8);transform:translateX(5px)}.contact-email{font-size:1.125rem;color:#fff;font-weight:600;padding:1rem;background:hsla(0,0%,100%,.1);border-left:4px solid #fff;border-radius:0}.contact-content-centered{display:flex;justify-content:center;align-items:flex-start;position:relative;z-index:2}.contact-form-container{background:var(--white);border:1px solid #e5e7eb;border-radius:0;padding:3rem;box-shadow:0 4px 12px rgba(0,0,0,.1);position:relative;max-width:600px;width:100%}.contact-form-container:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#1e3a8a,#3b82f6)}.form-title{font-size:1.5rem;font-weight:600;color:#374151;margin-bottom:2rem;text-align:left}.contact-title-custom{font-family:Times New Roman,Times,serif!important;font-size:2rem;font-weight:700;color:#374151;margin-bottom:2rem;text-align:center}.contact-form{flex-direction:column}.contact-form,.form-row{display:flex;gap:1.5rem}.form-group{flex:1 1}.form-label{display:block;margin-bottom:.5rem;font-weight:500;color:#374151;font-size:1rem;text-transform:none;letter-spacing:normal}.form-group input,.form-group select,.form-group textarea{width:100%;padding:1rem;border:2px solid #e5e7eb;border-radius:0;font-size:1rem;background:#f9fafb;transition:all var(--transition-fast);font-family:inherit}.form-group select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right 1rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:3rem}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#1e3a8a;background:var(--white);box-shadow:0 0 0 3px rgba(30,58,138,.1);transform:translateY(-1px)}.checkbox-group{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem;gap:1rem;margin-top:.5rem}.checkbox-item{display:flex;align-items:center;gap:.875rem;font-size:.95rem;line-height:1.5;padding:1rem;background:#fff;border:2px solid #e5e7eb;border-radius:0;transition:all var(--transition-fast);cursor:pointer;position:relative;min-height:60px;box-shadow:0 2px 8px rgba(0,0,0,.1);color:#374151;font-weight:500}.checkbox-item:hover{background:#fff;border-color:#072136;transform:translateY(-2px);box-shadow:0 4px 12px rgba(7,33,54,.15)}.checkbox-item input[type=checkbox]{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.checkmark{width:20px;height:20px;border:2px solid #d1d5db;border-radius:0;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:var(--white);transition:all var(--transition-fast);position:relative}.checkbox-item input[type=checkbox]:checked+.checkmark{background:#072136;border-color:#072136;transform:scale(1.05)}.checkbox-item input[type=checkbox]:checked+.checkmark:after{content:"✓";color:#fff;font-size:14px;font-weight:700;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.checkbox-item:hover .checkmark{border-color:#072136}.checkbox-item span{color:#374151;font-weight:500}.checkbox-item input[type=checkbox]:checked~span{color:#072136;font-weight:600}.submit-button{background:#072136;color:#fff;padding:1rem 2.5rem;border:none;border-radius:0;font-size:1rem;font-weight:600;cursor:pointer;transition:all var(--transition-fast);text-transform:uppercase;letter-spacing:.08em;align-self:center;position:relative;overflow:hidden}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeIn .3s ease-out}.success-modal{background:var(--white);border-radius:var(--border-radius-xl);box-shadow:var(--shadow-xl);max-width:480px;width:90%;max-height:90vh;overflow-y:auto;animation:slideIn .3s ease-out}.modal-content{padding:3rem 2rem;text-align:center}.success-icon{margin-bottom:1.5rem;display:flex;justify-content:center;animation:bounceIn .6s ease-out}.success-title{font-family:Helvetica Neue,Inter,sans-serif;font-size:1.75rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem;line-height:1.2}.success-message{font-size:1.125rem;color:var(--text-secondary);line-height:1.6;margin-bottom:2rem}.success-button{background:var(--gradient-primary);color:var(--white);border:none;padding:1rem 2rem;border-radius:var(--border-radius-md);font-weight:600;font-size:1rem;cursor:pointer;transition:all var(--transition-normal);box-shadow:var(--shadow-sm);min-width:120px}.success-button:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.success-button:active{transform:translateY(0)}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(.9)}to{opacity:1;transform:scale(1)}}@media (max-width:768px){.success-modal{max-width:95%;margin:1rem}.modal-content{padding:2rem 1.5rem}.success-icon svg{width:48px;height:48px}.success-title{font-size:1.5rem}.success-message{font-size:1rem}.success-button{padding:.875rem 1.5rem;width:100%}}.footer{background:#fff;padding:3rem 0 2rem;border-top:1px solid #e5e7eb}.footer-content{justify-content:space-between;max-width:1200px;margin:0 auto}.footer-content,.footer-left{display:flex;align-items:center}.footer-left{gap:1rem}.footer-logo{height:2rem;width:auto;transform:translateY(-4px)}.footer-links{display:flex;gap:2rem}.footer-link{color:#374151;text-decoration:none;font-size:.95rem;font-weight:500;transition:color var(--transition-fast)}.footer-link:hover{color:#072136}.footer-copyright{color:#6b7280;font-size:.875rem;margin:0}.submit-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.2),transparent);transition:left .5s ease}.submit-button:hover:before{left:100%}.submit-button:hover{background:#1e40af;transform:translateY(-2px);box-shadow:0 6px 20px rgba(16,43,113,.4)}.research-page{background:#fff;color:#000;min-height:100vh}.research-hero{padding:100px 0 60px;text-align:center;background:#1e3a8a;color:#fff}.research-hero-content{max-width:800px;margin:0 auto}.research-hero-description{font-size:1.2rem;margin-top:1rem;opacity:.9;line-height:1.6}.research-content{padding:5rem 0 7rem}.research-filters{margin-bottom:3rem;text-align:center}.filter-buttons{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.filter-btn{padding:12px 24px;border:1px solid #1e3a8a;background:transparent;color:#1e3a8a;border-radius:0;cursor:pointer;transition:all .2s ease;font-weight:500;font-size:.95rem;text-transform:uppercase;letter-spacing:.05em}.filter-btn.active,.filter-btn:hover{background:#1e3a8a;color:#fff;transform:none}.research-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:3rem;gap:3rem;margin-top:3rem}.research-card{background:#fff;border-radius:0;overflow:hidden;transition:all .2s ease;cursor:pointer;border:1px solid #e5e7eb;box-shadow:none}.research-card:hover{transform:none;box-shadow:none;border-color:#1e3a8a}.card-image{height:200px;overflow:hidden;background:#f3f4f6}.card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.research-card:hover .card-image img{transform:scale(1.05)}.card-content{padding:2rem}.card-title{font-size:1.375rem;font-weight:700;margin-bottom:1rem;line-height:1.3;color:#000;letter-spacing:-.01em}.card-excerpt{font-size:1rem;line-height:1.6;color:#666;margin-bottom:2rem}.card-meta{display:flex;justify-content:space-between;align-items:center;font-size:.85rem;color:#888;border-top:1px solid #e5e7eb;padding-top:16px}.card-date{font-weight:500;color:#1e3a8a}.card-author{font-style:italic}@media (max-width:1024px){.research-grid{grid-template-columns:repeat(2,1fr);gap:25px}.card-image{height:180px}.filter-buttons{gap:15px}.filter-btn{padding:10px 20px;font-size:.9rem}}@media (max-width:768px){.research-hero{padding:5rem 0 40px}.research-hero-description{font-size:1.1rem}.research-content{padding:30px 0 60px}.research-grid{grid-template-columns:1fr;gap:20px}.card-image{height:200px}.card-content{padding:20px}.card-title{font-size:1.1rem}.card-excerpt{font-size:.9rem}.card-meta{flex-direction:column;align-items:flex-start;gap:8px}.filter-buttons{flex-direction:column;align-items:center;gap:12px}.filter-btn{width:200px}}@media (max-width:480px){.research-hero{padding:4rem 0 30px}.research-hero-description{font-size:1rem}.research-content{padding:20px 0 40px}.research-grid{gap:15px}.card-image{height:160px}.card-content{padding:16px}.card-title{font-size:1rem}.card-excerpt{font-size:.85rem}.filter-btn{width:180px;padding:8px 16px}}@media (max-width:1024px){.nav-container{padding:0 1.5rem}.hero{padding:0 2rem}.hero-content{margin-top:4rem}.hero-title{font-size:3rem}.expertise-grid{grid-template-columns:1fr;gap:3rem}.insights-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.content-block-container{grid-template-columns:1fr;height:auto;grid-template-areas:"image" "text"!important}.content-block-image{height:50vh}.content-block-text{padding:5rem 2.5rem;justify-content:flex-start}.block-title{font-size:1.63625rem;margin-bottom:1.5rem;line-height:1.2}.block-description{font-size:1.05rem;margin-bottom:2.5rem;max-width:900px;line-height:1.6}.block-link{margin-top:1rem}.contact{padding:4rem 0}.contact-content{grid-template-columns:1fr;gap:3rem}.contact-info h2{font-family:Times New Roman,serif;font-size:2rem;text-align:center;margin-bottom:1.5rem}.contact-form-container{padding:2rem}.form-title{font-size:1.25rem;margin-bottom:1.5rem}.partners-marquee{max-width:90%}.partners-marquee:after,.partners-marquee:before{width:50px}.stats{padding:1.68rem 0}.stats-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}.stat-item{padding:1.75rem 1.25rem;background:hsla(0,0%,100%,.1);border-radius:14px}.stat-number{font-family:Times New Roman,serif;font-size:1.6875rem}.stat-label{font-size:.85rem}}@media (max-width:768px){.content-wrapper{padding:0 5%}.hero,.nav-container{padding:0 1rem}.hero{height:100vh}.hero-content{margin-top:3.2rem}.nav-menu{position:fixed;right:-100%;top:0;width:100%;height:100vh;flex-direction:column;background:#051c2c;-webkit-backdrop-filter:none;backdrop-filter:none;text-align:left;padding:0;z-index:1002;justify-content:flex-start;align-items:stretch;box-shadow:none}.nav-menu.active{right:0}.nav-menu,.nav-menu.active{transition:none!important}.desktop-nav-menu{display:none}.mobile-nav-header{justify-content:center;align-items:center;height:80px;background:#051c2c;border-bottom:1px solid #333;padding:0 2rem;flex-shrink:0;position:relative}.mobile-nav-logo .mobile-logo-img{height:2rem;width:auto;filter:brightness(1)}.mobile-close-btn{background:none;border:none;color:#fff;font-size:2rem;cursor:pointer;padding:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;position:absolute;right:2rem;top:50%;transform:translateY(-50%)}.mobile-close-btn:hover{background:hsla(0,0%,100%,.1);border-radius:50%}.close-icon{font-weight:300;line-height:1}.nav-menu .nav-link{color:hsla(0,0%,100%,.9);font-size:1.2rem;font-weight:700;padding:1.5rem 2rem;margin:0;text-decoration:none;transition:all .3s ease;border-radius:0;width:100%;display:block;text-align:left;position:relative;font-family:Lora,serif;letter-spacing:.02em;border-bottom:1px solid #333}.nav-menu .nav-link:hover{color:#fff;background:#2a2a2a;transform:none}.nav-menu .nav-link.active{color:#fff;background:#2a2a2a;font-weight:700}.nav-menu .nav-link.active:after,.nav-menu .nav-link:after,.nav-menu .nav-link:hover:after{display:none}.hamburger{display:flex;z-index:1000}.hamburger.active{opacity:0;pointer-events:none}.mobile-nav-header{display:flex}.hamburger.active .bar:first-child{transform:none}.hamburger.active .bar:nth-child(2){opacity:1}.hamburger.active .bar:nth-child(3){transform:none}.hero-title{font-size:3rem;line-height:1.2;margin-bottom:1.5rem}.hero-cta{flex-direction:column;gap:1rem}.cta-button{padding:.625rem 2rem;font-size:.9rem}.section-title{font-size:2rem}.featured-insights .section-header{margin-bottom:2rem}.featured-insights .section-title{font-size:1.05rem}.featured-insights .section-subtitle{font-size:1rem;max-width:450px;margin-bottom:0}.featured-insights{padding:2.5rem 0}.services-hero{padding:5rem 0 3rem}.services-hero-description{font-size:1.125rem}.services-content{padding:3rem 0 4rem}.services-cta{padding:4rem 0}.cta-content h2{font-size:2rem}.about-hero,.about-hero-mckinsey,.case-study-hero{padding:5rem 0 3rem}.about-main-title{font-size:2.5rem}.about-sidebar{padding-left:0;border-left:none;border-top:1px solid #e5e7eb;padding-top:3rem}.about-hero-description,.case-study-hero-description{font-size:1.125rem}.about-content,.case-studies-content{padding:3rem 0 4rem}.case-study-cta,.featured-case-study,.mission-section,.stats-section{padding:4rem 0}.featured-content h2,.mission-content h2{font-size:2rem}.case-study-metrics{grid-template-columns:1fr;gap:1.5rem}.expertise-grid{grid-template-columns:1fr;gap:3rem}.insights-grid{grid-template-columns:1fr;gap:1.5rem}.insight-card{margin-bottom:1rem}.insight-image{height:200px}.insight-content{padding:1.25rem}.insight-title{font-size:1.1rem}.insight-meta{flex-direction:column;align-items:flex-start;gap:.5rem}.content-block-container{height:auto;grid-template-areas:"image" "text"!important}.content-block-image{height:40vh}.content-block-text{padding:4rem 5%;justify-content:flex-start}.block-title{font-size:1.33875rem;margin-bottom:1.25rem;line-height:1.2}.block-description{font-size:1rem;margin-bottom:2rem;max-width:900px;line-height:1.6}.block-link{margin-top:1rem;font-size:.85rem}.stats{padding:1.44rem 0}.stats-grid{grid-template-columns:repeat(5,1fr);gap:.75rem}.stat-item{padding:1.2rem .5rem}.stat-number{font-size:1.4rem;margin-bottom:.4rem}.stat-label{font-size:.7rem;letter-spacing:.05em;line-height:1.2}.contact{padding:3rem 0}.contact-content{gap:2rem}.contact-info h2{font-family:Times New Roman,serif;font-size:1.75rem;text-align:center;margin-bottom:1.5rem}.contact-form-container{margin-top:2rem;padding:2rem 1.5rem}.form-row{flex-direction:column;gap:1rem}.checkbox-group{grid-template-columns:1fr;gap:.75rem}.checkbox-item{padding:.875rem;font-size:.9rem;min-height:55px}.testimonials{padding:3rem 0}.testimonials-header{margin-bottom:.75rem}.testimonials-header .section-title{font-size:1.1rem}.testimonial-content{padding:1rem 2rem 2rem}.testimonial-quote{font-size:1.1rem}.carousel-container{min-height:350px;height:auto}.testimonial-card{padding:0 1rem}.trusted-partners{padding:1.25rem 0;min-height:80px}.partners-marquee{height:60px}.partners-track{gap:1.5rem;height:60px}.partner-logo{height:60px;min-width:120px;padding:0 .25rem}.partner-logo-img{width:120px;height:60px}}@media (max-width:480px){.nav-menu{right:-100%;width:100%}.nav-menu .nav-link{font-size:1.1rem;padding:1.25rem 1.5rem}.mobile-nav-header{padding:0 1.5rem}.hero-content{margin-top:calc(1.6rem - 20vh)}.hero-title{font-size:2.5rem;line-height:1.2;margin-bottom:1.5rem}.section-title{font-size:1.75rem}.featured-insights .section-header{margin-bottom:1.5rem}.featured-insights .section-title{font-size:.95rem}.featured-insights .section-subtitle{font-size:.9rem;max-width:400px;margin-bottom:0}.featured-insights{padding:2rem 0}.services-hero{padding:4rem 0 2.5rem}.services-hero-description{font-size:1rem}.services-content{padding:2.5rem 0 3rem}.services-cta{padding:3rem 0}.cta-content h2{font-size:1.75rem}.about-hero,.case-study-hero{padding:4rem 0 2.5rem}.about-hero-mckinsey{padding:4rem 0 2rem}.about-main-title{font-size:2rem}.about-intro-text{font-size:1rem}.about-content-grid{gap:2rem}.about-section-title{font-size:1.5rem}.values-title{font-size:1.125rem}.about-hero-description,.case-study-hero-description{font-size:1rem}.about-content,.case-studies-content{padding:2.5rem 0 3rem}.case-study-cta,.featured-case-study,.mission-section,.stats-section{padding:3rem 0}.featured-content h2,.mission-content h2{font-size:1.75rem}.contact{padding:2.5rem 0}.contact-info h2{font-family:Times New Roman,serif;font-size:1.5rem;text-align:center;margin-bottom:1rem}.contact-form-container{padding:1.5rem 1rem}.footer{padding:2rem 0 1.5rem}.footer-content{flex-direction:column;gap:1.5rem;text-align:center}.footer-left{flex-direction:column;gap:.75rem}.footer-links{gap:1.5rem}.form-group input,.form-group textarea{padding:.875rem;font-size:.95rem}.submit-button{width:100%;padding:1rem;text-align:center}.checkbox-group{grid-template-columns:1fr;gap:.625rem}.checkbox-item{padding:.75rem;font-size:.875rem;min-height:50px}.checkmark{width:18px;height:18px}.footer{padding:1.5rem 0 1rem}.footer-left{gap:.5rem}.footer-logo{height:1.75rem}.footer-links{flex-wrap:wrap;gap:1rem;justify-content:center}.footer-link{font-size:.9rem}.stats{padding:1.2rem 0}.stats-grid{grid-template-columns:repeat(5,1fr);gap:.5rem}.stat-item{padding:1rem .25rem}.stat-number{font-family:Times New Roman,serif;font-size:1.2rem;margin-bottom:.3rem}.stat-label{font-size:.65rem;letter-spacing:.04em;line-height:1.2}.insights-grid{gap:1rem}.insight-image{height:180px}.insight-content{padding:1rem}.insight-title{font-size:1rem}.insight-summary{font-size:.9rem;-webkit-line-clamp:2}.insight-meta{font-size:.8rem;gap:.25rem}.content-block-container{height:auto;grid-template-areas:"image" "text"!important}.content-block-image{height:35vh}.content-block-text{padding:3rem 5%;justify-content:flex-start}.block-title{font-size:1.1305rem;margin-bottom:1rem;line-height:1.25}.block-description{font-size:.95rem;margin-bottom:1.5rem;max-width:900px;line-height:1.6}.block-link{margin-top:1rem;font-size:.8rem}.testimonials{padding:2rem 0}.testimonials-header{margin-bottom:.5rem}.testimonials-header .section-title{font-size:1rem}.testimonial-content{padding:.75rem 1.5rem 1.5rem}.testimonial-quote{font-size:1rem}.carousel-container{min-height:300px;height:auto}.testimonial-card{padding:0 .5rem}.testimonial-author{flex-direction:column;gap:.75rem;text-align:center}.author-info{text-align:center}.carousel-controls{gap:1rem;margin-top:1rem}.carousel-btn{width:35px;height:35px}.trusted-partners{padding:1rem 0;min-height:70px}.partners-marquee,.partners-track{height:50px}.partner-logo{height:50px;min-width:100px}.partner-logo-img{width:100px;height:50px}}@media (min-width:1400px){.testimonials{padding:3rem 0}.testimonials-carousel{max-width:900px}}@media (min-width:1200px) and (min-height:600px){.testimonials{padding:2.5rem 0}}.case-study-page{background:#fff;color:#000;min-height:100vh}.case-study-hero{padding:100px 0 60px;text-align:center;background:#1e3a8a;color:#fff}.case-study-hero-content{max-width:800px;margin:0 auto}.case-study-hero-description{font-size:1.2rem;margin-top:1rem;opacity:.9;line-height:1.6}.case-studies-content{padding:40px 0 80px;background:#fff}.stats-section{padding:60px 0;background:#f8fafc}.mission-section{padding:60px 0;background:#fff}.mission-content{max-width:800px;margin:0 auto;text-align:center}.mission-content h2{font-size:2.5rem;margin-bottom:1.5rem;font-family:Libre Baskerville,serif;color:#1e3a8a}.mission-content p{font-size:1.125rem;line-height:1.8;color:#666;margin-bottom:1.5rem}.featured-case-study{padding:60px 0;background:#f8fafc}.featured-content{max-width:1000px;margin:0 auto;text-align:center}.featured-content h2{font-size:2.5rem;margin-bottom:1.5rem;font-family:Libre Baskerville,serif;color:#1e3a8a}.case-study-info h3{font-size:1.5rem;margin-bottom:1rem;color:#1e3a8a}.case-study-info p{font-size:1.125rem;line-height:1.6;color:#666;margin-bottom:1.5rem}.case-study-metrics{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem;margin-top:2rem}.metric-item{text-align:center}.metric-number{font-size:3rem;font-weight:700;color:#1e3a8a;margin-bottom:.5rem}.metric-label{font-size:1rem;color:#666;font-weight:500}.case-study-cta{padding:60px 0;background:#1e3a8a;text-align:center;color:#fff}.about-content .expertise-category h3,.about-content .section-title,.case-studies-content .section-title,.research-content .section-title,.services-content .expertise-category h3,.services-content .section-title{color:#1e3a8a;font-family:Libre Baskerville,serif}.about-content .expertise-item,.services-content .expertise-item{background:#fff;border:1px solid #e2e8f0;border-radius:0;padding:1.5rem;transition:all .3s ease}.about-content .expertise-item:hover,.services-content .expertise-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.about-content .expertise-item h4,.services-content .expertise-item h4{color:#1e3a8a;font-weight:600;margin-bottom:.5rem}.about-content .expertise-item p,.services-content .expertise-item p{color:#666;line-height:1.6}.services-content .service-features li{color:#374151;padding:.5rem 0 .5rem 1.5rem;position:relative}.services-content .service-features li:before{content:"✓";position:absolute;left:0;color:#1e3a8a;font-weight:700}.about-page{background:#fff;color:#000;min-height:100vh}.about-hero-mckinsey{padding:120px 0 60px;background:#fff;color:#333;position:relative}.white-bg-page .navbar{background:#1e3a8a!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;box-shadow:0 2px 10px rgba(0,0,0,.1)!important}.white-bg-page .nav-link{color:hsla(0,0%,100%,.9)}.white-bg-page .nav-link.active,.white-bg-page .nav-link:hover{color:#fff}.white-bg-page .nav-link:after{background:linear-gradient(90deg,#fff,#fff)}@media (min-width:769px){.white-bg-page .nav-item a,.white-bg-page .nav-link,.white-bg-page .nav-menu .nav-link,.white-bg-page .nav-menu li a{padding:.25rem 1rem!important;border:none!important;border-radius:0!important}.white-bg-page .nav-container a,.white-bg-page .nav-item a,.white-bg-page .nav-item a.active,.white-bg-page .nav-item a:hover,.white-bg-page .nav-link,.white-bg-page .nav-link.active,.white-bg-page .nav-link:hover,.white-bg-page .nav-menu .nav-link,.white-bg-page .nav-menu .nav-link.active,.white-bg-page .nav-menu .nav-link:hover,.white-bg-page .nav-menu li a,.white-bg-page .nav-menu li a.active,.white-bg-page .nav-menu li a:hover,.white-bg-page .navbar a{background:transparent!important;background-color:transparent!important;background-image:none!important;box-shadow:none!important;outline:none!important}.white-bg-page .nav-container a,.white-bg-page .navbar a{border:none!important}}.white-bg-page .logo-img{filter:brightness(1)}.white-bg-page .hamburger .bar,.white-bg-page .hamburger.active .bar{background:hsla(0,0%,100%,.9)}.white-bg-page .hamburger.active{opacity:0;pointer-events:none}.white-bg-page .mobile-nav-header{background:#051c2c;border-bottom:1px solid #333}.white-bg-page .mobile-nav-logo .mobile-logo-img{filter:brightness(1)}.white-bg-page .mobile-close-btn{color:#fff}.white-bg-page .nav-menu{background:#051c2c}.white-bg-page .nav-menu .nav-link{color:hsla(0,0%,100%,.9);border-bottom:1px solid #333}.white-bg-page .nav-menu .nav-link.active,.white-bg-page .nav-menu .nav-link:hover{color:#fff;background:#2a2a2a}.white-bg-page{min-height:100vh}.white-bg-page,.white-bg-page .main-container{background:#fff}.about-hero-content-mckinsey{max-width:800px;margin:0 auto}.breadcrumb{font-size:.9rem;color:#666;margin-bottom:2rem}.breadcrumb a{color:#1e40af;text-decoration:none}.breadcrumb a:hover{text-decoration:underline}.about-main-title{font-family:Lora,serif;font-size:3rem;font-weight:400;color:#333;margin-bottom:2rem;line-height:1.2}.about-intro-text{font-size:1.125rem;color:#666;line-height:1.6;margin-bottom:0;font-family:Lora,serif}.about-main-content{padding:60px 0 80px;background:#fff}.about-content-grid{display:grid;grid-template-columns:2fr 1fr;grid-gap:6rem;gap:6rem;max-width:1200px;margin:0 auto}.about-main-column{max-width:none}@media (max-width:768px){.about-content-grid{grid-template-columns:1fr!important;gap:3rem}}.about-section{margin-bottom:3rem}.about-description{font-size:1rem;color:#666;line-height:1.6;margin-bottom:0;font-family:Lora,serif}.about-section-title{font-family:Lora,serif;font-size:1.75rem;font-weight:400;color:#333;margin-bottom:1rem;margin-top:0}.about-section-content{font-size:1rem;color:#666;line-height:1.6;margin-bottom:0;font-family:Lora,serif}.values-section{margin-bottom:2.5rem}.values-title{font-family:Lora,serif;font-size:1.25rem;font-weight:400;color:#333;margin-bottom:1rem;margin-top:0}.values-list{list-style:none;padding:0;margin:0}.values-list li{font-size:.95rem;color:#666;line-height:1.5;margin-bottom:.5rem;padding-left:1rem;position:relative;font-family:Lora,serif}.values-list li:before{content:"•";position:absolute;left:0;color:#333}.about-sidebar{padding-left:2rem;border-left:1px solid #e5e7eb}.sidebar-section{margin-bottom:3rem}.sidebar-title{font-family:Inter,sans-serif;font-size:.75rem;font-weight:600;color:#888;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem;margin-top:0}.sidebar-card{padding:1.5rem;background:#f8f9fa;border-radius:0;margin-bottom:1.5rem;transition:all .2s ease;cursor:pointer}.sidebar-card:hover{background:#e9ecef;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.sidebar-logo{margin-bottom:1rem}.sidebar-logo img{width:120px;height:auto}.sidebar-card-title{font-family:Libre Baskerville,serif;font-size:1.125rem;font-weight:400;color:#333;margin-bottom:.75rem;margin-top:0}.sidebar-card-title:hover{color:#1e40af;cursor:pointer}.sidebar-card-text{font-size:.9rem;color:#666;line-height:1.5;margin-bottom:0}.sidebar-graphic{margin-bottom:1.5rem;height:120px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e3f2fd,#bbdefb);border-radius:0}.blue-curve{width:80px;height:80px;border-right:4px solid #1e40af;border-top:4px solid #1e40af;border-radius:50%;border-color:transparent transparent #1e40af #1e40af;border-style:solid;border-width:4px;transform:rotate(-45deg)}.about-hero{padding:100px 0 60px;text-align:center;background:#1e3a8a;color:#fff}.about-hero-content{max-width:800px;margin:0 auto}.about-hero-description{font-size:1.2rem;margin-top:1rem;opacity:.9;line-height:1.6}.about-content{padding:40px 0 80px;background:#fff}.article-container{background:var(--white);min-height:100vh;padding:0;margin:0}.article-header{padding:7.5rem 0 1rem;background:#fff;border-bottom:none}.article-breadcrumb{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.9rem}.article-breadcrumb a{color:#1e3a8a;text-decoration:none;transition:color var(--transition-fast)}.article-breadcrumb a:hover{color:#1e3a8a}.breadcrumb-separator{color:var(--text-light)}.breadcrumb-current{color:var(--text-secondary);font-weight:500}.article-category-badge{display:inline-block;background:#1e3a8a;color:var(--white);padding:.5rem 1rem;border-radius:0;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.article-title{font-family:Lora,serif;font-size:2.5rem;font-weight:700;line-height:1.2;color:#000;margin-bottom:1.5rem}.article-meta{display:flex;flex-wrap:wrap;gap:2rem;margin-bottom:.5rem}.article-meta>div{display:flex;align-items:center;gap:.5rem}.meta-label{color:var(--text-secondary);font-size:.9rem;font-weight:500}.meta-value{color:var(--text-primary);font-weight:600}.article-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.article-tag{background:#dbeafe;color:#1e3a8a;padding:0 .8rem;border-radius:0;font-size:.8rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.article-cover-image{margin:1.5rem 0;border-radius:0;overflow:hidden;box-shadow:none}.cover-image{width:100%;height:400px;object-fit:cover}.article-summary{padding:0;margin:1.5rem 0 .75rem}.article-summary .mckinsey-content-wrapper{background:transparent;padding:0;border-radius:0}.summary-text{font-size:1.15rem;line-height:1.7;color:#6b7280;font-style:italic;font-family:Lora,serif;border-left:4px solid #1e3a8a;padding-left:1.5rem;margin:0}.article-main-content{padding:.75rem 0 3rem;background:#fff}.mckinsey-content-wrapper{max-width:740px;margin:0 auto;padding:0 2rem}.article-content{max-width:none;margin:0;padding:0;line-height:1.7;color:#000;font-family:Lora,serif;font-size:1.1rem}.article-content h1,.article-content h2,.article-content h3,.article-content h4,.article-content h5,.article-content h6{color:#000;margin-top:2.5rem;margin-bottom:1.25rem;font-weight:700;font-family:Lora,serif}.article-content h1{font-size:2rem;font-family:Lora,serif;font-weight:700;color:#000;margin-bottom:1.5rem;margin-top:1.5rem;line-height:1.3}.article-content h2{font-size:1.6rem;margin-bottom:1.25rem;margin-top:2.5rem}.article-content h2,.article-content h3{font-family:Lora,serif;font-weight:700;color:#000;line-height:1.4}.article-content h3{font-size:1.35rem;margin-bottom:1rem;margin-top:2rem}.article-sidebar{background:#f8fafc;padding:2rem;border-radius:0;height:-moz-fit-content;height:fit-content;position:-webkit-sticky;position:sticky;top:120px}.article-sidebar-section{margin-bottom:2rem}.article-sidebar-title{font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}.article-sidebar-card{background:#fff;padding:1.5rem;border-radius:0;border:1px solid #e5e7eb;margin-bottom:1.5rem}.article-sidebar-logo{width:80px;height:auto;margin-bottom:1rem}.article-sidebar-text{font-size:.875rem;line-height:1.6;color:#4b5563;margin-bottom:1rem}.article-related-list{list-style:none;padding:0;margin:0}.article-related-item{margin-bottom:1rem;padding:1rem;background:#fff;border:1px solid #e5e7eb;border-radius:0}.article-related-link{color:#1f2937;text-decoration:none;font-weight:600;font-size:.875rem;line-height:1.4}.article-related-link:hover{color:#1e3a8a}.article-content h4{font-size:1.2rem;font-family:Lora,serif;font-weight:700;color:#000;margin-bottom:.75rem;margin-top:1.75rem;line-height:1.4}.article-content p{margin-bottom:1.6rem;font-size:1.1rem;color:#000;line-height:1.7}.article-content ol,.article-content ul{margin-bottom:2rem;margin-top:1.2rem;padding-left:2rem}.article-content li{margin-bottom:.75rem;font-size:1.1rem;color:#000;line-height:1.7}.article-content li strong{color:#1e3a8a}.article-content blockquote{border-left:4px solid #1e3a8a;padding-left:1.5rem;margin:2.5rem 0;font-style:italic;color:#6b7280;background:none;line-height:1.7;font-size:1.1rem}.article-content code{background:var(--gray-100);padding:.2rem .4rem;border-radius:0;font-family:Monaco,Courier New,monospace;font-size:.9rem}.article-content pre{background:var(--gray-900);color:var(--white);padding:1.5rem;border-radius:0;overflow-x:auto;margin:2rem 0}.article-content pre code{background:none;color:inherit;padding:0}.article-content table{width:100%;border-collapse:collapse;margin:2rem 0;box-shadow:var(--shadow-sm)}.article-content td,.article-content th{padding:1rem;text-align:left;border-bottom:1px solid var(--gray-200)}.article-content th{background:var(--gray-50);font-weight:600;color:var(--text-primary)}.article-footer{padding:3rem 0;border-top:1px solid var(--gray-200);margin-top:3rem}.article-share h3{color:var(--text-primary);margin-bottom:1rem;font-size:1.3rem}.share-buttons{display:flex;gap:1rem;flex-wrap:wrap}.share-button{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:0;text-decoration:none;font-weight:600;transition:all var(--transition-fast);border:1px solid var(--gray-300)}.share-button.email,.share-button.linkedin,.share-button.twitter{background:#1e3a8a;color:var(--white);border-color:#1e3a8a}.share-button:hover{transform:none;box-shadow:none}.related-articles{background:var(--gray-50);padding:4rem 0}.related-articles .section-title{text-align:center;margin-bottom:3rem;color:var(--text-primary);font-size:1.3rem}.related-articles-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem}.related-article-card{background:var(--white);border-radius:0;overflow:hidden;box-shadow:none;transition:all var(--transition-fast);border:1px solid #e5e7eb}.related-article-card:hover{transform:none;box-shadow:none;border-color:#1e3a8a}.related-card-image{height:200px;overflow:hidden}.related-card-image img{width:100%;height:100%;object-fit:cover;transition:transform var(--transition-normal)}.related-article-card:hover .related-card-image img{transform:scale(1.05)}.related-card-content{padding:1.5rem}.related-card-title{font-size:1.25rem;font-weight:700;margin-bottom:1rem;line-height:1.3;letter-spacing:-.01em}.related-card-title a{color:var(--text-primary);text-decoration:none;transition:color var(--transition-fast)}.related-card-title a:hover{color:#1e3a8a}.related-card-excerpt{font-size:.95rem;color:var(--text-secondary);line-height:1.6;margin-bottom:1rem}.related-card-meta{display:flex;gap:1rem;font-size:.85rem;color:var(--text-light)}.card-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.tag{background:#dbeafe;color:#1e3a8a;padding:.25rem .6rem;border-radius:0;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.card-category,.card-reading-time{color:var(--text-light);font-size:.8rem}.card-category:before,.card-reading-time:before{content:"•";margin:0 .5rem}@media (max-width:768px){.article-header{padding:6.25rem 0 1rem}.mckinsey-content-wrapper{padding:0 5%}.article-title{font-size:2rem}.article-meta{flex-direction:column;gap:1rem}.article-cover-image{margin:1rem 0}.article-summary{margin:1rem 0 .5rem}.summary-text{font-size:1rem;margin-left:0}.article-content h1{font-size:1.75rem}.article-content h2{font-size:1.375rem}.article-content h3{font-size:1.125rem}.share-buttons{flex-direction:column}.share-button{justify-content:center}.related-articles-grid{grid-template-columns:1fr}}@media (max-width:480px){.article-header{padding:6.25rem 0 1rem}.mckinsey-content-wrapper{padding:0 5%}.article-title{font-size:1.8rem}.article-cover-image{margin:.75rem 0}.article-summary{margin:.75rem 0 .375rem}.article-content,.article-content li,.article-content p{font-size:1rem}.cover-image{height:250px}}@media (max-width:360px){.stats{padding:.96rem 0}.stats-grid{grid-template-columns:repeat(5,1fr);gap:.25rem}.stat-item{padding:.8rem .1rem}.stat-number{font-family:Times New Roman,serif;font-size:1rem;margin-bottom:.2rem}.stat-label{font-size:.55rem;letter-spacing:.03em;line-height:1.1}.checkbox-group{grid-template-columns:1fr;gap:.5rem}.checkbox-item{padding:.625rem;font-size:.8rem;min-height:45px;gap:.75rem}.checkmark{width:16px;height:16px}.checkbox-item input[type=checkbox]:checked+.checkmark:after{font-size:12px}.footer{padding:1rem 0}.footer-left{gap:.4rem}.footer-logo{height:1.5rem}.footer-links{gap:.75rem}.footer-link{font-size:.85rem}.footer-copyright{font-size:.75rem}}.mckinsey-page{min-height:100vh;background:#fff;padding-top:120px}.mckinsey-container{max-width:1200px;margin:0 auto;padding:2rem}.mckinsey-breadcrumb{margin-bottom:1.5rem;font-size:.875rem;color:#6b7280;font-family:Lora,serif}.mckinsey-breadcrumb-link{color:#6b7280;text-decoration:none;font-family:Lora,serif}.mckinsey-breadcrumb-link:hover{color:#2563eb}.mckinsey-breadcrumb-separator{margin:0 .5rem;font-family:Lora,serif}.mckinsey-breadcrumb-current,.mckinsey-page-title{color:#1f2937;font-family:Lora,serif}.mckinsey-page-title{font-size:2.5rem;font-weight:400;margin-bottom:2rem;line-height:1.2}.mckinsey-content-grid{display:grid;grid-template-columns:2fr 1fr;grid-gap:4rem;gap:4rem;margin-top:2rem}.mckinsey-main-content{max-width:none}.mckinsey-intro{font-size:1.125rem;line-height:1.6;color:#4b5563;font-family:Lora,serif}.mckinsey-intro,.mckinsey-section{margin-bottom:3rem}.mckinsey-section-title{font-size:1.875rem;font-weight:400;color:#1f2937;margin-bottom:1.5rem;font-family:Lora,serif}.mckinsey-section p{font-size:1rem;line-height:1.6;color:#4b5563;margin-bottom:1.5rem;font-family:Lora,serif}.mckinsey-list{list-style:none;padding:0;margin:1rem 0}.mckinsey-list li{margin-bottom:.5rem;padding-left:1rem;position:relative;color:#4b5563;line-height:1.6;font-family:Lora,serif}.mckinsey-list li:before{content:"•";position:absolute;left:0;color:#6b7280;font-weight:700}.mckinsey-sidebar{background:#f8fafc;padding:2rem;border-radius:0;height:-moz-fit-content;height:fit-content;position:-webkit-sticky;position:sticky;top:100px}.mckinsey-sidebar-section{margin-bottom:1.5rem}.mckinsey-sidebar-title{font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.75rem;font-family:Lora,serif}.mckinsey-sidebar-content{margin-bottom:1.5rem}.mckinsey-sidebar-logo{width:100px;height:auto;margin-bottom:.75rem}.mckinsey-sidebar-text{font-size:.8125rem;line-height:1.5;color:#4b5563;font-family:Lora,serif}.mckinsey-sidebar-card{background:#fff;padding:1.5rem;border-radius:0;border:1px solid #e5e7eb;transition:transform .2s ease,box-shadow .2s ease}.mckinsey-sidebar-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.mckinsey-sidebar-card-title{font-size:1rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.mckinsey-sidebar-card-text{font-size:.875rem;line-height:1.5;color:#6b7280;margin-bottom:1rem}.mckinsey-sidebar-card-graphic{height:50px;margin-bottom:1rem}.mckinsey-curve{width:100%;height:100%}.mckinsey-sidebar-link{color:#2563eb;text-decoration:none;font-weight:500;font-size:.875rem}.mckinsey-sidebar-link:hover{text-decoration:underline}.mckinsey-sidebar-cta{margin-top:1rem}.mckinsey-sidebar-button{display:inline-block;background:#1e3a8a;color:#fff;padding:.75rem 1.5rem;border-radius:0;text-decoration:none;font-weight:500;font-size:.875rem;transition:background-color .2s ease;border:none;cursor:pointer}.mckinsey-sidebar-button:hover{background:#1e40af;text-decoration:none}.mckinsey-page-subtitle{font-size:1.125rem;color:#6b7280;margin-bottom:3rem;font-family:Lora,serif;line-height:1.6;max-width:800px}.case-study-selector{margin-bottom:3rem}.case-study-tabs{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1rem;gap:1rem;margin-bottom:2rem}.case-study-tab{background:#fff;border:2px solid #e5e7eb;padding:1.5rem;cursor:pointer;transition:all .2s ease;text-align:left;font-family:Lora,serif}.case-study-tab:hover{border-color:#1e3a8a;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.case-study-tab.active{background:#1e3a8a;border-color:#1e3a8a}.case-study-tab.active .tab-title{color:#fff}.case-study-tab.active .tab-category{color:hsla(0,0%,100%,.8)}.tab-title{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.tab-category{font-size:.875rem;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.case-study-header{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid #e5e7eb}.case-study-badge{display:inline-block;padding:.375rem .875rem;background:#dbeafe;color:#1e40af;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;font-family:Lora,serif}.case-study-title{font-size:3rem;font-weight:400;color:#1f2937;margin-bottom:.75rem;font-family:Lora,serif;line-height:1.2}.case-study-subtitle{font-size:1.5rem;color:#6b7280;font-weight:300;font-family:Lora,serif}.case-study-results{list-style:none;padding:0;margin:0}.case-study-results li{padding:1.5rem;margin-bottom:1rem;background:#fff;border:1px solid #e5e7eb;border-left:4px solid #1e3a8a;font-family:Lora,serif;line-height:1.6;color:#4b5563;border-radius:4px;box-shadow:0 1px 3px rgba(0,0,0,.05);transition:transform .2s ease,box-shadow .2s ease}.case-study-results li:hover{transform:translateX(4px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.case-study-results li strong{display:block;font-size:1.125rem;font-weight:600;color:#1e3a8a;margin-bottom:.5rem}.solution-content p{margin-bottom:1rem}.solution-bullet-item{padding:0 0 0 1.5rem;margin-bottom:1rem;position:relative;font-family:Lora,serif;line-height:1.6;color:#4b5563}.solution-bullet-item:before{content:"";position:absolute;left:0;top:.5rem;width:6px;height:6px;background-color:#1e3a8a;border-radius:50%}.case-study-image{margin:2rem 0;width:100%}.case-study-image img{height:auto}.case-study-image img,.case-study-video{width:100%;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.1)}.case-study-video{margin:2rem 0;overflow:hidden}.case-study-video iframe{display:block;border-radius:8px}.case-study-images-grid{display:flex;flex-direction:column;gap:1.5rem;margin:2rem 0}.case-study-images-grid .case-study-image{margin:0;width:100%}.case-study-images-grid .case-study-image img{width:100%;height:auto;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.1)}.case-study-images-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5rem;gap:1.5rem;margin:2rem 0}.case-study-images-row .case-study-image{margin:0;width:100%}.case-study-images-row .case-study-image img{width:100%;height:auto;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.1)}.case-study-image{cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.case-study-image:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(0,0,0,.15)}.lightbox-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.9);display:flex;justify-content:center;align-items:center;z-index:9999;cursor:pointer;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.lightbox-content{position:relative;max-width:95%;max-height:95%;display:flex;justify-content:center;align-items:center}.lightbox-content img{max-width:100%;max-height:95vh;object-fit:contain;border-radius:8px;box-shadow:0 8px 32px rgba(0,0,0,.3)}.lightbox-close{position:absolute;top:-40px;right:0;background:transparent;border:none;color:#fff;font-size:48px;font-weight:300;cursor:pointer;padding:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;transition:transform .2s ease;line-height:1}.lightbox-close:hover{transform:scale(1.1)}.sidebar-case-list{display:flex;flex-direction:column;gap:.75rem}.sidebar-case-item{background:#fff;border:1px solid #e5e7eb;padding:1rem;cursor:pointer;text-align:left;transition:all .2s ease;font-family:Lora,serif}.sidebar-case-item:hover{border-color:#1e3a8a;transform:translateX(4px)}.sidebar-case-item.active{background:#1e3a8a;border-color:#1e3a8a}.sidebar-case-item.active .sidebar-case-title{color:#fff}.sidebar-case-item.active .sidebar-case-category{color:hsla(0,0%,100%,.8)}.sidebar-case-title{font-size:.9375rem;font-weight:600;color:#1f2937;margin-bottom:.25rem}.sidebar-case-category{font-size:.75rem;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.consultation-button{display:inline-block;background:#1e3a8a;color:#fff;padding:.75rem 1.5rem;border-radius:0;text-decoration:none;font-weight:500;font-size:.875rem;transition:background-color .2s ease;border:none;cursor:pointer;width:100%;text-align:left;margin-top:1rem}.consultation-button:hover{background:#1e40af;text-decoration:none}.mckinsey-values-category{margin-bottom:3rem}.mckinsey-values-title{font-size:1.5rem;font-weight:600;color:#1f2937;margin-bottom:1.5rem;font-family:Times New Roman,serif}.mckinsey-values-list{list-style:none;padding:0;margin:0}.mckinsey-values-list li{margin-bottom:.75rem;padding-left:1rem;position:relative;color:#4b5563;line-height:1.6}.mckinsey-values-list li:before{content:"•";position:absolute;left:0;color:#6b7280;font-weight:700}.mckinsey-case-study-featured{background:#f8fafc;padding:2rem;border-radius:0;margin-bottom:3rem}.mckinsey-case-overview{margin-bottom:2rem}.mckinsey-case-details{margin-top:2rem}.mckinsey-case-section{margin-bottom:2rem}.mckinsey-case-subtitle{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:1rem;font-family:Times New Roman,serif}.mckinsey-case-study{margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid #e5e7eb}.mckinsey-case-study:last-child{border-bottom:none}.mckinsey-case-title{font-size:1.375rem;font-weight:600;color:#1f2937;margin-bottom:1rem;font-family:Times New Roman,serif}.mckinsey-case-results{margin-top:1rem;display:flex;gap:2rem;flex-wrap:wrap}.mckinsey-metric-inline{display:flex;align-items:baseline;gap:.5rem}.mckinsey-metric-inline .mckinsey-metric-number{font-size:1.5rem;font-weight:700;color:#2563eb}.mckinsey-metric-inline .mckinsey-metric-label{color:#6b7280;font-size:.875rem}.mckinsey-metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-top:1.5rem}.mckinsey-metric{text-align:center;padding:1.5rem;background:#fff;border-radius:0;border:1px solid #e5e7eb}.mckinsey-metric-number{font-size:2rem;font-weight:700;color:#2563eb;display:block;margin-bottom:.5rem}.mckinsey-metric-label{color:#6b7280;font-size:.875rem;line-height:1.4}.mckinsey-impact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:2rem;gap:2rem;margin-top:2rem}.mckinsey-impact-item{text-align:center}.mckinsey-impact-number{font-size:2.5rem;font-weight:700;color:#2563eb;display:block;margin-bottom:.5rem}.mckinsey-impact-label{color:#6b7280;font-size:.875rem;line-height:1.4}@media (max-width:768px){.mckinsey-page{padding-top:100px}.mckinsey-container{padding:1rem 5%}.mckinsey-page-title{font-size:2rem;margin-bottom:1.5rem}.mckinsey-content-grid{grid-template-columns:1fr;gap:2rem}.mckinsey-sidebar{position:static;margin-top:2rem}.mckinsey-sidebar-button{width:100%;text-align:center;padding:1rem}.mckinsey-intro{font-size:1rem;margin-bottom:2rem}.mckinsey-section-title{font-size:1.5rem;margin-bottom:1rem}.case-study-tabs{grid-template-columns:1fr;gap:.75rem}.case-study-tab{padding:1rem}.tab-title{font-size:1.125rem}.case-study-title{font-size:2rem}.case-study-subtitle{font-size:1.125rem}.mckinsey-page-subtitle{font-size:1rem}.case-study-images-grid,.case-study-images-row{grid-template-columns:1fr;gap:1rem}.mckinsey-case-study-featured{padding:1.5rem}.mckinsey-case-results{flex-direction:column;gap:1rem}.mckinsey-metrics-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.mckinsey-metric{padding:1rem}.mckinsey-metric-number{font-size:1.5rem}.mckinsey-impact-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.mckinsey-impact-number{font-size:2rem}}.mckinsey-content-single{width:100%;max-width:1200px;margin:0 auto}.mckinsey-research-filters{margin-bottom:2rem}.mckinsey-filter-buttons{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1rem}.mckinsey-filter-btn{padding:.5rem 1rem;border:1px solid #1e3a8a;background:#fff;color:#1e3a8a;border-radius:0;cursor:pointer;transition:all .2s ease;font-size:.875rem;font-weight:500}.mckinsey-filter-btn:hover{border-color:#1e3a8a;color:#1e3a8a}.mckinsey-filter-btn.active{background:#1e3a8a;color:#fff;border-color:#1e3a8a}.mckinsey-research-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem}.mckinsey-research-card{background:#fff;border:1px solid #e5e7eb;border-radius:0;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.mckinsey-card-image{width:100%;height:200px;overflow:hidden;background:#f3f4f6}.mckinsey-card-image img{width:100%;height:100%;object-fit:cover}.mckinsey-research-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.mckinsey-card-content{padding:2rem;height:calc(100% - 200px)}.mckinsey-research-title{margin-bottom:1rem}.mckinsey-research-title a{color:#1f2937;text-decoration:none;font-size:1.25rem;font-weight:600;font-family:Lora,serif;line-height:1.4}.mckinsey-research-title a:hover{color:#2563eb}.mckinsey-research-summary{color:#4b5563;line-height:1.6;margin-bottom:1.5rem;font-family:Lora,serif}.mckinsey-research-meta{border-top:1px solid #e5e7eb;padding-top:1rem}.mckinsey-research-meta-row{display:flex;gap:1rem;margin-bottom:.75rem;flex-wrap:wrap}.mckinsey-research-author,.mckinsey-research-date,.mckinsey-research-time{font-size:.875rem;color:#6b7280}.mckinsey-research-date{font-weight:500;color:#1e3a8a}.mckinsey-research-tags{display:flex;gap:.5rem;flex-wrap:wrap}.mckinsey-research-tag{background:#dbeafe;color:#1e3a8a;padding:.25rem .5rem;border-radius:0;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em}@media (max-width:1024px){.mckinsey-research-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.desktop-filters{display:none}.mobile-filters{display:block}.mckinsey-filter-dropdown{position:relative;width:100%;max-width:300px;margin:0 auto}.mckinsey-dropdown-toggle{width:100%;padding:12px 16px;border:1px solid #1e3a8a;background:#fff;color:#1e3a8a;border-radius:0;cursor:pointer;font-size:.875rem;font-weight:500;display:flex;justify-content:space-between;align-items:center;transition:all .2s ease;font-family:Lora,serif}.mckinsey-dropdown-toggle:hover{background:#f8fafc;border-color:#1e3a8a}.dropdown-arrow{font-size:12px;transition:transform .2s ease;color:#1e3a8a}.dropdown-arrow.open{transform:rotate(180deg)}.mckinsey-dropdown-menu{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #1e3a8a;border-top:none;border-radius:0;box-shadow:0 4px 12px rgba(0,0,0,.1);z-index:1000;max-height:300px;overflow-y:auto}.mckinsey-dropdown-item{width:100%;padding:12px 16px;background:#fff;color:#1e3a8a;cursor:pointer;font-size:.875rem;font-weight:500;text-align:left;transition:all .2s ease;border:none;border-bottom:1px solid #e5e7eb;font-family:Lora,serif}.mckinsey-dropdown-item:last-child{border-bottom:none}.mckinsey-dropdown-item:hover{background:#f8fafc;color:#1e3a8a}.mckinsey-dropdown-item.active{background:#1e3a8a;color:#fff}.mckinsey-dropdown-item.active:hover{background:#1e40af;color:#fff}.mckinsey-research-grid{grid-template-columns:1fr}.mckinsey-card-image{height:160px}.mckinsey-card-content{padding:1.5rem;height:calc(100% - 160px)}.mckinsey-research-title a{font-size:1.125rem}.mckinsey-research-meta-row{flex-direction:column;gap:.5rem}}@media (min-width:769px){.mobile-filters{display:none}.desktop-filters{display:flex}.nav-menu{display:none}.desktop-nav-menu{display:flex;list-style:none;margin:0;padding:0;gap:2rem}.desktop-nav-item{display:flex;align-items:center}.desktop-nav-link{color:#fff;text-decoration:none;font-family:Lora,serif;font-size:1rem;font-weight:400;padding:.5rem 1rem;transition:color .3s ease}.desktop-nav-link:hover{color:#ccc}.desktop-nav-link.active{color:#fff;font-weight:500}}.mckinsey-service-item{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid #e5e7eb}.mckinsey-service-item:last-child{border-bottom:none}.mckinsey-service-title{font-size:1.375rem;font-weight:600;color:#1f2937;margin-bottom:1rem;font-family:Times New Roman,serif}.mckinsey-service-description{color:#4b5563;line-height:1.6;margin-bottom:1.5rem;font-size:1rem;font-family:Lora,serif}.mckinsey-service-features{background:#f8fafc;padding:1.5rem;border-radius:0;margin-top:1rem}.mckinsey-feature-title{font-size:1rem;font-weight:600;color:#1f2937;margin-bottom:1rem}@media (max-width:768px){.mckinsey-service-item{margin-bottom:2rem;padding-bottom:1.5rem}.mckinsey-service-title{font-size:1.25rem}.mckinsey-service-description{font-size:.875rem}.mckinsey-service-features{padding:1rem}.mckinsey-feature-title{font-size:.875rem}}.portable-text-container{max-width:none;width:100%}.portable-text-image{margin:2.5rem 0;text-align:center}.portable-text-img{width:100%;height:auto;border-radius:8px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);transition:transform .3s ease}.image-size-full .portable-text-img{max-width:100%}.image-size-large .portable-text-img{max-width:800px}.image-size-medium .portable-text-img{max-width:600px}.image-size-small .portable-text-img{max-width:400px}.portable-text-img:hover{transform:scale(1.02)}.portable-text-caption{margin-top:1rem;font-size:.875rem;color:#6b7280;font-style:italic;line-height:1.5;text-align:center;max-width:600px;margin-left:auto;margin-right:auto}.portable-text-h1{font-size:2.25rem;margin-bottom:1.5rem;margin-top:3rem;line-height:1.2}.portable-text-h1,.portable-text-h2{font-family:Lora,serif;font-weight:700;color:#000}.portable-text-h2{font-size:1.875rem;margin-bottom:1.25rem;margin-top:2.5rem;line-height:1.3}.portable-text-h3{font-size:1.5rem;margin-bottom:1rem;margin-top:2rem}.portable-text-h3,.portable-text-h4{font-family:Lora,serif;font-weight:700;color:#000;line-height:1.4}.portable-text-h4{font-size:1.25rem;margin-bottom:.75rem;margin-top:1.75rem}.portable-text-paragraph{margin-bottom:1.6rem;font-size:1.1rem;color:#000;line-height:1.7}.portable-text-blockquote{border-left:4px solid #1e3a8a;padding-left:1.5rem;margin:2.5rem 0;font-style:italic;color:#6b7280;background:none;line-height:1.7;font-size:1.1rem}.portable-text-list-bullet,.portable-text-list-number{margin-bottom:2rem;margin-top:1.2rem;padding-left:2rem}.portable-text-list-item{margin-bottom:.75rem;font-size:1.1rem;color:#000;line-height:1.7}.portable-text-strong{color:#1e3a8a;font-weight:600}.portable-text-em{font-style:italic}.portable-text-code{background:#f3f4f6;padding:.2rem .4rem;border-radius:4px;font-family:Monaco,Courier New,monospace;font-size:.9rem;color:#dc2626}.portable-text-link{color:#1e3a8a;text-decoration:underline;-webkit-text-decoration-color:#93c5fd;text-decoration-color:#93c5fd;text-underline-offset:2px;transition:all .2s ease}.portable-text-link:hover{color:#1d4ed8;-webkit-text-decoration-color:#1e3a8a;text-decoration-color:#1e3a8a}.portable-text-callout{margin:2rem 0;padding:1.5rem;border-radius:8px;border-left:4px solid}.callout-info{background-color:#eff6ff;border-left-color:#3b82f6}.callout-warning{background-color:#fffbeb;border-left-color:#f59e0b}.callout-success{background-color:#f0fdf4;border-left-color:#10b981}.callout-error{background-color:#fef2f2;border-left-color:#ef4444}.callout-title{font-size:1.125rem;font-weight:600;margin-bottom:.75rem;margin-top:0}.callout-info .callout-title{color:#1e40af}.callout-warning .callout-title{color:#d97706}.callout-success .callout-title{color:#059669}.callout-error .callout-title{color:#dc2626}.callout-content{margin:0;font-size:1rem;line-height:1.6}.callout-info .callout-content{color:#1e40af}.callout-warning .callout-content{color:#d97706}.callout-success .callout-content{color:#059669}.callout-error .callout-content{color:#dc2626}.portable-text-gallery{margin:2.5rem 0}.gallery-grid-2{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.5rem;gap:1.5rem}.gallery-grid-3{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem}.gallery-carousel{display:flex;gap:1rem;overflow-x:auto;padding-bottom:1rem}.gallery-carousel .gallery-item{flex:0 0 300px}.gallery-item{margin:0}.gallery-img{width:100%;height:auto;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1);transition:transform .3s ease}.gallery-img:hover{transform:scale(1.02)}.gallery-caption{margin-top:.5rem;font-size:.875rem;color:#6b7280;font-style:italic;text-align:center}.portable-text-quote{margin:2.5rem 0;padding:2rem;background:#f8fafc;border-left:4px solid #1e3a8a;border-radius:0 8px 8px 0;position:relative}.quote-text{font-size:1.25rem;font-style:italic;line-height:1.6;margin:0 0 1.5rem;color:#1f2937}.quote-attribution{display:block;font-style:normal;font-size:.95rem;color:#6b7280}.quote-author{font-weight:600;color:#1e3a8a}.quote-company,.quote-title{display:block;margin-top:.25rem}.quote-title{font-style:italic}.portable-text-divider{margin:3rem 0;text-align:center}.divider-line{border-top:1px solid #e5e7eb}.divider-decorative{position:relative}.divider-decorative:before{content:"";display:block;width:100%;height:1px;background:#e5e7eb;margin-bottom:1rem}.divider-ornament{font-size:1.5rem;color:#6b7280;background:#fff;padding:0 1rem;position:relative;z-index:1}.divider-spacer{height:3rem}@media (max-width:768px){.portable-text-h1{font-size:1.875rem;margin-top:2rem}.portable-text-h2{font-size:1.5rem;margin-top:2rem}.portable-text-h3{font-size:1.25rem;margin-top:1.5rem}.portable-text-h4{font-size:1.125rem;margin-top:1.25rem}.portable-text-paragraph{font-size:1rem}.portable-text-image{margin:2rem 0}.portable-text-img{border-radius:4px}.portable-text-caption{font-size:.8rem;padding:0 1rem}.portable-text-callout{margin:1.5rem 0;padding:1rem}.gallery-grid-2,.gallery-grid-3{grid-template-columns:1fr;gap:1rem}.gallery-carousel .gallery-item{flex:0 0 250px}.portable-text-quote{margin:2rem 0;padding:1.5rem}.quote-text{font-size:1.125rem}}