/* =========================================================
   EXPERTS-COMPTABLES V2
   ========================================================= */

.ec-v2-page {
  background: #ffffff;
}


/* =========================================================
   HERO
   ========================================================= */

.ec-v2-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 455px;
  overflow: hidden;
  padding: 76px 0 82px;
  color: #ffffff;

  background:
    linear-gradient(
      90deg,
      rgba(2, 16, 42, 0.99) 0%,
      rgba(2, 16, 42, 0.97) 30%,
      rgba(2, 16, 42, 0.84) 49%,
      rgba(2, 16, 42, 0.48) 70%,
      rgba(2, 16, 42, 0.18) 100%
    ),
    url("/img/experts-comptables/experts-comptables-hero.jpg");

  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}


/* légère profondeur comme sur les autres pages publiques */

.ec-v2-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;

  background:
    radial-gradient(
      circle at 67% 55%,
      rgba(24, 193, 204, 0.09),
      transparent 36%
    );
}


.ec-v2-hero .container-ui {
  position: relative;
  z-index: 1;
  width: 100%;
}


.ec-v2-hero__content {
  width: min(720px, 62%);
}


/* =========================================================
   BREADCRUMB
   ========================================================= */

.ec-v2-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;

  margin: 0 0 18px;

  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
  line-height: 1.4;
  font-weight: 400;
}


.ec-v2-breadcrumb a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  transition: color 0.2s ease;
}


.ec-v2-breadcrumb a:hover {
  color: #ffffff;
}


.ec-v2-breadcrumb span[aria-hidden="true"] {
  opacity: 0.55;
}


/* =========================================================
   EYEBROW
   ========================================================= */

.ec-v2-hero__eyebrow {
  margin-bottom: 14px;

  color: #20c2cb;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.065em;
  text-transform: uppercase;
}


/* =========================================================
   TITLE
   ========================================================= */

.ec-v2-hero h1 {
  max-width: 710px;

  margin: 0 0 20px;

  color: #ffffff;

  font-size: clamp(34px, 4vw, 51px);
  line-height: 1.06;
  font-weight: 800;
  letter-spacing: -0.035em;
}


/* =========================================================
   LEAD
   ========================================================= */

.ec-v2-hero__lead {
  max-width: 680px;

  margin: 0;

  color: rgba(255, 255, 255, 0.88);

  font-size: 17px;
  line-height: 1.7;
  font-weight: 500;
}


/* =========================================================
   ACTIONS
   ========================================================= */

.ec-v2-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;

  margin-top: 30px;
}


.ec-v2-btn-outline {
  border: 1px solid rgba(255, 255, 255, 0.45);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(5px);
}


.ec-v2-btn-outline:hover,
.ec-v2-btn-outline:focus {
  border-color: rgba(255, 255, 255, 0.8);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 991.98px) {

  .ec-v2-hero {
    min-height: 430px;
    padding: 66px 0 72px;

    background-position: 64% center;
  }

  .ec-v2-hero__content {
    width: min(690px, 76%);
  }

  .ec-v2-hero h1 {
    font-size: clamp(36px, 5vw, 48px);
  }
}


@media (max-width: 767.98px) {

  .ec-v2-hero {
    min-height: auto;
    padding: 54px 0 60px;

    background:
      linear-gradient(
        90deg,
        rgba(2, 16, 42, 0.99) 0%,
        rgba(2, 16, 42, 0.96) 58%,
        rgba(2, 16, 42, 0.78) 100%
      ),
      url("/img/experts-comptables/experts-comptables-hero.jpg");

    background-position: 68% center;
  }

  .ec-v2-hero__content {
    width: 100%;
  }

  .ec-v2-hero h1 {
    max-width: 580px;
    font-size: clamp(34px, 9vw, 43px);
    line-height: 1.08;
  }

  .ec-v2-hero__lead {
    max-width: 560px;
    font-size: 16px;
  }
}


