.sgc-hero {
  position: relative;
  height: 80vh;
  min-height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  background-image: url("/assets/img/sgc_bandeau.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.sgc-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(14, 77, 130, 0.62);
}

.sgc-content {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 2rem;
  max-width: 1100px;
}

.sgc-title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.5rem, 4.6vw, 3.8rem);
  font-weight: 300;
  line-height: 1.05;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.sgc-subtitle {
  margin-top: 1.2rem;
  color: #0e4d82;
  font-size: clamp(1rem, 1.5vw, 1.35rem);
  line-height: 1.5;
}

.sgc-intro {
  background: #ffffff; /* ← FIX */
  padding: 80px 20px;
}

.sgc-intro__inner {
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
}

.sgc-intro__title {
  margin: 0;
  color: #355182;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.15;
}

.sgc-intro__text {
  margin-top: 32px;
  color: #7a7a7a;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}

.sgc-features {
  padding: 0 20px;
  background: #fff;
  text-align: center;
}

.sgc-features__grid {
  max-width: 1400px;
  margin: 0 auto 80px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  align-items: start;
}

.sgc-feature {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sgc-feature__icon {
  max-width: 200px;
  max-height: 200px;
  margin-bottom: 22px;
  background: none;
}

.sgc-feature__text {
  margin: 0;
  max-width: 360px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.15;
  color: #000;
}

.sgc-features__bottom {
  max-width: 980px;
  margin: 0 auto;
}

.sgc-features__title {
  margin: 0 0 20px;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.1;
  color: #0e4d82;
  text-align: center;
}

.sgc-features__subtitle {
  margin: 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  color: #8f8f8f;
  text-align: center;
}

@media (max-width: 900px) {
  .sgc-features__grid {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .sgc-feature__text {
    font-size: 24px;
  }

  .sgc-features__title {
    font-size: 40px;
  }

  .sgc-features__subtitle {
    font-size: 26px;
  }
}

/* SECTION */
.sgc-schema-section {
  background: #ffffff;
  padding: clamp(32px, 6vw, 80px) 0;
}

/* CONTAINER */
.sgc-schema {
  position: relative;
  width: 100%;
  margin: 0;
}

/* IMAGE */
.sgc-schema__img {
  width: 100%;
  height: auto;
  display: block;
}

/* LABELS */
.label {
  position: absolute;
  transform: translate(-50%, -50%);
  
  font-size: clamp(12px, 1.8vw, 26px);
  font-weight: 600;
  color: #000;
  text-align: center;
  line-height: 1.25;
}

/* POSITIONS DESKTOP */
.ihm {
  top: -4%;
  left: 20%;
}

.tactile {
  top: 0%;
  left: 15%;
  color: #8f8f8f !important;
}

.boutons {
  top: 0%;
  left: 35%;
  color: #8f8f8f !important;
}

.valve {
  top: 90%;
  left: 45%;
}

.epcu {
  top: 95%;
  left: 75%;
}

/* bloc mobile */
.sgc-schema-mobile-top {
  display: none;
}

@media (max-width: 768px) {
  .ihm,
  .tactile,
  .boutons {
    display: none;
  }

  .sgc-schema-mobile-top {
    display: block;
    text-align: center;
    padding: 0 16px 16px;
  }

  .sgc-schema-mobile-top__title {
    margin: 0 0 6px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    color: #000;
  }

  .sgc-schema-mobile-top__options {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.25;
    color: #6f6f6f;
  }

  .sgc-schema2-mobile-top {
    display: block;
    text-align: center;
    padding: 0 16px 16px;
  }

  .sgc-schema2-mobile-top__title {
    margin: 0 0 6px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    color: #000;
  }

  .valve,
  .epcu {
    font-size: 12px;
    width: 240px;
  }

  .valve {
    top: 92%;
    left: 42%;
  }

  .epcu {
    top: 100%;
    left: 76%;
  }
}

.sgc-certifications {
  background: #ffffff;
  padding: clamp(48px, 8vw, 110px) 20px;
  padding-bottom: 20;
  padding-top: 0;
}

.sgc-certifications__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(280px, 500px)); /* ← FIX */
  justify-content: center; 
  gap: clamp(40px, 10vw, 120px);
  margin-bottom: 40px;
}

.sgc-certification {
  text-align: center;
  width: 100%; /* ← important */
}

.sgc-certification__icon {
  width: clamp(64px, 6vw, 110px);
  height: auto;
  display: block;
  margin: 0 auto 24px;
}

.sgc-certification__title {
  margin: 0 0 14px;
  color: #0e4d82;
  font-size: clamp(20px, 3vw, 40px);
  font-weight: 700;
  line-height: 1.15;
}

.sgc-certification__subtitle {
  margin: 0;
  color: #0e4d82;
  font-size: clamp(20px, 2vw, 38px);
  font-weight: 400;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .sgc-certifications__grid {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin: 0 auto;
    gap: 56px;
  }
}
.sgc-carousel-section {
  background: #ffffff;
  padding: clamp(32px, 6vw, 80px) 20px;
  padding-top: 0;
}

.sgc-carousel-wrapper {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
}

.sgc-carousel {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.sgc-carousel::-webkit-scrollbar {
  display: none;
}

.sgc-carousel__track {
  display: flex;
  gap: 24px;
  width: max-content;
}

.sgc-carousel__slide {
  flex: 0 0 calc((1400px - 24px) / 2);
  max-width: calc((1400px - 24px) / 2);
}

.sgc-carousel__img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
  border-radius: 12px;
}

.sgc-carousel__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;

  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;

  background: #0e4d82;
  color: #ffffff;
  font-size: 26px;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;
}

