/* styles.css
   Mon Crédit Facile — v1.4.2
   Last updated: jan. 2026 */

@import url('https://fonts.googleapis.com/css2?family=Sora:wght@700;800;900&family=Nunito:wght@400;500;600;700;800&display=swap');


*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }


:root {
  --ink:        #0b1628;
  --navy:       #162040;
  --blue-mid:   #1e3a6e;
  --blue:       #2554a8;
  --sky:        #3b82f6;
  --sky-light:  #eff6ff;
  --gold:       #e8a820;
  --gold-light: #fef3d0;
  --gold-dark:  #b07d0d;
  --ivory:      #f8f9fc;
  --gray-50:    #f3f4f8;
  --gray-100:   #e8eaf2;
  --gray-200:   #d1d5e8;
  --gray-400:   #7c85a2;
  --gray-600:   #44506b;
  --white:      #ffffff;
  --green:      #16a34a;
  --green-bg:   #f0fdf4;

  --r-sm:   6px;
  --r-md:   12px;
  --r-lg:   20px;
  --r-xl:   28px;
  --r-full: 999px;

  --shadow-xs:  0 1px 4px rgba(11,22,40,.05);
  --shadow-sm:  0 3px 10px rgba(11,22,40,.08);
  --shadow-md:  0 8px 28px rgba(11,22,40,.11);
  --shadow-lg:  0 18px 52px rgba(11,22,40,.16);
  --shadow-card: 0 4px 20px rgba(11,22,40,.09), 0 1px 4px rgba(11,22,40,.05);

  --t: .2s ease;
}

html { scroll-behavior: smooth; }
body {
  font-family: 'Nunito', system-ui, sans-serif;
  color: var(--gray-600);
  background: var(--ivory);
  line-height: 1.75;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a  { color: var(--blue); text-decoration: none; transition: color var(--t); }
a:hover { color: var(--sky); text-decoration: underline; }


/* Headings : Sora, très gras, grande taille — style HelloSafe */
h1, h2, h3, h4 {
  font-family: 'Sora', system-ui, sans-serif;
  color: var(--ink);
  line-height: 1.15;
  font-weight: 800;
}
h1 {
  font-size: clamp(2.1rem, 5.5vw, 3.4rem);
  letter-spacing: -.6px;
  font-weight: 900;
}
h2 {
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  letter-spacing: -.3px;
  margin-bottom: .87rem;
}
h3 {
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: -.1px;
  margin-bottom: .45rem;
}
p { margin-bottom: 1rem; line-height: 1.75; }
strong { color: var(--ink); font-weight: 700; }

/* Mot-clé accentué dans un titre (style HelloSafe "Comparez.") */
.highlight-word {
  color: var(--gold);
  position: relative;
  display: inline-block;
}
.highlight-word::after {
  content: '';
  position: absolute;
  left: 0; bottom: -3px;
  width: 100%; height: 3px;
  background: var(--gold);
  border-radius: 2px;
  opacity: .45;
}

/* Sous-titre de section accentué */
.kicker-tag {
  display: inline-block;
  font-family: 'Nunito', sans-serif;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gold-dark);
  background: var(--gold-light);
  border-radius: var(--r-full);
  padding: .3rem 1rem;
  margin-bottom: .87rem;
}


.pg-wrap        { max-width: 1120px; margin: 0 auto; padding: 0 1.75rem; }
.pg-wrap--sm{ max-width: 840px;  margin: 0 auto; padding: 0 1.75rem; }
.pg-section          { padding: 3rem 0; }
.zone--pale     { background: var(--gray-50); }
.zone--blue    { background: var(--sky-light); }
.zone--dark    { background: var(--ink); }
.zone--dark h2, .zone--dark h3 { color: var(--white); }
.zone--white   { background: var(--white); }


.topstrip {
  background: var(--navy);
  color: rgba(255,255,255,.65);
  font-size: .76rem; font-weight: 600;
  letter-spacing: .06em; text-transform: uppercase;
  padding: .55rem 1.5rem;
  display: flex; justify-content: center; align-items: center;
  gap: 1.75rem; flex-wrap: wrap; text-align: center;
}
.topstrip b { color: var(--gold); }


