.about-container{width:100%;padding-top:70px}.hero-section{opacity:0;grid-template-columns:1fr 1fr;align-items:center;gap:1.5rem;max-width:1400px;min-height:70vh;margin:0 auto;padding:2rem 5% 0;transition:all .8s cubic-bezier(.4,0,.2,1);display:grid;transform:translateY(30px)}.hero-section.visible{opacity:1;transform:translateY(0)}@media (min-width:1025px) and (max-width:1440px){.hero-section{padding-top:6.5rem}}.hero-content{flex-direction:column;gap:1.25rem;display:flex}.hero-badge{color:#fff;letter-spacing:2px;background:linear-gradient(135deg,#eb5e28 0%,coral 100%);border-radius:50px;width:fit-content;padding:.5rem 1.5rem;font-size:.75rem;font-weight:600;animation:.6s ease-out .2s both fadeInUp;display:inline-block}.hero-title{font-size:clamp(2.5rem,5vw,4.5rem);font-weight:800;line-height:1.1;animation:.6s ease-out .4s both fadeInUp}.hero-highlight{background:linear-gradient(135deg,#eb5e28 0%,coral 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-subtitle{max-width:500px;font-size:1.25rem;line-height:1.6;animation:.6s ease-out .6s both fadeInUp}.hero-stats{align-items:center;gap:2rem;margin-top:.75rem;animation:.6s ease-out .8s both fadeInUp;display:flex}.stat-item{flex-direction:column;gap:.25rem;display:flex}.stat-number{color:#eb5e28;font-variant-numeric:tabular-nums;font-size:2rem;font-weight:700;transition:all .3s}.stat-label{text-transform:uppercase;letter-spacing:1px;font-size:.875rem}.stat-divider{width:1px;height:40px}.hero-image-wrapper{animation:.6s ease-out .6s both fadeInUp}.hero-image-container{border-radius:24px;width:100%;height:550px;transition:transform .5s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.hero-image-container:hover{transform:scale(1.02)translateY(-10px)}.hero-image{object-fit:cover;transition:transform .7s cubic-bezier(.4,0,.2,1)}.hero-image-container:hover .hero-image{transform:scale(1.05)}.content-section{opacity:0;max-width:1400px;margin:0 auto;padding:2rem 5%;transition:all .8s cubic-bezier(.4,0,.2,1);transform:translateY(50px)}.content-section.visible{opacity:1;transform:translateY(0)}.content-grid{grid-template-columns:1fr 1fr;align-items:center;gap:1.5rem;display:grid}.content-section.reverse .content-grid{direction:rtl}.content-section.reverse .content-text{direction:ltr}.content-text{flex-direction:column;gap:1rem;display:flex}.section-label{letter-spacing:2px;color:#eb5e28;text-transform:uppercase;margin-bottom:.25rem;font-size:1.15rem;font-weight:700;display:inline-block}.section-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.2}.section-title.centered{text-align:center}.section-description{font-size:1.125rem;line-height:1.8}.content-image{position:relative}.image-card{border-radius:24px;width:100%;height:420px;transition:all .5s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.image-card:hover{transform:translateY(-10px)}.card-image{object-fit:cover;transition:transform .7s cubic-bezier(.4,0,.2,1)}.image-card:hover .card-image{transform:scale(1.05)}.features-section{opacity:0;max-width:1400px;margin:0 auto;padding:2rem 5%;transition:all .8s cubic-bezier(.4,0,.2,1);transform:translateY(50px)}.features-section.visible{opacity:1;transform:translateY(0)}.features-header{text-align:center;margin-bottom:1.5rem}.features-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.feature-card{border-radius:20px;padding:2rem;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 20px #0000000d}.feature-card:hover{border-color:#eb5e28;transform:translateY(-10px);box-shadow:0 20px 40px #0000001a}.feature-icon{margin-bottom:1.5rem;font-size:3rem}.feature-title{margin-bottom:1rem;font-size:1.5rem;font-weight:700}.feature-description{font-size:1rem;line-height:1.7}.cta-section{text-align:center;opacity:0;padding:3rem 5%;transition:all .8s cubic-bezier(.4,0,.2,1);transform:translateY(50px)}.cta-section.visible{opacity:1;transform:translateY(0)}.cta-content{max-width:700px;margin:0 auto}.cta-title{color:#fff;margin-bottom:1rem;font-size:clamp(2rem,4vw,3.5rem);font-weight:700}.cta-description{color:#fffc;margin-bottom:2rem;font-size:1.25rem;line-height:1.7}.cta-form{gap:1rem;max-width:500px;margin:0 auto 1rem;display:flex}.cta-input{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;outline:none;flex:1;padding:1rem 1.5rem;font-size:1rem;transition:all .3s}.cta-button{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#eb5e28 0%,coral 100%);border:none;border-radius:12px;padding:1rem 2.5rem;font-size:1rem;font-weight:600;transition:all .3s}.cta-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 30px #eb5e2866}.cta-button:disabled,.cta-button.loading{opacity:.7;cursor:not-allowed;transform:none}.cta-button.loading{position:relative}.cta-button.loading:after{content:"";border:2px solid #0000;border-top-color:#fff;border-radius:50%;width:16px;height:16px;margin:auto;animation:1s linear infinite spin;position:absolute}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.cta-note{color:#fff9;font-size:.875rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.hero-section{grid-template-columns:1fr;min-height:auto;padding:4rem 5%}.hero-image-container{height:400px}.content-grid{grid-template-columns:1fr;gap:3rem}.content-section.reverse .content-grid{direction:ltr}.features-grid{grid-template-columns:1fr}.hero-stats{gap:1.5rem}}@media (max-width:768px){.hero-section{padding:2rem 5% .5rem}.hero-content{gap:1rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-stats{flex-flow:wrap;align-items:center;gap:.3rem;margin-top:.25rem}.stat-item{flex-direction:row;align-items:baseline;gap:.3rem}.stat-number{font-size:1.75rem}.stat-label{white-space:nowrap;font-size:.8rem}.stat-divider{display:none}.hero-image-container{height:300px}.content-section{padding:4rem 5%}.section-label{font-size:1rem}.section-title{font-size:1.75rem}.section-description{font-size:1rem}.image-card{height:350px}.features-section{padding:4rem 5%}.feature-card{padding:2rem 1.5rem}.cta-section{padding:2.5rem 5%}.cta-form{flex-direction:column}.cta-button{width:100%}}html{scroll-behavior:smooth}.cta-button:focus{outline-offset:2px;outline:2px solid #eb5e28}.hero-image,.card-image{animation:.6s ease-out imageLoad}@keyframes imageLoad{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.about-container.dark-mode .feature-card:hover{box-shadow:0 20px 60px #ff9a761a}
