@import url('https://fonts.googleapis.com/css2?family=Zalando+Sans:wght@200..900&family=Lexend+Deca:wght@400;500;600&family=Bitcount+Prop+Single:wght@100..900&display=swap');:root{--font-heading:'Zalando Sans',sans-serif;--font-body:'Lexend Deca',sans-serif;--font-stat:'Bitcount Prop Single',monospace;--color-text:#111111;--color-bg:#f0f0f0;--color-white:#ffffff;--color-border:#cccccc;--color-muted:#555555;--color-blue:#0a55a1;--color-blue-dark:#08437f;--color-blue-cell:#1484e0;--color-purple:#463c62;--color-purple-dark:#2a2440;--color-purple-light:#6b79a6;--color-grey-light:#aaadaf;--color-purple-tint:#e2ddef;--size-hero-h1:clamp(2.25rem,5vw,4rem);--size-section-h2:clamp(1.75rem,3.5vw,2.75rem);--size-stat:clamp(1.9rem,4.2vw,3.25rem);--size-accordion:clamp(1.1rem,2vw,1.5rem)}body{font-family:var(--font-body);color:var(--color-text);background-color:var(--color-bg);font-size:1rem}h1,h2,h3,h4{font-family:var(--font-heading)}h1{color:var(--color-purple)}section{background-color:var(--color-bg)}section.section-white{background-color:var(--color-white)}.navbar{background-color:var(--color-purple) !important;padding-top:0;padding-bottom:0;min-height:6.0rem}.navbar-brand{font-family:var(--font-heading);font-size:1.4rem;font-weight:700;color:var(--color-white) !important;font-style:italic}.navbar-nav .nav-link{color:rgba(255,255,255,0.9) !important;font-size:0.9375rem;padding:1.4rem 0.75rem;position:relative;text-decoration:none}.navbar-nav .nav-link::before{content:"";position:absolute;left:0.75rem;right:0.75rem;bottom:1.1rem;height:2px;background-color:var(--color-purple-light);transform:scaleX(0);transform-origin:center;transition:transform 0.2s ease}.navbar-nav .nav-link:hover::before,.navbar-nav .nav-link.active::before{transform:scaleX(1)}.navbar-nav .nav-link:hover{color:var(--color-white) !important}.navbar-nav .nav-link.active{color:var(--color-white) !important;font-weight:600}.navbar-toggler{border-color:rgba(255,255,255,0.4)}.navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.85%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}@media (min-width:992px){.navbar-nav{gap:1.5rem}.navbar-nav .dropdown:hover > .dropdown-menu{display:block;margin-top:0}}@media (max-width:991.98px){.navbar{align-items:flex-start;align-content:flex-start;padding-top:1.5rem}.navbar-collapse{padding-top:1rem;padding-bottom:1rem;max-height:calc(100vh - 6rem);overflow-y:auto;-webkit-overflow-scrolling:touch}.navbar-nav{gap:0}.navbar-nav .nav-link{padding:0.9rem 0.75rem;border-bottom:1px solid rgba(255,255,255,0.15)}.navbar-nav .nav-item:last-child .nav-link{border-bottom:none}.navbar-nav .nav-link::before{content:none}.navbar-nav .dropdown-menu{display:block;position:static;background:transparent;border:none;box-shadow:none;padding:0 0 0.5rem 1.25rem;margin:0}.navbar-nav .dropdown-menu .dropdown-item{color:rgba(255,255,255,0.75);padding:0.6rem 0.75rem}.navbar-nav .dropdown-menu .dropdown-item:hover,.navbar-nav .dropdown-menu .dropdown-item:focus{color:var(--color-white);background:transparent}.navbar-nav .dropdown-toggle::after{display:none}}.btn-primary-pill{background-color:var(--color-blue);border:1px solid var(--color-blue);border-radius:50px;color:var(--color-white);font-family:var(--font-body);font-size:0.9375rem;font-weight:500;padding:0.5rem 1.4rem}.btn-primary-pill:hover{background-color:var(--color-blue-dark);border-color:var(--color-blue-dark);color:var(--color-white)}.btn-outline-pill{background:transparent;border:1px solid var(--color-text);border-radius:50px;color:var(--color-text);font-family:var(--font-body);font-size:0.9375rem;padding:0.5rem 1.4rem}.btn-outline-pill:hover{background-color:var(--color-purple);color:var(--color-white)}.btn-link-arrow{background:none;border:none;padding:0;font-family:var(--font-body);font-size:0.9375rem;color:var(--color-text);display:inline-flex;align-items:center;gap:5px;cursor:pointer;text-decoration:none;font-weight:500}.btn-link-arrow:hover{opacity:0.65;color:var(--color-text)}.btn-link-arrow i{font-size:0.8rem}.hero-outer{padding:0}.hero-section{height:560px;overflow:hidden}.hero-slide{position:relative;width:100%;height:100%}.hero-slide-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}.hero-slide-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(20,17,33,0.88) 0%,rgba(20,17,33,0.6) 40%,rgba(20,17,33,0.15) 70%,rgba(20,17,33,0) 100%)}.hero-slide-content{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;justify-content:center;padding:3rem 3.5rem 3rem 6rem;max-width:560px}.hero-slide-content .accordion-tagline{color:rgba(255,255,255,0.75)}.hero-slide-content .hero-heading{color:var(--color-white)}.hero-slide-body{color:rgba(255,255,255,0.85);margin-bottom:0}.hero-slide-content .btn-outline-pill{border-color:rgba(255,255,255,0.7);color:var(--color-white)}.hero-slide-content .btn-outline-pill:hover{background-color:var(--color-white);color:var(--color-text)}.hero-section .carousel,.hero-section .carousel-inner,.hero-section .carousel-item,.hero-section .carousel-item > .hero-slide{height:100%}.hero-content{padding:2.5rem 3.25rem}.hero-heading{font-size:clamp(2rem,4.2vw,3.5rem);line-height:1.1;font-weight:800}.features-outer{background-color:var(--color-white);padding:2.5rem 3%}.features-outer > .row{max-width:1320px;margin:0 auto}.feature-icon{width:40px;height:40px;color:var(--color-text)}.feature-item h4{font-size:1.05rem;font-weight:700;margin-bottom:0.5rem}.feature-item p{font-size:0.9375rem;color:var(--color-muted);line-height:1.5}.features-img{width:100%;height:100%;min-height:280px;max-height:380px;object-fit:cover;display:block;border-radius:18px;border:1px solid var(--color-border)}.stats-section{background-color:var(--color-blue);color:var(--color-white);padding:3.5rem 3%}.stats-tagline{font-size:0.75rem;font-weight:600;text-transform:uppercase;letter-spacing:0.08em;color:rgba(255,255,255,0.75);margin-bottom:0.75rem}.stats-heading{font-family:var(--font-heading);font-size:var(--size-section-h2);font-weight:800;color:var(--color-white);line-height:1.1}.stats-body{font-size:0.9375rem;color:rgba(255,255,255,0.8);line-height:1.6}.stat-box{background-color:var(--color-blue-cell);padding:2.5rem 2rem;height:100%;min-height:220px;display:flex;flex-direction:column;justify-content:flex-end}.stat-number{font-family:var(--font-stat);font-size:var(--size-stat);font-weight:300;color:var(--color-white);line-height:1.05;display:block}.stat-label{font-family:var(--font-body);font-size:0.95rem;color:rgba(255,255,255,0.85);font-weight:500;margin-top:0.5rem}.stat-img{width:100%;height:100%;min-height:220px;object-fit:cover;display:block}.btn-stats-outline{background:transparent;border:1px solid rgba(255,255,255,0.7);border-radius:50px;color:var(--color-white);font-family:var(--font-body);font-size:0.9375rem;padding:0.45rem 1.3rem}.btn-stats-outline:hover{background:rgba(255,255,255,0.15);color:var(--color-white)}.btn-stats-link{background:none;border:none;padding:0;color:rgba(255,255,255,0.85);font-family:var(--font-body);font-size:0.9375rem;display:inline-flex;align-items:center;gap:5px;cursor:pointer;text-decoration:none}.btn-stats-link:hover{color:var(--color-white)}.accordion-outer{background-color:var(--color-white);padding:3.5rem 3%}.accordion-tagline{font-size:0.75rem;font-weight:600;text-transform:uppercase;letter-spacing:0.08em;color:var(--color-blue);margin-bottom:0.5rem}.section-heading{font-family:var(--font-heading);font-size:var(--size-section-h2);font-weight:800;line-height:1.1}.capability-item{border-bottom:1px solid #e0e0e0;cursor:pointer}.capability-item:last-child{border-bottom:none}.capability-heading{font-family:var(--font-heading);font-size:clamp(1.25rem,2vw,1.6rem);font-weight:800;margin-bottom:0.6rem;transition:color 0.2s ease}.capability-heading--active{color:var(--color-text)}.capability-heading--inactive{color:#999999;font-weight:700}.capability-item:hover .capability-heading--inactive{color:#555555}.capability-body{font-size:0.9375rem;line-height:1.65;color:var(--color-text);margin-bottom:0;transition:color 0.2s ease}.capability-body--inactive{color:#999999}.capability-item:hover .capability-body--inactive{color:#666666}.capability-img{width:100%;height:auto;object-fit:cover;display:block;max-height:320px;transition:opacity 0.3s ease}.testimonials-outer{background-color:var(--color-bg);padding:3.5rem 3%}.testimonials-heading{font-size:var(--size-section-h2);font-weight:800}.testimonial-card{background-color:var(--color-white);padding:1.75rem;display:flex;flex-direction:column;justify-content:space-between;height:100%}.bs-carousel .testimonial-card{max-width:640px;margin:0 auto}.testimonial-logo{height:28px;width:auto}.testimonial-card blockquote{font-size:0.95rem;line-height:1.65;color:var(--color-text)}.testimonial-card blockquote p{margin-bottom:1rem}.testimonial-card blockquote p:last-child{margin-bottom:0}.testimonial-cta-card{background-color:var(--color-purple-tint);align-items:center;justify-content:center;text-align:center}.testimonial-cta-card h3{font-family:var(--font-heading);font-weight:800;font-size:1.2rem;margin-bottom:0.75rem}.testimonial-cta-card p{font-size:0.9375rem;color:var(--color-muted);margin-bottom:1.5rem}.testimonial-track-wrapper{overflow:hidden}.testimonial-track{display:flex;align-items:stretch;gap:1.5rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:0.25rem}.testimonial-track::-webkit-scrollbar{display:none}.testimonial-slide{scroll-snap-align:start;flex:0 0 calc(50% - 0.75rem);min-width:0}@media (max-width:767.98px){.testimonial-slide{flex:0 0 100%}}.testimonial-nav{display:flex;justify-content:center;gap:0.75rem;margin-top:1.75rem}.testimonial-nav-btn{background:none;border:none;padding:0;cursor:pointer}.testimonial-nav-btn:disabled{opacity:0.35;cursor:default}.testimonial-avatar{width:44px;height:44px;border-radius:50%;object-fit:cover}.ticker-outer{background-color:var(--color-white);padding:4.5rem 0}.trusted-layout{display:flex;flex-wrap:wrap;align-items:center;gap:2.5rem}.trusted-heading{flex:0 0 260px}.trusted-heading h2{font-family:var(--font-heading);font-weight:800;font-size:clamp(1.6rem,3vw,2.2rem);line-height:1.15;color:var(--color-text);margin:0}.trusted-grid{flex:1 1 480px;min-width:0;border-left:1px solid var(--color-border)}.trusted-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-bottom:1px solid var(--color-border)}.trusted-row:last-child{border-bottom:none}.trusted-item{display:flex;align-items:center;justify-content:center;padding:1.75rem 1.5rem;min-width:0;transition:transform 0.2s ease}.trusted-item:hover{transform:translateY(-3px)}.trusted-item img{height:34px;max-width:130px;width:auto;object-fit:contain;filter:grayscale(100%);opacity:0.6;transition:filter 0.2s ease,opacity 0.2s ease,transform 0.2s ease}.trusted-item-icon{width:30px;height:30px;border-radius:7px;background-color:var(--color-purple-tint);color:var(--color-purple);display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0;transition:transform 0.2s ease}.trusted-item:hover .trusted-item-icon{transform:scale(1.1)}.trusted-item:hover img{filter:grayscale(0%);opacity:1;transform:scale(1.1)}.trusted-item-name{font-family:var(--font-heading);font-weight:700;font-size:1.05rem;color:var(--color-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}@media (max-width:991.98px){.trusted-layout{flex-direction:column}.trusted-heading{flex-basis:auto;width:100%;text-align:center}.trusted-grid{border-left:none;border-top:1px solid var(--color-border);width:100%}.trusted-row{grid-template-columns:repeat(2,1fr)}.trusted-item{padding:1.4rem 1rem}}.logo-ticker-wrapper{overflow:hidden}.logo-ticker{display:flex;width:max-content;animation:ticker 22s linear infinite;align-items:center}.logo-ticker img{height:30px;margin:0 2.25rem;opacity:0.85}@keyframes ticker{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}.cta-outer{background-color:var(--color-purple-tint);padding:2.5rem 3%}.cta-section{background-color:var(--color-white);border:1px solid #ddd}.cta-content{padding:2.5rem}.cta-heading{font-family:var(--font-heading);font-size:var(--size-section-h2);font-weight:800;line-height:1.1}.cta-img{width:100%;height:100%;min-height:300px;max-height:420px;object-fit:cover;display:block}footer{background-color:var(--color-white);padding:3rem 3%}footer h6{font-family:var(--font-body);font-weight:700;font-size:0.9375rem;margin-bottom:1rem}footer a{color:var(--color-text);text-decoration:none;font-size:0.875rem}footer a:hover{text-decoration:underline}.footer-col-toggle{cursor:pointer;user-select:none;padding-bottom:0.75rem;border-bottom:1px solid #e8e8e8;margin-bottom:0}@media (min-width:576px){.footer-col-toggle{cursor:default;border-bottom:none;padding-bottom:0;margin-bottom:1rem}}.footer-chevron{font-size:0.75rem;transition:transform 0.2s ease}.footer-col-toggle[aria-expanded="true"] .footer-chevron{transform:rotate(180deg)}@media (max-width:575.98px){footer{padding:2rem 4%}.footer-col-toggle{margin-bottom:0}}.footer-logo img{height:24px;width:auto}.footer-wordmark{font-family:var(--font-heading);font-size:1.3rem;font-weight:700;font-style:italic;color:var(--color-text);text-decoration:none}.footer-divider{border-top:1px solid #e0e0e0;margin:0}.footer-bottom{font-size:0.8rem;color:var(--color-muted)}.footer-social a{font-size:1.1rem;color:var(--color-text)}.footer-social a:hover{color:var(--color-purple);text-decoration:none}.subscribe-form .form-control{border:1px solid #ccc;border-radius:0;font-size:0.9375rem;font-family:var(--font-body)}.subscribe-form .form-control:focus{box-shadow:none;border-color:var(--color-purple)}.subscribe-form .btn{border-radius:0;font-size:0.9375rem;border-color:#ccc}.brand-logo{display:inline-flex;align-items:center;gap:0.55rem;text-decoration:none;margin-right:50px}.brand-logo img{height:45px;width:auto;display:block}footer .brand-logo img{height:40px}.page-header{background-color:var(--color-purple);color:var(--color-white);padding:4.5rem 3% 3.5rem}.page-header-eyebrow{font-size:0.75rem;font-weight:600;text-transform:uppercase;letter-spacing:0.08em;color:rgba(255,255,255,0.7);margin-bottom:0.75rem}.page-header-heading{font-family:var(--font-heading);font-size:var(--size-section-h2);font-weight:800;line-height:1.1;max-width:760px}.page-header-body{color:rgba(255,255,255,0.8);max-width:640px;margin-top:1rem}.story-intro{background-color:var(--color-white);padding:4rem 3%}.story-intro-text{font-family:var(--font-heading);font-size:clamp(1.4rem,2.4vw,2rem);font-weight:600;line-height:1.35;max-width:820px}.timeline-outer{background-color:var(--color-bg);padding:3.5rem 3%}.timeline-row{display:flex;border-top:1px solid var(--color-border);padding:2rem 0;gap:2rem}.timeline-row:last-child{border-bottom:1px solid var(--color-border)}.timeline-year{font-family:var(--font-stat);font-size:2.25rem;font-weight:300;color:var(--color-blue);flex:0 0 140px}.timeline-content h4{font-size:1.05rem;font-weight:700;margin-bottom:0.4rem}.timeline-content p{font-size:0.9375rem;color:var(--color-muted);line-height:1.6;max-width:560px}.values-outer{background-color:var(--color-white);padding:3.5rem 3%}.value-card{padding:1.75rem;border:1px solid var(--color-border);height:100%}.value-card .feature-icon{color:var(--color-blue)}.value-card h4{font-size:1rem;font-weight:700;margin-bottom:0.5rem}.value-card p{font-size:0.9375rem;color:var(--color-muted);line-height:1.55;margin-bottom:0}.brands-toolbar{background-color:var(--color-white);padding:1.75rem 3%;border-bottom:1px solid var(--color-border);display:flex;flex-wrap:wrap;justify-content:center;gap:0.6rem}.filter-pill{background:transparent;border:1px solid var(--color-border);border-radius:50px;color:var(--color-text);font-family:var(--font-body);font-size:0.875rem;padding:0.4rem 1.1rem;cursor:pointer;transition:all 0.15s ease}.filter-pill:hover{border-color:var(--color-text)}.filter-pill.is-active{background:var(--color-blue);border-color:var(--color-blue);color:var(--color-white)}.brands-grid-outer{background-color:var(--color-bg);padding:3rem 3% 4rem}.brand-card{background-color:var(--color-white);border:1px solid var(--color-border);display:flex;flex-direction:column;height:100%;text-decoration:none;color:var(--color-text);transition:box-shadow 0.2s ease,border-color 0.2s ease}.brand-card:hover{box-shadow:0 6px 18px rgba(0,0,0,0.08);border-color:var(--color-text);color:var(--color-text)}.brand-card-mark{height:130px;display:flex;align-items:center;justify-content:center;background-color:var(--color-bg);border-bottom:1px solid var(--color-border)}.brand-card-mark span{font-family:var(--font-heading);font-size:1.4rem;font-weight:800;font-style:italic;color:var(--color-muted)}.brand-card-body{padding:1.4rem;flex:1;display:flex;flex-direction:column}.brand-card-category{font-size:0.7rem;font-weight:600;text-transform:uppercase;letter-spacing:0.06em;color:var(--color-blue);margin-bottom:0.4rem}.brand-card-body h4{font-size:1rem;font-weight:700;margin-bottom:0.4rem}.brand-card-body p{font-size:0.875rem;color:var(--color-muted);line-height:1.5;margin-bottom:0}.brand-card-footer{margin-top:auto;padding-top:1rem;font-size:0.875rem;font-weight:600;display:flex;align-items:center;gap:5px}.brand-hero-outer{background-color:var(--color-white);padding:3rem 3% 0}.brand-hero-top{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:1.5rem;padding-bottom:2.5rem;border-bottom:1px solid var(--color-border)}.brand-breadcrumb{font-size:0.875rem;color:var(--color-muted);margin-bottom:1rem;text-align:left}.brand-breadcrumb a{color:var(--color-muted);text-decoration:none}.brand-breadcrumb a:hover{text-decoration:underline}.brand-hero-name{font-family:var(--font-heading);font-size:var(--size-section-h2);font-weight:800;font-style:italic}.brand-hero-tagline{font-size:0.95rem;color:var(--color-muted);margin-top:0.5rem;max-width:440px}.brand-stat-strip{display:flex;gap:2.5rem;flex-wrap:wrap}.brand-stat-strip div{text-align:left}.brand-stat-strip .stat-mini-number{font-family:var(--font-stat);font-size:1.8rem;font-weight:300;color:var(--color-blue);display:block}.brand-stat-strip .stat-mini-label{font-size:0.75rem;color:var(--color-muted)}.brand-banner-img{width:100%;height:100%;min-height:320px;max-height:420px;object-fit:cover;display:block;margin-top:2.5rem}.facts-outer{background-color:var(--color-bg);padding:3.5rem 3%}.fact-card{background-color:var(--color-white);padding:1.75rem;height:100%;border-left:3px solid var(--color-blue)}.fact-card p.fact-eyebrow{font-size:0.7rem;font-weight:600;text-transform:uppercase;letter-spacing:0.06em;color:var(--color-blue);margin-bottom:0.5rem}.fact-card p.fact-body{font-size:0.95rem;line-height:1.55;margin-bottom:0}.products-outer{background-color:var(--color-white);padding:3.5rem 3%}.product-card{border:1px solid var(--color-border);height:100%}.product-card img{width:100%;height:200px;object-fit:cover;display:block;border-bottom:1px solid var(--color-border)}.product-card-body{padding:1.25rem}.product-card-body h5{font-size:0.95rem;font-weight:700;margin-bottom:0.35rem}.product-card-body p{font-size:0.875rem;color:var(--color-muted);line-height:1.5;margin-bottom:0}.contact-outer{background-color:var(--color-white);padding:4rem 3%}.contact-form-card{border:1px solid var(--color-border);padding:2rem}.contact-form-card .form-label{font-size:0.875rem;font-weight:600;margin-bottom:0.35rem}.contact-form-card .form-control,.contact-form-card .form-select{border:1px solid var(--color-border);border-radius:0;font-family:var(--font-body);font-size:0.9375rem;padding:0.6rem 0.8rem}.contact-form-card .form-control:focus,.contact-form-card .form-select:focus{box-shadow:none;border-color:var(--color-blue)}.contact-info-block{display:flex;gap:1rem;padding:1.4rem 0;border-bottom:1px solid var(--color-border)}.contact-info-block:first-child{padding-top:0}.contact-info-block i{font-size:1.2rem;color:var(--color-blue);margin-top:0.1rem}.contact-info-block h5{font-size:0.95rem;font-weight:700;margin-bottom:0.25rem}.contact-info-block p{font-size:0.875rem;color:var(--color-muted);margin-bottom:0;line-height:1.5}.contact-map-outer{background-color:var(--color-bg);padding:0}.contact-map-img{width:100%;height:320px;object-fit:cover;display:block;filter:grayscale(15%)}.news-featured-outer{background-color:var(--color-white);padding:4.25rem 3% 0}.news-featured-outer .container-fluid{max-width:1320px;margin:0 auto}.news-featured-card{display:flex;flex-direction:column;height:100%;border:1px solid var(--color-border);color:var(--color-text);transition:box-shadow 0.2s ease,border-color 0.2s ease}.news-featured-card:hover{box-shadow:0 6px 18px rgba(0,0,0,0.08);border-color:var(--color-purple)}.news-featured-body h2 a{color:var(--color-text);text-decoration:none}.news-featured-body h2 a:hover{color:var(--color-purple);text-decoration:underline}.news-featured-img{width:100%;aspect-ratio:16 / 9;max-height:300px;object-fit:cover;display:block;border-bottom:1px solid var(--color-border)}.news-featured-body{padding:1.75rem;flex:1;display:flex;flex-direction:column}.news-category-tag{display:inline-block;font-size:0.7rem;font-weight:700;text-transform:uppercase;letter-spacing:0.06em;color:var(--color-blue);margin-bottom:0.75rem}.news-featured-body h2{font-family:var(--font-heading);font-size:clamp(1.15rem,1.8vw,1.45rem);font-weight:800;line-height:1.25;margin-bottom:0.6rem}.news-featured-body p{font-size:0.95rem;color:var(--color-muted);line-height:1.6;margin-bottom:1.25rem}.news-meta{font-size:0.875rem;color:var(--color-muted);display:flex;align-items:center;gap:0.5rem;margin-top:auto}.news-grid-outer{background-color:var(--color-blue);padding:4.5rem 3% 5.5rem}.news-grid-outer .container-fluid{max-width:1600px;margin:0 auto}.news-grid-outer .row{--bs-gutter-x:5rem;--bs-gutter-y:5rem}.news-card{background-color:var(--color-white);border:1px solid var(--color-border);display:flex;flex-direction:column;height:100%;color:var(--color-text);transition:box-shadow 0.2s ease,border-color 0.2s ease}.news-card:hover{box-shadow:0 6px 18px rgba(0,0,0,0.08);border-color:var(--color-purple)}.news-card-body h4 a{color:var(--color-text);text-decoration:none}.news-card-body h4 a:hover{color:var(--color-purple);text-decoration:underline}.news-card img{width:100%;height:250px;object-fit:cover;display:block;border-bottom:1px solid var(--color-border)}.news-card-body{padding:1.4rem;flex:1;display:flex;flex-direction:column}.news-card-body h4{font-size:1rem;font-weight:700;margin-bottom:0.5rem;line-height:1.3}.news-card-body p{font-size:0.875rem;color:var(--color-muted);line-height:1.5;margin-bottom:0}.news-card-footer{margin-top:auto;padding-top:1rem;font-size:0.75rem;color:var(--color-muted);display:flex;align-items:center;justify-content:space-between}.article-header-outer{background-color:var(--color-white);padding:3rem 3% 0}.article-breadcrumb{font-size:0.875rem;color:var(--color-muted);margin-bottom:1.25rem}.article-breadcrumb a{color:var(--color-muted);text-decoration:none}.article-breadcrumb a:hover{text-decoration:underline}.article-title{font-family:var(--font-heading);font-size:clamp(1.9rem,4vw,3rem);font-weight:800;line-height:1.1;max-width:880px}.article-dek{font-size:1.05rem;color:var(--color-muted);max-width:720px;margin-top:1rem;line-height:1.55}.article-byline{display:flex;align-items:center;gap:0.75rem;margin-top:1.75rem;padding-bottom:2rem;border-bottom:1px solid var(--color-border)}.article-byline img{width:42px;height:42px;border-radius:50%;object-fit:cover}.article-byline-name{font-size:0.9375rem;font-weight:700;margin-bottom:0.1rem}.article-byline-meta{font-size:0.875rem;color:var(--color-muted)}.article-hero-img{width:100%;max-width:50%;aspect-ratio:4 / 3;max-height:560px;object-fit:cover;display:block;margin:2rem 0 0 0}.article-body-outer{background-color:var(--color-white);padding:3rem 3% 4rem}.article-body{max-width:700px;font-size:1rem;line-height:1.75}.article-body p{margin-bottom:1.4rem}.article-body h2{font-family:var(--font-heading);font-size:1.5rem;font-weight:800;margin-top:2.25rem;margin-bottom:1rem}.article-body h3{font-family:var(--font-heading);font-size:1.2rem;font-weight:700;margin-top:1.75rem;margin-bottom:0.75rem}.article-body blockquote{border-left:3px solid var(--color-blue);padding-left:1.25rem;font-size:1.1rem;font-style:italic;color:var(--color-text);margin:1.75rem 0}.article-body ul,.article-body ol{margin-bottom:1.4rem;padding-left:1.4rem}.article-body li{margin-bottom:0.4rem}.article-share{display:flex;align-items:center;gap:0.75rem;margin-top:2.5rem;padding-top:1.75rem;border-top:1px solid var(--color-border);max-width:700px}.article-share span{font-size:0.875rem;font-weight:600;color:var(--color-muted)}.article-share a{width:34px;height:34px;border-radius:50%;border:1px solid var(--color-border);display:inline-flex;align-items:center;justify-content:center;color:var(--color-text);text-decoration:none;font-size:0.95rem}.article-share a:hover{background-color:var(--color-purple);color:var(--color-white);border-color:var(--color-purple)}.article-tags{display:flex;flex-wrap:wrap;gap:0.5rem;margin-top:1.5rem;max-width:700px}.article-tag{font-size:0.75rem;border:1px solid var(--color-border);border-radius:50px;padding:0.3rem 0.9rem;color:var(--color-muted)}.related-outer{background-color:var(--color-bg);padding:3.5rem 3%}.related-outer .container-fluid{max-width:1320px;margin:0 auto}.related-outer .row{--bs-gutter-x:2.5rem;--bs-gutter-y:2.5rem}.story-hero-outer{background-color:var(--color-purple-tint);padding:3.5rem 3% 3rem;text-align:center}.story-hero-outer .accordion-tagline{display:block}.story-hero-heading{font-family:var(--font-heading);font-size:var(--size-hero-h1);font-weight:800;line-height:1.08;max-width:760px;margin:0.75rem auto 1rem}.story-hero-body{font-size:1rem;color:var(--color-muted);max-width:560px;margin:0 auto}.story-hero-outer .d-flex{justify-content:center}.serve-outer{background-color:var(--color-white);padding:4.25rem 3% 3.5rem}.serve-heading{font-family:var(--font-heading);font-size:var(--size-section-h2);font-weight:800;line-height:1.1;margin-bottom:1rem}.serve-body{font-size:0.95rem;color:var(--color-muted);line-height:1.6;max-width:460px}.serve-split{display:grid;grid-template-columns:1fr 1fr;gap:1.75rem;margin-top:1.75rem}@media (max-width:575.98px){.serve-split{grid-template-columns:1fr}}.serve-split-item i{font-size:1.6rem;color:var(--color-blue);margin-bottom:0.6rem;display:block}.serve-split-item h3{font-size:0.95rem;font-weight:700;margin-bottom:0.4rem}.serve-split-item p{font-size:0.875rem;color:var(--color-muted);line-height:1.55;margin-bottom:0}.serve-img{width:100%;height:100%;min-height:320px;object-fit:cover;display:block;border:1px solid var(--color-border)}.contact-outer .serve-img{max-height:480px}.reach-outer{background-color:var(--color-bg);padding:3.5rem 3%}.reach-stat-box{border:1px solid var(--color-text);background-color:var(--color-white);padding:2rem 1.75rem;height:100%;min-height:170px;display:flex;flex-direction:column;justify-content:flex-end}.reach-stat-box .stat-number{color:var(--color-text);font-size:clamp(2.25rem,5vw,3.25rem)}.reach-stat-box .stat-label{color:var(--color-muted)}.team-outer{background-color:var(--color-white);padding:3.5rem 3%;text-align:center}.team-outer .accordion-tagline,.team-outer .section-heading,.team-outer .text-muted{text-align:center}.team-grid{margin-top:2.5rem;text-align:left}.team-card-img{width:100%;aspect-ratio:1 / 1;object-fit:cover;display:block;margin-bottom:1rem}.team-card h3{font-size:0.95rem;font-weight:700;margin-bottom:0.15rem}.team-card .team-role{font-size:0.75rem;color:var(--color-blue);font-weight:600;margin-bottom:0.5rem}.team-card p.team-bio{font-size:0.875rem;color:var(--color-muted);line-height:1.5;margin-bottom:0.75rem}.team-social{display:flex;gap:0.75rem}.team-social a{color:var(--color-muted);font-size:0.95rem;text-decoration:none}.team-social a:hover{color:var(--color-text)}.hiring-outer{background-color:var(--color-bg);padding:3rem 3%;text-align:center}.hiring-outer h3{font-family:var(--font-heading);font-size:1.4rem;font-weight:800;margin-bottom:1.25rem}.contact-hero-outer{background-color:var(--color-purple-tint);padding:3.5rem 3% 3rem;text-align:center}.contact-hero-heading{font-family:var(--font-heading);font-size:var(--size-hero-h1);font-weight:800;line-height:1.08;max-width:700px;margin:0.75rem auto 1rem}.contact-hero-body{font-size:1rem;color:var(--color-muted);max-width:520px;margin:0 auto}.contact-hero-outer .d-flex{justify-content:center}.faq-outer{background-color:var(--color-blue);padding:3.5rem 3%}.faq-heading-block{text-align:center;max-width:560px;margin:0 auto 2.5rem}.faq-heading-block .section-heading{color:var(--color-white)}.faq-heading-block p{color:rgba(255,255,255,0.8) !important}.faq-list{max-width:760px;margin:0 auto}.faq-item{border-bottom:1px solid rgba(255,255,255,0.25);padding:1.5rem 0}.faq-item:first-child{border-top:1px solid rgba(255,255,255,0.25)}.faq-question{font-size:0.95rem;font-weight:700;margin-bottom:0.6rem;color:var(--color-white)}.faq-answer{font-size:0.9375rem;color:rgba(255,255,255,0.8);line-height:1.6;margin-bottom:0}.faq-still-outer{text-align:center;margin-top:3rem}.faq-still-outer h3{font-family:var(--font-heading);font-size:1.3rem;font-weight:800;margin-bottom:0.5rem;color:var(--color-white)}.faq-still-outer p{font-size:0.9375rem;color:rgba(255,255,255,0.8);margin-bottom:1.25rem}.faq-still-outer .btn-outline-pill{border-color:rgba(255,255,255,0.7);color:var(--color-white)}.faq-still-outer .btn-outline-pill:hover{background-color:var(--color-white);color:var(--color-blue)}.brands-hero-outer{background-color:var(--color-purple-tint);padding:3.5rem 3% 3rem;text-align:center}.brands-hero-heading{font-family:var(--font-heading);font-size:var(--size-hero-h1);font-weight:800;line-height:1.08;max-width:700px;margin:0.75rem auto 1rem}.brands-hero-body{font-size:1rem;color:var(--color-muted);max-width:520px;margin:0 auto}.brands-hero-outer .d-flex{justify-content:center}.network-outer{background-color:var(--color-white);padding:4.25rem 3% 3.5rem}.network-heading-block{text-align:center;max-width:560px;margin:0 auto 2.5rem}.network-card{border:1px solid var(--color-border);display:flex;flex-direction:column;height:100%;color:var(--color-text)}.network-card img{width:100%;height:200px;object-fit:cover;display:block;border-bottom:1px solid var(--color-border)}.network-card.is-tall img{height:280px}.network-card-body{padding:1.4rem;flex:1;display:flex;flex-direction:column}.network-card-body h4{font-size:1rem;font-weight:700;margin-bottom:0.4rem}.network-card-body p{font-size:0.875rem;color:var(--color-muted);line-height:1.5;margin-bottom:0.85rem}.network-tags{display:flex;flex-wrap:wrap;gap:0.4rem;margin-top:auto;margin-bottom:0}.network-tag{font-size:0.7rem;font-weight:600;border:1px solid var(--color-border);border-radius:50px;padding:0.25rem 0.7rem;color:var(--color-text);text-decoration:none;display:inline-block;transition:background-color 0.15s ease,border-color 0.15s ease,color 0.15s ease}.network-tag:hover{background-color:var(--color-purple);border-color:var(--color-purple);color:var(--color-white)}.see-work-outer{background-color:var(--color-white);padding:4.25rem 0 3.5rem}.see-work-heading-block{text-align:center;max-width:560px;margin:0 auto 2.5rem;padding:0 3%}.brandpage-hero-outer{background-color:var(--color-purple-tint);padding:3.5rem 3% 3rem;text-align:center}.brandpage-hero-heading{font-family:var(--font-heading);font-size:var(--size-hero-h1);font-weight:800;line-height:1.08;max-width:700px;margin:0 auto 0}.brandpage-hero-body{font-size:1rem;color:var(--color-muted);max-width:540px;margin:1rem auto 0}.product-range-heading-block{text-align:center;max-width:560px;margin:0 auto 2.5rem;padding:0 3%}.founded-intro-outer{background-color:var(--color-blue);padding:3.5rem 3% 0}.founded-intro-outer .accordion-tagline{color:rgba(255,255,255,0.75)}.founded-intro-outer .section-heading,.founded-intro-outer p{color:var(--color-white) !important}.founded-intro-block{max-width:540px}.founded-intro-outer .btn-outline-pill{border-color:rgba(255,255,255,0.7);color:var(--color-white)}.founded-intro-outer .btn-outline-pill:hover{background-color:var(--color-white);color:var(--color-blue)}.brand-timeline-outer{background-color:var(--color-blue);padding:2.5rem 3% 3.5rem}.brand-timeline{position:relative;max-width:640px;margin:0 auto}.brand-timeline-item{position:relative;padding-left:2rem;margin-bottom:2.5rem}.brand-timeline-item::before{content:"";position:absolute;left:0;top:0.4rem;width:9px;height:9px;background-color:var(--color-white)}.brand-timeline-item::after{content:"";position:absolute;left:4px;top:1.4rem;bottom:-2.5rem;width:1px;background-color:rgba(255,255,255,0.35)}.brand-timeline-item:last-child::after{display:none}.brand-timeline-card{background-color:var(--color-white);border:1px solid var(--color-border)}.brand-timeline-card-body{padding:1.75rem}.brand-timeline-year{font-family:var(--font-stat);font-size:1.9rem;font-weight:300;color:var(--color-blue);display:block;margin-bottom:0.5rem}.brand-timeline-card h4{font-size:1.05rem;font-weight:700;margin-bottom:0.6rem}.brand-timeline-card p{font-size:0.9375rem;color:var(--color-muted);line-height:1.6;margin-bottom:1.25rem}.brand-timeline-img{width:100%;height:220px;object-fit:cover;display:block;border-top:1px solid var(--color-border)}.category-section{background-color:var(--color-white);border-top:1px solid var(--color-border);padding:3rem 3%}.category-number-label{font-size:0.875rem;font-weight:700;letter-spacing:0.03em;margin-bottom:2rem;display:flex;align-items:center;gap:0.6rem}.category-number-label span.num{color:var(--color-muted);font-weight:600}.category-eyebrow{font-size:0.75rem;font-weight:600;text-transform:uppercase;letter-spacing:0.06em;color:var(--color-blue);margin-bottom:0.5rem}.category-heading{font-family:var(--font-heading);font-size:clamp(1.5rem,3vw,2.1rem);font-weight:800;line-height:1.15;margin-bottom:1rem;max-width:420px}.category-body{font-size:0.95rem;color:var(--color-muted);line-height:1.6;max-width:420px;margin-bottom:1.5rem}.category-img{width:100%;height:100%;min-height:280px;object-fit:cover;display:block}.bs-carousel-img{width:100%;height:260px;object-fit:cover;display:block;border:1px solid var(--color-border)}.bs-carousel .carousel-control-prev,.bs-carousel .carousel-control-next{width:5%;opacity:1}.bs-carousel-control-icon{width:38px;height:38px;border-radius:50%;border:1px solid var(--color-border);background-color:var(--color-white);display:inline-flex;align-items:center;justify-content:center;color:var(--color-text)}.bs-carousel-indicators{position:relative;margin-top:1.5rem;margin-bottom:0}.bs-carousel-indicators [data-bs-target]{width:6px;height:6px;border-radius:50%;background-color:var(--color-border);border:none;opacity:1}.bs-carousel-indicators .active{background-color:var(--color-text)}.brand-ticker-outer{background-color:var(--color-bg);padding:2.5rem 0}.brand-ticker-label{font-size:0.875rem;font-weight:600;text-align:center;margin-bottom:1.5rem;color:var(--color-text)}.brand-ticker-wrapper{overflow:hidden}.brand-ticker{display:flex;width:max-content;animation:ticker 26s linear infinite;align-items:center}.brand-ticker a{display:inline-flex;align-items:center;justify-content:center;margin:0 1.75rem;text-decoration:none}.brand-ticker-name{font-family:var(--font-heading);font-size:1.3rem;font-weight:800;font-style:italic;color:var(--color-muted);white-space:nowrap;transition:color 0.2s ease}.brand-ticker a:hover .brand-ticker-name{color:var(--color-text)}.footer-address{font-size:0.875rem;color:var(--color-muted);line-height:1.6;margin-top:0.9rem;margin-bottom:0;max-width:220px}.news-hero-outer{background-color:var(--color-purple-tint)}.see-work-blue{background-color:var(--color-blue)}.see-work-blue .section-heading{color:var(--color-white)}.see-work-blue .see-work-heading-block p{color:rgba(255,255,255,0.8) !important}.process-steps{margin-top:1rem}.process-step{text-align:left;border-left:1px solid rgba(255,255,255,0.25);padding-left:1.5rem}.process-step-number{font-family:var(--font-stat);font-size:1.5rem;font-weight:300;color:rgba(255,255,255,0.6);margin-bottom:0.75rem}.process-step-icon{display:block;font-size:1.6rem;color:var(--color-white);margin-bottom:0.85rem}.process-step h4{font-size:1.05rem;font-weight:700;color:var(--color-white);margin-bottom:0.5rem}.process-step p{font-size:0.9375rem;color:rgba(255,255,255,0.8);line-height:1.55;margin-bottom:0}.reveal{opacity:0;transition:opacity 0.6s ease}.reveal.is-visible{opacity:1}@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}}.hero-carousel-img{width:100%;height:100%;min-height:400px;max-height:500px;object-fit:cover;display:block}.hero-section .carousel-item{display:none}.hero-section .carousel-item.active{display:block}.hero-section .bs-carousel-control-icon{width:34px;height:34px}.hero-section .carousel-control-prev,.hero-section .carousel-control-next{z-index:3}.hero-section .carousel-control-prev{left:0;width:5%}.hero-section .carousel-control-next{right:0;width:5%}.hero-section .bs-carousel-indicators{position:absolute;bottom:14px;margin:0}@media (max-width:991.98px){.hero-section{height:460px}.hero-slide-content{padding:2.25rem 1.75rem 2.25rem 3.25rem;max-width:100%}.hero-slide-overlay{background:rgba(20,17,33,0.68)}.hero-section .carousel-control-prev,.hero-section .carousel-control-next{width:12%}.hero-section .bs-carousel-indicators{bottom:12px}}.bp2-hero{position:relative;height:560px;overflow:hidden}.bp2-hero-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}.bp2-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(38,32,60,0.9) 0%,rgba(38,32,60,0.6) 42%,rgba(38,32,60,0.15) 72%,rgba(38,32,60,0) 100%)}.bp2-hero-breadcrumb-wrap{position:relative;z-index:2;padding:2.25rem 3% 0}.bp2-hero-breadcrumb-wrap .brand-breadcrumb,.bp2-hero-breadcrumb-wrap .brand-breadcrumb a{color:rgba(255,255,255,0.75)}.bp2-hero-row{position:relative;z-index:2;height:100%;display:flex;align-items:center}.bp2-hero-text{padding:0 3%;max-width:560px}.bp2-hero-wordmark{font-family:var(--font-heading);font-weight:800;font-size:clamp(2.5rem,6vw,4rem);line-height:1;color:var(--color-white);margin-bottom:1.1rem}.bp2-hero-divider{width:48px;height:4px;background-color:var(--color-purple-light);border-radius:2px;margin-bottom:1.5rem}.bp2-hero-subheading{font-family:var(--font-heading);font-weight:700;font-size:clamp(1.4rem,2.6vw,1.9rem);line-height:1.2;color:var(--color-white);margin-bottom:1rem}.bp2-hero-body{color:rgba(255,255,255,0.8);font-size:0.9375rem;line-height:1.65;max-width:460px;margin-bottom:1.5rem}.bp2-hero-note{font-size:0.875rem;font-weight:600;color:rgba(255,255,255,0.9);margin-bottom:1.75rem}.bp2-hero-note a{color:var(--color-purple-light)}.bp2-purpose-outer{background-color:var(--color-purple-tint);padding:3.5rem 3%}.bp2-purpose-inner{max-width:760px;margin:0 auto;text-align:center}.bp2-purpose-inner p:not(.accordion-tagline){color:var(--color-muted);font-size:0.9375rem;line-height:1.65;margin-bottom:1rem}.bp2-purpose-inner p:last-child{margin-bottom:0}.bp2-portfolio-outer{background-color:var(--color-white);padding:4rem 3%}.bp2-portfolio-card{position:relative;background-color:var(--color-purple-dark);border-radius:16px;overflow:hidden;height:300px;display:flex;flex-direction:column;justify-content:center;text-decoration:none;padding:2.25rem;transition:transform 0.25s ease,box-shadow 0.25s ease}.bp2-portfolio-img-wrap{position:absolute;right:0;top:0;bottom:0;width:62%;z-index:1;overflow:hidden}.bp2-portfolio-img-wrap img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 0.4s ease}.bp2-portfolio-img-wrap::before{content:"";position:absolute;inset:0;z-index:2;background:linear-gradient(90deg,var(--color-purple-dark) 0%,rgba(38,32,60,0.85) 25%,rgba(38,32,60,0.35) 60%,rgba(38,32,60,0.15) 100%)}.bp2-portfolio-content{position:relative;z-index:2;max-width:260px;color:var(--color-white)}.bp2-portfolio-content h3{font-family:var(--font-heading);font-weight:800;font-size:1.3rem;margin-bottom:0.75rem;text-shadow:0 1px 8px rgba(0,0,0,0.35)}.bp2-portfolio-content p{font-size:0.875rem;color:rgba(255,255,255,0.9);line-height:1.55;margin-bottom:1.25rem;text-shadow:0 1px 6px rgba(0,0,0,0.35)}.bp2-portfolio-content span.bp2-portfolio-link{font-size:0.8125rem;font-weight:600;color:var(--color-purple-light);display:inline-flex;align-items:center;gap:5px}.bp2-portfolio-card:hover{transform:translateY(-4px);box-shadow:0 14px 28px rgba(20,17,33,0.22)}.bp2-portfolio-card:hover .bp2-portfolio-img-wrap img{transform:scale(1.06)}.bp2-difference-outer{background-color:var(--color-bg);padding:4rem 3%}.bp2-story-outer{background-color:var(--color-white);padding:4rem 3%;text-align:center}.bp2-timeline{position:relative;display:flex;justify-content:space-between;gap:1rem;margin-top:3rem}.bp2-timeline::before{content:"";position:absolute;top:24px;left:24px;right:24px;height:1px;background-color:var(--color-border);z-index:0}.bp2-timeline-item{position:relative;z-index:1;flex:1 1 0;padding:0 0.75rem}.bp2-story-icon{width:48px;height:48px;border-radius:50%;background-color:var(--color-white);border:1px solid var(--color-purple);color:var(--color-purple);display:flex;align-items:center;justify-content:center;font-size:1.1rem;margin:0 auto 1rem}.bp2-story-year{font-family:var(--font-heading);font-size:1.15rem;font-weight:800;color:var(--color-text);display:block;margin-bottom:0.5rem}.bp2-timeline-item p{font-size:0.8125rem;color:var(--color-muted);line-height:1.55;margin-bottom:0}@media (max-width:767.98px){.bp2-timeline{flex-direction:column;gap:2rem}.bp2-timeline::before{display:none}}.bp2-why-outer{background-color:var(--color-bg);padding:4rem 0}.bp2-why-row{display:flex;flex-wrap:wrap;align-items:stretch}.bp2-why-text{flex:1 1 460px;padding:0 3%;display:flex;flex-direction:column;justify-content:center}.bp2-why-text p:not(.accordion-tagline){color:var(--color-muted);font-size:0.9375rem;line-height:1.65;margin-bottom:1rem}.bp2-why-img-wrap{flex:1 1 340px;min-height:320px;max-height:420px}.bp2-why-img{width:100%;height:100%;object-fit:cover;display:block}.bp2-opportunity-outer{background-color:var(--color-purple-tint);padding:3.5rem 3%;text-align:center}.bp2-opportunity-inner{max-width:720px;margin:0 auto}.bp2-opportunity-inner p:not(.accordion-tagline){color:var(--color-text);font-size:0.9375rem;line-height:1.65;margin-bottom:0}.bp2-purpose-outer .section-heading,.bp2-opportunity-outer .section-heading{color:var(--color-purple)}@media (max-width:767.98px){.bp2-hero{height:460px}.bp2-hero-overlay{background:rgba(38,32,60,0.72)}.bp2-hero-text{max-width:100%}.bp2-why-img-wrap{order:-1;max-width:100%;height:220px}}.bp4-hero{position:relative;height:520px;overflow:hidden}.bp4-hero-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}.bp4-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(20,17,33,0.92) 0%,rgba(20,17,33,0.72) 45%,rgba(20,17,33,0.25) 80%,rgba(20,17,33,0.05) 100%)}.bp4-hero-row{position:relative;z-index:2;height:100%;display:flex;align-items:center}.bp4-hero-text{padding:0 3%;max-width:600px}.bp4-hero-heading{font-family:var(--font-heading);font-weight:800;font-size:clamp(2rem,4.5vw,3.25rem);line-height:1.15;color:var(--color-white);margin-bottom:1.25rem}.bp4-hero-body{color:rgba(255,255,255,0.8);font-size:0.9375rem;line-height:1.65;max-width:440px;margin-bottom:0}@media (max-width:767.98px){.bp4-hero{height:460px}.bp4-hero-overlay{background:rgba(20,17,33,0.75)}}.bp4-logostrip-outer{background-color:var(--color-purple-tint);padding:0}.bp4-logostrip{display:flex;flex-wrap:wrap;justify-content:center}.bp4-logostrip-item{flex:1 1 0;padding:1.5rem 2rem;display:flex;align-items:center;justify-content:center;border-right:2px solid rgba(255,255,255,0.4)}.bp4-logostrip-item:last-child{border-right:none}.bp4-logostrip-item img{height:26px;width:auto;object-fit:contain;filter:grayscale(100%);opacity:0.5}@media (max-width:767.98px){.bp4-logostrip-item{flex:1 1 40%;border-right:none;border-bottom:1px solid rgba(255,255,255,0.12);padding:1.25rem 1rem}}.bp4-showcase-row{display:flex;flex-wrap:wrap;align-items:stretch}.bp4-showcase-row.bp4-reverse{flex-direction:row-reverse}.bp4-showcase-text{flex:1 1 420px;padding:3.5rem 4% 3.5rem;display:flex;flex-direction:column;justify-content:center}.bp4-showcase-text.bp4-tint{background-color:var(--color-bg)}.bp4-showcase-text.bp4-white{background-color:var(--color-white)}.bp4-showcase-eyebrow{font-size:0.75rem;font-weight:600;text-transform:uppercase;letter-spacing:0.06em;color:var(--color-blue);margin-bottom:0.75rem}.bp4-showcase-heading{font-family:var(--font-heading);font-size:clamp(1.5rem,3vw,2rem);font-weight:800;line-height:1.2;margin-bottom:0.85rem;max-width:380px}.bp4-showcase-body{font-size:0.9375rem;color:var(--color-muted);line-height:1.6;max-width:380px;margin-bottom:1.5rem}.bp4-showcase-logos{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.bp4-showcase-logos img{height:22px;width:auto;object-fit:contain}.bp4-showcase-img-wrap{flex:1 1 300px}.bp4-showcase-img{width:100%;height:100%;min-height:340px;object-fit:cover;display:block}@media (max-width:767.98px){.bp4-showcase-row,.bp4-showcase-row.bp4-reverse{flex-direction:column}.bp4-showcase-img{min-height:260px}.bp4-showcase-text{padding:2.5rem 5%}}.bp4-trust-cta-outer{background-color:var(--color-purple);padding:4rem 3%}.bp4-trust-cta-row{display:flex;flex-wrap:wrap;gap:3rem;align-items:center}.bp4-trust-cta-text{flex:1 1 320px}.bp4-trust-cta-text .accordion-tagline{color:rgba(255,255,255,0.7)}.bp4-trust-cta-text h2{font-family:var(--font-heading);font-weight:800;font-size:clamp(1.5rem,3vw,2.1rem);line-height:1.2;color:var(--color-white);margin-bottom:0.85rem}.bp4-trust-cta-text p{color:rgba(255,255,255,0.75);font-size:0.9375rem;line-height:1.6;margin-bottom:1.5rem;max-width:420px}.bp4-trust-grid{flex:2 1 520px;display:grid;grid-template-columns:repeat(4,1fr);gap:1.75rem}.bp4-trust-item{text-align:left}.bp4-trust-icon{font-size:1.5rem;color:var(--color-white);margin-bottom:0.85rem;display:block}.bp4-trust-item h5{font-size:0.9375rem;font-weight:700;color:var(--color-white);margin-bottom:0.4rem}.bp4-trust-item p{font-size:0.8125rem;color:rgba(255,255,255,0.65);line-height:1.5;margin-bottom:0}@media (max-width:767.98px){.bp4-trust-grid{grid-template-columns:repeat(2,1fr)}}.bp4-showcase-logos .logo-hisense-boost{height:44px}.bp4-logostrip-item .logo-hisense-boost{height:44px}