/*
Theme Name: Convergence
Theme URI: https://convergencemedia.tech
Author: Convergence MediaTech
Description: Thème WordPress sur-mesure pour Convergence — sites premium pour les commerces congolais. Palette bleu/encre, typographies Instrument Sans + Inter + IBM Plex Mono.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: convergence
*/


  :root{
    --ink:#0B0F19;
    --ink-soft:#151B2C;
    --blue:#1D3FE0;
    --blue-deep:#12278C;
    --blue-pale:#EEF1FC;
    --paper:#FBFCFE;
    --slate:#5B6472;
    --slate-soft:#8890A0;
    --line:#E4E8F1;
    --gold:#C99A3D;
    --radius:2px;
  }
  *{box-sizing:border-box; margin:0; padding:0;}
  html{scroll-behavior:smooth;}
  body{
    font-family:'Inter', sans-serif;
    color:var(--ink);
    background:var(--paper);
    line-height:1.5;
    -webkit-font-smoothing:antialiased;
  }
  h1,h2,h3{font-family:'Instrument Sans', sans-serif; font-weight:600; letter-spacing:-0.01em;}
  .mono{font-family:'IBM Plex Mono', monospace;}
  a{color:inherit; text-decoration:none;}
  img{max-width:100%; display:block;}
  .wrap{max-width:1180px; margin:0 auto; padding:0 32px;}
  :focus-visible{outline:2px solid var(--blue); outline-offset:3px;}

  /* NAV */
  header{
    position:sticky; top:0; z-index:50;
    background:rgba(251,252,254,0.92);
    backdrop-filter:blur(10px);
    border-bottom:1px solid var(--line);
  }
  .navbar{display:flex; align-items:center; justify-content:space-between; height:76px;}
  .logo{display:flex; align-items:center; gap:10px; font-family:'Instrument Sans'; font-weight:700; font-size:19px;}
  .logo-mark{width:11px; height:11px; background:var(--blue); border-radius:1px; transform:rotate(45deg);}
  nav.links{display:flex; gap:36px; font-size:14.5px; font-weight:500; color:var(--ink-soft);}
  nav.links a{position:relative; padding:4px 0;}
  nav.links a:hover{color:var(--blue);}
  .btn{
    display:inline-flex; align-items:center; gap:8px;
    padding:12px 22px; font-size:14.5px; font-weight:600;
    border-radius:var(--radius); cursor:pointer; border:1px solid transparent;
    transition:all .15s ease;
  }
  .btn-primary{background:var(--ink); color:#fff;}
  .btn-primary:hover{background:var(--blue-deep);}
  .btn-whatsapp{background:var(--blue); color:#fff;}
  .btn-whatsapp:hover{background:var(--blue-deep);}
  .btn-ghost{border-color:var(--line); color:var(--ink); background:transparent;}
  .btn-ghost:hover{border-color:var(--ink);}

  /* HERO */
  .hero{padding:96px 0 0; overflow:hidden;}
  .hero-grid{display:grid; grid-template-columns:1.05fr 0.95fr; gap:56px; align-items:center;}
  .eyebrow{
    font-family:'IBM Plex Mono'; font-size:12.5px; letter-spacing:0.06em; text-transform:uppercase;
    color:var(--blue); display:flex; align-items:center; gap:10px; margin-bottom:22px;
  }
  .eyebrow::before{content:''; width:18px; height:1px; background:var(--blue);}
  .hero h1{font-size:52px; line-height:1.06; letter-spacing:-0.02em; margin-bottom:22px;}
  .hero h1 em{font-style:normal; color:var(--blue);}
  .hero p.lead{font-size:18px; color:var(--slate); max-width:480px; margin-bottom:34px;}
  .hero-ctas{display:flex; gap:14px; margin-bottom:44px;}
  .hero-stats{display:flex; gap:36px; padding-top:28px; border-top:1px solid var(--line);}
  .stat-num{font-family:'Instrument Sans'; font-size:26px; font-weight:700;}
  .stat-label{font-size:12.5px; color:var(--slate-soft); max-width:130px; margin-top:4px;}

  /* HERO VISUAL — avant/apres split */
  .visual{position:relative; aspect-ratio:1/1.05; border-radius:var(--radius); overflow:hidden; border:1px solid var(--line);}
  .split{position:absolute; inset:0; display:grid; grid-template-columns:1fr 1fr;}
  .pane{position:relative; display:flex; align-items:flex-end; padding:22px;}
  .pane-before{background:#EDEFF3; filter:grayscale(1);}
  .pane-after{background:linear-gradient(160deg, var(--blue) 0%, var(--blue-deep) 100%);}
  .shop{width:100%;}
  .shop-card{
    background:rgba(255,255,255,0.9); border-radius:var(--radius); padding:14px 16px;
    font-family:'IBM Plex Mono'; font-size:11.5px;
  }
  .pane-after .shop-card{background:rgba(255,255,255,0.12); color:#fff; border:1px solid rgba(255,255,255,0.25);}
  .pane-label{
    position:absolute; top:18px; left:18px; font-family:'IBM Plex Mono'; font-size:11px;
    letter-spacing:0.05em; text-transform:uppercase; padding:5px 10px; border-radius:var(--radius);
  }
  .pane-before .pane-label{background:#fff; color:var(--slate);}
  .pane-after .pane-label{background:rgba(255,255,255,0.15); color:#fff;}
  .divider{
    position:absolute; top:0; bottom:0; left:50%; width:2px; background:#fff;
    box-shadow:0 0 0 1px var(--line);
  }
  .divider::after{
    content:'⇄'; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);
    width:34px; height:34px; background:#fff; border-radius:50%; display:flex; align-items:center;
    justify-content:center; font-size:14px; color:var(--ink); box-shadow:0 4px 14px rgba(0,0,0,0.15);
  }
  .pin{
    position:absolute; width:9px; height:9px; background:var(--gold); border-radius:50%;
    box-shadow:0 0 0 5px rgba(201,154,61,0.22);
  }

  section{padding:104px 0;}
  .section-head{max-width:620px; margin-bottom:56px;}
  .eyebrow-dark{
    font-family:'IBM Plex Mono'; font-size:12px; letter-spacing:0.06em; text-transform:uppercase;
    color:var(--slate-soft); margin-bottom:14px;
  }
  .section-head h2{font-size:34px; letter-spacing:-0.015em;}
  .section-head p{color:var(--slate); font-size:16px; margin-top:14px;}

  /* PROBLEM */
  .problem{background:var(--ink); color:#fff;}
  .problem .eyebrow-dark{color:#7C8AF0;}
  .problem .section-head h2{color:#fff;}
  .problem .section-head p{color:#A7ADBD;}
  .problem-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:1px; background:rgba(255,255,255,0.1); border-radius:var(--radius); overflow:hidden;}
  .problem-card{background:var(--ink-soft); padding:34px 28px;}
  .problem-card .num{font-family:'IBM Plex Mono'; font-size:13px; color:#7C8AF0; margin-bottom:18px;}
  .problem-card .big{font-family:'Instrument Sans'; font-size:30px; font-weight:700; margin-bottom:10px;}
  .problem-card p{font-size:14.5px; color:#A7ADBD; line-height:1.55;}

  /* PILLARS */
  .pillars-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:24px;}
  .pillar{
    border:1px solid var(--line); border-radius:var(--radius); padding:36px 30px;
    transition:border-color .15s ease, transform .15s ease; background:#fff;
  }
  .pillar:hover{border-color:var(--blue); transform:translateY(-3px);}
  .pillar .tag{
    display:inline-block; font-family:'IBM Plex Mono'; font-size:11px; letter-spacing:0.04em;
    text-transform:uppercase; color:var(--blue); background:var(--blue-pale); padding:5px 10px; border-radius:var(--radius);
    margin-bottom:22px;
  }
  .pillar h3{font-size:21px; margin-bottom:12px;}
  .pillar p{font-size:14.5px; color:var(--slate); margin-bottom:20px; min-height:66px;}
  .pillar .link{font-size:13.5px; font-weight:600; color:var(--ink); display:inline-flex; align-items:center; gap:6px;}
  .pillar .link:hover{color:var(--blue);}

  /* PRICING */
  .pricing-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:24px;}
  .price-card{border:1px solid var(--line); border-radius:var(--radius); padding:32px 28px; background:#fff; display:flex; flex-direction:column;}
  .price-card.featured{border-color:var(--ink); position:relative;}
  .price-card.featured::before{
    content:'OFFRE PILOTE'; position:absolute; top:-11px; left:28px; background:var(--gold); color:#fff;
    font-family:'IBM Plex Mono'; font-size:10.5px; letter-spacing:0.05em; padding:4px 9px; border-radius:var(--radius);
  }
  .price-name{font-family:'IBM Plex Mono'; font-size:12.5px; letter-spacing:0.04em; text-transform:uppercase; color:var(--slate-soft); margin-bottom:14px;}
  .price-amount{font-family:'Instrument Sans'; font-size:26px; font-weight:700; margin-bottom:6px;}
  .price-amount span{font-family:'Inter'; font-size:13px; font-weight:500; color:var(--slate-soft);}
  .price-card p.desc{font-size:14px; color:var(--slate); margin-bottom:24px; flex-grow:1;}
  .price-card .btn{width:100%; justify-content:center; margin-top:auto;}

  /* PROOF */
  .proof-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:24px;}
  .proof-card{border:1px solid var(--line); border-radius:var(--radius); overflow:hidden; background:#fff;}
  .proof-media{aspect-ratio:16/10; background:linear-gradient(135deg,#EEF1FC,#DCE3F7); display:flex; align-items:center; justify-content:center;}
  .proof-media .play{
    width:44px; height:44px; border-radius:50%; background:#fff; display:flex; align-items:center; justify-content:center;
    box-shadow:0 4px 14px rgba(0,0,0,0.1); font-size:13px; color:var(--blue);
  }
  .proof-body{padding:22px;}
  .proof-body .name{font-weight:600; font-size:14.5px; margin-bottom:3px;}
  .proof-body .biz{font-size:12.5px; color:var(--slate-soft); margin-bottom:12px;}
  .proof-body .quote{font-size:14px; color:var(--slate); line-height:1.5;}
  .placeholder-note{
    font-family:'IBM Plex Mono'; font-size:11.5px; color:var(--slate-soft); text-align:center; margin-top:40px;
  }

  /* CTA BAND */
  .cta-band{background:var(--blue); color:#fff; text-align:center; padding:88px 0;}
  .cta-band h2{color:#fff; font-size:32px; margin-bottom:16px;}
  .cta-band p{color:#D6DEFC; font-size:16px; margin-bottom:34px;}
  .cta-band .btn-primary{background:#fff; color:var(--blue-deep);}
  .cta-band .btn-primary:hover{background:#EEF1FC;}

  footer{background:var(--ink); color:#8890A0; padding:64px 0 32px;}
  .footer-grid{display:grid; grid-template-columns:1.4fr 1fr 1fr 1fr; gap:40px; padding-bottom:44px; border-bottom:1px solid rgba(255,255,255,0.08);}
  .footer-brand .logo{color:#fff;}
  .footer-brand p{font-size:13.5px; margin-top:14px; max-width:240px; line-height:1.6;}
  .footer-col h4{font-family:'IBM Plex Mono'; font-size:11.5px; letter-spacing:0.04em; text-transform:uppercase; color:#5B6472; margin-bottom:16px;}
  .footer-col a{display:block; font-size:14px; margin-bottom:10px; color:#B8BECB;}
  .footer-col a:hover{color:#fff;}
  .footer-bottom{display:flex; justify-content:space-between; padding-top:28px; font-size:12.5px;}

  .wa-float{
    position:fixed; bottom:26px; right:26px; z-index:60;
    width:56px; height:56px; border-radius:50%; background:var(--blue);
    display:flex; align-items:center; justify-content:center; color:#fff; font-size:22px;
    box-shadow:0 8px 22px rgba(29,63,224,0.35); transition:transform .15s ease;
  }
  .wa-float:hover{transform:scale(1.06);}

  @media (max-width:920px){
    nav.links{display:none;}
    .hero-grid{grid-template-columns:1fr;}
    .hero h1{font-size:38px;}
    .problem-grid, .pillars-grid, .pricing-grid, .proof-grid{grid-template-columns:1fr;}
    .footer-grid{grid-template-columns:1fr 1fr;}
    section{padding:72px 0;}
  }

  @media (prefers-reduced-motion: reduce){
    *{transition:none !important; scroll-behavior:auto !important;}
  }

/* INTERIOR PAGES */
.page-hero{padding:64px 0 56px; border-bottom:1px solid var(--line);}
.breadcrumb{font-family:'IBM Plex Mono'; font-size:12px; color:var(--slate-soft); margin-bottom:18px;}
.breadcrumb a:hover{color:var(--blue);}
.page-hero h1{font-size:42px; letter-spacing:-0.02em; margin-bottom:16px; max-width:720px;}
.page-hero p.lead{font-size:17px; color:var(--slate); max-width:560px;}

.solution-block{padding:88px 0; border-bottom:1px solid var(--line);}
.solution-block:last-child{border-bottom:none;}
.solution-grid{display:grid; grid-template-columns:0.9fr 1.1fr; gap:64px; align-items:start;}
.solution-grid.reverse{direction:rtl;}
.solution-grid.reverse > *{direction:ltr;}
.solution-block .tag{
  display:inline-block; font-family:'IBM Plex Mono'; font-size:11px; letter-spacing:0.04em;
  text-transform:uppercase; color:var(--blue); background:var(--blue-pale); padding:5px 10px; border-radius:var(--radius);
  margin-bottom:20px;
}
.solution-block h2{font-size:30px; margin-bottom:16px;}
.solution-block p.desc{font-size:16px; color:var(--slate); margin-bottom:28px; max-width:460px;}
.feature-list{list-style:none;}
.feature-list li{
  display:flex; gap:12px; padding:14px 0; border-top:1px solid var(--line); font-size:14.5px; color:var(--ink-soft);
}
.feature-list li:first-child{border-top:none;}
.feature-list li::before{content:'—'; color:var(--blue); font-weight:700; flex-shrink:0;}
.mini-panel{background:var(--blue-pale); border-radius:var(--radius); padding:28px; border:1px solid var(--line);}
.mini-panel.dark{background:var(--ink); color:#fff; border:none;}
.mini-panel .mono-label{font-family:'IBM Plex Mono'; font-size:11px; color:var(--slate-soft); text-transform:uppercase; letter-spacing:0.04em; margin-bottom:14px;}
.mini-panel.dark .mono-label{color:#7C8AF0;}
.step-row{display:flex; gap:16px; padding:14px 0; border-top:1px solid rgba(0,0,0,0.06);}
.mini-panel.dark .step-row{border-top:1px solid rgba(255,255,255,0.1);}
.step-row:first-child{border-top:none;}
.step-num{font-family:'IBM Plex Mono'; font-size:13px; color:var(--blue); flex-shrink:0; width:22px;}
.mini-panel.dark .step-num{color:#7C8AF0;}
.step-row .step-text{font-size:13.5px; line-height:1.5;}

.value-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:24px;}
.value-card{padding:30px 26px; border:1px solid var(--line); border-radius:var(--radius);}
.value-card .num{font-family:'IBM Plex Mono'; font-size:12.5px; color:var(--blue); margin-bottom:16px;}
.value-card h3{font-size:18px; margin-bottom:10px;}
.value-card p{font-size:14px; color:var(--slate); line-height:1.55;}

.timeline{border-left:2px solid var(--line); margin-left:8px;}
.timeline-item{position:relative; padding:0 0 40px 32px;}
.timeline-item:last-child{padding-bottom:0;}
.timeline-item::before{
  content:''; position:absolute; left:-7px; top:2px; width:12px; height:12px;
  background:var(--blue); border-radius:50%; border:3px solid var(--paper);
}
.timeline-item .year{font-family:'IBM Plex Mono'; font-size:12px; color:var(--blue); margin-bottom:6px;}
.timeline-item h4{font-size:16.5px; margin-bottom:6px;}
.timeline-item p{font-size:14px; color:var(--slate); max-width:520px;}

.split-content{display:grid; grid-template-columns:1fr 1fr; gap:64px; align-items:center;}
.stat-strip{display:flex; gap:0; border:1px solid var(--line); border-radius:var(--radius); overflow:hidden; margin-top:32px;}
.stat-strip > div{flex:1; padding:22px; border-right:1px solid var(--line);}
.stat-strip > div:last-child{border-right:none;}
.stat-strip .n{font-family:'Instrument Sans'; font-size:22px; font-weight:700; color:var(--blue);}
.stat-strip .l{font-size:12px; color:var(--slate-soft); margin-top:4px;}

.audience-card{
  border:1px solid var(--line); border-radius:var(--radius); padding:32px; background:#fff;
  display:flex; flex-direction:column; gap:14px;
}
.audience-card .tag-alt{
  font-family:'IBM Plex Mono'; font-size:11px; text-transform:uppercase; letter-spacing:0.04em;
  color:var(--gold); width:fit-content;
}

.curriculum-list{list-style:none; counter-reset:mod;}
.curriculum-list li{
  counter-increment:mod; display:flex; gap:20px; padding:22px 0; border-top:1px solid var(--line);
}
.curriculum-list li:first-child{border-top:none;}
.curriculum-list li::before{
  content:counter(mod, decimal-leading-zero); font-family:'IBM Plex Mono'; font-size:13px; color:var(--blue); flex-shrink:0;
}
.curriculum-list .ctitle{font-weight:600; font-size:15px; margin-bottom:4px;}
.curriculum-list .cdesc{font-size:13.5px; color:var(--slate);}

.contact-grid{display:grid; grid-template-columns:1fr 1fr; gap:64px;}
.contact-option{
  display:flex; gap:16px; align-items:flex-start; padding:24px 0; border-top:1px solid var(--line);
}
.contact-option:first-child{border-top:none;}
.contact-icon{
  width:40px; height:40px; border-radius:var(--radius); background:var(--blue-pale); color:var(--blue);
  display:flex; align-items:center; justify-content:center; flex-shrink:0; font-size:17px;
}
.contact-option h4{font-size:15.5px; margin-bottom:4px;}
.contact-option p{font-size:13.5px; color:var(--slate);}
.form-field{margin-bottom:18px;}
.form-field label{display:block; font-size:13px; font-weight:600; margin-bottom:7px; color:var(--ink-soft);}
.form-field input, .form-field select, .form-field textarea{
  width:100%; border:1px solid var(--line); border-radius:var(--radius); padding:12px 14px; font-size:14px;
  font-family:'Inter'; background:#fff;
}
.form-field input:focus, .form-field select:focus, .form-field textarea:focus{outline:2px solid var(--blue); outline-offset:1px; border-color:var(--blue);}

@media (max-width:920px){
  .solution-grid, .solution-grid.reverse{grid-template-columns:1fr; direction:ltr;}
  .value-grid{grid-template-columns:1fr;}
  .split-content{grid-template-columns:1fr;}
  .contact-grid{grid-template-columns:1fr;}
  .stat-strip{flex-direction:column;}
  .stat-strip > div{border-right:none; border-bottom:1px solid var(--line);}
}

/* SOCIAL ROW */
.social-row{display:flex; gap:14px;}
.social-row a{
  width:34px; height:34px; border-radius:50%; border:1px solid rgba(255,255,255,0.15);
  display:flex; align-items:center; justify-content:center; font-size:14px; color:#B8BECB;
}
.social-row a:hover{border-color:#fff; color:#fff;}

/* MOBILE NAV TOGGLE */
.nav-toggle{display:none; background:none; border:none; font-size:22px; cursor:pointer; color:var(--ink);}
@media (max-width:920px){
  .nav-toggle{display:block;}
  nav.links{
    display:none; position:absolute; top:76px; left:0; right:0; background:#fff;
    border-bottom:1px solid var(--line); flex-direction:column; padding:16px 32px; gap:18px;
  }
  nav.links.is-open{display:flex;}
}
