/* Custom styles for the landing page */
.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

input:focus, textarea:focus {
    outline: none;
    border-color: #22c55e;
    box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.2);
}

@media (max-width: 768px) {
    .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}