@media (max-width: 575.98px) {

  .ec-v2-hero {
    padding: 44px 0 52px;
  }

  .ec-v2-breadcrumb {
    margin-bottom: 16px;
    font-size: 12px;
  }

  .ec-v2-hero__eyebrow {
    font-size: 12px;
  }

  .ec-v2-hero h1 {
    font-size: 34px;
  }

  .ec-v2-hero__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .ec-v2-hero__actions .ui-btn {
    justify-content: center;
    width: 100%;
  }
}
/* =========================================================
   IDENTIFICATION DES BESOINS
   ========================================================= */

.ec-v2-needs {
  padding: 72px 0 78px;
  background: #f7f9fb;
}


.ec-v2-needs__heading {
  max-width: 780px;
  margin-bottom: 38px;
}


.ec-v2-needs__heading h2 {
  max-width: 720px;
  margin: 0 0 14px;

  color: var(--color-heading);

  font-size: 34px;
  line-height: 1.14;
  font-weight: 800;
  letter-spacing: -0.025em;
}


.ec-v2-needs__heading p {
  max-width: 760px;
  margin: 0;

  color: var(--color-text-muted);

  font-size: 16px;
  line-height: 1.7;
}


/* =========================================================
   GRID
   ========================================================= */

.ec-v2-needs__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}


/* =========================================================
   CARD
   ========================================================= */

.ec-v2-need-card {
  position: relative;

  min-height: 210px;

  padding: 24px 22px 26px;

  border: 1px solid #dfe7ee;
  border-radius: 15px;

  background: #ffffff;

  box-shadow:
    0 8px 20px rgba(16, 36, 73, 0.035);

  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}


/* fine ligne CiiB en haut */

.ec-v2-need-card::before {
  content: "";

  position: absolute;
  top: -1px;
  left: 18px;
  right: 18px;

  height: 3px;

  border-radius: 0 0 3px 3px;

  background: linear-gradient(
    90deg,
    #16b5c0 0%,
    #075ba7 100%
  );
}


.ec-v2-need-card:hover {
  transform: translateY(-3px);

  border-color: #cadbe8;

  box-shadow:
    0 14px 30px rgba(16, 36, 73, 0.07);
}


/* =========================================================
   ICON
   ========================================================= */

.ec-v2-need-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 44px;
  height: 44px;

  margin-bottom: 18px;

  border-radius: 10px;

  color: #0798a5;

  background: #edf9fa;

  font-size: 22px;
}


/* =========================================================
   CONTENT
   ========================================================= */

.ec-v2-need-card h3 {
  margin: 0 0 10px;

  color: var(--color-heading);

  font-size: 18px;
  line-height: 1.25;
  font-weight: 800;
}


.ec-v2-need-card p {
  margin: 0;

  color: var(--color-text-muted);

  font-size: 14px;
  line-height: 1.62;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 991.98px) {

  .ec-v2-needs {
    padding: 62px 0 68px;
  }

  .ec-v2-needs__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}


@media (max-width: 575.98px) {

  .ec-v2-needs {
    padding: 50px 0 56px;
  }

  .ec-v2-needs__heading {
    margin-bottom: 28px;
  }

  .ec-v2-needs__heading h2 {
    font-size: 29px;
  }

  .ec-v2-needs__heading p {
    font-size: 15px;
  }

  .ec-v2-needs__grid {
    grid-template-columns: 1fr;
  }

  .ec-v2-need-card {
    min-height: 0;
  }
}
.ec-v2-needs__heading {
  max-width: 860px;
}

.ec-v2-needs__heading h2 {
  max-width: 820px;
}
.ec-v2-need-card {
  min-height: 195px;
}
/* =========================================================
   QUAND ORIENTER UN CLIENT VERS CIIB
   ========================================================= */

.ec-v2-orient {
  padding: 76px 0 82px;
  background: #ffffff;
}


.ec-v2-orient__heading {
  max-width: 790px;
  margin-bottom: 38px;
}


.ec-v2-orient__heading h2 {
  margin: 0 0 14px;

  color: var(--color-heading);

  font-size: 34px;
  line-height: 1.14;
  font-weight: 800;
  letter-spacing: -0.025em;
}


