.elementor-375 .elementor-element.elementor-element-c5f77aa{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-375 .elementor-element.elementor-element-43ca7de{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-375 .elementor-element.elementor-element-7e88403{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-375 .elementor-element.elementor-element-ebe5c07{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-375 .elementor-element.elementor-element-13b26e3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-375 .elementor-element.elementor-element-1f31deb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-08efc53 *//* =========================================================
   PAGE COMPRENDRE LA GTB — HERO
========================================================= */

.gtbox-understand-hero-section {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 92vh;
  padding: 170px 0 120px;

  background:
    radial-gradient(circle at 82% 18%, rgba(143,205,55,0.14), transparent 32%),
    linear-gradient(135deg, #071c2c 0%, #0d243a 55%, #123454 100%);

  color: #ffffff;
}

.gtbox-understand-hero-bg {
  position: absolute;
  inset: 0;

  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);

  background-size: 42px 42px;

  opacity: 0.18;
}

.gtbox-understand-hero-inner {
  position: relative;
  z-index: 2;

  width: 100%;
  max-width: 1240px;

  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;

  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

/* CONTENT */

.gtbox-understand-hero-tag {
  display: inline-block;

  margin-bottom: 18px;
  padding: 10px 16px;

  border-radius: 999px;

  background: rgba(143,205,55,0.12);

  border: 1px solid rgba(143,205,55,0.22);

  color: #8fcd37;

  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gtbox-understand-hero-content h1 {
  max-width: 760px;

  margin: 0 0 24px;

  color: #ffffff;

  font-size: clamp(3rem, 6vw, 5.3rem);
  line-height: 0.96;
  letter-spacing: -0.06em;
  font-weight: 900;
}

.gtbox-understand-hero-content p {
  max-width: 640px;

  margin: 0 0 34px;

  color: rgba(255,255,255,0.78);

  font-size: 1.08rem;
  line-height: 1.8;
}

/* ACTIONS */

.gtbox-understand-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;

  margin-bottom: 42px;
}

.gtbox-understand-hero-primary,
.gtbox-understand-hero-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 56px;
  padding: 0 28px;

  border-radius: 16px;

  font-size: 15px;
  font-weight: 850;

  text-decoration: none;

  transition:
    transform 0.2s ease,
    background 0.25s ease,
    border-color 0.25s ease;
}

.gtbox-understand-hero-primary {
  background: #ff7a00;
  color: #ffffff;

  box-shadow:
    0 16px 34px rgba(255,122,0,0.30);
}

.gtbox-understand-hero-primary:hover {
  background: #ff8a1f;

  color: #ffffff;

  transform: translateY(-2px);
}

.gtbox-understand-hero-secondary {
  background: rgba(255,255,255,0.06);

  border: 1px solid rgba(255,255,255,0.18);

  color: #ffffff;
}

.gtbox-understand-hero-secondary:hover {
  background: rgba(255,255,255,0.12);

  color: #ffffff;

  transform: translateY(-2px);
}

/* HIGHLIGHTS */

.gtbox-understand-hero-highlights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.gtbox-understand-hero-highlight {
  padding: 20px;

  border-radius: 20px;

  background: rgba(255,255,255,0.06);

  border: 1px solid rgba(255,255,255,0.08);

  backdrop-filter: blur(14px);
}

.gtbox-understand-hero-highlight strong {
  display: block;

  margin-bottom: 8px;

  color: #ffffff;

  font-size: 1rem;
  font-weight: 850;
}

.gtbox-understand-hero-highlight span {
  color: rgba(255,255,255,0.64);

  font-size: 0.82rem;
  line-height: 1.5;
}

/* VISUAL */

.gtbox-understand-hero-panel {
  position: relative;
  z-index: 2;

  padding: 30px;

  border-radius: 34px;

  background:
    linear-gradient(135deg, rgba(255,255,255,0.08), rgba(255,255,255,0.04));

  border: 1px solid rgba(255,255,255,0.10);

  backdrop-filter: blur(18px);

  box-shadow:
    0 30px 80px rgba(0,0,0,0.24);

  overflow: hidden;
}

.gtbox-understand-hero-panel::before {
  content: "";

  position: absolute;
  inset: 0;

  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);

  background-size: 42px 42px;

  opacity: 0.24;
}

.gtbox-understand-hero-panel-top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-start;

  margin-bottom: 34px;
}

.gtbox-understand-hero-panel-top strong {
  display: block;

  margin-bottom: 4px;

  color: #ffffff;

  font-size: 1.08rem;
  font-weight: 850;
}

.gtbox-understand-hero-panel-top span {
  color: rgba(255,255,255,0.64);

  font-size: 0.84rem;
}

.gtbox-understand-hero-panel-top small {
  padding: 8px 12px;

  border-radius: 999px;

  background: rgba(143,205,55,0.12);

  border: 1px solid rgba(143,205,55,0.22);

  color: #8fcd37;

  font-size: 0.72rem;
  font-weight: 850;
}

/* SCHEMA */

.gtbox-understand-schema {
  position: relative;
  height: 360px;

  margin-bottom: 28px;
}

.gtbox-understand-core {
  position: absolute;

  left: 50%;
  top: 50%;

  transform: translate(-50%, -50%);

  width: 120px;
  height: 120px;

  border-radius: 30px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: linear-gradient(135deg, #8fcd37, #74b61f);

  color: #071c2c;

  font-size: 1.3rem;
  font-weight: 900;

  box-shadow:
    0 18px 42px rgba(143,205,55,0.35);
}

.gtbox-understand-node {
  position: absolute;

  width: 140px;
  height: 74px;

  border-radius: 18px;

  display: flex;
  align-items: center;
  justify-content: center;

  text-align: center;

  background: rgba(255,255,255,0.06);

  border: 1px solid rgba(255,255,255,0.10);

  color: #ffffff;

  font-size: 0.88rem;
  font-weight: 850;

  backdrop-filter: blur(10px);
}

.gtbox-understand-node.top {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.gtbox-understand-node.right {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.gtbox-understand-node.bottom {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.gtbox-understand-node.left {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.gtbox-understand-line {
  position: absolute;
  background: rgba(143,205,55,0.42);
}

.gtbox-understand-line.top,
.gtbox-understand-line.bottom {
  width: 2px;
  left: 50%;
  transform: translateX(-50%);
}

.gtbox-understand-line.left,
.gtbox-understand-line.right {
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
}

.gtbox-understand-line.top {
  top: 74px;
  height: 70px;
}

.gtbox-understand-line.bottom {
  bottom: 74px;
  height: 70px;
}

.gtbox-understand-line.left {
  left: 140px;
  width: 76px;
}

.gtbox-understand-line.right {
  right: 140px;
  width: 76px;
}

/* FOOTER */

.gtbox-understand-footer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.gtbox-understand-footer div {
  padding: 18px;

  border-radius: 18px;

  background: rgba(255,255,255,0.055);

  border: 1px solid rgba(255,255,255,0.08);
}

.gtbox-understand-footer span {
  display: block;

  margin-bottom: 8px;

  color: rgba(255,255,255,0.62);

  font-size: 0.76rem;
}

.gtbox-understand-footer strong {
  color: #ffffff;

  font-size: 1.04rem;
  font-weight: 850;
}

/* RESPONSIVE */

@media (max-width: 1080px) {

  .gtbox-understand-hero-section {
    min-height: auto;
    padding: 140px 0 90px;
  }

  .gtbox-understand-hero-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {

  .gtbox-understand-hero-inner {
    padding: 0 20px;
  }

  .gtbox-understand-hero-content h1 {
    font-size: clamp(2.8rem, 14vw, 4.2rem);
  }

  .gtbox-understand-hero-actions {
    flex-direction: column;
  }

  .gtbox-understand-hero-primary,
  .gtbox-understand-hero-secondary {
    width: 100%;
  }

  .gtbox-understand-hero-highlights {
    grid-template-columns: 1fr;
  }

  .gtbox-understand-schema {
    height: 520px;
  }

  .gtbox-understand-node.right {
    top: 120px;
    right: 0;
    transform: none;
  }

  .gtbox-understand-node.left {
    top: 120px;
    left: 0;
    transform: none;
  }

  .gtbox-understand-line.left,
  .gtbox-understand-line.right {
    display: none;
  }

  .gtbox-understand-footer {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1be931b *//* =========================================================
   PAGE COMPRENDRE LA GTB — DÉFINITION
========================================================= */

.gtbox-understand-definition-section {
  width: 100%;
  padding: 108px 0;

  background:
    radial-gradient(circle at 12% 18%, rgba(143,205,55,0.07), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);

  color: #1c2f45;
}

.gtbox-understand-definition-inner {
  width: 100%;
  max-width: 1240px;

  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.gtbox-understand-definition-header {
  max-width: 860px;

  margin: 0 auto 58px;

  text-align: center;
}

.gtbox-understand-definition-tag {
  display: inline-block;

  margin-bottom: 14px;

  color: #8fcd37;

  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gtbox-understand-definition-header h2 {
  margin: 0 0 18px;

  color: #17324d;

  font-size: clamp(2rem, 3vw, 2.9rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
  font-weight: 850;
}

.gtbox-understand-definition-header p {
  margin: 0 auto;

  max-width: 790px;

  color: #5c6f82;

  font-size: 1.05rem;
  line-height: 1.75;
}

/* LAYOUT */

.gtbox-understand-definition-layout {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 42px;
  align-items: center;
}

/* CONTENT */

.gtbox-understand-definition-content {
  display: grid;
  gap: 18px;
}

.gtbox-understand-definition-card {
  padding: 28px 26px;

  border-radius: 24px;

  background: #ffffff;

  border: 1px solid #e4edf3;

  box-shadow:
    0 14px 34px rgba(13,31,51,0.045);

  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

.gtbox-understand-definition-card:hover {
  transform: translateY(-4px);

  border-color: rgba(143,205,55,0.32);

  box-shadow:
    0 20px 46px rgba(13,31,51,0.08);
}

.gtbox-understand-definition-card.is-featured {
  border-color: rgba(143,205,55,0.34);

  background:
    radial-gradient(circle at top right, rgba(143,205,55,0.12), transparent 40%),
    #ffffff;
}

.gtbox-understand-definition-card span {
  display: inline-block;

  margin-bottom: 14px;

  color: #8fcd37;

  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.gtbox-understand-definition-card h3 {
  margin: 0 0 10px;

  color: #17324d;

  font-size: 1.12rem;
  line-height: 1.3;
  font-weight: 850;
}

.gtbox-understand-definition-card p {
  margin: 0;

  color: #5c6f82;

  line-height: 1.7;
}

/* VISUAL */

.gtbox-understand-definition-visual {
  position: relative;
}

.gtbox-understand-definition-visual::before {
  content: "";

  position: absolute;
  inset: -60px;

  background:
    radial-gradient(circle, rgba(143,205,55,0.14), transparent 60%);

  filter: blur(34px);

  pointer-events: none;
}

.gtbox-understand-definition-panel {
  position: relative;
  z-index: 2;

  padding: 30px;

  border-radius: 34px;

  background:
    linear-gradient(135deg, #071c2c, #102b45);

  border: 1px solid rgba(255,255,255,0.08);

  box-shadow:
    0 30px 80px rgba(13,31,51,0.20);

  overflow: hidden;
}

.gtbox-understand-definition-panel::before {
  content: "";

  position: absolute;
  inset: 0;

  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);

  background-size: 42px 42px;

  opacity: 0.24;
}

.gtbox-understand-definition-top {
  position: relative;
  z-index: 2;

  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-start;

  margin-bottom: 28px;
}

.gtbox-understand-definition-top strong {
  display: block;

  margin-bottom: 4px;

  color: #ffffff;

  font-size: 1.08rem;
  font-weight: 850;
}

.gtbox-understand-definition-top span {
  color: rgba(255,255,255,0.64);

  font-size: 0.84rem;
}

.gtbox-understand-definition-top small {
  padding: 8px 12px;

  border-radius: 999px;

  background: rgba(143,205,55,0.12);

  border: 1px solid rgba(143,205,55,0.22);

  color: #8fcd37;

  font-size: 0.76rem;
  font-weight: 850;
}

/* DASHBOARD */

.gtbox-understand-definition-dashboard {
  position: relative;
  z-index: 2;

  display: grid;
  gap: 14px;

  margin-bottom: 26px;
}

.gtbox-understand-definition-system {
  display: flex;
  align-items: center;
  gap: 14px;

  padding: 18px;

  border-radius: 18px;

  background: rgba(255,255,255,0.055);

  border: 1px solid rgba(255,255,255,0.08);

  color: #ffffff;

  font-size: 0.92rem;
  font-weight: 700;
}

.gtbox-understand-definition-system span {
  width: 12px;
  height: 12px;

  border-radius: 50%;

  background: #8fcd37;

  box-shadow:
    0 0 14px rgba(143,205,55,0.55);

  flex-shrink: 0;
}

/* FOOTER */

.gtbox-understand-definition-footer {
  position: relative;
  z-index: 2;

  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.gtbox-understand-definition-footer div {
  padding: 18px;

  border-radius: 18px;

  background: rgba(255,255,255,0.055);

  border: 1px solid rgba(255,255,255,0.08);
}

.gtbox-understand-definition-footer span {
  display: block;

  margin-bottom: 8px;

  color: rgba(255,255,255,0.62);

  font-size: 0.76rem;
}

.gtbox-understand-definition-footer strong {
  color: #ffffff;

  font-size: 1.08rem;
  font-weight: 850;
}

/* RESPONSIVE */

@media (max-width: 1080px) {

  .gtbox-understand-definition-section {
    padding: 84px 0;
  }

  .gtbox-understand-definition-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {

  .gtbox-understand-definition-inner {
    padding: 0 20px;
  }

  .gtbox-understand-definition-header {
    text-align: left;
    margin-bottom: 42px;
  }

  .gtbox-understand-definition-panel {
    padding: 22px;
  }

  .gtbox-understand-definition-top {
    flex-direction: column;
  }

  .gtbox-understand-definition-footer {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3da51a4 *//* =========================================================
   PAGE COMPRENDRE LA GTB — THÉMATIQUES
========================================================= */

.gtbox-understand-topics-section {
  width: 100%;
  padding: 112px 0;

  background:
    radial-gradient(circle at 82% 22%, rgba(143,205,55,0.12), transparent 34%),
    linear-gradient(135deg, #071c2c 0%, #0d243a 55%, #123454 100%);

  color: #ffffff;
}

.gtbox-understand-topics-inner {
  width: 100%;
  max-width: 1240px;

  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.gtbox-understand-topics-header {
  max-width: 860px;

  margin: 0 auto 58px;

  text-align: center;
}

.gtbox-understand-topics-tag {
  display: inline-block;

  margin-bottom: 14px;

  color: #8fcd37;

  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gtbox-understand-topics-header h2 {
  margin: 0 0 18px;

  color: #ffffff;

  font-size: clamp(2rem, 3vw, 2.9rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
  font-weight: 850;
}

.gtbox-understand-topics-header p {
  margin: 0 auto;

  max-width: 790px;

  color: rgba(255,255,255,0.78);

  font-size: 1.05rem;
  line-height: 1.75;
}

/* GRID */

.gtbox-understand-topics-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.gtbox-understand-topic-card {
  position: relative;

  display: flex;
  flex-direction: column;

  padding: 34px 30px;

  border-radius: 30px;

  background:
    linear-gradient(
      135deg,
      rgba(255,255,255,0.08),
      rgba(255,255,255,0.04)
    );

  border: 1px solid rgba(255,255,255,0.10);

  backdrop-filter: blur(18px);

  box-shadow:
    0 24px 58px rgba(0,0,0,0.18);

  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    background 0.24s ease;
}

.gtbox-understand-topic-card:hover {
  transform: translateY(-6px);

  border-color: rgba(143,205,55,0.28);

  background:
    linear-gradient(
      135deg,
      rgba(255,255,255,0.10),
      rgba(255,255,255,0.05)
    );
}

.gtbox-understand-topic-card.is-featured {
  border-color: rgba(143,205,55,0.34);

  background:
    radial-gradient(circle at top right, rgba(143,205,55,0.12), transparent 40%),
    linear-gradient(
      135deg,
      rgba(255,255,255,0.10),
      rgba(255,255,255,0.05)
    );
}

/* TOP */

.gtbox-understand-topic-top {
  display: flex;
  align-items: center;
  gap: 14px;

  margin-bottom: 24px;
}

.gtbox-understand-topic-icon {
  width: 58px;
  height: 58px;

  border-radius: 18px;

  display: flex;
  align-items: center;
  justify-content: center;

  background:
    linear-gradient(
      135deg,
      rgba(143,205,55,0.24),
      rgba(143,205,55,0.12)
    );

  border: 1px solid rgba(143,205,55,0.28);

  color: #8fcd37;

  font-size: 0.92rem;
  font-weight: 900;

  box-shadow:
    0 12px 28px rgba(143,205,55,0.16);
}

.gtbox-understand-topic-top span {
  color: rgba(255,255,255,0.72);

  font-size: 0.84rem;
  font-weight: 700;
}

/* CONTENT */

.gtbox-understand-topic-card h3 {
  margin: 0 0 14px;

  color: #ffffff;

  font-size: 1.28rem;
  line-height: 1.25;
  font-weight: 850;
}

.gtbox-understand-topic-card p {
  margin: 0 0 28px;

  color: rgba(255,255,255,0.74);

  line-height: 1.75;

  font-size: 0.96rem;
}

/* LINK */

.gtbox-understand-topic-link {
  margin-top: auto;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 52px;

  padding: 0 22px;

  border-radius: 16px;

  background: rgba(255,255,255,0.06);

  border: 1px solid rgba(255,255,255,0.12);

  color: #ffffff;

  font-size: 0.92rem;
  font-weight: 850;

  text-decoration: none;

  transition:
    background 0.24s ease,
    border-color 0.24s ease,
    transform 0.24s ease;
}

.gtbox-understand-topic-link:hover {
  background: rgba(255,255,255,0.12);

  border-color: rgba(255,255,255,0.22);

  color: #ffffff;

  transform: translateY(-2px);
}

/* RESPONSIVE */

@media (max-width: 1024px) {

  .gtbox-understand-topics-section {
    padding: 84px 0;
  }

  .gtbox-understand-topics-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {

  .gtbox-understand-topics-inner {
    padding: 0 20px;
  }

  .gtbox-understand-topics-header {
    text-align: left;
    margin-bottom: 42px;
  }

  .gtbox-understand-topic-card {
    padding: 28px 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2a7a319 *//* =========================================================
   PAGE COMPRENDRE LA GTB — ENJEUX
========================================================= */

.gtbox-understand-importance-section {
  width: 100%;
  padding: 112px 0;

  background:
    radial-gradient(circle at 82% 22%, rgba(143,205,55,0.12), transparent 34%),
    linear-gradient(135deg, #071c2c 0%, #0d243a 55%, #123454 100%);

  color: #ffffff;
}

.gtbox-understand-importance-inner {
  width: 100%;
  max-width: 1240px;

  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.gtbox-understand-importance-header {
  max-width: 860px;

  margin: 0 auto 58px;

  text-align: center;
}

.gtbox-understand-importance-tag {
  display: inline-block;

  margin-bottom: 14px;

  color: #8fcd37;

  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gtbox-understand-importance-header h2 {
  margin: 0 0 18px;

  color: #ffffff;

  font-size: clamp(2rem, 3vw, 2.9rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
  font-weight: 850;
}

.gtbox-understand-importance-header p {
  margin: 0 auto;

  max-width: 790px;

  color: rgba(255,255,255,0.78);

  font-size: 1.05rem;
  line-height: 1.75;
}

/* LAYOUT */

.gtbox-understand-importance-layout {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 42px;
  align-items: center;
}

/* CONTENT */

.gtbox-understand-importance-content {
  display: grid;
  gap: 18px;
}

.gtbox-understand-importance-card {
  padding: 28px 26px;

  border-radius: 24px;

  background: rgba(255,255,255,0.06);

  border: 1px solid rgba(255,255,255,0.10);

  backdrop-filter: blur(14px);

  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    background 0.22s ease;
}

.gtbox-understand-importance-card:hover {
  transform: translateY(-4px);

  background: rgba(255,255,255,0.085);

  border-color: rgba(143,205,55,0.26);
}

.gtbox-understand-importance-card.is-featured {
  border-color: rgba(143,205,55,0.34);

  background:
    radial-gradient(circle at top right, rgba(143,205,55,0.12), transparent 40%),
    rgba(255,255,255,0.08);
}

.gtbox-understand-importance-card span {
  display: inline-block;

  margin-bottom: 14px;

  color: #8fcd37;

  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.gtbox-understand-importance-card h3 {
  margin: 0 0 10px;

  color: #ffffff;

  font-size: 1.12rem;
  line-height: 1.3;
  font-weight: 850;
}

.gtbox-understand-importance-card p {
  margin: 0;

  color: rgba(255,255,255,0.74);

  line-height: 1.7;
}

/* VISUAL */

.gtbox-understand-importance-panel {
  position: relative;

  padding: 30px;

  border-radius: 34px;

  background:
    linear-gradient(135deg, rgba(255,255,255,0.08), rgba(255,255,255,0.04));

  border: 1px solid rgba(255,255,255,0.10);

  backdrop-filter: blur(18px);

  box-shadow:
    0 30px 80px rgba(0,0,0,0.24);

  overflow: hidden;
}

.gtbox-understand-importance-panel::before {
  content: "";

  position: absolute;
  inset: 0;

  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);

  background-size: 42px 42px;

  opacity: 0.24;
}

.gtbox-understand-importance-top {
  position: relative;
  z-index: 2;

  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-start;

  margin-bottom: 28px;
}

.gtbox-understand-importance-top strong {
  display: block;

  margin-bottom: 4px;

  color: #ffffff;

  font-size: 1.08rem;
  font-weight: 850;
}

.gtbox-understand-importance-top span {
  color: rgba(255,255,255,0.64);

  font-size: 0.84rem;
}

.gtbox-understand-importance-top small {
  padding: 8px 12px;

  border-radius: 999px;

  background: rgba(143,205,55,0.12);

  border: 1px solid rgba(143,205,55,0.22);

  color: #8fcd37;

  font-size: 0.76rem;
  font-weight: 850;
}

/* METRICS */

.gtbox-understand-importance-metrics {
  position: relative;
  z-index: 2;

  display: grid;
  gap: 18px;

  margin-bottom: 26px;
}

.gtbox-understand-importance-metric {
  display: flex;
  align-items: center;
  gap: 18px;

  padding: 18px;

  border-radius: 22px;

  background: rgba(255,255,255,0.055);

  border: 1px solid rgba(255,255,255,0.08);
}

.gtbox-understand-importance-ring {
  width: 72px;
  height: 72px;

  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  background:
    radial-gradient(circle, rgba(143,205,55,0.22), rgba(143,205,55,0.08));

  border: 2px solid rgba(143,205,55,0.34);

  color: #8fcd37;

  font-size: 0.92rem;
  font-weight: 900;

  box-shadow:
    0 0 24px rgba(143,205,55,0.16);

  flex-shrink: 0;
}

.gtbox-understand-importance-text strong {
  display: block;

  margin-bottom: 6px;

  color: #ffffff;

  font-size: 1rem;
  font-weight: 850;
}

.gtbox-understand-importance-text span {
  color: rgba(255,255,255,0.68);

  font-size: 0.88rem;
  line-height: 1.6;
}

/* FOOTER */

.gtbox-understand-importance-footer {
  position: relative;
  z-index: 2;

  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.gtbox-understand-importance-footer div {
  padding: 18px;

  border-radius: 18px;

  background: rgba(255,255,255,0.055);

  border: 1px solid rgba(255,255,255,0.08);
}

.gtbox-understand-importance-footer span {
  display: block;

  margin-bottom: 8px;

  color: rgba(255,255,255,0.62);

  font-size: 0.76rem;
}

.gtbox-understand-importance-footer strong {
  color: #ffffff;

  font-size: 1.08rem;
  font-weight: 850;
}

/* RESPONSIVE */

@media (max-width: 1080px) {

  .gtbox-understand-importance-section {
    padding: 84px 0;
  }

  .gtbox-understand-importance-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {

  .gtbox-understand-importance-inner {
    padding: 0 20px;
  }

  .gtbox-understand-importance-header {
    text-align: left;
    margin-bottom: 42px;
  }

  .gtbox-understand-importance-panel {
    padding: 22px;
  }

  .gtbox-understand-importance-top {
    flex-direction: column;
  }

  .gtbox-understand-importance-metric {
    align-items: flex-start;
  }

  .gtbox-understand-importance-footer {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-308e409 *//* =========================================================
   PAGE COMPRENDRE LA GTB — FAQ
========================================================= */

.gtbox-understand-faq-section {
  width: 100%;
  padding: 108px 0;
  background: #ffffff;
  color: #1c2f45;
}

.gtbox-understand-faq-inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.gtbox-understand-faq-header {
  margin: 0 auto 52px;
  text-align: center;
}

.gtbox-understand-faq-tag {
  display: inline-block;
  margin-bottom: 14px;
  color: #8fcd37;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gtbox-understand-faq-header h2 {
  margin: 0 0 18px;
  color: #17324d;
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1.1;
  letter-spacing: -0.035em;
  font-weight: 850;
}

.gtbox-understand-faq-header p {
  margin: 0 auto;
  max-width: 720px;
  color: #5c6f82;
  font-size: 1.05rem;
  line-height: 1.7;
}

.gtbox-understand-faq-list {
  display: grid;
  gap: 14px;
}

.gtbox-understand-faq-item {
  border-radius: 20px;
  background: #f6f9fc;
  border: 1px solid #e7edf3;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(13,31,51,0.04);
}

.gtbox-understand-faq-item[open] {
  border-color: rgba(143,205,55,0.35);
  box-shadow: 0 16px 38px rgba(13,31,51,0.06);
}

.gtbox-understand-faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 22px 24px;
  color: #17324d;
  font-size: 1.04rem;
  font-weight: 850;
}

.gtbox-understand-faq-item summary::-webkit-details-marker {
  display: none;
}

.gtbox-understand-faq-item summary::after {
  content: "+";
  float: right;
  color: #8fcd37;
  font-size: 1.4rem;
  line-height: 1;
}

.gtbox-understand-faq-item[open] summary::after {
  content: "–";
}

.gtbox-understand-faq-item p {
  margin: 0;
  padding: 0 24px 24px;
  color: #5c6f82;
  font-size: 0.98rem;
  line-height: 1.7;
}

@media (max-width: 768px) {

  .gtbox-understand-faq-section {
    padding: 84px 0;
  }

  .gtbox-understand-faq-inner {
    padding: 0 20px;
  }

  .gtbox-understand-faq-header {
    text-align: left;
    margin-bottom: 42px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-58e0832 *//* =========================================================
   PAGE COMPRENDRE LA GTB — CTA FINAL
========================================================= */

.gtbox-understand-cta-section {
  position: relative;
  overflow: hidden;

  width: 100%;
  padding: 120px 0;

  background:
    radial-gradient(circle at 78% 20%, rgba(143,205,55,0.16), transparent 34%),
    radial-gradient(circle at 18% 80%, rgba(255,255,255,0.04), transparent 32%),
    linear-gradient(135deg, #071c2c 0%, #0d243a 52%, #123454 100%);

  color: #ffffff;
}

.gtbox-understand-cta-section::before {
  content: "";

  position: absolute;
  right: -120px;
  top: -120px;

  width: 360px;
  height: 360px;

  border-radius: 42px;

  background:
    linear-gradient(
      135deg,
      rgba(255,255,255,0.08),
      rgba(255,255,255,0.015)
    );

  transform: rotate(18deg);

  pointer-events: none;
}

.gtbox-understand-cta-section::after {
  content: "";

  position: absolute;
  left: -100px;
  bottom: -120px;

  width: 300px;
  height: 300px;

  border-radius: 50%;

  background:
    radial-gradient(circle, rgba(143,205,55,0.16), transparent 70%);

  filter: blur(24px);

  pointer-events: none;
}

.gtbox-understand-cta-inner {
  position: relative;
  z-index: 2;

  width: 100%;
  max-width: 980px;

  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;

  text-align: center;
}

.gtbox-understand-cta-tag {
  display: inline-block;

  margin-bottom: 18px;
  padding: 10px 16px;

  border-radius: 999px;

  background: rgba(255,255,255,0.08);

  border: 1px solid rgba(255,255,255,0.14);

  color: rgba(255,255,255,0.88);

  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gtbox-understand-cta-inner h2 {
  max-width: 860px;

  margin: 0 auto 22px;

  color: #ffffff;

  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
  font-weight: 850;
}

.gtbox-understand-cta-inner p {
  max-width: 760px;

  margin: 0 auto 34px;

  color: rgba(255,255,255,0.80);

  font-size: 1.08rem;
  line-height: 1.75;
}

.gtbox-understand-cta-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

.gtbox-understand-cta-primary,
.gtbox-understand-cta-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 54px;
  padding: 0 28px;

  border-radius: 16px;

  font-size: 15px;
  font-weight: 850;

  text-decoration: none;

  transition:
    transform 0.2s ease,
    background 0.25s ease,
    border-color 0.25s ease;
}

.gtbox-understand-cta-primary {
  background: #ff7a00;
  color: #ffffff;

  box-shadow:
    0 16px 34px rgba(255,122,0,0.30);
}

.gtbox-understand-cta-primary:hover {
  background: #ff8a1f;

  color: #ffffff;

  transform: translateY(-2px);
}

.gtbox-understand-cta-secondary {
  background: rgba(255,255,255,0.06);

  border: 1px solid rgba(255,255,255,0.24);

  color: #ffffff;
}

.gtbox-understand-cta-secondary:hover {
  background: rgba(255,255,255,0.12);

  border-color: rgba(255,255,255,0.38);

  color: #ffffff;

  transform: translateY(-2px);
}

@media (max-width: 768px) {

  .gtbox-understand-cta-section {
    padding: 92px 0;
  }

  .gtbox-understand-cta-inner {
    padding: 0 20px;
  }

  .gtbox-understand-cta-actions {
    flex-direction: column;
  }

  .gtbox-understand-cta-primary,
  .gtbox-understand-cta-secondary {
    width: 100%;
  }
}/* End custom CSS */