
/* =====================================================
   FLOATING CTA DESKTOP
===================================================== */

.floating-cta {
    position: fixed;
    top: 3px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
}

.floating-cta .request-cta-button {
    min-height: 34px;
    padding: 7px 22px;
    font-size: 13px;
    border-radius: 999px;
    gap: 10px;
    white-space: nowrap;
}

.floating-cta .request-cta-button-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

/* ===============================
   CTA BUTTON PREMIUM
================================ */
.request-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;

    background: linear-gradient(135deg, #82e600 0%, #82e600 100%);
    color: #1C4848;

    padding: 5px 20px;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0.4px;

    text-decoration: none;
    border-radius: 50px;

    box-shadow: 0 15px 35px rgba(124,255,94,0.35);

    transition:
        background 0.35s ease,
        transform 0.25s ease,
        box-shadow 0.35s ease,
        color 0.25s ease;

    will-change: transform;
}

.request-cta-button-icon {
    width: 40px;
    height: 40px;
    object-fit: contain;
    flex-shrink: 0;
}

.request-cta-button:hover {
    background: linear-gradient(135deg, #ffffff 0%, #f3fff0 100%);
    color: #1C4848;

    transform: translateY(-4px) scale(1.03);

    box-shadow:
        0 20px 45px rgba(124,255,94,0.45),
        0 0 20px rgba(124,255,94,0.35);
}

.request-cta-button:active {
    transform: translateY(-1px) scale(0.98);
    box-shadow: 0 8px 20px rgba(124,255,94,0.35);
}

/* ===============================
   RESPONSIVE MOBILE
================================ */
@media (max-width: 600px) {

    .floating-cta {
        bottom: 15px;
        right: 15px;
        left: 15px;
    }

    .request-cta-button {
        width: 100%;
        font-size: 16px;
        padding: 18px 20px;
    }
}

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


@media (max-width: 768px) {
    .floating-cta {
        display: none;
    }
}

.home-hero {
    display: block;
    color: blue;
}

.home-hero__title {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease;
}

.home-hero__title.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.hero-0 {
    height: 100vh;
    min-height: 630px;
    max-height: 900px;
    overflow: hidden;
    background: #1C4848;
    color: #fff;
    box-sizing: border-box;
    padding: 10px 0 00px;
}

.hero-0-inner {
    max-width: 1400px;
    height: 100%;
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: 36% 64%;
    gap: 30px;
    box-sizing: border-box;
}

/* GAUCHE */

.hero-0-left {
    position: relative;
    z-index: 2;
    padding: 25px 0px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-0-content-center {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hero-0-logos img {
    width: 100%;
    max-width: 300px;
    height: auto;
}

.hero-0-title {
    margin: 0 0 35px;
    font-size: clamp(24px, 2.25vw, 34px);
    line-height: 1.25;
    font-weight: 800;
    text-align: center;
    color: #82e600;
}

.hero-0-title-main {
    color: #82e600;
    font-weight: 800;
}

.hero-0-title .hero-subtitle {
    color: #ffffff;
    font-weight: 800;
}

.hero-0-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 310px;
    margin-bottom: 35px;
}

.hero-0-product {
    width: auto;
    max-width: 390px;
    max-height: 34vh;
    object-fit: contain;
    margin-top: auto;
}

/* DROITE */
.hero-0-right {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 0;
}

.hero-0-logo-we {
    position: absolute;
    top: 26px;
    right: 40px;
    width: 110px;
    z-index: 3;
}

.hero-0-photo {
    width: 100%;
    flex: 1 1 auto;
    min-height: 0;
    max-height: calc(100vh - 260px);
    object-fit: cover;
    object-position: center top;
    border-radius: 10px 0 0 10px;
    display: block;
}

.hero-0-pack {
    flex: 0 0 auto;
    margin-top: 22px;
    background: rgba(255,255,255,0.08);
    border-radius: 16px;
    padding: 18px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.hero-0-pack-items {
    display: flex;
    align-items: center;
    gap: 32px;
}

.hero-0-pack-item {
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.hero-0-pack-item img {
    height: 90px;
    width: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto 10px;
}

.hero-0-plus {
    color: #82e600;
    font-size: 46px;
    line-height: 1;
    font-weight: 900;
}

.hero-0-price {
    flex: 0 0 240px;
    text-align: center;
}

.hero-0-price img {
    width: 100%;
    max-width: 240px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.hero-0-price-from {
    display: block;
    margin-top: 8px;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

.hero-0-price-from strong {
    color: #82e600;
    font-size: 20px;
}

/* TABLETTE */
@media (max-width: 1024px) {
    .hero-0 {
        height: auto;
        min-height: auto;
        max-height: none;
        padding: 40px 0;
    }

    .hero-0-inner {
        grid-template-columns: 1fr;
        height: auto;
        padding: 0 24px;
    }

    .hero-0-product {
        max-width: 320px;
        max-height: none;
        margin: 0 auto 30px;
    }

    .hero-0-photo {
        width: 100%;
        flex: 1 1 auto;
        min-height: 0;
        max-height: calc(100vh - 210px);
        object-fit: cover;
        object-position: center top;
        border-radius: 10px 0 0 10px;
        display: block;
    }

    .hero-0-pack {
        flex-direction: column;
    }

    .hero-0-logo-we {
        top: 20px;
        right: 25px;
    }
}

/* MOBILE */
@media (max-width: 600px) {
    .hero-0 {
        padding: 32px 0;
    }

    .hero-0-inner {
        padding: 0 16px;
        gap: 24px;
    }

    .hero-0-logos img {
        max-width: 230px;
    }

    .hero-0-title {
        font-size: 21px;
        margin-bottom: 28px;
    }

    .hero-0-button {
        min-width: auto;
        width: 100%;
        margin-bottom: 30px;
    }

    .hero-0-product {
        max-width: 280px;
    }

    .hero-0-logo-we {
        width: 82px;
        top: 16px;
        right: 18px;
    }

    .hero-0-pack {
        padding: 20px;
    }

    .hero-0-pack-items {
        flex-direction: column;
        gap: 18px;
    }

    .hero-0-plus {
        font-size: 34px;
    }

    .hero-0-price {
        flex: none;
    }

    .hero-0-price img {
        max-width: 210px;
    }
}



/* ===== WRAPPER ===== */
.hero-2 {
    background: linear-gradient(180deg, #003b3f 0%, #001c1f 100%);
    overflow: visible;
    margin: 50px 0;
}

/* ===== INNER ===== */
.hero-2-inner {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    position: relative;
    gap: 40px;
}

.hero-2-left {
    flex: 0 0 34%;
    position: relative;
    overflow: visible;
}

.hero-2-left .img-principal {
    width: 100%;
    height: auto;
    position: relative;
    transform: translateY(-77px);
    z-index: 2;
    filter: drop-shadow(0 20px 40px rgba(0,0,0,0.35));
}

.hero-2-right {
    flex: 1;
    min-width: 0;
    padding: 20px 40px 0px;
    color: #fff;
}

/* Logo */
.hero-2-right-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}


.hero-2-right h2 {
    font-size: 26px;
    line-height: 1.3;
    margin: 0 0 25px;
    font-weight: 600;
}

.hero-2-right h2 strong {
    font-weight: 800;
}

.hero-2-right h2 span {
    color: #9ef01a;
}

.hero-2-list {
    list-style: none;
    padding: 0;
    font-size: 1.1rem;
    margin: 0;
}

.hero-2-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 14px;
    line-height: 1.4;
}

.hero-2-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #9ef01a;
    font-weight: bold;
}

.hero-2-heading {
    display: block;
    text-align: center;
}

.hero-2-logo {
    max-width: 50px;
}

.hero-2-icon {
    width: 220px;
    height: auto;
}

.hero-2-badge-inner {
    text-align: center;
    color: #ffffff;
    padding: 15px;
}


.hero-2-badge-text .big {
    display: block;
    font-size: 14px;
    font-weight: 600;
}

.hero-2-badge-text .percent {
    display: block;
    font-size: 28px;
    font-weight: 800;
    color: #82e600;
}

.hero-2-badge-text .small {
    display: block;
    font-size: 12px;
    margin-top: 5px;
    opacity: 0.9;
}


@media (max-width: 1024px) {

    .hero-2 {
        overflow: hidden;
    }

    .hero-2-inner {
        flex-direction: column;
        text-align: center;
        padding: 40px 20px;
        max-height: none;         
        align-items: center;     
    }

    .hero-2-left {
        width: 100%;
        text-align: center;
    }

    .hero-2-left .img-principal {
        top: 0;
        transform: none;
        width: 100%;
        max-width: 420px;
        margin: 0 auto 30px;
        display: block;
    }

    .hero-2-right {
        width: 100%;
        padding: 0;            
    }

    .hero-2-right-logo {
        justify-content: center;
    }

    .hero-2-heading {
        justify-content: center;
        flex-wrap: wrap;          
    }
    .hero-2-heading span {
        text-align: center;        
    }

    .hero-2-list li {
        text-align: left;      
    }

    .hero-2-badge {
        position: relative;
        bottom: auto;
        left: auto;
        margin: 30px auto 0;
    }
}

/* =========================
   RESPONSIVE MOBILE (≤600)
========================= */
@media (max-width: 600px) {

    .hero-2-inner {
        padding: 30px 16px;
    }

    .hero-2-left .img-principal {
        max-width: 300px;
        margin-bottom: 24px;
    }

    .hero-2-right h2 {
        font-size: 20px;
        margin: 0 0 18px;
    }

    .hero-2-icon {
        width: 120px;
    }

    .hero-2-list li {
        font-size: 14px;
    }
}


.hero-2-bis {
    padding: 40px 40px;
    margin-bottom: 60px;
}

.hero-2-bis-badge {
    
    width: 265px;
    height: 265px;
    background: #1C4848;
    border-radius: 50%;
    box-shadow: 0 15px 30px rgba(0,0,0,0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid #82e600;
}

.hero-2-bis-inner {
    display: flex;
    align-items: center;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
}

.hero-2-bis-left {
    display: flex;
    justify-content: center;
}

.hero-2-bis-right {
    position: relative;
}

.hero-2-bis-card {
    position: relative;
    background: #eaeaea;
    padding: 60px 40px 40px 40px;
    margin-top: 40px;
}

.hero-2-bis-title {
    position: absolute;
    top: -65px;
    left: 50%;
    transform: translateX(-50%);
    background: #1C4848;
    color: #ffffff;
    padding: 20px 40px;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
}

.hero-2-bis-title .green {
    color: #82e600;
    font-weight: 800;
}

.hero-2-bis-list,
.hero-2-bis-intro {
    font-size: 1.2rem;
}

.hero-2-bis-list {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 20px;
}

.hero-2-bis-list li {
    margin-bottom: 12px;
    line-height: 1.5;
}

.hero-2-bis-note {
    font-size: 13px;
    color: #666;
}

/* =========================
   TABLET (≤1024px)
========================= */
@media (max-width: 1024px) {

    .hero-2-bis-inner {
        flex-direction: column;
        gap: 40px;
        text-align: center;
    }

    .hero-2-bis-left {
        order: 1;
    }

    .hero-2-bis-right {
        order: 2;
        width: 100%;
    }

    .hero-2-bis-card {
        padding: 80px 30px 40px;
        margin-top: 20px;
    }

    .hero-2-bis-title {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        margin-bottom: 30px;
        white-space: normal;
        font-size: 22px;
    }

    .hero-2-bis-badge {
        width: 240px;
        height: 240px;
    }
}

/* =========================
   MOBILE (≤600px)
========================= */
@media (max-width: 600px) {

    .hero-2-bis {
        padding: 0 20px;
    }

    .hero-2-bis-badge {
        width: 240px;
        height: 240px;
    }

    .hero-2-bis-card {
        padding: 60px 20px 30px;
    }

    .hero-2-bis-title {
        font-size: 18px;
        padding: 15px 20px;
    }

    .hero-2-bis-list {
        padding-left: 18px;
        text-align: left;
    }

    .hero-2-bis-note {
        font-size: 12px;
    }
}

.hero-3 {
    background: #1C4848;
    position: relative;
    overflow: visible;
    max-height: 230px;
    margin-bottom: 50px;
}

.hero-3-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    max-height: 230px;
}

.hero-3-car {
    position: relative;
    max-height: 240px;
}

.hero-3-technician {
    position: relative;
    max-height: 240px;
}

.hero-3-technician img{
    position: relative;
    right: -45px; 
    top: -25px; 

}

.hero-3-car img {
    position: relative;
    left: -45px; 
    top: -25px; 
    max-width: 550px;
}

.hero-3-content {
    text-align: center;
    color: #ffffff;
    max-width: 600px;
}

.hero-3-content h2 {
    color: #82e600;
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 15px;
}

.hero-3-subtitle {
    font-size: 20px;
    margin-bottom: 30px;
}

.hero-3-subtitle span {
    font-weight: bold;
}


.hero-3-car img,
.hero-3-technician img {
    max-height: 260px;
}

.hero-3-badge {
    position: absolute;
    top: -30px;
    left: 20px;
    background: #ffffff;
    border-radius: 50%;
    width: 140px;
    height: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    text-align: center;
    padding: 10px;
}

@media (max-width: 1024px) {

    .hero-3 {
        max-height: none;
        padding: 20px 20px 0;
    }

    .hero-3-inner {
        flex-direction: column;
        max-height: none;
        gap: 30px;
        text-align: center;
    }

    .hero-3-car img,
    .hero-3-technician img {
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        max-height: 240px;
    }

    .hero-3-content {
        order: 2;
        max-width: 100%;
    }

    .hero-3-car {
        order: 1;
    }

    .hero-3-technician {
        order: 3;
    }
}

@media (max-width: 600px) {

    .hero-3 {
        padding: 20px 16px 0;
    }

    .hero-3-content h2 {
        font-size: 24px;
    }

    .hero-3-subtitle {
        font-size: 16px;
    }

    .hero-3-button {
        padding: 12px 20px;
        font-size: 14px;
    }

    .hero-3-car img {
        max-height: 240px;
    }

    .hero-3-technician img {
        max-height: 240px;
    }

}


/* =========================
   HERO 4 WRAPPER
========================= */
.hero-4 {
    position: relative;
    background: url('../images/hero/prise-eau.png') center center / cover no-repeat;
    padding: 120px 60px;
    margin-bottom: 50px;
    overflow: hidden;
    color: #ffffff;
}

.hero-4::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to right,
        rgba(0,0,0,0.65) 0%,
        rgba(0,0,0,0.45) 40%,
        rgba(0,0,0,0.2) 100%
    );
    z-index: 0;
}

/* =========================
   INNER LAYOUT
========================= */
.hero-4-inner {
    position: relative;
    z-index: 1;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 80px;
}

.hero-4-left {
    max-width: 450px;
}

.hero-4-left h2 {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
    color: #82e600;
    text-shadow: 0 10px 25px rgba(0,0,0,0.6);
}

.hero-4-right {
    max-width: 620px;
}

.hero-4-card {
    background: rgba(255,255,255,0.75);
    backdrop-filter: blur(12px);
    padding: 50px;
    border-radius: 8px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.25);
    color: #1C4848;
}

.hero-4-list {
    list-style: none;
    padding: 0;
    font-size: 1.2rem;
    margin: 0;
}

.hero-4-list li {
    margin-bottom: 20px;
    line-height: 1.6;
}

.hero-4-list strong {
    font-weight: 700;
}

.hero-4-note {
    margin-top: 25px;
    font-size: 13px;
    opacity: 0.8;
}

@media (max-width: 1024px) {

    .hero-4 {
        padding: 80px 40px;
    }

    .hero-4-inner {
        flex-direction: column;
        gap: 50px;
    }

    .hero-4-left {
        max-width: 100%;
    }

    .hero-4-left h2 {
        font-size: 34px;
        text-align: center;
    }

    .hero-4-right {
        max-width: 100%;
    }

    .hero-4-card {
        padding: 40px;
    }
}

/* =========================
   RESPONSIVE MOBILE
========================= */
@media (max-width: 600px) {

    .hero-4 {
        padding: 60px 20px;
    }

    .hero-4-left h2 {
        font-size: 26px;
    }

    .hero-4-card {
        padding: 30px;
    }

    .hero-4-list li {
        font-size: 14px;
    }

    .hero-4-note {
        font-size: 12px;
    }
}

.product-specs {
  background: linear-gradient(180deg, #0b3a36 0%, #062e2b 100%);
  padding: 0 40px 20px;
  color: #fff;
  margin-bottom: 30px;
}

/* Header */
.product-specs-header-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(6px);
}

.product-specs-brand img {
  height: 80px;
  width: auto;
}

.product-specs-product {
  display: flex;
  align-items: center;
  gap: 15px;
}

.product-label {
  font-size: 16px;
  font-weight: 800;
  color: #82e600;
}

.product-ref {
  font-size: 16px;
  opacity: 0.85;
}

/* Layout */
.product-specs-inner {
  max-width: 1400px;
  margin: 40px auto 0;
  display: flex;
  align-items: center;
  gap: 60px;
}

.product-specs-left {
  flex: 1;
}

.product-specs-collapse {
  width: 100%;
}

/* Toggle */
.product-specs-toggle {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 390px;
  padding: 12px 14px;
  border-radius: 999px;
  cursor: pointer;
  list-style: none;
  user-select: none;

  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(124, 255, 94, 0.45);

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

.product-specs-toggle::-webkit-details-marker {
  display: none;
}

.product-specs-toggle:hover {
  background: rgba(124, 255, 94, 0.1);
  border-color: rgba(124, 255, 94, 0.75);
  transform: translateY(-1px);
}

.product-specs-toggle:focus {
  outline: none;
}

.product-specs-toggle:focus-visible {
  box-shadow: 0 0 0 3px rgba(124, 255, 94, 0.25);
}

.product-specs-toggle-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  border-radius: 50%;
  border: 2px solid #82e600;
  position: relative;
}

.product-specs-toggle-icon::before,
.product-specs-toggle-icon::after {
  content: "";
  position: absolute;
  background: #82e600;
  border-radius: 999px;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.product-specs-toggle-icon::before {
  width: 8px;
  height: 2px;
  left: 3px;
  top: 6px;
}

.product-specs-toggle-icon::after {
  width: 2px;
  height: 8px;
  left: 6px;
  top: 3px;
}

.product-specs-collapse[open] .product-specs-toggle-icon::after {
  transform: scaleY(0);
  opacity: 0;
}

.product-specs-toggle-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
  flex: 1;
}

.product-specs-toggle-title {
  font-size: 15px;
  font-weight: 900;
  line-height: 1.15;
  color: #82e600;
}

.product-specs-toggle-sub {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  opacity: 0.8;
}

.product-specs-toggle-action {
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  color: #062e2b;
  background: #82e600;
  white-space: nowrap;
}

.product-specs-toggle-action .label-close {
  display: none;
}

.product-specs-collapse[open] .label-open {
  display: none;
}

.product-specs-collapse[open] .label-close {
  display: inline;
}

.product-specs-collapse[open] .product-specs-toggle {
  background: rgba(124, 255, 94, 0.13);
  border-color: rgba(124, 255, 94, 0.85);
}

/* Content */
.spec-content {
  margin-top: 24px;
}

.specs-title {
  margin: 0 0 20px;
  font-size: 22px;
  color: #82e600;
}

.spec-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 40px;
}