.sgc-carousel__btn--prev {
  left: 10px;
}

.sgc-carousel__btn--next {
  right: 10px;
}

.sgc-carousel__btn:hover {
  background: #0b3c66;
}

@media (max-width: 768px) {
  .sgc-carousel__slide {
    flex: 0 0 100vw;
    max-width: 100vw;
  }

  .sgc-carousel__btn {
    width: 40px;
    height: 40px;
    font-size: 22px;
  }

  .sgc-carousel__btn--prev {
    left: 8px;
  }

  .sgc-carousel__btn--next {
    right: 8px;
  }
}

.tss-cta {
  padding: 3rem 1rem 4rem;
  padding-top: 0;
  display: flex;
  justify-content: center;
}

.tss-cta__button {
  display: inline-block;
  padding: 1.5rem 3rem;
  border-radius: 999px;
  background: #0e4d82;
  color: #ffffff;
  font-size: clamp(1.4rem, 2.5vw, 2.2rem);
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  transition: all 0.25s ease;
}

.tss-cta__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.tss-cta__button:active {
  transform: translateY(0);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* SECTION */
.sgc-schema-section {
  background: #ffffff;
  padding: clamp(32px, 6vw, 80px) 0;
}

/* CONTAINER */
.sgc-schema {
  position: relative;
  width: 100%;
  margin: 0;
}

/* IMAGE */
.sgc-schema__img {
  width: 100%;
  height: auto;
  display: block;
}

/* à ajuster selon le rendu réel */
.boitier {
  top: 0%;
  left: 75%;
}
.adaptateur {
  top: 95%;
  left: 33%;
}

.porte-flexible {
  top: 95%;
  left: 72%;
}

@media (max-width: 768px) {
  .boitier {
    top: -5%;
    left: 77%;
  }
  .adaptateur {
    top: 100%;
    left: 33%;
  }
}



/* bloc mobile */

/* bloc mobile schema 2 */
.sgc-schema2-mobile-top {
  display: none;
}
.tss-benefits-cards {
  padding: 3rem 1rem 4rem;
  overflow: hidden;
}

.tss-benefits-cards__rows {
  width: min(100%, 1100px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.tss-benefits-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;

  opacity: 0;
  transition: transform 0.9s ease, opacity 0.9s ease;
}

.tss-benefits-row.animate-left {
  transform: translateX(-100%);
}

.tss-benefits-row.animate-right {
  transform: translateX(100%);
}

.tss-benefits-row.in-view {
  opacity: 1;
  transform: translateX(0);
}

.tss-benefit-card {
  min-height: 250px;
  border-radius: 2rem;
  overflow: hidden;
}

.tss-benefit-card--text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  padding: 2rem 2rem 2.25rem;
  text-align: center;
  color: #ffffff;
  background: linear-gradient(135deg, #2f6dad 0%, #0e4d82 100%);
}

.tss-benefit-card__title {
  margin: 0 0 1.25rem;
  color: #ffffff;
  font-size: clamp(1.5rem, 2vw, 2.1rem);
  font-weight: 700;
  line-height: 1.2;
  max-width: 16ch;
}

.tss-benefit-card__text {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1rem, 1.2vw, 1.3rem);
  font-weight: 600;
  line-height: 1.35;
  max-width: 22ch;
}

.tss-benefit-card--image {
  background: #d9d9d9;
}

.tss-benefit-card__img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 250px;
  object-fit: cover;
}

@media (max-width: 768px) { 
  .tss-benefits-row {
    grid-template-columns: 1fr;
  }

  .tss-benefit-card {
    min-height: 220px;
    border-radius: 1.5rem;
  }

  .tss-benefit-card--text {
    padding: 1.75rem 1.5rem 2rem;
  }

  .tss-benefit-card__title,
  .tss-benefit-card__text {
    max-width: 100%;
  }

  .tss-benefit-card__img {
    min-height: 220px;
  }
}
.tss-applications {
  padding: 3rem 1rem 4rem;
  text-align: center;
}

.tss-applications__title {
  margin: 0 0 2.5rem;
  color: var(--tss-primary);
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 700;
}

/* ===== GRID ===== */
.tss-applications__grid {
  width: min(100%, 1100px);
  margin: 0 auto;

  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));

  column-gap: 5rem; /* + aéré */
  row-gap: 4rem;

  align-items: center;
  justify-items: center;
}

/* ===== IMAGE ===== */
.tss-applications__img {
  width: 100%;
  max-width: 280px;
  height: auto;
  object-fit: contain;

  transition: transform 0.3s ease;
}

/* hover clean */
.tss-applications__img:hover {
  transform: translateY(-6px) scale(1.03);
}

/* ===== IMAGE CENTRALE ===== */
.tss-applications__img:nth-of-type(3) {
  grid-column: span 2;
  max-width: 320px;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .tss-applications__grid {
    grid-template-columns: 1fr;
    row-gap: 3rem;
  }

  /* ⚠️ reset important */
  .tss-applications__img:nth-of-type(3) {
    grid-column: span 1;
  }

  .tss-applications__img {
    max-width: 260px;
  }
}
@media (max-width: 768px) {
  .tss-benefits-row {
    grid-template-columns: 1fr;
    opacity: 1;
    transform: none !important;
  }
}