/**
 * WebiaProd.ai — landing.css v4
 * CSS complet de la landing page — chargé globalement via functions.php
 * Toutes les classes sont utilisables dans Elementor via "Classe CSS supplémentaire"
 *
 * TABLE DES MATIÈRES
 * 1.  Variables CSS (palette, typo, layout)
 * 2.  Reset minimal
 * 3.  Typographie globale + containers
 * 4.  Badge "Depuis 2011"
 * 5.  Boutons (.wbp-btn-*)
 * 6.  Section base (.wbp-section-*)
 * 7.  Séparateur
 * 8.  Navigation (#wbp-nav)
 * 9.  Hero (#wbp-hero)
 * 10. Sphère rouge WebiaProd (.wbp-sphere-*)
 * 11. Barre stats (#wbp-stats)
 * 12. Cards expertise (.wbp-expertise-*)
 * 13. Two-col + Result box
 * 14. SEA section
 * 15. IA section
 * 16. GEO section
 * 17. Témoignages (.wbp-testi-*)
 * 18. Process steps
 * 19. FAQ accordéon (.wbp-faq-*)
 * 20. CTA final (#wbp-cta-final)
 * 21. Footer (#wbp-footer)
 * 22. Mobile CTA sticky (#wbp-mobile-cta)
 * 23. Lead Capture "Effet Waou" (#wbp-audit-offer)
 * 24. Scroll reveal
 * 25. Responsive
 */

/* ══════════════════════════════════════════════════════
   1. VARIABLES CSS
══════════════════════════════════════════════════════ */
:root {
  --wbp-red:    #FC5B49;
  --wbp-red2:   #e04438;
  --wbp-dark:   #0a0a0a;
  --wbp-dark2:  #111111;
  --wbp-dark3:  #1a1a1a;
  --wbp-white:  #ffffff;
  --wbp-grey:   #f7f7f8;
  --wbp-muted:  #888888;
  --wbp-border: #222222;
  --wbp-max:    1100px;
  --wbp-r:      14px;
  --wbp-font-h: 'Poppins', sans-serif;
  --wbp-font-b: 'DM Sans', -apple-system, sans-serif;
}

/* ══════════════════════════════════════════════════════
   2. RESET MINIMAL (scopé à .wbp-landing-page)
══════════════════════════════════════════════════════ */
.wbp-landing-page *, .wbp-landing-page *::before, .wbp-landing-page *::after { box-sizing: border-box; }
.wbp-landing-page { overflow-x: hidden; }
.wbp-landing-page a { text-decoration: none; color: inherit; }
.wbp-landing-page img { max-width: 100%; height: auto; display: block; }
html { scroll-behavior: smooth; }

/* ══════════════════════════════════════════════════════
   3. TYPOGRAPHIE + CONTAINERS
══════════════════════════════════════════════════════ */
.wbp-container { max-width: var(--wbp-max); margin: 0 auto; padding: 0 24px; }
.wbp-landing-page h1,
.wbp-landing-page h2,
.wbp-landing-page h3,
.wbp-landing-page h4 { font-family: var(--wbp-font-h); line-height: 1.15; }

/* ══════════════════════════════════════════════════════
   4. BADGE "DEPUIS 2011"
══════════════════════════════════════════════════════ */
.wbp-since-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(252,91,73,.12); border: 1px solid rgba(252,91,73,.3);
  color: var(--wbp-red); font-size: 13px; font-weight: 700; letter-spacing: .06em;
  padding: 6px 16px; border-radius: 100px; text-transform: uppercase; margin-bottom: 28px;
}
.wbp-since-badge span { width: 6px; height: 6px; border-radius: 50%; background: var(--wbp-red); animation: wbpPulse2011 2s ease infinite; }
@keyframes wbpPulse2011 { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.4;transform:scale(1.4)} }