.spec-item {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 6px;
  font-size: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.spec-item span:first-child {
  opacity: 0.85;
}

.value {
  color: #82e600;
  font-weight: 700;
  text-align: right;
}

.spec-subtitle {
  grid-column: 1 / -1;
  margin: 25px 0 10px;
  font-size: 16px;
  font-weight: 900;
  color: #82e600;
}

/* Image */
.product-specs-right {
  flex: 0 0 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product-specs-right img {
  width: 100%;
  max-height: 120px;
  object-fit: contain;
  transition: max-height 0.35s ease;
}

.product-specs-left:has(.product-specs-collapse[open]) + .product-specs-right img {
  max-height: 320px;
}

.product-image-ref {
  margin-top: 10px;
  font-size: 14px;
  opacity: 0.8;
}

/* Responsive */
@media (max-width: 1024px) {
  .product-specs-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 40px;
  }

  .product-specs-toggle {
    width: 100%;
    min-width: 0;
  }

  .spec-list {
    grid-template-columns: 1fr;
  }

  .product-specs-right {
    max-width: 300px;
    margin: 0 auto;
  }
}

@media (max-width: 600px) {
  .product-specs {
    padding: 30px 20px;
  }

  .product-specs-header-inner {
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
  }

  .product-specs-product {
    width: 100%;
    justify-content: space-between;
  }

  .product-specs-toggle {
    align-items: flex-start;
    border-radius: 24px;
  }

  .product-specs-toggle-action {
    display: none;
  }

  .spec-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .value {
    text-align: left;
  }

  .product-specs-right img {
    max-height: 200px;
  }
}

/* =====================================================
   HERO 5 WRAPPER
===================================================== */
.hero-5 {
    background: #f1f1f1;
    padding: 20px 60px;
    text-align: center;
}

.hero-5-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.hero-5-title-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.hero-5-title {
    background: #ffffff;
    border-radius: 60px;
    padding: 18px 50px;
    display: inline-flex;
    align-items: center;
    gap: 25px;
    font-size: 34px;
    font-weight: 800;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.hero-5-green {
    color: #82e600;
    letter-spacing: 1px;
}

.hero-5-logo {
    height: 40px;
    width: auto;
}

.hero-5-intro {
    max-width: 800px;
    margin: 0 auto 120px;
    font-size: 18px;
    line-height: 1.6;
    color: #444;
}

.hero-5-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
}

.hero-5-item {
    position: relative;
    background: #dfe4e3;
    padding: 90px 35px 40px;
    text-align: center;
}

/* ICON */
.hero-5-icon {
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 120px;
    background: #1C4848;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-5-icon::before {
    content: "";
    position: absolute;
    inset: -10px;
    border-radius: 50%;
    border: 10px solid #ffffff;
}

.hero-5-icon::after {
    content: "";
    position: absolute;
    inset: -16px;
    border-radius: 50%;
    border: 3px solid #1C4848;
}

.hero-5-icon img {
    /* width: 1%; */
    height: auto;
    position: relative;
    z-index: 2;
}

.hero-5-item h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #4a4a4a;
}

