/* ============================================
   HUB International — FPQ #5
   Landing Page Styles
   ============================================ */

/* ── Utilitaires ── */
.section-inner { max-width: 1100px; margin: 0 auto; }
section { padding: 90px 48px; }
.eyebrow {
  font-size: 11px; font-weight: 700; letter-spacing: 2.5px;
  text-transform: uppercase; color: var(--hub-blue); margin-bottom: 12px;
}
.section-title {
  font-family: var(--font-display);
  font-size: clamp(28px, 4vw, 44px); font-weight: 900;
  color: var(--hub-navy); line-height: 1.15; margin-bottom: 16px;
}
.section-sub {
  font-size: 16px; color: var(--silver);
  max-width: 620px; line-height: 1.75; font-weight: 300;
}

/* ── Boutons ── */
.btn-primary {
  background: var(--hub-gradient);
  color: var(--white); font-weight: 700; font-size: 15px;
  padding: 15px 32px; border-radius: var(--radius-sm);
  display: inline-flex; align-items: center; gap: 8px;
  border: none; transition: all .25s;
  box-shadow: var(--shadow-blue);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 40px rgba(0,160,225,.4); filter: brightness(1.08); }

.btn-outline {
  border: 1.5px solid rgba(255,255,255,.35); color: rgba(255,255,255,.88);
  font-weight: 600; font-size: 15px; padding: 15px 28px;
  border-radius: var(--radius-sm); display: inline-flex; align-items: center; gap: 8px;
  transition: all .2s;
}
.btn-outline:hover { border-color: rgba(255,255,255,.7); background: rgba(255,255,255,.08); }

.btn-ghost-navy {
  border: 1.5px solid var(--light-2); color: var(--hub-navy);
  font-weight: 600; font-size: 14px; padding: 12px 24px;
  border-radius: var(--radius-sm); display: inline-flex; align-items: center; gap: 8px;
  background: var(--white); transition: all .2s;
}
.btn-ghost-navy:hover { border-color: var(--hub-blue); color: var(--hub-blue); }


/* ── HERO ── */
.hero { position: relative; min-height: 92vh; display: flex; align-items: center; overflow: hidden; }
.hero-bg {
  position: absolute; inset: 0;
  background-image: url('https://images.unsplash.com/photo-1533473359331-0135ef1b58bf?w=1600&q=80&auto=format&fit=crop');
  background-size: cover; background-position: center 40%; filter: brightness(.28);
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(105deg, rgba(38,55,70,.96) 38%, rgba(6,78,160,.45) 100%);
}
.hero-inner {
  position: relative; z-index: 2; max-width: 1100px; margin: 0 auto; width: 100%;
  padding: 80px 48px 60px; display: grid; grid-template-columns: 1fr 420px; gap: 60px; align-items: center;
}
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(0,160,225,.18); border: 1px solid rgba(0,160,225,.4);
  color: var(--hub-accent); font-size: 11px; font-weight: 700; letter-spacing: 2px;
  text-transform: uppercase; padding: 6px 14px; border-radius: 20px; margin-bottom: 22px;
}
.hero-title { font-family: var(--font-display); font-size: clamp(34px,5vw,62px); color: var(--white); line-height: 1.1; margin-bottom: 20px; font-weight: 900; }
.hero-title em { font-style: italic; color: var(--hub-blue); }
.hero-desc { color: rgba(255,255,255,.7); font-size: 17px; line-height: 1.75; margin-bottom: 36px; font-weight: 300; max-width: 540px; }
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 44px; }
.hero-stats { display: flex; gap: 36px; }
.hstat-val { font-family: var(--font-display); font-size: 30px; font-weight: 700; color: var(--hub-blue); }
.hstat-lbl { font-size: 11px; color: rgba(255,255,255,.45); text-transform: uppercase; letter-spacing: 1px; margin-top: 2px; }

