.about-section{background:#fff;padding:0}.about-header{min-height:400px;background:linear-gradient(135deg,var(--bg-gradient-start),var(--bg-gradient-end));color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:80px 24px;position:relative;overflow:hidden}.about-header:after{content:"";position:absolute;bottom:0;left:0;right:0;height:60px;background:#fff;clip-path:polygon(0 100%,100% 100%,100% 0,50% 100%,0 0)}.about-title{font-size:48px;font-weight:700;margin-bottom:20px;z-index:1}.about-subtitle{font-size:20px;opacity:.9;z-index:1;display:flex;align-items:center;gap:16px}.about-subtitle:before,.about-subtitle:after{content:"";height:1px;width:40px;background:#ffffff80}.about-content-area{padding:80px 0}.about-intro-title{text-align:center;font-size:32px;font-weight:700;margin-bottom:60px}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:flex-start}.about-map-img{width:100%;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);border:4px solid white}.company-info{margin-bottom:40px}.company-name{font-size:22px;font-weight:600;margin-bottom:20px;color:var(--primary);display:flex;align-items:center;gap:12px}.company-name:before{content:"";width:6px;height:24px;background:var(--accent);border-radius:4px}.company-desc{color:var(--text-muted);line-height:1.8;font-size:15px}.company-desc p{margin-bottom:16px}@media(max-width:992px){.about-grid{grid-template-columns:1fr}}