.ec-v2-orient__heading p {
  max-width: 740px;
  margin: 0;

  color: var(--color-text-muted);

  font-size: 16px;
  line-height: 1.7;
}


/* =========================================================
   GRID
   ========================================================= */

.ec-v2-orient__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}


/* =========================================================
   CARD
   ========================================================= */

.ec-v2-orient-card {
  display: flex;
  gap: 18px;
  align-items: flex-start;

  min-height: 150px;

  padding: 22px;

  border: 1px solid #e0e7ed;
  border-radius: 14px;

  background: #ffffff;

  box-shadow:
    0 7px 20px rgba(16, 36, 73, 0.035);

  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}


.ec-v2-orient-card:hover {
  transform: translateY(-2px);

  border-color: #cadbe8;

  box-shadow:
    0 12px 28px rgba(16, 36, 73, 0.065);
}


/* =========================================================
   ICON
   ========================================================= */

.ec-v2-orient-card__icon {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;

  width: 46px;
  height: 46px;

  border-radius: 11px;

  color: #0799a6;

  background: #edf9fa;

  font-size: 22px;
}


/* =========================================================
   CONTENT
   ========================================================= */

.ec-v2-orient-card__content {
  min-width: 0;
}


.ec-v2-orient-card h3 {
  margin: 1px 0 8px;

  color: var(--color-heading);

  font-size: 17px;
  line-height: 1.3;
  font-weight: 800;
}


.ec-v2-orient-card p {
  margin: 0;

  color: var(--color-text-muted);

  font-size: 14px;
  line-height: 1.6;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 991.98px) {

  .ec-v2-orient {
    padding: 64px 0 70px;
  }

  .ec-v2-orient__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}


@media (max-width: 575.98px) {

  .ec-v2-orient {
    padding: 52px 0 58px;
  }

  .ec-v2-orient__heading {
    margin-bottom: 28px;
  }

  .ec-v2-orient__heading h2 {
    font-size: 29px;
  }

  .ec-v2-orient__heading p {
    font-size: 15px;
  }

  .ec-v2-orient__grid {
    grid-template-columns: 1fr;
  }

  .ec-v2-orient-card {
    min-height: 0;
  }
}
/* =========================================================
   COLLABORATION EXPERT-COMPTABLE / CIIB
   ========================================================= */

.ec-v2-partnership {
  padding: 84px 0;
  background: #f3f8fb;
}


.ec-v2-partnership__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.9fr);
  gap: 64px;
  align-items: center;
}


/* =========================================================
   CONTENT
   ========================================================= */

.ec-v2-section-label {
  display: block;
  margin-bottom: 13px;

  color: #0799a6;

  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;

  letter-spacing: 0.07em;
  text-transform: uppercase;
}


.ec-v2-partnership__content h2 {
  max-width: 590px;
  margin: 0 0 18px;

  color: var(--color-heading);

  font-size: 38px;
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.03em;
}


.ec-v2-partnership__lead {
  max-width: 670px;
  margin: 0 0 30px;

  color: var(--color-text-muted);

  font-size: 16px;
  line-height: 1.72;
}


/* =========================================================
   POINTS
   ========================================================= */

.ec-v2-partnership__points {
  display: grid;
  gap: 22px;
}


.ec-v2-partnership-point {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}


.ec-v2-partnership-point__icon {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;

  width: 42px;
  height: 42px;

  border-radius: 10px;

  color: #0799a6;
  background: #ffffff;

  border: 1px solid #dce8ee;

  font-size: 20px;

  box-shadow:
    0 6px 14px rgba(16, 36, 73, 0.04);
}


.ec-v2-partnership-point h3 {
  margin: 1px 0 5px;

  color: var(--color-heading);

  font-size: 16px;
  line-height: 1.35;
  font-weight: 800;
}


.ec-v2-partnership-point p {
  max-width: 580px;
  margin: 0;

  color: var(--color-text-muted);

  font-size: 14px;
  line-height: 1.62;
}


/* =========================================================
   IMAGE
   ========================================================= */

