/*
Theme Name: Naorénov (Style RenovNantes - Couleurs Officielles)
Theme URI: https://naorenov.fr
Description: Thème premium avec les couleurs officielles Orange (#F97316) et Vert (#51583F).
Author: Gemini
Version: 4.0.0
*/

:root {
    --color-orange: #F97316;
    --color-green: #51583F;
    --color-gray-light: #F3F4F6;
    --color-gray-text: #4B5563;
    --color-white: #FFFFFF;
    --font-heading: 'Inter', sans-serif;
    --font-body: 'Manrope', sans-serif;
    --shadow-card: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    --radius: 12px;
}

body { font-family: var(--font-body); color: var(--color-gray-text); background: var(--color-white); margin: 0; line-height: 1.6; }
h1, h2, h3, h4 { font-family: var(--font-heading); color: var(--color-green); font-weight: 800; margin-top: 0; }
a { color: var(--color-orange); text-decoration: none; transition: 0.3s; }
a:hover { opacity: 0.8; }

/* Header */
.site-header { background: var(--color-white); padding: 15px 5%; display: flex; justify-content: space-between; align-items: center; position: sticky; top: 0; z-index: 1000; box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05); }
.site-branding a { font-size: 26px; font-weight: 800; color: var(--color-green); letter-spacing: -0.5px; }
.site-branding a span { color: var(--color-orange); }
.main-navigation ul { list-style: none; display: flex; gap: 35px; margin: 0; padding: 0; align-items: center; }
.main-navigation a { color: var(--color-green); font-weight: 600; font-size: 15px; }
.main-navigation a:hover { color: var(--color-orange); }

/* Boutons */
.btn-primary, .btn-secondary { display: inline-flex; align-items: center; justify-content: center; padding: 16px 32px; border-radius: 8px; font-weight: 700; font-size: 16px; transition: all 0.3s ease; }
.btn-primary { background: var(--color-orange); color: var(--color-white) !important; }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 10px 15px -3px rgba(249, 115, 22, 0.4); }
.btn-secondary { background: var(--color-white); color: var(--color-green) !important; }
.btn-secondary:hover { background: var(--color-gray-light); transform: translateY(-2px); }

/* Hero Section */
.hero-home { 
    background: linear-gradient(rgba(81, 88, 63, 0.85), rgba(81, 88, 63, 0.85)), url('https://images.unsplash.com/photo-1503387762-592deb58ef4e?auto=format&fit=crop&w=1920&q=80') center/cover; 
    padding: 160px 20px; 
    text-align: center; 
    color: var(--color-white); 
}
.hero-home h1 { font-size: 4rem; color: var(--color-white); margin-bottom: 25px; line-height: 1.1; letter-spacing: -1px; }
.hero-home p { font-size: 1.3rem; max-width: 800px; margin: 0 auto 40px; font-weight: 500; color: #E5E7EB; }
.hero-buttons { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; }

/* Sections communes */
.section-padding { padding: 100px 20px; }
.section-title { text-align: center; font-size: 2.75rem; margin-bottom: 60px; letter-spacing: -1px; color: var(--color-green); }
.section-subtitle { text-align: center; color: var(--color-orange); font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 15px; font-size: 0.9rem; }
.container { max-width: 1200px; margin: 0 auto; }

/* Grille Avantages */
.advantages-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; }
.advantage-card { background: var(--color-white); padding: 40px 30px; border-radius: var(--radius); box-shadow: var(--shadow-card); text-align: center; border: 1px solid #F3F4F6; transition: transform 0.3s; }
.advantage-card:hover { transform: translateY(-5px); border-color: var(--color-green); }
.advantage-icon { font-size: 3rem; margin-bottom: 20px; color: var(--color-green); }
.advantage-card h3 { font-size: 1.3rem; margin-bottom: 15px; color: var(--color-green); }

/* Grille Prestations */
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 30px; }
.service-card { position: relative; border-radius: var(--radius); overflow: hidden; height: 300px; display: flex; align-items: flex-end; padding: 30px; text-decoration: none !important; }
.service-card::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(to top, rgba(81,88,63,0.9), rgba(81,88,63,0.2)); z-index: 1; transition: 0.3s; }
.service-card:hover::before { background: linear-gradient(to top, rgba(81,88,63,1), rgba(81,88,63,0.5)); }
.service-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; transition: transform 0.5s; }
.service-card:hover .service-bg { transform: scale(1.05); }
.service-content { position: relative; z-index: 2; color: var(--color-white); width: 100%; }
.service-content h3 { color: var(--color-white); font-size: 1.5rem; margin: 0 0 10px 0; }
.service-arrow { color: var(--color-orange); font-weight: bold; display: flex; align-items: center; gap: 5px; opacity: 0; transform: translateX(-10px); transition: 0.3s; }
.service-card:hover .service-arrow { opacity: 1; transform: translateX(0); }

/* Étapes (Comment ça marche) */
.steps-section { background: var(--color-green); color: var(--color-white); }
.steps-section .section-title { color: var(--color-white); }
.steps-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 20px; text-align: center; position: relative; }
.step-number { background: var(--color-orange); color: var(--color-white); width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; border-radius: 50%; margin: 0 auto 20px; font-weight: 800; font-size: 1.5rem; }
.step-title { font-size: 1.1rem; color: var(--color-white); }

/* Footer */
.site-footer { background: var(--color-green); color: var(--color-white); padding: 80px 20px 40px; text-align: center; }
