/* Styles extraits de 07_PAGES/nos-poles.html — rendu conservé. */

:root{
      --white:#FFFFFF;
      --black:#000000;
      --blue:#006DED;
      --header-h:92px;
      --container:1248px;
      --radius:18px;
      --shadow:0 18px 45px rgba(0,0,0,.14);
    }

    *{box-sizing:border-box;margin:0;padding:0}
    html{scroll-behavior:smooth}
    body{font-family:'Poppins',sans-serif;color:var(--black);background:var(--white);overflow-x:hidden}
    h1,h2,h3,.serif{font-family:'Source Serif 4','Source Serif Pro',Georgia,serif;font-weight:800;line-height:.96;letter-spacing:-.035em}
    p{font-size:17px;line-height:1.72;font-weight:400}
    a{text-decoration:none;color:inherit}

    .site-header{position:fixed;top:0;left:0;right:0;z-index:1000;height:var(--header-h);display:flex;align-items:center;transition:background .35s ease, box-shadow .35s ease;background:transparent}
    .site-header.scrolled{background:var(--black);box-shadow:0 12px 34px rgba(0,0,0,.24)}
    .header-inner{width:100%;max-width:1366px;margin:0 auto;padding:0 34px;display:grid;grid-template-columns:180px 1fr 230px;align-items:center}
    .logo-symbol{width:62px;height:62px;display:flex;align-items:center;justify-content:flex-start}
    .logo-symbol img{width:62px;height:62px;object-fit:contain;display:block}
    .nav{display:flex;align-items:center;justify-content:center;gap:46px}
    .nav a{position:relative;color:var(--white);font-size:13px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;transition:color .25s ease}
    .nav a::after{content:"";position:absolute;left:0;bottom:-9px;width:0;height:1px;background:var(--blue);transition:width .25s ease}
    .nav a:hover{color:var(--blue)}
    .nav a:hover::after{width:100%}
    .header-cta{justify-self:end}
    .burger{display:none;width:34px;height:24px;background:transparent;border:0;flex-direction:column;justify-content:space-between;cursor:pointer}
    .burger span{display:block;height:3px;background:var(--white);border-radius:10px}

    .btn{border-radius:999px;border:0;display:inline-flex;align-items:center;justify-content:center;font-family:'Poppins',sans-serif;font-weight:800;text-transform:uppercase;letter-spacing:.095em;min-height:48px;padding:0 31px;font-size:12px;cursor:pointer;transition:transform .45s cubic-bezier(0.22,1,0.36,1), box-shadow .45s cubic-bezier(0.22,1,0.36,1), background .45s cubic-bezier(0.22,1,0.36,1), color .45s cubic-bezier(0.22,1,0.36,1), border-color .45s cubic-bezier(0.22,1,0.36,1);white-space:nowrap}
    .btn:hover{transform:translateY(-3px) scale(1.025)}
    .btn-blue{background:var(--blue);color:var(--white);border:2px solid transparent}
    .btn-blue:hover{background:var(--white);color:var(--blue);border-color:var(--blue);box-shadow:0 0 0 8px rgba(0,109,237,.18),0 12px 32px rgba(0,109,237,.32)}
    .btn-black{background:var(--black);color:var(--white);border:2px solid transparent}
    .btn-black:hover{background:var(--white);color:var(--black);border-color:var(--black);box-shadow:0 0 0 8px rgba(0,0,0,.14),0 12px 32px rgba(0,0,0,.22)}
    .btn-transparent{background:transparent;color:var(--white);border:2px solid var(--white)}
    .btn-transparent:hover{background:var(--white);color:var(--blue);border-color:transparent;box-shadow:0 0 0 8px rgba(255,255,255,.24),0 12px 32px rgba(255,255,255,.20)}

    .section{min-height:100vh;padding:calc(var(--header-h) + 55px) 42px 70px;display:flex;align-items:center;background:var(--white)}
    .section.black{background:var(--black);color:var(--white)}
    .section.blue{background:var(--blue);color:var(--white)}
    .container{width:100%;max-width:var(--container);margin:0 auto}
    .label{font-size:13px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:var(--blue);margin-bottom:32px}
    .label.white{color:var(--white);opacity:.78;text-align:center}
    .blue-text{color:var(--blue)}

    .hero{min-height:100vh;background:var(--blue);color:var(--white);position:relative;overflow:hidden;padding:0 42px;display:flex;align-items:center}
