.company-profile-section{background:#f8f9fa;margin:0 auto;max-width:1000px;padding:5rem 2rem}.profile-heading{color:#333;font-size:2.5rem;font-weight:700;margin-bottom:2rem;text-align:center}.company-description{color:#666;font-size:1.125rem;line-height:1.8;margin-bottom:4rem;text-align:center}.section-title{color:#333;font-size:1.75rem;font-weight:600;margin-bottom:2rem;text-align:center}.philosophy-section{margin-bottom:4rem}.philosophy-grid{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.philosophy-item{background:#fff;border:1px solid rgba(0,0,0,.05);border-radius:16px;box-shadow:0 2px 8px rgba(0,0,0,.05);padding:2.5rem;text-align:center;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s ease}.philosophy-item:hover{border-color:rgba(255,107,53,.1);box-shadow:0 12px 28px rgba(0,0,0,.1);transform:translateY(-8px)}.item-label{color:#ff6b35;font-size:1.25rem;font-weight:700;letter-spacing:.05em;margin-bottom:.75rem;text-transform:uppercase}.item-text{color:#666;font-size:1rem;line-height:1.6}.strengths-section{background:#fff;border-radius:12px;padding:3rem}.strengths-list{display:flex;flex-direction:column;gap:1.5rem;list-style:none;margin:0;padding:0}.strength-item{align-items:center;color:#333;display:flex;font-size:1.125rem;gap:1rem}.strength-item i{color:#ff6b35;flex-shrink:0;font-size:1.75rem;line-height:1}@media (max-width:768px){.company-profile-section{padding:4rem 1.5rem}.profile-heading{font-size:2rem}.philosophy-grid{grid-template-columns:1fr}.strengths-section{padding:2rem 1.5rem}}