.about-page{background-color:#fff;overflow-x:hidden}.about-hero{position:relative;min-height:85vh;display:flex;align-items:center;justify-content:center;background:url(https://images.unsplash.com/photo-1548013146-72479768bada?auto=format&fit=crop&w=1920&q=80) 50%/cover no-repeat;padding:6rem 1.5rem}.about-hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(26,26,46,.85),rgba(255,100,32,.7))}.about-hero-content{position:relative;z-index:1;max-width:800px;text-align:center;color:white}.about-hero-badge{display:inline-block;background:rgba(255,255,255,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.5rem 1.5rem;border-radius:50px;font-size:.9rem;font-weight:500;margin-bottom:1.5rem;border:1px solid rgba(255,255,255,.2)}.about-hero-title{font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.about-hero-title .highlight{color:#FFB800;display:inline}.about-hero-subtitle{font-size:1.25rem;line-height:1.4;opacity:.95;max-width:700px;margin:0 auto 2.5rem}.about-hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.about-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;border-radius:50px;font-weight:600;font-size:1rem;text-decoration:none;transition:all .3s ease;cursor:pointer;border:none}.about-btn-primary{background:linear-gradient(135deg,#FF6420,#ff8c42);color:white;box-shadow:0 4px 15px rgba(255,100,32,.4)}.about-btn-primary:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgba(255,100,32,.5)}.about-btn-secondary{background:rgba(255,255,255,.1);color:white;border:2px solid rgba(255,255,255,.5);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.about-btn-secondary:hover{background:rgba(255,255,255,.2);border-color:white}.about-btn-white{background:white;color:#FF6420}.about-btn-white:hover{background:#f5f5f5;transform:translateY(-2px)}.about-btn-outline{background:transparent;color:white;border:2px solid white}.about-btn-outline:hover{background:rgba(255,255,255,.1)}.about-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.about-section-label{display:inline-block;color:#FF6420;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:2px;margin-bottom:1rem}.about-section-title{font-size:2.5rem;font-weight:700;color:#1a1a2e;line-height:1.3;margin-bottom:1.5rem}.about-section-title .highlight{color:#FF6420}.about-section-title.about-center{text-align:center}.about-stats-bar{background:linear-gradient(135deg,#1a1a2e,#2d2d44);padding:3rem 0;margin-top:-3rem;position:relative;z-index:2}.about-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.about-stat-item{display:flex;flex-direction:column;align-items:center;text-align:center;color:white}.about-stat-icon{width:50px;height:50px;background:rgba(255,100,32,.2);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.about-stat-icon svg{width:28px;height:28px;color:#FF6420}.about-stat-number{font-size:2.25rem;font-weight:800;color:#FF6420;margin-bottom:.25rem}.about-stat-label{font-size:.95rem;color:#9ca3af}.about-story{padding:6rem 0;background:#fff}.about-story-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.about-story-images{position:relative;height:500px}.about-image-main{position:relative;width:80%;height:100%;border-radius:20px;overflow:hidden;box-shadow:0 25px 50px rgba(0,0,0,.15)}.about-image-main .about-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.about-image-float{position:absolute;bottom:-2rem;right:0;width:55%;height:280px;border-radius:20px;overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,.2);border:5px solid white}.about-image-float .about-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.about-experience-badge{position:absolute;top:2rem;right:2rem;background:linear-gradient(135deg,#FF6420,#ff8c42);color:white;padding:1.5rem;border-radius:15px;text-align:center;box-shadow:0 15px 30px rgba(255,100,32,.4)}.badge-number{display:block;font-size:2.5rem;font-weight:800;line-height:1}.badge-text{display:block;font-size:.8rem;font-weight:500;margin-top:.25rem}.about-story-content{display:flex;flex-direction:column}.about-text{color:#4b5563;line-height:1.9;font-size:1.05rem;margin-bottom:1rem}.about-story-features{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin:1.5rem 0 2rem}.story-feature{display:flex;align-items:center;gap:.75rem;color:#374151;font-weight:500}.story-feature svg{width:20px;height:20px;flex-shrink:0}.about-values{padding:6rem 0;background:linear-gradient(180deg,#f8fafc,#fff)}.about-values-header{text-align:center;margin-bottom:3rem}.about-values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.about-value-card{background:white;padding:2.5rem;border-radius:20px;text-align:center;box-shadow:0 10px 40px rgba(0,0,0,.06);transition:all .3s ease;border-top:4px solid var(--accent-color,#ff6420);position:relative;overflow:hidden}.about-value-card:before{content:"";position:absolute;top:0;left:0;right:0;height:100%;background:linear-gradient(180deg,rgba(255,100,32,.03),transparent 50%);pointer-events:none}.about-value-card:hover{transform:translateY(-8px);box-shadow:0 20px 50px rgba(0,0,0,.12)}.about-value-icon{width:80px;height:80px;margin:0 auto 1.5rem;background:linear-gradient(135deg,rgba(255,100,32,.1),rgba(255,140,66,.1));border-radius:20px;display:flex;align-items:center;justify-content:center;position:relative}.about-value-icon img{width:48px;height:48px}.about-value-title{font-size:1.35rem;font-weight:700;color:#1a1a2e;margin-bottom:1rem}.about-value-desc{color:#6b7280;line-height:1.7;font-size:.95rem}.about-features{padding:6rem 0;background:#fff}.about-features-header{text-align:center;margin-bottom:3rem}.about-features-subtitle{color:#6b7280;font-size:1.1rem;max-width:500px;margin:0 auto}.about-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.about-feature-card{background:#f9fafb;padding:2rem;border-radius:16px;text-align:center;transition:all .3s ease}.about-feature-card:hover{background:white;box-shadow:0 15px 40px rgba(0,0,0,.1);transform:translateY(-5px)}.about-feature-icon{width:60px;height:60px;margin:0 auto 1.25rem;background:linear-gradient(135deg,#FF6420,#ff8c42);border-radius:14px;display:flex;align-items:center;justify-content:center}.about-feature-icon svg{width:28px;height:28px;color:white}.about-feature-title{font-size:1.15rem;font-weight:700;color:#1a1a2e;margin-bottom:.75rem}.about-feature-desc{color:#6b7280;line-height:1.6;font-size:.9rem}.about-testimonials{padding:6rem 0;background:linear-gradient(135deg,#1a1a2e,#2d2d44)}.about-testimonials-header{text-align:center;margin-bottom:3rem}.about-testimonials-header .about-section-label{color:#FFB800}.about-testimonials-header .about-section-title{color:white}.about-testimonials-header .about-section-title .highlight{color:#FFB800}.google-rating-badge{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-top:1.5rem;padding:.75rem 1.5rem;background:rgba(255,255,255,.1);border-radius:50px;width:-moz-fit-content;width:fit-content;margin-left:auto;margin-right:auto}.google-rating-info{display:flex;align-items:center;gap:.5rem}.google-rating-stars{display:flex;gap:2px}.google-rating-text{color:white;font-size:.9rem;font-weight:500}.about-testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.about-testimonial-card{background:rgba(255,255,255,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem;border-radius:20px;border:1px solid rgba(255,255,255,.1);transition:all .3s ease}.about-testimonial-card:hover{background:rgba(255,255,255,.08);transform:translateY(-5px)}.testimonial-stars{display:flex;gap:.25rem;margin-bottom:1rem}.testimonial-stars svg{width:18px;height:18px}.testimonial-text{color:rgba(255,255,255,.9);font-size:1rem;line-height:1.7;font-style:italic;margin-bottom:1.5rem}.testimonial-author{display:flex;align-items:center;gap:1rem}.testimonial-avatar{width:50px;height:50px;border-radius:50%;overflow:hidden;border:2px solid #ff6420}.testimonial-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.testimonial-avatar.testimonial-initial{background:linear-gradient(135deg,#FF6420,#ff8c42);display:flex;align-items:center;justify-content:center;color:white;font-weight:700;font-size:1.25rem}.testimonial-info{display:flex;flex-direction:column}.testimonial-name{color:white;font-weight:600;font-size:1rem}.testimonial-location{color:#9ca3af;font-size:.85rem}.about-cta{position:relative;padding:6rem 0;background:linear-gradient(135deg,#FF6420,#ff8c42);overflow:hidden}.about-cta-bg{position:absolute;inset:0;background:url(https://images.unsplash.com/photo-1589308078059-be1415eab4c3?auto=format&fit=crop&w=1920&q=80) 50%/cover no-repeat;opacity:.1}.about-cta-content{position:relative;z-index:1;text-align:center;max-width:700px;margin:0 auto}.about-cta-title{font-size:2.75rem;font-weight:800;color:white;margin-bottom:1rem}.about-cta-text{font-size:1.15rem;color:rgba(255,255,255,.95);line-height:1.7;margin-bottom:2.5rem}.about-cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media (max-width:1024px){.about-story-grid{gap:3rem}.about-features-grid,.about-testimonials-grid,.about-values-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.about-hero{min-height:70vh;padding:4rem 1rem}.about-hero-title{font-size:2.25rem}.about-hero-subtitle{font-size:1rem}.about-stats-bar{margin-top:0}.about-stats-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.about-stat-number{font-size:1.75rem}.about-story{padding:4rem 0}.about-story-grid{grid-template-columns:1fr;gap:3rem}.about-story-images{height:400px;order:-1}.about-image-float{width:50%;height:200px;bottom:-1.5rem}.about-experience-badge{padding:1rem;top:1rem;right:auto;left:1rem}.badge-number{font-size:1.75rem}.about-section-title{font-size:1.85rem}.about-story-features{grid-template-columns:1fr}.about-features,.about-testimonials,.about-values{padding:4rem 0}.about-features-grid,.about-testimonials-grid,.about-values-grid{grid-template-columns:1fr;gap:1.5rem}.about-feature-card,.about-testimonial-card,.about-value-card{padding:1.75rem}.about-cta{padding:4rem 0}.about-cta-title{font-size:1.85rem}.about-cta-buttons{flex-direction:column;align-items:center}.about-btn{width:100%;max-width:280px}}@media (max-width:480px){.about-hero-title{font-size:1.85rem}.about-hero-badge{font-size:.8rem;padding:.4rem 1rem}.about-stat-icon{width:40px;height:40px}.about-stat-icon svg{width:22px;height:22px}.about-stat-number{font-size:1.5rem}.about-stat-label{font-size:.85rem}.about-section-title{font-size:1.5rem}.about-value-icon{width:60px;height:60px}.about-value-icon img{width:36px;height:36px}.about-feature-icon{width:50px;height:50px}.about-feature-icon svg{width:24px;height:24px}}