.hero-card {
  background: rgba(255,255,255,.06); backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius-lg);
  padding: 32px; color: var(--white);
}
.hcard-tag { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--hub-blue); font-weight: 700; margin-bottom: 20px; }
.hcard-feature { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 18px; }
.hcard-icon {
  width: 36px; height: 36px; background: rgba(0,160,225,.2);
  border-radius: var(--radius-sm); display: flex; align-items: center; justify-content: center;
  font-size: 15px; flex-shrink: 0; color: var(--hub-blue);
}
.hcard-feat-title { font-size: 13px; font-weight: 700; margin-bottom: 3px; }
.hcard-feat-desc { font-size: 12px; color: rgba(255,255,255,.5); line-height: 1.5; }
.hcard-divider { border: none; border-top: 1px solid rgba(255,255,255,.08); margin: 20px 0; }
.hcard-bottom { display: flex; align-items: center; justify-content: space-between; }
.hcard-from { font-size: 11px; color: rgba(255,255,255,.4); }
.hcard-price { font-family: var(--font-display); font-size: 26px; font-weight: 700; }
.hcard-price span { font-size: 13px; color: rgba(255,255,255,.5); font-family: var(--font-body); }

/* ── PHOTO STRIP voitures ── */
.photo-strip { padding: 0; overflow: hidden; background: var(--hub-navy-3); }
.strip-inner { display: grid; grid-template-columns: repeat(4,1fr); height: 280px; }
.strip-photo { position: relative; overflow: hidden; }
.strip-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s, filter .4s; filter: brightness(.65) saturate(.85); }
.strip-photo:hover img { transform: scale(1.07); filter: brightness(.9) saturate(1.1); }
.strip-label {
  position: absolute; bottom: 14px; left: 14px;
  background: rgba(38,55,70,.85); color: var(--hub-blue);
  font-size: 11px; font-weight: 700; padding: 5px 10px;
  border-radius: 6px; letter-spacing: .5px; backdrop-filter: blur(6px);
}

/* ── AVANTAGES ── */
.avantages { background: var(--light); }
.av-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 52px; }
.av-card {
  background: var(--white); border-radius: var(--radius-lg);
  padding: 32px 28px; border: 1px solid var(--light-2);
  transition: all .25s; position: relative; overflow: hidden;
}
.av-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: var(--hub-gradient-h); transform: scaleX(0); transform-origin: left; transition: transform .3s;
}
.av-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.av-card:hover::before { transform: scaleX(1); }
.av-icon { font-size: 24px; margin-bottom: 18px; display: flex; width: 54px; height: 54px; background: var(--light); border-radius: var(--radius-sm); align-items: center; justify-content: center; color: var(--hub-blue); }
.av-card.featured .av-icon { background: rgba(0,160,225,.15); color: var(--hub-blue); }
.av-title { font-family: var(--font-display); font-size: 18px; font-weight: 700; margin-bottom: 10px; color: var(--hub-navy); }
.av-desc { font-size: 14px; color: var(--silver); line-height: 1.65; }
.av-card.featured {
  background: linear-gradient(145deg, var(--hub-navy), var(--hub-navy-2));
  color: var(--white); border-color: transparent;
}
.av-card.featured .av-title { color: var(--white); }
.av-card.featured .av-desc { color: rgba(255,255,255,.6); }

/* ── TÉMOIGNAGES ── */
.temoignages { background: var(--white); }
.temo-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; margin-top: 52px; }
.temo-card {
  border-radius: var(--radius-lg); overflow: hidden;
  border: 1px solid var(--light-2); box-shadow: var(--shadow-sm);
  transition: box-shadow .25s, transform .25s;
}
.temo-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.temo-photo { height: 230px; overflow: hidden; position: relative; }
.temo-photo img { width: 100%; height: 100%; object-fit: cover; object-position: top center; transition: transform .5s; }
.temo-card:hover .temo-photo img { transform: scale(1.05); }
.temo-photo-overlay { position: absolute; bottom: 0; left: 0; right: 0; height: 70px; background: linear-gradient(to top, rgba(255,255,255,1), transparent); }
.temo-body { padding: 20px 22px 24px; }
.temo-stars { color: #F0A500; font-size: 13px; margin-bottom: 10px; display: flex; gap: 3px; }
.temo-quote { font-size: 14px; color: #444; line-height: 1.65; font-style: italic; margin-bottom: 16px; }
.temo-quote::before { content: '"'; font-family: var(--font-display); font-size: 32px; color: var(--hub-blue); opacity: .4; line-height: 0; vertical-align: -10px; margin-right: 3px; }
.temo-name { font-size: 13px; font-weight: 700; color: var(--hub-navy); }
.temo-detail { font-size: 11px; color: var(--silver); margin-top: 2px; }

/* ── QUOTE ── */
.quote-block { position: relative; overflow: hidden; padding: 0; }
.quote-photo-wrap { position: relative; height: 420px; display: flex; align-items: center; }
.quote-photo-bg {
  position: absolute; inset: 0;
  background-image: url('https://images.unsplash.com/photo-1449965408869-eaa3f722e40d?w=1600&q=80&auto=format&fit=crop');
  background-size: cover; background-position: center 35%; filter: brightness(.28);
}
.quote-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,78,160,.96) 30%, rgba(0,160,225,.4) 100%); }
.quote-content { position: relative; z-index: 2; max-width: 1100px; margin: 0 auto; width: 100%; padding: 0 48px; }
.quote-text { font-family: var(--font-display); font-size: clamp(22px,3vw,38px); font-style: italic; line-height: 1.45; margin-bottom: 20px; color: rgba(255,255,255,.92); max-width: 680px; }
.quote-text strong { color: var(--hub-blue); font-style: normal; }
.quote-source { font-size: 13px; color: rgba(255,255,255,.4); letter-spacing: 1px; text-transform: uppercase; }

