body {
    margin: 0;
    font-family: 'Inter', sans-serif;
    color: #333;
}

.hero {
    text-align: center;
    padding: 80px 20px;
    background: linear-gradient(135deg, #F28C4C, #2F6FA3);
    color: white;
}

.logo {
    width: 120px;
    margin-bottom: 20px;
}

h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
}

.section {
    padding: 60px 20px;
    text-align: center;
}

.btn {
    padding: 12px 20px;
    margin: 10px;
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
}

.primary {
    background: #F28C4C;
    color: white;
}

.secondary {
    background: #2F6FA3;
    color: white;
}

.grid {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

form input, form textarea {
    width: 100%;
    max-width: 400px;
    margin: 10px auto;
    padding: 10px;
    display: block;
}

.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #25D366;
    color: white;
    padding: 15px;
    border-radius: 50px;
}
