.about-page .page-hero h1{color:white!important}.about-page .page-hero p{color:rgba(255,255,255,.85)}.about-page .breadcrumb a{color:rgba(255,255,255,.75)}.about-team-section .section-header.center .section-sub{max-width:100%}.about-overview{padding:90px 5%;background:var(--bg)}.about-overview-inner{display:grid;grid-template-columns:1fr 1fr;grid-gap:64px;gap:64px;align-items:center}.about-body-text{color:var(--text);font-size:.95rem;line-height:1.78;margin-bottom:16px}.about-overview-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:32px}.about-overview-stats{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px}.about-stat-card{background:white;border:1.5px solid var(--border);border-radius:18px;padding:28px 20px;text-align:center;box-shadow:var(--card-shadow);transition:transform .22s,box-shadow .22s;@media (max-width:768px){padding-left:14px;padding-bottom:24px;padding-right:14px;padding-top:24px}}.about-stat-card:hover{transform:translateY(-3px);box-shadow:var(--card-shadow-hover)}.about-stat-card.highlight{background:var(--bg-dark);border-color:transparent}.about-stat-num{font-size:2.5rem;font-weight:700;color:var(--primary);line-height:1;display:block;margin-bottom:8px;@media (max-width:768px){font-size:2rem}}.about-stat-card.highlight .about-stat-num{color:white!important}.about-stat-num span{color:var(--accent);font-size:1.5rem}.about-stat-label{font-size:.87rem;font-weight:600;color:var(--text-muted)}.about-stat-card.highlight .about-stat-label{color:rgba(255,255,255,.7)}.about-mvv{padding:90px 5%;background:white}.about-mvv-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:26px;gap:26px;margin-top:48px}.about-mvv-card{background:var(--bg);border:1.5px solid var(--border);border-radius:20px;padding:36px 28px;transition:transform .25s,box-shadow .25s,border-color .25s}.about-mvv-card:hover{transform:translateY(-5px);box-shadow:var(--card-shadow-hover);border-color:var(--accent)}.about-mvv-icon{font-size:2.2rem;margin-bottom:16px;display:block}.about-mvv-tag{display:inline-flex;align-items:center;gap:6px;background:rgba(199,138,44,.1);color:#8B5E18;font-size:.75rem;text-transform:uppercase;letter-spacing:.07em;padding:4px 12px;border-radius:50px}.about-mvv-card h3,.about-mvv-tag{font-weight:700;margin-bottom:12px}.about-mvv-card h3{font-size:1.12rem}.about-mvv-desc{color:var(--text-muted);font-size:.92rem;line-height:1.75}.about-services-section{padding:90px 5%;background:var(--bg)}.about-services-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px;margin-top:40px}.about-service-chip{display:flex;align-items:center;gap:12px;background:white;border:1.5px solid var(--border);border-radius:12px;padding:14px 18px;font-size:.88rem;font-weight:600;color:var(--text);transition:border-color .2s,box-shadow .2s,transform .2s;cursor:default}.about-service-chip:hover{border-color:var(--secondary);box-shadow:var(--card-shadow);transform:translateY(-2px)}.about-chip-dot{width:8px;height:8px;min-width:8px;background:var(--accent);border-radius:50%}.about-why-section{padding:90px 5%;background:#082b5b}.about-why-section .section-title{color:white!important}.about-why-section .section-tag{color:#D69A32}.about-why-section .section-tag:before{background:#D69A32}.about-why-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px;margin-top:48px}.about-why-card{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:28px;transition:background .25s,border-color .25s;text-align:center}.about-why-card:hover{background:rgba(255,255,255,.09);border-color:rgba(199,138,44,.45)}.about-why-icon{font-size:1.8rem;margin-bottom:14px}.about-why-title{font-size:1rem;font-weight:700;color:white;margin-bottom:10px}.about-why-desc{color:rgba(255,255,255,.72);font-size:.92rem;line-height:1.7}.about-team-section{padding:90px 5%;background:white}.about-team-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:28px;gap:28px;margin-top:48px}.about-team-card{background:var(--bg);border:1.5px solid var(--border);border-radius:20px;padding:32px;display:flex;gap:22px;align-items:flex-start;transition:transform .25s,box-shadow .25s}.about-team-card:hover{transform:translateY(-4px);box-shadow:var(--card-shadow-hover)}.about-team-avatar{width:70px;height:70px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.3rem;font-weight:700;color:white;flex-shrink:0;box-shadow:0 4px 18px rgba(0,0,0,.22)}.about-team-body{flex:1 1;min-width:0}.about-team-name{font-size:1.05rem;font-weight:700;color:var(--primary);margin-bottom:3px}.about-team-role{font-size:.8rem;font-weight:600;color:var(--accent);margin-bottom:12px;line-height:1.4}.about-team-desc{font-size:.87rem;color:var(--text-muted);line-height:1.72;margin-bottom:14px}.about-team-phone{font-size:.85rem;font-weight:600;color:var(--primary);text-decoration:none;display:inline-flex;align-items:center;gap:6px;transition:color .2s}.about-team-phone:hover{color:var(--accent)}.about-cta{padding:90px 5%;background:var(--bg-dark);position:relative;overflow:hidden;text-align:center}.about-cta:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(59,130,246,.05) 1px,transparent 0),linear-gradient(90deg,rgba(59,130,246,.05) 1px,transparent 0);background-size:60px 60px}.about-cta-inner{max-width:680px;margin:0 auto;position:relative;z-index:2}.about-cta-inner .section-tag{justify-content:center;color:#D69A32}.about-cta-inner .section-tag:before{display:none}.about-cta-inner .section-tag:after{content:"";width:18px;height:2px;background:#D69A32;border-radius:2px}.about-cta-title{font-size:clamp(1.8rem,3vw,2.5rem);font-weight:700;color:white!important;margin-bottom:16px;line-height:1.25}.about-cta-sub{color:rgba(255,255,255,.72);font-size:1rem;line-height:1.72;margin-bottom:36px}.about-cta-btns{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}@media (max-width:1024px){.about-mvv-grid,.about-services-grid,.about-why-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:900px){.about-overview-inner{gap:40px}.about-overview-inner,.about-team-grid{grid-template-columns:1fr}}@media (max-width:768px){.about-mvv-grid,.about-services-grid,.about-why-grid{grid-template-columns:1fr}}@media (max-width:480px){.about-cta,.about-mvv,.about-overview,.about-services-section,.about-team-section,.about-why-section{padding:60px 5%}.about-overview-actions{flex-direction:column}.about-overview-actions a{width:100%;justify-content:center}.about-team-card{flex-direction:column;align-items:center;text-align:center}.about-team-phone{justify-content:center}.about-cta-btns{flex-direction:column;align-items:center}.about-cta-btns a{width:100%;justify-content:center}}