/* ── COMPARATIF ── */
.comparatif { background: var(--light); }
.compare-wrap { margin-top: 52px; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--light-2); box-shadow: var(--shadow); }
.compare-header { display: grid; grid-template-columns: 2fr 1fr 1fr; }
.ch-cell { padding: 20px 28px; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }
.ch-cell:first-child { background: #F8FAFD; color: var(--silver); }
.ch-cell.faq { background: #FFF7F7; color: #b71c1c; text-align: center; }
.ch-cell.fpq { background: var(--hub-navy); color: var(--hub-blue); text-align: center; display: flex; flex-direction: column; align-items: center; gap: 4px; }
.ch-cell.fpq .badge { background: var(--hub-gradient-h); color: var(--white); font-size: 9px; padding: 2px 10px; border-radius: 10px; letter-spacing: 1px; font-weight: 800; }
.compare-row { display: grid; grid-template-columns: 2fr 1fr 1fr; border-top: 1px solid var(--light-2); transition: background .15s; }
.compare-row:hover { background: #EDF3FA; }
.cr-label { padding: 20px 28px; font-size: 14px; font-weight: 600; color: var(--hub-navy); display: flex; flex-direction: column; gap: 4px; }
.cr-sub { font-size: 12px; color: var(--silver); font-weight: 400; }
.cr-faq, .cr-fpq { padding: 20px 16px; display: flex; align-items: center; justify-content: center; text-align: center; font-size: 13px; }
.cr-faq { background: #FFFAFA; color: #c62828; }
.cr-fpq { background: rgba(0,160,225,.04); color: var(--hub-green); font-weight: 600; }
.check { color: var(--hub-green); font-size: 16px; }
.cross { color: #e53935; font-size: 16px; }
.cr-faq i.fa-triangle-exclamation { color: #f0a500; margin-right: 4px; }
.cr-faq i.fa-circle-check { color: var(--hub-green); margin-right: 4px; }
.cr-fpq i.fa-circle-check { color: var(--hub-green); margin-right: 4px; }

/* ── EXCLUSIFS ── */
.exclusifs { background: var(--white); }
.excl-split { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; margin-top: 52px; align-items: center; }
.excl-photo { border-radius: var(--radius-xl); overflow: hidden; height: 500px; position: relative; }
.excl-photo img { width: 100%; height: 100%; object-fit: cover; }
.excl-photo-badge {
  position: absolute; bottom: 20px; left: 20px; right: 20px;
  background: rgba(38,55,70,.9); backdrop-filter: blur(10px);
  border-radius: var(--radius); padding: 18px 22px; color: var(--white);
  border-left: 3px solid var(--hub-blue);
}
.excl-photo-badge h4 { font-family: var(--font-display); font-size: 17px; margin-bottom: 5px; }
.excl-photo-badge p { font-size: 12px; color: rgba(255,255,255,.55); }
.excl-list { display: flex; flex-direction: column; gap: 20px; }
.excl-item { display: flex; gap: 18px; align-items: flex-start; padding: 22px; background: var(--light); border-radius: var(--radius); transition: box-shadow .2s; border: 1px solid transparent; }
.excl-item:hover { box-shadow: var(--shadow); border-color: var(--light-2); }
.excl-num {
  width: 42px; height: 42px; border-radius: var(--radius-sm);
  background: var(--hub-gradient); color: var(--white);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-size: 20px; font-weight: 900; flex-shrink: 0;
}
.excl-title { font-size: 15px; font-weight: 700; margin-bottom: 6px; color: var(--hub-navy); }
.excl-desc { font-size: 13px; color: var(--silver); line-height: 1.6; }

/* ── SCÉNARIOS ── */
.scenarios { background: var(--light); }
.scen-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 52px; }
.scen-card { border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--light-2); background: var(--white); box-shadow: var(--shadow-sm); }
.scen-header-photo { position: relative; height: 190px; overflow: hidden; }
.scen-header-photo img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.55); transition: transform .4s; }
.scen-card:hover .scen-header-photo img { transform: scale(1.06); }
.scen-header-text { position: absolute; bottom: 0; left: 0; right: 0; padding: 16px 20px; background: linear-gradient(to top, rgba(6,78,160,.95), transparent); }
.scen-icon { font-size: 22px; margin-bottom: 6px; color: var(--hub-blue); }
.scen-title { font-family: var(--font-display); font-size: 16px; font-weight: 700; color: var(--white); margin-bottom: 2px; }
.scen-context { font-size: 11px; color: rgba(255,255,255,.55); }
.scen-body { padding: 20px; }
.scen-without, .scen-with { font-size: 13px; padding: 10px 14px; border-radius: var(--radius-sm); margin-bottom: 10px; line-height: 1.55; }
.scen-without { background: #FFF5F5; color: #c62828; border-left: 3px solid #ef9a9a; }
.scen-with { background: #F0FAF5; color: var(--hub-green); border-left: 3px solid #66bb6a; }
.scen-without strong, .scen-with strong { display: block; font-size: 10px; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 3px; opacity: .7; }
.scen-saving { background: var(--hub-navy); color: var(--hub-blue); font-family: var(--font-display); font-size: 17px; font-weight: 700; text-align: center; padding: 12px; border-radius: var(--radius-sm); margin-top: 10px; }
.scen-saving span { font-size: 10px; display: block; color: rgba(255,255,255,.5); font-family: var(--font-body); margin-top: 2px; }

/* ── PEOPLE ── */
.people-section { background: var(--hub-navy-3); padding: 90px 48px; }
.people-inner { max-width: 1100px; margin: 0 auto; }
.people-header { text-align: center; margin-bottom: 52px; }
.people-header .eyebrow { color: var(--hub-blue); }
.people-header .section-title { color: var(--white); }
.people-header .section-sub { color: rgba(255,255,255,.5); margin: 0 auto; }
.people-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 3px; border-radius: var(--radius-lg); overflow: hidden; }
.people-card { position: relative; height: 360px; overflow: hidden; }
.people-card img { width: 100%; height: 100%; object-fit: cover; object-position: center top; transition: transform .5s, filter .4s; filter: brightness(.6) saturate(.8); }
.people-card:hover img { transform: scale(1.06); filter: brightness(.82) saturate(1.1); }
.people-card-overlay { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(to top, rgba(6,78,160,.92) 0%, transparent 60%); padding: 28px 22px 22px; color: var(--white); }
.people-card-name { font-family: var(--font-display); font-size: 17px; font-weight: 700; margin-bottom: 3px; }
.people-card-tag { font-size: 11px; color: rgba(255,255,255,.5); margin-bottom: 8px; }
.people-card-quote { font-size: 12px; color: rgba(255,255,255,.78); font-style: italic; line-height: 1.5; }

/* ── FAQ ── */
.faq-section { background: var(--light); }
.faq-split { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; margin-top: 52px; align-items: start; }
.faq-photo { border-radius: var(--radius-xl); overflow: hidden; height: 480px; }
.faq-photo img { width: 100%; height: 100%; object-fit: cover; }
.faq-item { background: var(--white); border-radius: var(--radius); border: 1px solid var(--light-2); margin-bottom: 12px; overflow: hidden; transition: box-shadow .2s; }
.faq-item:hover { box-shadow: var(--shadow-sm); }
.faq-q { padding: 18px 22px; font-size: 14px; font-weight: 600; color: var(--hub-navy); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 14px; user-select: none; }
.faq-q:hover { color: var(--hub-blue); }
.faq-arrow { font-size: 13px; transition: transform .25s; flex-shrink: 0; color: var(--silver); }
.faq-item.open .faq-arrow { transform: rotate(180deg); color: var(--hub-blue); }
.faq-item.open .faq-q { color: var(--hub-blue); }
.faq-q span:first-child { display: flex; align-items: center; gap: 10px; }
.faq-q span:first-child i { color: var(--hub-blue); flex-shrink: 0; width: 16px; }
.faq-a { display: none; padding: 0 22px 18px; font-size: 13px; color: var(--text-muted); line-height: 1.7; border-top: 1px solid var(--light-2); }
.faq-item.open .faq-a { display: block; padding-top: 14px; }

/* ── CTA FINAL ── */
.cta-final { position: relative; overflow: hidden; }
.cta-bg { position: absolute; inset: 0; background-image: url('https://images.unsplash.com/photo-1544636331-e26879cd4d9b?w=1600&q=80&auto=format&fit=crop'); background-size: cover; background-position: center; filter: brightness(.2); }
.cta-bg-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(6,78,160,.88) 0%, rgba(0,160,225,.75) 100%); }
.cta-inner { position: relative; z-index: 2; max-width: 760px; margin: 0 auto; text-align: center; padding: 110px 48px; }
.cta-title { font-family: var(--font-display); font-size: clamp(30px,4vw,52px); color: var(--white); font-weight: 900; line-height: 1.12; margin-bottom: 16px; }
.cta-sub { color: rgba(255,255,255,.82); font-size: 16px; margin-bottom: 40px; font-weight: 300; line-height: 1.65; }
.cta-btns { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }
.btn-white { background: var(--white); color: var(--hub-blue-dk); font-weight: 800; font-size: 15px; padding: 16px 36px; border-radius: var(--radius-sm); display: inline-flex; align-items: center; gap: 8px; transition: all .2s; box-shadow: 0 6px 24px rgba(0,0,0,.2); }
.btn-white:hover { transform: translateY(-2px); box-shadow: 0 12px 36px rgba(0,0,0,.28); }
.btn-cta-ghost { border: 2px solid rgba(255,255,255,.4); color: var(--white); font-weight: 600; font-size: 15px; padding: 16px 28px; border-radius: var(--radius-sm); display: inline-flex; align-items: center; gap: 8px; transition: all .2s; }
.btn-cta-ghost:hover { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.7); }

