.elementor-13 .elementor-element.elementor-element-b22666a{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:stretch;}.elementor-13 .elementor-element.elementor-element-04fd6f7{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:stretch;}.elementor-13 .elementor-element.elementor-element-1a5a528{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:stretch;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-13 .elementor-element.elementor-element-1a5a528.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-13 .elementor-element.elementor-element-9283b67{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:stretch;}.elementor-13 .elementor-element.elementor-element-e32b586{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:stretch;}.elementor-13 .elementor-element.elementor-element-6b4bb98{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:stretch;}.elementor-13 .elementor-element.elementor-element-dbd1a3c{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:stretch;}.elementor-13 .elementor-element.elementor-element-3cf26d8{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:stretch;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-b22666a *//* ============================================================
   BIZORA — Section 1 : Accueil / Hero
   Paste into: Elementor Section > Advanced > Custom CSS
   Target .elementor-13 .elementor-element.elementor-element-b22666a: .elementor-13 .elementor-element.elementor-element-b22666a (Elementor wraps your section)
   ============================================================ */


/* ------------------------------------------------------------
   SECTION WRAPPER
   ------------------------------------------------------------ */

#accueil.bz-hero {
  position: relative;
  background-color: #0F172A;
  overflow: hidden;
  margin-top: -100px;
  margin-left: -10px;
  margin-right: -10px;
  padding: 130px 24px 120px;
}


/* ------------------------------------------------------------
   BACKGROUND LAYERS
   ------------------------------------------------------------ */

/* Subtle dot grid — pure CSS, no image needed */
.bz-hero__bg-grid {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle, rgba(255,255,255,0.06) 1px, transparent 1px);
  background-size: 32px 32px;
  pointer-events: none;
  z-index: 0;
}

/* Soft radial glow — blue tint from center-right */
.bz-hero__bg-glow {
  position: absolute;
  top: -10%;
  right: -5%;
  width: 60%;
  height: 80%;
  background: radial-gradient(
    ellipse at 70% 30%,
    rgba(37, 99, 235, 0.18) 0%,
    rgba(56, 189, 248, 0.06) 45%,
    transparent 70%
  );
  pointer-events: none;
  z-index: 0;
}

/* Bottom fade: hero bleeds into next section cleanly */
.bz-hero__bottom-fade {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(to bottom, transparent, rgba(15,23,42,0.0));
  pointer-events: none;
  z-index: 0;
}


/* ------------------------------------------------------------
   CONTAINER — Two-column layout
   ------------------------------------------------------------ */

.bz-hero__container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}


/* ------------------------------------------------------------
   LEFT COLUMN — Content
   ------------------------------------------------------------ */

.bz-hero__content {
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* Label */
.bz-hero__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Manrope', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #38BDF8;
  margin-bottom: 20px;
}

.bz-hero__label-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #38BDF8;
  animation: bz-pulse 2s ease-in-out infinite;
  flex-shrink: 0;
}

@keyframes bz-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: 0.5; transform: scale(0.85); }
}

/* Headline */
.bz-hero__headline {
  font-family: 'Manrope', sans-serif;
  font-size: 62px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #FFFFFF;
  margin: 0 0 28px 0;
}

.bz-hero__headline-accent {
  color: #38BDF8;
  position: relative;
  display: inline-block;
}

/* Animated underline on the accent word */
.bz-hero__headline-accent::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(90deg, #2563EB, #38BDF8);
  transform-origin: left;
  animation: bz-underline-in 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1s both;
}

@keyframes bz-underline-in {
  from { transform: scaleX(0); opacity: 0; }
  to   { transform: scaleX(1); opacity: 1; }
}

/* Sub-headline */
.bz-hero__sub {
  font-family: 'Manrope', sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.65);
  margin: 0 0 40px 0;
  max-width: 480px;
}

/* CTA group */
.bz-hero__ctas {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 48px;
}

/* Primary CTA button */
.bz-hero__cta-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Manrope', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #FFFFFF;
  background-color: #2563EB;
  border-radius: 8px;
  padding: 14px 28px;
  text-decoration: none;
  border: 1.5px solid transparent;
  transition:
    background-color 220ms cubic-bezier(0.4,0,0.2,1),
    transform 220ms cubic-bezier(0.4,0,0.2,1),
    box-shadow 220ms cubic-bezier(0.4,0,0.2,1);
  box-shadow: 0 4px 16px rgba(37, 99, 235, 0.35);
}

.bz-hero__cta-primary:hover {
  background-color: #1D4ED8;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(37, 99, 235, 0.45);
  color: #FFFFFF;
}

.bz-hero__cta-arrow {
  transition: transform 220ms cubic-bezier(0.4,0,0.2,1);
}

.bz-hero__cta-primary:hover .bz-hero__cta-arrow {
  transform: translateX(4px);
}

/* Ghost CTA button */
.bz-hero__cta-ghost {
  display: inline-flex;
  align-items: center;
  font-family: 'Manrope', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
  background: transparent;
  border-radius: 8px;
  padding: 14px 24px;
  text-decoration: none;
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  transition:
    color 220ms cubic-bezier(0.4,0,0.2,1),
    border-color 220ms cubic-bezier(0.4,0,0.2,1),
    background-color 220ms cubic-bezier(0.4,0,0.2,1);
}

.bz-hero__cta-ghost:hover {
  color: #FFFFFF;
  border-color: rgba(255, 255, 255, 0.55);
  background-color: rgba(255, 255, 255, 0.06);
}

/* Trust bar */
.bz-hero__trust {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.bz-hero__trust-item {
  display: flex;
  align-items: center;
  gap: 7px;
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.55);
}

.bz-hero__trust-sep {
  display: inline-block;
  width: 1px;
  height: 14px;
  background-color: rgba(255, 255, 255, 0.15);
  flex-shrink: 0;
}


/* ------------------------------------------------------------
   RIGHT COLUMN — Dashboard Visual
   ------------------------------------------------------------ */

.bz-hero__visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}

/* Base card style */
.bz-hero__card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

/* Main dashboard card */
.bz-hero__card--main {
  width: 100%;
  max-width: 380px;
  padding: 28px;
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(255,255,255,0.06);
}

.bz-hero__card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.bz-hero__card-title {
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
}

.bz-hero__card-badge {
  font-family: 'Manrope', sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #38BDF8;
  background: rgba(56, 189, 248, 0.12);
  border: 1px solid rgba(56, 189, 248, 0.25);
  border-radius: 4px;
  padding: 3px 8px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.bz-hero__card-badge::before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #38BDF8;
  animation: bz-pulse 1.5s ease-in-out infinite;
}

/* Chart */
.bz-hero__chart {
  margin-bottom: 24px;
}

.bz-hero__chart-bars {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  height: 100px;
  margin-bottom: 8px;
}

.bz-hero__bar {
  flex: 1;
  height: var(--h, 50%);
  background: rgba(37, 99, 235, 0.35);
  border-radius: 4px 4px 0 0;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  transition: background-color 220ms ease;
  animation: bz-bar-in 0.6s cubic-bezier(0.4, 0, 0.2, 1) both;
}

.bz-hero__bar:nth-child(1) { animation-delay: 0.8s; }
.bz-hero__bar:nth-child(2) { animation-delay: 0.9s; }
.bz-hero__bar:nth-child(3) { animation-delay: 1.0s; }
.bz-hero__bar:nth-child(4) { animation-delay: 1.1s; }
.bz-hero__bar:nth-child(5) { animation-delay: 1.2s; }
.bz-hero__bar:nth-child(6) { animation-delay: 1.3s; }

@keyframes bz-bar-in {
  from { transform: scaleY(0); transform-origin: bottom; opacity: 0; }
  to   { transform: scaleY(1); transform-origin: bottom; opacity: 1; }
}

.bz-hero__bar--active {
  background: rgba(37, 99, 235, 0.65);
}

.bz-hero__bar--accent {
  background: linear-gradient(180deg, #38BDF8 0%, #2563EB 100%);
  opacity: 0.85;
}

.bz-hero__bar-label {
  position: absolute;
  bottom: -20px;
  font-family: 'Manrope', sans-serif;
  font-size: 10px;
  font-weight: 500;
  color: rgba(255,255,255,0.4);
  white-space: nowrap;
}

.bz-hero__chart-label {
  font-family: 'Manrope', sans-serif;
  font-size: 11px;
  color: rgba(255,255,255,0.35);
  margin-top: 28px;
  text-align: center;
}

/* Card stat row */
.bz-hero__card-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 18px;
}

.bz-hero__card-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  text-align: center;
}

.bz-hero__card-stat-value {
  font-family: 'Manrope', sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: #FFFFFF;
  letter-spacing: -0.02em;
}

.bz-hero__card-stat-key {
  font-family: 'Manrope', sans-serif;
  font-size: 10px;
  font-weight: 500;
  color: rgba(255,255,255,0.4);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}


/* Floating mini cards */
.bz-hero__card--float {
  position: absolute;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 200px;
  box-shadow:
    0 8px 32px rgba(0,0,0,0.35),
    0 0 0 1px rgba(255,255,255,0.06);
  animation: bz-float 4s ease-in-out infinite;
}

