/*
Theme Name: Aquilifer Stratégie
Theme URI: https://www.aquiliferstrategie.com/
Author: [Votre Nom]
Author URI: https://www.aquiliferstrategie.com/
Description: Thème sur-mesure pour le cabinet de conseil Aquilifer Stratégie, basé sur une approche moderne et épurée.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-page, custom-background, custom-logo
Text Domain: aquilifer
*/

body {
    font-family: 'Inter', sans-serif;
    background-color: #FDFBF8;
    color: #1A2E35;
}
.hero-gradient {
    background: linear-gradient(135deg, rgba(253, 251, 248, 1) 0%, rgba(245, 235, 220, 0.3) 100%);
}
.btn-primary {
    @apply px-8 py-4 bg-[#1A2E35] text-white font-semibold rounded-lg shadow-md hover:bg-[#345a67] transition-all duration-300 text-lg;
}
.btn-secondary {
    @apply px-6 py-3 bg-transparent border border-[#1A2E35] text-[#1A2E35] font-semibold rounded-lg hover:bg-[#1A2E35] hover:text-white transition-all duration-300;
}
.section-title {
    @apply text-3xl md:text-4xl font-bold text-[#1A2E35] text-center;
}
.section-subtitle {
    @apply mt-4 text-lg text-gray-600 text-center max-w-2xl mx-auto;
}
.card {
    @apply bg-white p-8 rounded-xl shadow-lg border border-gray-100 h-full flex flex-col;
}