.pg-header {
  background: var(--ink);
  position: sticky; top: 0; z-index: 200;
  border-bottom: 1px solid rgba(255,255,255,.06);
  box-shadow: 0 2px 16px rgba(0,0,0,.18);
}
.nav-wrap {
  max-width: 1120px; margin: 0 auto; padding: 0 1.75rem;
  height: 70px;
  display: flex; align-items: center; justify-content: space-between; gap: 1.5rem;
}
.brand-link { display: flex; align-items: center; gap: .65rem; text-decoration: none; }
.brand-ico {
  width: 40px; height: 40px; border-radius: 11px; flex-shrink: 0;
  background: linear-gradient(135deg, var(--gold) 0%, #f5c842 100%);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.15rem;
  box-shadow: 0 3px 14px rgba(232,168,32,.45);
}
.brand-name {
  font-family: 'Sora', sans-serif;
  font-size: 1.15rem; font-weight: 800; color: var(--white); line-height: 1.1;
  letter-spacing: -.2px;
}
.brand-name em { color: var(--gold); font-style: normal; }

.pg-nav { display: flex; align-items: center; gap: .1rem; }
.pg-nav a {
  color: rgba(255,255,255,.62); font-size: .875rem; font-weight: 600;
  padding: .45rem .85rem; border-radius: var(--r-sm);
  transition: background var(--t), color var(--t); white-space: nowrap;
}
.pg-nav a:hover, .pg-nav a.active {
  background: rgba(255,255,255,.1); color: var(--white); text-decoration: none;
}
.el-btn-nav-action {
  background: var(--gold) !important; color: var(--ink) !important;
  font-weight: 800 !important; padding: .5rem 1.2rem !important;
  border-radius: var(--r-md) !important;
  box-shadow: 0 2px 10px rgba(232,168,32,.35) !important;
}
.el-btn-nav-action:hover { background: #f5c842 !important; }


.pg-hero {
  background: var(--ink); overflow: hidden; position: relative;
  padding: 2.5rem 1.75rem 2rem;
}
.deco-circle-a {
  position: absolute; width: 560px; height: 560px; border-radius: 50%;
  background: radial-gradient(circle, rgba(59,130,246,.18) 0%, transparent 65%);
  top: -180px; right: -60px; pointer-events: none;
}
.deco-circle-b {
  position: absolute; width: 320px; height: 320px; border-radius: 50%;
  background: radial-gradient(circle, rgba(232,168,32,.12) 0%, transparent 65%);
  bottom: -80px; left: -50px; pointer-events: none;
}
.pg-hero-wrap {
  max-width: 860px; margin: 0 auto; text-align: center; position: relative; z-index: 1;
}
.label-tag {
  display: inline-flex; align-items: center; gap: .5rem;
  background: rgba(232,168,32,.15); border: 1px solid rgba(232,168,32,.3);
  color: var(--gold);
  font-size: .74rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase;
  padding: .35rem 1.1rem; border-radius: var(--r-full); margin-bottom: 1.25rem;
  animation: fadeDown .6s ease both;
}
.pg-hero h1 {
  color: var(--white); margin-bottom: 1.1rem;
  animation: fadeDown .6s .1s ease both;
}
.pg-hero h1 em {
  font-style: normal;
  background: linear-gradient(135deg, var(--gold) 0%, #f5c842 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.pg-hero .intro-text {
  color: rgba(255,255,255,.72); font-size: 1.1rem;
  max-width: 580px; margin: 0 auto 1.75rem;
  animation: fadeDown .6s .2s ease both;
  line-height: 1.65;
}
.feat-row {
  display: flex; justify-content: center; gap: .55rem; flex-wrap: wrap;
  margin-bottom: 2rem; animation: fadeDown .6s .3s ease both;
}
.feat-pill {
  display: flex; align-items: center; gap: .4rem;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14);
  color: rgba(255,255,255,.82); font-size: .81rem; font-weight: 600;
  padding: .35rem .95rem; border-radius: var(--r-full);
}
.cta-row {
  display: flex; justify-content: center; gap: 1rem; flex-wrap: wrap;
  animation: fadeDown .6s .4s ease both;
}


.el-btn {
  display: inline-flex; align-items: center; gap: .5rem;
  font-family: 'Nunito', sans-serif; font-weight: 800; font-size: .97rem;
  padding: .875rem 2rem; border-radius: var(--r-md);
  cursor: pointer; border: none;
  transition: transform var(--t), box-shadow var(--t), background var(--t), color var(--t);
  white-space: nowrap; text-decoration: none !important;
  letter-spacing: .01em;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.el-btn:hover { transform: translateY(-2px); }

/* CTA principal : fond plein or — sans gradient pour l'impact */
.el-btn--gold {
  background: var(--gold);
  color: var(--ink);
  box-shadow: 0 4px 16px rgba(232,168,32,.4);
  animation: pulse-gold 2.8s ease infinite;
}
.el-btn--gold:hover {
  background: #f5c842;
  box-shadow: 0 6px 28px rgba(232,168,32,.58);
  color: var(--ink);
  animation: none;
}
.el-btn--blue {
  background: var(--blue); color: var(--white);
  box-shadow: 0 4px 14px rgba(37,84,168,.3);
}
.el-btn--blue:hover { background: #1e4a9a; box-shadow: 0 6px 22px rgba(37,84,168,.42); color: var(--white); }
.el-btn--ghost {
  background: rgba(255,255,255,.1); border: 1.5px solid rgba(255,255,255,.22); color: var(--white);
}
.el-btn--ghost:hover { background: rgba(255,255,255,.2); color: var(--white); }
.el-btn--border {
  background: transparent; border: 2px solid var(--blue); color: var(--blue);
}
.el-btn--border:hover { background: var(--blue); color: var(--white); }
.el-btn--lg { font-size: 1.05rem; padding: 1rem 2.5rem; border-radius: var(--r-lg); }
.el-btn--fw { width:100%; }
.el-btn--fw { justify-content:center; }


.metrics-row { background: var(--navy); padding: 1.73rem 1.5rem; }
.metrics-grid {
  max-width: 900px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem; text-align: center;
}
.metric-val {
  font-family: 'Sora', sans-serif;
  font-size: 2.2rem; font-weight: 900; color: var(--gold); line-height: 1;
}
.metric-cap {
  font-size: .74rem; color: rgba(255,255,255,.5); font-weight: 600;
  margin-top: .3rem; letter-spacing: .05em; text-transform: uppercase;
}


/* Inspiré HelloSafe : ombre marquée, bordure top colorée, padding généreux */
.bloc-card {
  background: var(--white);
  border: 1px solid var(--gray-100);
  border-radius: var(--r-lg);
  padding: 1.73rem;
  box-shadow: var(--shadow-card);
  transition: box-shadow var(--t), transform var(--t);
  position: relative;
  overflow: hidden;
}
/* Ligne top colorée style HelloSafe */
.bloc-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--sky));
  opacity: 0;
  transition: opacity var(--t);
}
.bloc-card:hover {
  box-shadow: 0 12px 36px rgba(11,22,40,.14);
  transform: translateY(-4px);
}
.bloc-card:hover::before { opacity: 1; }

/* Icône ronde dans les cards — style HelloSafe */
.bloc-ico {
  width: 52px; height: 52px;
  background: var(--sky-light);
  border-radius: 13px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 1.1rem;
  flex-shrink: 0;
}
.bloc-card h3 { margin-bottom: .45rem; color: var(--ink); font-size: 1.05rem; }
.bloc-card p { font-size: .9rem; color: var(--gray-600); margin: 0; line-height: 1.6; }

.bloc-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 1.33rem;
}