.bz-hero__card--float-top {
  top: -16px;
  right: -24px;
  animation-delay: 0s;
}

.bz-hero__card--float-bottom {
  bottom: -16px;
  left: -24px;
  animation-delay: 2s;
}

@keyframes bz-float {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-6px); }
}

.bz-hero__mini-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: rgba(37, 99, 235, 0.15);
  border: 1px solid rgba(37, 99, 235, 0.25);
  flex-shrink: 0;
}

.bz-hero__mini-title {
  font-family: 'Manrope', sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: rgba(255,255,255,0.9);
  margin-bottom: 2px;
}

.bz-hero__mini-sub {
  font-family: 'Manrope', sans-serif;
  font-size: 11px;
  font-weight: 400;
  color: rgba(255,255,255,0.45);
}

.bz-hero__mini-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-left: auto;
}

.bz-hero__mini-dot--green {
  background-color: #22C55E;
  box-shadow: 0 0 6px rgba(34, 197, 94, 0.5);
}

.bz-hero__mini-dot--blue {
  background-color: #38BDF8;
  box-shadow: 0 0 6px rgba(56, 189, 248, 0.5);
}


/* ------------------------------------------------------------
   ENTRANCE ANIMATIONS (staggered fade-up)
   ------------------------------------------------------------ */

.bz-animate {
  opacity: 0;
  transform: translateY(24px);
  animation: bz-fade-up 0.65s cubic-bezier(0.4, 0, 0.2, 1) both;
}

.bz-animate--1 { animation-delay: 0.1s; }
.bz-animate--2 { animation-delay: 0.25s; }
.bz-animate--3 { animation-delay: 0.4s; }
.bz-animate--4 { animation-delay: 0.55s; }
.bz-animate--5 { animation-delay: 0.7s; }

@keyframes bz-fade-up {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* ------------------------------------------------------------
   RESPONSIVE — Tablet (≤ 1024px)
   ------------------------------------------------------------ */

@media (max-width: 1024px) {

  #accueil.bz-hero {
    padding: 100px 24px 96px;
  }

  .bz-hero__container {
    grid-template-columns: 1fr;
    gap: 64px;
  }

  .bz-hero__headline {
    font-size: 50px;
  }

  .bz-hero__visual {
    justify-content: center;
  }

  .bz-hero__card--main {
    max-width: 420px;
  }

  .bz-hero__card--float-top {
    top: -12px;
    right: 0;
  }

  .bz-hero__card--float-bottom {
    bottom: -12px;
    left: 0;
  }
}


/* ------------------------------------------------------------
   RESPONSIVE — Mobile (≤ 768px)
   ------------------------------------------------------------ */

@media (max-width: 768px) {

  #accueil.bz-hero {
    padding: 80px 20px 80px;
  }

  .bz-hero__headline {
    font-size: 38px;
    letter-spacing: -0.02em;
  }

  .bz-hero__sub {
    font-size: 16px;
  }

  .bz-hero__ctas {
    flex-direction: column;
    align-items: stretch;
  }

  .bz-hero__cta-primary,
  .bz-hero__cta-ghost {
    text-align: center;
    justify-content: center;
  }

  .bz-hero__trust {
    gap: 12px;
  }

  .bz-hero__trust-sep {
    display: none;
  }

  /* Hide floating mini cards on mobile for cleanliness */
  .bz-hero__card--float {
    display: none;
  }

  .bz-hero__card--main {
    max-width: 100%;
    padding: 22px 18px;
  }

  .bz-hero__chart-bars {
    height: 80px;
  }
}


/* ============================================================
   END: Bizora Hero Section CSS
   ============================================================ *//* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-04fd6f7 *//* ============================================================
   BIZORA — Section 2 : Nos Services
   Paste into: Elementor Section > Advanced > Custom CSS
   ============================================================ */


/* ------------------------------------------------------------
   SECTION WRAPPER
   ------------------------------------------------------------ */

#services.bz-services {
  background-color: #FFFFFF;
  padding: 0px 24px 80px;
}


/* ------------------------------------------------------------
   CONTAINER
   ------------------------------------------------------------ */

.bz-services__container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
}


/* ------------------------------------------------------------
   SECTION HEADER
   ------------------------------------------------------------ */

.bz-services__header {
  text-align: center;
  max-width: 680px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

/* Label with flanking lines */
.bz-services__label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: 'Manrope', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #2563EB;
}

.bz-services__label-line {
  display: inline-block;
  width: 32px;
  height: 1.5px;
  background-color: #2563EB;
  opacity: 0.4;
  border-radius: 2px;
}

/* Headline */
.bz-services__headline {
  font-family: 'Manrope', sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #0F172A;
  margin: 0;
}

/* Intro paragraph */
.bz-services__intro {
  font-family: 'Manrope', sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.75;
  color: #334155;
  margin: 0;
}


/* ------------------------------------------------------------
   CARDS GRID
   ------------------------------------------------------------ */

.bz-services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  width: 100%;
  align-items: start;
}


/* ------------------------------------------------------------
   SERVICE CARD — Base
   ------------------------------------------------------------ */

.bz-services__card {
  background-color: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-top: 3px solid #E2E8F0;
  border-radius: 10px;
  padding: 32px 28px 28px;
  display: flex;
  flex-direction: column;
  gap: 0;
  transition:
    box-shadow 240ms cubic-bezier(0.4, 0, 0.2, 1),
    transform 240ms cubic-bezier(0.4, 0, 0.2, 1),
    border-top-color 240ms cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 1px 4px rgba(15, 23, 42, 0.05);
  position: relative;
}

.bz-services__card:hover {
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.10);
  transform: translateY(-4px);
}

/* Individual accent colors on top border per card */
.bz-services__card--1 {
  border-top-color: #2563EB;
}
.bz-services__card--1:hover {
  border-top-color: #2563EB;
}

.bz-services__card--2 {
  border-top-color: #2563EB;
}

.bz-services__card--3 {
  border-top-color: #38BDF8;
}
.bz-services__card--3:hover {
  border-top-color: #38BDF8;
}


/* ------------------------------------------------------------
   FEATURED CARD (Card 2 — Fiscalité)
   ------------------------------------------------------------ */

.bz-services__card--featured {
  background-color: #0F172A;
  border-color: #1E293B;
  border-top-color: #38BDF8;
  box-shadow: 0 8px 32px rgba(15, 23, 42, 0.2);
}

.bz-services__card--featured:hover {
  box-shadow: 0 16px 48px rgba(15, 23, 42, 0.30);
  transform: translateY(-6px);
  border-top-color: #38BDF8;
}

/* Featured card text overrides */
.bz-services__card--featured .bz-services__card-title {
  color: #FFFFFF;
}

.bz-services__card--featured .bz-services__card-desc {
  color: rgba(255, 255, 255, 0.65);
}

.bz-services__card--featured .bz-services__list li {
  color: rgba(255, 255, 255, 0.7);
  border-bottom-color: rgba(255, 255, 255, 0.07);
}

.bz-services__card--featured .bz-services__list li::before {
  background-color: #38BDF8;
}

.bz-services__card--featured .bz-services__number {
  color: rgba(255, 255, 255, 0.15);
}

.bz-services__card--featured .bz-services__icon-wrap {
  background-color: rgba(56, 189, 248, 0.12);
  border-color: rgba(56, 189, 248, 0.25);
  color: #38BDF8;
}

.bz-services__card--featured .bz-services__card-link {
  color: #38BDF8;
  border-top-color: rgba(255, 255, 255, 0.08);
}

.bz-services__card--featured .bz-services__card-link:hover {
  color: #FFFFFF;
}

/* Featured badge */
.bz-services__featured-badge {
  display: inline-flex;
  align-items: center;
  font-family: 'Manrope', sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #38BDF8;
  background: rgba(56, 189, 248, 0.1);
  border: 1px solid rgba(56, 189, 248, 0.2);
  border-radius: 4px;
  padding: 3px 9px;
  margin-bottom: 10px;
  width: fit-content;
}


/* ------------------------------------------------------------
   CARD TOP ROW (icon + number)
   ------------------------------------------------------------ */

.bz-services__card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 20px;
}

/* Icon wrapper */
.bz-services__icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background-color: #EFF6FF;
  border: 1px solid rgba(37, 99, 235, 0.12);
  color: #2563EB;
  flex-shrink: 0;
  transition:
    background-color 240ms cubic-bezier(0.4, 0, 0.2, 1),
    border-color 240ms cubic-bezier(0.4, 0, 0.2, 1),
    color 240ms cubic-bezier(0.4, 0, 0.2, 1);
}

.bz-services__card:hover .bz-services__icon-wrap {
  background-color: #2563EB;
  border-color: #2563EB;
  color: #FFFFFF;
}

.bz-services__card--featured:hover .bz-services__icon-wrap {
  background-color: rgba(56, 189, 248, 0.22);
  border-color: rgba(56, 189, 248, 0.4);
  color: #38BDF8;
}

/* Card number */
.bz-services__number {
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #CBD5E1;
  line-height: 1;
  padding-top: 4px;
}


/* ------------------------------------------------------------
   CARD CONTENT
   ------------------------------------------------------------ */

