/* =========================================================
   TENUE DE REGISTRE ACTIONNAIRES V2
   ========================================================= */

.tenue-registre-v2 {
  background: #ffffff;
}

/* =========================================================
   HERO
   ========================================================= */

.tr-v2-hero {
  position: relative;
  overflow: hidden;
  padding: 108px 0 92px;
  color: #ffffff;
  background-image:
    linear-gradient(
      90deg,
      rgba(4, 18, 45, 0.90) 0%,
      rgba(4, 18, 45, 0.78) 34%,
      rgba(4, 18, 45, 0.42) 58%,
      rgba(4, 18, 45, 0.12) 100%
    ),
    url("/img/tenue-registre/tenue-registre-hero-dark.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.tr-v2-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  font-size: 13px;
  line-height: 1.4;
}

.tr-v2-breadcrumb--light,
.tr-v2-breadcrumb--light a {
  color: rgba(255, 255, 255, 0.72);
}

.tr-v2-breadcrumb a {
  text-decoration: none;
}

.tr-v2-breadcrumb a:hover {
  color: #1fc4d1;
}

.tr-v2-hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 720px;
}

.tr-v2-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  color: #1fc4d1;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tr-v2-hero__title {
  max-width: 680px;
  margin: 0;
  color: #ffffff;
  font-size: 50px;
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.tr-v2-hero__lead {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, 0.90);
  font-size: 17px;
  line-height: 1.7;
}

.tr-v2-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* =========================================================
   PROCESS
   ========================================================= */

.tr-v2-process {
  padding: 34px 0 46px;
  background: #f9fbfe;
}

.tr-v2-process__head {
  max-width: 820px;
  margin: 0 0 28px;
}

