.hero{min-height:100vh;background:linear-gradient(135deg,#ffffff 0%,#f8f9fa 100%);position:relative;overflow:hidden;padding-top:120px}.hero::before{content:'';position:absolute;top:0;right:-50%;width:100%;height:100%;background:radial-gradient(ellipse at center,var(--primary-light) 0%,transparent 70%);z-index:1}.hero .container{position:relative;z-index:2}.hero-content h1{font-family:var(--font-display);font-size:clamp(2.5rem, 5vw, 4rem);font-weight:800;line-height:1.2;margin-bottom:1.5rem;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:#fff0;background-clip:text}.hero-content p{font-size:1.2rem;color:var(--medium-gray);margin-bottom:2rem}.hero-visual{position:relative}.hero-image{width:100%;height:500px;object-fit:cover;border-radius:2rem;box-shadow:0 25px 50px -12px rgb(0 0 0 / .25)}.floating-card{position:absolute;background:#fff;padding:1.5rem;border-radius:1rem;box-shadow:0 25px 50px -12px rgb(0 0 0 / .25);animation:float 6s ease-in-out infinite}.floating-card.card-1{top:2rem;right:-1rem;animation-delay:0s}.floating-card.card-2{bottom:2rem;left:-1rem;animation-delay:3s}@keyframes float{0%,100%{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(2deg)}}.about-content h2{font-family:var(--font-display);font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;color:var(--black)}.about-content p{color:var(--medium-gray);margin-bottom:2rem;font-size:1.1rem}.stat-item{text-align:center;background:#fff;padding:1.5rem;border-radius:1rem;box-shadow:0 1px 2px 0 rgb(0 0 0 / .05);transition:all 0.3s ease}.stat-item:hover{transform:translateY(-5px) rotate(1deg);box-shadow:0 4px 6px -1px rgb(0 0 0 / .1),0 2px 4px -2px rgb(0 0 0 / .1)}.stat-number{font-family:var(--font-display);font-size:2.5rem;font-weight:800;color:var(--primary);display:block}.stat-label{color:var(--medium-gray);font-size:.9rem;margin-top:.5rem}.about-image{width:100%;height:500px;object-fit:cover;border-radius:2rem;box-shadow:0 4px 6px -1px rgb(0 0 0 / .1),0 2px 4px -2px rgb(0 0 0 / .1);transition:transform 0.3s ease}.about-image:hover{transform:scale(1.02) rotate(-1deg)}.feature-list{list-style:none;margin-top:1.5rem;padding:0}.feature-list li{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;color:var(--black);font-weight:500}.feature-list li i{color:var(--primary);font-size:1.2rem}.feature-item{display:flex;align-items:flex-start;gap:1.5rem;padding:2rem;background:#fff;border-radius:1.5rem;box-shadow:0 1px 2px 0 rgb(0 0 0 / .05);transition:all 0.3s ease;border:2px solid #fff0;height:100%}.feature-item:hover{transform:translateY(-5px) rotate(-1deg);box-shadow:0 4px 6px -1px rgb(0 0 0 / .1),0 2px 4px -2px rgb(0 0 0 / .1);border-color:var(--primary-light)}.feature-icon{width:60px;height:60px;background:var(--primary-light);border-radius:1rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all 0.3s ease}.feature-icon i{font-size:1.5rem;color:var(--primary);transition:transform 0.3s ease}.feature-item:hover .feature-icon{background:var(--primary)}.feature-item:hover .feature-icon i{color:#fff;transform:rotate(180deg)}.feature-content h4{font-family:var(--font-display);font-size:1.3rem;font-weight:600;margin-bottom:.5rem;color:var(--black)}.feature-content p{color:var(--medium-gray);line-height:1.6;margin-bottom:0}.cta{background:var(--gradient-dark);color:#fff;text-align:center;position:relative;overflow:hidden}.cta::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="%23f25b28" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');z-index:1}.cta .container{position:relative;z-index:2}.cta h2{font-family:var(--font-display);font-size:clamp(2rem, 4vw, 3.5rem);font-weight:700;margin-bottom:1.5rem;line-height:1.2}.cta p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}