:root{--color-primary:#071326;--color-primary-light:#0d1f36;--color-accent:#00c2ff;--color-secondary:#f5c400;--color-text:#1b2430;--color-text-light:#6b7280;--color-white:#fff;--color-background:#fff;--color-surface:#f7f8fa;--color-brand:#19c8d2;--color-brand-hover:#15b3bc;--color-action:#0b74c9;--color-action-hover:#095fa5;--color-dark:#101828;--color-dark-soft:#1f2937;--color-light:#f8fafc;--text-primary:#172033;--text-secondary:#475569;--text-muted:#64748b;--border-light:#dce5f0;--radius-sm:8px;--radius-md:16px;--radius-lg:24px;--radius-pill:999px;--shadow-sm:0 10px 30px #0f172a0d;--shadow-md:0 18px 45px #0f172a14;--shadow-lg:0 28px 70px #0f172a1f;--space-xs:.5rem;--space-sm:1rem;--space-md:1.5rem;--space-lg:2.5rem;--space-xl:4rem;--space-xxl:6rem;--container-width:1200px;--transition:.25s ease}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{min-height:100vh;color:var(--text-primary);background:var(--color-white);font-family:Inter,Arial,Helvetica,sans-serif;line-height:1.6}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}.container{width:min(var(--container-width),90%);margin-inline:auto}.site-header{z-index:50;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#0a0f1eeb;border-bottom:1px solid #ffffff14;position:sticky;top:0}.navbar{justify-content:space-between;align-items:center;gap:32px;width:min(1240px,90%);min-height:76px;margin-inline:auto;display:flex}.navbar__brand{letter-spacing:-.03em;color:var(--color-white);font-size:1.35rem;font-weight:800}.navbar__menu{align-items:center;gap:36px;font-size:.92rem;font-weight:700;display:flex}.navbar__menu a{color:var(--color-white);transition:color var(--transition)}.navbar__menu a:hover{color:var(--color-brand)}.navbar__cta{align-items:center;display:flex}.site-footer{background:var(--color-dark);color:#ffffffd1;border-top:1px solid #ffffff14;padding:4.5rem 0 1.5rem}.site-footer__grid{grid-template-columns:1.4fr .7fr .9fr 1fr;align-items:start;gap:2rem 3rem;display:grid}.site-footer__brand{max-width:420px}.site-footer__logo{letter-spacing:-.03em;margin-bottom:1rem;font-size:1.35rem;font-weight:800}.site-footer__logo a{color:var(--color-white)}.site-footer__tagline{color:#ffffffb8;line-height:1.7}.site-footer__heading{letter-spacing:.14em;text-transform:uppercase;color:var(--color-brand);margin-bottom:1rem;font-size:.85rem;font-weight:800}.site-footer__links,.site-footer__social{gap:.65rem;display:grid}.site-footer__contact-note{color:#ffffffb8;margin-bottom:.75rem;line-height:1.6}.site-footer__address{margin-bottom:1rem;font-style:normal}.site-footer__contact-link,.site-footer__links a,.site-footer__social a{color:#ffffffeb;min-height:40px;transition:color var(--transition), opacity var(--transition), outline-color var(--transition);align-items:center;display:inline-flex}.site-footer__contact-link:hover,.site-footer__links a:hover,.site-footer__social a:hover{color:var(--color-brand)}.site-footer a:focus-visible{outline:3px solid var(--color-action);outline-offset:4px;border-radius:6px}.site-footer__bottom{border-top:1px solid #ffffff14;margin-top:2.5rem;padding-top:1.25rem}.site-footer__bottom p{color:#ffffffa3;font-size:.92rem}.site-footer__bottom{justify-content:space-between;align-items:center;gap:2rem;display:flex}.site-footer__legal{align-items:center;gap:1.5rem;display:flex}.site-footer__legal a{color:#ffffffa3;font-size:.92rem}.site-footer__legal a:hover{color:var(--color-brand)}@media (width<=1200px){.site-footer__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.site-footer__brand{grid-column:1/-1;max-width:640px}}@media (width<=900px){.site-footer{padding:4rem 0 1.5rem}.site-footer__grid{grid-template-columns:1fr;gap:2rem}.site-footer__brand{grid-column:auto;max-width:none}}@media (width<=600px){.site-footer{padding:3rem 0 1.25rem}.site-footer__grid{gap:1.75rem}.site-footer__logo{font-size:1.2rem}.site-footer__contact-link,.site-footer__links a,.site-footer__social a{min-height:44px}.site-footer__bottom{flex-direction:column;align-items:flex-start;gap:1rem;margin-top:2rem;padding-top:1rem}.site-footer__legal{flex-direction:column;align-items:flex-start;gap:.5rem}}@media (prefers-reduced-motion:reduce){.site-footer__contact-link,.site-footer__links a,.site-footer__social a{transition:none}}.btn{border-radius:var(--radius-sm);text-align:center;min-height:48px;transition:background-color var(--transition), color var(--transition), border-color var(--transition), transform var(--transition), box-shadow var(--transition);border:1px solid #0000;justify-content:center;align-items:center;padding:14px 24px;font-weight:700;line-height:1.2;display:inline-flex}.btn--primary{background:var(--color-action);color:var(--color-white)}.btn--primary:hover{background:var(--color-action-hover)}.btn--secondary{color:var(--color-white);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1f;border-color:#ffffff59}.btn--secondary:hover{background:#ffffff2e;border-color:#ffffff73}.btn:focus-visible{outline:3px solid var(--color-action);outline-offset:3px}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.section-header__eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--text-primary);margin-bottom:1rem;font-size:.85rem;font-weight:800;display:inline-block}.service-card{border:1px solid var(--border-light);background:var(--color-white);min-height:240px;box-shadow:var(--shadow-sm);transition:transform var(--transition), box-shadow var(--transition);border-radius:18px;flex-direction:column;padding:2.25rem;display:flex}.service-card:hover{box-shadow:var(--shadow-md);transform:translateY(-6px)}.service-card__marker{border-radius:var(--radius-pill);background:var(--color-action);width:44px;height:4px;margin-bottom:2rem}.service-card h3{color:var(--color-dark);margin-bottom:1rem;font-size:1.35rem}.service-card p{color:var(--text-secondary);margin-bottom:2rem;line-height:1.7}.service-card__link{color:var(--color-action);margin-top:auto;font-weight:700}.feature-panel{border-radius:var(--radius-lg);background:var(--color-dark);min-height:340px;color:var(--color-white);box-shadow:var(--shadow-lg);padding:3rem}.feature-panel__number{letter-spacing:.18em;color:var(--color-brand);margin-bottom:3rem;font-size:.9rem;font-weight:800;display:inline-block}.feature-panel h3{margin-bottom:1.5rem;font-size:2rem;line-height:1.1}.feature-panel p{color:#ffffffc7;line-height:1.8}.feature-panel__tags{flex-wrap:wrap;gap:.75rem;margin-top:2.5rem;display:flex}.feature-panel__tags span{border-radius:var(--radius-pill);color:#ffffffdb;border:1px solid #ffffff29;padding:.45rem .75rem;font-size:.82rem;font-weight:700}.hero{position:relative;overflow:hidden}.hero--image{min-height:calc(100vh - 72px);color:var(--color-white);background-image:url(/images/evocons-hero.jpg);background-position:50%;background-size:cover;align-items:center;display:flex}.hero__overlay{z-index:1;background:linear-gradient(90deg,#0f172ae0 0%,#0f172ab8 42%,#0f172a52 100%);position:absolute;inset:0}.hero__inner{z-index:2;max-width:920px;padding-top:96px;padding-bottom:96px;position:relative}.hero__eyebrow{letter-spacing:.18em;text-transform:uppercase;color:var(--color-brand);margin-bottom:24px;font-size:.9rem;font-weight:800}.hero h1{letter-spacing:-.06em;max-width:860px;color:var(--color-white);margin-bottom:28px;font-size:clamp(3.2rem,6vw,6rem);line-height:.98}.hero__text{color:#ffffffeb;max-width:760px;margin-bottom:40px;font-size:clamp(1.2rem,2vw,1.55rem);font-weight:500;line-height:1.55}.hero__actions{flex-wrap:wrap;gap:16px;margin-bottom:32px;display:flex}.hero__keywords{color:#ffffffd1;font-size:clamp(1rem,1.5vw,1.25rem)}.hero__keywords span{color:var(--color-brand);margin:0 10px}.services-overview{padding:6rem 0}.services-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;display:grid}.feature-section{background:var(--color-light);padding:7rem 0}.feature-section__grid{grid-template-columns:1.15fr .85fr;align-items:center;gap:5rem;display:grid}.feature-section__content{max-width:720px}.feature-list{gap:1rem;margin:2.5rem 0;display:grid}.feature-list li{color:#334155;padding-left:2rem;font-weight:600;line-height:1.7;position:relative}.feature-list li:before{content:"";background:var(--color-brand);border-radius:50%;width:10px;height:10px;position:absolute;top:.75rem;left:0}.method-section{background:var(--color-white);padding:6rem 0}.method-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;display:grid}.method-card{border:1px solid var(--border-light);background:var(--color-light);border-radius:14px;padding:2rem}.method-card h3{margin-bottom:1rem}.cta-section{background:radial-gradient(circle at top right, #19c8d224, transparent 32%), var(--color-dark);color:var(--color-white);padding:8rem 0}.cta-section__content{max-width:880px}.cta-section__eyebrow{letter-spacing:.16em;text-transform:uppercase;color:var(--color-brand);margin-bottom:1rem;font-size:.85rem;font-weight:800}.cta-section h2{letter-spacing:-.05em;max-width:820px;margin-bottom:1.5rem;font-size:clamp(2.4rem,5vw,4.5rem);line-height:1}.cta-section__text{color:#ffffffc7;max-width:680px;margin-bottom:2rem;font-size:1.2rem;line-height:1.7}.cta-section__actions{flex-wrap:wrap;gap:1rem;display:flex}.cta-section__actions .btn{min-width:220px}@media (width<=1200px){.cta-section{padding:7rem 0}.cta-section h2{max-width:760px}}@media (width<=900px){.cta-section{padding:6rem 0}.cta-section__content{max-width:100%}.cta-section h2{font-size:clamp(2rem,7vw,3.2rem)}.cta-section__text{font-size:1.08rem}}@media (width<=600px){.cta-section{padding:5rem 0}.cta-section h2{font-size:clamp(1.85rem,9vw,2.6rem)}.cta-section__text{font-size:1rem}.cta-section__actions{flex-direction:column;align-items:stretch}.cta-section__actions .btn{width:100%;min-width:0}}.page-hero{color:#fff;background-repeat:no-repeat;background-size:cover;align-items:center;display:flex;background-position:66% 25%!important}.page-hero--ai{background-color:#061426;background-position:66% 25%;background-size:100%}@media (width<=1200px){.page-hero--ai{background-position:66% 25%;background-size:cover}}.page-hero--small{min-height:280px}.page-hero--medium{min-height:clamp(560px,65vh,720px)}.page-hero--large{min-height:560px}.page-hero__content{width:100%;max-width:720px;margin-left:8%;margin-right:auto;padding-top:64px;padding-bottom:64px}.page-hero__eyebrow{color:var(--color-accent);letter-spacing:.16em;text-transform:uppercase;margin-bottom:18px;font-size:.9rem;font-weight:700;display:inline-block}.page-hero h1{max-width:620px;margin:0;font-size:clamp(2.6rem,4.2vw,4.1rem);font-weight:800;line-height:1.08}.page-hero p{color:#e7edf5;max-width:680px;margin-top:28px;font-size:1.22rem;line-height:1.7}@media (width<=768px){.page-hero__content{padding-top:48px;padding-bottom:48px}.page-hero p{font-size:1.05rem}.page-hero{background-position:68%}.page-hero--small{min-height:260px}.page-hero--medium{min-height:380px}.page-hero--large{min-height:500px}.page-hero__content{margin-left:6%;margin-right:6%;padding-top:48px;padding-bottom:48px}.page-hero h1{font-size:clamp(2.2rem,9vw,3.4rem)}.page-hero p{font-size:1rem;line-height:1.55}}@media (width<=480px){.page-hero{background-position:70%}.page-hero--medium,.page-hero--large{min-height:520px}.page-hero__content{margin-left:24px;margin-right:24px}}.section-navigation{background:#fff;border-bottom:1px solid #07132614}.section-navigation__inner{justify-content:space-between;align-items:center;gap:32px;padding-top:18px;padding-bottom:18px;display:flex}.section-navigation__breadcrumb{color:#6b7280;white-space:nowrap;align-items:center;gap:10px;font-size:.9rem;display:flex}.section-navigation__breadcrumb a{color:#0d1f36;font-weight:600;text-decoration:none}.section-navigation__breadcrumb a:hover{text-decoration:underline}.section-navigation__links{align-items:center;gap:10px;display:flex;overflow-x:auto}.section-navigation__links a{color:#0d1f36;white-space:nowrap;border:1px solid #0713261f;border-radius:999px;padding:8px 14px;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s}.section-navigation__links a:hover,.section-navigation__links a.is-active{color:#fff;background:#0d1f36;border-color:#0d1f36}@media (width<=768px){.section-navigation__inner{flex-direction:column;align-items:flex-start;gap:16px}.section-navigation__breadcrumb{white-space:normal;flex-wrap:wrap}.section-navigation__links{width:100%}}.about-timeline{background:#f7f8fa;padding-top:120px;padding-bottom:120px}.about-approach{background:#fff;padding-top:120px;padding-bottom:120px}.about-why{background:#f7f8fa;padding-top:120px;padding-bottom:120px}.about-method-highlight{background:#fff;padding-top:120px;padding-bottom:120px}.about-areas{background:#f7f8fa;padding-top:120px;padding-bottom:120px}@media (width<=768px){.about-intro{padding:4rem 0}.about-intro h2{font-size:2.5rem}.about-intro p{font-size:1.08rem;line-height:1.8}}.timeline{gap:0;margin-top:24px;display:grid;position:relative}.timeline:before{content:"";background:#0713261f;width:2px;position:absolute;top:18px;bottom:18px;left:110px}.timeline__item{grid-template-columns:220px 1fr;gap:64px;padding:56px 0;display:grid;position:relative}.timeline__marker{z-index:1;justify-content:flex-start;display:flex;position:relative}.timeline__marker span{color:#fff;background:#071326;border-radius:50%;justify-content:center;align-items:center;width:92px;height:92px;font-size:1.15rem;font-weight:800;display:inline-flex;box-shadow:0 18px 40px #0713262e}.timeline__content{border-bottom:1px solid #0713261a;max-width:760px;padding-bottom:38px}.timeline__eyebrow{color:var(--color-accent);letter-spacing:.14em;text-transform:uppercase;margin:0 0 12px;font-size:.78rem;font-weight:800}.timeline__content h3{color:#071326;margin:0;font-size:clamp(1.8rem,3vw,2.7rem);line-height:1.1}.timeline__content p:last-child{color:#374151;margin:18px 0 0;font-size:1.1rem;line-height:1.75}@media (width<=768px){.timeline:before{left:36px}.timeline__item{grid-template-columns:76px 1fr;gap:22px;padding:34px 0}.timeline__marker span{width:72px;height:72px;font-size:.95rem}.timeline__content h3{font-size:1.8rem}.timeline__content p:last-child{font-size:1rem}}.section-header{max-width:900px;margin-bottom:72px}.section-header--center{text-align:center;margin-left:auto;margin-right:auto}.section-header__eyebrow{color:var(--color-accent);letter-spacing:.14em;text-transform:uppercase;margin:0 0 14px;font-size:.82rem;font-weight:800}.section-header h2{color:#071326;margin:0;font-size:clamp(2.2rem,4vw,3.7rem);line-height:1.08}.section-header__subtitle{color:#374151;margin:24px 0 0;font-size:1.15rem;line-height:1.8}.feature-grid{grid-template-columns:repeat(3,1fr);gap:28px;display:grid}.feature-card{background:#fff;border:1px solid #07132614;border-radius:24px;min-height:280px;padding:42px;box-shadow:0 24px 60px #0713260f}.feature-card__icon{width:54px;height:54px;color:var(--color-accent);background:#00c2ff1f;border-radius:16px;justify-content:center;align-items:center;margin-bottom:32px;font-size:1.7rem;display:flex}.feature-card h3{color:#071326;margin:0;font-size:1.55rem}.feature-card p{color:#374151;margin:18px 0 0;font-size:1.02rem;line-height:1.75}@media (width<=900px){.feature-grid{grid-template-columns:1fr}}.pillar-grid{background:#fff;border-top:1px solid #0713261f;border-left:1px solid #0713261f;grid-template-columns:repeat(4,1fr);gap:0;display:grid}.pillar-card{background:#fff;border-bottom:1px solid #0713261f;border-right:1px solid #0713261f;min-height:300px;padding:52px 44px}.pillar-card__value{color:var(--color-accent);letter-spacing:.16em;text-transform:uppercase;margin:0 0 36px;font-size:.86rem;font-weight:900;line-height:1}.pillar-card h3{color:#071326;margin:0;font-size:1.45rem;line-height:1.2}.pillar-card p:not(.pillar-card__value){color:#374151;margin:20px 0 0;font-size:1rem;line-height:1.75}@media (width<=900px){.pillar-grid{grid-template-columns:1fr 1fr}}@media (width<=640px){.pillar-grid{grid-template-columns:1fr}}.cta-section{color:#fff;background:#071326;padding:120px 0}.cta-section__inner{max-width:900px}.cta-section__eyebrow{color:var(--color-accent);letter-spacing:.14em;text-transform:uppercase;margin:0 0 16px;font-size:.82rem;font-weight:800}.cta-section h2{margin:0;font-size:clamp(2.4rem,5vw,4.4rem);line-height:1.08}.cta-section p:not(.cta-section__eyebrow){color:#dbe5f1;max-width:720px;margin:28px 0 0;font-size:1.18rem;line-height:1.8}.cta-section__button{color:#fff;background:#1686d9;border-radius:10px;justify-content:center;align-items:center;margin-top:42px;padding:16px 28px;font-weight:800;text-decoration:none;display:inline-flex}.cta-section__button:hover{color:#071326;background:#fff}.image-text{grid-template-columns:1fr 1fr;align-items:center;gap:72px;display:grid}.image-text--reverse .image-text__media{order:2}.image-text--reverse .image-text__content{order:1}.image-text--light .image-text__media img{object-fit:cover;border-radius:0 28px 28px 0;width:100%;display:block;box-shadow:0 28px 70px #07132624}.image-text--light .image-text__content{max-width:620px}.image-text--immersive{grid-template-columns:.88fr 1.12fr;align-items:center;gap:0;display:grid;position:relative;overflow:visible}.image-text--immersive .image-text__media{z-index:2;border-radius:0 180px 180px 0;height:360px;position:relative;overflow:hidden;box-shadow:0 28px 70px #07132638}.image-text--immersive .image-text__media img{object-fit:cover;width:100%;height:100%;display:block}.image-text--immersive .image-text__content{z-index:1;color:#fff;background:#071326;border-radius:0 36px 36px 0;min-height:430px;margin-left:-120px;padding:78px 72px 72px 190px;position:relative;box-shadow:0 28px 80px #07132633}.image-text--immersive .image-text__content h2{color:#fff}.image-text--immersive .image-text__content p:not(.image-text__eyebrow){color:#dbe5f1}.image-text__eyebrow{color:var(--color-accent);letter-spacing:.14em;text-transform:uppercase;margin:0 0 14px;font-size:.82rem;font-weight:800}.image-text__content h2{color:#071326;margin:0;font-size:clamp(2.1rem,4vw,3.5rem);line-height:1.1}.image-text__content p:not(.image-text__eyebrow){color:#374151;margin:24px 0 0;font-size:1.12rem;line-height:1.8}.image-text__button{color:#fff;background:#1686d9;border-radius:10px;margin-top:36px;padding:14px 24px;font-weight:800;text-decoration:none;display:inline-flex}.image-text__button:hover{color:#071326;background:#fff}@media (width<=900px){.image-text,.image-text--reverse,.image-text--immersive{grid-template-columns:1fr}.image-text--reverse .image-text__media,.image-text--reverse .image-text__content{order:initial}.image-text--immersive .image-text__media{border-radius:24px 24px 0 0;height:280px}.image-text--immersive .image-text__content{border-radius:0 0 24px 24px;min-height:auto;margin-left:0;padding:42px}}.design-system-block{background:#fff;padding-top:120px;padding-bottom:120px}.design-system-block--light{background:#f7f8fa}.image-card-grid{grid-template-columns:repeat(3,1fr);gap:28px;display:grid}.image-card{color:#fff;background:#071326;border-radius:0 34px 0 0;flex-direction:column;min-height:380px;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden;box-shadow:0 24px 60px #07132624}.image-card:hover{transform:translateY(-4px);box-shadow:0 32px 80px #07132638}.image-card__media{height:190px;overflow:hidden}.image-card__media img{object-fit:cover;filter:saturate(.95)brightness(.82);width:100%;height:100%;transition:transform .35s,filter .35s}.image-card:hover .image-card__media img{filter:saturate()brightness(.95);transform:scale(1.04)}.image-card__content{background:#071326;flex-direction:column;flex:1;padding:28px;display:flex}.image-card__content p{color:var(--color-accent);letter-spacing:.13em;text-transform:uppercase;margin:0 0 12px;font-size:.84rem;font-weight:800}.image-card__content h3{color:#fff;margin:0;font-size:1.42rem;font-weight:600;line-height:1.35}.image-card__content span{color:var(--color-accent);align-self:flex-end;margin-top:auto;font-size:2rem;line-height:1;transition:transform .2s}.image-card:hover .image-card__content span{transform:translate(6px)}@media (width<=900px){.image-card-grid{grid-template-columns:1fr}}.services-highlight{background:#fff;padding-top:80px;padding-bottom:120px}.services-areas{background:#f7f8fa;padding-top:120px;padding-bottom:120px}.services-flow{background:#fff;padding:120px 0}.section-intro{background:var(--color-primary);color:#fff;padding:7rem 0}.section-intro .container{max-width:900px}.section-intro__eyebrow{color:var(--color-accent);letter-spacing:.16em;text-transform:uppercase;margin-bottom:1rem;font-size:.95rem;font-weight:700;display:block}.section-intro h2{color:#fff;margin:0 0 2rem;font-size:clamp(3rem,5vw,4.8rem);line-height:1.05}.section-intro p{color:#ffffffd1;max-width:760px;margin:0;font-size:1.35rem;line-height:1.9}@media (width<=768px){.section-intro{padding:4rem 0}.section-intro h2{font-size:2.5rem}.section-intro p{font-size:1.08rem;line-height:1.8}}.service-flow{grid-template-columns:repeat(5,1fr);gap:2rem;display:grid}.service-flow__item{padding-top:2rem;position:relative}.service-flow__item:before{content:"";background:#0713261f;width:100%;height:2px;position:absolute;top:0;left:0}.service-flow__number{color:var(--color-accent);letter-spacing:.15em;margin-bottom:1.5rem;font-size:.85rem;font-weight:800;display:block}.service-flow h3{color:#071326;margin:0;font-size:1.5rem}.service-flow p{color:#4b5563;margin-top:1rem;line-height:1.8}@media (width<=1000px){.service-flow{grid-template-columns:1fr}.service-flow__item{padding-top:1.5rem}}.page-highlight{background:#fff;padding-top:120px;padding-bottom:120px}.page-features{background:#f7f8fa;padding-top:120px;padding-bottom:120px}.page-flow{background:#fff;padding-top:120px;padding-bottom:120px}.quote-panel{color:#fff;background:#071326;padding:120px 0}.quote-panel__inner{max-width:980px}.quote-panel blockquote{color:#fff;margin:0;font-size:clamp(2.5rem,5vw,5rem);font-weight:800;line-height:1.08}.quote-panel blockquote span{display:block}.quote-panel p{color:var(--color-accent);letter-spacing:.16em;text-transform:uppercase;margin:36px 0 0;font-size:.9rem;font-weight:800}.quote-panel--light{color:#071326;background:#fff;padding:80px 0}.quote-panel--light .quote-panel__inner{max-width:960px}.quote-panel--light blockquote{color:#071326}.quote-panel--light p{color:var(--color-accent)}.knowledge-hub{background:#f7f8fa;padding:120px 0}.knowledge-hub__header{max-width:900px;margin-bottom:72px}.knowledge-hub__header p{color:var(--color-accent);letter-spacing:.14em;text-transform:uppercase;margin:0 0 14px;font-size:.82rem;font-weight:800}.knowledge-hub__header h2{color:#071326;margin:0;font-size:clamp(2.2rem,4vw,3.7rem);line-height:1.08}.knowledge-hub__header span{color:#374151;margin-top:24px;font-size:1.15rem;line-height:1.8;display:block}