.amounts-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(162px, 1fr));
  gap: 1rem; margin-top: 2.5rem;
}
.amount-item {
  background: var(--white);
  border: 2px solid var(--gray-100);
  border-radius: var(--r-lg);
  padding: 1.5rem 1rem;
  text-align: center; display: block; color: var(--ink);
  position: relative; overflow: hidden;
  transition: border-color var(--t), box-shadow var(--t), transform var(--t);
  box-shadow: var(--shadow-xs);
}
.amount-item:hover {
  border-color: var(--gold);
  box-shadow: 0 8px 28px rgba(232,168,32,.2);
  transform: translateY(-5px);
  text-decoration: none;
}
.amount-item .euro {
  font-family: 'Sora', sans-serif;
  font-size: 1.5rem; font-weight: 900; color: var(--blue);
}
.amount-item .from {
  font-size: .68rem; font-weight: 700; color: var(--gray-400);
  letter-spacing: .06em; text-transform: uppercase; margin: .3rem 0 .1rem;
}
.amount-item .monthly { font-size: .95rem; font-weight: 700; color: var(--ink); }
.amount-item .month-label { font-size: .7rem; color: var(--gray-400); }
.amount-arrow {
  display: inline-flex; align-items: center; justify-content: center;
  width: 26px; height: 26px; background: var(--gold);
  border-radius: 50%; color: var(--ink); font-size: .85rem;
  margin-top: .7rem; transition: transform var(--t);
}
.amount-item:hover .amount-arrow { transform: translateX(4px); }


