/* ────────────────────────────────────────────────────────────────────────
   Assurance Padel — feuille de style partagée des pages internes
   (garanties, FAQ, couverture…) — cohérente avec index.html
   ──────────────────────────────────────────────────────────────────────── */
:root {
  --navy: #0A1730;
  --blue: #1257C4;
  --sky: #3B8CFF;
  --ice: #E8F1FD;
  --white: #FFFFFF;
  --slate: #5F7384;
  --light: #EFF3FA;
  --accent: #3B8CFF;
  --lime: #D4FF3D;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: "Archivo", system-ui, sans-serif; color: var(--navy); background: var(--white); line-height: 1.6; }

/* NAV */
nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,0.97); backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(45,125,246,0.15);
  padding: 0 5%; height: 72px;
  display: flex; align-items: center; justify-content: space-between;
  box-shadow: 0 2px 24px rgba(11,37,69,0.06);
}
.logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.logo strong { font-family: "Anton", serif; font-size: 19px; color: var(--navy); }
.logo span { color: var(--sky); }
.nav-links { display: flex; align-items: center; gap: 26px; list-style: none; }
.nav-links a { text-decoration: none; color: var(--navy); font-size: 14px; font-weight: 500; transition: color .2s; }
.nav-links a:hover { color: var(--sky); }
.nav-cta { background: linear-gradient(135deg, var(--blue), var(--sky)) !important; color:#fff !important; padding: 10px 20px; border-radius: 8px; font-weight: 600 !important; }
.burger { display: none; background: none; border: none; font-size: 1.5rem; cursor: pointer; color: var(--navy); }

/* HERO */
.page-hero {
  background: linear-gradient(160deg, var(--navy) 0%, #0C2F5A 60%, #1257C4 100%);
  color: #fff; padding: 90px 5% 70px; position: relative; overflow: hidden;
}
.page-hero::before { content:""; position:absolute; top:-30%; right:-10%; width:60%; height:140%;
  background: radial-gradient(ellipse, rgba(45,125,246,.16) 0%, transparent 70%); }
.page-hero-inner { max-width: 820px; position: relative; z-index: 2; }
.breadcrumb { font-size: 13px; color: rgba(255,255,255,.6); margin-bottom: 18px; }
.breadcrumb a { color: rgba(255,255,255,.8); text-decoration: none; }
.breadcrumb a:hover { color: var(--lime); }
.page-badge { display:inline-flex; align-items:center; gap:8px; background:rgba(45,125,246,.15); border:1px solid rgba(45,125,246,.3); color:var(--lime); font-size:12px; font-weight:600; letter-spacing:1.2px; text-transform:uppercase; padding:6px 14px; border-radius:30px; margin-bottom:22px; }
.page-hero h1 { font-family:"Anton", serif; font-size: clamp(30px,4vw,46px); line-height:1.15; margin-bottom:18px; }
.page-hero p { font-size: 17px; color: rgba(255,255,255,.8); font-weight: 300; max-width: 640px; }

/* CONTENT */
.wrap { max-width: 920px; margin: 0 auto; padding: 64px 5% 40px; }
.wrap h2 { font-family:"Anton", serif; font-size: clamp(24px,3vw,32px); color: var(--navy); margin: 8px 0 16px; }
.wrap h3 { font-size: 19px; color: var(--navy); margin: 28px 0 10px; }
.wrap p { font-size: 16px; color: #45596b; margin-bottom: 14px; }
.lead { font-size: 18px !important; color: var(--slate) !important; }

/* CARDS COVERED / NOT */
.cover-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin: 28px 0; }
.cover-card { border-radius: 16px; padding: 26px 26px; border: 1px solid; }
.cover-card.yes { background: var(--light); border-color: rgba(45,125,246,.25); }
.cover-card.no { background: #FBF4F2; border-color: rgba(214,120,90,.22); }
.cover-card h3 { margin-top: 0; display:flex; align-items:center; gap:8px; }
.cover-card ul { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-top: 8px; }
.cover-card li { font-size: 14.5px; color: #45596b; display: flex; gap: 10px; align-items: flex-start; }
.cover-card.yes li::before { content: "✓"; color: var(--sky); font-weight: 700; }
.cover-card.no li::before { content: "—"; color: #C58067; font-weight: 700; }

/* EXEMPLE SINISTRE */
.example {
  background: linear-gradient(135deg, #0A1730, #0E3866); color: #fff;
  border-radius: 16px; padding: 26px 28px; margin: 26px 0; position: relative;
}
.example .tag { font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--lime); display:block; margin-bottom: 8px; }
.example p { color: rgba(255,255,255,.82); margin: 0; font-size: 15px; }
.example strong { color: #fff; }

/* INFO LIST */
.checklist { list-style: none; display: flex; flex-direction: column; gap: 12px; margin: 18px 0; }
.checklist li { display: flex; gap: 12px; align-items: flex-start; font-size: 15.5px; color: #45596b; }
.checklist li::before { content:"🎾"; flex-shrink: 0; }

/* CTA BAND */
.cta-band { background: var(--light); border-top: 1px solid rgba(45,125,246,.15); padding: 60px 5%; text-align: center; }
.cta-band h2 { font-family:"Anton", serif; font-size: clamp(24px,3vw,34px); color: var(--navy); margin-bottom: 12px; }
.cta-band p { color: var(--slate); margin-bottom: 26px; font-size: 16px; }
.btn-primary { display:inline-flex; align-items:center; gap:8px; background: linear-gradient(135deg, var(--blue), var(--sky)); color:#fff; text-decoration:none; padding: 15px 32px; border-radius: 10px; font-weight: 600; font-size: 15px; box-shadow: 0 6px 20px rgba(24,87,196,.3); transition: transform .2s, box-shadow .2s; border:none; cursor:pointer; font-family: inherit; }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(24,87,196,.4); }

/* RELATED */
.related { max-width: 920px; margin: 0 auto; padding: 10px 5% 70px; }
.related h2 { font-family:"Anton", serif; font-size: 22px; color: var(--navy); margin-bottom: 18px; }
.related-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.related-card { background: var(--white); border:1px solid rgba(45,125,246,.15); border-radius: 14px; padding: 20px; text-decoration: none; transition: transform .2s, box-shadow .2s; }
.related-card:hover { transform: translateY(-4px); box-shadow: 0 12px 30px rgba(24,87,196,.12); }
.related-card .ic { font-size: 24px; }
.related-card strong { display:block; color: var(--navy); font-size: 15px; margin: 10px 0 4px; }
.related-card span { font-size: 13px; color: var(--slate); }

/* FOOTER */
footer { background: var(--navy); color: rgba(255,255,255,.6); padding: 48px 5% 28px; }
.footer-inner { max-width: 1100px; margin: 0 auto; }
.footer-cols { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; margin-bottom: 36px; }
.footer-cols strong.brand { font-family:"Anton", serif; font-size: 20px; color:#fff; display:block; margin-bottom: 10px; }
.footer-cols p { font-size: 13.5px; line-height: 1.6; }
.footer-cols h4 { color:#fff; font-size: 14px; margin-bottom: 14px; }
.footer-cols ul { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.footer-cols a { color: rgba(255,255,255,.5); text-decoration: none; font-size: 13.5px; }
.footer-cols a:hover { color: var(--sky); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding-top: 22px; font-size: 12.5px; color: rgba(255,255,255,.35); display:flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; }
.footer-bottom a { color: rgba(255,255,255,.4); text-decoration: none; }

/* FAQ */
.faq-item { border: 1px solid rgba(45,125,246,.18); border-radius: 14px; margin-bottom: 14px; overflow: hidden; background: var(--white); }
.faq-q { width: 100%; text-align: left; background: none; border: none; padding: 20px 24px; font-size: 16px; font-weight: 600; color: var(--navy); cursor: pointer; display: flex; justify-content: space-between; gap: 16px; font-family: inherit; }
.faq-q::after { content: "+"; color: var(--sky); font-size: 22px; flex-shrink: 0; }
.faq-item.open .faq-q::after { content: "−"; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-a p { padding: 0 24px 20px; font-size: 15px; color: #45596b; margin: 0; }
.faq-item.open .faq-a { max-height: 400px; }

.burger { display: none; }
@media (max-width: 820px) {
  .burger { display: block; }
  .nav-links { display: none; flex-direction: column; position: absolute; top: 72px; left: 0; right: 0; background: #fff; border-bottom: 1px solid rgba(45,125,246,.15); padding: 16px 5%; gap: 14px; align-items: flex-start; }
  .nav-links.open { display: flex; }
  .cover-grid { grid-template-columns: 1fr; }
  .related-grid { grid-template-columns: 1fr; }
  .footer-cols { grid-template-columns: 1fr; gap: 24px; }
}
