.elementor-405 .elementor-element.elementor-element-81ec345{--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-405 .elementor-element.elementor-element-bb7155c{--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-405 .elementor-element.elementor-element-6eb9c42{--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-405 .elementor-element.elementor-element-80a1181{--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-405 .elementor-element.elementor-element-bd636f0{--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-405 .elementor-element.elementor-element-d4acced{--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-405 .elementor-element.elementor-element-325021e{--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-405 .elementor-element.elementor-element-e32d476{--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-e0241b4 *//* =========================================================
   PAGE GTB VS GTC — HERO
========================================================= */

.gtbox-compare-hero {
  position: relative;
  overflow: hidden;

  width: 100%;
  padding: 132px 0 96px;

  color: #ffffff;

  background:
    radial-gradient(circle at 78% 42%, rgba(143,205,55,0.18), transparent 34%),
    linear-gradient(135deg, #071c2c 0%, #0d243a 52%, #123454 100%);
}

.gtbox-compare-hero::before {
  content: "";

  position: absolute;
  right: -120px;
  top: -120px;

  width: 360px;
  height: 360px;

  border-radius: 42px;

  background:
    linear-gradient(
      135deg,
      rgba(255,255,255,0.06),
      rgba(255,255,255,0.015)
    );

  transform: rotate(18deg);

  pointer-events: none;
}

.gtbox-compare-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: 1.05fr 0.95fr;
  gap: 64px;
  align-items: center;
}

/* CONTENT */

.gtbox-compare-hero-content {
  max-width: 690px;
}

.gtbox-compare-hero-tag {
  display: inline-block;

  margin-bottom: 22px;
  padding: 10px 16px;

  border-radius: 999px;

  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);

  backdrop-filter: blur(10px);

  color: rgba(255,255,255,0.88);

  font-size: 13px;
  font-weight: 850;
}

.gtbox-compare-hero h1 {
  margin: 0 0 22px;

  color: #ffffff;

  font-size: clamp(2.8rem, 4vw, 4.5rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
  font-weight: 850;
}

.gtbox-compare-hero-content p {
  max-width: 640px;

  margin: 0;

  color: rgba(255,255,255,0.82);

  font-size: 1.08rem;
  line-height: 1.75;
}

/* ACTIONS */

.gtbox-compare-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;

  margin-top: 34px;
}

.gtbox-compare-btn-primary,
.gtbox-compare-btn-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-compare-btn-primary {
  background: #ff7a00;
  color: #ffffff;

  box-shadow:
    0 16px 34px rgba(255,122,0,0.30);
}

.gtbox-compare-btn-primary:hover {
  background: #ff8a1f;

  transform: translateY(-2px);
}

.gtbox-compare-btn-secondary {
  background: rgba(255,255,255,0.06);

  border: 1px solid rgba(255,255,255,0.22);

  color: #ffffff;
}

.gtbox-compare-btn-secondary:hover {
  background: rgba(255,255,255,0.12);

  transform: translateY(-2px);
}

/* BADGES */

.gtbox-compare-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;

  margin-top: 30px;
}

.gtbox-compare-hero-badges span {
  padding: 10px 14px;

  border-radius: 999px;

  background: rgba(255,255,255,0.06);

  border: 1px solid rgba(255,255,255,0.10);

  color: rgba(255,255,255,0.78);

  font-size: 0.84rem;
  font-weight: 700;
}

/* VISUAL */

.gtbox-compare-hero-visual {
  position: relative;
}

.gtbox-compare-hero-visual::before {
  content: "";

  position: absolute;
  inset: -60px;

  background:
    radial-gradient(circle, rgba(143,205,55,0.16), transparent 60%);

  filter: blur(34px);

  pointer-events: none;
}

.gtbox-compare-hero-panel {
  position: relative;
  z-index: 2;

  padding: 28px;

  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 30px 80px rgba(0,0,0,0.24);
}

.gtbox-compare-hero-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;

  margin-bottom: 28px;
}

.gtbox-compare-hero-top strong {
  display: block;

  margin-bottom: 4px;

  color: #ffffff;

  font-size: 1.05rem;
  font-weight: 850;
}

.gtbox-compare-hero-top span {
  color: rgba(255,255,255,0.62);

  font-size: 0.84rem;
}

.gtbox-compare-hero-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.74rem;
  font-weight: 800;
}

/* FLOW */

.gtbox-compare-flow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;

  margin-bottom: 24px;
}

.gtbox-compare-block,
.gtbox-compare-center-card {
  padding: 22px;

  border-radius: 24px;

  background: rgba(255,255,255,0.05);

  border: 1px solid rgba(255,255,255,0.08);
}

.gtbox-compare-block-head {
  margin-bottom: 18px;
}

.gtbox-compare-block-head span {
  color: #8fcd37;

  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.gtbox-compare-block ul {
  list-style: none;
  padding: 0;
  margin: 0;

  display: grid;
  gap: 10px;
}

.gtbox-compare-block li {
  padding: 10px 14px;

  border-radius: 14px;

  background: rgba(255,255,255,0.04);

  color: rgba(255,255,255,0.84);

  font-size: 0.92rem;
  font-weight: 700;
}

.gtbox-compare-center {
  display: flex;
  align-items: center;
}

.gtbox-compare-center-card {
  width: 100%;

  border-color: rgba(143,205,55,0.24);

  background:
    radial-gradient(circle at top right, rgba(143,205,55,0.12), transparent 42%),
    rgba(255,255,255,0.05);
}

.gtbox-compare-center-card strong {
  display: block;

  margin-bottom: 10px;

  color: #ffffff;

  font-size: 1.35rem;
  font-weight: 850;
}

.gtbox-compare-center-card span {
  color: rgba(255,255,255,0.72);

  line-height: 1.6;
}

/* KPIS */

.gtbox-compare-kpis {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.gtbox-compare-kpi {
  padding: 16px;

  border-radius: 18px;

  background: rgba(255,255,255,0.05);

  border: 1px solid rgba(255,255,255,0.08);
}

.gtbox-compare-kpi small {
  display: block;

  margin-bottom: 10px;

  color: rgba(255,255,255,0.62);

  font-size: 0.74rem;
}

.gtbox-compare-kpi strong {
  color: #ffffff;

  font-size: 1.1rem;
  font-weight: 850;
}

/* RESPONSIVE */

@media (max-width: 1080px) {

  .gtbox-compare-hero {
    padding: 118px 0 84px;
  }

  .gtbox-compare-hero-inner {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .gtbox-compare-hero-content {
    max-width: none;
  }
}

@media (max-width: 768px) {

  .gtbox-compare-hero {
    padding: 98px 0 70px;
  }

  .gtbox-compare-hero-inner {
    padding: 0 20px;
  }

  .gtbox-compare-hero h1 {
    font-size: clamp(2.2rem, 10vw, 3.2rem);
  }

  .gtbox-compare-hero-actions {
    flex-direction: column;
  }

  .gtbox-compare-btn-primary,
  .gtbox-compare-btn-secondary {
    width: 100%;
  }

  .gtbox-compare-flow {
    grid-template-columns: 1fr;
  }

  .gtbox-compare-kpis {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1d15319 *//* =========================================================
   PAGE GTB VS GTC — DÉFINITIONS
========================================================= */

.gtbox-compare-definition-section {
  width: 100%;
  padding: 108px 0;
  background:
    radial-gradient(circle at 88% 18%, rgba(143,205,55,0.075), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
  color: #1c2f45;
}

.gtbox-compare-definition-inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.gtbox-compare-definition-header {
  max-width: 840px;
  margin: 0 auto 58px;
  text-align: center;
}

.gtbox-compare-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-compare-definition-header h2 {
  margin: 0 0 18px;
  color: #17324d;
  font-size: clamp(2rem, 3vw, 2.85rem);
  line-height: 1.1;
  letter-spacing: -0.04em;
  font-weight: 850;
}

.gtbox-compare-definition-header p {
  margin: 0 auto;
  max-width: 760px;
  color: #5c6f82;
  font-size: 1.05rem;
  line-height: 1.75;
}

.gtbox-compare-definition-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}

.gtbox-compare-definition-card {
  position: relative;
  min-height: 300px;
  padding: 34px 32px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid #e4edf3;
  box-shadow:
    0 16px 38px rgba(13,31,51,0.05),
    inset 0 1px 0 rgba(255,255,255,0.7);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.gtbox-compare-definition-card:hover {
  transform: translateY(-5px);
  border-color: rgba(143,205,55,0.34);
  box-shadow: 0 22px 52px rgba(13,31,51,0.08);
}

.gtbox-compare-definition-card.is-featured {
  border-color: rgba(143,205,55,0.34);
  background:
    radial-gradient(circle at top right, rgba(143,205,55,0.13), transparent 42%),
    #ffffff;
}

.gtbox-compare-definition-icon {
  width: 46px;
  height: 46px;
  margin-bottom: 22px;
  border-radius: 16px;
  background: rgba(143,205,55,0.10);
  border: 1px solid rgba(143,205,55,0.20);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8fcd37;
}

.gtbox-compare-definition-icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.gtbox-compare-definition-card span {
  display: inline-block;
  margin-bottom: 14px;
  color: #8fcd37;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gtbox-compare-definition-card h3 {
  margin: 0 0 14px;
  color: #17324d;
  font-size: clamp(1.45rem, 2vw, 2rem);
  line-height: 1.18;
  letter-spacing: -0.03em;
  font-weight: 850;
}

.gtbox-compare-definition-card p {
  margin: 0;
  color: #5c6f82;
  font-size: 1rem;
  line-height: 1.7;
}

@media (max-width: 900px) {
  .gtbox-compare-definition-section {
    padding: 84px 0;
  }

  .gtbox-compare-definition-grid {
    grid-template-columns: 1fr;
  }

  .gtbox-compare-definition-card {
    min-height: auto;
  }
}

@media (max-width: 768px) {
  .gtbox-compare-definition-inner {
    padding: 0 20px;
  }

  .gtbox-compare-definition-header {
    text-align: left;
    margin-bottom: 42px;
  }

  .gtbox-compare-definition-card {
    padding: 30px 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3bb4d37 *//* =========================================================
   PAGE GTB VS GTC — COMPARATIF
========================================================= */

.gtbox-compare-table-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-compare-table-inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.gtbox-compare-table-header {
  max-width: 840px;
  margin: 0 auto 58px;
  text-align: center;
}

.gtbox-compare-table-tag {
  display: inline-block;
  margin-bottom: 14px;
  color: #8fcd37;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gtbox-compare-table-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-compare-table-header p {
  margin: 0 auto;
  max-width: 780px;
  color: rgba(255,255,255,0.78);
  font-size: 1.05rem;
  line-height: 1.75;
}

.gtbox-compare-table {
  overflow: hidden;
  border-radius: 30px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
  backdrop-filter: blur(16px);
  box-shadow: 0 28px 70px rgba(0,0,0,0.20);
}

.gtbox-compare-table-row {
  display: grid;
  grid-template-columns: 0.75fr 1fr 1fr;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.gtbox-compare-table-row:last-child {
  border-bottom: none;
}

.gtbox-compare-table-row > div {
  padding: 24px 26px;
  color: rgba(255,255,255,0.78);
  line-height: 1.6;
}

.gtbox-compare-table-row > div:first-child {
  color: #ffffff;
  font-weight: 850;
}

.gtbox-compare-table-row > div:nth-child(3) {
  background:
    radial-gradient(circle at top right, rgba(143,205,55,0.10), transparent 42%),
    rgba(143,205,55,0.045);
  color: rgba(255,255,255,0.88);
}

.gtbox-compare-table-head > div {
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(255,255,255,0.055);
}

.gtbox-compare-table-head > div:nth-child(3) {
  color: #8fcd37;
}

@media (max-width: 900px) {
  .gtbox-compare-table-section {
    padding: 84px 0;
  }

  .gtbox-compare-table {
    display: grid;
    gap: 14px;
    background: transparent;
    border: none;
    box-shadow: none;
    backdrop-filter: none;
    border-radius: 0;
  }

  .gtbox-compare-table-row {
    grid-template-columns: 1fr;
    border: 1px solid rgba(255,255,255,0.10);
    border-radius: 22px;
    overflow: hidden;
    background: rgba(255,255,255,0.06);
  }

  .gtbox-compare-table-head {
    display: none;
  }

  .gtbox-compare-table-row > div {
    padding: 18px 20px;
  }

  .gtbox-compare-table-row > div:first-child {
    background: rgba(255,255,255,0.055);
  }

  .gtbox-compare-table-row > div:nth-child(2)::before {
    content: "GTC";
    display: block;
    margin-bottom: 6px;
    color: #8fcd37;
    font-size: 0.74rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .gtbox-compare-table-row > div:nth-child(3)::before {
    content: "GTB";
    display: block;
    margin-bottom: 6px;
    color: #8fcd37;
    font-size: 0.74rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
}

@media (max-width: 768px) {
  .gtbox-compare-table-inner {
    padding: 0 20px;
  }

  .gtbox-compare-table-header {
    text-align: left;
    margin-bottom: 42px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-992a3cb *//* =========================================================
   PAGE GTB VS GTC — QUAND UTILISER UNE GTC
========================================================= */

.gtbox-compare-gtc-section {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 112px 0;
  background:
    radial-gradient(circle at 82% 50%, rgba(143,205,55,0.10), transparent 34%),
    linear-gradient(135deg, #071c2c 0%, #0d243a 52%, #123454 100%);
  color: #ffffff;
}

.gtbox-compare-gtc-inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;

  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 56px;
  align-items: center;
}

.gtbox-compare-gtc-content {
  max-width: 560px;
}

.gtbox-compare-gtc-tag {
  display: inline-block;
  margin-bottom: 18px;
  color: #8fcd37;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gtbox-compare-gtc-content h2 {
  margin: 0 0 20px;
  color: #ffffff;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
  font-weight: 850;
}

.gtbox-compare-gtc-content > p {
  margin: 0 0 30px;
  color: rgba(255,255,255,0.80);
  font-size: 1.05rem;
  line-height: 1.75;
}

/* NOTE */

.gtbox-compare-gtc-note {
  padding: 22px 24px;
  border-radius: 22px;
  background: rgba(255,255,255,0.065);
  border: 1px solid rgba(255,255,255,0.10);
  backdrop-filter: blur(14px);
}

.gtbox-compare-gtc-note span {
  display: inline-block;
  margin-bottom: 10px;
  color: #8fcd37;
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gtbox-compare-gtc-note p {
  margin: 0;
  color: rgba(255,255,255,0.76);
  font-size: 0.95rem;
  line-height: 1.65;
}

/* CARD */

.gtbox-compare-gtc-card {
  position: relative;
  padding: 38px 34px;
  border-radius: 28px;
  background: rgba(255,255,255,0.065);
  border: 1px solid rgba(255,255,255,0.10);
  backdrop-filter: blur(16px);
  box-shadow: 0 28px 70px rgba(0,0,0,0.20);
}

.gtbox-compare-gtc-card::before {
  content: "";
  position: absolute;
  right: -70px;
  top: -70px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(143,205,55,0.22), transparent 70%);
  filter: blur(32px);
  pointer-events: none;
}

.gtbox-compare-gtc-card-tag {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-bottom: 22px;
  color: #8fcd37;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gtbox-compare-gtc-card ul {
  position: relative;
  z-index: 2;
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 15px;
}

.gtbox-compare-gtc-card li {
  position: relative;
  padding-left: 28px;
  color: rgba(255,255,255,0.84);
  font-size: 1rem;
  line-height: 1.55;
}

.gtbox-compare-gtc-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #8fcd37;
  box-shadow: 0 0 14px rgba(143,205,55,0.38);
}

@media (max-width: 1024px) {
  .gtbox-compare-gtc-section {
    padding: 88px 0;
  }

  .gtbox-compare-gtc-inner {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .gtbox-compare-gtc-content {
    max-width: none;
  }
}

@media (max-width: 768px) {
  .gtbox-compare-gtc-inner {
    padding: 0 20px;
  }

  .gtbox-compare-gtc-card {
    padding: 30px 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-999bd99 *//* =========================================================
   PAGE GTB VS GTC — QUAND PASSER À UNE GTB
========================================================= */

.gtbox-compare-gtb-section {
  width: 100%;
  padding: 108px 0;
  background:
    radial-gradient(circle at 88% 18%, rgba(143,205,55,0.075), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
  color: #1c2f45;
}

.gtbox-compare-gtb-inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.gtbox-compare-gtb-header {
  max-width: 840px;
  margin: 0 auto 58px;
  text-align: center;
}

.gtbox-compare-gtb-tag {
  display: inline-block;
  margin-bottom: 14px;
  color: #8fcd37;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gtbox-compare-gtb-header h2 {
  margin: 0 0 18px;
  color: #17324d;
  font-size: clamp(2rem, 3vw, 2.85rem);
  line-height: 1.1;
  letter-spacing: -0.04em;
  font-weight: 850;
}

.gtbox-compare-gtb-header p {
  margin: 0 auto;
  max-width: 760px;
  color: #5c6f82;
  font-size: 1.05rem;
  line-height: 1.75;
}

.gtbox-compare-gtb-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.gtbox-compare-gtb-card {
  position: relative;
  min-height: 270px;
  padding: 30px 28px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid #e4edf3;
  box-shadow:
    0 14px 34px rgba(13,31,51,0.045),
    inset 0 1px 0 rgba(255,255,255,0.7);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.gtbox-compare-gtb-card:hover {
  transform: translateY(-4px);
  border-color: rgba(143,205,55,0.35);
  box-shadow: 0 20px 46px rgba(13,31,51,0.08);
}

.gtbox-compare-gtb-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-compare-gtb-icon {
  width: 46px;
  height: 46px;
  margin-bottom: 22px;
  border-radius: 16px;
  background: rgba(143,205,55,0.10);
  border: 1px solid rgba(143,205,55,0.20);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8fcd37;
}

.gtbox-compare-gtb-icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.gtbox-compare-gtb-card span {
  display: inline-block;
  margin-bottom: 12px;
  color: #8fcd37;
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.gtbox-compare-gtb-card h3 {
  margin: 0 0 12px;
  color: #17324d;
  font-size: 1.16rem;
  line-height: 1.3;
  font-weight: 850;
}

.gtbox-compare-gtb-card p {
  margin: 0;
  color: #5c6f82;
  font-size: 0.95rem;
  line-height: 1.65;
}

@media (max-width: 1024px) {
  .gtbox-compare-gtb-section {
    padding: 84px 0;
  }

  .gtbox-compare-gtb-grid {
    grid-template-columns: 1fr;
  }

  .gtbox-compare-gtb-card {
    min-height: auto;
  }
}

@media (max-width: 768px) {
  .gtbox-compare-gtb-inner {
    padding: 0 20px;
  }

  .gtbox-compare-gtb-header {
    text-align: left;
    margin-bottom: 42px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ea751fb *//* =========================================================
   PAGE GTB VS GTC — GTB & SUPERVISION ÉNERGÉTIQUE
========================================================= */

.gtbox-compare-energy-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-compare-energy-inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.gtbox-compare-energy-header {
  max-width: 840px;
  margin: 0 auto 58px;
  text-align: center;
}

.gtbox-compare-energy-tag {
  display: inline-block;
  margin-bottom: 14px;
  color: #8fcd37;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gtbox-compare-energy-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-compare-energy-header p {
  margin: 0 auto;
  max-width: 780px;
  color: rgba(255,255,255,0.78);
  font-size: 1.05rem;
  line-height: 1.75;
}

.gtbox-compare-energy-layout {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 42px;
  align-items: center;
}

/* CONTENT */

.gtbox-compare-energy-content {
  display: grid;
  gap: 18px;
}

.gtbox-compare-energy-point {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 26px 24px;
  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-compare-energy-point:hover {
  transform: translateY(-4px);
  background: rgba(255,255,255,0.085);
  border-color: rgba(143,205,55,0.26);
}

.gtbox-compare-energy-icon {
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: rgba(143,205,55,0.10);
  border: 1px solid rgba(143,205,55,0.20);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8fcd37;
}

.gtbox-compare-energy-icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.gtbox-compare-energy-point h3 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 1.08rem;
  line-height: 1.3;
  font-weight: 850;
}

.gtbox-compare-energy-point p {
  margin: 0;
  color: rgba(255,255,255,0.74);
  line-height: 1.65;
}

/* VISUAL */

.gtbox-compare-energy-visual {
  position: relative;
}

.gtbox-compare-energy-visual::before {
  content: "";
  position: absolute;
  inset: -60px;
  background: radial-gradient(circle, rgba(143,205,55,0.18), transparent 62%);
  filter: blur(36px);
  pointer-events: none;
}

.gtbox-compare-energy-panel {
  position: relative;
  z-index: 2;
  padding: 28px;
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.09), 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);
}

.gtbox-compare-energy-panel-header {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  align-items: flex-start;
  margin-bottom: 24px;
}

.gtbox-compare-energy-panel-header strong {
  display: block;
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 850;
}

.gtbox-compare-energy-panel-header span {
  color: rgba(255,255,255,0.62);
  font-size: 0.88rem;
}

.gtbox-compare-energy-panel-header small {
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(143,205,55,0.12);
  border: 1px solid rgba(143,205,55,0.22);
  color: #8fcd37;
  font-size: 0.74rem;
  font-weight: 800;
}

/* KPIS */

.gtbox-compare-energy-kpis {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 22px;
}

.gtbox-compare-energy-kpis div {
  padding: 16px;
  border-radius: 18px;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(255,255,255,0.08);
}

.gtbox-compare-energy-kpis span {
  display: block;
  margin-bottom: 8px;
  color: rgba(255,255,255,0.62);
  font-size: 0.76rem;
}

.gtbox-compare-energy-kpis strong {
  color: #ffffff;
  font-size: 1.35rem;
  font-weight: 850;
}

/* CHART */

.gtbox-compare-energy-chart {
  position: relative;
  height: 230px;
  border-radius: 22px;
  overflow: hidden;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
}

.gtbox-compare-energy-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 34px 34px;
}

.gtbox-compare-energy-chart svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.gtbox-compare-energy-chart path {
  fill: none;
  stroke: #8fcd37;
  stroke-width: 4;
  stroke-linecap: round;
  filter: drop-shadow(0 0 12px rgba(143,205,55,0.45));
}

.gtbox-compare-energy-marker {
  position: absolute;
  right: 18px;
  top: 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(255,122,0,0.12);
  border: 1px solid rgba(255,122,0,0.22);
  color: rgba(255,255,255,0.82);
  font-size: 0.74rem;
  font-weight: 800;
}

.gtbox-compare-energy-marker span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ff7a00;
  box-shadow: 0 0 14px rgba(255,122,0,0.6);
}

@media (max-width: 1080px) {
  .gtbox-compare-energy-section {
    padding: 84px 0;
  }

  .gtbox-compare-energy-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .gtbox-compare-energy-inner {
    padding: 0 20px;
  }

  .gtbox-compare-energy-header {
    text-align: left;
    margin-bottom: 42px;
  }

  .gtbox-compare-energy-point {
    flex-direction: column;
  }

  .gtbox-compare-energy-panel {
    padding: 22px;
  }

  .gtbox-compare-energy-panel-header {
    flex-direction: column;
  }

  .gtbox-compare-energy-kpis {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b170da2 *//* =========================================================
   PAGE GTB VS GTC — FAQ
========================================================= */

.gtbox-compare-faq-section {
  width: 100%;
  padding: 108px 0;
  background: #ffffff;
  color: #1c2f45;
}

.gtbox-compare-faq-inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.gtbox-compare-faq-header {
  margin: 0 auto 52px;
  text-align: center;
}

.gtbox-compare-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-compare-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-compare-faq-header p {
  margin: 0 auto;
  max-width: 720px;
  color: #5c6f82;
  font-size: 1.05rem;
  line-height: 1.7;
}

.gtbox-compare-faq-list {
  display: grid;
  gap: 14px;
}

.gtbox-compare-faq-item {
  border-radius: 20px;
  background: #f6f9fc;
  border: 1px solid #e7edf3;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(13,31,51,0.04);
  transition: border-color 0.22s ease, box-shadow 0.22s ease;
}

.gtbox-compare-faq-item[open] {
  border-color: rgba(143,205,55,0.35);
  box-shadow: 0 16px 38px rgba(13,31,51,0.06);
}

.gtbox-compare-faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 22px 24px;
  color: #17324d;
  font-size: 1.04rem;
  font-weight: 850;
}

.gtbox-compare-faq-item summary::-webkit-details-marker {
  display: none;
}

.gtbox-compare-faq-item summary::after {
  content: "+";
  float: right;
  color: #8fcd37;
  font-size: 1.4rem;
  line-height: 1;
}

.gtbox-compare-faq-item[open] summary::after {
  content: "–";
}

.gtbox-compare-faq-item p {
  margin: 0;
  padding: 0 24px 24px;
  color: #5c6f82;
  font-size: 0.98rem;
  line-height: 1.7;
}

@media (max-width: 768px) {
  .gtbox-compare-faq-section {
    padding: 84px 0;
  }

  .gtbox-compare-faq-inner {
    padding: 0 20px;
  }

  .gtbox-compare-faq-header {
    text-align: left;
    margin-bottom: 42px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-63e0d1b *//* =========================================================
   PAGE GTB VS GTC — CTA FINAL
========================================================= */

.gtbox-compare-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-compare-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-compare-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-compare-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-compare-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);
  backdrop-filter: blur(10px);
  color: rgba(255,255,255,0.88);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gtbox-compare-cta-inner h2 {
  max-width: 880px;
  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-compare-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-compare-cta-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

.gtbox-compare-cta-primary,
.gtbox-compare-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,
    box-shadow 0.25s ease;
}

.gtbox-compare-cta-primary {
  background: #ff7a00;
  color: #ffffff;
  box-shadow: 0 16px 34px rgba(255,122,0,0.30);
}

.gtbox-compare-cta-primary:hover {
  background: #ff8a1f;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(255,122,0,0.34);
}

.gtbox-compare-cta-secondary {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.24);
  color: #ffffff;
}

.gtbox-compare-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-compare-cta-section {
    padding: 92px 0;
  }

  .gtbox-compare-cta-inner {
    padding: 0 20px;
  }

  .gtbox-compare-cta-inner h2 {
    font-size: clamp(2.1rem, 10vw, 3rem);
  }

  .gtbox-compare-cta-actions {
    flex-direction: column;
  }

  .gtbox-compare-cta-primary,
  .gtbox-compare-cta-secondary {
    width: 100%;
  }
}/* End custom CSS */