/*@font-face {
    font-family: 'Futura PT Demi';
    src: url('../fonts/FuturaPT-Demi.eot');
    src: url('../fonts/FuturaPT-Demi.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaPT-Demi.woff2') format('woff2'),
        url('../fonts/FuturaPT-Demi.woff') format('woff'),
        url('../fonts/FuturaPT-Demi.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura PT Book';
    src: url('../fonts/FuturaPT-Book.eot');
    src: url('../fonts/FuturaPT-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaPT-Book.woff2') format('woff2'),
        url('../fonts/FuturaPT-Book.woff') format('woff'),
        url('../fonts/FuturaPT-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
*/

.neovadiol2026 p, .neovadiol2026 h3, .neovadiol2026 h2, .neovadiol2026 h1{margin: 0;}

/**********/

html{scroll-behavior: smooth;}
body{background: #FFF;}
.s-container, section{
	box-sizing:border-box;
	position:relative;
	}

.neovadiol2026{
    margin: 20px auto;
    background: #FFF;
    /*font-family: 'Futura PT Book';*/
    font-weight: normal;
    overflow-x: hidden;
    background-size: contain;

}

.neovadiol2026 .sk{
    max-width: 1290px;
    width: 100%;
    margin: 20px auto;
    position: relative;
}

.neovadiol2026 strong{
    font-weight: 600;
    /*font-family: 'Futura PT Book';*/
}
.neovadiol2026 sup{line-height: 0;}


.neovadiol2026 a.withBorder{
    border: 1px solid transparent;
}
.neovadiol2026 a.mineral2022-btn{
    transition: all ease 400ms;
    display: inline-block;
    overflow: hidden;
    position: relative;
    padding: 13px 40px 13px 40px;
    font-weight: 700;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    line-height: 1em;
    cursor: pointer;
    color: #fff;
    z-index: 1;
    text-decoration: none;
    margin: 20px 0 0;
	box-sizing:border-box;
    background-color: #000;
    border-radius: 25px;
    
}

.neovadiol2026 a.mineral2022-btn:hover{
    color: #000;
    border-color: #000;
    background: #fff;
}
/******************/

.wrap-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.text-section {
    flex: 1;
    padding: 20px;
    box-sizing: border-box;
}

.image-section {
    flex: 1;
    text-align: center;
}

.responsive-image {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

/***head**/

.neovadiol2026 h2 {
    font-size: clamp(24px, 2.5vw, 33px);
    line-height: clamp(25px, 3vw, 30px);
    text-transform: uppercase;
    margin: 0;
    font-weight: normal;
    text-align: center;
}
/**/

.neovadiol2026 .ref1 h1 {
    /*font-family: 'Futura PT Book';*/
    font-weight: 600;
    font-size: clamp(28px, 4vw, 45px);
    line-height: clamp(26px, 3.5vw, 37px);
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 15px;
}

.neovadiol2026 h1 span {
    font-weight: normal;
    /*font-family: 'Futura PT Book';*/
    font-size: clamp(20px, 2.5vw, 24px);
    line-height: clamp(22px, 2.2vw, 26px);
}

.neovadiol2026 .ref1 p {
    font-size: clamp(16px, 1.6vw, 20px);
    line-height: clamp(22px, 2vw, 25px);
    padding-bottom: 9px;
}



.neovadiol2026 .ref1 a.mineral2022-btn:hover {
  color: #000;
  background-color: #fff;
    border-color: #FFF;
}

/************ref1**********/
.ref1 .wrap-section {background:#f6f9fa;}
.ref1 .text-section{width: 49%; flex: none; padding-left: 75px;}
.ref1 .image-section{padding: 0 0 0 20px;}

.neovadiol2026 .ref1 .sk.hero{
    background: none;
    position: relative;
    overflow: hidden;
}

.neovadiol2026 .ref1 .sk.hero .wrap-section{
    position: relative;
    z-index: 1;
    min-height: 500px;
    align-items: stretch;
}

.neovadiol2026 .ref1 .sk.hero .text-section,
.neovadiol2026 .ref1 .sk.hero .text-section h1,
.neovadiol2026 .ref1 .sk.hero .text-section p{
    color: #000;
}

.neovadiol2026 .ref1 .sk.hero span.greenBgTxt{
    background: #fecb4a;
    /*font-family: 'Futura PT Book';*/
    font-weight: 600;
    font-size: 27px;
    line-height: 14px;
    letter-spacing: 1px;
    padding: 10px 12px;
    color: #FFF;
}

.neovadiol2026 .ref1 .sk.hero .text-section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
	padding-right: 0
}

.neovadiol2026 .ref1 .sk.hero .image-section{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 15px 0 0 20px;
    padding-bottom: 0;
}

.neovadiol2026 .ref1 .sk.hero .hero-woman{
    display: block;
    margin: 0;
    align-self: flex-end;
}




@media (max-width: 1110px){
    .ref1 .text-section {
      width: 50%;
    }	
}

@media (max-width: 930px) {
    .ref1 .text-section {
        width: 53%;
    }
    .neovadiol2026 .ref1 .sk.hero .image-section {
        padding: 0;
    }
}
@media (max-width: 768px) {
    .neovadiol2026 .ref1 .sk.hero .wrap-section {
        display: block;
    }

    .neovadiol2026 .ref1 .sk {
        padding: 0;
    }

    .ref1 .text-section {
        width: 100%;
        padding: 50px 30px 30px;
    }


    .ref1 .responsive-image {
        max-width: 330px;
    }
    
    
}

/* ===========================
   REF2 
   =========================== */

.ref2 .wrap-section {
    background: #f4f5f6;
    margin-bottom: 55px;
}
.ref2 .ref2-content {
    text-align: left;
    color: #000;
}

.ref2 .text-section {
    padding-left: 0;
}

.ref2 .responsive-image {
    margin-bottom: -2px;
    max-width: 510px;
}

.ref2 .image-section {
    flex: 0.76 1;
    text-align: left;
}

.ref2 .ref2-eyebrow {
   /* font-family: "Futura PT Book";*/
    font-weight: normal;
    margin-bottom: 20px;
    text-align: left;
}

.ref2 .ref2-stats {
    display: flex;
    gap: 60px;
    margin-top: 35px;
}

.ref2 .ref2-stat {
    position: relative;
    padding-left: 20px;
}

.ref2 .ref2-stat::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 95%;
    background: #000;
}

.ref2 .ref2-value {
    /*font-family: 'Futura PT Book';*/
    font-size: 85px;
    line-height: 55px;
    margin-bottom: 0;
    letter-spacing: -1px;
    min-width: 158px;
    font-weight:600;
}

.ref2 .ref2-value span{
    font-size: 50%;
}

.ref2 .ref2-stat p {
    font-size: 25px;
    line-height: 29px;
    text-transform: uppercase;
    letter-spacing: -0.5px;
}

.ref2 sup {
    line-height: 0;
}

@media (max-width: 1024px) {
    .ref2 .ref2-stats {
        gap: 30px;
    }


    .ref2 .ref2-value {
        font-size: 50px;
        line-height: 50px;
    }
    .ref2 .sk,
    .ref1 .sk {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
@media (max-width: 860px) {
    .ref2 .ref2-stat p {
        font-size: 20px;
        line-height: 20px;
    }
    
}

@media (max-width: 768px) {
    .ref2 .ref2-content {
        text-align: center;
    }

    .ref2 .ref2-stats {
        flex-direction: row;
        gap: 0;
        align-items: center;
    }

    .ref2 .ref2-stat {
        padding-left: 0;
    }

    .ref2 .ref2-stat::before {
        display: none;
    }

    .ref2 .ref2-value {
        font-size: 54px;
        line-height: 54px;
    }
    .ref2 .ref2-eyebrow {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .ref2 .ref2-value {
        font-size: 42px;
        line-height: 42px;
    }

    .ref2 .ref2-stat p {
        font-size: 16px;
        line-height: 22px;
    }
}

/* ===========================
   Zlota sekcja
   =========================== */
.cobonding-section {
    position: relative;
    background: url('../images/cobonding-bg.jpg') no-repeat center;
    background-size: cover;
    color: #fff;
    min-height: 395px;
    width: 100%;
    max-width: 1290px;
    margin: 30px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}


.cobonding-section .sk {
    width: 100%;
    position: relative;
    z-index: 2;
}

.cobonding-left {
    max-width: 900px;
    padding: 40px;
    margin: 0 auto;
    box-sizing: border-box;
    color: #000;
    text-shadow: 0 2px 8px rgba(0,0,0,0.25);
}

.cobonding-top {
    /*font-family: 'Futura PT Book';*/
    font-size: 23px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-transform: uppercase;
    opacity: 0.9;
}

.cobonding-main {
    display: inline-block;
}

.cobonding-section .big {
    /*font-family: 'Futura PT Book';*/
    font-size: 200%;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 10px;
}

.cobonding-main .text {
    display: block;
    /*font-family: 'Futura PT Book';*/
    font-size: 28px;
}

.cobonding-bottom {
    margin-top: 0;
    /*font-family: 'Futura PT Book';*/
    font-size: 30px;
    text-transform: uppercase;
}

.cobonding-bottom .big{font-size: 170%}

.cobonding-bottom .omega {
    display: inline-block;
    margin-left: 8px;
    /*font-family: 'Futura PT Book';*/
    font-size: 18px;
}

@media (max-width: 1200px) {
    .cobonding-main .big {
        font-size: 56px;
    }

    .cobonding-main .text {
        font-size: 24px;
    }

    .cobonding-bottom {
        font-size: 15px;
    }
}

@media (max-width: 810px) {

    .cobonding-left {
        padding: 30px 20px;
    }

    .cobonding-main .big {
        font-size: 46px;
    }

    .cobonding-main .text {
        font-size: 20px;
    }

    .cobonding-bottom {
        font-size: 14px;
    }
}

@media (max-width: 600px) {
    .cobonding-main .big {
        font-size: 40px;
    }

    .cobonding-main .text {
        font-size: 18px;
    }

    .cobonding-bottom {
        font-size: 13px;
    }
}

/****************** PRODUKTY *******************/

.produkty{padding-top: 10px;}

.produkty .wrap-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 0 10px;
}

.produkty .wrap-container .flex-item {
    flex: 1;
    min-width: calc(33.333% - 20px);
    box-sizing: border-box;
    background-color: #fff;
    margin: 5px;
    border-radius: 30px;
    text-align: center; 
    background: #FFF;
    padding-bottom: 20px;
    position: relative;
}

.produkty .wrap-container .flex-item:hover .item-image{
    transform: scale(1.07);
}


.produkty .wrap-container .item-image {
    width: 100%; 
    height: auto; 
    border-radius: 5px 5px 0 0; 
    margin-bottom: 20px;
    max-width: 330px;
    transition: 0.5s all;
}

.produkty .flex-item > div{padding: 0 20px 50px 20px;}

.produkty .productTitle{
    text-transform: uppercase;
    font-size: 19px;
    line-height: 20px;
    font-weight: 600;
    /*font-family: 'Futura PT Book';*/
}

.product-mobile{display: none;}

.punktorWrap{
    margin: 0 auto;
}

.punktory {
	list-style: none;
	padding: 0;
    width: 100%;
}

.punktory li {
    font-size: 17px;
    line-height: 24px;
	padding-left: 1em;
	text-indent: -1em;
	text-align: center;
    margin-bottom: 2px;
    margin-top: 20px;
}

.produkty .btt{
    position: absolute !important;
    bottom: 30px;
    left: 50%; 
    transform: translateX(-50%); 
    width: 192px; 

}

.brFix{display: none;}


.neovadiol2026 .xz-cta{position: absolute; bottom: 20px;left: 0;right: 0;}

.neovadiol2026 .sklepy {
    display: none;
     transition: 0.2s all;
}

.neovadiol2026 .lista-sklepow {
    background-color: #fff;
    color: #000;
    font-size: 16px;
    line-height: 16px;
    display: block;
    left: 0;
    right: 0;
    position: absolute;
    width: 90%;
    z-index: 10;
    border: 1px solid #b2b2b2;
    max-width: 262px;
    bottom: 96px;
    margin: 0 auto;
    border-radius: 20px;
    text-transform: uppercase;
}

.neovadiol2026 .lista-sklepow::after{
    content: '';
    background: url(../images/sklepy-arrow.png) no-repeat;
    width: 15px;
    height: 14px;
    position: absolute;
    bottom: -14px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.neovadiol2026 .lista-sklepow > span{margin: 20px 0;}

.neovadiol2026 .lista-sklepow a img{
    max-width: 139px !important;
  margin: 4px 0;}


 .variant-box {
  background-color: #fff;
  color: #000;
  font-size: 16px;
  line-height: 16px;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  width: 90%;
  z-index: 10;
  border: 1px solid #b2b2b2;
  max-width: 262px;
  bottom: 96px; 
  border-radius: 20px;
  text-transform: uppercase;
  padding: 15px;
  text-align: center;
}

 .variant-box::after {
  content: '';
  background: url(../images/sklepy-arrow.png) no-repeat;
  width: 15px;
  height: 14px;
  position: absolute;
  bottom: -14px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

 .variant-box::before {
  content: '';
  background: url(../images/sklepy-arrow.png) no-repeat;
  width: 15px;
  height: 14px;
  position: absolute;
  bottom: -14px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

 .variant-choices {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 13px;
}

 .variant-choice {
  border: 1px solid #b2b2b2;
  border-radius: 999px;
  padding: 10px;
  background: #fff;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.2;
  text-transform: none;
}

 .variant-choice:hover,
 .variant-choice.active {
  border-color: #000;
}

.variant-choice.active { border-color:#000; }

@media (max-width: 904px) {
    .produkty .wrap-container .flex-item {
        min-width: 100%;
        margin-bottom: 10px;
    }
    .produkty .brFix {
        display: none;
    }
    .punktory {
        display: block;
        width: fit-content;
        margin: 0 auto;
    }
}


/* ===========================
   REF3
   =========================== */

.ref3 {
    margin: 20px auto 40px;
    overflow: visible;
}

.ref3 .sk {
    background: #e9eaec;
}

.ref3 .ref3-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.ref3-left img {
    height: auto;
    padding-left: clamp(20px, 8vw, 110px);
    width: 100%;
    padding-right: 30px;
}

.ref3-right {
    position: relative;
}

.ref3-right img {
    height: auto;
    width: 100%;
    max-width: 469px;
    position: relative;
    top: -40px;
    margin-bottom: -80px;
    padding-right: clamp(10px, 4vw, 40px);
}

@media (max-width: 480px) {
    .ref3 .ref3-inner {
        flex-direction: column;
        text-align: center;
        padding: 30px 20px;
    }

    .ref3-left {
        margin-bottom: 20px;
    }

    .ref3-right img {
        margin-bottom: -94px;
        max-width: 370px;
    }
    
    .ref3-right {
  position: relative;
  padding-top: 40px;
}
    
    .ref3-left img {
  padding-left: 10px;
}
}

/****************** note *******************/
.note p{font-size: 15px; line-height: 17px; text-align: center; color: #8b8b8b}
.note sup{line-height: 0;}

/*********************************************************************************************/


@media all and (max-width: 1300px) {
    .neovadiol2026 .sk {
        margin: 20px 0;
        width: 100%;
        padding: 0 10px;
    }
}
@media all and (max-width: 1270px) {
    .brFix{display: block;}

}


@media all and (max-width: 820px) {
    .produkty .wrap-container .item-image {
        width: 80%;
    }
    
    .product-mobile{display: inline}
    .product-desktop{display: none;}
}

@media all and (max-width: 768px) {
.ref2 .responsive-image {
  max-width: 420px;
    margin-bottom: -3px;
}
    
    #r2 {
    scroll-margin-top: 90px;
  }

.produkty .wrap-container .flex-item {
  margin: 0 5px 20px 5px; 

}

    .ref2 .wrap-section {
  flex-direction: column-reverse;
}

    .ref2 .text-section{
        padding-top: 40px
    }
    
    .ref2 .text-section {
  padding: 40px 20px 20px;
}

}

@media (max-width: 720px) {
  .produkty .wrap-container .flex-item {
    margin: 0 0 0 0;
  }

}

@media all and (max-width: 480px) {
    .ref2 .txtImage {
  max-width: 180px;
}

}
@media all and (max-width: 440px) {
    .productInfo{
        display: block;
    overflow-x: auto;
    white-space: nowrap;
    }

}

/********************** SLIDER ****************/
.reviews-section {
  max-width: 1290px;
  margin: 0 auto;
  padding: 25px 20px 0;
  text-align: center;
  position: relative;
}

.reviews-section * {
  box-sizing: border-box;
}

.reviews-section .reviews-header {
  margin-bottom: 50px;
}

.reviews-section .reviews-header h2 {
  margin: 0;
    /*font-family: 'Futura PT Book';*/
    font-weight: 600;
}
.reviews-section .reviews-header h2 span {
  margin: 0;
    /*font-family: 'Futura PT Book';*/
    font-weight: normal;
}

.revievs-footer{text-align: center}
.revievs-footer img{
    display: block;
    margin: 0 auto 10px;
}

.slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.slider-wrapper {
  overflow: hidden;
  width: 100%;
  transition: height 0.4s ease;
  position: relative;
}

.slider-track {
  white-space: nowrap;
  transition: transform 0.6s ease;
  will-change: transform;
}

.slide {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;   
  align-items: center;       
  vertical-align: top;
  width: 100%;
  white-space: normal;
  padding: 60px 60px;
  text-align: center;
  position: relative;
}


.review-text {
  position: relative;
  font-size: 17px;
  line-height: 25px;
  max-width: 750px;
  margin: 0 auto 25px auto;
    /*font-family: 'Futura PT Book';*/
    font-weight: normal; font-style: italic;
}

.slide::before {
  content: "”";
  position: absolute;
  left: 7vw;
  bottom: 0;
  font-size: 190px;
  color: #ffc816;
  line-height: 1;
  font-family: Arial;
    font-weight: bold;
  pointer-events: none;
}
.slide::after {
  content: "”";
  position: absolute;
  right: 7vw;
  top: 0;
  font-size: 190px;
  color: #ffc816;
  line-height: 1;
 font-family: Arial;
    font-weight: bold;
  pointer-events: none;
}

.author {
  display: block;
  margin-bottom: 15px;
}

/* ===== QUOTES ===== */

.quote {
  position: absolute;
  font-size:190px;
  color: #9933ff;
  opacity: 1;
  pointer-events: none;
  line-height: 1;
  font-family: Arial;
}

.quote.left {
  left: 0;
  top: 20px;
}

.quote.right {
  right: 0;
  bottom: 20px;
}

/* ===== nav ===== */

.nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #000;
  color: #fff;
  border: none;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 20;

  display: flex;
  align-items: center;
  justify-content: center;

  transition: opacity 0.2s ease;
}

.prev { left: 10px; }
.next { right: 10px; }

.nav:hover {
  opacity: 0.8;
}

@media (max-width: 1110px) {
    .review-text {
        max-width: 500px;
    }
}

@media (max-width: 992px) {
    .reviews-section {
        padding: 60px 20px;
    }

    .slide {
        padding: 40px 30px;
    }

    .review-text {
        font-size: 16px;
    }

    .quote {
        font-size: 80px;
    }
}

@media (max-width: 820px) {
    .slide::before {
        font-size: 130px;
    }

    .slide::after {
        font-size: 130px;
    }
}

@media (max-width: 600px) {
    .slide {
        padding: 30px 20px;
    }

    .quote {
        font-size: 60px;
    }
}

@media (max-width: 768px) {
    .slider {
        padding-bottom: 50px;
    }
    .revievs-footer img {
        margin-top: 40px;
    }
    .slide::before {
        left: 0;
        font-size: 70px;
        bottom: 20px;
    }

    .slide::after {
        font-size: 70px;
        top: -10px;
        right: 0;
    }

    .nav {
        top: auto;
        bottom: 10px;
        transform: none;
    }

    .prev {
        left: 50%;
        transform: translateX(-60px);
    }

    .next {
        right: 50%;
        transform: translateX(60px);
    }
}

@media (max-width: 650px) {
    .review-text {
        max-width: 350px;
    }
}

.produkty-4 .wrap-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.produkty-4 .product-image-wrap {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.produkty-4 .product-image-wrap img {
    max-height: 242px;
    width: auto;
    height: auto;
    max-width: none;
}

.produkty-4 .flex-item > div {
    flex-grow: 1;
}

.rutyny {
    margin-top: 80px;
}
.rutyny .sk {
    background: #c9aa72;
    color: #fff;
    padding: 25px 20px;
}

.produkty-4 h2 {
    position: relative;
    display: table;
    margin: 0 auto 30px;
    text-align: center;
    z-index: 1;
    padding: 5px 15px;
}

.produkty-4 h2::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #ffc816;
    transform: translateX(-50%);
    transform-origin: bottom;
    z-index: -1;
    transition:
        width 0.6s ease,
        height 0.35s ease 0.6s;
}

.produkty-4:hover h2::after {
    width: 100%;
    height: 100%;
}

@media (max-width: 1024px) {
    .produkty-4 .wrap-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .produkty-4 .item-image {
        margin: 0 auto 20px;
        width: auto;
        max-width: 80%;
    }
}

@media (max-width: 640px) {
    .produkty-4 .wrap-container {
        grid-template-columns: 1fr;
    }

    .produkty-4 .product-image-wrap {
        height: 180px;
    }

    .produkty-4 .product-image-wrap img {
        height: 100%;
        width: auto;
        object-fit: contain;
    }
}

/********************* RWD  *********************/


@media (max-width: 768px) {
}

@media (max-width: 768px) {
    .img-fade-right {
        position: relative;
        overflow: hidden;
        max-width: 330px;
        margin: 0 auto;
    }

    .img-fade-right::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 40px;
        height: 100%;
        background: linear-gradient(to right, rgba(246, 249, 250, 0) 0%, #f6f9fa 100%);
        pointer-events: none;
    }
    .neovadiol2026 .ref1 .sk.hero .text-section {
        padding-right: 20px;
    }

    .img-fade-left {
        position: relative;
        overflow: hidden;
        margin: 0 auto;
        max-width: 420px;
    }

    .img-fade-left::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100px;
        height: 100%;
        background: linear-gradient(to left, rgba(244, 245, 246, 0) 0%, rgba(244, 245, 246, 0.7) 40%, #f4f5f6 100%);
        pointer-events: none;
    }

    .ref2 .ref2-value {
        min-width: 130px;
    }

    .ref2 .ref2-stats {
        justify-content: center;
    }

    .reviews-section .reviews-header {
        margin-bottom: 30px;
    }
    .reviews-section {
        padding: 25px 20px;
    }

    .note p {
        font-size: 12px;
        line-height: 14px;
    }
}

@media (max-width: 480px) {
    .ref2 .ref2-value {
        min-width: 101px;
    }
}

.fade-in-section {
    opacity: 0;
    transform: translateY(40px);
transition: opacity 1.2s ease, transform 1.2s ease;
    will-change: opacity, transform;
}

.fade-in-section.visible {
    opacity: 1;
    transform: translateY(0);
}