.ec-v2-partnership__visual {
  position: relative;
}


.ec-v2-partnership__visual img {
  display: block;

  width: 100%;
  height: 460px;

  object-fit: cover;
  object-position: center;

  border-radius: 22px;

  border: 1px solid #dce7ee;

  box-shadow:
    0 20px 45px rgba(16, 36, 73, 0.11);
}


/* =========================================================
   IMAGE CAPTION
   ========================================================= */

.ec-v2-partnership__caption {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;

  display: flex;
  align-items: center;
  gap: 13px;

  padding: 15px 17px;

  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 13px;

  color: #ffffff;

  background: rgba(3, 23, 54, 0.88);

  backdrop-filter: blur(8px);
}


.ec-v2-partnership__caption-icon {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;

  width: 38px;
  height: 38px;

  border-radius: 9px;

  color: #2ac5cf;

  background: rgba(255, 255, 255, 0.1);

  font-size: 20px;
}


.ec-v2-partnership__caption strong,
.ec-v2-partnership__caption span {
  display: block;
}


.ec-v2-partnership__caption strong {
  margin-bottom: 2px;

  font-size: 14px;
  line-height: 1.3;
  font-weight: 800;
}


.ec-v2-partnership__caption span {
  color: rgba(255, 255, 255, 0.77);

  font-size: 12px;
  line-height: 1.4;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 991.98px) {

  .ec-v2-partnership {
    padding: 68px 0;
  }

  .ec-v2-partnership__grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .ec-v2-partnership__visual {
    max-width: 720px;
  }

  .ec-v2-partnership__visual img {
    height: 420px;
  }
}


@media (max-width: 575.98px) {

  .ec-v2-partnership {
    padding: 54px 0;
  }

  .ec-v2-partnership__content h2 {
    font-size: 30px;
  }

  .ec-v2-partnership__lead {
    font-size: 15px;
  }

  .ec-v2-partnership__visual img {
    height: 330px;
    border-radius: 16px;
  }

  .ec-v2-partnership__caption {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }
}
/* =========================================================
   PROCESSUS DE COLLABORATION
   ========================================================= */

.ec-v2-process {
  padding: 82px 0 86px;
  background: #ffffff;
}


.ec-v2-process__heading {
  max-width: 760px;
  margin-bottom: 48px;
}


.ec-v2-process__heading h2 {
  margin: 0 0 14px;

  color: var(--color-heading);

  font-size: 36px;
  line-height: 1.14;
  font-weight: 800;
  letter-spacing: -0.025em;
}


.ec-v2-process__heading p {
  max-width: 720px;
  margin: 0;

  color: var(--color-text-muted);

  font-size: 16px;
  line-height: 1.7;
}


/* =========================================================
   STEPS
   ========================================================= */

.ec-v2-process__steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}


/* =========================================================
   STEP
   ========================================================= */

.ec-v2-process-step {
  position: relative;
}


/* ligne entre les numéros */

.ec-v2-process-step:not(:last-child)::after {
  content: "";

  position: absolute;
  z-index: 0;

  top: 22px;
  left: calc(50% + 30px);

  width: calc(100% - 38px);
  height: 2px;

  background:
    linear-gradient(
      90deg,
      #14b5c0 0%,
      #d7e8ed 100%
    );
}


/* petite flèche */

.ec-v2-process-step:not(:last-child)::before {
  content: "";

  position: absolute;
  z-index: 1;

  top: 18px;
  right: -7px;

  width: 9px;
  height: 9px;

  border-top: 2px solid #12a8b3;
  border-right: 2px solid #12a8b3;

  transform: rotate(45deg);
}


/* =========================================================
   MARKER
   ========================================================= */

.ec-v2-process-step__marker {
  position: relative;
  z-index: 2;

  display: flex;
  justify-content: flex-start;

  margin: 0 0 18px;
}


.ec-v2-process-step__marker span {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 46px;
  height: 46px;

  border: 2px solid #10abb6;
  border-radius: 50%;

  color: #0799a6;
  background: #ffffff;

  font-size: 15px;
  line-height: 1;
  font-weight: 800;

  box-shadow:
    0 5px 14px rgba(16, 36, 73, 0.055);
}


