/* index.css — shared inline styles extracted from index.html and en/index.html (home page only). */

  /* Hero */
  .hero { padding: 80px 0 100px; background: linear-gradient(180deg, var(--bg) 0%, var(--bg-soft) 100%); position: relative; overflow: hidden; }
  .hero .container { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 56px; align-items: center; }
  .hero h1 { font-size: 50px; font-weight: 700; color: var(--primary); line-height: 1.1; letter-spacing: -1.5px; margin-bottom: 24px; }
  .hero .lead { font-size: 19px; color: var(--muted); margin-bottom: 36px; line-height: 1.5; }
  .hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; }
  .hero-art { width: 100%; height: auto; display: block; }

  /* Sections */
  section { padding: 80px 0; }
  section.alt { background: var(--bg-soft); }
  h2 { font-size: 36px; font-weight: 700; color: var(--primary); letter-spacing: -0.8px; margin-bottom: 16px; }
  h3 { font-size: 22px; font-weight: 600; color: var(--text); margin-bottom: 12px; }
  .eyebrow { font-size: 13px; font-weight: 600; color: var(--accent); text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 12px; }
  .section-intro { font-size: 18px; color: var(--muted); max-width: 720px; margin-bottom: 56px; line-height: 1.55; }

  /* Deliverables */
  .grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
  .card { background: var(--bg); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 32px; transition: border-color 0.15s, transform 0.15s; }
  .card:hover { border-color: var(--accent); transform: translateY(-2px); }
  .card .num { display: inline-flex; width: 36px; height: 36px; align-items: center; justify-content: center; background: var(--light); color: var(--primary); border-radius: 50%; font-weight: 700; font-size: 14px; margin-bottom: 16px; }
  .card p { color: var(--muted); font-size: 15px; margin-bottom: 16px; }
  .card ul { list-style: none; padding: 0; }
  .card ul li { font-size: 14px; color: var(--text); padding: 6px 0; padding-left: 22px; position: relative; }
  .card ul li::before { content: ""; position: absolute; left: 0; top: 13px; width: 12px; height: 2px; background: var(--accent); border-radius: 1px; }

  /* Pricing */
  .pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 24px; }
  .price-card { background: var(--bg); border: 2px solid var(--border); border-radius: var(--radius-lg); padding: 36px 28px; text-align: center; transition: border-color 0.15s; }
  .price-card.featured { border-color: var(--primary); position: relative; }
  .price-card.featured::after { content: "Le plus populaire"; position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--primary); color: white; font-size: 11px; font-weight: 700; padding: 4px 12px; border-radius: 4px; letter-spacing: 0.5px; }
  html[lang="en"] .price-card.featured::after { content: "Most popular"; }
  .price-card h3 { font-size: 16px; color: var(--muted); text-transform: uppercase; letter-spacing: 1.5px; font-weight: 600; margin-bottom: 8px; }
  .price-card .size { font-size: 14px; color: var(--muted); margin-bottom: 24px; }
  .price-card .amount { font-size: 44px; font-weight: 700; color: var(--primary); letter-spacing: -1px; margin-bottom: 4px; }
  .price-card .unit { font-size: 13px; color: var(--muted); margin-bottom: 28px; }
  .price-note { color: var(--muted); font-size: 14px; text-align: center; font-style: italic; }

  /* Comparison table */
  .compare-wrap { overflow-x: auto; margin-top: 24px; }
  .compare-table { width: 100%; border-collapse: separate; border-spacing: 0; min-width: 640px; }
  .compare-table th, .compare-table td { padding: 16px 22px; text-align: left; border-bottom: 1px solid var(--border); vertical-align: middle; }
  .compare-table thead th { font-size: 12px; text-transform: uppercase; letter-spacing: 0.6px; color: var(--muted); font-weight: 700; border-bottom: 2px solid var(--border); }
  .compare-table tbody td:first-child, .compare-table thead th:first-child { font-weight: 600; color: var(--text); font-size: 15px; }
  .compare-table td { font-size: 15px; color: var(--muted); }
  .compare-table .col-us { background: var(--pale); }
  .compare-table thead th.col-us { color: var(--primary); background: var(--light); border-bottom-color: var(--accent); border-top-left-radius: var(--radius); border-top-right-radius: var(--radius); }
  .compare-table tbody td.col-us { color: var(--primary); font-weight: 600; }
  .compare-table tbody tr:last-child td.col-us { border-bottom-left-radius: var(--radius); border-bottom-right-radius: var(--radius); }
  .compare-table tbody tr:last-child td { border-bottom: none; }
  .compare-table .ico { display: inline-flex; vertical-align: -4px; margin-right: 8px; }
  .compare-table .ico svg { width: 18px; height: 18px; fill: none; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
  .compare-table .ico.yes svg { stroke: var(--accent); }
  .compare-table .ico.no svg { stroke: #B45454; }

  /* Why us */
  .why-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px 48px; margin-top: 24px; }
  .why-item { display: flex; gap: 16px; }
  .why-icon { flex-shrink: 0; width: 44px; height: 44px; background: var(--light); color: var(--primary); border-radius: var(--radius); display: flex; align-items: center; justify-content: center; }
  .why-icon svg { width: 22px; height: 22px; stroke: var(--primary); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
  .why-item h4 { font-size: 17px; font-weight: 600; color: var(--text); margin-bottom: 6px; }
  .why-item p { font-size: 14px; color: var(--muted); line-height: 1.55; }

  /* Process */
  .process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 32px; }
  .step { padding: 24px; background: var(--bg); border: 1px solid var(--border); border-radius: var(--radius-lg); position: relative; }
  .step-num { display: inline-block; font-size: 13px; font-weight: 700; color: var(--accent); margin-bottom: 8px; letter-spacing: 1px; }
  .step h4 { font-size: 16px; font-weight: 600; margin-bottom: 6px; }
  .step p { font-size: 13px; color: var(--muted); line-height: 1.5; }

  /* FAQ */
  .faq-grid { max-width: 800px; margin: 0 auto; }
  details { border-bottom: 1px solid var(--border); padding: 20px 0; }
  details summary { font-weight: 600; font-size: 17px; cursor: pointer; list-style: none; padding-right: 32px; position: relative; color: var(--text); }
  details summary::-webkit-details-marker { display: none; }
  details summary::after { content: "+"; position: absolute; right: 0; top: 0; font-size: 24px; font-weight: 300; color: var(--accent); transition: transform 0.2s; }
  details[open] summary::after { transform: rotate(45deg); }
  details p { color: var(--muted); font-size: 15px; margin-top: 12px; line-height: 1.6; }

  /* Contact */
  .contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
  .contact-info p { color: var(--muted); margin-bottom: 16px; line-height: 1.6; }
  .contact-info .info-item { display: flex; align-items: center; gap: 12px; padding: 12px 0; }
  .contact-info .info-label { font-weight: 600; color: var(--text); font-size: 14px; min-width: 80px; }
  .contact-info a { color: var(--primary); text-decoration: none; }
  .contact-info a:hover { text-decoration: underline; }
  .contact-info a.btn, .contact-info a.btn:hover { color: #fff; text-decoration: none; }
  .booking-placeholder { background: var(--pale); border: 1px dashed var(--accent); border-radius: var(--radius-lg); padding: 32px; text-align: center; margin-top: 16px; }
  .booking-placeholder h4 { color: var(--primary); margin-bottom: 8px; font-size: 16px; }
  .booking-placeholder p { color: var(--muted); font-size: 14px; margin-bottom: 16px; }

  form .field { margin-bottom: 18px; }
  form label { display: block; font-size: 13px; font-weight: 600; margin-bottom: 6px; color: var(--text); }
  form input, form select, form textarea {
    width: 100%; padding: 11px 14px; border: 1px solid var(--border); border-radius: var(--radius); font-size: 15px; font-family: inherit; background: var(--bg); transition: border-color 0.15s;
  }
  form input:focus, form select:focus, form textarea:focus { outline: none; border-color: var(--primary); }
  form textarea { min-height: 110px; resize: vertical; }
  form button { width: 100%; padding: 14px; font-size: 15px; }

  /* Footer */
  footer { background: var(--primary); color: white; padding: 56px 0 24px; }
  footer .footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 48px; margin-bottom: 40px; }
  footer h5 { font-size: 14px; font-weight: 600; margin-bottom: 16px; opacity: 0.7; text-transform: uppercase; letter-spacing: 1px; }
  footer a { color: white; text-decoration: none; opacity: 0.85; font-size: 14px; }
  footer a:hover { opacity: 1; text-decoration: underline; }
  footer ul { list-style: none; padding: 0; }
  footer ul li { margin-bottom: 8px; }
  footer .footer-brand { font-size: 24px; font-weight: 700; margin-bottom: 12px; }
  footer .tagline { font-size: 14px; opacity: 0.7; line-height: 1.5; }
  footer .copyright { padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.15); font-size: 13px; opacity: 0.6; text-align: center; }

  /* About */
  .founders { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 24px; }
  .founder { background: var(--bg); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 28px; }
  .founder .role { font-size: 12px; font-weight: 600; color: var(--accent); text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 4px; }
  .founder h3 { font-size: 22px; font-weight: 700; color: var(--primary); margin-bottom: 8px; letter-spacing: -0.3px; }
  .founder .credentials { font-size: 14px; color: var(--muted); margin-bottom: 16px; font-style: italic; }
  .founder p { font-size: 15px; color: var(--text); line-height: 1.6; }
  .signing-note { background: var(--pale); border-left: 4px solid var(--accent); padding: 20px 24px; border-radius: 0 var(--radius-lg) var(--radius-lg) 0; margin-top: 32px; }
  .signing-note p { font-size: 15px; color: var(--text); line-height: 1.6; }

  /* Testimonials */
  .testimonials { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 24px; }
  .testimonial { background: var(--bg); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 28px; }
  .testimonial blockquote { font-size: 16px; color: var(--text); line-height: 1.6; margin-bottom: 16px; font-style: italic; }
  .testimonial blockquote::before { content: "\201C"; color: var(--accent); font-size: 36px; line-height: 0; vertical-align: -16px; margin-right: 4px; font-style: normal; }
  .testimonial cite { font-size: 13px; color: var(--muted); font-style: normal; font-weight: 500; display: block; }
  .testimonial cite span { color: var(--accent); font-weight: 600; display: block; margin-bottom: 2px; }
  .testimonial.placeholder { background: var(--pale); border: 1px dashed var(--accent); }
  .testimonial.placeholder blockquote { color: var(--muted); }

  /* Expanded process */
  .process-detailed { display: grid; grid-template-columns: 1fr; gap: 16px; margin-top: 32px; }
  .process-detailed .step { padding: 28px 32px; display: grid; grid-template-columns: 80px 1fr; gap: 24px; align-items: start; }
  .process-detailed .step-marker { display: inline-flex; flex-direction: column; align-items: center; }
  .process-detailed .step-circle { width: 56px; height: 56px; background: var(--primary); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 22px; }
  .process-detailed .step-label { font-size: 10px; color: var(--muted); margin-top: 6px; font-weight: 600; letter-spacing: 1px; }
  .process-detailed .step h4 { font-size: 20px; margin-bottom: 10px; color: var(--primary); }
  .process-detailed .step p { font-size: 15px; color: var(--text); line-height: 1.6; margin-bottom: 8px; }
  .process-detailed .step p.detail { color: var(--muted); font-size: 14px; }

  /* Phone in header */
  .phone-link { color: var(--primary); text-decoration: none; font-size: 14px; font-weight: 600; padding: 6px 10px; border-radius: 6px; transition: background 0.15s; }
  .phone-link:hover { background: var(--pale); }
  .phone-link::before { content: "☎ "; opacity: 0.7; margin-right: 2px; }

  /* RGCQ badge in footer */
  .badges { display: flex; gap: 12px; align-items: center; margin-top: 16px; flex-wrap: wrap; }
  .badge { display: inline-flex; align-items: center; gap: 8px; padding: 6px 12px; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); border-radius: var(--radius); font-size: 12px; color: white; font-weight: 600; opacity: 0.85; }

  /* Pricing note for verticale/initiale */
  .pricing-types-note { background: var(--pale); border-radius: var(--radius-lg); padding: 16px 20px; margin-bottom: 32px; font-size: 14px; color: var(--text); line-height: 1.5; }
  .pricing-types-note strong { color: var(--primary); }

  /* Express / rush service callout */
  .express-note { display: flex; align-items: center; gap: 20px; background: var(--primary); color: #fff; border-radius: var(--radius-lg); padding: 24px 28px; margin-top: 28px; flex-wrap: wrap; }
  .express-note .express-ico { flex-shrink: 0; width: 46px; height: 46px; background: rgba(255,255,255,0.15); border-radius: 50%; display: flex; align-items: center; justify-content: center; }
  .express-note .express-ico svg { width: 24px; height: 24px; stroke: #fff; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
  .express-note .express-copy { flex: 1; min-width: 220px; }
  .express-note h4 { color: #fff; font-size: 18px; font-weight: 700; margin-bottom: 4px; }
  .express-note p { color: #fff; opacity: 0.9; font-size: 14px; line-height: 1.5; }
  .express-note .express-price { font-size: 22px; font-weight: 700; color: #fff; white-space: nowrap; background: rgba(255,255,255,0.15); padding: 10px 18px; border-radius: var(--radius); }

  /* Use-case callout (selling a unit) */
  .usecase-note { display: flex; gap: 18px; align-items: flex-start; background: var(--pale); border-left: 4px solid var(--accent); border-radius: 0 var(--radius-lg) var(--radius-lg) 0; padding: 24px 28px; margin-top: 40px; }
  .usecase-note .usecase-ico { flex-shrink: 0; width: 44px; height: 44px; background: var(--light); border-radius: var(--radius); display: flex; align-items: center; justify-content: center; }
  .usecase-note .usecase-ico svg { width: 22px; height: 22px; stroke: var(--primary); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
  .usecase-note h4 { color: var(--primary); font-size: 18px; font-weight: 700; margin-bottom: 6px; }
  .usecase-note p { color: var(--text); font-size: 15px; line-height: 1.6; }

  /* Scroll-reveal animation */
  .will-reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.6s ease, transform 0.6s ease; }
  .will-reveal.is-visible { opacity: 1; transform: none; }
  @media (prefers-reduced-motion: reduce) { .will-reveal { opacity: 1 !important; transform: none !important; transition: none !important; } }

  /* Hover polish */
  .card, .price-card, .step { transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease; }
  .card:hover { border-color: var(--accent); transform: translateY(-3px); box-shadow: var(--shadow); }
  .price-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
  .process-detailed .step:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--accent); }

  /* Form status message */
  .form-status { font-size: 14px; border-radius: var(--radius); margin-top: 14px; max-height: 0; overflow: hidden; padding: 0 14px; transition: max-height 0.25s ease, padding 0.25s ease; }
  .form-status.show { max-height: 160px; padding: 12px 14px; }
  .form-status.ok { background: #E7F4EC; color: #1C6B41; border: 1px solid #BFE3CC; }
  .form-status.err { background: #FBEAEA; color: #A8332F; border: 1px solid #F0C9C9; }

  /* Netlify Forms honeypot — hidden from people, visible to bots */
  .hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }


  /* Mobile */
  @media (max-width: 800px) {
    .hero { padding: 56px 0 64px; }
    .hero h1 { font-size: 36px; letter-spacing: -1px; }
    .hero .lead { font-size: 17px; }
    section { padding: 56px 0; }
    h2 { font-size: 28px; }
    .grid-3, .pricing-grid, .why-grid, .process, .contact-grid, footer .footer-grid { grid-template-columns: 1fr; }
    .hero .container { grid-template-columns: 1fr; gap: 32px; }
    .hero-art { display: none; }
    .menu-toggle { display: inline-flex; }
    .nav { flex-wrap: wrap; }
    .nav-links { display: none; flex-basis: 100%; flex-direction: column; align-items: stretch; gap: 2px; padding: 6px 0 4px; }
    .nav-links.open { display: flex; }
    .nav-links a:not(.btn) { padding: 11px 4px; border-bottom: 1px solid var(--border); font-size: 15px; }
    .nav-links .phone-link { padding: 11px 4px; }
    .nav-links .phone-link:hover { background: transparent; }
    .nav-links .lang-btn { width: 100%; margin-top: 8px; padding: 10px; }
    .nav-links .btn { width: 100%; text-align: center; margin-top: 6px; }
  }