.hero video.hero-video{
position:absolute;
inset:0;
width:100%;
height:100%;
object-fit:cover;
z-index:0;
}
.hero::before{
z-index:1;
}
.hero::after{
z-index:1;
}
.hero-content,
.hero-strip{
position:relative;
z-index:2;
}

    .hero::before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 75% 22%, rgba(255,255,255,.52), transparent 31%), radial-gradient(ellipse at 73% 52%, rgba(255,255,255,.36), transparent 30%), linear-gradient(145deg, rgba(0,0,0,.25), transparent 52%);opacity:.9}
    .hero::after{content:"";position:absolute;left:-8%;right:-8%;bottom:116px;height:220px;background:linear-gradient(170deg, transparent 0 22%, rgba(255,255,255,.55) 23%, rgba(255,255,255,.25) 40%, rgba(0,0,0,.20) 42%, transparent 72%);filter:blur(1px);transform:skewY(-9deg)}
    .hero-content{position:relative;z-index:2;width:100%;max-width:var(--container);margin:0 auto;padding-top:36px}
    .hero h1{font-size:72px;max-width:560px;margin-bottom:28px}
    .hero p{max-width:390px;font-size:15px;line-height:1.55;margin-bottom:30px;color:rgba(255,255,255,.9)}
    .hero-actions{display:flex;gap:15px;align-items:center}
    .hero-strip{position:absolute;left:0;right:0;bottom:0;z-index:3;background:var(--black);height:62px;display:flex;align-items:center;overflow:hidden;color:var(--white);font-size:13px;letter-spacing:.02em;white-space:nowrap}
    .ticker-track{display:flex;align-items:center;gap:72px;animation:ticker 26s linear infinite;will-change:transform;padding-right:72px}
    .ticker-track span::before{content:"•";color:var(--blue);margin-right:12px}
    @keyframes ticker{from{transform:translateX(0)}to{transform:translateX(-50%)}}

    .about-grid{display:grid;grid-template-columns:47% 53%;gap:72px;align-items:center}
    .visual-placeholder{height:500px;border-radius:12px;background:linear-gradient(140deg,#03030a,#0b1a2d);box-shadow:var(--shadow);display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.3);font-size:90px}
    .about-copy h2{font-size:58px;margin-bottom:36px}.about-copy p{font-size:17px;margin-bottom:28px;max-width:710px;color:rgba(0,0,0,.72)}
    .mini-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:36px 0 36px}
    .mini-card{border-radius:8px;background:var(--white);box-shadow:var(--shadow);padding:25px 26px;min-height:132px}
    .mini-card h4{font-size:14px;font-weight:800;text-transform:uppercase;margin-bottom:15px}.mini-card p{font-size:15px;line-height:1.45;margin:0;color:rgba(0,0,0,.66)}

    .poles h2,.blog h2{font-size:58px;max-width:580px;margin-bottom:54px}
    .poles-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px}
    .pole-card{height:300px;border-radius:8px;box-shadow:var(--shadow);background:linear-gradient(140deg,rgba(0,0,0,.98),rgba(0,0,0,.76)), linear-gradient(135deg,var(--blue),var(--black));padding:34px 38px;display:flex;flex-direction:column;justify-content:space-between;color:var(--white);overflow:hidden;position:relative}
    .pole-badge{align-self:flex-start;background:var(--blue);color:var(--white);border-radius:3px;padding:10px 18px;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
    .pole-card h3{font-size:31px;margin-bottom:8px}.pole-card p{font-size:15px;line-height:1.45;color:rgba(255,255,255,.82);max-width:640px}.pole-card a{display:inline-block;margin-top:22px;color:var(--blue);font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}

    .methods .container{align-self:center}.methods h2{font-size:62px;max-width:740px;margin-bottom:100px}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:82px}.step-num{font-family:'Source Serif 4','Source Serif Pro',Georgia,serif;font-size:62px;font-weight:800;color:var(--white);line-height:.9;margin-bottom:42px;letter-spacing:.05em}.step-icon{width:54px;height:54px;border-radius:8px;background:rgba(255,255,255,.09);display:flex;align-items:center;justify-content:center;color:var(--white);font-size:26px;margin-bottom:29px}.step h3{font-family:'Source Serif 4','Source Serif Pro',Georgia,serif;font-size:24px;line-height:1.05;letter-spacing:-.02em;margin-bottom:20px;color:var(--white)}.step p{font-size:18px;line-height:1.58;color:rgba(255,255,255,.78)}

    .blog-layout{display:grid;grid-template-columns:2fr 1fr;gap:32px;align-items:stretch}.featured-card,.side-card,.blog-cta-card{border-radius:12px;box-shadow:var(--shadow);overflow:hidden}.featured-card{background:var(--white)}.featured-image{height:300px;background:linear-gradient(140deg,#001018,#001f13)}.featured-content{padding:30px 34px}.article-kicker{display:block;color:var(--blue);font-weight:800;text-transform:uppercase;letter-spacing:.08em;font-size:15px;margin-bottom:17px}.featured-content h3,.side-card h3{font-family:'Poppins',sans-serif;letter-spacing:-.02em;line-height:1.28}.featured-content h3{font-size:24px;margin-bottom:10px}.featured-content p{font-size:20px;line-height:1.55;margin-bottom:10px;color:rgba(0,0,0,.86)}.blog-side{display:grid;grid-template-rows:1fr 1fr 142px;gap:24px}.side-card{background:var(--white);padding:28px 30px}.side-card h3{font-size:24px;font-weight:400;margin-bottom:24px}.blog-cta-card{background:var(--black);color:var(--white);padding:28px 30px;display:flex;flex-direction:column;justify-content:center}.blog-cta-card .cta-line{font-size:25px;line-height:1.25;margin-bottom:24px}.blog-cta-card .arrow{display:inline-block;font-size:40px;line-height:0;margin-left:18px}.blog-cta-card .tagline{font-size:24px;line-height:1.2;color:rgba(255,255,255,.92)}.date{font-size:17px;color:rgba(0,0,0,.78)}

    .cta{justify-content:center;text-align:center}.cta .container{max-width:720px}.cta h2{font-size:66px;color:var(--white);margin:22px 0 30px}.cta h2 em{font-weight:600;font-style:italic}.cta p{font-size:17px;color:rgba(255,255,255,.86);max-width:540px;margin:0 auto 50px}

    .footer{background:var(--black);color:var(--white);padding:70px 42px 28px}.footer-grid{max-width:var(--container);margin:0 auto;display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:70px}.footer-logo{width:76px;height:76px;margin-bottom:25px}.footer-logo img{width:76px;height:76px;object-fit:contain}.footer p,.footer li,.footer a{font-size:13px;line-height:1.65;color:rgba(255,255,255,.72)}.footer h4{font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.12em;margin-bottom:18px}.footer ul{list-style:none}.socials{display:flex;gap:16px;margin-top:24px}.socials a{width:44px;height:44px;border:2px solid var(--white);border-radius:7px;display:flex;align-items:center;justify-content:center;color:var(--white);transition:color .2s ease,border-color .2s ease,transform .2s ease}.socials a:hover{color:var(--blue);border-color:var(--blue);transform:translateY(-2px)}.socials svg{width:25px;height:25px;fill:currentColor;stroke:currentColor}.footer-bottom{max-width:var(--container);margin:45px auto 0;display:flex;justify-content:space-between;font-size:17px;color:rgba(255,255,255,.72)}

    @media(max-width:900px){
      :root{--header-h:76px}.header-inner{grid-template-columns:1fr auto;padding:0 22px}.logo-symbol,.logo-symbol img{width:52px;height:52px}.nav,.header-cta{display:none}.burger{display:flex}.nav.open{display:flex;position:absolute;left:0;right:0;top:var(--header-h);background:var(--black);flex-direction:column;gap:24px;padding:32px}.section{min-height:auto;padding:120px 22px 70px}.hero{padding:0 22px}.hero h1{font-size:46px}.hero-strip{display:none}.about-grid,.blog-layout{grid-template-columns:1fr;gap:42px}.visual-placeholder{height:360px}.mini-cards,.poles-grid,.steps,.footer-grid{grid-template-columns:1fr}.blog-side{grid-template-rows:auto}.featured-image{height:240px}.about-copy h2,.poles h2,.blog h2,.methods h2,.cta h2{font-size:42px}.steps{gap:42px}.footer-bottom{flex-direction:column;gap:12px}.ticker-track{animation:none}
    }
  
.pole-card{
    position:relative;
}
.pole-card .full-card-link{
    position:absolute;
    inset:0;
    z-index:20;
    display:block;
    text-decoration:none;
    color:inherit;
    background:transparent;
}


.blog-clickable{
    text-decoration:none;
    color:inherit;
}
.featured-card.blog-clickable,
.side-card.blog-clickable{
    display:block;
}
.featured-card.blog-clickable{
    overflow:hidden;
}
.featured-card .featured-content h3{
    font-weight:800;
}
.side-card.blog-clickable h3{
    font-weight:400;
}


.blog-side .all-card{
    background:#000000 !important;
    color:#FFFFFF !important;
    border-radius:18px !important;
    padding:28px 34px !important;
    min-height:150px !important;
    display:grid !important;
    grid-template-columns:1fr auto !important;
    grid-template-rows:auto auto !important;
    align-items:start !important;
    gap:22px 18px !important;
    text-decoration:none !important;
    box-shadow:0 20px 45px rgba(0,0,0,.12) !important;
}
.blog-side .all-card span{
    color:#FFFFFF !important;
    font-family:'Poppins',sans-serif !important;
    font-size:28px !important;
    font-weight:400 !important;
    line-height:1.15 !important;
    text-transform:none !important;
    letter-spacing:0 !important;
}
.blog-side .all-card strong{
    color:#FFFFFF !important;
    font-size:42px !important;
    font-weight:700 !important;
    line-height:1 !important;
    justify-self:end !important;
}
.blog-side .all-card em{
    grid-column:1 / 3 !important;
    color:#FFFFFF !important;
    font-family:'Poppins',sans-serif !important;
    font-size:26px !important;
    font-style:normal !important;
    font-weight:400 !important;
    line-height:1.2 !important;
}


/* Correction propre du bouton "Voir tous nos articles" */
.blog-side .all-card{
    background:#000000 !important;
    color:#FFFFFF !important;
    border-radius:18px !important;
    padding:24px 28px !important;
    min-height:128px !important;
    display:grid !important;
    grid-template-columns:1fr auto !important;
    grid-template-rows:auto auto !important;
    align-items:start !important;
    column-gap:18px !important;
    row-gap:14px !important;
    text-decoration:none !important;
    overflow:hidden !important;
    box-shadow:0 20px 45px rgba(0,0,0,.12) !important;
}
.blog-side .all-card span{
    color:#FFFFFF !important;
    font-family:'Poppins',sans-serif !important;
    font-size:22px !important;
    font-weight:500 !important;
    line-height:1.15 !important;
    text-transform:none !important;
    letter-spacing:0 !important;
    max-width:260px !important;
}
.blog-side .all-card strong{
    color:#FFFFFF !important;
    font-size:34px !important;
    font-weight:600 !important;
    line-height:1 !important;
    justify-self:end !important;
    align-self:start !important;
    margin-top:2px !important;
}
.blog-side .all-card em{
    grid-column:1 / 3 !important;
    color:#FFFFFF !important;
    font-family:'Poppins',sans-serif !important;
    font-size:18px !important;
    font-style:normal !important;
    font-weight:400 !important;
    line-height:1.3 !important;
    max-width:320px !important;
}


.footer a,
.footer-bottom a,
footer a{
    color:inherit;
    text-decoration:none;
}
.footer a:hover,
.footer-bottom a:hover,
footer a:hover{
    color:#006DED;
}


.footer ul li a{
    color:inherit;
    text-decoration:none;
}
.footer ul li a:hover{
    color:#006DED;
}
.footer-bottom a{
    color:inherit;
    text-decoration:none;
}
.footer-bottom a:hover{
    color:#006DED;
}



/* ================================
   NOVARE — Animations premium d'entrée
   Ajout non destructif : conserve structure, emplacements et fonctions
================================ */
.reveal-ready{
  opacity:0;
  transform:translate3d(0,34px,0) scale(.985);
  filter:blur(10px);
  transition:
    opacity .9s cubic-bezier(.16,1,.3,1),
    transform .9s cubic-bezier(.16,1,.3,1),
    filter .9s cubic-bezier(.16,1,.3,1),
    box-shadow .35s ease;
  will-change:opacity,transform,filter;
}
.reveal-ready.reveal-in{
  opacity:1;
  transform:translate3d(0,0,0) scale(1);
  filter:blur(0);
}
.section .label.reveal-ready,
.hero h1.reveal-ready,
.hero p.reveal-ready,
.hero-actions.reveal-ready{
  transition-duration:.75s;
}

.pole-card.reveal-in,
.mini-card.reveal-in,
.featured-card.reveal-in,
.side-card.reveal-in,
.all-card.reveal-in{
  box-shadow:0 24px 60px rgba(0,0,0,.18);
}

.pole-card,
.mini-card,
.featured-card,
.side-card,
.all-card,
.visual-placeholder{
  transition:transform .35s ease, box-shadow .35s ease, filter .35s ease;
}
.pole-card:hover,
.mini-card:hover,
.featured-card:hover,
.side-card:hover,
.all-card:hover,
.visual-placeholder:hover{
  transform:translateY(-7px);
  filter:saturate(1.05);
}
.pole-card::before,
.featured-card::before,
.side-card::before,
.all-card::before,
.mini-card::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:0;
  background:linear-gradient(120deg,transparent 0%,rgba(255,255,255,.22) 45%,transparent 72%);
  transform:translateX(-120%);
  transition:opacity .45s ease, transform .8s cubic-bezier(.16,1,.3,1);
}
.pole-card:hover::before,
.featured-card:hover::before,
.side-card:hover::before,
.all-card:hover::before,
.mini-card:hover::before{
  opacity:1;
  transform:translateX(120%);
}
.mini-card,
.featured-card,
.side-card,
.all-card{position:relative;overflow:hidden}

.hero-content > *{animation:heroPremiumIn .95s cubic-bezier(.16,1,.3,1) both}
.hero-content h1{animation-delay:.12s}
.hero-content p{animation-delay:.24s}
.hero-actions{animation-delay:.36s}
@keyframes heroPremiumIn{
  from{opacity:0;transform:translate3d(0,30px,0) scale(.985);filter:blur(10px)}
  to{opacity:1;transform:translate3d(0,0,0) scale(1);filter:blur(0)}
}

@media (prefers-reduced-motion: reduce){
  .reveal-ready,
  .hero-content > *,
  .ticker-track{
    opacity:1 !important;
    transform:none !important;
    filter:none !important;
    animation:none !important;
    transition:none !important;
  }
}


.footer,
.footer *,
.footer-grid,
.footer-bottom{
    animation:none !important;
    transform:none !important;
    transition:none !important;
    opacity:1 !important;
}


/* === FOOTER ORIGINAL + NO REVEAL === */
.footer{background:var(--black);color:var(--white);padding:70px 42px 28px}.footer-grid{max-width:var(--container);margin:0 auto;display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:70px}.footer-logo{width:76px;height:76px;margin-bottom:25px}.footer-logo img{width:76px;height:76px;object-fit:contain}.footer p,.footer li,.footer a{font-size:13px;line-height:1.65;color:rgba(255,255,255,.72)}.footer h4{font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.12em;margin-bottom:18px}.footer ul{list-style:none}.socials{display:flex;gap:16px;margin-top:24px}.socials a{width:44px;height:44px;border:2px solid var(--white);border-radius:7px;display:flex;align-items:center;justify-content:center;color:var(--white);transition:color .2s ease,border-color .2s ease,transform .2s ease}.socials a:hover{color:var(--blue);border-color:var(--blue);transform:translateY(-2px)}.socials svg{width:25px;height:25px;fill:currentColor;stroke:currentColor}.footer-bottom{max-width:var(--container);margin:45px auto 0;display:flex;justify-content:space-between;font-size:17px;color:rgba(255,255,255,.72)}

.footer,
.footer *,
.footer-grid,
.footer-bottom{
  animation:none !important;
  transform:none !important;
  opacity:1 !important;
}

.footer{
  position:relative !important;
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  overflow:hidden !important;
}

.footer .reveal,
.footer .animate-in{
  animation:none !important;
  transform:none !important;
  opacity:1 !important;
}


    .cta .cta-reassurance{
      margin:10px auto 34px;
      font-size:13px;
      line-height:1.4;
      font-weight:500;
      letter-spacing:.04em;
      color:rgba(255,255,255,.86);
      opacity:.9;
    }


/* === FIX PHOTO À PROPOS — image intégrée, pas de chargement externe === */
.visual-placeholder{
  height:500px !important;
  border-radius:12px !important;
  box-shadow:var(--shadow) !important;
  overflow:hidden !important;
  display:block !important;
  background-image:url("../../../04_MEDIA/images/novare-developpement-commercial-reunion-business.webp") !important;
  background-size:contain !important;
  background-position:center top !important;
  background-repeat:no-repeat !important;
  background-color:#f5f5f5 !important;
  color:transparent !important;
  font-size:0 !important;
}
.visual-placeholder::before,
.visual-placeholder::after{
  display:none !important;
  content:none !important;
}
@media(max-width:900px){
  .visual-placeholder{
    height:360px !important;
    background-position:center top !important;
  }
}


/* === PHOTO STYLE PREMIUM === */
.visual-placeholder{
  height:680px !important;
  border-radius:34px !important;
  overflow:hidden !important;
  background-size:contain !important;
  background-position:center center !important;
  background-repeat:no-repeat !important;
  background-color:#f4f4f4 !important;
  box-shadow:0 20px 60px rgba(0,0,0,.08) !important;
  margin-right:20px !important;
}
.about-grid{
  align-items:center !important;
  gap:90px !important;
}
@media(max-width:900px){
  .visual-placeholder{
    height:500px !important;
    border-radius:24px !important;
  }
}


/* === FIX CADRE PHOTO PROPORTION === */
.about-grid{
  grid-template-columns:38% 62% !important;
  gap:70px !important;
  align-items:center !important;
}

.visual-placeholder{
  width:100% !important;
  max-width:520px !important;
  height:760px !important;
  margin:0 auto !important;
  border-radius:34px !important;
  background-size:contain !important;
  background-position:center center !important;
  background-repeat:no-repeat !important;
  background-color:#f4f4f4 !important;
  overflow:hidden !important;
  box-shadow:0 20px 60px rgba(0,0,0,.08) !important;
}

@media(max-width:900px){
  .about-grid{
    grid-template-columns:1fr !important;
  }

  .visual-placeholder{
    max-width:100% !important;
    height:520px !important;
  }
}


/* === PROPORTION NATURELLE PHOTO === */
.about-grid{
  grid-template-columns:34% 66% !important;
  gap:70px !important;
  align-items:center !important;
}

.visual-placeholder{
  width:100% !important;
  max-width:430px !important;
  aspect-ratio:1024 / 1536 !important;
  height:auto !important;
  min-height:645px !important;
  border-radius:26px !important;
  margin:0 auto !important;
  background-size:cover !important;
  background-position:center center !important;
  background-repeat:no-repeat !important;
  background-color:#f4f4f4 !important;
  overflow:hidden !important;
  box-shadow:0 20px 60px rgba(0,0,0,.06) !important;
}

@media(max-width:900px){
  .about-grid{
    grid-template-columns:1fr !important;
  }

  .visual-placeholder{
    max-width:320px !important;
    min-height:480px !important;
  }
}


/* === IMAGES DES PÔLES — intégrées dans le HTML === */
.poles-grid .pole-card{
  background-size:cover !important;
  background-position:center center !important;
  background-repeat:no-repeat !important;
  overflow:hidden !important;
}

.poles-grid .pole-card:nth-child(1){
  background-image:
    linear-gradient(90deg, rgba(0,0,0,.78), rgba(0,0,0,.46)),
    url("../../../04_MEDIA/images/novare-agence-digitale-collaboration-equipe.webp") !important;
}

.poles-grid .pole-card:nth-child(2){
  background-image:
    linear-gradient(90deg, rgba(0,0,0,.78), rgba(0,0,0,.46)),
    url("../../../04_MEDIA/images/novare-equipe-agence-communication.webp") !important;
}

.poles-grid .pole-card:nth-child(3){
  background-image:
    linear-gradient(90deg, rgba(0,0,0,.78), rgba(0,0,0,.46)),
    url("../../../04_MEDIA/images/novare-equipe-agence-communication.webp") !important;
}

.poles-grid .pole-card:nth-child(4){
  background-image:
    linear-gradient(90deg, rgba(0,0,0,.78), rgba(0,0,0,.46)),
    url("../../../04_MEDIA/images/novare-shape-arrow-purple.webp") !important;
}

.pole-badge{
  position:relative !important;
  z-index:2 !important;
}

.pole-card h3,
.pole-card p,
.pole-card a{
  position:relative !important;
  z-index:2 !important;
}


/* === FIX CLIQUABLE DES PÔLES === */
.pole-card{
  position:relative !important;
}

.pole-card::before{
  pointer-events:none !important;
}

.pole-card *{
  position:relative;
  z-index:2;
}

.pole-card .full-card-link{
  position:absolute !important;
  inset:0 !important;
  z-index:5 !important;
  display:block !important;
  cursor:pointer !important;
  background:transparent !important;
}



/* === PAGE NOS PÔLES — NOVARE === */
.poles-hero{min-height:100vh;background:var(--black);color:var(--white);position:relative;overflow:hidden;padding:calc(var(--header-h) + 80px) 42px 90px;display:flex;align-items:center}
.poles-hero::before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 76% 22%, rgba(0,109,237,.50), transparent 34%),linear-gradient(145deg, rgba(0,109,237,.20), transparent 52%);opacity:.95}
.poles-hero .container{position:relative;z-index:2;display:grid;grid-template-columns:1.1fr .9fr;gap:72px;align-items:center}
.poles-hero h1{font-size:76px;max-width:720px;margin-bottom:28px}
.poles-hero p{max-width:560px;color:rgba(255,255,255,.82);margin-bottom:34px}
.poles-hero-panel{border:1px solid rgba(255,255,255,.16);border-radius:22px;padding:34px;background:rgba(255,255,255,.06);backdrop-filter:blur(14px);box-shadow:0 30px 80px rgba(0,0,0,.28)}
.poles-hero-panel h3{font-family:'Poppins',sans-serif;font-size:18px;letter-spacing:0;line-height:1.3;margin-bottom:22px}
.poles-hero-panel ul{list-style:none;display:grid;gap:16px}
.poles-hero-panel li{font-size:14px;line-height:1.45;color:rgba(255,255,255,.78);padding-left:20px;position:relative}
.poles-hero-panel li::before{content:"";position:absolute;left:0;top:9px;width:7px;height:7px;border-radius:50%;background:var(--blue)}
.pole-detail-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}
.pole-detail-card{background:var(--white);border-radius:18px;box-shadow:var(--shadow);padding:38px;min-height:410px;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}
.pole-detail-card::before{content:"";position:absolute;right:-1720px;top:-90px;width:190px;height:190px;background:rgba(0,109,237,.10);border-radius:50%}
.pole-detail-card .num{font-family:'Source Serif 4','Source Serif Pro',Georgia,serif;font-size:54px;font-weight:800;color:var(--blue);line-height:1;margin-bottom:24px}
.pole-detail-card h2{font-size:38px;margin-bottom:18px;max-width:440px}
.pole-detail-card p{font-size:15px;color:rgba(0,0,0,.68);margin-bottom:24px}
.pole-list{list-style:none;display:grid;gap:10px;margin-top:auto}
.pole-list li{font-size:14px;font-weight:600;color:rgba(0,0,0,.76);padding-left:18px;position:relative}
.pole-list li::before{content:"+";position:absolute;left:0;color:var(--blue);font-weight:800}
.process-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:40px}
.process-card{border:1px solid rgba(255,255,255,.14);border-radius:18px;padding:32px;background:rgba(255,255,255,.05)}
.process-card strong{display:block;font-family:'Source Serif 4','Source Serif Pro',Georgia,serif;font-size:46px;line-height:1;color:var(--blue);margin-bottom:18px}
.process-card h3{font-size:18px;margin-bottom:12px}
.process-card p{font-size:14px;color:rgba(255,255,255,.72)}
.poles-final{background:var(--blue);color:var(--white);text-align:center;justify-content:center}
.poles-final .container{max-width:760px}
.poles-final h2{font-size:64px;margin-bottom:26px}
.poles-final p{color:rgba(255,255,255,.86);margin-bottom:36px}
@media(max-width:900px){.poles-hero{padding:120px 22px 70px}.poles-hero .container,.pole-detail-grid,.process-strip{grid-template-columns:1fr}.poles-hero h1{font-size:48px}.pole-detail-card{min-height:auto;padding:28px}.pole-detail-card h2,.poles-final h2{font-size:40px}}