/* =========================================================
   CARD
   ========================================================= */

.ec-v2-process-step__card {
  min-height: 215px;

  padding: 23px 21px 24px;

  border: 1px solid #dfe7ed;
  border-radius: 15px;

  background: #ffffff;

  box-shadow:
    0 8px 22px rgba(16, 36, 73, 0.04);

  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}


.ec-v2-process-step__card:hover {
  transform: translateY(-3px);

  border-color: #c9dce6;

  box-shadow:
    0 14px 30px rgba(16, 36, 73, 0.07);
}


/* =========================================================
   ICON
   ========================================================= */

.ec-v2-process-step__icon {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 42px;
  height: 42px;

  margin-bottom: 17px;

  border-radius: 10px;

  color: #0799a6;
  background: #edf9fa;

  font-size: 20px;
}


/* =========================================================
   CONTENT
   ========================================================= */

.ec-v2-process-step h3 {
  margin: 0 0 9px;

  color: var(--color-heading);

  font-size: 18px;
  line-height: 1.3;
  font-weight: 800;
}


.ec-v2-process-step p {
  margin: 0;

  color: var(--color-text-muted);

  font-size: 14px;
  line-height: 1.62;
}


/* =========================================================
   HIGHLIGHT
   ========================================================= */

.ec-v2-process__highlight {
  display: flex;
  align-items: center;
  gap: 18px;

  margin-top: 34px;
  padding: 21px 24px;

  border: 1px solid #d8e8ee;
  border-radius: 15px;

  background:
    linear-gradient(
      90deg,
      #f1fafb 0%,
      #f7fafc 100%
    );
}


.ec-v2-process__highlight-icon {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;

  width: 48px;
  height: 48px;

  border-radius: 50%;

  color: #0799a6;
  background: #ffffff;

  border: 1px solid #d5e8ec;

  font-size: 22px;
}


.ec-v2-process__highlight strong {
  display: block;

  margin-bottom: 4px;

  color: var(--color-heading);

  font-size: 16px;
  line-height: 1.35;
  font-weight: 800;
}


.ec-v2-process__highlight p {
  margin: 0;

  color: var(--color-text-muted);

  font-size: 14px;
  line-height: 1.6;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 991.98px) {

  .ec-v2-process {
    padding: 68px 0 72px;
  }

  .ec-v2-process__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 20px;
  }

  .ec-v2-process-step::after,
  .ec-v2-process-step::before {
    display: none;
  }

  .ec-v2-process-step__card {
    min-height: 205px;
  }
}


@media (max-width: 575.98px) {

  .ec-v2-process {
    padding: 54px 0 58px;
  }

  .ec-v2-process__heading {
    margin-bottom: 34px;
  }

  .ec-v2-process__heading h2 {
    font-size: 30px;
  }

  .ec-v2-process__heading p {
    font-size: 15px;
  }

  .ec-v2-process__steps {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .ec-v2-process-step {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    column-gap: 14px;
    align-items: start;
  }

  .ec-v2-process-step__marker {
    margin: 0;
  }

  .ec-v2-process-step__card {
    min-height: 0;
  }

  .ec-v2-process__highlight {
    align-items: flex-start;

    margin-top: 28px;
    padding: 18px;
  }
}
/* =========================================================
   PROCESS CONNECTORS
   ========================================================= */

.ec-v2-process-step__marker {
  position: relative;
  z-index: 2;

  display: flex;
  justify-content: center;

  margin: 0 0 18px;
}


/* ligne entre deux marqueurs */

.ec-v2-process-step:not(:last-child)::after {
  content: "";

  position: absolute;
  z-index: 0;

  top: 22px;

  /*
   * Départ : bord droit du cercle courant
   * Fin : bord gauche du cercle suivant
   */
  left: calc(50% + 23px);

  width: calc(100% + 22px - 46px);
  height: 2px;

  background: #8bd8de;
}


/* flèche placée au milieu de l'espace entre les cartes */

.ec-v2-process-step:not(:last-child)::before {
  content: "";

  position: absolute;
  z-index: 3;

  top: 18px;
  left: calc(100% + 7px);

  width: 9px;
  height: 9px;

  border-top: 2px solid #08a6b2;
  border-right: 2px solid #08a6b2;

  background: #ffffff;

  transform: rotate(45deg);
}
/* =========================================================
   REPÈRES CIIB
   ========================================================= */

.ec-v2-credibility {
  padding: 72px 0 78px;

  background: #f3f8fb;
}


/* =========================================================
   HEADING
   ========================================================= */

.ec-v2-credibility__heading {
  max-width: 720px;
  margin-bottom: 34px;
}


.ec-v2-credibility__heading h2 {
  margin: 0;

  color: var(--color-heading);

  font-size: 34px;
  line-height: 1.14;
  font-weight: 800;
  letter-spacing: -0.025em;
}


/* =========================================================
   GRID
   ========================================================= */

.ec-v2-credibility__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));

  gap: 20px;
}


