:root { --primary: #115e59; --primary-dark: #0f3f3b; --primary-light: #d5f4ec; --premium-green: #0f766e; --premium-green-soft: #e4f6f1; --dark: #0f172a; --text: #334155; --muted: #64748b; --soft: #f8fafc; --white: #ffffff; --border: #e2e8f0; --shadow: 0 24px 70px rgba(15, 23, 42, .14); --shadow-soft: 0 16px 40px rgba(15, 23, 42, .09); --radius: 28px; }
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, sans-serif; color: var(--text); background: var(--soft); line-height: 1.6; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea { font: inherit; }
.green-text { color: #22c55e; }
.topbar { position: fixed; top: 0; left: 0; width: 100%; z-index: 1000; background: #050505; border-bottom: 1px solid rgba(34, 197, 94, .28); box-shadow: 0 10px 30px rgba(0, 0, 0, .28); }
.nav { width: 100%; min-height: 72px; padding: 0 16px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.brand { display: flex; align-items: center; gap: 10px; min-width: 0; color: var(--white); }
.brand-logo { height: 72px; width: auto; max-width: 170px; object-fit: contain; }
.logo-presta, .logo-33 { display: none; }
.logo-text { min-width: 0; display: block; }
.logo-multi { display: block; color: #ffffff; font-size: .9rem; font-weight: 900; letter-spacing: 0; white-space: nowrap; }
.dropdown { position: relative; }
.menu-btn { width: 48px; height: 48px; border: 1px solid rgba(34, 197, 94, .35); background: rgba(255, 255, 255, .08); color: #22c55e; border-radius: 16px; display: flex; align-items: center; justify-content: center; cursor: pointer; box-shadow: 0 8px 22px rgba(0, 0, 0, .22); }
.menu-btn span { font-size: 1.55rem; line-height: 1; font-weight: 800; }
.dropdown-panel { max-height: 360px; overflow-y: auto; scrollbar-width: thin; position: absolute; right: 0; top: calc(100% + 12px); width: 300px; padding: 10px; background: var(--white); border: 1px solid var(--border); border-radius: 22px; box-shadow: 0 18px 40px rgba(15, 23, 42, .16); opacity: 0; visibility: hidden; transform: translateY(8px); transition: .18s ease; }
.dropdown.active .dropdown-panel { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown-panel a { display: grid; grid-template-columns: 42px 1fr; align-items: center; gap: 12px; padding: 13px; border-radius: 18px; transition: .18s ease; color: var(--dark); font-weight: 800; font-size: .95rem; }
.dropdown-panel a:hover { background: #f1f5f9; transform: translateX(3px); }
.menu-ico { width: 42px; height: 42px; border-radius: 14px; display: grid; place-items: center; background: var(--primary-light); color: var(--primary-dark); font-size: 1.15rem; }
.hero { margin-top: 72px; min-height: calc(100svh - 72px); padding: 34px 18px 104px; position: relative; overflow: hidden; background: linear-gradient(180deg, rgba(15, 23, 42, .86), rgba(17, 94, 89, .68)), url('images/photo-principale.jpg') center/cover; color: var(--white); }
.hero::after { content: ''; position: absolute; inset: auto 0 0; height: 78px; background: linear-gradient(180deg, transparent, var(--soft)); }
.hero-inner { max-width: 640px; margin: 0; position: relative; z-index: 2; min-height: calc(100svh - 210px); display: flex; align-items: flex-end; }
.eyebrow { display: inline-flex; align-items: center; padding: 8px 12px; border: 1px solid rgba(255, 255, 255, .28); border-radius: 999px; background: rgba(255, 255, 255, .14); backdrop-filter: blur(8px); font-weight: 800; font-size: .82rem; margin-bottom: 16px; }
h1, h2, h3 { font-family: 'Plus Jakarta Sans', 'Inter', sans-serif; }
h1 { font-size: clamp(2.25rem, 13vw, 4.4rem); line-height: .98; letter-spacing: 0; margin-bottom: 16px; color: var(--white); text-shadow: 0 6px 22px rgba(0, 0, 0, .36); }
h2 { color: var(--dark); font-size: clamp(1.7rem, 8vw, 2.75rem); line-height: 1.04; letter-spacing: 0; margin-bottom: 10px; }
h3 { color: var(--dark); font-size: clamp(1.35rem, 6vw, 2rem); line-height: 1.08; letter-spacing: 0; margin-bottom: 10px; }
.hero p { max-width: 620px; font-size: 1.03rem; color: rgba(255, 255, 255, .92); margin-bottom: 22px; }
.green-text { color: #22c55e; }
.app-section { padding: 46px 16px; }
.container { width: min(100%, 760px); margin: 0 auto; }
.compact-head { margin-bottom: 22px; }
.section-kicker { color: var(--primary); text-transform: uppercase; font-weight: 900; letter-spacing: .08em; font-size: .72rem; margin-bottom: 8px; }
.section-head p { font-size: .98rem; color: var(--muted); }
.mobile-stack { display: grid; grid-template-columns: 1fr; gap: 10px; }
.hero-actions, .service-actions, .contact-actions { display: grid; gap: 10px; }
.btn, .tax-pill { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 14px 18px; border-radius: 16px; border: 0; font-weight: 900; font-size: 1rem; white-space: nowrap; text-align: center; }
.btn { cursor: pointer; transition: .2s ease; }
.btn-primary, .tax-pill { background: #22c55e; color: #000; box-shadow: 0 14px 30px rgba(34, 197, 94, .26); }
.btn-white { background: rgba(255, 255, 255, .16); color: var(--white); border: 1px solid rgba(255, 255, 255, .25); backdrop-filter: blur(10px); }
.btn-green { background: var(--primary); color: var(--white); }
.btn-outline { background: var(--white); color: var(--primary-dark); border: 1px solid var(--border); }
.app-badges { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 18px; }
.app-badges span { padding: 8px 10px; border-radius: 999px; background: rgba(255, 255, 255, .16); border: 1px solid rgba(255, 255, 255, .22); font-size: .78rem; font-weight: 800; }
.trust-strip { padding-top: 12px; }
.trust-grid { display: grid; grid-template-columns: 1fr; gap: 12px; }
.trust-card, .service-choice, .faq-card, .contact-card { background: var(--white); border: 1px solid var(--border); box-shadow: var(--shadow-soft); }
.trust-card { border-radius: 18px; padding: 18px; display: grid; grid-template-columns: 48px 1fr; column-gap: 12px; align-items: center; }
.trust-card span { width: 48px; height: 48px; border-radius: 16px; display: grid; place-items: center; background: var(--premium-green-soft); color: var(--premium-green); font-size: 1.45rem; grid-row: span 2; }
.trust-card strong, .faq-card strong { color: var(--dark); display: block; font-size: 1rem; }
.trust-card p, .faq-card p, .service-content > p, .note { color: var(--muted); }
.quick-services { background: var(--white); }
.app-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.service-choice { min-height: 150px; border-radius: 18px; padding: 16px 10px; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.choice-icon { width: 58px; height: 58px; margin: 0 auto 10px; border-radius: 18px; display: grid; place-items: center; color: var(--white); font-size: 1.55rem; font-weight: 900; }
.choice-icon.autonomie { background: linear-gradient(135deg, #65a30d, #84cc16); }
.choice-icon.courses, .choice-icon.vie { background: linear-gradient(135deg, #d97706, #f59e0b); }
.choice-icon.social { background: linear-gradient(135deg, #06b6d4, #22d3ee); }
.choice-icon.nuit { background: linear-gradient(135deg, #1d4ed8, #2563eb); }
.choice-icon.hospitalisation { background: linear-gradient(135deg, #0891b2, #14b8a6); }
.service-choice strong { display: block; color: var(--dark); font-size: .94rem; line-height: 1.2; }
.quick-reserve { min-height: 42px; margin-top: 12px; display: inline-flex; align-items: center; justify-content: center; padding: 9px 13px; border-radius: 999px; background: var(--primary); color: var(--white); font-weight: 900; font-size: .84rem; border: 0; cursor: pointer; }
.service { background: var(--white); border: 1px solid var(--border); border-radius: 22px; box-shadow: var(--shadow-soft); overflow: hidden; margin-bottom: 18px; }
.service-image { min-height: 190px; position: relative; }
.service-image img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.service-badge { position: absolute; left: 14px; top: 14px; padding: 8px 11px; border-radius: 999px; color: var(--white); font-weight: 900; background: rgba(15, 23, 42, .72); backdrop-filter: blur(10px); z-index: 2; font-size: .8rem; }
.service-content { padding: 20px; }
.service-content > p { margin-bottom: 14px; }
.check-list { display: grid; gap: 8px; margin-bottom: 18px; }
.check-list li { list-style: none; display: flex; align-items: flex-start; gap: 9px; color: #475569; font-size: .95rem; }
.check-list li::before { content: '✓'; flex: 0 0 22px; width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center; background: var(--primary-light); color: var(--primary-dark); font-weight: 900; font-size: .75rem; margin-top: 1px; }
.zone { background: linear-gradient(135deg, #0f172a, #115e59); color: var(--white); }
.zone h2, .zone .section-kicker { color: var(--white); }
.zone .section-head p { color: rgba(255, 255, 255, .78); }
.cities { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.city { padding: 9px 11px; border-radius: 999px; background: rgba(255, 255, 255, .12); border: 1px solid rgba(255, 255, 255, .17); color: rgba(255, 255, 255, .9); font-weight: 800; font-size: .82rem; }
.contact-section { background: var(--white); }
.contact-card { display: grid; gap: 18px; border-radius: 22px; padding: 22px; }
.contact-card strong { color: var(--dark); }
.faq-grid { display: grid; gap: 12px; }
.faq-card { padding: 18px; border-radius: 18px; }
.faq-card p { font-size: .92rem; }
.reservation-modal { position: fixed; inset: 0; z-index: 2000; display: none; align-items: end; justify-content: center; padding: 12px; background: rgba(15, 23, 42, .65); backdrop-filter: blur(8px); }
.reservation-modal.active { display: flex; }
.modal-card { width: min(520px, 100%); max-height: calc(100svh - 24px); overflow-y: auto; background: var(--white); border-radius: 24px 24px 18px 18px; padding: 22px; box-shadow: var(--shadow); position: relative; }
.modal-close { position: absolute; top: 12px; right: 12px; width: 42px; height: 42px; border-radius: 50%; border: 0; background: #f1f5f9; color: var(--dark); font-size: 1.4rem; cursor: pointer; }
.modal-card h3 { font-size: 1.45rem; line-height: 1.1; margin-bottom: 8px; padding-right: 42px; color: var(--dark); }
.modal-card p { color: var(--muted); margin-bottom: 16px; }
.reservation-form { display: grid; gap: 12px; }
.reservation-form label { display: grid; gap: 6px; color: var(--dark); font-weight: 800; font-size: .9rem; }
.reservation-form input, .reservation-form textarea { width: 100%; min-height: 48px; border: 1px solid var(--border); border-radius: 14px; padding: 12px 13px; outline: none; background: #fff; }
.reservation-form input:focus, .reservation-form textarea:focus { border-color: var(--primary); box-shadow: 0 0 0 4px rgba(15, 118, 110, .12); }
.reservation-form textarea { min-height: 88px; resize: vertical; }
.modal-grid, .modal-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.btn-whatsapp { background: #22c55e; color: var(--white); }
.btn-sms { background: var(--dark); color: var(--white); }
footer { padding: 26px 18px; background: var(--dark); color: rgba(255, 255, 255, .72); }
.footer-inner { max-width: 760px; margin: 0 auto; display: grid; gap: 12px; }
footer strong { color: var(--white); }
@media (min-width: 720px) { .hero { padding-left: 48px; padding-right: 28px; } .brand-logo { height: 72px; max-width: 180px; } .logo-multi { font-size: 1.05rem; } .app-section { padding: 70px 28px; } .container { width: min(100%, 1040px); } .app-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); } .trust-grid, .faq-grid { grid-template-columns: repeat(2, 1fr); } .service { display: grid; grid-template-columns: .92fr 1.08fr; } .service:nth-child(even) .service-image { order: 2; } .service-image { min-height: 360px; } .hero-actions, .service-actions, .contact-actions { display: flex; flex-wrap: wrap; } }
