:root{--who-text:var(--text-color,#e7e7e7);--who-surface:var(--surface,#0b0b0b);--who-muted:#ffffffb8;--who-border:#ffffff1f;--who-border-strong:#fff3;--who-accent:var(--secondary-color,#e11d48);--who-accent-2:var(--secondary,#1f2937);--who-radius:12px}.sec_sp{margin-bottom:max(2rem,min(4vw + 1rem,5.5rem))}.mb-block{margin-bottom:2.25rem}.text-muted{color:var(--who-muted)}.table td,.table th{color:var(--who-text);vertical-align:middle;border-color:var(--who-border)}.table thead th{color:var(--who-text);border-bottom-color:var(--who-border-strong)}.section-title,.display-4{letter-spacing:.01em}.t_border{opacity:1;border-color:var(--who-border-strong)!important}.About-header{background:var(--bg-color);color:var(--text-color)}.About-header p{max-width:70ch;color:var(--who-text);margin:0 0 1rem;line-height:1.7}.service_{border-bottom:1px solid var(--who-border);padding-top:1rem;padding-bottom:1rem}.service_:last-child{border-bottom:0}.service__title{border-bottom:2px solid var(--who-accent);letter-spacing:.02em;margin:0 0 .4rem;padding:6px 0;font-weight:700}.service_desc{color:var(--who-muted);margin:0}.service-section .service-category-title{letter-spacing:.03em;padding-bottom:.25rem}.progress-title{color:var(--who-text);margin:15px 0 10px;font-family:Raleway,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-size:16px;font-weight:700}.progress{background:var(--who-accent-2);height:6px;box-shadow:none;border-radius:999px;margin-bottom:22px;overflow:hidden}.progress .progress-bar{background:var(--who-accent);opacity:.95;border-radius:inherit;position:relative}@media (prefers-reduced-motion:no-preference){.progress .progress-bar{animation:1.8s ease-out both animate-positive}}.progress .progress-value{color:var(--who-text);text-shadow:0 1px #00000040;font-size:14px;font-style:italic;font-weight:700;position:absolute;top:-26px;right:8px}@keyframes animate-positive{0%{width:0%}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateZ(0)}}@media (prefers-reduced-motion:reduce){.progress .progress-bar{animation:none}.fadeInUp{animation:none!important}}.fadeInUp{animation:.6s ease-out both fadeInUp}.About-header .display-4{letter-spacing:-.02em;margin-bottom:.5rem;font-size:max(2.5rem,min(5vw,3.5rem));font-weight:800}.color_sec{color:var(--who-text);margin:0;font-size:max(1.25rem,min(3vw,1.75rem));font-weight:700}.kicker{letter-spacing:.16em;text-transform:uppercase;color:var(--who-muted);border:1px solid var(--who-border);border-radius:999px;margin-bottom:.5rem;padding:.25rem .6rem;font-size:.8rem;display:inline-block}.about-highlights{gap:12px;margin:1.5rem 0 0;padding:0;list-style:none;display:grid}.about-highlights li{border:1px solid var(--who-border);color:var(--who-text);background:#ffffff08;border-radius:8px;padding:14px 16px 14px 48px;font-size:.95rem;line-height:1.5;transition:all .3s;position:relative}.about-highlights li:hover{border-color:var(--who-border-strong);background:#ffffff0d;transform:translate(4px)}.about-highlights li:before{content:"✓";color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:14px;font-weight:700;display:flex;position:absolute;top:50%;left:16px;transform:translateY(-50%)}.about-stats{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:20px;margin-top:1rem;display:grid}.stat{border:1px solid var(--who-border);text-align:center;background:#ffffff08;border-radius:12px;padding:20px;transition:all .3s}.stat:hover{border-color:var(--who-border-strong);background:#ffffff0d;transform:translateY(-2px)}.stat__value{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:8px;font-size:2.5rem;font-weight:800}.stat__label{color:var(--who-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.875rem}.about-steps{padding-left:32px;position:relative}.about-steps:before{content:"";opacity:.3;background:linear-gradient(#667eea,#764ba2);width:2px;position:absolute;top:12px;bottom:12px;left:11px}.step{margin-bottom:2rem;padding-left:16px;position:relative}.step:before{content:"";background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:50%;width:12px;height:12px;position:absolute;top:6px;left:-26px;box-shadow:0 0 0 4px #667eea33}.step__title{color:var(--who-text);margin-bottom:8px;font-size:1.1rem;font-weight:700}.step__body{color:var(--who-muted);margin:0;line-height:1.6}.pill-wrap{flex-wrap:wrap;gap:10px;margin-top:1rem;display:flex}.pill{border:1px solid var(--who-border);color:var(--who-text);cursor:default;background:#ffffff08;border-radius:999px;padding:10px 18px;font-size:.875rem;transition:all .3s;display:inline-block}.pill:hover{border-color:var(--who-border-strong);background:#ffffff14;transform:scale(1.05)}.cta-row{flex-wrap:wrap;gap:16px;margin-top:1rem;display:flex}.m-btn{cursor:pointer;border:2px solid #0000;border-radius:8px;justify-content:center;align-items:center;padding:14px 32px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.m-btn-primary{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);box-shadow:0 4px 16px #667eea4d}.m-btn-primary:hover{color:#fff;transform:translateY(-2px);box-shadow:0 8px 24px #667eea66}.m-btn-ghost{border:2px solid var(--who-border-strong);color:var(--who-text);background:#ffffff0d}.m-btn-ghost:hover{color:var(--who-text);background:#ffffff1a;border-color:#667eea;transform:translateY(-2px)}@media (max-width:991.98px){.About-header p{max-width:100%}.service_{padding-top:.85rem;padding-bottom:.85rem}.sec_sp .py-3,.sec_sp .py-4{padding-top:0!important;padding-bottom:1rem!important}.about-steps{padding-left:24px}.about-steps:before{left:8px}.step:before{left:-20px}.cta-row{flex-direction:column}.m-btn{width:100%}}@media (max-width:575.98px){.About-header .display-4{font-size:2rem}.about-highlights li{padding:12px 14px 12px 42px;font-size:.9rem}.about-highlights li:before{width:20px;height:20px;font-size:12px;left:14px}.pill{padding:8px 14px;font-size:.8rem}.stat{padding:16px}.stat__value{font-size:2rem}}[data-theme=light] :root{--who-text:#1d1912;--who-surface:#f3f3e6;--who-muted:#1d1912b8;--who-border:#1d19121f;--who-border-strong:#1d191233}[data-theme=light] .About-header .display-4,[data-theme=light] .color_sec,[data-theme=light] .step__title{color:#1d1912}[data-theme=light] .About-header p,[data-theme=light] .text-muted,[data-theme=light] .service_desc,[data-theme=light] .step__body,[data-theme=light] .stat__label{color:#1d1912b8}[data-theme=light] .about-highlights li{color:#1d1912;background:#1d191208;border-color:#1d19121f}[data-theme=light] .about-highlights li:hover{background:#1d19120f;border-color:#1d191233}[data-theme=light] .stat{background:#1d191208;border-color:#1d19121f}[data-theme=light] .stat:hover{background:#1d19120f;border-color:#1d191233}[data-theme=light] .pill{color:#1d1912;background:#1d191208;border-color:#1d19121f}[data-theme=light] .pill:hover{background:#1d191214;border-color:#1d191233}[data-theme=light] .service_{border-color:#1d19121f}[data-theme=light] .kicker{color:#1d1912b8;border-color:#1d19121f}[data-theme=light] .m-btn-ghost{color:#1d1912;background:#1d19120d;border-color:#1d191233}[data-theme=light] .m-btn-ghost:hover{color:#1d1912;background:#1d19121a;border-color:#667eea}.about-hero-gallery{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;margin-top:2rem;display:grid}.about-hero-gallery-item{border-radius:var(--who-radius);aspect-ratio:4/3;background:var(--who-surface);position:relative;overflow:hidden}.about-hero-image{object-fit:cover;width:100%;height:100%;transition:transform .3s}.about-hero-gallery-item:hover .about-hero-image{transform:scale(1.05)}.about-section-image{border-radius:var(--who-radius);background:var(--who-surface);margin-bottom:1.5rem;position:relative;overflow:hidden}.about-section-img{border-radius:var(--who-radius);width:100%;height:auto;transition:transform .3s;display:block}.about-section-image:hover .about-section-img{transform:scale(1.02)}.about-portfolio-gallery{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:2rem;display:grid}.about-portfolio-item{border-radius:var(--who-radius);aspect-ratio:1;background:var(--who-surface);cursor:pointer;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden}.about-portfolio-item:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000004d}.about-portfolio-image{object-fit:cover;width:100%;height:100%;transition:transform .3s}.about-portfolio-item:hover .about-portfolio-image{transform:scale(1.1)}@media (max-width:768px){.about-hero-gallery{grid-template-columns:1fr;gap:.75rem}.about-portfolio-gallery{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.about-section-image{margin-top:1rem}}@media (max-width:576px){.about-hero-gallery,.about-portfolio-gallery{grid-template-columns:1fr}}