.tbl-wrap {
  overflow-x: auto; border-radius: var(--r-lg);
  box-shadow: var(--shadow-md); margin: 1.75rem 0;
  border: 1px solid var(--gray-100);
}
table { width: 100%; border-collapse: collapse; font-size: .94rem; }
thead tr { background: var(--ink); color: var(--white); }
thead th {
  padding: 1rem 1.25rem; text-align: left;
  font-family: 'Nunito', sans-serif;
  font-size: .75rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase;
}
tbody tr { transition: background var(--t); }
tbody tr:nth-child(even) { background: var(--gray-50); }
tbody tr:hover { background: var(--sky-light); }
tbody td {
  padding: .9rem 1.25rem; border-bottom: 1px solid var(--gray-100); color: var(--gray-600);
  font-size: .93rem;
}
tbody tr:last-child td { border-bottom: none; }
tbody td:first-child { font-weight: 700; color: var(--ink); }
.badge-pop {
  display: inline-flex; align-items: center;
  background: var(--gold);
  color: var(--ink); font-size: .68rem; font-weight: 800;
  padding: .2rem .65rem; border-radius: var(--r-full); margin-left: .5rem; letter-spacing: .04em;
}


.faq-items { margin-top: 1.5rem; display: flex; flex-direction: column; gap: .65rem; }
.faq-row {
  background: var(--white); border: 1.5px solid var(--gray-100);
  border-radius: var(--r-md); overflow: hidden; box-shadow: var(--shadow-xs);
  transition: box-shadow var(--t), border-color var(--t);
}
.faq-row:hover { box-shadow: var(--shadow-sm); border-color: var(--gray-200); }
.faq-question {
  padding: 1.1rem 1.5rem; font-weight: 700; cursor: pointer;
  display: flex; justify-content: space-between; align-items: center;
  list-style: none; color: var(--ink); font-size: .96rem; gap: 1rem;
  font-family: 'Nunito', sans-serif;
}
.faq-question::-webkit-details-marker { display: none; }
.faq-ico {
  width: 24px; height: 24px; background: var(--gold-light); border: 1.5px solid rgba(232,168,32,.3);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  color: var(--gold-dark); font-size: 1rem; font-weight: 800; flex-shrink: 0; line-height: 1;
}
details[open] .faq-ico { background: var(--gold); color: var(--ink); }
.faq-answer {
  padding: 0 1.5rem 1.1rem; color: var(--gray-600); font-size: .92rem;
  border-top: 1px solid var(--gray-100);
}
.faq-answer p { margin-top: .75rem; margin-bottom: 0; line-height: 1.7; }


