 .about-hero {padding:160px clamp(20px, 6vw, 100px) 80px;background:linear-gradient(135deg, rgba(10, 63, 135, 0.03) 0%, rgba(227, 6, 19, 0.03) 100%), var(--white);border-bottom:1px solid var(--line);text-align:center;} .about-hero h1 {font-family:var(--font-head);font-size:clamp(2.5rem, 5vw, 4.8rem);font-weight:900;text-transform:uppercase;letter-spacing:-2.5px;line-height:0.95;color:var(--navy);margin-bottom:20px;} .about-hero h1 span {color:var(--red);} .about-hero p {font-size:1.15rem;color:var(--muted);max-width:700px;margin:0 auto;line-height:1.7;} .about-layout {padding:80px clamp(20px, 6vw, 100px);} .about-grid-two {display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;margin-bottom:100px;} @media (max-width:991px) {.about-grid-two {grid-template-columns:1fr;gap:40px;}} .about-visual {position:relative;border:1px solid var(--line);padding:10px;background:var(--white);} .about-visual img {width:100%;height:auto;object-fit:cover;} .about-visual::before {content:"";position:absolute;top:-15px;left:-15px;width:100px;height:100px;border-top:4px solid var(--blue);border-left:4px solid var(--blue);z-index:-1;} .about-visual::after {content:"";position:absolute;bottom:-15px;right:-15px;width:100px;height:100px;border-bottom:4px solid var(--red);border-right:4px solid var(--red);z-index:-1;} .about-copy {display:flex;flex-direction:column;justify-content:center;} .about-copy h2 {font-family:var(--font-head);font-size:2.2rem;font-weight:800;text-transform:uppercase;letter-spacing:-1.5px;color:var(--navy);margin-bottom:20px;line-height:1.1;} .about-copy h2 span {color:var(--red);} .about-copy p {color:var(--navy-light);line-height:1.8;margin-bottom:20px;font-size:1rem;} .about-copy strong {color:var(--blue);font-weight:700;} .commitments-section {background:var(--paper);padding:100px clamp(20px, 6vw, 100px);border-top:1px solid var(--line);border-bottom:1px solid var(--line);} .commitments-grid {display:grid;grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));gap:30px;margin-top:50px;} .commitment-card {background:var(--white);padding:45px 35px;border:1px solid var(--line);transition:var(--transition);position:relative;overflow:hidden;} .commitment-card::before {content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:var(--blue);transform:scaleX(0);transform-origin:left;transition:var(--transition);} .commitment-card:hover::before {transform:scaleX(1);} .commitment-card:nth-child(2n)::before {background:var(--red);} .commitment-card:hover {transform:translateY(-5px);box-shadow:0 12px 30px rgba(16, 31, 48, 0.05);} .commitment-icon {font-size:2.5rem;color:var(--blue);margin-bottom:25px;display:inline-block;} .commitment-card:nth-child(2n) .commitment-icon {color:var(--red);} .commitment-card h3 {font-family:var(--font-head);font-size:1.3rem;font-weight:800;text-transform:uppercase;color:var(--navy);margin-bottom:15px;} .commitment-card p {color:var(--muted);font-size:0.95rem;line-height:1.6;} .stats-band {display:grid;grid-template-columns:repeat(4, 1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line);text-align:center;background:var(--white);} .stat-item {padding:60px 20px;border-right:1px solid var(--line);} .stat-item:last-child {border-right:0;} .stat-item strong {display:block;font-family:var(--font-head);font-size:clamp(2.2rem, 4vw, 3.8rem);font-weight:900;color:var(--red);line-height:1;margin-bottom:8px;} .stat-item span {font-family:var(--font-head);font-size:11px;font-weight:700;text-transform:uppercase;color:var(--muted);letter-spacing:1.5px;} @media (max-width:768px) {.stats-band {grid-template-columns:repeat(2, 1fr);} .stat-item:nth-child(2n) {border-right:0;} .stat-item {border-bottom:1px solid var(--line);padding:40px 10px;} .stat-item:nth-child(3), .stat-item:nth-child(4) {border-bottom:0;}} .testimonials-section {padding:100px clamp(20px, 6vw, 100px);background:var(--white);border-bottom:1px solid var(--line);} .testimonials-grid {display:grid;grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));gap:30px;margin-top:50px;} .testimonial-card {background:var(--paper);padding:40px 30px;border-radius:var(--radius);border:1px solid var(--line);position:relative;display:flex;flex-direction:column;justify-content:space-between;transition:var(--transition);} .testimonial-card:hover {transform:translateY(-5px);box-shadow:0 12px 30px rgba(16, 31, 48, 0.05);border-color:var(--blue);} .testimonial-card:nth-child(even):hover {border-color:var(--red);} .testimonial-stars {color:#ffb100;font-size:1.2rem;margin-bottom:15px;} .testimonial-quote {font-size:0.95rem;line-height:1.6;color:var(--navy-light);margin-bottom:25px;font-style:italic;} .testimonial-user {display:flex;align-items:center;gap:15px;} .testimonial-avatar {width:45px;height:45px;border-radius:50%;background:var(--blue);color:var(--white);display:flex;align-items:center;justify-content:center;font-family:var(--font-head);font-weight:800;font-size:14px;} .testimonial-card:strong, .testimonial-card:nth-child(even) .testimonial-avatar {background:var(--red);} .testimonial-info {display:flex;flex-direction:column;} .testimonial-name {font-family:var(--font-head);font-weight:700;font-size:13px;color:var(--navy);} .testimonial-role {font-size:11px;color:var(--muted);font-weight:500;} 