/* ══════════════════════════════════════════════════════
   5. BOUTONS — utilisables directement dans Elementor
══════════════════════════════════════════════════════ */
.wbp-btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 28px; border-radius: 10px; font-size: 15px;
  font-weight: 700; font-family: var(--wbp-font-b); cursor: pointer;
  transition: transform .2s, box-shadow .2s; border: none; text-decoration: none;
}
.wbp-btn-red   { background: var(--wbp-red); color: #fff !important; box-shadow: 0 4px 20px rgba(252,91,73,.35); }
.wbp-btn-red:hover { background: var(--wbp-red2); color: #fff !important; transform: translateY(-2px); box-shadow: 0 8px 32px rgba(252,91,73,.45); }
.wbp-btn-ghost { background: transparent; color: #fff !important; border: 2px solid rgba(255,255,255,.3); }
.wbp-btn-ghost:hover { border-color: rgba(255,255,255,.7); transform: translateY(-2px); color: #fff !important; }
.wbp-btn-dark  { background: var(--wbp-dark); color: #fff !important; }
.wbp-btn-dark:hover { background: #1f1f1f; transform: translateY(-2px); color: #fff !important; }
.wbp-btns { display: flex; gap: 14px; flex-wrap: wrap; }

/* ══════════════════════════════════════════════════════
   6. SECTION BASE
══════════════════════════════════════════════════════ */
.wbp-section { padding: 96px 0; }
.wbp-section-dark { background: var(--wbp-dark); color: #fff; }
.wbp-section-grey { background: var(--wbp-grey); }
.wbp-section-label { font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--wbp-red); margin-bottom: 14px; }
.wbp-section-title { font-size: clamp(28px, 4vw, 42px); font-weight: 800; margin-bottom: 16px; line-height: 1.15; }
.wbp-section-sub   { font-size: 17px; color: var(--wbp-muted); max-width: 600px; line-height: 1.7; }
.wbp-section-head  { margin-bottom: 56px; }

/* ══════════════════════════════════════════════════════
   7. SÉPARATEUR
══════════════════════════════════════════════════════ */
.wbp-sep { width: 60px; height: 4px; background: var(--wbp-red); border-radius: 2px; margin: 20px 0 30px; }

/* ══════════════════════════════════════════════════════
   8. NAVIGATION
══════════════════════════════════════════════════════ */
#wbp-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 10000;
  background: rgba(10,10,10,.92); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,.07); transition: background .3s;
}
#wbp-nav.scrolled { background: rgba(10,10,10,.98); }
.wbp-nav-inner {
  max-width: var(--wbp-max); margin: 0 auto; padding: 0 24px;
  height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.wbp-nav-logo { font-family: var(--wbp-font-h); font-size: 17px; font-weight: 800; color: #fff; text-decoration: none; letter-spacing: -.01em; flex-shrink: 0; }
.wbp-nav-logo em { font-style: normal; color: var(--wbp-red); }
.wbp-nav-links { display: flex; align-items: center; gap: 2px; list-style: none; margin: 0; padding: 0; }
.wbp-nav-links a { color: rgba(255,255,255,.65); font-size: 13px; font-weight: 600; padding: 6px 11px; border-radius: 7px; text-decoration: none; transition: color .2s, background .2s; white-space: nowrap; }
.wbp-nav-links a:hover { color: #fff; background: rgba(255,255,255,.07); }
.wbp-nav-cta { background: var(--wbp-red) !important; color: #fff !important; border-radius: 8px !important; margin-left: 8px; }
.wbp-nav-cta:hover { background: var(--wbp-red2) !important; color: #fff !important; }
.wbp-nav-burger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 4px; }
.wbp-nav-burger span { display: block; width: 22px; height: 2px; background: #fff; border-radius: 2px; transition: all .3s; }
#wbp-nav-mobile { display: none; flex-direction: column; background: #0a0a0a; border-top: 1px solid rgba(255,255,255,.07); padding: 12px 24px 20px; }
#wbp-nav-mobile.open { display: flex; }
#wbp-nav-mobile a { color: rgba(255,255,255,.7); font-size: 14px; font-weight: 600; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.05); text-decoration: none; }
#wbp-nav-mobile a:last-child { border-bottom: none; }
#wbp-nav-mobile a.wbp-nav-cta { color: var(--wbp-red) !important; font-weight: 800; border-bottom: none; margin-top: 4px; background: none !important; }

/* ══════════════════════════════════════════════════════
   9. HERO
══════════════════════════════════════════════════════ */
#wbp-hero { position: relative; min-height: 100vh; background: var(--wbp-dark); color: #fff; display: flex; align-items: center; overflow: hidden; padding-top: 64px; }
#wbp-hero canvas { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.wbp-hero-inner { position: relative; z-index: 2; padding: 80px 0; display: grid; grid-template-columns: 1fr 480px; gap: 48px; align-items: center; width: 100%; }
.wbp-hero-content { max-width: 780px; }
.wbp-hero-h1 { font-size: clamp(36px, 5.5vw, 68px); font-weight: 900; line-height: 1.08; margin-bottom: 24px; letter-spacing: -.02em; }
.wbp-hero-h1 em { font-style: normal; color: var(--wbp-red); }
.wbp-hero-sub { font-size: clamp(16px, 2vw, 20px); color: rgba(255,255,255,.72); line-height: 1.7; margin-bottom: 40px; max-width: 620px; }
.wbp-hero-proof { display: flex; gap: 32px; flex-wrap: wrap; margin-top: 48px; padding-top: 40px; border-top: 1px solid rgba(255,255,255,.1); }
.wbp-hero-proof-item { display: flex; flex-direction: column; gap: 2px; }
.wbp-hero-proof-num   { font-family: var(--wbp-font-h); font-size: 26px; font-weight: 800; color: var(--wbp-red); }
.wbp-hero-proof-label { font-size: 12px; color: rgba(255,255,255,.5); letter-spacing: .04em; }
.wbp-hero-scroll { position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%); z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 6px; color: rgba(255,255,255,.35); font-size: 11px; letter-spacing: .1em; }
.wbp-hero-scroll-line { width: 1px; height: 40px; background: linear-gradient(to bottom, rgba(255,255,255,.4), transparent); animation: wbpScrollLine 2s ease infinite; }
@keyframes wbpScrollLine { 0%,100%{opacity:.3;transform:scaleY(.5)} 50%{opacity:1;transform:scaleY(1)} }

/* ══════════════════════════════════════════════════════
   10. SPHÈRE ROUGE WEBIAPROD
══════════════════════════════════════════════════════ */
.wbp-hero-sphere-wrap { display: flex; align-items: center; justify-content: center; position: relative; width: 100%; height: 480px; }
.wbp-sphere-outer { position: relative; width: 340px; height: 340px; display: flex; align-items: center; justify-content: center; }
.wbp-sphere-glow { position: absolute; inset: -40px; background: radial-gradient(circle, rgba(252,91,73,.22) 0%, rgba(252,91,73,.08) 50%, transparent 70%); border-radius: 50%; animation: wbpSphereGlow 3s ease-in-out infinite; }
@keyframes wbpSphereGlow { 0%,100%{transform:scale(1);opacity:.7} 50%{transform:scale(1.12);opacity:1} }
.wbp-sphere-ball { width: 260px; height: 260px; border-radius: 50%; position: relative; z-index: 3; background: radial-gradient(circle at 35% 30%, #ff8070 0%, #FC5B49 30%, #c73c2c 65%, #7a1a10 100%); box-shadow: inset -20px -20px 40px rgba(0,0,0,.5), inset 10px 10px 30px rgba(255,180,150,.25), 0 0 60px rgba(252,91,73,.5), 0 0 120px rgba(252,91,73,.2); animation: wbpSphereFloat 5s ease-in-out infinite; }
.wbp-sphere-ball::before { content: ''; position: absolute; top: 14%; left: 20%; width: 38%; height: 28%; background: radial-gradient(ellipse, rgba(255,255,255,.45) 0%, transparent 80%); border-radius: 50%; transform: rotate(-20deg); }
@keyframes wbpSphereFloat { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-18px)} }
.wbp-sphere-ring { position: absolute; border-radius: 50%; border: 2px solid rgba(252,91,73,.25); animation: wbpRingRotate 8s linear infinite; }
.wbp-sphere-ring:nth-child(1) { width: 320px; height: 320px; border-top-color: rgba(252,91,73,.6); animation-duration: 8s; }
.wbp-sphere-ring:nth-child(2) { width: 380px; height: 380px; border-right-color: rgba(252,91,73,.4); animation-duration: 12s; animation-direction: reverse; border-style: dashed; }
.wbp-sphere-ring:nth-child(3) { width: 440px; height: 440px; border-bottom-color: rgba(252,91,73,.2); animation-duration: 18s; }
@keyframes wbpRingRotate { from{transform:rotate(0deg) rotateX(65deg)} to{transform:rotate(360deg) rotateX(65deg)} }
.wbp-sphere-badge { position: absolute; bottom: -16px; left: 50%; transform: translateX(-50%); background: var(--wbp-red); color: #fff; font-family: var(--wbp-font-h); font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; padding: 6px 18px; border-radius: 100px; white-space: nowrap; z-index: 10; box-shadow: 0 4px 20px rgba(252,91,73,.5); animation: wbpSphereFloat 5s ease-in-out infinite; }
.wbp-sphere-label { position: absolute; font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: rgba(252,91,73,.7); background: rgba(252,91,73,.08); border: 1px solid rgba(252,91,73,.2); padding: 4px 10px; border-radius: 6px; white-space: nowrap; }
.wbp-sphere-label:nth-of-type(1) { top: 12%; right: -10%; }
.wbp-sphere-label:nth-of-type(2) { bottom: 22%; left: -12%; }
.wbp-sphere-label:nth-of-type(3) { top: 55%; right: -14%; }

/* ══════════════════════════════════════════════════════
   11. BARRE STATS
══════════════════════════════════════════════════════ */
#wbp-stats { background: var(--wbp-dark2); border-top: 1px solid var(--wbp-border); border-bottom: 1px solid var(--wbp-border); padding: 48px 0; }
.wbp-stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; text-align: center; }
.wbp-stat-item { padding: 24px 20px; border-right: 1px solid var(--wbp-border); }
.wbp-stat-item:last-child { border-right: none; }
.wbp-stat-num   { font-family: var(--wbp-font-h); font-size: 42px; font-weight: 900; color: var(--wbp-red); display: block; margin-bottom: 4px; }
.wbp-stat-label { font-size: 13px; color: rgba(255,255,255,.5); line-height: 1.4; }

/* ══════════════════════════════════════════════════════
   12. CARDS EXPERTISE
══════════════════════════════════════════════════════ */
.wbp-expertise-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.wbp-expertise-card { background: #fff; border: 1px solid #e8e8e8; border-radius: var(--wbp-r); padding: 36px 28px; position: relative; overflow: hidden; transition: transform .25s, box-shadow .25s; }
.wbp-expertise-card:hover { transform: translateY(-6px); box-shadow: 0 20px 56px rgba(0,0,0,.10); }
.wbp-expertise-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--wbp-red); }
.wbp-expertise-year { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--wbp-red); background: rgba(252,91,73,.08); padding: 4px 10px; border-radius: 6px; margin-bottom: 20px; }
.wbp-expertise-icon  { font-size: 36px; margin-bottom: 16px; }
.wbp-expertise-title { font-size: 22px; font-weight: 800; margin-bottom: 10px; }
.wbp-expertise-desc  { font-size: 14px; color: var(--wbp-muted); line-height: 1.7; margin-bottom: 24px; }
.wbp-expertise-metrics { display: flex; flex-direction: column; gap: 8px; }
.wbp-metric-row { display: flex; align-items: center; justify-content: space-between; font-size: 13px; padding: 8px 12px; background: var(--wbp-grey); border-radius: 8px; }
.wbp-metric-val { font-weight: 800; color: var(--wbp-red); font-family: var(--wbp-font-h); }

/* ══════════════════════════════════════════════════════
   13. TWO-COL + RESULT BOX
══════════════════════════════════════════════════════ */
.wbp-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.wbp-checklist { list-style: none; display: flex; flex-direction: column; gap: 12px; margin-top: 28px; }
.wbp-checklist li { display: flex; align-items: flex-start; gap: 12px; font-size: 15px; line-height: 1.6; }
.wbp-checklist li::before { content: '✓'; color: var(--wbp-red); font-weight: 900; flex-shrink: 0; margin-top: 1px; }
.wbp-result-box { background: var(--wbp-dark); border-radius: var(--wbp-r); padding: 36px; color: #fff; display: flex; flex-direction: column; gap: 16px; }
.wbp-result-box-title { font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--wbp-red); margin-bottom: 4px; }
.wbp-result-row { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.07); font-size: 14px; }
.wbp-result-row:last-child { border-bottom: none; }
.wbp-result-val   { font-family: var(--wbp-font-h); font-size: 20px; font-weight: 800; color: var(--wbp-red); }
.wbp-result-label { color: rgba(255,255,255,.6); }

/* ══════════════════════════════════════════════════════
   14. SEA SECTION
══════════════════════════════════════════════════════ */
.wbp-sea-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.wbp-sea-card { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); border-radius: var(--wbp-r); padding: 28px 24px; }
.wbp-sea-card-num   { font-family: var(--wbp-font-h); font-size: 36px; font-weight: 900; color: var(--wbp-red); margin-bottom: 6px; }
.wbp-sea-card-label { font-size: 13px; color: rgba(255,255,255,.5); margin-bottom: 10px; }
.wbp-sea-card-desc  { font-size: 12px; color: rgba(255,255,255,.35); line-height: 1.6; }
.wbp-platforms { display: flex; gap: 12px; margin-top: 36px; flex-wrap: wrap; }
.wbp-platform-tag { display: flex; align-items: center; gap: 8px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); padding: 8px 16px; border-radius: 8px; font-size: 13px; font-weight: 600; color: rgba(255,255,255,.75); }

/* ══════════════════════════════════════════════════════
   15. IA SECTION
══════════════════════════════════════════════════════ */
.wbp-ia-tools { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.wbp-ia-tool { background: #fff; border: 1px solid #e8e8e8; border-radius: var(--wbp-r); padding: 28px 24px; display: flex; flex-direction: column; gap: 12px; transition: transform .2s, box-shadow .2s; }
.wbp-ia-tool:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0,0,0,.08); }
.wbp-ia-tool-icon { font-size: 32px; }
.wbp-ia-tool-name { font-size: 16px; font-weight: 700; }
.wbp-ia-tool-desc { font-size: 13px; color: var(--wbp-muted); line-height: 1.6; flex: 1; }
.wbp-ia-tool-link { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 700; color: var(--wbp-red); margin-top: auto; }
.wbp-ia-tool-link:hover { gap: 10px; }

/* ══════════════════════════════════════════════════════
   16. GEO SECTION
══════════════════════════════════════════════════════ */
.wbp-geo-platforms { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 36px; }
.wbp-geo-platform { display: flex; align-items: center; gap: 8px; padding: 10px 20px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: 10px; font-size: 14px; font-weight: 600; color: rgba(255,255,255,.85); }
.wbp-geo-dot { width: 8px; height: 8px; border-radius: 50%; background: #4ade80; animation: wbpGeoPulse 2s ease infinite; }
@keyframes wbpGeoPulse { 0%,100%{opacity:1} 50%{opacity:.3} }
.wbp-geo-stat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.wbp-geo-stat { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); border-radius: var(--wbp-r); padding: 24px; }
.wbp-geo-stat-num   { font-family: var(--wbp-font-h); font-size: 32px; font-weight: 900; color: var(--wbp-red); margin-bottom: 4px; }
.wbp-geo-stat-label { font-size: 12px; color: rgba(255,255,255,.45); line-height: 1.5; }

/* ══════════════════════════════════════════════════════
   17. TÉMOIGNAGES (également géré via CPT [wbp_testimonials])
══════════════════════════════════════════════════════ */
.wbp-testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.wbp-testi { background: #fff; border: 1px solid #e8e8e8; border-radius: var(--wbp-r); padding: 32px 28px; position: relative; display: flex; flex-direction: column; gap: 16px; }
.wbp-testi-stars  { color: #fbbf24; font-size: 16px; letter-spacing: 2px; }
.wbp-testi-text   { font-size: 14px; line-height: 1.75; color: #333; flex: 1; }
.wbp-testi-author { display: flex; flex-direction: column; gap: 2px; padding-top: 16px; border-top: 1px solid #f0f0f0; }
.wbp-testi-name   { font-weight: 700; font-size: 14px; }
.wbp-testi-role   { font-size: 12px; color: var(--wbp-muted); }
.wbp-testi-result { position: absolute; top: 24px; right: 24px; background: rgba(252,91,73,.1); color: var(--wbp-red); font-size: 11px; font-weight: 800; padding: 4px 10px; border-radius: 6px; border: 1px solid rgba(252,91,73,.2); }

/* ══════════════════════════════════════════════════════
   18. PROCESS STEPS
══════════════════════════════════════════════════════ */
.wbp-process-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; position: relative; }
.wbp-process-steps::before { content: ''; position: absolute; top: 32px; left: 10%; right: 10%; height: 2px; background: linear-gradient(to right, var(--wbp-red), #ff8c00, var(--wbp-red)); z-index: 0; }
.wbp-process-step { text-align: center; padding: 0 16px; position: relative; z-index: 1; }
.wbp-process-num { width: 64px; height: 64px; border-radius: 50%; background: var(--wbp-red); color: #fff; font-family: var(--wbp-font-h); font-size: 22px; font-weight: 900; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; box-shadow: 0 0 0 8px #fff, 0 0 0 10px rgba(252,91,73,.2); }
.wbp-process-title { font-size: 15px; font-weight: 700; margin-bottom: 8px; }
.wbp-process-desc  { font-size: 13px; color: var(--wbp-muted); line-height: 1.6; }

/* ══════════════════════════════════════════════════════
   19. FAQ ACCORDÉON (également géré via CPT [wbp_faq])
══════════════════════════════════════════════════════ */
.wbp-faq-list { display: flex; flex-direction: column; gap: 12px; }
.wbp-faq-item { border: 1px solid #e8e8e8; border-radius: var(--wbp-r); overflow: hidden; transition: border-color .2s; }
.wbp-faq-item.open { border-color: var(--wbp-red); }
.wbp-faq-q { display: flex; align-items: center; justify-content: space-between; padding: 20px 24px; cursor: pointer; font-size: 15px; font-weight: 600; gap: 16px; list-style: none; user-select: none; }
.wbp-faq-icon { width: 28px; height: 28px; border-radius: 50%; background: #f0f0f0; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 18px; line-height: 1; transition: transform .25s, background .2s; color: var(--wbp-muted); }
.wbp-faq-item.open .wbp-faq-icon { transform: rotate(45deg); background: var(--wbp-red); color: #fff; }
.wbp-faq-a { max-height: 0; overflow: hidden; transition: max-height .35s ease; font-size: 14px; color: #444; line-height: 1.75; }
.wbp-faq-a-inner { padding: 0 24px 20px; }
.wbp-faq-item.open .wbp-faq-a { max-height: 400px; }

/* ══════════════════════════════════════════════════════
   20. CTA FINAL
══════════════════════════════════════════════════════ */
#wbp-cta-final { background: linear-gradient(135deg, #0a0a0a 0%, #1a0a08 50%, #0a0a0a 100%); color: #fff; padding: 96px 0; text-align: center; }
#wbp-cta-final .wbp-section-title { font-size: clamp(30px, 4vw, 48px); color: #fff; }
#wbp-cta-final .wbp-section-sub   { color: rgba(255,255,255,.65); margin: 0 auto 40px; }

/* ══════════════════════════════════════════════════════
   21. FOOTER
══════════════════════════════════════════════════════ */
#wbp-footer { background: #050505; color: rgba(255,255,255,.4); padding: 56px 0 32px; font-size: 13px; }
.wbp-footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.wbp-footer-brand { font-family: var(--wbp-font-h); font-size: 18px; font-weight: 800; color: #fff; margin-bottom: 12px; }
.wbp-footer-desc  { line-height: 1.7; max-width: 280px; }
.wbp-footer-col-title { font-weight: 700; color: rgba(255,255,255,.7); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 16px; }
.wbp-footer-links { display: flex; flex-direction: column; gap: 10px; }
.wbp-footer-links a:hover { color: var(--wbp-red); }
.wbp-footer-bottom { border-top: 1px solid rgba(255,255,255,.06); padding-top: 24px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.wbp-footer-since { color: var(--wbp-red); font-weight: 700; }
.wbp-footer-llms  { display: inline-flex; align-items: center; gap: 6px; color: rgba(255,255,255,.3); font-size: 11px; transition: color .2s; text-decoration: none; }
.wbp-footer-llms:hover { color: rgba(255,255,255,.6); }

/* ══════════════════════════════════════════════════════
   22. MOBILE CTA STICKY
══════════════════════════════════════════════════════ */
#wbp-mobile-cta { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 9000; background: var(--wbp-dark); border-top: 1px solid rgba(255,255,255,.1); padding: 12px 16px; gap: 10px; }
#wbp-mobile-cta .wbp-btn { flex: 1; justify-content: center; font-size: 13px; padding: 12px 16px; }

/* ══════════════════════════════════════════════════════
   23. LEAD CAPTURE — [wbp_audit_form] ou #wbp-audit-offer
══════════════════════════════════════════════════════ */
#wbp-audit-offer { position: relative; overflow: hidden; background: linear-gradient(135deg, #050505 0%, #0f0404 35%, #180a08 65%, #050505 100%); padding: 112px 0; color: #fff; }
#wbp-audit-offer::before { content: ''; position: absolute; inset: 0; z-index: 0; background-image: linear-gradient(rgba(252,91,73,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(252,91,73,.055) 1px, transparent 1px); background-size: 56px 56px; animation: wbpGridShift 20s linear infinite; }
@keyframes wbpGridShift { from{background-position:0 0} to{background-position:56px 56px} }
#wbp-audit-offer::after { content: ''; position: absolute; inset: 0; z-index: 0; pointer-events: none; background: radial-gradient(ellipse 60% 50% at 15% 60%, rgba(252,91,73,.12) 0%, transparent 60%), radial-gradient(ellipse 40% 40% at 85% 20%, rgba(255,140,0,.08) 0%, transparent 60%); }
.wbp-offer-inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 440px; gap: 72px; align-items: center; }
.wbp-offer-scarcity { display: inline-flex; align-items: center; gap: 10px; background: rgba(74,222,128,.08); border: 1px solid rgba(74,222,128,.22); padding: 8px 20px; border-radius: 100px; font-size: 13px; font-weight: 700; color: #4ade80; margin-bottom: 28px; letter-spacing: .04em; }
.dot-live { width: 8px; height: 8px; border-radius: 50%; background: #4ade80; animation: wbpLivePulse 1.8s ease infinite; }
@keyframes wbpLivePulse { 0%{box-shadow:0 0 0 0 rgba(74,222,128,.5)} 70%{box-shadow:0 0 0 10px rgba(74,222,128,0)} 100%{box-shadow:0 0 0 0 rgba(74,222,128,0)} }
.wbp-offer-title { font-size: clamp(30px, 4vw, 52px); font-weight: 900; line-height: 1.07; margin-bottom: 20px; letter-spacing: -.025em; font-family: var(--wbp-font-h); }
.wbp-offer-title em { font-style: normal; color: var(--wbp-red); }
.wbp-offer-sub { font-size: 17px; color: rgba(255,255,255,.62); line-height: 1.72; margin-bottom: 40px; max-width: 520px; }
.wbp-offer-includes { list-style: none; display: flex; flex-direction: column; gap: 16px; margin-bottom: 44px; }
.wbp-offer-includes li { display: flex; align-items: flex-start; gap: 16px; font-size: 15px; line-height: 1.5; color: rgba(255,255,255,.82); }
.wbp-li-icon { width: 38px; height: 38px; min-width: 38px; border-radius: 10px; background: rgba(252,91,73,.12); border: 1px solid rgba(252,91,73,.22); display: flex; align-items: center; justify-content: center; font-size: 19px; }
.wbp-offer-includes strong { display: block; color: #fff; font-size: 15px; font-weight: 700; }
.wbp-offer-includes .li-sub { font-size: 12px; color: rgba(255,255,255,.42); margin-top: 2px; }
.wbp-offer-stack-label { font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.3); margin-bottom: 12px; display: block; }
.wbp-offer-stack { display: flex; gap: 8px; flex-wrap: wrap; }
.wbp-tech-badge { display: inline-flex; align-items: center; gap: 7px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.09); padding: 7px 14px; border-radius: 8px; font-size: 13px; font-weight: 600; color: rgba(255,255,255,.72); transition: all .2s; white-space: nowrap; }
.wbp-tech-badge:hover { background: rgba(252,91,73,.1); border-color: rgba(252,91,73,.3); color: #fff; }
.wbp-tech-dot { width: 6px; height: 6px; border-radius: 50%; display: inline-block; }
.td-green{background:#4ade80} .td-orange{background:#fb923c} .td-blue{background:#60a5fa} .td-purple{background:#a78bfa} .td-red{background:var(--wbp-red)}
.wbp-offer-form-wrap { position: relative; }
.wbp-offer-form-wrap::before { content:''; position:absolute; inset:-30px; z-index:-1; border-radius:50%; background:radial-gradient(circle,rgba(252,91,73,.22) 0%,transparent 70%); animation:wbpFormAura 4s ease-in-out infinite; }
@keyframes wbpFormAura { 0%,100%{opacity:.6;transform:scale(1)} 50%{opacity:1;transform:scale(1.1)} }
.wbp-offer-form-card { background: rgba(255,255,255,.04); backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px); border: 1px solid rgba(255,255,255,.1); border-radius: 24px; padding: 48px 40px; position: relative; overflow: hidden; }
.wbp-offer-form-card::before { content:''; position:absolute; top:0; left:0; right:0; height:3px; background:linear-gradient(90deg,var(--wbp-red) 0%,#ff8c00 50%,var(--wbp-red) 100%); background-size:200%; animation:wbpBarShimmer 2.5s linear infinite; }
@keyframes wbpBarShimmer { from{background-position:-200% 0} to{background-position:200% 0} }
.wbp-form-header { text-align: center; margin-bottom: 32px; }
.wbp-form-badge { display: inline-block; background: rgba(252,91,73,.14); color: var(--wbp-red); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 100px; margin-bottom: 14px; border: 1px solid rgba(252,91,73,.25); }
.wbp-form-title { font-size: 23px !important; font-weight: 800 !important; color: #fff !important; line-height: 1.22 !important; margin: 0 0 8px !important; font-family: var(--wbp-font-h) !important; }
.wbp-form-sub   { font-size: 13px !important; color: rgba(255,255,255,.45) !important; line-height: 1.6 !important; margin: 0 !important; }
.wbp-audit-form { display: flex; flex-direction: column; gap: 14px; }
.wbp-form-row   { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.wbp-form-group label { display: block; font-size: 11px; font-weight: 700; color: rgba(255,255,255,.42); margin-bottom: 7px; letter-spacing: .05em; text-transform: uppercase; }
.wbp-form-group input { width: 100%; box-sizing: border-box; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.11); border-radius: 10px; padding: 13px 16px; font-size: 15px; color: #fff; font-family: var(--wbp-font-b); outline: none; transition: border-color .2s, background .2s; }
.wbp-form-group input::placeholder { color: rgba(255,255,255,.22); }
.wbp-form-group input:focus { border-color: var(--wbp-red); background: rgba(252,91,73,.06); }
.wbp-form-submit { width: 100%; background: var(--wbp-red); color: #fff; border: none; border-radius: 10px; padding: 17px 24px; font-size: 16px; font-weight: 800; font-family: var(--wbp-font-h); cursor: pointer; transition: background .2s, transform .15s, box-shadow .2s; box-shadow: 0 6px 28px rgba(252,91,73,.42); margin-top: 4px; display: flex; align-items: center; justify-content: center; gap: 10px; }
.wbp-form-submit:hover { background: var(--wbp-red2); transform: translateY(-2px); box-shadow: 0 10px 40px rgba(252,91,73,.6); }
.wbp-form-submit svg { width: 18px; height: 18px; fill: #fff; flex-shrink: 0; }
.wbp-form-reassure { display: flex; align-items: center; justify-content: center; gap: 14px; margin-top: 16px; flex-wrap: wrap; }
.wbp-form-reassure span { font-size: 11px !important; color: rgba(255,255,255,.3) !important; display: flex; align-items: center; gap: 5px; }
.wbp-slots-counter { display: flex; align-items: center; gap: 10px; background: rgba(252,91,73,.08); border: 1px solid rgba(252,91,73,.18); border-radius: 10px; padding: 10px 16px; margin-bottom: 24px; }
.wbp-slots-bar  { flex: 1; height: 6px; background: rgba(255,255,255,.08); border-radius: 3px; overflow: hidden; }
.wbp-slots-fill { height: 100%; border-radius: 3px; background: linear-gradient(90deg, var(--wbp-red), #ff8c00); width: 72%; animation: wbpSlotsPulse 2.5s ease-in-out infinite; }
@keyframes wbpSlotsPulse { 0%,100%{opacity:1} 50%{opacity:.7} }
.wbp-slots-text { font-size: 12px; font-weight: 700; color: var(--wbp-red); white-space: nowrap; }
.wbp-form-success { display: none; text-align: center; padding: 20px 0; }
.wbp-form-success-icon { font-size: 60px; margin-bottom: 18px; display: block; }
.wbp-form-success h3 { font-size: 22px !important; font-weight: 800 !important; color: #fff !important; margin: 0 0 10px !important; }
.wbp-form-success p  { font-size: 14px !important; color: rgba(255,255,255,.55) !important; margin: 0 !important; }

/* ══════════════════════════════════════════════════════
   24. SCROLL REVEAL
══════════════════════════════════════════════════════ */
[data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .65s ease, transform .65s ease; }
[data-reveal].revealed { opacity: 1; transform: translateY(0); }

/* ══════════════════════════════════════════════════════
   25. RESPONSIVE
══════════════════════════════════════════════════════ */
@media (max-width: 960px) {
  .wbp-offer-inner { grid-template-columns: 1fr; gap: 48px; }
  .wbp-offer-form-card { padding: 36px 28px; }
  .wbp-form-row { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
  .wbp-hero-inner { grid-template-columns: 1fr; padding: 32px 0 56px; }
  /* Sphere first on mobile — grab attention before text */
  .wbp-hero-sphere-wrap { order: -1; height: 220px; margin-bottom: 8px; }
  .wbp-sphere-outer { width: 180px; height: 180px; }
  .wbp-sphere-ball  { width: 150px; height: 150px; }
  .wbp-sphere-ring:nth-child(1) { width: 190px; height: 190px; }
  .wbp-sphere-ring:nth-child(2) { width: 230px; height: 230px; }
  .wbp-sphere-ring:nth-child(3) { display: none; }
  .wbp-sphere-label { display: none; }
  .wbp-expertise-grid { grid-template-columns: 1fr; }
  .wbp-testi-grid     { grid-template-columns: repeat(2, 1fr); }
  .wbp-two-col        { grid-template-columns: 1fr; gap: 40px; }
  .wbp-stats-grid     { grid-template-columns: repeat(2, 1fr); }
  .wbp-stat-item:nth-child(2) { border-right: none; }
  .wbp-sea-cards      { grid-template-columns: 1fr 1fr; }
  .wbp-ia-tools       { grid-template-columns: 1fr; }
  .wbp-geo-stat-grid  { grid-template-columns: 1fr 1fr; }
  .wbp-process-steps  { grid-template-columns: 1fr 1fr; gap: 32px; }
  .wbp-process-steps::before { display: none; }
  .wbp-footer-grid    { grid-template-columns: 1fr; }
  .wbp-nav-links      { display: none; }
  .wbp-nav-burger     { display: flex; }
}
@media (max-width: 767px) { #wbp-mobile-cta { display: flex; } }
@media (max-width: 600px) {
  .wbp-section        { padding: 64px 0; }
  #wbp-audit-offer    { padding: 72px 0; }
  .wbp-stats-grid     { grid-template-columns: 1fr 1fr; }
  .wbp-sea-cards      { grid-template-columns: 1fr; }
  .wbp-process-steps  { grid-template-columns: 1fr; }
  .wbp-testi-grid     { grid-template-columns: 1fr; }
  .wbp-hero-proof     { gap: 20px; }
  .wbp-btns           { flex-direction: column; }
  .wbp-btn            { width: 100%; justify-content: center; }
  .wbp-offer-form-card { padding: 28px 20px; }
}