/* ── FOOTER ── */
footer { background: var(--hub-navy-3); padding: 40px 48px; text-align: center; }
.footer-inner { max-width: 1100px; margin: 0 auto; }
.footer-logo { margin-bottom: 16px; }
.footer-logo img { height: 30px; margin: 0 auto; opacity: .7; }
.footer-legal { font-size: 11px; color: rgba(255,255,255,.25); line-height: 1.75; max-width: 760px; margin: 0 auto; }

/* ── Animations ── */
.fade-up { opacity: 0; transform: translateY(28px); transition: opacity .6s ease, transform .6s ease; }
.fade-up.visible { opacity: 1; transform: translateY(0); }

/* ── Responsive ── */
@media (max-width: 960px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-card { display: none; }
  .av-grid, .temo-grid, .people-grid { grid-template-columns: 1fr 1fr; }
  .excl-split, .faq-split { grid-template-columns: 1fr; }
  .excl-photo, .faq-photo { height: 300px; }
  .scen-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  section { padding-left: 20px; padding-right: 20px; }
  .hero-inner, .cta-inner, .quote-content { padding-left: 20px; padding-right: 20px; }
  .topbar { padding: 12px 20px; }
  .av-grid, .temo-grid, .people-grid { grid-template-columns: 1fr; }
  .strip-inner { grid-template-columns: 1fr 1fr; height: auto; }
  .strip-photo { height: 160px; }
  .compare-header, .compare-row { grid-template-columns: 1.4fr 1fr 1fr; }
  .hero-stats { gap: 20px; }
}