.pill-row { display: flex; gap: .6rem; flex-wrap: wrap; margin-top: .75rem; }
.pill-link {
  background: var(--white); border: 1.5px solid var(--gray-200);
  color: var(--blue); font-size: .84rem; font-weight: 700;
  padding: .45rem 1.1rem; border-radius: var(--r-full);
  transition: border-color var(--t), background var(--t), color var(--t), box-shadow var(--t);
  box-shadow: var(--shadow-xs);
}
.pill-link:hover {
  border-color: var(--gold); background: var(--gold-light); color: var(--gold-dark);
  box-shadow: 0 3px 10px rgba(232,168,32,.18); text-decoration: none;
}


.offer-box {
  background: var(--ink); border-radius: var(--r-xl);
  padding: 3.5rem 2rem; text-align: center; position: relative; overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.offer-box::before {
  content: ''; position: absolute;
  width: 500px; height: 500px; border-radius: 50%;
  background: radial-gradient(circle, rgba(232,168,32,.13) 0%, transparent 65%);
  top: -200px; right: -100px;
}
.offer-box::after {
  content: ''; position: absolute;
  width: 300px; height: 300px; border-radius: 50%;
  background: radial-gradient(circle, rgba(59,130,246,.12) 0%, transparent 65%);
  bottom: -100px; left: -50px;
}
.offer-box > * { position: relative; z-index: 1; }
.offer-box h2 { color: var(--white); margin-bottom: .7rem; }
.offer-box p { color: rgba(255,255,255,.7); margin-bottom: 1.75rem; max-width: 500px; margin-left: auto; margin-right: auto; }
.offer-perks {
  display: flex; justify-content: center; gap: 1.5rem; flex-wrap: wrap;
  margin-bottom: 1.75rem; font-size: .875rem; color: rgba(255,255,255,.75);
}
.perk-item { display: flex; align-items: center; gap: .45rem; }
.perk-item::before {
  content: '✓'; width: 19px; height: 19px;
  background: var(--gold); color: var(--ink);
  font-size: .67rem; font-weight: 900; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0;
}


.pg-trail {
  font-size: .79rem; color: rgba(255,255,255,.5);
  display: flex; gap: .5rem; align-items: center; flex-wrap: wrap;
  justify-content: center; margin-bottom: .75rem;
}
.pg-trail a { color: rgba(255,255,255,.5); }
.pg-trail a:hover { color: var(--gold); text-decoration: none; }
.pg-trail .sep { color: rgba(255,255,255,.2); font-size: .65rem; }


.heading-zone { text-align: center; margin-bottom: 2.5rem; }
.heading-zone .label {
  display: inline-block; font-size: .74rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase;
  color: var(--gold-dark); background: var(--gold-light); padding: .3rem .95rem; border-radius: var(--r-full); margin-bottom: .75rem;
}
.heading-zone h2 { margin-bottom: .6rem; }
.heading-zone p { color: var(--gray-400); max-width: 520px; margin: 0 auto; font-size: .97rem; }


.info-callout {
  background: var(--gold-light); border-left: 4px solid var(--gold);
  border-radius: 0 var(--r-md) var(--r-md) 0; padding: 1rem 1.5rem;
  margin: 1.5rem 0; color: var(--ink);
}
.info-callout p { margin: 0; font-size: .92rem; }
.info-callout--blue {
  background: var(--sky-light); border-left: 4px solid var(--sky);
  border-radius: 0 var(--r-md) var(--r-md) 0; padding: 1rem 1.5rem; margin: 1.5rem 0;
}
.info-callout--blue p { margin: 0; font-size: .92rem; }


.legal-note {
  background: var(--gray-50); border: 1px solid var(--gray-100);
  border-radius: var(--r-md); padding: 1rem 1.5rem;
  font-size: .76rem; color: var(--gray-400); margin: 2rem 0; line-height: 1.65;
}


.steps-row {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(215px, 1fr));
  gap: 1.33rem; margin-top: 1.5rem;
}
.step-block {
  background: var(--white); border-radius: var(--r-lg); padding: 1.73rem;
  border: 1.5px solid var(--gray-100); box-shadow: var(--shadow-xs);
  position: relative;
}
/* Connecteur entre étapes */
.step-block::after {
  content: '→';
  position: absolute; right: -1.1rem; top: 1.5rem;
  color: var(--gold); font-size: 1rem; font-weight: 900;
}
.step-block:last-child::after { display: none; }
.step-nbr {
  width: 38px; height: 38px; background: var(--ink); color: var(--gold);
  font-family: 'Sora', sans-serif; font-size: 1rem; font-weight: 900;
  border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 1rem;
}


