[data-theme="light"] .panel,
    [data-theme="light"] .service-card,
    [data-theme="light"] .zone-card,
    [data-theme="light"] .testimonial-card,
    [data-theme="light"] .cta-box {
      background: rgba(255,255,255,.8);
      border-color: rgba(0,0,0,.08);
      box-shadow: 0 4px 20px rgba(0,0,0,.06);
    }
[data-theme="light"] footer {
      border-top-color: rgba(0,0,0,.08);
    }

main { padding-top: calc(var(--header-h) + 18px); }

.panel {
      background: var(--panel-strong);
      backdrop-filter: blur(20px);
      border: 1px solid var(--glass-border-light);
      border-radius: 1.5rem;
      padding: 2rem;
      transition: transform 0.3s, box-shadow 0.3s;
    }

.panel:hover {
      transform: translateY(-4px);
      box-shadow: 0 12px 40px rgba(0,0,0,.25);
    }

/* === Breadcrumb === */

.breadcrumb {
      padding: 1rem 0;
      font-size: 0.875rem;
      color: var(--muted);
    }

.breadcrumb a { transition: color 0.3s; }

.breadcrumb a:hover { color: var(--accent-500); }

.breadcrumb span { margin: 0 0.5rem; }

/* === Hero Section === */

.hero-section {
      text-align: center;
      padding: 2rem 0 4rem;
    }

.hero-subtitle {
      font-size: 1.3rem;
      line-height: 1.6;
      color: var(--muted);
      margin-bottom: 2rem;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
    }

/* === Section Title === */

.section-title {
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-size: 2rem;
      font-weight: 700;
      text-align: center;
      margin-bottom: 2rem;
    }

/* === Content Sections === */

.content-section {
      padding: 3rem 0;
    }

.content-section p {
      color: var(--muted);
      line-height: 1.8;
      margin-bottom: 1rem;
      font-size: 1.05rem;
    }

.content-section p strong {
      color: var(--text);
    }

.content-section a.inline-link {
      color: var(--accent-500);
      text-decoration: underline;
      text-underline-offset: 3px;
      transition: color 0.3s;
    }

.content-section a.inline-link:hover {
      color: #fff;
    }

/* === Service Cards === */

.services-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 1.5rem;
      margin-top: 2rem;
    }

.service-card {
      background: var(--panel-strong);
      backdrop-filter: blur(20px);
      border: 1px solid var(--glass-border-light);
      border-radius: 1rem;
      padding: 1.75rem;
      transition: transform 0.3s, box-shadow 0.3s;
    }

.service-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 0 30px rgba(0, 188, 212, 0.15);
    }

.service-card h3 {
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-size: 1.2rem;
      font-weight: 700;
      margin-bottom: 0.25rem;
      color: var(--text);
      display: flex;
      align-items: center;
      gap: 0.75rem;
    }

.service-price {
      font-size: 1.1rem;
      font-weight: 700;
      color: var(--accent-500);
      margin-bottom: 0.75rem;
    }

.service-card p {
      color: var(--muted);
      font-size: 0.95rem;
      line-height: 1.6;
      margin-bottom: 0;
    }

/* === Zone Cards === */

.zone-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 1.5rem;
      margin-top: 2rem;
    }

.zone-card {
      background: var(--panel-strong);
      backdrop-filter: blur(20px);
      border: 1px solid var(--glass-border-light);
      border-radius: 1rem;
      padding: 1.75rem;
      transition: transform 0.3s, box-shadow 0.3s;
    }

.zone-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 0 30px rgba(0, 188, 212, 0.15);
    }

.zone-card h3 {
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-size: 1.1rem;
      font-weight: 700;
      margin-bottom: 0.75rem;
      color: var(--accent-500);
    }

.zone-card p,
    .zone-card ul {
      color: var(--muted);
      font-size: 0.95rem;
      line-height: 1.6;
    }

.zone-card ul {
      list-style: none;
      padding: 0;
    }

.zone-card li {
      padding: 0.25rem 0;
    }

.zone-card li::before {
      content: "- ";
      color: var(--accent-500);
    }

/* === Testimonials === */

.testimonials-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 1.5rem;
      margin-top: 2rem;
    }

