.about-section{position:relative;background:#fff;padding:4rem 0 3rem;min-height:60vh;z-index:1}.about-section .relative{position:relative;margin-bottom:3rem}@media (max-width:768px){.about-section .headline-bg,.about-section .headline-fg{font-size:2rem}}.about-bg-text{position:absolute;top:2.5rem;left:50%;transform:translateX(-50%);font-size:3rem;font-weight:700;color:#e6e6e6;opacity:.35;letter-spacing:1px;z-index:0;white-space:nowrap;pointer-events:none}.about-container{position:relative;z-index:2;max-width:1100px;margin:0 auto;text-align:center}.about-headline{font-size:2rem;font-weight:700;margin-bottom:2.5rem;color:#222}.about-headline-bold{color:#222}.about-headline-highlight{color:#0046b6}.about-features-grid{display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem;margin-top:2.5rem;padding:0 1rem}@media (min-width:640px){.about-features-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;padding:0 2rem}}@media (min-width:900px){.about-features-grid{grid-template-columns:repeat(4,1fr);gap:2rem;padding:0}.about-feature-card{padding:2.5rem 1.5rem}}.about-feature-card{background:#fff;border-radius:16px;padding:2rem 1.5rem;text-align:center;transition:all .4s cubic-bezier(.4,0,.2,1);border:1px solid rgba(0,70,182,.08);position:relative;overflow:hidden;cursor:pointer}.about-feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#0046b6,#1581bf);transform:scaleX(0);transform-origin:left;transition:transform .4s cubic-bezier(.4,0,.2,1)}.about-feature-card:hover{transform:translateY(-8px);box-shadow:0 12px 32px rgba(0,70,182,.15);border-color:rgba(0,70,182,.2);background:linear-gradient(135deg,#fff,#f8fbff)}.about-feature-card:hover:before{transform:scaleX(1)}.about-feature-icon{width:72px;height:72px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#e6f0ff,#d0e4ff);border-radius:20px;display:flex;align-items:center;justify-content:center;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative}.about-feature-card:hover .about-feature-icon{transform:scale(1.1) rotate(5deg);background:linear-gradient(135deg,#0046b6,#1581bf);box-shadow:0 8px 24px rgba(0,70,182,.25)}.about-feature-icon img{width:40px;height:40px;object-fit:contain;transition:all .4s cubic-bezier(.4,0,.2,1);filter:brightness(0) saturate(100%) invert(27%) sepia(95%) saturate(2000%) hue-rotate(210deg) brightness(.9) contrast(1.1)}.about-feature-card:hover .about-feature-icon img{filter:brightness(0) invert(1);transform:scale(1.1)}.about-feature-title{font-size:1.15rem;font-weight:700;color:#1a1a1a;margin-bottom:.75rem;transition:color .3s ease;line-height:1.4}.about-feature-card:hover .about-feature-title{color:#0046b6}.about-feature-desc{font-size:.95rem;color:#666;line-height:1.7;transition:color .3s ease}.about-feature-card:hover .about-feature-desc{color:#444}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:2.25rem;font-weight:700;margin-bottom:1rem;color:#000}.section-subtitle{font-size:1.125rem;color:#666;max-width:600px;margin:0 auto}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:4rem}.service-card{background:#fff;padding:2rem;border-radius:.5rem;box-shadow:0 1px 3px 0 rgba(0,0,0,.1);transition:transform .25s ease-in-out}.service-card:hover{transform:translateY(-2px)}.service-title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:#000}.service-description{color:#666;line-height:1.6}.brand-logos-section{margin:0 auto 32px}.brand-logos-bg,.brand-logos-section{width:100%;display:flex;justify-content:center;align-items:center}.brand-logos-bg{background:url(/images/brand-logo-background.jpg) 50%/cover no-repeat;padding:24px 0}.brand-logo-item{display:inline-flex;align-items:center;justify-content:center;width:140px;height:60px;flex:0 0 auto}.brand-logo-img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 2px 8px rgba(0,0,0,.04));-webkit-user-select:none;-moz-user-select:none;user-select:none}.brand-logos-track{width:100%;overflow:hidden}.brand-logos-inner{display:flex;width:200%;gap:0;align-items:center;padding:8px 0;animation:scroll-left 24s linear infinite}.brand-logos-track:hover .brand-logos-inner{animation-play-state:paused}@keyframes scroll-left{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.brand-logos-strip{display:inline-flex;gap:24px;align-items:center;justify-content:space-around}@media (prefers-reduced-motion:reduce){.brand-logos-inner{animation:none}}