.verdict-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; margin-top: 1rem; }
@media(max-width: 600px) { .verdict-grid { grid-template-columns: 1fr; } }
.verdict-pros, .verdict-cons { border-radius: var(--r-md); padding: 1.35rem; }
.verdict-pros { background: #f0fdf4; border: 1.5px solid #86efac; }
.verdict-pros h4 { color: #16a34a; font-size: .88rem; margin-bottom: .75rem; }
.verdict-cons { background: #fff7ed; border: 1.5px solid #fdba74; }
.verdict-cons h4 { color: #ea580c; font-size: .88rem; margin-bottom: .75rem; }
.verdict-pros li, .verdict-cons li {
  font-size: .88rem; line-height: 1.65; margin-bottom: .4rem;
  list-style: none; padding-left: 1.2rem; position: relative;
}
.verdict-pros li::before { content: '✓'; position: absolute; left: 0; color: #16a34a; font-weight: 800; }
.verdict-cons li::before { content: '✗'; position: absolute; left: 0; color: #ea580c; font-weight: 800; }


.inline-offer {
  background: linear-gradient(135deg, var(--navy), var(--blue-mid));
  border-radius: var(--r-lg);
  padding: 1.73rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  flex-wrap: wrap;
  margin: 2rem 0;
  box-shadow: var(--shadow-md);
}
.inline-offer p {
  color: rgba(255,255,255,.9);
  margin: 0; font-size: 1.05rem; line-height: 1.6;
  flex: 1 1 260px;
}
.inline-offer strong { color: var(--gold); }
.inline-offer .el-btn { flex-shrink: 0; }


.pg-footer { background: var(--ink); color: rgba(255,255,255,.5); padding: 4rem 1.75rem 2rem; margin-top: 0; }
.foot-grid {
  max-width: 1120px; margin: 0 auto;
  display: grid; grid-template-columns: 1.2fr repeat(3, 1fr) repeat(3, .85fr); gap: 1.75rem;
}
.foot-brand .brand-link { margin-bottom: 1rem; }
.foot-brand p { font-size: .875rem; line-height: 1.75; max-width: 240px; }
.foot-col h4 {
  font-family: 'Nunito', sans-serif; font-size: .74rem; font-weight: 800;
  letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.88); margin-bottom: .87rem;
}
.foot-col ul { list-style: none; }
.foot-col ul li { margin-bottom: .4rem; }
.foot-col ul li a { color: rgba(255,255,255,.45); font-size: .87rem; font-weight: 500; }
.foot-col ul li a:hover { color: var(--gold); text-decoration: none; }
.foot-bottom {
  max-width: 1120px; margin: 2.5rem auto 0; padding-top: 1.5rem;
  border-top: 1px solid rgba(255,255,255,.07);
  display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap;
}
.foot-bottom p { font-size: .76rem; }
.foot-sigs { display: flex; gap: .5rem; }
.foot-sig {
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.1);
  color: rgba(255,255,255,.42); font-size: .68rem; font-weight: 700;
  padding: .25rem .75rem; border-radius: var(--r-full);
}


.sim-box {
  background: var(--ink); border-radius: var(--r-xl);
  padding: 2rem; color: var(--white); margin: 2rem 0;
  box-shadow: var(--shadow-lg);
}
.sim-box h3 {
  color: var(--white); font-family: 'Sora', sans-serif; font-size: 1.2rem; margin-bottom: 1.25rem;
}
.sim-inputs {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 1.25rem;
}
@media(max-width: 540px) { .sim-inputs { grid-template-columns: 1fr; } }
.sim-input label {
  display: block; font-size: .75rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase;
  color: rgba(255,255,255,.6); margin-bottom: .4rem;
}
.sim-input input, .sim-input select {
  width: 100%; padding: .75rem 1rem;
  border-radius: var(--r-md); border: 1.5px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.08); color: var(--white);
  font-size: 1rem; font-family: 'Nunito', sans-serif; outline: none; transition: border-color .2s;
}
.sim-input input:focus, .sim-input select:focus { border-color: var(--gold); }
.sim-input select option { background: var(--navy); }
.sim-output {
  background: rgba(255,255,255,.07); border-radius: var(--r-md);
  padding: 1rem 1.25rem; display: flex; justify-content: space-between;
  align-items: center; flex-wrap: wrap; gap: .75rem;
}
.sim-val { text-align: center; }
.sim-val .val {
  font-family: 'Sora', sans-serif; font-size: 1.6rem; font-weight: 900; color: var(--gold); line-height: 1;
}
.sim-val .lbl {
  font-size: .72rem; color: rgba(255,255,255,.5); letter-spacing: .04em; text-transform: uppercase; margin-top: .15rem;
}


@keyframes fadeDown {
  from { opacity: 0; transform: translateY(-14px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes pulse-gold {
  0%, 100% { box-shadow: 0 4px 16px rgba(232,168,32,.4); }
  50%       { box-shadow: 0 4px 32px rgba(232,168,32,.65); }
}


@media (max-width: 1200px) { .foot-grid { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 900px) {
  .foot-grid { grid-template-columns: repeat(3, 1fr); }
  .step-block::after { display: none; }
}
@media (max-width: 640px) {
  .pg-hero { padding: 2rem 1rem 1.75rem; }
  .pg-section { padding: 2rem 0; }
  .bloc-grid { grid-template-columns: 1fr; }
  .steps-row { grid-template-columns: 1fr; }
  .offer-perks { gap: .65rem; }
  .pg-nav { display: none; }
  .foot-grid { grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
  .foot-brand { grid-column: 1 / -1; }
  .foot-bottom { flex-direction: column; text-align: center; }
  .metrics-grid { grid-template-columns: repeat(2, 1fr); }
  .topstrip { gap: .65rem; }
  h1 { font-size: clamp(1.7rem, 8vw, 2.4rem); }
  h2 { font-size: clamp(1.35rem, 5vw, 1.8rem); }
  /* Pills : 2 colonnes sur mobile au lieu d'une liste verticale */
  .pill-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: .5rem; }
  .pill-link { text-align: center; justify-content: center; }
  /* inline-offer : colonne sur mobile */
  .inline-offer { flex-direction: column; align-items: stretch; padding: 1.25rem 1rem; }
  .inline-offer p { flex: none; font-size: .95rem; }
  .inline-offer .el-btn { width: 100%; justify-content: center; white-space: normal; text-align: center; }
  /* boutons généraux sur mobile */
  .el-btn { font-size: .9rem; padding: .8rem 1.5rem; white-space: normal; text-align: center; max-width: 100%; }
  .el-btn--lg { font-size: .95rem; padding: .875rem 1.75rem; }
  .offer-box .el-btn { width: 100%; justify-content: center; }
}


.nav-item {
  position: relative;
  padding-bottom: 8px;
  margin-bottom: -8px;
}
.nav-label {
  color: rgba(255,255,255,.65);
  font-size: .875rem; font-weight: 600;
  padding: .45rem .85rem; border-radius: var(--r-sm);
  cursor: pointer;
  display: flex; align-items: center; gap: .3rem;
  transition: background var(--t), color var(--t);
  white-space: nowrap; user-select: none;
}
.nav-label::after {
  content: '';
  display: inline-block; width: 0; height: 0;
  border-left: 4px solid transparent; border-right: 4px solid transparent;
  border-top: 5px solid rgba(255,255,255,.4);
  transition: transform var(--t);
}
.nav-item:hover .nav-label::after { transform: rotate(180deg); }
.nav-item:hover .nav-label { background: rgba(255,255,255,.1); color: var(--white); }
.drop-panel {
  display: none; position: absolute;
  top: 100%; left: 0; padding-top: 8px;
  background: transparent; z-index: 300; min-width: 210px;
}
.drop-inner {
  background: var(--navy); border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--r-md); padding: .4rem;
  box-shadow: var(--shadow-lg);
  display: flex; flex-direction: column; gap: .1rem;
}
.nav-item:hover .drop-panel { display: block; }
.drop-panel a {
  color: rgba(255,255,255,.68); font-size: .85rem; font-weight: 600;
  padding: .55rem .9rem; border-radius: var(--r-sm);
  transition: background var(--t), color var(--t);
  white-space: nowrap; display: block;
}
.drop-panel a:hover { background: rgba(255,255,255,.1); color: var(--white); text-decoration: none; }

/* Mobile nav toggle */
.mob-toggle {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: none; cursor: pointer; padding: .4rem;
}
.mob-toggle span {
  display: block; width: 24px; height: 2px;
  background: rgba(255,255,255,.8); border-radius: 2px;
  transition: transform .2s, opacity .2s;
}
@media (max-width: 900px) {
  .mob-toggle { display: flex; }
  .pg-nav {
    display: none;
    position: fixed;
    top: 70px; left: 0; right: 0; bottom: 0;
    background: var(--ink);
    border-top: 1px solid rgba(255,255,255,.08);
    flex-direction: column;
    padding: .75rem 1.25rem 2rem;
    gap: 0;
    z-index: 500;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .pg-nav.open { display: flex; }

  /* Chaque groupe = ligne cliquable compacte */
  .nav-item { width: 100%; border-bottom: 1px solid rgba(255,255,255,.06); }
  .nav-label {
    padding: .65rem .25rem;
    font-size: .88rem;
    border-bottom: none;
    width: 100%;
    justify-content: space-between;
  }
  .nav-label::after {
    display: inline-block;
    content: '';
    width: 0; height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid rgba(255,255,255,.4);
    transition: transform .2s;
  }
  /* Sous-menus : cachés par défaut sur mobile, toggle via JS */
  .drop-panel {
    display: none;
    position: static; background: none;
    padding: 0; min-width: 0; box-shadow: none; border: none;
  }
  .drop-inner {
    display: flex; flex-direction: column; gap: 0;
    background: rgba(255,255,255,.04);
    border-radius: var(--r-sm);
    padding: .25rem 0 .5rem .75rem;
    margin-bottom: .25rem;
  }
  .drop-inner a {
    padding: .45rem .5rem;
    font-size: .83rem;
    border-bottom: none;
  }
  /* Groupe ouvert */
  .nav-item.open .drop-panel { display: block; }
  .nav-item.open .nav-label::after { transform: rotate(180deg); }

  .btn-nav-action {
    text-align: center; margin: .75rem 0 .25rem;
    display: block; border-radius: var(--r-md) !important;
  }
}

.pg-clearfix::after { content: ''; display: table; clear: both; }
.el-visuallyhidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.ui-noselect { user-select: none; -webkit-user-select: none; }
.pg-rel { position: relative; }

.hero-wrap { max-width:860px; margin:0 auto; text-align:center; position:relative; z-index:1; }
.btn-nav-action { background:var(--gold)!important; color:var(--ink)!important; font-weight:800!important; padding:.5rem 1.2rem!important; border-radius:var(--r-md)!important; box-shadow:0 2px 10px rgba(232,168,32,.35)!important; }
.btn-nav-action:hover { background:#f5c842!important; }

.stat-item { text-align:center; }

@supports (display: grid) {
  .bloc-grid { display: grid; }
  .amounts-grid { display: grid; }
}