.hero-5-item p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #555;
    max-width: 320px;
    margin: 0 auto;
}

/* =====================================================
   RESPONSIVE
===================================================== */
@media (max-width: 1024px) {

    .hero-5 {
        padding: 80px 40px;
    }

    .hero-5-grid {
        grid-template-columns: 1fr;
        gap: 100px;
    }

    .hero-5-item {
        max-width: 460px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {

    .hero-5-title {
        padding: 15px 30px;
        font-size: 22px;
        gap: 15px;
        border-radius: 40px;
    }

    .hero-5-logo {
        height: 26px;
    }
}

@media (max-width: 600px) {

    .hero-5 {
        padding: 60px 20px;
    }

    .hero-5-intro {
        font-size: 16px;
    }

    .hero-5-item {
        padding: 80px 25px 35px;
    }
}

/* =====================================================
   HERO 6 WRAPPER
===================================================== */
.hero-6 {
    background: #ffffff;
    padding: 90px 60px 0px;
}

.hero-6-inner {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    min-height: 520px;
}

.hero-6-left {
    width: 58%;
    min-height: 520px;
}

.hero-6-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* CARD OVERLAY */
.hero-6-card {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 46%;
    min-height: 360px;

    background: rgba(15, 76, 71, 0.88);
    backdrop-filter: blur(4px);
    padding: 70px 40px;
    text-align: center;
    box-shadow: 0 25px 60px rgba(0,0,0,0.18);
}

/* ICON */
.hero-6-icon {
    margin-bottom: 25px;
}

.hero-6-icon img {
    height: 64px;
    width: auto;
}

.hero-6-title {
    margin: 0 0 35px;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.25;
    color: #ffffff;
    text-transform: uppercase;

}

.hero-6-title span {
    color: #82e600;
}

/* =====================================================
   TABLET
===================================================== */
@media (max-width: 1024px) {

    .hero-6 {
        padding: 70px 40px 0px;
    }

    .hero-6-inner {
        flex-direction: column;
        min-height: auto;
    }

    .hero-6-left {
        width: 100%;
        min-height: 360px;
    }

    .hero-6-card {
        position: relative;
        right: auto;
        top: auto;
        transform: none;
        width: 100%;
        margin-top: -40px;
        padding: 45px 35px;
    }

    .hero-6-card::before {
        display: none;
    }
}

/* =====================================================
   MOBILE
===================================================== */
@media (max-width: 600px) {

    .hero-6 {
        padding: 55px 20px;
    }

    .hero-6-left {
        min-height: 280px;
    }

    .hero-6-title {
        font-size: 24px;
    }

    .hero-6-icon img {
        height: 48px;
    }

    .hero-6-button {
        padding: 14px 22px;
        font-size: 14px;
    }
}