/* =========================================================
   CARD
   ========================================================= */

.ec-v2-credibility-card {
  position: relative;
  overflow: hidden;

  min-height: 245px;

  padding: 27px 25px 28px;

  border: 1px solid #dfe8ef;
  border-radius: 18px;

  background: #ffffff;

  box-shadow:
    0 12px 30px rgba(23, 61, 99, 0.055);

  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}


/* accent line */

.ec-v2-credibility-card::before {
  content: "";

  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 4px;

  background:
    linear-gradient(
      90deg,
      #12aeb9 0%,
      #205082 100%
    );
}


.ec-v2-credibility-card:hover {
  transform: translateY(-4px);

  border-color: #c8dce7;

  box-shadow:
    0 18px 38px rgba(23, 61, 99, 0.09);
}


/* =========================================================
   TOP
   ========================================================= */

.ec-v2-credibility-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;

  margin-bottom: 24px;
}


/* =========================================================
   ICON
   ========================================================= */

.ec-v2-credibility-card__icon {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;

  width: 54px;
  height: 54px;

  border-radius: 50%;

  color: #078f9b;

  background: #eaf7f8;

  font-size: 24px;
}


/* =========================================================
   BIG VALUE
   ========================================================= */

.ec-v2-credibility-card__top strong {
  color: #173d63;

  font-size: 36px;
  line-height: 1;
  font-weight: 800;

  letter-spacing: -0.035em;
}


.ec-v2-credibility-card__top
.ec-v2-credibility-card__value--text {
  font-size: 25px;
  letter-spacing: -0.02em;
}


/* =========================================================
   CONTENT
   ========================================================= */

.ec-v2-credibility-card h3 {
  margin: 0 0 9px;

  color: var(--color-heading);

  font-size: 18px;
  line-height: 1.3;
  font-weight: 800;
}


.ec-v2-credibility-card p {
  margin: 0;

  color: var(--color-text-muted);

  font-size: 14px;
  line-height: 1.62;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 991.98px) {

  .ec-v2-credibility {
    padding: 62px 0 68px;
  }

  .ec-v2-credibility__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ec-v2-credibility-card {
    min-height: 225px;
  }
}


@media (max-width: 575.98px) {

  .ec-v2-credibility {
    padding: 50px 0 56px;
  }

  .ec-v2-credibility__heading {
    margin-bottom: 28px;
  }

  .ec-v2-credibility__heading h2 {
    font-size: 29px;
  }

  .ec-v2-credibility__grid {
    grid-template-columns: 1fr;
  }

  .ec-v2-credibility-card {
    min-height: 0;
  }

  .ec-v2-credibility-card__top strong {
    font-size: 32px;
  }

  .ec-v2-credibility-card__top
  .ec-v2-credibility-card__value--text {
    font-size: 24px;
  }
}
.ec-v2-credibility-card {
  min-height: 260px;
}

.ec-v2-credibility-card__top strong {
  font-size: 38px;
}

