/* ===== ATELIER LAURENT – CSS PRINCIPAL ===== */
:root {
  --primary: #1d3461;
  --primary-dark: #111f3b;
  --accent: #c0272d;
  --accent-dark: #a01f24;
  --light: #f4f7fb;
  --white: #ffffff;
  --text: #1e2d3a;
  --muted: #5a6a77;
  --shadow: 0 18px 45px rgba(17,31,59,.12);
  --radius: 22px;
}

* { box-sizing: border-box; }
body { margin: 0; font-family: 'Poppins', Arial, sans-serif; color: var(--text); background: #fff; line-height: 1.65; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
.container { width: min(1180px, 92%); margin: auto; }
.narrow { max-width: 960px; }

/* ── TOPBAR ── */
.topbar { background: var(--primary-dark); color: #fff; font-size: 13px; }
.topbar-inner { display: flex; justify-content: space-between; gap: 18px; align-items: center; padding: 9px 0; flex-wrap: wrap; }
.topbar a { font-weight: 700; color: #fff; }

/* ── HEADER ── */
.site-header { background: #fff; position: sticky; top: 0; z-index: 50; box-shadow: 0 6px 25px rgba(0,0,0,.06); }
.header-inner { height: 92px; display: flex; align-items: center; gap: 28px; }
.logo img { width: 200px; }
.main-nav { display: flex; gap: 22px; align-items: center; margin-left: auto; }
.main-nav a { font-weight: 600; color: var(--primary); font-size: 15px; }
.main-nav a:hover { color: var(--accent); }
.header-call { background: var(--accent); color: #fff; padding: 13px 18px; border-radius: 999px; font-weight: 800; white-space: nowrap; }
.header-call:hover { background: var(--accent-dark); color: #fff; }
.menu-toggle { display: none; background: var(--primary); color: #fff; border: 0; border-radius: 10px; font-size: 22px; padding: 8px 12px; cursor: pointer; }

/* ── TYPOGRAPHY ── */
.eyebrow { display: inline-block; color: var(--accent); font-weight: 800; text-transform: uppercase; letter-spacing: .08em; font-size: 14px; margin-bottom: 12px; }
h1, h2, h3 { line-height: 1.15; color: var(--primary); margin: 0 0 18px; }
h1 { font-size: clamp(34px, 5vw, 60px); font-weight: 800; }
h2 { font-size: clamp(26px, 3.2vw, 42px); font-weight: 700; }
h3 { font-size: 22px; }
.section-intro { font-size: 18px; color: var(--muted); max-width: 850px; }

/* ── BUTTONS ── */
.btn { display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; padding: 15px 24px; font-weight: 800; font-size: 15px; transition: .2s; }
.btn-primary { background: var(--accent); color: #fff; box-shadow: 0 12px 28px rgba(192,39,45,.28); min-width: 200px; }
.btn-primary:hover { background: var(--accent-dark); color: #fff; }
.btn-secondary { background: #fff; color: var(--primary); border: 2px solid rgba(29,52,97,.15); }
.btn-secondary:hover { background: var(--light); color: var(--primary); }

/* ── HERO HOME ── */
.hero { position: relative; overflow: hidden; background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 60%, #2a4a82 100%); padding: 95px 0; color: #fff; }
.hero-grid { display: grid; grid-template-columns: 1.18fr .82fr; align-items: center; gap: 56px; }
.hero-content h1 { color: #fff; }
.hero-content p { font-size: 17px; color: rgba(255,255,255,.85); margin-bottom: 16px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin: 32px 0; }
.hero-points { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-points span { background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.2); padding: 10px 14px; border-radius: 999px; font-weight: 700; color: #fff; font-size: 14px; }
.hero-card { background: rgba(255,255,255,.97); border-radius: 32px; padding: 44px; box-shadow: var(--shadow); color: var(--text); }
.hero-icon { width: 92px; height: 92px; border-radius: 28px; background: linear-gradient(135deg, var(--primary), var(--accent)); display: grid; place-items: center; color: #fff; font-weight: 900; font-size: 24px; margin-bottom: 24px; }
.hero-card h2 { color: var(--primary); }
.hero-card a { font-size: 28px; font-weight: 900; color: var(--accent); display: block; margin-top: 12px; }

/* ── SECTIONS ── */
.section { padding: 90px 0; }
.services { background: #fff; }
.cards-grid, .price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 34px; }
.service-card, .price-card, .why-box, .area-card { background: #fff; border: 1px solid rgba(29,52,97,.09); border-radius: var(--radius); padding: 30px; box-shadow: 0 12px 35px rgba(17,31,59,.07); }
.card-icon { width: 64px; height: 64px; border-radius: 18px; display: grid; place-items: center; background: var(--light); font-size: 30px; margin-bottom: 18px; }
.service-card a { color: var(--accent); font-weight: 800; }
.service-card a:hover { color: var(--accent-dark); }
.split-section, .pricing { background: var(--light); }
.split-grid { display: grid; grid-template-columns: 1fr .85fr; gap: 44px; align-items: start; }
.why-img, .faq-img, .price-card img, .area-card img { width: 100%; border-radius: 18px; object-fit: cover; }
.why-img { height: 260px; margin-bottom: 24px; }
.check-list { margin: 0; padding: 0; list-style: none; }
.check-list li { position: relative; margin: 12px 0; padding-left: 34px; }
.check-list li:before { content: '✓'; position: absolute; left: 0; top: 0; width: 23px; height: 23px; border-radius: 50%; background: var(--accent); color: #fff; display: grid; place-items: center; font-weight: 900; font-size: 14px; }
.text-section { background: #fff; }
.areas { background: #fff; }
.areas-grid-three { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 34px; }
.area-card { padding: 18px; }
.area-card img { height: 180px; margin-bottom: 22px; }
.areas-list { display: flex; flex-direction: column; gap: 9px; }
.areas-list a { background: var(--light); border: 1px solid rgba(29,52,97,.08); padding: 9px 12px; border-radius: 12px; font-weight: 600; color: var(--primary); font-size: 14px; }
.areas-list a:hover { background: var(--primary); color: #fff; }
.price-card { overflow: hidden; }
.price-card img { height: 185px; margin: -30px -30px 24px; width: calc(100% + 60px); border-radius: 22px 22px 0 0; }
.price-card strong { display: block; font-size: 30px; color: var(--accent); margin: 8px 0 12px; }

/* ── FAQ ── */
.faq-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 44px; align-items: center; }
.faq-list { display: grid; gap: 14px; margin-top: 30px; }
.faq details { border: 1px solid rgba(29,52,97,.1); border-radius: 16px; padding: 18px 22px; background: #fff; }
.faq summary { font-weight: 800; color: var(--primary); cursor: pointer; }
.faq-img { height: 610px; }

/* ── CTA ── */
.cta { padding: 58px 0; background: linear-gradient(135deg, var(--primary), var(--primary-dark)); color: #fff; }
.cta h2 { color: #fff; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }

/* ── FOOTER ── */
.footer { background: #0c1628; color: #c8d6e8; padding: 60px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr .8fr; gap: 42px; }
.footer-logo { width: 200px; border-radius: 12px; padding: 8px; margin-bottom: 18px; background: #fff; }
.footer h3 { color: #fff; font-size: 18px; }
.footer a { display: block; color: #c8d6e8; margin: 8px 0; }
.footer a:hover { color: var(--accent); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 40px; padding: 18px 4%; font-size: 14px; }
.footer-bottom-inner { width: min(1180px, 92%); margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer-links { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.footer-bottom a { margin: 0; }
.footer-bottom span { white-space: nowrap; }

/* ── STICKY CALL ── */
.sticky-call { position: fixed; right: 18px; bottom: 18px; z-index: 60; background: var(--accent); color: #fff; border-radius: 999px; padding: 13px 18px; font-weight: 900; box-shadow: 0 14px 30px rgba(0,0,0,.22); font-family: 'Poppins', Arial, sans-serif; font-size: 14px; }
.sticky-call:hover { background: var(--accent-dark); color: #fff; }

/* ── PAGE HERO (pages internes) ── */
.page-hero { padding: 90px 0; background: linear-gradient(135deg, #eef3fa 0%, #fff 55%, #fdf0f0 100%); }
.page-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 50px; align-items: center; }
.page-hero-content h1 { font-size: clamp(34px, 5vw, 58px); line-height: 1.05; margin: 18px 0; color: var(--primary); }
.page-hero-content p { font-size: 17px; line-height: 1.8; color: #4a5a68; }
.page-hero-image img { width: 100%; height: 470px; object-fit: cover; border-radius: 30px; box-shadow: 0 25px 60px rgba(17,31,59,.18); }

/* ── CONTENT + SIDEBAR ── */
.content-sidebar-grid { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 42px; align-items: start; }
.main-content { background: #fff; border-radius: 28px; padding: 42px; box-shadow: 0 20px 45px rgba(17,31,59,.08); }
.main-content h2 { color: var(--primary); margin-top: 32px; margin-bottom: 14px; }
.main-content h2:first-of-type { margin-top: 0; }
.main-content p { line-height: 1.85; color: #4b5b66; margin-bottom: 18px; }
.sidebar { position: sticky; top: 110px; display: grid; gap: 22px; }
.sidebar-card { background: #fff; border-radius: 24px; padding: 24px; box-shadow: 0 18px 40px rgba(17,31,59,.09); }
.sidebar-card h3 { margin-top: 0; color: var(--primary); }
.sidebar-card iframe { border-radius: 18px; }
.sidebar-city-list { display: grid; gap: 9px; max-height: 520px; overflow: auto; padding-right: 5px; }
.sidebar-city-list a { display: block; padding: 10px 12px; border-radius: 12px; background: var(--light); color: var(--primary); font-weight: 600; font-size: 14px; }
.sidebar-city-list a:hover { background: var(--accent); color: #fff; }
.sidebar-call { background: var(--primary); color: #fff; }
.sidebar-call h3, .sidebar-call p { color: #fff; }

/* ── TESTIMONIALS ── */
.testimonials { background: var(--light); }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 34px; }
.testimonial-card { background: #fff; border-radius: 24px; padding: 28px; box-shadow: 0 18px 40px rgba(17,31,59,.08); border: 1px solid rgba(17,31,59,.06); }
.testimonial-head { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; }
.testimonial-head img { width: 62px; height: 62px; border-radius: 50%; object-fit: cover; border: 3px solid #fff; box-shadow: 0 8px 18px rgba(17,31,59,.14); }
.testimonial-head strong { display: block; color: var(--primary); font-size: 18px; line-height: 1.2; }
.testimonial-head span { display: block; color: var(--muted); font-size: 14px; margin-top: 3px; }
.testimonial-card p { line-height: 1.75; color: #4b5b66; margin-bottom: 0; }
.stars { color: var(--accent); font-size: 20px; letter-spacing: 2px; margin-bottom: 14px; }

/* ── CONTACT ── */
.contact-grid { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 42px; align-items: start; }
.contact-form-card, .contact-info-card, .map-card { background: #fff; border-radius: 28px; padding: 34px; box-shadow: 0 20px 45px rgba(17,31,59,.08); border: 1px solid rgba(17,31,59,.06); }
.contact-form-card p { color: #4b5b66; line-height: 1.8; margin-bottom: 28px; }
.contact-form-card p a { color: var(--accent); font-weight: 800; }
.contact-form { display: grid; gap: 18px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-group { display: grid; gap: 8px; }
.form-group label { font-weight: 700; color: var(--primary); font-size: 14px; }
.form-group input, .form-group select, .form-group textarea { width: 100%; border: 1px solid rgba(29,52,97,.14); background: #f8fbfd; border-radius: 14px; padding: 14px 16px; font-family: 'Poppins', Arial, sans-serif; font-size: 15px; color: var(--text); outline: none; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--accent); background: #fff; box-shadow: 0 0 0 4px rgba(192,39,45,.10); }
.contact-info { display: grid; gap: 22px; }
.contact-info-card h3 { margin-bottom: 10px; }
.contact-info-card p { color: #4b5b66; margin: 0; line-height: 1.75; }
.contact-info-card a { color: var(--accent); font-weight: 800; word-break: break-word; }
.contact-big-link { display: inline-block; font-size: 24px; margin-top: 8px; }
.map-section { background: var(--light); }
.map-card { padding: 14px; overflow: hidden; margin-top: 30px; }
.map-card iframe { border-radius: 20px; display: block; }

/* ── MENU ACTIF ── */
.main-nav a.current, .main-nav a[aria-current="page"] { color: var(--accent); position: relative; }
.main-nav a.current::after, .main-nav a[aria-current="page"]::after { content: ""; position: absolute; left: 0; right: 0; bottom: -10px; height: 3px; border-radius: 999px; background: var(--accent); }

/* ── RESPONSIVE ── */
@media (max-width: 1080px) {
  .areas-grid-three { grid-template-columns: 1fr; }
  .area-card img { height: 240px; }
  .footer-bottom-inner { flex-direction: column; text-align: center; }
  .footer-bottom span { white-space: normal; }
}
@media (max-width: 980px) {
  .page-hero-grid, .content-sidebar-grid, .contact-grid { grid-template-columns: 1fr; }
  .sidebar { position: static; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .main-content { padding: 28px; }
  .page-hero-image img { height: 330px; }
  .form-row { grid-template-columns: 1fr; }
  .contact-form-card, .contact-info-card { padding: 26px; }
}
@media (max-width: 920px) {
  .topbar-inner { flex-direction: column; gap: 4px; }
  .header-inner { height: auto; padding: 14px 0; flex-wrap: wrap; }
  .logo img { width: 170px; }
  .menu-toggle { display: block; margin-left: auto; }
  .main-nav { display: none; flex-direction: column; align-items: flex-start; width: 100%; padding: 16px 0; }
  .main-nav.is-open { display: flex; }
  .main-nav a.current::after, .main-nav a[aria-current="page"]::after { display: none; }
  .main-nav a.current, .main-nav a[aria-current="page"] { background: rgba(192,39,45,.1); color: var(--accent); padding: 10px 14px; border-radius: 12px; width: 100%; }
  .header-call { width: 100%; text-align: center; }
  .hero { padding: 58px 0; }
  .hero-grid, .split-grid, .footer-grid, .cta-inner, .faq-grid { grid-template-columns: 1fr; }
  .cards-grid, .price-grid { grid-template-columns: 1fr; }
  .hero-card { padding: 28px; }
  .hero-card a { font-size: 24px; }
  .cta-inner { display: grid; }
  .faq-img { height: auto; }
  .sticky-call { left: 12px; right: 12px; text-align: center; }
  .footer-bottom { padding-bottom: 76px; }
  .footer-links { justify-content: center; }
}