.testimonial-card {
      background: var(--panel-strong);
      backdrop-filter: blur(20px);
      border: 1px solid var(--glass-border-light);
      border-radius: 1rem;
      padding: 1.75rem;
      transition: transform 0.3s, box-shadow 0.3s;
    }

.testimonial-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 0 30px rgba(0, 188, 212, 0.15);
    }

.testimonial-quote {
      color: var(--text);
      font-size: 1rem;
      line-height: 1.6;
      font-style: italic;
      margin-bottom: 1rem;
    }

.testimonial-author {
      color: var(--accent-500);
      font-weight: 600;
      font-size: 0.9rem;
    }

/* === CTA Section === */

.cta-section {
      padding: 4rem 0;
      text-align: center;
    }

.cta-box {
      background: var(--panel-strong);
      backdrop-filter: blur(20px);
      border: 1px solid var(--glass-border-medium);
      border-radius: 2rem;
      padding: 3rem;
      max-width: 600px;
      margin: 0 auto;
    }

.cta-box h2 {
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-size: 1.75rem;
      font-weight: 700;
      margin-bottom: 1rem;
    }

.cta-box p {
      color: var(--muted);
      margin-bottom: 2rem;
    }

.cta-buttons {
      display: flex;
      flex-direction: column;
      gap: 1rem;
      align-items: center;
    }

.cta-secondary {
      color: var(--muted);
      text-decoration: none;
      font-size: 0.95rem;
      transition: color 0.3s;
    }

.cta-secondary:hover { color: var(--accent-500); }

/* === Responsive === */

@media (max-width: 480px) {
      h1 { font-size: 2rem !important; }
      .hero-subtitle { font-size: 1rem; }
      .hero-section { padding: 0.5rem 0 1.5rem; }
      .section-title { font-size: 1.5rem; }
      .service-card { padding: 1.25rem; }
      .cta-box { padding: 1.5rem; }
      .cta-box h2 { font-size: 1.25rem; }
footer { padding: 2rem 0; }
      .footer-links { flex-direction: column; gap: 0.75rem; text-align: center; }
    }

@media (min-width: 1024px) {
      .container { max-width: 960px; }
      .hero-section { padding: 3rem 0 4rem; }
      h1 { font-size: 4rem; }
      .hero-subtitle { font-size: 1.4rem; }
      .cta-box { padding: 3rem 4rem; }
      section { padding: 4rem 0; }
    }

@media (min-width: 1440px) {
      .container { max-width: 1200px; }
      h1 { font-size: 4.5rem; }
      .hero-subtitle { font-size: 1.5rem; }
      .section-title { font-size: 2.5rem; }
      section { padding: 5rem 0; }
    }

/* === FOOTER (harmonise avec index.html) === */

.footer{padding:28px 0;border-top:1px solid var(--border);font-size:14px;color:#B6C7DA;margin-top:48px}

.footer-content {
      display:flex;
      flex-direction:column;
      gap:6px;
      justify-content:center;
      align-items:flex-start;
    }

.footer a { color: inherit; text-decoration: none; }

.footer a:hover { color: var(--accent-500); }

.version{color:#8B9DC3;font-size:12px;margin-top:6px}

[data-theme="light"] .footer {
      border-top-color: rgba(0,0,0,.08);
      color: rgba(30,41,59,.7);
    }

[data-theme="light"] .footer a {
      color: rgba(30,41,59,.7);
    }

/* === BOTTOM-SHEET (menu mobile) === */

.bottom-sheet,
    .bottom-sheet-overlay {
      display: none;
    }

.sheet-theme-toggle {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 16px 20px;
      margin-top: 16px;
      border-top: 1px solid rgba(255,255,255,.1);
    }

.sheet-theme-toggle span {
      font-size: 0.95rem;
      color: var(--muted);
    }

[data-theme="light"] .bottom-sheet {
      background: linear-gradient(135deg, rgba(255,255,255,.98) 0%, rgba(241,245,249,.98) 100%);
    }

[data-theme="light"] .sheet-link {
      color: var(--text);
    }

[data-theme="light"] .sheet-theme-toggle {
      border-top-color: rgba(0,0,0,.08);
    }