.bz-services__card-title {
  font-family: 'Manrope', sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #0F172A;
  margin: 0 0 12px 0;
  line-height: 1.25;
}

.bz-services__card-desc {
  font-family: 'Manrope', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  color: #334155;
  margin: 0 0 20px 0;
}


/* ------------------------------------------------------------
   SERVICE LIST
   ------------------------------------------------------------ */

.bz-services__list {
  list-style: none;
  padding: 0;
  margin: 0 0 28px 0;
  display: flex;
  flex-direction: column;
}

.bz-services__list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Manrope', sans-serif;
  font-size: 13.5px;
  font-weight: 500;
  color: #334155;
  padding: 9px 0;
  border-bottom: 1px solid #F1F5F9;
  line-height: 1.4;
  transition: color 200ms ease;
}

.bz-services__list li:last-child {
  border-bottom: none;
}

/* Checkmark bullet */
.bz-services__list li::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #2563EB;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10' fill='none'%3E%3Cpath d='M2 5l2.5 2.5L8 2.5' stroke='white' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 9px;
  flex-shrink: 0;
}

.bz-services__card:hover .bz-services__list li {
  color: #0F172A;
}


/* ------------------------------------------------------------
   CARD LINK (bottom)
   ------------------------------------------------------------ */

.bz-services__card-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Manrope', sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  color: #2563EB;
  text-decoration: none;
  padding-top: 20px;
  border-top: 1px solid #F1F5F9;
  margin-top: auto;
  width: 100%;
  transition: color 200ms ease, gap 200ms ease;
}

.bz-services__card-link svg {
  transition: transform 200ms cubic-bezier(0.4, 0, 0.2, 1);
}

.bz-services__card-link:hover {
  color: #1D4ED8;
  gap: 10px;
}

.bz-services__card-link:hover svg {
  transform: translateX(3px);
}


/* ------------------------------------------------------------
   SECTION FOOTER TEASER
   ------------------------------------------------------------ */

.bz-services__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding-top: 12px;
}

.bz-services__footer-text {
  font-family: 'Manrope', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #64748B;
  margin: 0;
  text-align: center;
}

.bz-services__footer-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #2563EB;
  text-decoration: none;
  transition: gap 200ms ease, color 200ms ease;
}

.bz-services__footer-link svg {
  transition: transform 200ms cubic-bezier(0.4, 0, 0.2, 1);
}

.bz-services__footer-link:hover {
  color: #1D4ED8;
  gap: 10px;
}

.bz-services__footer-link:hover svg {
  transform: translateY(3px);
}


/* ------------------------------------------------------------
   RESPONSIVE — Tablet (≤ 1024px)
   ------------------------------------------------------------ */

@media (max-width: 1024px) {

  #services.bz-services {
    padding: 80px 24px 70px;
  }

  .bz-services__container {
    gap: 52px;
  }

  .bz-services__headline {
    font-size: 30px;
  }

  .bz-services__grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  /* Featured card spans full width on tablet */
  .bz-services__card--2 {
    grid-column: 1 / -1;
    max-width: 560px;
    margin: 0 auto;
    width: 100%;
  }
}


/* ------------------------------------------------------------
   RESPONSIVE — Mobile (≤ 768px)
   ------------------------------------------------------------ */

@media (max-width: 768px) {

  #services.bz-services {
    padding: 64px 20px 56px;
  }

  .bz-services__container {
    gap: 40px;
  }

  .bz-services__headline {
    font-size: 26px;
  }

  .bz-services__intro {
    font-size: 15px;
  }

  .bz-services__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .bz-services__card--2 {
    grid-column: auto;
    max-width: 100%;
  }

  .bz-services__card {
    padding: 24px 22px 22px;
  }

  .bz-services__card-title {
    font-size: 18px;
  }

  .bz-services__card-desc {
    font-size: 14px;
  }
}


/* ============================================================
   END: Bizora Nos Services CSS
   ============================================================ *//* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-1a5a528 *//* ============================================================
   BIZORA — Section 3 : Pourquoi Bizora
   Paste into: Elementor Section > Advanced > Custom CSS
   ============================================================ */


/* ------------------------------------------------------------
   SECTION WRAPPER
   ------------------------------------------------------------ */

#pourquoi.bz-why {
  background-color: #F1F5F9;
  padding: 100px 24px 0;
  /* No bottom padding — stats bar sits flush at the bottom */
}


/* ------------------------------------------------------------
   CONTAINER
   ------------------------------------------------------------ */

.bz-why__container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 72px;
}


/* ------------------------------------------------------------
   TOP: TWO-COLUMN LAYOUT
   ------------------------------------------------------------ */

.bz-why__top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}


/* ------------------------------------------------------------
   LEFT COLUMN
   ------------------------------------------------------------ */

.bz-why__left {
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* Label */
.bz-why__label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Manrope', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #2563EB;
  margin-bottom: 20px;
}

.bz-why__label-line {
  display: inline-block;
  width: 28px;
  height: 1.5px;
  background-color: #2563EB;
  opacity: 0.4;
  border-radius: 2px;
}

/* Headline */
.bz-why__headline {
  font-family: 'Manrope', sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #0F172A;
  margin: 0 0 22px;
}

.bz-why__headline-em {
  color: #2563EB;
  display: block;
}

/* Intro paragraph */
.bz-why__intro {
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #334155;
  margin: 0 0 32px;
}


/* ------------------------------------------------------------
   DIFFERENTIATOR CALLOUT BLOCK
   ------------------------------------------------------------ */

.bz-why__callout {
  display: flex;
  gap: 0;
  background-color: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-left: none;
  border-radius: 0 10px 10px 0;
  overflow: hidden;
  margin-bottom: 24px;
  box-shadow: 0 2px 12px rgba(15, 23, 42, 0.06);
}

.bz-why__callout-accent {
  width: 4px;
  flex-shrink: 0;
  background: linear-gradient(180deg, #2563EB 0%, #38BDF8 100%);
  border-radius: 0;
}

.bz-why__callout-body {
  padding: 20px 22px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.bz-why__callout-label {
  font-family: 'Manrope', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #2563EB;
}

.bz-why__callout-text {
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
  color: #334155;
  margin: 0;
}

.bz-why__callout-text strong {
  color: #0F172A;
  font-weight: 600;
}


/* ------------------------------------------------------------
   LOCAL ANCHOR STATEMENT
   ------------------------------------------------------------ */

.bz-why__local {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px 18px;
  background-color: #EFF6FF;
  border: 1px solid rgba(37, 99, 235, 0.12);
  border-radius: 8px;
}

.bz-why__local-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background-color: #DBEAFE;
  flex-shrink: 0;
}

.bz-why__local-text {
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  color: #334155;
  margin: 0;
  padding-top: 8px;
}

.bz-why__local-text strong {
  color: #1D4ED8;
  font-weight: 700;
}


/* ------------------------------------------------------------
   RIGHT COLUMN — 2×2 Cards Grid
   ------------------------------------------------------------ */

.bz-why__right {
  display: flex;
  align-items: flex-start;
}

.bz-why__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  width: 100%;
}

/* Individual why card */
.bz-why__card {
  background-color: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 10px;
  padding: 24px 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition:
    box-shadow 240ms cubic-bezier(0.4, 0, 0.2, 1),
    transform 240ms cubic-bezier(0.4, 0, 0.2, 1),
    border-color 240ms cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 1px 4px rgba(15, 23, 42, 0.05);
}

.bz-why__card:hover {
  box-shadow: 0 6px 24px rgba(15, 23, 42, 0.09);
  transform: translateY(-3px);
  border-color: #CBD5E1;
}

/* Icon wrapper */
.bz-why__card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background-color: #EFF6FF;
  border: 1px solid rgba(37, 99, 235, 0.1);
  color: #2563EB;
  flex-shrink: 0;
  transition:
    background-color 240ms ease,
    color 240ms ease,
    border-color 240ms ease;
}

.bz-why__card:hover .bz-why__card-icon {
  background-color: #2563EB;
  border-color: #2563EB;
  color: #FFFFFF;
}

/* Card title */
.bz-why__card-title {
  font-family: 'Manrope', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #0F172A;
  margin: 0;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

/* Card description */
.bz-why__card-desc {
  font-family: 'Manrope', sans-serif;
  font-size: 13.5px;
  font-weight: 400;
  line-height: 1.7;
  color: #475569;
  margin: 0;
}


/* ------------------------------------------------------------
   STATS BAR (bottom, full-width on section)
   ------------------------------------------------------------ */

.bz-why__stats {
  background-color: #0F172A;
  border-radius: 12px 12px 0 0;
  padding: 44px 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  /* Negative horizontal margin to bleed edge to edge within container */
  margin-left: 0;
  margin-right: 0;
}

/* Individual stat */
.bz-why__stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
  flex: 1;
}

/* Stat value */
.bz-why__stat-value {
  font-family: 'Manrope', sans-serif;
  font-size: 44px;
  font-weight: 800;
  color: #FFFFFF;
  letter-spacing: -0.03em;
  line-height: 1;
  display: flex;
  align-items: flex-start;
  gap: 2px;
}