/* === NOVARE — Section cartes des 4 pôles === */
.poles-showcase{
  background:#FFFFFF;
}
.poles-showcase h2{
  font-size:58px;
  max-width:780px;
  margin-bottom:56px;
}
.poles-showcase-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:32px;
}
.pole-showcase-card{
  position:relative;
  min-height:300px;
  border-radius:14px;
  overflow:hidden;
  padding:34px 38px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  color:#FFFFFF;
  box-shadow:0 22px 55px rgba(0,0,0,.16);
  isolation:isolate;
  transition:transform .35s ease, box-shadow .35s ease, filter .35s ease;
}
.pole-showcase-card::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  background:linear-gradient(135deg,#111,#006DED);
}
.pole-showcase-card::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:
    radial-gradient(circle at 82% 18%, rgba(0,109,237,.38), transparent 28%),
    linear-gradient(90deg, rgba(0,0,0,.82), rgba(0,0,0,.48)),
    linear-gradient(180deg, rgba(0,0,0,.12), rgba(0,0,0,.72));
}
.pole-showcase-card:hover{
  transform:translateY(-8px);
  box-shadow:0 30px 75px rgba(0,0,0,.22);
  filter:saturate(1.05);
}
.pole-number{
  align-self:flex-start;
  background:#006DED;
  color:#FFFFFF;
  border-radius:4px;
  padding:14px 24px;
  font-size:13px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.pole-showcase-card h3{
  font-size:36px;
  margin-bottom:10px;
  color:#FFFFFF;
}
.pole-showcase-card p{
  max-width:650px;
  font-size:17px;
  line-height:1.45;
  color:rgba(255,255,255,.88);
  margin-bottom:28px;
}
.pole-showcase-card strong{
  color:#006DED;
  font-size:13px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.1em;
}
.pole-01::before{background:linear-gradient(135deg,#02040A,#006DED)}
.pole-02::before{background:linear-gradient(135deg,#0B0B0B,#1E3A5F)}
.pole-03::before{background:linear-gradient(135deg,#050505,#0B4EA2)}
.pole-04::before{background:linear-gradient(135deg,#000000,#123B65)}
@media(max-width:900px){
  .poles-showcase h2{font-size:42px}
  .poles-showcase-grid{grid-template-columns:1fr}
  .pole-showcase-card{min-height:360px;padding:28px}
  .pole-showcase-card h3{font-size:32px}
}


/* === NOVARE — Images de fond des 4 pôles visibles === */
.pole-showcase-card.pole-01,
.pole-showcase-card.pole-02,
.pole-showcase-card.pole-03,
.pole-showcase-card.pole-04{
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  position: relative !important;
  overflow: hidden !important;
}

.pole-showcase-card.pole-01::before,
.pole-showcase-card.pole-02::before,
.pole-showcase-card.pole-03::before,
.pole-showcase-card.pole-04::before{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  z-index:0 !important;
  background:linear-gradient(90deg, rgba(0,0,0,.42), rgba(0,0,0,.26), rgba(0,0,0,.12)) !important;
  pointer-events:none !important;
}

.pole-showcase-card.pole-01 > *,
.pole-showcase-card.pole-02 > *,
.pole-showcase-card.pole-03 > *,
.pole-showcase-card.pole-04 > *{
  position:relative !important;
  z-index:1 !important;
}

.pole-showcase-card.pole-01{
  background-image:url("../../../04_MEDIA/images/novare-developpement-commercial-reunion-business.webp") !important;
}

.pole-showcase-card.pole-02{
  background-image:url("../../../04_MEDIA/images/novare-agence-digitale-collaboration-equipe.webp") !important;
}

.pole-showcase-card.pole-03{
  background-image:url("../../../04_MEDIA/images/novare-equipe-agence-communication.webp") !important;
}

.pole-showcase-card.pole-04{
  background-image:url("../../../04_MEDIA/images/novare-strategie-marketing-sur-mesure-reunion-equipe.webp") !important;
}


/* === NOVARE — Effets premium pôles / animation page === */

/* Entrée douce des cartes au scroll */
.pole-showcase-card{
  opacity:0;
  transform:translateY(46px) scale(.975);
  filter:blur(10px);
  transition:
    opacity .85s cubic-bezier(.16,1,.3,1),
    transform .85s cubic-bezier(.16,1,.3,1),
    filter .85s cubic-bezier(.16,1,.3,1),
    box-shadow .45s cubic-bezier(.16,1,.3,1);
  will-change:opacity, transform, filter;
}

.pole-showcase-card.is-visible{
  opacity:1;
  transform:translateY(0) scale(1);
  filter:blur(0);
}

.pole-showcase-card:nth-child(1){transition-delay:.05s}
.pole-showcase-card:nth-child(2){transition-delay:.14s}
.pole-showcase-card:nth-child(3){transition-delay:.23s}
.pole-showcase-card:nth-child(4){transition-delay:.32s}

/* Effet premium au survol */
.pole-showcase-card{
  isolation:isolate;
  transition:
    opacity .85s cubic-bezier(.16,1,.3,1),
    transform .55s cubic-bezier(.16,1,.3,1),
    filter .85s cubic-bezier(.16,1,.3,1),
    box-shadow .55s cubic-bezier(.16,1,.3,1);
}

.pole-showcase-card:hover{
  transform:translateY(-10px) scale(1.018);
  box-shadow:0 34px 80px rgba(0,0,0,.24);
}

/* Overlay plus propre : lisibilité sans tuer l'image */
.pole-showcase-card::before{
  background:
    linear-gradient(90deg, rgba(0,0,0,.58) 0%, rgba(0,0,0,.32) 52%, rgba(0,0,0,.16) 100%) !important;
  transition:opacity .45s ease, background .45s ease;
}

.pole-showcase-card:hover::before{
  background:
    linear-gradient(90deg, rgba(0,0,0,.48) 0%, rgba(0,0,0,.22) 52%, rgba(0,0,0,.08) 100%) !important;
}

/* Reflet lumineux diagonal */
.pole-showcase-card::after{
  content:"";
  position:absolute;
  inset:-40%;
  z-index:0;
  background:linear-gradient(
    120deg,
    transparent 0%,
    transparent 38%,
    rgba(255,255,255,.20) 48%,
    transparent 58%,
    transparent 100%
  );
  transform:translateX(-65%) rotate(8deg);
  opacity:0;
  transition:transform .85s cubic-bezier(.16,1,.3,1), opacity .45s ease;
  pointer-events:none;
}

.pole-showcase-card:hover::after{
  transform:translateX(65%) rotate(8deg);
  opacity:1;
}

/* Bordure premium animée */
.pole-showcase-card{
  border:1px solid rgba(255,255,255,.10);
}

.pole-showcase-card:hover{
  border-color:rgba(255,255,255,.28);
}

/* Badge plus vivant */
.pole-showcase-card .pole-number{
  transition:
    transform .45s cubic-bezier(.16,1,.3,1),
    box-shadow .45s cubic-bezier(.16,1,.3,1),
    background .45s cubic-bezier(.16,1,.3,1);
}

.pole-showcase-card:hover .pole-number{
  transform:translateY(-4px);
  box-shadow:0 14px 34px rgba(0,109,237,.36);
}

/* Texte : micro-mouvement propre */
.pole-showcase-card h3,
.pole-showcase-card p,
.pole-showcase-card strong{
  transition:transform .45s cubic-bezier(.16,1,.3,1), opacity .45s ease;
}

.pole-showcase-card:hover h3{
  transform:translateX(6px);
}

.pole-showcase-card:hover p{
  transform:translateX(6px);
  opacity:.96;
}

.pole-showcase-card:hover strong{
  transform:translateX(8px);
}

/* CTA avec underline animé */
.pole-showcase-card strong{
  position:relative;
  display:inline-flex;
  align-items:center;
  width:max-content;
}

.pole-showcase-card strong::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-8px;
  width:0;
  height:2px;
  background:#006DED;
  transition:width .42s cubic-bezier(.16,1,.3,1);
}

.pole-showcase-card:hover strong::after{
  width:100%;
}

/* Effet focus clavier propre */
.pole-showcase-card:focus-visible{
  outline:3px solid #006DED;
  outline-offset:6px;
}

/* Mobile : animations plus légères */
@media(max-width:900px){
  .pole-showcase-card:hover{
    transform:translateY(-5px) scale(1.006);
  }
  .pole-showcase-card:nth-child(1),
  .pole-showcase-card:nth-child(2),
  .pole-showcase-card:nth-child(3),
  .pole-showcase-card:nth-child(4){
    transition-delay:0s;
  }
}

@media(prefers-reduced-motion: reduce){
  .pole-showcase-card,
  .pole-showcase-card *,
  .pole-showcase-card::after{
    transition:none !important;
    animation:none !important;
    transform:none !important;
    filter:none !important;
    opacity:1 !important;
  }
}


/* === NOVARE — Animations globales hors header/footer === */

/* Révélation générale des sections */
main section:not(.site-header):not(.footer),
body > section:not(.hero):not(.footer),
.section:not(.footer){
  position:relative;
}

/* Cibles animées, hors header/footer */
body:not(.no-js) section:not(.footer) .container > *,
body:not(.no-js) section:not(.footer) h1,
body:not(.no-js) section:not(.footer) h2,
body:not(.no-js) section:not(.footer) h3,
body:not(.no-js) section:not(.footer) p,
body:not(.no-js) section:not(.footer) .btn,
body:not(.no-js) section:not(.footer) .visual-placeholder,
body:not(.no-js) section:not(.footer) .mini-card,
body:not(.no-js) section:not(.footer) .step,
body:not(.no-js) section:not(.footer) .featured-card,
body:not(.no-js) section:not(.footer) .side-card,
body:not(.no-js) section:not(.footer) .blog-cta-card{
  transition:
    opacity .8s cubic-bezier(.16,1,.3,1),
    transform .8s cubic-bezier(.16,1,.3,1),
    filter .8s cubic-bezier(.16,1,.3,1);
}

/* Classe JS d'entrée */
.novare-reveal{
  opacity:0;
  transform:translateY(36px) scale(.985);
  filter:blur(9px);
  will-change:opacity, transform, filter;
}

.novare-reveal.novare-visible{
  opacity:1;
  transform:translateY(0) scale(1);
  filter:blur(0);
}

/* Effet premium sur les blocs importants */
.section:not(.footer) .mini-card,
.section:not(.footer) .featured-card,
.section:not(.footer) .side-card,
.section:not(.footer) .blog-cta-card,
.section:not(.footer) .visual-placeholder{
  position:relative;
  overflow:hidden;
  transition:
    transform .45s cubic-bezier(.16,1,.3,1),
    box-shadow .45s cubic-bezier(.16,1,.3,1),
    filter .45s ease;
}

.section:not(.footer) .mini-card:hover,
.section:not(.footer) .featured-card:hover,
.section:not(.footer) .side-card:hover,
.section:not(.footer) .blog-cta-card:hover,
.section:not(.footer) .visual-placeholder:hover{
  transform:translateY(-8px) scale(1.01);
  box-shadow:0 30px 70px rgba(0,0,0,.18);
  filter:saturate(1.05);
}

/* Shine subtil hors footer/header */
.section:not(.footer) .mini-card::after,
.section:not(.footer) .featured-card::after,
.section:not(.footer) .side-card::after,
.section:not(.footer) .blog-cta-card::after,
.section:not(.footer) .visual-placeholder::after{
  content:"";
  position:absolute;
  inset:-45%;
  background:linear-gradient(120deg, transparent 0%, transparent 42%, rgba(255,255,255,.20) 50%, transparent 58%, transparent 100%);
  transform:translateX(-70%) rotate(8deg);
  opacity:0;
  transition:transform .85s cubic-bezier(.16,1,.3,1), opacity .45s ease;
  pointer-events:none;
}

.section:not(.footer) .mini-card:hover::after,
.section:not(.footer) .featured-card:hover::after,
.section:not(.footer) .side-card:hover::after,
.section:not(.footer) .blog-cta-card:hover::after,
.section:not(.footer) .visual-placeholder:hover::after{
  transform:translateX(70%) rotate(8deg);
  opacity:1;
}

/* Boutons plus premium hors header */
section:not(.footer):not(.site-header) .btn{
  position:relative;
  overflow:hidden;
}

section:not(.footer):not(.site-header) .btn::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(120deg, transparent, rgba(255,255,255,.35), transparent);
  transform:translateX(-120%);
  transition:transform .65s cubic-bezier(.16,1,.3,1);
}

section:not(.footer):not(.site-header) .btn:hover::after{
  transform:translateX(120%);
}

/* Titres : légère montée en puissance */
section:not(.footer) h1,
section:not(.footer) h2{
  text-wrap:balance;
}

/* Méthode : effet ligne énergétique */
.methods .step{
  position:relative;
}

.methods .step::before{
  content:"";
  position:absolute;
  left:0;
  top:-22px;
  width:0;
  height:2px;
  background:#006DED;
  transition:width .75s cubic-bezier(.16,1,.3,1);
}

.methods .step.novare-visible::before{
  width:58px;
}

/* Blog : image zoom au hover */
.featured-card .featured-image{
  transition:transform .65s cubic-bezier(.16,1,.3,1), filter .65s ease;
}

.featured-card:hover .featured-image{
  transform:scale(1.045);
  filter:saturate(1.08);
}

/* Hero : respiration visuelle légère, sans toucher au header */
.hero-content{
  animation:novareHeroFloat 7s ease-in-out infinite;
}

@keyframes novareHeroFloat{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-8px)}
}

/* Réduction mouvement */
@media(prefers-reduced-motion: reduce){
  .novare-reveal,
  .hero-content,
  section:not(.footer) *,
  section:not(.footer) *::before,
  section:not(.footer) *::after{
    animation:none !important;
    transition:none !important;
    transform:none !important;
    filter:none !important;
    opacity:1 !important;
  }
}


/* === NOVARE — Variations animations d'entrée === */

/* Fade Up */
.novare-fade-up{
  opacity:0;
  transform:translateY(42px);
  filter:blur(10px);
}

/* Fade Left */
.novare-fade-left{
  opacity:0;
  transform:translateX(-58px);
  filter:blur(10px);
}

/* Fade Right */
.novare-fade-right{
  opacity:0;
  transform:translateX(58px);
  filter:blur(10px);
}

/* Zoom */
.novare-zoom{
  opacity:0;
  transform:scale(.88);
  filter:blur(10px);
}

/* Rotate */
.novare-rotate{
  opacity:0;
  transform:perspective(1200px) rotateX(12deg) translateY(36px);
  filter:blur(10px);
  transform-origin:center top;
}

/* Blur Reveal */
.novare-blur{
  opacity:0;
  transform:translateY(18px) scale(.98);
  filter:blur(18px);
}

/* Visible state */
.novare-visible{
  opacity:1 !important;
  transform:none !important;
  filter:blur(0) !important;
}

/* Timing */
.novare-fade-up,
.novare-fade-left,
.novare-fade-right,
.novare-zoom,
.novare-rotate,
.novare-blur{
  transition:
    opacity .9s cubic-bezier(.16,1,.3,1),
    transform .9s cubic-bezier(.16,1,.3,1),
    filter .9s cubic-bezier(.16,1,.3,1);
  will-change:opacity, transform, filter;
}



/* =========================================================
   NOVΛRE — Page Nos pôles sans animations
   Conservés : boutons, header, footer.
   Blocs pôles restaurés à leur emplacement initial.
   ========================================================= */

/* Neutralise les animations/reveals sans masquer les éléments */
.reveal-ready,
.reveal-in,
.poles-reveal,
.poles-reveal.in,
.hero-content > *,
.ticker-track {
  opacity: 1 !important;
  visibility: visible !important;
  animation: none !important;
  transition: none !important;
  transform: none !important;
  filter: none !important;
  will-change: auto !important;
}

/* Pas d'animation de bandeau */
.ticker-track{
  animation:none !important;
  transform:none !important;
}

/* Les 4 blocs doivent rester visibles et à leur place */
.poles-grid,
.poles-cards,
.pole-grid,
.poles-list{
  opacity:1 !important;
  visibility:visible !important;
  transform:none !important;
  animation:none !important;
  transition:none !important;
}

.pole-card,
.pole-card *,
.pole-card::before,
.pole-card::after{
  opacity:1 !important;
  visibility:visible !important;
  animation:none !important;
  transition:none !important;
  transform:none !important;
  filter:none !important;
}

/* On supprime uniquement les effets hover hors boutons */
.pole-card:hover,
.mini-card:hover,
.featured-card:hover,
.side-card:hover,
.visual-placeholder:hover {
  transform:none !important;
  filter:none !important;
}

/* Sécurité : aucun display:none appliqué aux cartes */
.poles-grid .pole-card,
.pole-card{
  display:flex !important;
}



/* =========================================================
   FIX DEFINITIF — Cartes Nos pôles visibles sans animation
   ========================================================= */
body .poles-showcase,
body .poles-showcase .container,
body .poles-showcase-grid{
  display:grid !important;
  opacity:1 !important;
  visibility:visible !important;
  transform:none !important;
  animation:none !important;
  transition:none !important;
}

body .poles-showcase{
  display:flex !important;
}

body .poles-showcase-grid{
  grid-template-columns:1fr 1fr !important;
  gap:32px !important;
}

body .pole-showcase-card,
body .pole-showcase-card.is-visible{
  display:flex !important;
  opacity:1 !important;
  visibility:visible !important;
  transform:none !important;
  animation:none !important;
  transition:none !important;
  filter:none !important;
}

body .pole-showcase-card::before,
body .pole-showcase-card::after{
  opacity:1 !important;
  visibility:visible !important;
  animation:none !important;
  transition:none !important;
  transform:none !important;
}

body .pole-showcase-card:hover{
  transform:none !important;
  filter:none !important;
}

@media(max-width:900px){
  body .poles-showcase-grid{
    grid-template-columns:1fr !important;
  }
}


/* === Méthode NOVΛRE — intégrée avant CTA final === */
.novare-method-roi{padding:clamp(90px,9vw,145px) 0 !important;overflow:hidden;}
.method-roi-head{display:grid;grid-template-columns:.85fr 1.15fr;gap:44px;align-items:end;margin-bottom:50px;}
.method-roi-head h2{font-family:"Source Serif 4",serif;font-size:clamp(44px,5.5vw,84px);line-height:.92;letter-spacing:-.058em;margin:0;color:#fff;max-width:920px;}
.method-roi-head p{font-family:"Poppins",sans-serif;font-size:17px;line-height:1.75;color:rgba(255,255,255,.70);max-width:640px;margin:0;}
.method-roi-timeline{display:grid;grid-template-columns:repeat(6,minmax(170px,1fr));gap:14px;position:relative;}
.method-roi-timeline article{position:relative;min-height:300px;border-radius:26px;padding:26px;background:rgba(255,255,255,.075);border:1px solid rgba(255,255,255,.14);overflow:hidden;}
.method-roi-timeline article::after{content:"";position:absolute;right:-40px;top:-40px;width:110px;height:110px;border-radius:50%;background:rgba(0,109,237,.28);}
.method-roi-timeline span{display:inline-flex;width:42px;height:42px;border-radius:999px;background:#006DED;color:#fff;align-items:center;justify-content:center;font:800 12px/1 "Poppins",sans-serif;margin-bottom:46px;}
.method-roi-timeline h3{font-family:"Source Serif 4",serif;font-size:30px;line-height:1;letter-spacing:-.04em;color:#fff;margin:0 0 14px;}
.method-roi-timeline p{font-family:"Poppins",sans-serif;font-size:13px;line-height:1.65;color:rgba(255,255,255,.68);margin:0;}
@media(max-width:1180px){.method-roi-timeline{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.method-roi-head{grid-template-columns:1fr}.method-roi-timeline{grid-template-columns:1fr}.method-roi-timeline article{min-height:auto}.method-roi-timeline span{margin-bottom:28px}}
