@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Rubik+Doodle+Shadow&display=swap");.footer-s{background:#000;color:#fff;font-family:Inter,sans-serif;justify-content:center;min-height:100vh;padding:40px 20px}.footer-content-s,.footer-s{align-items:center;display:flex}.footer-content-s{flex-direction:row;flex-wrap:wrap;gap:40px;justify-content:space-between;max-width:1200px;width:100%}.footer-text-s{flex:1 1 50%}.footer-text-s h1{font-size:2.5rem;line-height:1.2;margin-bottom:20px}.footer-text-s p{color:#ccc;font-size:1.25rem}.footer-form-s{background-color:#fff;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.2);flex:1 1 40%;padding:30px 20px}.footer-form-s form{display:flex;flex-direction:column;gap:16px}.footer-form-s input{border:1px solid #ccc;border-radius:8px;font-size:1rem;padding:14px}.footer-form-s button{background-color:#000;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;padding:14px;transition:background-color .3s ease}.footer-form-s button:hover{background-color:#333}@media (max-width:768px){.footer-content-s{align-items:flex-start;flex-direction:column}.footer-form-s{width:100%}.footer-text-s h1{font-size:2rem}.footer-text-s p{font-size:1rem}}