/* Superscript suffix (+, %, etc.) */
.bz-why__stat-sup {
  font-size: 20px;
  font-weight: 700;
  color: #38BDF8;
  margin-top: 6px;
  letter-spacing: 0;
}

/* Stat label */
.bz-why__stat-label {
  font-family: 'Manrope', sans-serif;
  font-size: 12.5px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.01em;
  line-height: 1.45;
  max-width: 140px;
}

/* Vertical separator */
.bz-why__stat-sep {
  display: inline-block;
  width: 1px;
  height: 48px;
  background-color: rgba(255, 255, 255, 0.1);
  flex-shrink: 0;
}


/* ------------------------------------------------------------
   RESPONSIVE — Tablet (≤ 1024px)
   ------------------------------------------------------------ */

@media (max-width: 1024px) {

  #pourquoi.bz-why {
    padding: 80px 24px 0;
  }

  .bz-why__top {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .bz-why__headline {
    font-size: 32px;
  }

  .bz-why__cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .bz-why__stats {
    padding: 36px 32px;
    flex-wrap: wrap;
    gap: 32px;
    border-radius: 12px 12px 0 0;
  }

  .bz-why__stat {
    min-width: calc(50% - 16px);
  }

  .bz-why__stat-sep {
    display: none;
  }
}


/* ------------------------------------------------------------
   RESPONSIVE — Mobile (≤ 768px)
   ------------------------------------------------------------ */

@media (max-width: 768px) {

  #pourquoi.bz-why {
    padding: 64px 20px 0;
  }

  .bz-why__container {
    gap: 48px;
  }

  .bz-why__headline {
    font-size: 27px;
  }

  .bz-why__intro {
    font-size: 15px;
  }

  .bz-why__cards {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .bz-why__stats {
    padding: 32px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
    border-radius: 12px 12px 0 0;
  }

  .bz-why__stat {
    align-items: flex-start;
    text-align: left;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    width: 100%;
  }

  .bz-why__stat-value {
    font-size: 34px;
    min-width: 80px;
  }

  .bz-why__stat-label {
    max-width: none;
    text-align: left;
  }

  .bz-why__stat-sep {
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.08);
  }
}


/* ============================================================
   END: Bizora Pourquoi Bizora CSS
   ============================================================ *//* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-9283b67 *//* ============================================================
   BIZORA — Section 4 : Notre Offre
   Paste into: Elementor Section > Advanced > Custom CSS
   ============================================================ */


/* ------------------------------------------------------------
   SECTION WRAPPER
   ------------------------------------------------------------ */

#offre.bz-offre {
  background-color: #FFFFFF;
  padding: 100px 24px 100px;
}


/* ------------------------------------------------------------
   CONTAINER
   ------------------------------------------------------------ */

.bz-offre__container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 60px;
}


/* ------------------------------------------------------------
   SECTION HEADER
   ------------------------------------------------------------ */

.bz-offre__header {
  text-align: center;
  max-width: 660px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.bz-offre__label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: 'Manrope', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #2563EB;
}

.bz-offre__label-line {
  display: inline-block;
  width: 32px;
  height: 1.5px;
  background-color: #2563EB;
  opacity: 0.4;
  border-radius: 2px;
}

.bz-offre__headline {
  font-family: 'Manrope', sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #0F172A;
  margin: 0;
}

.bz-offre__intro {
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #334155;
  margin: 0;
}


/* ------------------------------------------------------------
   RADIO INPUTS — Hidden, control tab state
   ------------------------------------------------------------ */

.bz-offre__radio {
  display: none;
  position: absolute;
  opacity: 0;
  pointer-events: none;
}


/* ------------------------------------------------------------
   TAB SWITCHER BAR
   ------------------------------------------------------------ */

.bz-offre__tabs {
  display: flex;
  align-items: stretch;
  gap: 0;
  background-color: #F1F5F9;
  border: 1px solid #E2E8F0;
  border-radius: 10px;
  padding: 5px;
  margin-bottom: 32px;
}

.bz-offre__tab {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #64748B;
  padding: 13px 20px;
  border-radius: 7px;
  cursor: pointer;
  transition:
    background-color 200ms cubic-bezier(0.4, 0, 0.2, 1),
    color 200ms cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1);
  user-select: none;
  text-align: center;
  line-height: 1.3;
}

.bz-offre__tab:hover {
  color: #0F172A;
  background-color: rgba(255, 255, 255, 0.6);
}

.bz-offre__tab-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: color 200ms ease;
}

/* Active tab states — driven by checked radio siblings */
#bz-tab-compta:checked ~ .bz-offre__tabs label[for="bz-tab-compta"],
#bz-tab-fisc:checked   ~ .bz-offre__tabs label[for="bz-tab-fisc"],
#bz-tab-tech:checked   ~ .bz-offre__tabs label[for="bz-tab-tech"] {
  background-color: #0F172A;
  color: #FFFFFF;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.18);
}

#bz-tab-compta:checked ~ .bz-offre__tabs label[for="bz-tab-compta"] .bz-offre__tab-icon,
#bz-tab-fisc:checked   ~ .bz-offre__tabs label[for="bz-tab-fisc"]   .bz-offre__tab-icon,
#bz-tab-tech:checked   ~ .bz-offre__tabs label[for="bz-tab-tech"]   .bz-offre__tab-icon {
  color: #38BDF8;
}


/* ------------------------------------------------------------
   PANELS — Show/hide via CSS sibling .elementor-13 .elementor-element.elementor-element-9283b67s
   ------------------------------------------------------------ */

.bz-offre__panels {
  width: 100%;
}

/* All panels hidden by default */
.bz-offre__panel {
  display: none;
}

/* Show panel when its corresponding radio is checked */
#bz-tab-compta:checked ~ .bz-offre__panels #bz-panel-compta,
#bz-tab-fisc:checked   ~ .bz-offre__panels #bz-panel-fisc,
#bz-tab-tech:checked   ~ .bz-offre__panels #bz-panel-tech {
  display: block;
  animation: bz-panel-in 0.3s cubic-bezier(0.4, 0, 0.2, 1) both;
}

@keyframes bz-panel-in {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Panel inner: two-column layout */
.bz-offre__panel-inner {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 48px;
  align-items: start;
}


/* ------------------------------------------------------------
   LEFT — Detail column
   ------------------------------------------------------------ */

.bz-offre__detail {
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* Pole tag */
.bz-offre__detail-tag {
  display: inline-flex;
  font-family: 'Manrope', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #2563EB;
  margin-bottom: 12px;
}

/* Panel headline */
.bz-offre__detail-title {
  font-family: 'Manrope', sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.015em;
  color: #0F172A;
  margin: 0 0 14px;
}

/* Panel description */
.bz-offre__detail-desc {
  font-family: 'Manrope', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  color: #334155;
  margin: 0 0 28px;
}

/* Service items list */
.bz-offre__items {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.bz-offre__item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid #F1F5F9;
  transition: background-color 180ms ease;
}

.bz-offre__item:first-child {
  border-top: 1px solid #F1F5F9;
}

/* Item icon */
.bz-offre__item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #EFF6FF;
  color: #2563EB;
  flex-shrink: 0;
  margin-top: 1px;
  transition: background-color 200ms ease, color 200ms ease;
}

.bz-offre__item:hover .bz-offre__item-icon {
  background-color: #2563EB;
  color: #FFFFFF;
}

/* Item title */
.bz-offre__item-title {
  font-family: 'Manrope', sans-serif;
  font-size: 14.5px;
  font-weight: 600;
  color: #0F172A;
  margin-bottom: 4px;
  line-height: 1.3;
}

/* Item description */
.bz-offre__item-desc {
  font-family: 'Manrope', sans-serif;
  font-size: 13.5px;
  font-weight: 400;
  color: #475569;
  line-height: 1.65;
}


/* ------------------------------------------------------------
   RIGHT — Outcome card
   ------------------------------------------------------------ */

.bz-offre__card {
  background-color: #0F172A;
  border-radius: 12px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 0;
  position: sticky;
  top: 100px;
  box-shadow: 0 8px 32px rgba(15, 23, 42, 0.18);
}

.bz-offre__card-header {
  margin-bottom: 20px;
}

.bz-offre__card-badge {
  display: inline-flex;
  align-items: center;
  font-family: 'Manrope', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #38BDF8;
  background: rgba(56, 189, 248, 0.1);
  border: 1px solid rgba(56, 189, 248, 0.2);
  border-radius: 4px;
  padding: 4px 10px;
}

/* Outcome list */
.bz-offre__card-outcomes {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.bz-offre__card-outcomes li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
  padding: 11px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  line-height: 1.4;
}

.bz-offre__card-outcomes li:last-child {
  border-bottom: none;
}

.bz-offre__outcome-icon {
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #38BDF8;
  flex-shrink: 0;
  margin-top: 1px;
}

/* Divider */
.bz-offre__card-divider {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.08);
  margin: 0 0 20px;
}

/* Ideal for block */
.bz-offre__card-ideal {
  margin-bottom: 24px;
}

.bz-offre__card-ideal-label {
  display: block;
  font-family: 'Manrope', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
  margin-bottom: 8px;
}

.bz-offre__card-ideal p {
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.55);
  margin: 0;
}

