.about-hero.svelte-cwls5q{position:relative;background:linear-gradient(135deg,#ff3e00,#ff6239);color:#fff;padding:100px 20px;text-align:center;overflow:hidden}.hero-overlay.svelte-cwls5q{position:absolute;inset:0;background:url(../../../assets/images/header/99.jpg) center/cover;opacity:.75}.hero-content.svelte-cwls5q{position:relative;z-index:1}.about-hero.svelte-cwls5q h1:where(.svelte-cwls5q){font-size:3.5rem;margin-bottom:20px;font-weight:800}.hero-subtitle.svelte-cwls5q{font-size:1.5rem;font-weight:300}.intro-section.svelte-cwls5q{padding:80px 20px;background:#fff}.intro-grid.svelte-cwls5q{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.intro-content.svelte-cwls5q h2:where(.svelte-cwls5q){color:var(--primary-color);font-size:2.5rem;margin-bottom:20px}.lead.svelte-cwls5q{font-size:1.2rem;font-weight:500;color:#333;margin-bottom:20px;line-height:1.8}.intro-content.svelte-cwls5q p:where(.svelte-cwls5q){color:#666;line-height:1.8;margin-bottom:15px}.intro-image.svelte-cwls5q{border-radius:12px;overflow:hidden;box-shadow:0 10px 40px #0000001a}.intro-image.svelte-cwls5q img:where(.svelte-cwls5q){width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.values-section.svelte-cwls5q{padding:80px 20px;background:#f9f9f9}.values-section.svelte-cwls5q h2:where(.svelte-cwls5q){text-align:center;font-size:2.5rem;margin-bottom:50px;color:#333}.values-grid.svelte-cwls5q{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px}.value-card.svelte-cwls5q{background:#fff;padding:40px 30px;border-radius:12px;text-align:center;box-shadow:0 4px 15px #00000014;transition:transform .3s,box-shadow .3s;border-top:4px solid var(--primary-color)}.value-card.svelte-cwls5q:hover{transform:translateY(-5px);box-shadow:0 8px 25px #ff3e0026}.value-icon.svelte-cwls5q{font-size:4rem;margin-bottom:20px}.value-card.svelte-cwls5q h3:where(.svelte-cwls5q){color:#333;font-size:1.5rem;margin-bottom:15px}.value-card.svelte-cwls5q p:where(.svelte-cwls5q){color:#666;line-height:1.7}.stats-section.svelte-cwls5q{padding:80px 20px;background:linear-gradient(135deg,#ff8c5a,#ffaa7a);color:#fff}.stats-grid.svelte-cwls5q{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:40px}.stat-card.svelte-cwls5q{text-align:center}.stat-number.svelte-cwls5q{font-size:3.5rem;font-weight:800;margin-bottom:10px}.stat-label.svelte-cwls5q{font-size:1.2rem;font-weight:300}.section-intro.svelte-cwls5q{text-align:center;font-size:1.1rem;color:#666;margin-bottom:50px}.why-choose-section.svelte-cwls5q{padding:80px 20px;background:linear-gradient(135deg,#1a1a2e,#16213e);position:relative;overflow:hidden}.why-choose-section.svelte-cwls5q:before{content:"";position:absolute;top:-50%;right:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(255,62,0,.1) 0%,transparent 70%);border-radius:50%}.why-choose-section.svelte-cwls5q:after{content:"";position:absolute;bottom:-30%;left:-10%;width:400px;height:400px;background:radial-gradient(circle,rgba(255,98,57,.1) 0%,transparent 70%);border-radius:50%}.why-choose-section.svelte-cwls5q h2:where(.svelte-cwls5q){text-align:center;font-size:2.8rem;margin-bottom:15px;color:#fff;position:relative;z-index:1}.why-choose-section.svelte-cwls5q .section-intro:where(.svelte-cwls5q){text-align:center;font-size:1.1rem;color:#666;margin-bottom:60px;position:relative;z-index:1;color:#e0e0e0}.why-card.svelte-cwls5q{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.why-card.svelte-cwls5q h3:where(.svelte-cwls5q){color:#fff}.why-card.svelte-cwls5q p:where(.svelte-cwls5q){color:#d0d0d0}.why-grid.svelte-cwls5q{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:30px;position:relative;z-index:1}.why-card.svelte-cwls5q{background:#fff;padding:40px 30px;border-radius:16px;text-align:center;box-shadow:0 4px 20px #00000014;transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden;border:2px solid transparent}.why-card.svelte-cwls5q:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,var(--primary-color) 0%,#ff6239 100%);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}.why-card.svelte-cwls5q:hover{transform:translateY(-10px);box-shadow:0 15px 40px #ff3e0040;border-color:var(--primary-color)}.why-card.svelte-cwls5q:hover:before{transform:scaleX(1)}.icon-wrapper.svelte-cwls5q{width:80px;height:80px;margin:0 auto 25px;background:linear-gradient(135deg,var(--primary-color) 0%,#ff6239 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;transition:all .4s ease}.icon-wrapper.svelte-cwls5q:before{content:"";position:absolute;width:100%;height:100%;background:linear-gradient(135deg,var(--primary-color) 0%,#ff6239 100%);border-radius:50%;opacity:.3;transform:scale(1);transition:transform .4s ease}.why-card.svelte-cwls5q:hover .icon-wrapper:where(.svelte-cwls5q):before{transform:scale(1.3);opacity:0}.why-card.svelte-cwls5q:hover .icon-wrapper:where(.svelte-cwls5q){transform:rotateY(360deg)}.icon-wrapper.svelte-cwls5q i:where(.svelte-cwls5q){font-size:2.5rem;color:#fff;z-index:1}.why-card.svelte-cwls5q h3:where(.svelte-cwls5q){color:#333;font-size:1.4rem;margin-bottom:15px;font-weight:700}.why-card.svelte-cwls5q p:where(.svelte-cwls5q){color:#666;line-height:1.8;font-size:15px;margin-bottom:20px}.card-footer.svelte-cwls5q{margin-top:20px;padding-top:20px;border-top:1px solid #f0f0f0}.badge.svelte-cwls5q{display:inline-block;background:linear-gradient(135deg,#ff3e001a,#ff62391a);color:#333;padding:6px 16px;border-radius:20px;font-size:14px;font-weight:600;letter-spacing:.5px;transition:all .3s ease}.why-card.svelte-cwls5q:hover .badge:where(.svelte-cwls5q){background:linear-gradient(135deg,var(--primary-color) 0%,#ff6239 100%);color:#fff;transform:scale(1.05)}@media(max-width:768px){.why-choose-section.svelte-cwls5q h2:where(.svelte-cwls5q){font-size:2rem}.why-grid.svelte-cwls5q{grid-template-columns:1fr}}.cta-section.svelte-cwls5q{padding:80px 20px;background:#f9f9f9;text-align:center}.cta-section.svelte-cwls5q h2:where(.svelte-cwls5q){font-size:2.5rem;margin-bottom:20px;color:var(--primary-color)}.cta-section.svelte-cwls5q p:where(.svelte-cwls5q){font-size:1.2rem;color:#666;margin-bottom:40px}.cta-buttons.svelte-cwls5q{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.btn-large.svelte-cwls5q{padding:18px 40px;font-size:1.1rem}.btn.svelte-cwls5q i:where(.svelte-cwls5q){margin-right:8px}.btn-secondary.svelte-cwls5q{background:#fff;color:var(--primary-color);border:2px solid var(--primary-color)}.btn-secondary.svelte-cwls5q:hover{background:var(--primary-color);color:#fff}@media(max-width:768px){.about-hero.svelte-cwls5q h1:where(.svelte-cwls5q){font-size:2.5rem}.hero-subtitle.svelte-cwls5q{font-size:1.2rem}.intro-grid.svelte-cwls5q{grid-template-columns:1fr}.intro-content.svelte-cwls5q h2:where(.svelte-cwls5q){font-size:2rem}.cta-buttons.svelte-cwls5q{flex-direction:column;align-items:center}}.expertise-section.svelte-cwls5q{padding:80px 20px;background:linear-gradient(to bottom,#fff,#fff5f0)}.expertise-grid.svelte-cwls5q{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:35px;margin-top:50px}.expertise-card.svelte-cwls5q{background:#fff;padding:40px 35px;border-radius:20px;border:2px solid #ffe8dc;box-shadow:0 8px 25px #ff3e0014;transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden}.expertise-card.svelte-cwls5q:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,62,0,.05),transparent);transition:left .6s}.expertise-card.svelte-cwls5q:hover:before{left:100%}.expertise-card.svelte-cwls5q:hover{transform:translateY(-12px);box-shadow:0 20px 50px #ff3e0033;border-color:var(--primary-color)}.expertise-icon.svelte-cwls5q{width:80px;height:80px;background:linear-gradient(135deg,var(--primary-color) 0%,#ff6239 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:25px;box-shadow:0 10px 25px #ff3e004d;transition:all .4s}.expertise-card.svelte-cwls5q:hover .expertise-icon:where(.svelte-cwls5q){transform:rotateY(360deg) scale(1.1)}.expertise-icon.svelte-cwls5q i:where(.svelte-cwls5q){font-size:2rem;color:#fff}.expertise-card.svelte-cwls5q h3:where(.svelte-cwls5q){font-size:1.5rem;color:#1a1a1a;margin-bottom:15px;font-weight:700;transition:color .3s}.expertise-card.svelte-cwls5q:hover h3:where(.svelte-cwls5q){color:var(--primary-color)}.expertise-card.svelte-cwls5q>p:where(.svelte-cwls5q){color:#666;line-height:1.7;margin-bottom:25px;font-size:1rem}.expertise-list.svelte-cwls5q{list-style:none;margin:0;background:linear-gradient(135deg,#fff5f0,#ffe8dc);padding:20px;border-radius:12px;border:1px solid #ffd4ba}.expertise-list.svelte-cwls5q li:where(.svelte-cwls5q){color:#555;font-size:.95rem;margin-bottom:12px;display:flex;align-items:center;gap:12px;line-height:1.5}.expertise-list.svelte-cwls5q li:where(.svelte-cwls5q):last-child{margin-bottom:0}.expertise-list.svelte-cwls5q i:where(.svelte-cwls5q){color:var(--primary-color);font-size:.9rem;flex-shrink:0}@media(max-width:968px){.expertise-grid.svelte-cwls5q{grid-template-columns:1fr}}
