.services-hero{background:var(--color-dark);padding:180px 20px 100px;position:relative}.services-hero-container{margin:0 auto;max-width:1200px;position:relative}.services-hero-content{margin-bottom:80px;text-align:center}.services-hero-title{background:linear-gradient(135deg,#fff,#b1e35d);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:fadeInUp .6s ease-out .2s both;color:var(--color-white);font-size:56px;font-weight:700;line-height:1.2;margin-bottom:24px}.services-hero-subtitle{animation:fadeInUp .6s ease-out .3s both;color:var(--color-darkWhite);font-family:var(--font-body);font-size:20px;line-height:1.6;margin:0 auto 40px;max-width:700px}.services-hero-cta{animation:fadeInUp .6s ease-out .4s both}.services-cta-btn{background:linear-gradient(135deg,var(--color-green),#a0d34d);border:none;border-radius:8px;box-shadow:0 4px 15px rgba(177,227,93,.2);color:var(--color-dark);cursor:pointer;display:inline-block;font-family:var(--font-body);font-size:18px;font-weight:600;padding:16px 40px;text-decoration:none;transition:all .3s}.services-cta-btn:hover{box-shadow:0 6px 20px rgba(177,227,93,.3);transform:translateY(-2px)}.services-hero-features{animation:fadeInUp .6s ease-out .5s both;display:grid;gap:32px;grid-template-columns:repeat(3,1fr)}.services-feature-card{animation:fadeInUp .6s ease-out both;background:rgba(21,28,37,.5);border:1px solid var(--color-grey);border-radius:12px;padding:32px 24px;text-align:center;transition:all .3s}.services-feature-card:first-child{animation-delay:.6s}.services-feature-card:nth-child(2){animation-delay:.7s}.services-feature-card:nth-child(3){animation-delay:.8s}.services-feature-card:hover{background:rgba(21,28,37,.8);border-color:var(--color-green);box-shadow:0 8px 24px rgba(0,0,0,.3);transform:translateY(-4px)}.services-feature-icon{align-items:center;background:rgba(177,227,93,.1);border-radius:50%;display:inline-flex;height:64px;justify-content:center;margin-bottom:20px;transition:all .3s;width:64px}.services-feature-icon svg{color:var(--color-green)}.services-feature-card:hover .services-feature-icon{background:rgba(177,227,93,.2);transform:scale(1.1)}.services-feature-title{color:var(--color-white);font-family:var(--font-body);font-size:20px;font-weight:600;margin-bottom:12px}.services-feature-desc{color:var(--color-darkWhite);font-family:var(--font-body);font-size:15px;line-height:1.6;margin:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.services-hero{padding:160px 20px 80px}.services-hero-title{font-size:42px}.services-hero-subtitle{font-size:18px}.services-hero-features{gap:24px}.services-feature-card{padding:28px 20px}}@media (max-width:768px){.services-hero{padding:140px 16px 60px}.services-hero-content{margin-bottom:60px}.services-hero-title{font-size:32px;margin-bottom:20px}.services-hero-subtitle{font-size:16px;margin-bottom:32px}.services-cta-btn{font-size:16px;padding:14px 32px}.services-hero-features{gap:20px;grid-template-columns:1fr}.services-feature-card{padding:24px 20px}.services-feature-icon{height:56px;margin-bottom:16px;width:56px}.services-feature-icon svg{height:28px;width:28px}.services-feature-title{font-size:18px;margin-bottom:10px}.services-feature-desc{font-size:14px}}