.tr-v2-process__title {
  max-width: 780px;
  margin: 0 0 10px;
  color: var(--color-heading);
  font-size: 34px;
  line-height: 1.14;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.tr-v2-process__lead {
  max-width: 760px;
  margin: 0;
  color: var(--color-text-muted);
  font-size: 17px;
  line-height: 1.7;
}

.tr-v2-step-card {
  position: relative;
  min-height: 100%;
  padding: 24px 22px 22px;
  border: 1px solid var(--color-border);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 12px 26px rgba(16, 36, 73, 0.04);
  overflow: hidden;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease;
}

.tr-v2-step-card:hover {
  transform: translateY(-2px);
  border-color: #d4e1ec;
  box-shadow: 0 18px 34px rgba(16, 36, 73, 0.06);
}

.tr-v2-step-card__topline {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #1fa6b3 0%, #204f84 100%);
}

.tr-v2-step-card__number {
  display: block;
  margin: 0 0 16px;
  color: #d1dbe7;
  font-size: 34px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.tr-v2-step-card__title {
  margin: 0 0 10px;
  color: var(--color-heading);
  font-size: 21px;
  line-height: 1.16;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.tr-v2-step-card__text {
  margin: 0;
  color: var(--color-text);
  font-size: 14px;
  line-height: 1.65;
}

/* =========================================================
   VIDEO
   ========================================================= */

.tr-v2-video-section {
  padding: 56px 0 64px;
  background: #ffffff;
}

.tr-v2-video-section__head {
  max-width: 820px;
  margin: 0 auto 28px;
  text-align: center;
}

.tr-v2-video-section__head h2 {
  margin: 0 0 12px;
  color: var(--color-heading);
  font-size: 34px;
  line-height: 1.14;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.tr-v2-video-section__head p {
  max-width: 760px;
  margin: 0 auto;
  color: var(--color-text-muted);
  font-size: 17px;
  line-height: 1.7;
}

.tr-v2-video-section__wrap {
  width: min(100%, 980px);
  margin-inline: auto;
}

.tr-v2-video-cover {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: 22px;
  background: #061b34;
  box-shadow: 0 18px 40px rgba(16, 36, 73, 0.08);
  cursor: pointer;
  aspect-ratio: 16 / 9;
}

.tr-v2-video-cover img,
.tr-v2-video-cover iframe {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}

.tr-v2-video-cover__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(
      90deg,
      rgba(4, 18, 45, 0.68) 0%,
      rgba(4, 18, 45, 0.42) 38%,
      rgba(4, 18, 45, 0.10) 100%
    );
}

.tr-v2-video-cover__text {
  position: absolute;
  left: 44px;
  bottom: 38px;
  z-index: 3;
  display: grid;
  gap: 8px;
  max-width: 430px;
  text-align: left;
}

.tr-v2-video-cover__tag {
  display: inline-flex;
  width: fit-content;
  padding: 5px 10px;
  border-radius: 8px;
  color: #ffffff;
  background: rgba(31, 166, 179, 0.92);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tr-v2-video-cover__text strong {
  color: #ffffff;
  font-size: 28px;
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-shadow: 0 2px 14px rgba(4, 18, 45, 0.38);
}

.tr-v2-video-cover__text em {
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
  font-style: normal;
  line-height: 1.45;
  text-shadow: 0 2px 12px rgba(4, 18, 45, 0.34);
}

.tr-v2-video-cover__play {
  position: absolute;
  inset: 50% auto auto 50%;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  color: #ffffff;
  background: var(--color-secondary);
  font-size: 42px;
  box-shadow: 0 18px 40px rgba(13, 143, 155, 0.28);
  transform: translate(-50%, -50%);
  transition:
    transform 0.18s ease,
    background 0.18s ease;
}

.tr-v2-video-cover:hover .tr-v2-video-cover__play {
  background: #1fa6b3;
  transform: translate(-50%, -50%) scale(1.04);
}

/* =========================================================
   TR@CTION TOOL
   ========================================================= */

.tr-v2-tool {
  padding: 58px 0 66px;
  background: #ffffff;
}

.tr-v2-tool__head {
  max-width: 820px;
  margin: 0 0 30px;
}

.tr-v2-tool__head h2 {
  max-width: 760px;
  margin: 0 0 12px;
  color: var(--color-heading);
  font-size: 34px;
  line-height: 1.14;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.tr-v2-tool__head p {
  max-width: 760px;
  margin: 0;
  color: var(--color-text-muted);
  font-size: 17px;
  line-height: 1.7;
}

.tr-v2-tool__media {
  max-width: 820px;
  margin: 0 auto;
  padding: 18px;
  border: 1px solid var(--color-border);
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(31, 166, 179, 0.12), transparent 30%),
    #f8fbfd;
  box-shadow: 0 18px 40px rgba(16, 36, 73, 0.08);
}

.tr-v2-tool__image {
  display: block;
  width: 100%;
  border-radius: 18px;
}

.tr-v2-tool__points {
  margin-top: 28px;
}

.tr-v2-tool-point {
  padding: 24px;
  border: 1px solid var(--color-border);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 12px 26px rgba(16, 36, 73, 0.04);
}

.tr-v2-tool-point i {
  display: inline-flex;
  margin-bottom: 16px;
  color: #1fa6b3;
  font-size: 26px;
}

.tr-v2-tool-point h3 {
  margin: 0;
  color: var(--color-heading);
  font-size: 20px;
  line-height: 1.16;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.tr-v2-tool-point p {
  margin: 10px 0 0;
  color: var(--color-text);
  font-size: 14px;
  line-height: 1.6;
}

/* =========================================================
   OUTPUTS / INFORMATIONS EXPLOITABLES
   ========================================================= */

.tr-v2-outputs {
  padding: 58px 0 66px;
  background: #f9fbfe;
}

.tr-v2-outputs__head {
  max-width: 820px;
  margin: 0 0 30px;
}

.tr-v2-outputs__head h2 {
  max-width: 760px;
  margin: 0 0 12px;
  color: var(--color-heading);
  font-size: 34px;
  line-height: 1.14;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.tr-v2-outputs__head p {
  max-width: 760px;
  margin: 0;
  color: var(--color-text-muted);
  font-size: 17px;
  line-height: 1.7;
}

.tr-v2-outputs__main-card,
.tr-v2-outputs__card {
  border: 1px solid var(--color-border);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 14px 32px rgba(16, 36, 73, 0.055);
}

.tr-v2-outputs__main-card {
  padding: 30px;
  background:
    radial-gradient(circle at top right, rgba(31, 196, 209, 0.13), transparent 34%),
    #ffffff;
}

.tr-v2-outputs__main-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-bottom: 22px;
  border-radius: 18px;
  color: #1a7f95;
  background: #ecf8f6;
  font-size: 27px;
}

.tr-v2-outputs__main-card h3 {
  margin: 0;
  color: var(--color-heading);
  font-size: 28px;
  line-height: 1.14;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.tr-v2-outputs__main-card p {
  margin: 16px 0 0;
  color: var(--color-text);
  font-size: 16px;
  line-height: 1.7;
}

.tr-v2-outputs__main-card ul {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.tr-v2-outputs__main-card li {
  position: relative;
  padding-left: 24px;
  color: var(--color-text);
  font-size: 15px;
  line-height: 1.5;
}

.tr-v2-outputs__main-card li::before {
  position: absolute;
  left: 0;
  top: 0.18em;
  color: #1fa6b3;
  font-family: "bootstrap-icons";
  content: "\F26E";
}

.tr-v2-outputs__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.tr-v2-outputs__card {
  padding: 24px;
}

.tr-v2-outputs__card i {
  display: inline-flex;
  margin-bottom: 16px;
  color: #1fa6b3;
  font-size: 26px;
}

.tr-v2-outputs__card h3 {
  margin: 0;
  color: var(--color-heading);
  font-size: 21px;
  line-height: 1.16;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.tr-v2-outputs__card p {
  margin: 10px 0 0;
  color: var(--color-text);
  font-size: 14px;
  line-height: 1.65;
}

/* =========================================================
   USE CASES
   ========================================================= */

.tr-v2-usecases {
  padding: 58px 0 66px;
  background: #f9fbfe;
}

.tr-v2-usecases__head {
  max-width: 820px;
  margin: 0 0 30px;
}

.tr-v2-usecases__head h2 {
  max-width: 760px;
  margin: 0 0 12px;
  color: var(--color-heading);
  font-size: 34px;
  line-height: 1.14;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.tr-v2-usecases__head p {
  max-width: 760px;
  margin: 0;
  color: var(--color-text-muted);
  font-size: 17px;
  line-height: 1.7;
}

.tr-v2-usecase-card {
  padding: 30px;
  border: 1px solid var(--color-border);
  border-radius: 22px;
  background:
    radial-gradient(circle at top right, rgba(31, 196, 209, 0.11), transparent 30%),
    #ffffff;
  box-shadow: 0 14px 32px rgba(16, 36, 73, 0.055);
}

.tr-v2-usecase-card__top {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.tr-v2-usecase-card__icon {
  flex: 0 0 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  color: #1a7f95;
  background: #ecf8f6;
  font-size: 25px;
}

.tr-v2-usecase-card__top span {
  display: block;
  margin-bottom: 7px;
  color: #1fa6b3;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tr-v2-usecase-card__top h3 {
  margin: 0;
  color: var(--color-heading);
  font-size: 25px;
  line-height: 1.16;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.tr-v2-usecase-card > p {
  margin: 22px 0 0;
  color: var(--color-text);
  font-size: 16px;
  line-height: 1.7;
}

.tr-v2-usecase-card__details {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.tr-v2-usecase-card__details div {
  padding: 15px 16px;
  border: 1px solid #d8e7f2;
  border-radius: 16px;
  background: #f9fbfe;
}

.tr-v2-usecase-card__details strong {
  display: block;
  margin-bottom: 4px;
  color: var(--color-heading);
  font-size: 14px;
  font-weight: 700;
}

.tr-v2-usecase-card__details span {
  display: block;
  color: var(--color-text);
  font-size: 14px;
  line-height: 1.5;
}

.tr-v2-usecase-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  color: var(--color-heading);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.tr-v2-usecase-card__link:hover {
  color: #1fa6b3;
}

/* =========================================================
   STORY / EXPERIENCE
   ========================================================= */

.tr-v2-story {
  padding: 64px 0 76px;
  background: #ffffff;
}

.tr-v2-story__panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 46px;
  align-items: center;
  padding: 44px;
  border: 1px solid var(--color-border);
  border-radius: 26px;
  background:
    radial-gradient(circle at top right, rgba(31, 196, 209, 0.13), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #f4f9fb 100%);
  box-shadow: 0 18px 42px rgba(16, 36, 73, 0.075);
}

.tr-v2-story__content h2 {
  max-width: 720px;
  margin: 0;
  color: var(--color-heading);
  font-size: 38px;
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.tr-v2-story__content p {
  max-width: 720px;
  margin: 16px 0 0;
  color: var(--color-text);
  font-size: 16px;
  line-height: 1.75;
}

.tr-v2-story__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.tr-v2-story__phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--color-heading);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.tr-v2-story__phone:hover {
  color: #1fa6b3;
}

.tr-v2-story__timeline {
  position: relative;
  display: grid;
  gap: 16px;
  padding-left: 24px;
}

.tr-v2-story__timeline::before {
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 5px;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, #1fa6b3 0%, #d7e8f2 100%);
  content: "";
}

.tr-v2-story__item {
  position: relative;
  padding: 0 0 0 8px;
}

.tr-v2-story__item::before {
  position: absolute;
  top: 8px;
  left: -24px;
  width: 12px;
  height: 12px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: #1fa6b3;
  box-shadow: 0 0 0 1px #9ddbe2;
  content: "";
}

.tr-v2-story__item strong {
  display: block;
  color: #1fa6b3;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.tr-v2-story__item span {
  display: block;
  margin-top: 6px;
  color: var(--color-text);
  font-size: 14px;
  line-height: 1.45;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 991px) {
  .tr-v2-hero {
    padding: 84px 0 74px;
  }

  .tr-v2-hero__title {
    font-size: 42px;
  }

  .tr-v2-outputs__grid,
  .tr-v2-story__panel {
    grid-template-columns: 1fr;
  }

  .tr-v2-story__panel {
    gap: 34px;
  }
}

@media (max-width: 575px) {
  .tr-v2-hero {
    padding: 56px 0 58px;
  }

  .tr-v2-hero__title {
    font-size: 34px;
  }

  .tr-v2-hero__lead,
  .tr-v2-process__lead,
  .tr-v2-video-section__head p,
  .tr-v2-tool__head p,
  .tr-v2-outputs__head p,
  .tr-v2-usecases__head p {
    font-size: 16px;
  }

  .tr-v2-hero__actions,
  .tr-v2-hero__actions .ui-btn {
    width: 100%;
  }

  .tr-v2-process {
    padding: 30px 0 38px;
  }

  .tr-v2-video-section,
  .tr-v2-tool,
  .tr-v2-outputs,
  .tr-v2-usecases {
    padding: 42px 0 48px;
  }

  .tr-v2-process__title,
  .tr-v2-video-section__head h2,
  .tr-v2-tool__head h2,
  .tr-v2-outputs__head h2,
  .tr-v2-usecases__head h2 {
    font-size: 28px;
  }

  .tr-v2-video-cover {
    border-radius: 18px;
  }

  .tr-v2-video-cover__text {
    left: 22px;
    right: 22px;
    bottom: 22px;
    max-width: none;
  }

  .tr-v2-video-cover__text strong {
    font-size: 21px;
  }

  .tr-v2-video-cover__text em {
    font-size: 13px;
  }

  .tr-v2-video-cover__tag {
    font-size: 11px;
  }

  .tr-v2-video-cover__play {
    width: 62px;
    height: 62px;
    font-size: 34px;
  }

  .tr-v2-tool__media {
    padding: 10px;
    border-radius: 18px;
  }

  .tr-v2-tool__image {
    border-radius: 14px;
  }

  .tr-v2-tool-point,
  .tr-v2-outputs__card {
    padding: 22px;
  }

  .tr-v2-outputs__main-card,
  .tr-v2-usecase-card {
    padding: 24px;
  }

  .tr-v2-outputs__main-card h3 {
    font-size: 24px;
  }

  .tr-v2-usecase-card__top {
    flex-direction: column;
  }

  .tr-v2-usecase-card__top h3 {
    font-size: 22px;
  }

  .tr-v2-story {
    padding: 46px 0 56px;
  }

  .tr-v2-story__panel {
    padding: 28px 22px;
    border-radius: 22px;
  }

  .tr-v2-story__content h2 {
    font-size: 29px;
  }

  .tr-v2-story__content p {
    font-size: 15px;
  }

  .tr-v2-story__actions,
  .tr-v2-story__actions .ui-btn,
  .tr-v2-story__phone {
    width: 100%;
  }

  .tr-v2-story__timeline {
    padding-left: 22px;
  }
}
/* =========================================================
   CONFIDENCE / SECURITY BAND
   ========================================================= */

.tr-v2-confidence {
  padding: 58px 0 28px;
  background: #ffffff;
}

.tr-v2-confidence__panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 42px;
  align-items: center;
  padding: 42px;
  border-radius: 26px;
  color: #ffffff;
  background:
  radial-gradient(circle at 92% 20%, rgba(26, 160, 184, 0.28), transparent 28%),
  linear-gradient(135deg, #17365f 0%, #082b52 100%);
  box-shadow: 0 22px 46px rgba(8, 40, 77, 0.16);
}

.tr-v2-confidence__content h2 {
  max-width: 720px;
  margin: 0;
  color: #ffffff;
  font-size: 36px;
  line-height: 1.14;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.tr-v2-confidence__content p {
  max-width: 740px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.75;
}

.tr-v2-confidence__points {
  display: grid;
  gap: 14px;
}

.tr-v2-confidence__point {
  padding: 18px 18px 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-left: 4px solid #1fc4d1;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.07);
}

.tr-v2-confidence__point span {
  display: block;
  margin-bottom: 8px;
  color: #1fc4d1;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.tr-v2-confidence__point strong {
  display: block;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
}

.tr-v2-confidence__point p {
  margin: 7px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.55;
}

.tr-v2-confidence__point {
  background: rgba(255, 255, 255, 0.09);
} 
@media (max-width: 991px) {
  .tr-v2-confidence__panel {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

@media (max-width: 575px) {
  .tr-v2-confidence {
    padding: 42px 0 24px;
  }

  .tr-v2-confidence__panel {
    padding: 28px 22px;
    border-radius: 22px;
  }

  .tr-v2-confidence__content h2 {
    font-size: 28px;
  }

  .tr-v2-confidence__content p {
    font-size: 15px;
  }
}