/* Card CTA button */
.bz-offre__card-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #FFFFFF;
  background-color: #2563EB;
  border-radius: 8px;
  padding: 13px 22px;
  text-decoration: none;
  border: none;
  transition:
    background-color 200ms ease,
    transform 200ms ease,
    box-shadow 200ms ease;
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.35);
}

.bz-offre__card-cta svg {
  transition: transform 200ms cubic-bezier(0.4, 0, 0.2, 1);
}

.bz-offre__card-cta:hover {
  background-color: #1D4ED8;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(37, 99, 235, 0.45);
  color: #FFFFFF;
}

.bz-offre__card-cta:hover svg {
  transform: translateX(3px);
}


/* ------------------------------------------------------------
   RESPONSIVE — Tablet (≤ 1024px)
   ------------------------------------------------------------ */

@media (max-width: 1024px) {

  #offre.bz-offre {
    padding: 80px 24px 80px;
  }

  .bz-offre__headline {
    font-size: 30px;
  }

  .bz-offre__tabs {
    flex-direction: column;
    gap: 4px;
  }

  .bz-offre__tab {
    justify-content: flex-start;
    padding: 12px 16px;
  }

  .bz-offre__panel-inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .bz-offre__card {
    position: static;
  }
}


/* ------------------------------------------------------------
   RESPONSIVE — Mobile (≤ 768px)
   ------------------------------------------------------------ */

@media (max-width: 768px) {

  #offre.bz-offre {
    padding: 64px 20px 64px;
  }

  .bz-offre__container {
    gap: 40px;
  }

  .bz-offre__headline {
    font-size: 25px;
  }

  .bz-offre__intro {
    font-size: 14px;
  }

  .bz-offre__tabs {
    padding: 4px;
  }

  .bz-offre__tab {
    font-size: 13px;
    padding: 11px 14px;
    gap: 8px;
  }

  .bz-offre__detail-title {
    font-size: 21px;
  }

  .bz-offre__item {
    gap: 12px;
  }

  .bz-offre__card {
    padding: 22px 18px;
  }
}


/* ============================================================
   END: Bizora Notre Offre CSS
   ============================================================ *//* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-e32b586 *//* ============================================================
   BIZORA — Section 5 : Notre Approche
   Paste into: Elementor Section > Advanced > Custom CSS
   ============================================================ */


/* ------------------------------------------------------------
   SECTION WRAPPER
   ------------------------------------------------------------ */

#approche.bz-approche {
  position: relative;
  background-color: #0F172A;
  padding: 100px 24px 0;
  overflow: hidden;
  /* No bottom padding — callout strip sits flush at bottom */
}


/* ------------------------------------------------------------
   BACKGROUND GRID
   ------------------------------------------------------------ */

.bz-approche__bg-grid {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.04) 1px,
    transparent 1px
  );
  background-size: 32px 32px;
  pointer-events: none;
  z-index: 0;
  margin-left: -10px;
  margin-right: -10px;
}


/* ------------------------------------------------------------
   CONTAINER
   ------------------------------------------------------------ */

.bz-approche__container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 64px;
}


/* ------------------------------------------------------------
   SECTION HEADER
   ------------------------------------------------------------ */

.bz-approche__header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

/* Label */
.bz-approche__label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: 'Manrope', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #38BDF8;
}

.bz-approche__label-line {
  display: inline-block;
  width: 32px;
  height: 1.5px;
  background-color: #38BDF8;
  opacity: 0.4;
  border-radius: 2px;
}

/* Headline */
.bz-approche__headline {
  font-family: 'Manrope', sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  margin: 0;
}

.bz-approche__headline-em {
  color: #38BDF8;
  display: block;
}

/* Intro */
.bz-approche__intro {
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}


/* ------------------------------------------------------------
   STEPS WRAPPER — holds connector + steps grid
   ------------------------------------------------------------ */

.bz-approche__steps-wrap {
  position: relative;
}

/* Horizontal dashed connector line (desktop) */
.bz-approche__connector {
  position: absolute;
  top: 44px; /* aligns with center of step number circle */
  left: calc(12.5% - 20px);
  right: calc(12.5% - 20px);
  z-index: 0;
  pointer-events: none;
}

.bz-approche__connector-line {
  width: 100%;
  height: 1px;
  border-top: 2px dashed rgba(56, 189, 248, 0.2);
}


/* ------------------------------------------------------------
   STEPS GRID
   ------------------------------------------------------------ */

.bz-approche__steps {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}


/* ------------------------------------------------------------
   INDIVIDUAL STEP
   ------------------------------------------------------------ */

.bz-approche__step {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 28px 24px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  transition:
    background-color 240ms cubic-bezier(0.4, 0, 0.2, 1),
    border-color 240ms cubic-bezier(0.4, 0, 0.2, 1),
    transform 240ms cubic-bezier(0.4, 0, 0.2, 1);
}

.bz-approche__step:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(56, 189, 248, 0.2);
  transform: translateY(-3px);
}

/* Step top row: number + icon */
.bz-approche__step-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Step number */
.bz-approche__step-number {
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: #FFFFFF;
  background: #2563EB;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background-color 240ms ease;
}

.bz-approche__step:hover .bz-approche__step-number {
  background-color: #38BDF8;
  color: #0F172A;
}

/* Step icon */
.bz-approche__step-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: rgba(56, 189, 248, 0.08);
  border: 1px solid rgba(56, 189, 248, 0.15);
  color: #38BDF8;
  transition:
    background-color 240ms ease,
    border-color 240ms ease;
}

.bz-approche__step:hover .bz-approche__step-icon {
  background: rgba(56, 189, 248, 0.15);
  border-color: rgba(56, 189, 248, 0.3);
}

/* Step body */
.bz-approche__step-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Step title */
.bz-approche__step-title {
  font-family: 'Manrope', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0;
  letter-spacing: -0.01em;
}

/* Step description */
.bz-approche__step-desc {
  font-family: 'Manrope', sans-serif;
  font-size: 13.5px;
  font-weight: 400;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.55);
  margin: 0;
}

/* Step bullet points */
.bz-approche__step-points {
  list-style: none;
  padding: 0;
  margin: 6px 0 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  padding-top: 12px;
}

.bz-approche__step-points li {
  font-family: 'Manrope', sans-serif;
  font-size: 12.5px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.45);
  padding: 5px 0;
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  line-height: 1.4;
}

.bz-approche__step-points li:last-child {
  border-bottom: none;
}

.bz-approche__step-points li::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #38BDF8;
  flex-shrink: 0;
  opacity: 0.6;
}

.bz-approche__step:hover .bz-approche__step-points li {
  color: rgba(255, 255, 255, 0.6);
}

.bz-approche__step:hover .bz-approche__step-points li::before {
  opacity: 1;
}


/* ------------------------------------------------------------
   BOTTOM CALLOUT STRIP
   ------------------------------------------------------------ */

.bz-approche__callout {
  background: rgba(37, 99, 235, 0.12);
  border: 1px solid rgba(37, 99, 235, 0.25);
  border-bottom: none;
  border-radius: 12px 12px 0 0;
  padding: 32px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}

/* Left side */
.bz-approche__callout-left {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  flex: 1;
  min-width: 280px;
}

/* Icon wrap */
.bz-approche__callout-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: rgba(56, 189, 248, 0.1);
  border: 1px solid rgba(56, 189, 248, 0.2);
  color: #38BDF8;
  flex-shrink: 0;
}

/* Callout text */
.bz-approche__callout-text {
  font-family: 'Manrope', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 0 6px;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

/* Callout sub */
.bz-approche__callout-sub {
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
  line-height: 1.6;
}

/* CTA button */
.bz-approche__callout-cta {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #FFFFFF;
  background-color: #2563EB;
  border-radius: 8px;
  padding: 14px 26px;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  box-shadow: 0 4px 16px rgba(37, 99, 235, 0.35);
  transition:
    background-color 220ms cubic-bezier(0.4, 0, 0.2, 1),
    transform 220ms cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 220ms cubic-bezier(0.4, 0, 0.2, 1);
}

.bz-approche__callout-cta svg {
  transition: transform 200ms cubic-bezier(0.4, 0, 0.2, 1);
}

.bz-approche__callout-cta:hover {
  background-color: #1D4ED8;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(37, 99, 235, 0.45);
  color: #FFFFFF;
}

.bz-approche__callout-cta:hover svg {
  transform: translateX(4px);
}


/* ------------------------------------------------------------
   RESPONSIVE — Tablet (≤ 1024px)
   ------------------------------------------------------------ */

@media (max-width: 1024px) {

  #approche.bz-approche {
    padding: 80px 24px 0;
  }

  .bz-approche__headline {
    font-size: 30px;
  }

  /* Hide horizontal connector on tablet */
  .bz-approche__connector {
    display: none;
  }

  .bz-approche__steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .bz-approche__callout {
    padding: 28px 28px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    border-radius: 12px 12px 0 0;
  }

  .bz-approche__callout-cta {
    width: 100%;
    justify-content: center;
  }
}


/* ------------------------------------------------------------
   RESPONSIVE — Mobile (≤ 768px)
   ------------------------------------------------------------ */

