.services{background:#f7f7f7}.services__content{display:grid;grid-template-columns:repeat(auto-fit,minmax(30rem,1fr));gap:4rem;margin-top:5rem}.services__card{background:#fff;padding:4rem;border-radius:10px;box-shadow:0 5px 15px rgba(0,0,0,.05);text-align:center;transition:all .3s;border-bottom:5px solid transparent}.services__card:hover{transform:translateY(-1rem);border-bottom:5px solid #e9af43}.services__card-title{font-size:2.2rem;text-transform:uppercase;margin-bottom:2rem;letter-spacing:1px}.services__card-desc{font-size:1.7rem;line-height:1.7;color:#666;margin-bottom:3rem}.services__card-cta{font-size:1.5rem;font-weight:700;color:#e9af43;text-decoration:none;border:2px solid #e9af43;padding:1rem 2rem;border-radius:5px;transition:all .3s}.services__card-cta:hover{background:#e9af43;color:#fff}.newsletter-simple{padding:5rem 0;background:#333;color:#fff;text-align:center}.newsletter-simple h3{font-size:2.5rem;margin-bottom:1rem}.newsletter-simple p{font-size:1.6rem;margin-bottom:2rem;color:#ccc}.newsletter-form{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.newsletter-input{padding:1.5rem;width:30rem;border-radius:5px;border:none}