/* ================================================================
   PBSCo — Landing SEA (vente produits & solutions)
   Surcouche de style.css — composants orientés conversion.
   Charte identique : Marine + Bleu PBSCo.
   ================================================================ */

/* ===== Bandeau d'urgence / réassurance sous le header ===== */
.trust-strip {
  background: var(--navy-50);
  border-bottom: 1px solid var(--line);
  padding: 12px 0;
}
.trust-strip__inner {
  display: flex; align-items: center; justify-content: center;
  gap: 28px; flex-wrap: wrap;
}
.trust-strip__item {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.86rem; font-weight: 600; color: var(--navy-700);
}
.trust-strip__item svg { width: 16px; height: 16px; color: var(--success); flex-shrink: 0; }

/* ===== Hero conversion (2 colonnes : argumentaire + formulaire) ===== */
.lp-hero {
  position: relative; overflow: hidden;
  background: linear-gradient(160deg, var(--navy-900) 0%, var(--navy-700) 60%, var(--navy-500) 140%);
  color: #fff; padding: 56px 0 64px;
}
.lp-hero #hero-canvas { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; pointer-events: none; opacity: 0.5; }
.lp-hero__grid {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 56px; align-items: center;
}
.lp-hero__badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.18);
  padding: 7px 14px; border-radius: 100px; font-size: 0.8rem; font-weight: 600;
  color: #fff; margin-bottom: 22px;
}
.lp-hero__badge svg { width: 15px; height: 15px; color: #4ade80; }
.lp-hero h1 {
  color: #fff; font-size: clamp(2rem, 4vw, 3.1rem); font-weight: 800;
  line-height: 1.1; margin-bottom: 18px;
}
.lp-hero h1 .hl { color: #60a5fa; }
.lp-hero__lead { font-size: 1.12rem; color: rgba(255,255,255,0.82); line-height: 1.6; margin-bottom: 26px; max-width: 540px; }
.lp-hero__checks { list-style: none; display: flex; flex-direction: column; gap: 12px; margin-bottom: 30px; }
.lp-hero__checks li { display: flex; gap: 11px; align-items: flex-start; font-size: 0.98rem; color: rgba(255,255,255,0.92); }
.lp-hero__checks svg { width: 20px; height: 20px; color: #4ade80; flex-shrink: 0; margin-top: 1px; }
.lp-hero__ctas { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.lp-hero__phone {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 1.25rem; font-weight: 800; color: #fff;
}
.lp-hero__phone svg { width: 22px; height: 22px; color: #4ade80; }
.lp-hero__phone span { font-size: 0.78rem; font-weight: 500; color: rgba(255,255,255,0.6); display: block; }

/* ===== Carte formulaire (lead) ===== */
.lead-card {
  background: #fff; border-radius: var(--radius-xl); padding: 30px 28px;
  box-shadow: var(--shadow-lg); color: var(--ink);
}
.lead-card__title { font-size: 1.3rem; font-weight: 800; color: var(--navy-900); margin-bottom: 4px; }
.lead-card__sub { font-size: 0.9rem; color: var(--muted); margin-bottom: 22px; }
.lead-card .form-group { margin-bottom: 14px; }
.lead-card label { font-size: 0.85rem; margin-bottom: 5px; }
.lead-card input, .lead-card select, .lead-card textarea { padding: 11px 14px; font-size: 0.92rem; }
.lead-card textarea { min-height: 90px; }
.lead-card .btn { width: 100%; padding: 15px; font-size: 1rem; font-weight: 700; }
.lead-card__legal { text-align: center; font-size: 0.78rem; color: var(--muted); margin-top: 12px; line-height: 1.5; }
.lead-card__legal svg { width: 13px; height: 13px; vertical-align: -2px; color: var(--success); }

/* ===== Sticky call bar (mobile) ===== */
.sticky-call {
  display: none;
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 9400;
  background: #fff; border-top: 1px solid var(--line);
  box-shadow: 0 -4px 20px rgba(6,27,56,0.12);
  padding: 10px 14px; gap: 10px;
}
.sticky-call .btn { flex: 1; padding: 13px; font-size: 0.95rem; font-weight: 700; }
.sticky-call .btn svg { width: 17px; height: 17px; }

/* ===== Produits / solutions (cartes vente) ===== */
.prod__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.prod-card {
  background: #fff; border: 1.5px solid var(--line); border-radius: var(--radius-lg);
  padding: 28px 24px; display: flex; flex-direction: column;
  transition: all var(--t); position: relative; overflow: hidden;
}
.prod-card::after { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: var(--blue); transform: scaleY(0); transform-origin: top; transition: transform var(--t); }
.prod-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--blue); }
.prod-card:hover::after { transform: scaleY(1); }
.prod-card__icon { width: 52px; height: 52px; border-radius: 12px; background: var(--navy-900); color: #fff; display: grid; place-items: center; margin-bottom: 16px; }
.prod-card__icon svg { width: 26px; height: 26px; }
.prod-card__tag { position: absolute; top: 18px; right: 18px; background: var(--blue-soft); color: var(--blue-dark); font-size: 0.72rem; font-weight: 700; padding: 4px 10px; border-radius: 100px; }
.prod-card h3 { font-size: 1.18rem; margin-bottom: 10px; }
.prod-card > p { font-size: 0.92rem; color: var(--ink-soft); line-height: 1.55; margin-bottom: 16px; }
.prod-card ul { list-style: none; display: flex; flex-direction: column; gap: 8px; margin-bottom: 20px; flex: 1; }
.prod-card ul li { padding-left: 24px; position: relative; font-size: 0.88rem; color: var(--ink-soft); }
.prod-card ul li::before { content: ''; position: absolute; left: 4px; top: 7px; width: 11px; height: 6px; border-left: 2.5px solid var(--blue); border-bottom: 2.5px solid var(--blue); transform: rotate(-45deg); }
.prod-card__foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-top: 16px; border-top: 1px solid var(--line); }
.prod-card__price { font-size: 0.86rem; color: var(--muted); }
.prod-card__price strong { display: block; font-size: 1.35rem; font-weight: 800; color: var(--navy-900); line-height: 1.1; }
.prod-card__cta { font-weight: 700; font-size: 0.9rem; color: var(--blue); display: inline-flex; align-items: center; gap: 6px; white-space: nowrap; }
.prod-card__cta:hover { color: var(--blue-dark); }
.prod-card__price strong.is-quote { font-size: 1.15rem; color: var(--navy-700); }

/* Catégories de produits */
.prod-cat { font-size: 0.92rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; color: var(--navy-700); margin: 42px 0 18px; display: flex; align-items: center; gap: 12px; }
.prod-cat::before { content: ''; width: 28px; height: 3px; border-radius: 2px; background: var(--blue); flex-shrink: 0; }
.prod-cat:first-of-type { margin-top: 6px; }

/* ===== Page produit WithSecure ===== */
.ws-crumb { font-size: 0.82rem; color: rgba(255,255,255,0.6); margin-bottom: 18px; }
.ws-crumb a { color: rgba(255,255,255,0.85); font-weight: 600; }
.ws-crumb a:hover { color: #fff; }
.ws-crumb span { margin: 0 6px; opacity: 0.5; }

.ws-intro { display: grid; grid-template-columns: 1.6fr 0.9fr; gap: 48px; align-items: start; }
.ws-intro__text h2 { margin-bottom: 16px; }
.ws-intro__text p { color: var(--ink-soft); line-height: 1.7; margin-bottom: 16px; }
.ws-list { list-style: none; display: flex; flex-direction: column; gap: 12px; margin: 4px 0 20px; }
.ws-list li { padding-left: 28px; position: relative; color: var(--ink-soft); line-height: 1.6; }
.ws-list li::before { content: ''; position: absolute; left: 4px; top: 7px; width: 12px; height: 7px; border-left: 2.5px solid var(--blue); border-bottom: 2.5px solid var(--blue); transform: rotate(-45deg); }

.ws-callout { background: var(--navy-50); border: 1.5px solid var(--line); border-radius: var(--radius-xl); padding: 26px 24px; text-align: center; }
.ws-callout__icon { width: 48px; height: 48px; margin: 0 auto 14px; border-radius: 12px; background: var(--navy-900); color: #fff; display: grid; place-items: center; }
.ws-callout__icon svg { width: 24px; height: 24px; }
.ws-callout__price { color: var(--muted); font-size: 0.88rem; margin-bottom: 2px; }
.ws-callout__price strong { font-size: 2.2rem; font-weight: 800; color: var(--navy-900); line-height: 1; margin-left: 4px; }
.ws-callout__price span { display: block; font-size: 0.82rem; color: var(--muted); margin-top: 4px; }
.ws-callout p { font-size: 0.86rem; color: var(--ink-soft); line-height: 1.5; margin: 12px 0 18px; }

/* Comparatif EPP / EDR */
.ws-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 880px; margin: 0 auto; }
.ws-compare__col { background: #fff; border: 1.5px solid var(--line); border-radius: var(--radius-lg); padding: 30px 28px; position: relative; }
.ws-compare__col.is-featured { border-color: var(--blue); box-shadow: var(--shadow-md); }
.ws-compare__col .prod-card__tag { position: static; display: inline-block; margin-bottom: 14px; }
.ws-compare__col h3 { font-size: 1.2rem; margin-bottom: 8px; }
.ws-compare__for { font-size: 0.9rem; color: var(--muted); margin-bottom: 18px; }
.ws-center { text-align: center; margin-top: 36px; }

@media (max-width: 880px) {
  .ws-intro { grid-template-columns: 1fr; gap: 32px; }
  .ws-callout { position: static; max-width: 480px; }
  .ws-compare { grid-template-columns: 1fr; max-width: 480px; }
}

/* ===== Process (3 étapes) ===== */
.steps__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; counter-reset: step; }
.step-item { text-align: center; position: relative; }
.step-item__num { width: 56px; height: 56px; margin: 0 auto 18px; border-radius: 50%; background: var(--blue); color: #fff; font-size: 1.4rem; font-weight: 800; display: grid; place-items: center; box-shadow: 0 8px 20px rgba(37,99,235,0.3); }
.step-item h3 { font-size: 1.1rem; margin-bottom: 8px; }
.step-item p { font-size: 0.92rem; color: var(--muted); margin: 0; }

/* ===== Avis / preuve sociale ===== */
.reviews__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.review-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 26px 24px; box-shadow: var(--shadow-sm); }
.review-card__stars { color: #f59e0b; font-size: 1rem; letter-spacing: 2px; margin-bottom: 12px; }
.review-card p { font-size: 0.95rem; color: var(--ink-soft); line-height: 1.6; margin-bottom: 16px; font-style: italic; }
.review-card__author { font-weight: 700; font-size: 0.9rem; color: var(--navy-900); }
.review-card__role { font-size: 0.82rem; color: var(--muted); }

/* ===== FAQ accordéon ===== */
.faq-list { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item { border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; overflow: hidden; transition: box-shadow var(--t); }
.faq-item[open] { box-shadow: var(--shadow-sm); border-color: var(--navy-300); }
.faq-item summary { list-style: none; cursor: pointer; padding: 20px 24px; font-weight: 600; font-size: 1.02rem; color: var(--navy-900); display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: ''; width: 11px; height: 11px; border-right: 2.5px solid var(--blue); border-bottom: 2.5px solid var(--blue); transform: rotate(45deg); transition: transform var(--t); flex-shrink: 0; margin-top: -4px; }
.faq-item[open] summary::after { transform: rotate(-135deg); margin-top: 4px; }
.faq-item__body { padding: 0 24px 22px; color: var(--ink-soft); font-size: 0.95rem; line-height: 1.65; }

/* ===== Bandeau final (rappel form + tel) ===== */
.final-cta { background: linear-gradient(135deg, var(--navy-900) 0%, var(--navy-700) 100%); padding: 80px 0; color: #fff; text-align: center; position: relative; overflow: hidden; }
.final-cta::before { content: ''; position: absolute; left: 50%; top: -120px; transform: translateX(-50%); width: 520px; height: 520px; background: radial-gradient(circle, rgba(37,99,235,0.35) 0%, transparent 70%); }
.final-cta__inner { position: relative; z-index: 1; max-width: 720px; margin: 0 auto; }
.final-cta h2 { color: #fff; margin-bottom: 14px; }
.final-cta p { color: rgba(255,255,255,0.82); font-size: 1.1rem; margin-bottom: 30px; }
.final-cta__ctas { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ===== Responsive ===== */
@media (max-width: 980px) {
  .lp-hero__grid { grid-template-columns: 1fr; gap: 36px; }
  .lead-card { max-width: 520px; margin: 0 auto; width: 100%; }
  .prod__grid { grid-template-columns: 1fr 1fr; }
  .steps__grid { grid-template-columns: 1fr; gap: 32px; max-width: 420px; margin: 0 auto; }
  .reviews__grid { grid-template-columns: 1fr; max-width: 520px; margin: 0 auto; }
}
@media (max-width: 640px) {
  .sticky-call { display: flex; }
  body { padding-bottom: 68px; }
  .prod__grid { grid-template-columns: 1fr; }
  .trust-strip__inner { gap: 14px 20px; }
  .lp-hero__phone { font-size: 1.1rem; }
}