@media (max-width: 768px) {

  #approche.bz-approche {
    padding: 64px 20px 0;
  }

  .bz-approche__container {
    gap: 48px;
  }

  .bz-approche__headline {
    font-size: 26px;
  }

  .bz-approche__intro {
    font-size: 14px;
  }

  /* Single column vertical timeline on mobile */
  .bz-approche__steps {
    grid-template-columns: 1fr;
    gap: 12px;
    position: relative;
    padding-left: 16px;
  }

  /* Vertical connector line on mobile */
  .bz-approche__steps::before {
    content: '';
    position: absolute;
    left: 0;
    top: 36px;
    bottom: 36px;
    width: 2px;
    background: rgba(56, 189, 248, 0.15);
    border-radius: 2px;
  }

  .bz-approche__step {
    padding: 22px 18px;
  }

  .bz-approche__step-top {
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 12px;
  }

  .bz-approche__step-title {
    font-size: 16px;
  }

  .bz-approche__callout {
    padding: 22px 20px;
    border-radius: 10px 10px 0 0;
  }

  .bz-approche__callout-text {
    font-size: 16px;
  }
}


/* ============================================================
   END: Bizora Notre Approche CSS
   ============================================================ *//* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-6b4bb98 *//* ============================================================
   BIZORA — Section 6 : Ils Nous Font Confiance
   Paste into: Elementor Section > Advanced > Custom CSS
   ============================================================ */


/* ------------------------------------------------------------
   SECTION WRAPPER
   ------------------------------------------------------------ */

#confiance.bz-confiance {
  background-color: #FFFFFF;
  padding: 100px 24px 100px;
}


/* ------------------------------------------------------------
   CONTAINER
   ------------------------------------------------------------ */

.bz-confiance__container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 64px;
}


/* ------------------------------------------------------------
   SECTION HEADER
   ------------------------------------------------------------ */

.bz-confiance__header {
  text-align: center;
  max-width: 660px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.bz-confiance__label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: 'Manrope', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #2563EB;
}

.bz-confiance__label-line {
  display: inline-block;
  width: 32px;
  height: 1.5px;
  background-color: #2563EB;
  opacity: 0.4;
  border-radius: 2px;
}

.bz-confiance__headline {
  font-family: 'Manrope', sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #0F172A;
  margin: 0;
}

.bz-confiance__headline-em {
  color: #2563EB;
  display: block;
}

.bz-confiance__intro {
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #334155;
  margin: 0;
}


/* ------------------------------------------------------------
   IMPACT STATS ROW
   ------------------------------------------------------------ */

.bz-confiance__stats {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  background: #F8FAFC;
  border: 1px solid #E2E8F0;
  border-radius: 12px;
  padding: 40px 48px;
}

.bz-confiance__stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
  flex: 1;
}

.bz-confiance__stat-value {
  font-family: 'Manrope', sans-serif;
  font-size: 44px;
  font-weight: 800;
  color: #0F172A;
  letter-spacing: -0.03em;
  line-height: 1;
  display: flex;
  align-items: flex-start;
  gap: 1px;
}

.bz-confiance__stat-sup {
  font-size: 20px;
  font-weight: 700;
  color: #2563EB;
  margin-top: 6px;
  letter-spacing: 0;
}

.bz-confiance__stat-pre {
  font-size: 28px;
  font-weight: 800;
  color: #2563EB;
  margin-top: 4px;
}

.bz-confiance__stat-label {
  font-family: 'Manrope', sans-serif;
  font-size: 12.5px;
  font-weight: 500;
  color: #64748B;
  letter-spacing: 0.01em;
  line-height: 1.45;
  max-width: 150px;
}

.bz-confiance__stat-sep {
  display: inline-block;
  width: 1px;
  height: 52px;
  background-color: #E2E8F0;
  flex-shrink: 0;
}


/* ------------------------------------------------------------
   TESTIMONIALS GRID
   ------------------------------------------------------------ */

.bz-confiance__grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr;
  gap: 20px;
  align-items: start;
}


/* ------------------------------------------------------------
   TESTIMONIAL CARD — Base
   ------------------------------------------------------------ */

.bz-confiance__card {
  background-color: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 12px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition:
    box-shadow 240ms cubic-bezier(0.4, 0, 0.2, 1),
    transform 240ms cubic-bezier(0.4, 0, 0.2, 1),
    border-color 240ms cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 1px 4px rgba(15, 23, 42, 0.05);
}

.bz-confiance__card:hover {
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.09);
  transform: translateY(-3px);
  border-color: #CBD5E1;
}


/* ------------------------------------------------------------
   FEATURED CARD
   ------------------------------------------------------------ */

.bz-confiance__card--featured {
  background: #0F172A;
  border-color: #1E293B;
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.15);
}

.bz-confiance__card--featured:hover {
  box-shadow: 0 16px 48px rgba(15, 23, 42, 0.25);
  transform: translateY(-4px);
  border-color: rgba(56, 189, 248, 0.2);
}

.bz-confiance__card--featured .bz-confiance__stars {
  color: #38BDF8;
}

.bz-confiance__card--featured .bz-confiance__quote-mark {
  color: rgba(56, 189, 248, 0.3);
}

.bz-confiance__card--featured .bz-confiance__quote {
  color: rgba(255, 255, 255, 0.8);
  font-size: 15.5px;
}

.bz-confiance__card--featured .bz-confiance__author-name {
  color: #FFFFFF;
}

.bz-confiance__card--featured .bz-confiance__author-role {
  color: rgba(255, 255, 255, 0.5);
}

.bz-confiance__card--featured .bz-confiance__author-tag {
  color: #38BDF8;
  background: rgba(56, 189, 248, 0.1);
  border-color: rgba(56, 189, 248, 0.2);
}

.bz-confiance__card--featured .bz-confiance__avatar {
  background: #2563EB;
  color: #FFFFFF;
  border-color: rgba(37, 99, 235, 0.4);
}


/* ------------------------------------------------------------
   CARD TOP ROW
   ------------------------------------------------------------ */

.bz-confiance__card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Stars */
.bz-confiance__stars {
  font-size: 14px;
  color: #F59E0B;
  letter-spacing: 2px;
  line-height: 1;
}

/* Large decorative quote mark */
.bz-confiance__quote-mark {
  font-family: Georgia, serif;
  font-size: 56px;
  line-height: 0.6;
  color: #E2E8F0;
  font-weight: 700;
  user-select: none;
  padding-top: 16px;
}


/* ------------------------------------------------------------
   QUOTE TEXT
   ------------------------------------------------------------ */

blockquote.bz-confiance__quote {
  font-family: 'Manrope', sans-serif;
  font-size: 14.5px;
  font-weight: 400;
  line-height: 1.8;
  color: #334155;
  margin: 0;
  font-style: italic;
  flex: 1;
}


/* ------------------------------------------------------------
   AUTHOR ROW
   ------------------------------------------------------------ */

.bz-confiance__author {
  display: flex;
  align-items: center;
  gap: 13px;
  padding-top: 4px;
  border-top: 1px solid #F1F5F9;
}

.bz-confiance__card--featured .bz-confiance__author {
  border-top-color: rgba(255, 255, 255, 0.08);
}

/* Avatar initials circle */
.bz-confiance__avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #EFF6FF;
  border: 1.5px solid rgba(37, 99, 235, 0.15);
  color: #2563EB;
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  letter-spacing: 0.02em;
}

/* Avatar color variants for visual variety */
.bz-confiance__avatar--b {
  background: #F0FDF4;
  border-color: rgba(34, 197, 94, 0.2);
  color: #16A34A;
}

.bz-confiance__avatar--c {
  background: #FFF7ED;
  border-color: rgba(249, 115, 22, 0.2);
  color: #EA580C;
}

.bz-confiance__author-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.bz-confiance__author-name {
  font-family: 'Manrope', sans-serif;
  font-size: 13.5px;
  font-weight: 700;
  color: #0F172A;
  line-height: 1.2;
}

.bz-confiance__author-role {
  font-family: 'Manrope', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #64748B;
  line-height: 1.2;
}

.bz-confiance__author-tag {
  display: inline-flex;
  align-items: center;
  font-family: 'Manrope', sans-serif;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #2563EB;
  background: #EFF6FF;
  border: 1px solid rgba(37, 99, 235, 0.12);
  border-radius: 4px;
  padding: 2px 7px;
  margin-top: 4px;
  width: fit-content;
}


/* ------------------------------------------------------------
   CLIENT LOGOS STRIP
   ------------------------------------------------------------ */

.bz-confiance__logos-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding-top: 8px;
}

.bz-confiance__logos-label {
  font-family: 'Manrope', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #94A3B8;
  margin: 0;
}

.bz-confiance__logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  width: 100%;
}