.ec-v2-credibility-card__top
.ec-v2-credibility-card__value--text {
  font-size: 27px;
}
.ec-v2-credibility__heading {
  margin-bottom: 40px;
}
/* =========================================================
   FAQ
   ========================================================= */

.ec-v2-faq {
  padding: 78px 0 82px;
  background: #ffffff;
}


.ec-v2-faq__heading {
  max-width: 760px;
  margin-bottom: 36px;
}


.ec-v2-faq__heading h2 {
  margin: 0 0 14px;

  color: var(--color-heading);

  font-size: 34px;
  line-height: 1.14;
  font-weight: 800;
  letter-spacing: -0.025em;
}


.ec-v2-faq__heading p {
  max-width: 720px;
  margin: 0;

  color: var(--color-text-muted);

  font-size: 16px;
  line-height: 1.7;
}


/* =========================================================
   ACCORDION
   ========================================================= */

.ec-v2-faq__accordion {
  max-width: 900px;
}


.ec-v2-faq-item {
  overflow: hidden;

  margin-bottom: 12px;

  border: 1px solid #dfe7ed !important;
  border-radius: 12px !important;

  background: #ffffff;

  box-shadow:
    0 6px 18px rgba(23, 61, 99, 0.035);
}


.ec-v2-faq-button {
  padding: 19px 22px;

  color: var(--color-heading);

  background: #ffffff;

  font-size: 15px;
  line-height: 1.4;
  font-weight: 800;

  box-shadow: none !important;
}


.ec-v2-faq-button:not(.collapsed) {
  color: var(--color-heading);

  background: #f3f9fa;

  box-shadow: none;
}


.ec-v2-faq-button:focus {
  border-color: transparent;
  box-shadow: none;
}


.ec-v2-faq-button::after {
  width: 18px;
  height: 18px;

  background-size: 18px;
}


.ec-v2-faq-body {
  padding: 4px 22px 22px;

  background: #f3f9fa;
}


.ec-v2-faq-body p {
  max-width: 760px;

  margin: 0;

  color: var(--color-text-muted);

  font-size: 14px;
  line-height: 1.68;
}
.ec-v2-final {
  padding: 10px 0 76px;
  background: #ffffff;
}

.ec-v2-final__panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 44px;

  padding: 38px 42px;

  border-radius: 18px;

  color: #ffffff;

  background:
    radial-gradient(
      circle at 88% 15%,
      rgba(42, 197, 207, 0.14),
      transparent 35%
    ),
    linear-gradient(
      135deg,
      #031b3e 0%,
      #083461 100%
    );

  box-shadow:
    0 16px 36px rgba(23, 61, 99, 0.12);
}

.ec-v2-final__content {
  max-width: 650px;
}

.ec-v2-final__label {
  display: block;
  margin-bottom: 9px;

  color: #2ac5cf;

  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.ec-v2-final h2 {
  margin: 0 0 10px;

  color: #ffffff;

  font-size: 30px;
  line-height: 1.17;
  font-weight: 800;
  letter-spacing: -0.025em;
}

.ec-v2-final p {
  margin: 0;

  color: rgba(255, 255, 255, 0.76);

  font-size: 14px;
  line-height: 1.65;
}

.ec-v2-final__actions {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  gap: 12px;
}

.ec-v2-final__secondary {
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.06);
}

.ec-v2-final__secondary:hover {
  border-color: rgba(255, 255, 255, 0.75);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
}

@media (max-width: 991.98px) {
  .ec-v2-final__panel {
    align-items: flex-start;
    flex-direction: column;
    gap: 26px;
    padding: 34px;
  }
}

@media (max-width: 575.98px) {
  .ec-v2-final {
    padding-bottom: 52px;
  }

  .ec-v2-final__panel {
    padding: 27px 22px;
    border-radius: 15px;
  }

  .ec-v2-final h2 {
    font-size: 27px;
  }

  .ec-v2-final__actions {
    flex-direction: column;
    width: 100%;
  }

  .ec-v2-final__actions .ui-btn {
    justify-content: center;
    width: 100%;
  }
}