.services-menu[data-astro-cid-otfzry2x]{--primary-color: #f15a29;--secondary-color: #262262;--neutral-light: #f8fafc;--text-color: #262262;--border-color: rgba(0, 0, 0, .1);--shadow: 0 2px 8px rgba(0, 0, 0, .06);--shadow-hover: 0 8px 25px rgba(0, 0, 0, .12)}.services-menu__container[data-astro-cid-otfzry2x]{display:flex;gap:1rem}.services-menu--horizontal[data-astro-cid-otfzry2x] .services-menu__container[data-astro-cid-otfzry2x]{flex-direction:row;flex-wrap:wrap;justify-content:center}.services-menu--horizontal[data-astro-cid-otfzry2x] .services-menu__item[data-astro-cid-otfzry2x]{flex:1;min-width:280px;max-width:320px}.services-menu--vertical[data-astro-cid-otfzry2x] .services-menu__container[data-astro-cid-otfzry2x]{flex-direction:column;max-width:400px;margin:0 auto}.services-menu--vertical[data-astro-cid-otfzry2x] .services-menu__item[data-astro-cid-otfzry2x]{width:100%;min-width:unset;max-width:unset}.services-menu--grid[data-astro-cid-otfzry2x] .services-menu__container[data-astro-cid-otfzry2x]{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.services-menu__item[data-astro-cid-otfzry2x]{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#fff;border:2px solid var(--border-color);border-radius:8px;text-decoration:none;color:var(--text-color);transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:var(--shadow)}.services-menu__item[data-astro-cid-otfzry2x]:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),rgba(241,90,41,.1),rgba(255,255,255,.4),transparent);transition:left .8s ease;z-index:1;transform:skew(-15deg)}.services-menu__item[data-astro-cid-otfzry2x]:hover:before{left:100%}.services-menu__item[data-astro-cid-otfzry2x]:hover{transform:translateY(-4px);box-shadow:var(--shadow-hover);border-color:var(--primary-color);background:#fffffff2}.services-menu__item--primary[data-astro-cid-otfzry2x]:hover{border-color:var(--primary-color);background:#fffffff2}.services-menu__item--secondary[data-astro-cid-otfzry2x]:hover{border-color:var(--secondary-color);background:#fffffff2}.services-menu__icon[data-astro-cid-otfzry2x]{flex-shrink:0;width:48px;height:48px;background:var(--neutral-light);border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;position:relative;z-index:2}.services-menu__item--primary[data-astro-cid-otfzry2x] .services-menu__icon[data-astro-cid-otfzry2x]{color:var(--primary-color)}.services-menu__item--secondary[data-astro-cid-otfzry2x] .services-menu__icon[data-astro-cid-otfzry2x]{color:var(--secondary-color)}.services-menu__item[data-astro-cid-otfzry2x]:hover .services-menu__icon[data-astro-cid-otfzry2x]{transform:scale(1.1);background:var(--primary-color);color:#fff}.services-menu__item--secondary[data-astro-cid-otfzry2x]:hover .services-menu__icon[data-astro-cid-otfzry2x]{background:var(--secondary-color)}.services-menu__content[data-astro-cid-otfzry2x]{flex:1;position:relative;z-index:2}.services-menu__title[data-astro-cid-otfzry2x]{font-size:1.125rem;font-weight:600;color:var(--text-color);margin:0 0 .5rem;transition:color .3s ease}.services-menu__item[data-astro-cid-otfzry2x]:hover .services-menu__title[data-astro-cid-otfzry2x]{color:var(--primary-color)}.services-menu__item--secondary[data-astro-cid-otfzry2x]:hover .services-menu__title[data-astro-cid-otfzry2x]{color:var(--secondary-color)}.services-menu__description[data-astro-cid-otfzry2x]{font-size:.875rem;color:#6b7280;margin:0;line-height:1.4;transition:color .3s ease}.services-menu__item[data-astro-cid-otfzry2x]:hover .services-menu__description[data-astro-cid-otfzry2x]{color:var(--text-color)}.services-menu__arrow[data-astro-cid-otfzry2x]{flex-shrink:0;width:24px;height:24px;color:#9ca3af;transition:all .3s ease;position:relative;z-index:2}.services-menu__item[data-astro-cid-otfzry2x]:hover .services-menu__arrow[data-astro-cid-otfzry2x]{color:var(--primary-color);transform:translate(2px,-2px)}.services-menu__item--secondary[data-astro-cid-otfzry2x]:hover .services-menu__arrow[data-astro-cid-otfzry2x]{color:var(--secondary-color)}.services-menu--animated[data-astro-cid-otfzry2x] .services-menu__item[data-astro-cid-otfzry2x]{opacity:0;transform:translate(30px);animation:slideInFromRight .8s ease forwards}.services-menu--animated[data-astro-cid-otfzry2x] .services-menu__item[data-astro-cid-otfzry2x]:nth-child(1){animation-delay:.2s}.services-menu--animated[data-astro-cid-otfzry2x] .services-menu__item[data-astro-cid-otfzry2x]:nth-child(2){animation-delay:.4s}.services-menu--animated[data-astro-cid-otfzry2x] .services-menu__item[data-astro-cid-otfzry2x]:nth-child(3){animation-delay:.6s}.services-menu--animated[data-astro-cid-otfzry2x] .services-menu__item[data-astro-cid-otfzry2x]:nth-child(4){animation-delay:.8s}@keyframes slideInFromRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInUp{to{opacity:1;transform:translateY(0)}}.hero-services[data-astro-cid-otfzry2x] .services-menu--animated[data-astro-cid-otfzry2x] .services-menu__item[data-astro-cid-otfzry2x]{opacity:0;transform:translate(40px) scale(.95);animation:heroSlideIn 1s cubic-bezier(.4,0,.2,1) forwards}.hero-services[data-astro-cid-otfzry2x] .services-menu--animated[data-astro-cid-otfzry2x] .services-menu__item[data-astro-cid-otfzry2x]:nth-child(1){animation-delay:.3s}.hero-services[data-astro-cid-otfzry2x] .services-menu--animated[data-astro-cid-otfzry2x] .services-menu__item[data-astro-cid-otfzry2x]:nth-child(2){animation-delay:.5s}.hero-services[data-astro-cid-otfzry2x] .services-menu--animated[data-astro-cid-otfzry2x] .services-menu__item[data-astro-cid-otfzry2x]:nth-child(3){animation-delay:.7s}.hero-services[data-astro-cid-otfzry2x] .services-menu--animated[data-astro-cid-otfzry2x] .services-menu__item[data-astro-cid-otfzry2x]:nth-child(4){animation-delay:.9s}@keyframes heroSlideIn{0%{opacity:0;transform:translate(40px) scale(.95)}60%{opacity:.8;transform:translate(-5px) scale(1.02)}to{opacity:1;transform:translate(0) scale(1)}}@media (max-width: 768px){.services-menu--horizontal[data-astro-cid-otfzry2x] .services-menu__container[data-astro-cid-otfzry2x]{flex-direction:column}.services-menu--horizontal[data-astro-cid-otfzry2x] .services-menu__item[data-astro-cid-otfzry2x]{min-width:unset;max-width:unset}.services-menu--grid[data-astro-cid-otfzry2x] .services-menu__container[data-astro-cid-otfzry2x]{grid-template-columns:1fr}.services-menu__item[data-astro-cid-otfzry2x]{padding:1.25rem}.services-menu__icon[data-astro-cid-otfzry2x]{width:40px;height:40px}.services-menu__title[data-astro-cid-otfzry2x]{font-size:1rem}.services-menu__description[data-astro-cid-otfzry2x]{font-size:.8rem}}@media (hover: none){.services-menu__item[data-astro-cid-otfzry2x]:hover{transform:none;box-shadow:var(--shadow)}.services-menu__item[data-astro-cid-otfzry2x]:active{transform:none}}