/* Logo item wrapper */
.bz-confiance__logo-item {
  flex: 1;
  min-width: 140px;
  max-width: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*
  Logo placeholder block — remove this entire rule
  and replace the inner div with an <img> tag once
  real client logos are available.
*/
.bz-confiance__logo-placeholder {
  width: 100%;
  height: 52px;
  background-color: #F8FAFC;
  border: 1.5px dashed #CBD5E1;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 200ms ease, background-color 200ms ease;
}

.bz-confiance__logo-placeholder:hover {
  border-color: #94A3B8;
  background-color: #F1F5F9;
}

.bz-confiance__logo-placeholder span {
  font-family: 'Manrope', sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #94A3B8;
  letter-spacing: 0.03em;
  pointer-events: none;
}

/*
  Real logo style — uncomment and use once placeholders
  are replaced with actual <img> elements:

  .bz-confiance__logo-item img {
    max-height: 36px;
    width: auto;
    object-fit: contain;
    filter: grayscale(100%) opacity(0.45);
    transition: filter 220ms ease;
  }

  .bz-confiance__logo-item img:hover {
    filter: grayscale(0%) opacity(1);
  }
*/


/* ------------------------------------------------------------
   RESPONSIVE — Tablet (≤ 1024px)
   ------------------------------------------------------------ */

@media (max-width: 1024px) {

  #confiance.bz-confiance {
    padding: 80px 24px 80px;
  }

  .bz-confiance__headline {
    font-size: 30px;
  }

  .bz-confiance__stats {
    padding: 32px 28px;
    flex-wrap: wrap;
    gap: 28px;
    justify-content: center;
  }

  .bz-confiance__stat {
    min-width: calc(50% - 20px);
    flex: none;
  }

  .bz-confiance__stat-sep {
    display: none;
  }

  .bz-confiance__grid {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  /* Featured card full width on tablet */
  .bz-confiance__card--featured {
    grid-column: 1 / -1;
  }
}


/* ------------------------------------------------------------
   RESPONSIVE — Mobile (≤ 768px)
   ------------------------------------------------------------ */

@media (max-width: 768px) {

  #confiance.bz-confiance {
    padding: 64px 20px 64px;
  }

  .bz-confiance__container {
    gap: 48px;
  }

  .bz-confiance__headline {
    font-size: 26px;
  }

  .bz-confiance__intro {
    font-size: 14px;
  }

  .bz-confiance__stats {
    padding: 24px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .bz-confiance__stat {
    flex-direction: row;
    align-items: center;
    gap: 16px;
    text-align: left;
    min-width: 100%;
  }

  .bz-confiance__stat-value {
    font-size: 36px;
    min-width: 72px;
    flex-shrink: 0;
  }

  .bz-confiance__stat-label {
    max-width: none;
  }

  .bz-confiance__stat-sep {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #E2E8F0;
  }

  .bz-confiance__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .bz-confiance__card--featured {
    grid-column: auto;
  }

  .bz-confiance__card {
    padding: 22px 18px;
  }

  .bz-confiance__logo-item {
    min-width: 120px;
  }
}


/* ============================================================
   END: Bizora Ils Nous Font Confiance CSS
   ============================================================ *//* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-dbd1a3c *//* ============================================================
   BIZORA — Section 7 : Questions Fréquentes
   Paste into: Elementor Section > Advanced > Custom CSS
   ============================================================ */


/* ------------------------------------------------------------
   SECTION WRAPPER
   ------------------------------------------------------------ */

#faq.bz-faq {
  background-color: #F1F5F9;
  padding: 100px 24px 100px;
}


/* ------------------------------------------------------------
   CONTAINER
   ------------------------------------------------------------ */

.bz-faq__container {
  max-width: 1200px;
  margin: 0 auto;
}


/* ------------------------------------------------------------
   TWO-COLUMN LAYOUT
   ------------------------------------------------------------ */

.bz-faq__inner {
  display: grid;
  grid-template-columns: 38% 1fr;
  gap: 80px;
  align-items: start;
}


/* ------------------------------------------------------------
   LEFT COLUMN
   ------------------------------------------------------------ */

.bz-faq__left {
  position: relative;
}

.bz-faq__left-sticky {
  position: sticky;
  top: 100px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* Label */
.bz-faq__label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Manrope', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #2563EB;
}

.bz-faq__label-line {
  display: inline-block;
  width: 28px;
  height: 1.5px;
  background-color: #2563EB;
  opacity: 0.4;
  border-radius: 2px;
}

/* Headline */
.bz-faq__headline {
  font-family: 'Manrope', sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #0F172A;
  margin: 0;
}

/* Intro */
.bz-faq__intro {
  font-family: 'Manrope', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  color: #334155;
  margin: 0;
}

/* Topic pills */
.bz-faq__topics {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.bz-faq__topic {
  font-family: 'Manrope', sans-serif;
  font-size: 11.5px;
  font-weight: 600;
  color: #334155;
  background-color: #E2E8F0;
  border-radius: 20px;
  padding: 5px 13px;
  letter-spacing: 0.02em;
}

/* CTA nudge block */
.bz-faq__nudge {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  padding: 18px 20px;
  background-color: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-left: 3px solid #2563EB;
  border-radius: 0 8px 8px 0;
  margin-top: 8px;
}

.bz-faq__nudge-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: #EFF6FF;
  color: #2563EB;
  flex-shrink: 0;
}

.bz-faq__nudge-title {
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #0F172A;
  margin: 0 0 5px;
}

.bz-faq__nudge-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #2563EB;
  text-decoration: none;
  transition: gap 200ms ease, color 200ms ease;
}

.bz-faq__nudge-link:hover {
  gap: 8px;
  color: #1D4ED8;
}

.bz-faq__nudge-link svg {
  transition: transform 200ms cubic-bezier(0.4, 0, 0.2, 1);
}

.bz-faq__nudge-link:hover svg {
  transform: translateX(2px);
}


/* ------------------------------------------------------------
   RIGHT COLUMN — Accordion
   ------------------------------------------------------------ */

.bz-faq__right {
  display: flex;
  flex-direction: column;
  gap: 0;
}


/* ------------------------------------------------------------
   ACCORDION ITEM — <details> element
   ------------------------------------------------------------ */

.bz-faq__item {
  background-color: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 10px;
  margin-bottom: 8px;
  overflow: hidden;
  transition:
    border-color 220ms cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 220ms cubic-bezier(0.4, 0, 0.2, 1);
}

.bz-faq__item:last-child {
  margin-bottom: 0;
}

/* Open state styling */
.bz-faq__item[open] {
  border-color: #CBD5E1;
  border-left: 3px solid #2563EB;
  border-radius: 0 10px 10px 0;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.07);
}

.bz-faq__item[open] .bz-faq__question {
  border-bottom: 1px solid #F1F5F9;
}

.bz-faq__item[open] .bz-faq__question-text {
  color: #0F172A;
}

.bz-faq__item[open] .bz-faq__icon-plus {
  display: none;
}

.bz-faq__item[open] .bz-faq__icon-minus {
  display: block;
  color: #2563EB;
}

/* Hide minus by default */
.bz-faq__icon-minus {
  display: none;
}


/* ------------------------------------------------------------
   QUESTION (summary element)
   ------------------------------------------------------------ */

.bz-faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 22px;
  cursor: pointer;
  list-style: none; /* Remove default arrow on <summary> */
  user-select: none;
  transition: background-color 200ms ease;
}

/* Remove default marker in all browsers */
.bz-faq__question::-webkit-details-marker {
  display: none;
}

.bz-faq__question::marker {
  display: none;
}

.bz-faq__question:hover {
  background-color: #FAFAFA;
}

/* Question text */
.bz-faq__question-text {
  font-family: 'Manrope', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #334155;
  line-height: 1.4;
  transition: color 200ms ease;
  flex: 1;
}

.bz-faq__question:hover .bz-faq__question-text {
  color: #0F172A;
}

/* Icon wrapper */
.bz-faq__question-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: #F1F5F9;
  color: #64748B;
  flex-shrink: 0;
  transition:
    background-color 200ms ease,
    color 200ms ease;
}

.bz-faq__question:hover .bz-faq__question-icon {
  background: #E2E8F0;
  color: #0F172A;
}

.bz-faq__item[open] .bz-faq__question-icon {
  background: #EFF6FF;
  color: #2563EB;
}


/* ------------------------------------------------------------
   ANSWER
   ------------------------------------------------------------ */

.bz-faq__answer {
  padding: 20px 22px 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  animation: bz-faq-open 0.25s cubic-bezier(0.4, 0, 0.2, 1) both;
}

@keyframes bz-faq-open {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.bz-faq__answer p {
  font-family: 'Manrope', sans-serif;
  font-size: 14.5px;
  font-weight: 400;
  line-height: 1.8;
  color: #475569;
  margin: 0;
}


/* ------------------------------------------------------------
   RESPONSIVE — Tablet (≤ 1024px)
   ------------------------------------------------------------ */

@media (max-width: 1024px) {

  #faq.bz-faq {
    padding: 80px 24px 80px;
  }

  .bz-faq__inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .bz-faq__left-sticky {
    position: static;
  }

  .bz-faq__headline {
    font-size: 30px;
  }

  .bz-faq__topics {
    display: none; /* Clean up left column on tablet single-col */
  }
}


/* ------------------------------------------------------------
   RESPONSIVE — Mobile (≤ 768px)
   ------------------------------------------------------------ */

@media (max-width: 768px) {

  #faq.bz-faq {
    padding: 64px 20px 64px;
  }

  .bz-faq__headline {
    font-size: 26px;
  }

  .bz-faq__intro {
    font-size: 14px;
  }

  .bz-faq__nudge {
    padding: 14px 16px;
  }

  .bz-faq__question {
    padding: 16px 18px;
    gap: 12px;
  }

  .bz-faq__question-text {
    font-size: 14px;
  }

  .bz-faq__answer {
    padding: 16px 18px 20px;
  }

  .bz-faq__answer p {
    font-size: 13.5px;
  }

  .bz-faq__question-icon {
    width: 28px;
    height: 28px;
  }
}


/* ============================================================
   END: Bizora FAQ CSS
   ============================================================ *//* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-3cf26d8 *//* ============================================================
   BIZORA — Section 8 : Prenons Contact
   Paste into: Elementor Section > Advanced > Custom CSS
   ============================================================ */


/* ------------------------------------------------------------
   SECTION WRAPPER
   ------------------------------------------------------------ */

#contact.bz-contact {
  position: relative;
  background-color: #0F172A;
  padding: 100px 24px 100px;
  overflow: hidden;
}


/* ------------------------------------------------------------
   BACKGROUND LAYERS
   ------------------------------------------------------------ */

.bz-contact__bg-grid {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.04) 1px,
    transparent 1px
  );
  background-size: 32px 32px;
  pointer-events: none;
  z-index: 0;
}

.bz-contact__bg-glow {
  position: absolute;
  top: -20%;
  right: -10%;
  width: 55%;
  height: 90%;
  background: radial-gradient(
    ellipse at 70% 40%,
    rgba(37, 99, 235, 0.14) 0%,
    rgba(56, 189, 248, 0.05) 50%,
    transparent 70%
  );
  pointer-events: none;
  z-index: 0;
}


/* ------------------------------------------------------------
   CONTAINER — Two-column layout
   ------------------------------------------------------------ */

.bz-contact__container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 80px;
  align-items: start;
}


/* ------------------------------------------------------------
   LEFT COLUMN
   ------------------------------------------------------------ */

.bz-contact__left {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-top: 8px;
}

/* Label */
.bz-contact__label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Manrope', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #38BDF8;
}

.bz-contact__label-line {
  display: inline-block;
  width: 28px;
  height: 1.5px;
  background-color: #38BDF8;
  opacity: 0.4;
  border-radius: 2px;
}

/* Headline */
.bz-contact__headline {
  font-family: 'Manrope', sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #FFFFFF;
  margin: 0;
}

/* Intro paragraph */
.bz-contact__intro {
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}


/* ------------------------------------------------------------
   CONTACT INFO ROWS
   ------------------------------------------------------------ */

.bz-contact__info {
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  overflow: hidden;
}

.bz-contact__info-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  transition: background-color 200ms ease;
}

.bz-contact__info-item:last-child {
  border-bottom: none;
}

.bz-contact__info-item:hover {
  background-color: rgba(255, 255, 255, 0.03);
}

/* Icon */
.bz-contact__info-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: rgba(56, 189, 248, 0.08);
  border: 1px solid rgba(56, 189, 248, 0.15);
  color: #38BDF8;
  flex-shrink: 0;
}

/* Body */
.bz-contact__info-body {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.bz-contact__info-label {
  font-family: 'Manrope', sans-serif;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.3);
}

.bz-contact__info-value {
  font-family: 'Manrope', sans-serif;
  font-size: 14.5px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.3;
}

.bz-contact__info-link {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.85);
  transition: color 200ms ease;
}

.bz-contact__info-link:hover {
  color: #38BDF8;
}


/* ------------------------------------------------------------
   TRUST REASSURANCES
   ------------------------------------------------------------ */

.bz-contact__trust {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.bz-contact__trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.4;
}

.bz-contact__trust-check {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(56, 189, 248, 0.12);
  border: 1px solid rgba(56, 189, 248, 0.25);
  color: #38BDF8;
  flex-shrink: 0;
}


/* ------------------------------------------------------------
   RIGHT COLUMN — Form wrapper
   ------------------------------------------------------------ */

.bz-contact__right {
  position: relative;
}

.bz-contact__form-wrap {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 40px 36px;
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.3),
    0 0 0 1px rgba(255, 255, 255, 0.06);
}


/* ------------------------------------------------------------
   FORM HEADER
   ------------------------------------------------------------ */

.bz-contact__form-header {
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid #F1F5F9;
}

.bz-contact__form-title {
  font-family: 'Manrope', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #0F172A;
  margin: 0 0 6px;
  letter-spacing: -0.01em;
}

.bz-contact__form-sub {
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #94A3B8;
  margin: 0;
}


/* ------------------------------------------------------------
   FORM LAYOUT
   ------------------------------------------------------------ */

.bz-contact__form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Two-column row */
.bz-contact__form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

/* Individual field */
.bz-contact__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.bz-contact__field--full {
  grid-column: 1 / -1;
}

/* Field label */
.bz-contact__label-field {
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #0F172A;
  line-height: 1;
}

.bz-contact__required {
  color: #2563EB;
  margin-left: 1px;
}


/* ------------------------------------------------------------
   FORM INPUTS
   ------------------------------------------------------------ */

.bz-contact__input,
.bz-contact__textarea,
.bz-contact__select {
  font-family: 'Manrope', sans-serif;
  font-size: 14.5px;
  font-weight: 400;
  color: #0F172A;
  background-color: #F8FAFC;
  border: 1.5px solid #E2E8F0;
  border-radius: 8px;
  padding: 12px 14px;
  width: 100%;
  transition:
    border-color 200ms cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1),
    background-color 200ms ease;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
}

.bz-contact__input::placeholder,
.bz-contact__textarea::placeholder {
  color: #94A3B8;
  font-weight: 400;
}

.bz-contact__input:focus,
.bz-contact__textarea:focus,
.bz-contact__select:focus {
  border-color: #2563EB;
  background-color: #FFFFFF;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.bz-contact__input:hover,
.bz-contact__textarea:hover,
.bz-contact__select:hover {
  border-color: #CBD5E1;
}

/* Textarea */
.bz-contact__textarea {
  resize: vertical;
  min-height: 120px;
  line-height: 1.65;
}

/* Select wrapper — custom arrow */
.bz-contact__select-wrap {
  position: relative;
  width: 100%;
}

.bz-contact__select {
  cursor: pointer;
  padding-right: 40px;
  color: #0F172A;
}

/* Placeholder option colour */
.bz-contact__select option[value=""][disabled] {
  color: #94A3B8;
}

.bz-contact__select-arrow {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #64748B;
  pointer-events: none;
  display: flex;
  align-items: center;
}


/* ------------------------------------------------------------
   SUBMIT BUTTON
   ------------------------------------------------------------ */

.bz-contact__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: 'Manrope', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #FFFFFF;
  background-color: #2563EB;
  border: none;
  border-radius: 8px;
  padding: 15px 28px;
  width: 100%;
  cursor: pointer;
  letter-spacing: 0.01em;
  transition:
    background-color 220ms cubic-bezier(0.4, 0, 0.2, 1),
    transform 220ms cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 220ms cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 16px rgba(37, 99, 235, 0.3);
}

.bz-contact__submit svg {
  transition: transform 200ms cubic-bezier(0.4, 0, 0.2, 1);
  flex-shrink: 0;
}

.bz-contact__submit:hover {
  background-color: #1D4ED8;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(37, 99, 235, 0.4);
}

.bz-contact__submit:hover svg {
  transform: translateX(4px);
}

.bz-contact__submit:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.3);
}


/* ------------------------------------------------------------
   PRIVACY NOTE
   ------------------------------------------------------------ */

.bz-contact__privacy {
  font-family: 'Manrope', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #94A3B8;
  line-height: 1.65;
  text-align: center;
  margin: 0;
}


/* ------------------------------------------------------------
   RESPONSIVE — Tablet (≤ 1024px)
   ------------------------------------------------------------ */

@media (max-width: 1024px) {

  #contact.bz-contact {
    padding: 80px 24px 80px;
  }

  .bz-contact__container {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .bz-contact__headline {
    font-size: 38px;
  }

  .bz-contact__left {
    gap: 28px;
    padding-top: 0;
  }

  .bz-contact__form-wrap {
    padding: 32px 28px;
  }
}


/* ------------------------------------------------------------
   RESPONSIVE — Mobile (≤ 768px)
   ------------------------------------------------------------ */

@media (max-width: 768px) {

  #contact.bz-contact {
    padding: 64px 20px 64px;
  }

  .bz-contact__container {
    gap: 44px;
  }

  .bz-contact__headline {
    font-size: 32px;
    letter-spacing: -0.02em;
  }

  .bz-contact__intro {
    font-size: 15px;
  }

  .bz-contact__form-wrap {
    padding: 24px 20px;
    border-radius: 12px;
  }

  /* Single-column form rows on mobile */
  .bz-contact__form-row {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .bz-contact__form-title {
    font-size: 18px;
  }

  .bz-contact__submit {
    font-size: 14px;
    padding: 14px 20px;
  }
}


/* ============================================================
   END: Bizora Prenons Contact CSS
   ============================================================ *//* End custom CSS */