@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@font-face {
    font-family: 'Nunito';
    src: url('/landing_font/font_nunito/Nunito-Light.ttf') format('truetype');
    font-weight: 300; /* ExtraLight */
    font-style: normal;
}

@font-face {
    font-family: 'Nunito';
    src: url('/landing_font/font_nunito/Nunito-Regular.ttf') format('truetype');
    font-weight: 400; /* Light */
    font-style: normal;
}

@font-face {
    font-family: 'Nunito';
    src: url('/landing_font/font_nunito/Nunito-Medium.ttf') format('truetype');
    font-weight: 500; /* Regular */
    font-style: normal;
}

@font-face {
    font-family: 'Nunito';
    src: url('/landing_font/font_nunito/Nunito-SemiBold.ttf') format('truetype');
    font-weight: 600; /* Medium */
    font-style: normal;
}

@font-face {
    font-family: 'Nunito';
    src: url('/landing_font/font_nunito/Nunito-Bold.ttf') format('truetype');
    font-weight: 700; /* Semibold */
    font-style: normal;
}

@font-face {
    font-family: 'Nunito';
    src: url('/landing_font/font_nunito/Nunito-ExtraBold.ttf') format('truetype');
    font-weight: 800; /* ExtraBold */
    font-style: normal;
}

@font-face {
    font-family: 'Nunito';
    src: url('/landing_font/font_nunito/Nunito-Black.ttf') format('truetype');
    font-weight: 900; /* Black */
    font-style: normal;
}


@font-face {
    font-family: 'iciel-Pony';
    src: url('/landing_font/font_gi_vui/iciel-Pony.ttf') format('truetype');
    font-weight: 400; /* Semibold */
    font-style: normal;
}

.flipper {
    color: #fff;
    display: block;
    font-size: 50px;
    line-height: 100%;
    padding: 0;
    margin: 0;
    height: 1.7em;
}

    .flipper.flipper-invisible {
        font-size: 0px !important;
    }

.flipper-group {
    position: relative;
    white-space: nowrap;
    display: block;
    float: left;
    padding: 0;
    margin: 0;
}

    .flipper-group label {
        font-family: "Nunito", "Montserrat", sans-serif;
        position: absolute;
        color: #161616;
        font-size: 20%;
        top: 100%;
        line-height: 1em;
        left: 50%;
        transform: translate(-50%, 0);
        text-align: center;
        padding-top: 0.5em;
    }

.flipper-digit {
    white-space: nowrap;
    position: relative;
    padding: 0;
    margin: 0;
    display: inline-block;
    float: left;
    height: 1.2em;
    overflow-y: hidden;
}

    .flipper-digit span {
        font-size: 25%;
    }

.flipper-delimiter {
    white-space: nowrap;
    display: block;
    float: left;
    padding: 0;
    margin: 0;
    color: #e5b241;
    min-width: 0.1em;
    white-space: nowrap;
    display: block;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    line-height: 1em;
}

.digit-face {
    display: block;
    visibility: hidden;
    position: relative;
    border-radius: 0.1em;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 8;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    padding-left: 0.1em;
    padding-right: 0.1em;
    box-sizing: border-box;
    text-align: center;
}

.digit-next {
    display: block;
    position: relative;
    border-radius: 0.1em;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 8;
    height: 1.2em;
    background: #e5b241;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    padding-left: 0.1em;
    padding-right: 0.1em;
    box-sizing: border-box;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.digit-top {
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none;
    overflow: hidden;
    position: absolute;
    background: #e5b241;
    padding-top: 0.1em;
    padding-bottom: 0;
    padding-left: 0.1em;
    padding-right: 0.1em;
    border-top-left-radius: 0.1em;
    border-top-right-radius: 0.1em;
    box-sizing: border-box;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: transform 0s linear, background 0s linear;
    transform-origin: 0 0.6em 0 !important;
    transform-style: preserve-3d !important;
    z-index: 20;
}

    .digit-top.r {
        transition: transform 0.1s linear, background 0.1s linear;
        transform: rotateX(90deg);
        background: #a97c17;
    }

.digit-top2 {
    visibility: hidden;
    position: absolute;
    height: 50%;
    left: 0;
    right: 0;
    background: #a97c17;
    transition: transform 0.1s linear;
    line-height: 0em !important;
    top: 50% !important;
    bottom: auto !important;
    padding-top: 0;
    padding-bottom: 0.1em;
    padding-left: 0.1em;
    padding-right: 0.1em;
    border-bottom-left-radius: 0.1em;
    border-bottom-right-radius: 0.1em;
    overflow: hidden;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: transform 0s linear, background 0s linear;
    transform: rotateX(-90deg);
    transform-style: preserve-3d !important;
    transform-origin: 0 0 0 !important;
    z-index: 20;
}

    .digit-top2.r {
        visibility: visible;
        transition: transform 0.1s linear 0.1s, background 0.1s linear 0.1s;
        transform: rotateX(0deg);
        background: #e5b241;
    }

.digit-bottom {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none;
    position: absolute;
    overflow: hidden;
    background: #fbcf64;
    height: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    line-height: 0em;
    padding-top: 0;
    padding-bottom: 0.1em;
    padding-left: 0.1em;
    padding-right: 0.1em;
    border-bottom-left-radius: 0.1em;
    border-bottom-right-radius: 0.1em;
    box-sizing: border-box;
    text-align: center;
    transition: none;
}

    .digit-bottom.r {
        transition: background 0.1s linear;
        background: #a97c17;
    }

.flipper-digit:after {
    content: "";
    position: absolute;
    height: 2px;
    background: rgba(0, 0, 0, 0.5);
    top: 50%;
    display: block;
    z-index: 30;
    left: 0;
    right: 0;
}

.flipper-dark {
    color: #e5b241;
}

    .flipper-dark .flipper-delimiter {
        color: #fff;
    }

    .flipper-dark .digit-next {
        background: #fff;
    }

    .flipper-dark .digit-top {
        background: #fff;
    }

        .flipper-dark .digit-top.r {
            background: #cccccc;
        }

    .flipper-dark .digit-top2 {
        background: #cccccc;
    }

        .flipper-dark .digit-top2.r {
            background: #fff;
        }

    .flipper-dark .digit-bottom {
        background: #fff;
    }

.flipper-dark-labels .flipper-group label {
    color: #fff;
}

/*Start=page index*/
@font-face {
    font-family: "iCiel Borsok";
    src: url("/fonts/iCiel_Borsok.eot"); /* IE9 Compat Modes */
    src: url("/fonts/iCiel_Borsok.eot?#iefix") format("embedded-opentype"), url("/fonts/iCiel_Borsok.woff") format("woff"), url("/fonts/iCiel_Borsok.ttf") format("truetype"), url("/fonts/iCiel_Borsok.svg") format("svg"); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}
/* Start=============================body================================ */
a:visited {
    text-decoration: none;
    outline: 0;
}

.event-thumb a {
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Nunito', sans-serif;
    background-color: #FAFAFA;
}

img,
video {
    max-width: 100%;
}

html {
    scroll-behavior: smooth;
}

.btn-pill {
    border-radius: 10rem;
}

.btn:hover {
    box-shadow: none;
}

.txt-orange {
    color: #ff6b00;
}

.txt-yellow {
    color: #ffe447;
}

.block-title {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.content-block-btn{
    margin-bottom: 30px;
}

    .block-title p {
        color: #ff6b00;
        margin-bottom: 0;
    }

    .block-title .title-header {
        font-family: 'iciel-Pony';
        font-size: 32px;
        margin: 0 !important;
        line-height: 1.25;
        letter-spacing: 2px;
        color: #fff;
        -webkit-text-stroke: 8px #FF7A00;
        paint-order: stroke fill;
    }

    .title-header-regis{
        font-size: 46px !important;
        line-height: 1.25;
    }

    .title-header--highlight{
        font-size: 34px;             
        animation: pulseGlow 2s ease-in-out infinite;
    }

    @keyframes pulseGlow {
        0% {
            transform: scale(1);
            text-shadow: 0 0 0 rgba(255, 122, 0, 0.6);
        }
        50% {
            transform: scale(1.08);
            text-shadow: 0 0 18px rgba(255, 122, 0, 0.9);
        }
        100% {
            transform: scale(1);
            text-shadow: 0 0 0 rgba(255, 122, 0, 0.6);
        }
    }

    .block-title .title-title {
        font-family: 'iciel-Pony';
        font-size: 42px;
        margin: 0 !important;
        line-height: 1.25;
        letter-spacing: 0px;
        background: linear-gradient(90deg, #FF7001, #FFA501);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke: 1px #FFFFFF;
    }

    .title-regis{
        font-size: 28px !important;
    }

    .color-white{
        color: #ffffff !important;
    }

    .title-header-app{
        font-size: 48px;
        font-weight: 700;
        color: #ffffff;
        font-family: "Nunito";
    }

.block-pass {
    position: relative;
}

    .block-pass .form-control {
        padding-right: calc(2.25rem + 2px);
    }

.view-pass {
    width: calc(2.25rem + 2px);
    height: calc(2.25rem + 12px);
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    border: none;
}

    .view-pass.view .fa-eye,
    .view-pass .fa-eye-slash {
        display: none;
    }

    .view-pass .fa-eye,
    .view-pass.view .fa-eye-slash {
        display: inline-block;
    }

.div-show {
    display: none;
}

    .div-show.show {
        display: block;
    }

.content-pay {
    display: none;
    padding: 10px 0 1.5rem;
    font-size: 0.9rem;
    color: black;
}

.-bg-color {
    background-color: #ffdea4;
}

.-bg-color-1 {
    background-color: #fff9f4;
}

.-bg-color-2 {
    background-color: #ffe447;
}

.-bg-color-3 {
    background-color: #fff6c3;
}

.-bg-color-4 {
    background-color: #151b26;
}

.-bg-color-5 {
    background-color: #222b37;
}

.-bg-color-6 {
    background-color: #f6f8f9;
}

.-bg-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.-bg-image-1 {
    background-image: url(/images/bg-app.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.-bg-image-2 {
    background-image: url(/images/background_yellow2.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.-bg-image-3 {
    background-image: url(/images/bg-register-new.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.-bg-image-4 {
    background-image: url(/images/bg-4.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.-bg-image-5 {
    background-image: url(/images/bg-about.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.-bg-image-6 {
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)),
        url(/images/bg-slide-2.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.-bg-image-7 {
    background-image: url(/images/sinhvien/background_loiich.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.-bg-image-8 {
    background-image: url(/images/bg-info-payment.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}



.btn-access {
    background-color: #02103b;
    color: #fff;
}

    .btn-access:hover,
    .btn-access:active {
        background-color: #02103b;
        color: #fff;
    }

.btn-bigsize {
    font-size: 1.2rem;
    padding: 1rem 2.5rem;
}

.btn-resgiter {
    background-color: #FFA14D  ; 
    color: white; 
    font-size: 16px;
    font-weight: bold;
    padding: 12px 20px;
    border-radius: 8px; 
    display: inline-block;
    text-align: center;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.btn-resgiter:hover {
    background-color: #E5701F; 
    color: white !important; 
    text-decoration: none; 
    transform: translateY(-2px);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.3);
}

.btn-beekids {
    background: rgb(255, 195, 77);
    background: linear-gradient(90deg, rgb(255, 195, 77) 0%, rgb(255, 107, 1) 100%);
    border: 0px;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

    .btn-beekids:hover,
    .btn-beekids:active {
        background: linear-gradient(90deg, rgb(255, 210, 100) 0%, rgb(255, 130, 30) 100%);
        border: 0px;
        color: #02103b;
    }

.promo-box {
    position: relative;
    display: inline-block;
}

.promo-overlay {
    position: absolute;
    width: auto; 
    max-width: 60%; 
    animation: tada-light 3s ease-in-out infinite;
    cursor: pointer;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.promo-overlay:hover {
    filter: brightness(1.2);
}


.free-badge {
    right: 0px;
    bottom: 30px;
}

.trial-badge {
    left: 0px;
    bottom: 32px;
}

#return-to-top {
    z-index: 999;
    position: fixed;
    bottom: 80px;
    right: 30px;
    background: rgb(0, 0, 0);
    background: #31554B;
    width: 45px;
    height: 45px;
    display: block;
    text-decoration: none;
    border-radius: 35px;
    display: none;
    transition: all 0.3s ease;
}

    #return-to-top i {
        color: #fff;
        margin: 0;
        position: relative;
        left: 14px;
        top: 7px;
        font-size: 27px;
        transition: all 0.3s ease;
    }

#return-to-top:hover{
  background: #27463E;              
  transform: translateY(-4px);
  box-shadow: 0 14px 28px rgba(0,0,0,.22);
}

#return-to-top:hover i{
  color: #EFFFF7;                  
  transform: translateY(-4px);
}

#return-to-top:active{
  transform: translateY(-2px) scale(.98);
  box-shadow: 0 10px 20px rgba(0,0,0,.18);
}

/* ===== Header layout ===== */
.lp-header{
  background:#fff;
  box-shadow: 0 0px 4px rgba(0, 0, 0, 0.08);
  padding-bottom: 24px;
  margin-bottom: 1px;
  position: sticky;
  top: 0;
  z-index: 1000;
  transition: transform .28s ease;
  will-change: transform;
}

.lp-header.is-hidden{
  transform: translateY(-110%);
}


/* TOP */
.lp-header__top{
  margin:0 auto;
  padding: 24px 80px 16px 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  box-shadow: 0 0px 4px rgba(0, 0, 0, 0.08);
}

.lp-header__brand{
    color: #31554B;
    font-size: 28px;
}

.lp-header__right{
  display: flex;
  align-items: center;
  gap: 40px;
  min-width: 0;               
}

.lp-header__search{
  display:flex;
  align-items:center;
  gap: 12px;
  background:#FFFFFF;
  border:1px solid #F4F4F5;
  border-radius: 128px;
  padding: 12px 16px;
  width: 520px;           
  max-width: 52vw;          
  min-width: 240px;      
}

.lp-header__search input{
  border:0;
  outline:0;
  background:transparent;
  width:100%;
  min-width: 0;             
  font-size:14px;
  color:#2b2b2b;
}

.lp-header__actions{
  display:flex;
  align-items:center;
  gap: 24px;
}

.lp-iconBtn{
  position:relative;
  width:38px;
  height:38px;
  border-radius:999px;
  box-shadow: 0 0px 4px rgba(0, 0, 0, 0.08);
  border: none;
  background:#fff;
  display:grid;
  place-items:center;
  cursor:pointer;
  color:#2b2b2b;
}

.lp-iconBtn:hover{ background:#fafafa; }

.lp-badge{
  position:absolute;
  top:-6px;
  right:-6px;
  min-width:20px;
  height:'auto';
  padding:0 5px;
  border-radius:999px;
  background:#ff3b30;
  color:#fff;
  font-size:11px;
  line-height:18px;
  text-align:center;
  border:2px solid #fff;
}

/* .lp-flag{
  width:18px; height:18px; border-radius:50%;
  border:1px solid #e6e9ef;
  background:
    radial-gradient(circle at 30% 35%, #fff 0 35%, transparent 36%),
    linear-gradient(#b22234 0 50%, #3c3b6e 0 100%);
} */


.lp-header__nav{
  margin:0 auto;
  margin-top: 24px;
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:40px;
}

.lp-nav__link{
  text-decoration:none;
  color:#3F3F46;
  font-size:18px;
}

.lp-nav__link:hover{ color:#111; }

.lp-nav__link.is-active{
  color:#31554B;
  font-weight:600;
}


/* <= 768px: Mobile layout chuẩn & đẹp */
@media (max-width: 768px){
  .lp-header{
    padding-bottom: 10px;
  }

  .lp-header__top{
    padding: 12px 24px;
    flex-wrap: wrap;
    gap: 10px;
    box-shadow: none; 
  }

  /* Brand full width */
  .lp-header__brand{
    width: 100%;
    font-size: 22px;
    line-height: 1.2;
  }

  /* Right full width: search + actions */
  .lp-header__right{
    width: 100%;
    gap: 10px;
    align-items: center;
  }

  .lp-header__search{
    width: 100%;
    max-width: none;
    min-width: 0;
    flex: 1;
    padding: 10px 12px;
    border-radius: 999px;
  }

  .lp-header__search input{
    font-size: 14px;
  }

  .lp-header__actions{
    flex: 0 0 auto;
    gap: 8px;
  }

  .lp-iconBtn{
    width: 34px;
    height: 34px;
  }

  /* NAV: cuộn ngang + đẹp hơn */
  .lp-header__nav{
    position: relative;
    margin-top: 0px;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 14px;
    padding: 0 24px 0px 24px; /* có chút padding dưới */
    scrollbar-width: none;
  }
  .lp-header__nav::-webkit-scrollbar{ display: none; }

  .lp-nav__link{
    white-space: nowrap;
    font-size: 15px;
    padding: 10px 0;
    display: inline-block;
  }

  /* fade 2 bên của nav (nhìn xịn hơn) */
  .lp-header__nav::before,
  .lp-header__nav::after{
    content:"";
    position:absolute;
    top:0;
    bottom:0;
    width: 18px;
    pointer-events:none;
  }
  .lp-header__nav::before{
    left:0;
    background: linear-gradient(90deg, #fff, rgba(255,255,255,0));
  }
  .lp-header__nav::after{
    right:0;
    background: linear-gradient(270deg, #fff, rgba(255,255,255,0));
  }
}

/* <= 480px: nhỏ nữa thì thu thêm chút */
@media (max-width: 480px){
  .lp-header__top{ padding: 10px 12px 8px 12px; }
  .lp-header__brand{ font-size: 20px; }

  .lp-header__search{ padding: 9px 10px; }
  .lp-header__actions{ gap: 6px; }

  .lp-iconBtn{ width: 32px; height: 32px; }

  .lp-header__nav{
    gap: 12px;
    padding: 0 12px 6px 12px;
  }
  .lp-nav__link{ font-size: 14px; }
}




.skin__title{
  margin: 0;
  text-align: center;
  color: #31554B;
  font-size: 36px;
  font-weight: 700;
}

.skin__desc{
  margin-top: 12px;
  text-align: center;
  color: #3F3F46;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 0 !important;
}






/* ===== Banner above sections ===== */
.lp-banner{
  padding: 4rem 0;   
  background: #fff;
}

.lp-banner__wrap{
  border-radius: 24px;
  overflow: hidden;
}

.lp-banner__wrap img{
  width: 100%;
  max-height: 500px;
  object-fit: cover;
  display: block;
}

@media (max-width: 992px){
  .lp-banner{ padding: 22px 0 8px; }
  .lp-banner__wrap img{ height: 260px; }
}

@media (max-width: 640px){
  .lp-banner{ padding: 16px 0 6px; }
  .lp-banner__wrap{ border-radius: 18px; }
  .lp-banner__wrap img{ height: 200px; }
}


/* ===== Skin Issues Section ===== */
.lp-skin{
  padding-bottom: 4rem ;
  background: #fff;
}

.lp-skin__box{
  border: 1px solid #31554B;
  border-radius: 24px;
  padding: 24px;
}

.lp-skin__grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 24px;
}

.lp-skinCard{
  background: #fff;
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 0px 4px rgba(0, 0, 0, 0.08);
  border: 1px solid transparent;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, background-color .25s ease;
}

.lp-skinCard:hover{
  border-color: #31554B;
  background: #F3FFFC;
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(0,0,0,0.12);
}

.lp-skinCard__img{
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 16/10;
}

.lp-skinCard__img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lp-skinCard__heading{
  margin: 20px 0 12px 0;
  text-align: center;
  color: #31554B;
  font-size: 24px;
  font-weight: 700;
}

.lp-skinCard__text{
  text-align: center;
  color: #3F3F46;
  font-size: 20px;
  margin-bottom: 0 !important;
}
.btn-skin-buy{
  display:flex;
  align-items:center;
  justify-content:center;
  margin-top:24px;
}

@keyframes ctaPulse {
  0%, 100% {
    box-shadow:
      0 12px 26px rgba(49,85,75,.26),
      0 2px 0 rgba(255,255,255,.12) inset;
  }
  50% {
    box-shadow:
      0 16px 34px rgba(49,85,75,.38),
      0 2px 0 rgba(255,255,255,.14) inset;
  }
}

@keyframes ctaFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}

.lp-skin__cta{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 16px 34px;
  min-width: 160px;

  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 650;
  letter-spacing: .2px;

  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.18);
  background: linear-gradient(180deg, #31554B 0%, #27463E 100%);

  overflow: hidden;

  animation: ctaPulse 2.4s ease-in-out infinite, ctaFloat 3.2s ease-in-out infinite;
  transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
}

.lp-skin__cta::after{
  content:"";
  position:absolute;
  top:-40%;
  left:-60%;
  width: 55%;
  height: 180%;
  background: linear-gradient(
    90deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,.25) 45%,
    rgba(255,255,255,0) 100%
  );
  transform: rotate(22deg);
  transition: left .6s ease;
  pointer-events: none;
}

.lp-skin__cta:hover{
  animation: none; 
  transform: translateY(-3px);
  filter: brightness(1.04);
  box-shadow:
    0 18px 34px rgba(49,85,75,.40),
    0 2px 0 rgba(255,255,255,.14) inset;
  color: #fff;
  text-decoration: none;
}

.lp-skin__cta:hover::after{
  left: 130%;
}

.lp-skin__cta:active{
  transform: translateY(-1px) scale(.99);
}

.lp-skin__cta:focus-visible{
  outline: none;
  box-shadow:
    0 0 0 4px rgba(49,85,75,.22),
    0 18px 34px rgba(49,85,75,.38),
    0 2px 0 rgba(255,255,255,.14) inset;
}

@media (prefers-reduced-motion: reduce){
  .lp-skin__cta{ animation: none; }
}


/* ===== Responsive ===== */
@media (max-width: 992px){
  .lp-skin__grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px){
  .lp-skin__box{ padding: 22px 14px 26px; }
  .lp-skin__title{ font-size: 22px; }
  .lp-skin__grid{ grid-template-columns: 1fr; }
}












.lp-steps{
  background: #fff;
}

.lp-steps__box{

}

/* owl stage padding cho đẹp */
.lp-steps__carousel .owl-stage-outer{
  padding: 6px 0 6px;
  margin-top: 40px;
}

/* CARD */
.lp-stepCard{
  background: #fff;
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 0px 4px rgba(0, 0, 0, 0.08);
  height: 100%;
  border: 1px solid transparent;
  transition: background-color .25s ease, border-color .25s ease,
              transform .25s ease, box-shadow .25s ease;
}

.lp-stepCard:hover{
  background: #F3FFFC;    
  border-color: #31554B;       
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(0,0,0,0.12);
}

.lp-stepCard__img{
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 16/10;
}

.lp-stepCard__img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lp-stepCard__heading{
  margin: 20px 0 12px 0;
  color: #31554B;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  min-height: 57px;
}

.lp-stepCard__text{
  margin: 0;
  color: #3F3F46;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  min-height: 112px;
}

.lp-stepsProducts{
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.lp-productLink{
  display: block;
  text-decoration: none;
  color: inherit;
}

.lp-productLink:hover{
  text-decoration: none;
  color: inherit;
}

.lp-productLink .lp-productCard{
  transition: transform .25s ease, box-shadow .25s ease;
}

.lp-productLink:hover .lp-productCard{
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(0,0,0,.12);
}

.lp-productCard{
  background: #fff;
  border-radius: 12px;
  padding: 12px;
  box-shadow: 0 0px 4px rgba(0,0,0,0.08);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border: 1px solid transparent;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, background-color .25s ease;
}

.lp-productCard:hover{
  background: #F3FFFC;    
  border-color: #31554B;       
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(0,0,0,0.12);
}

.lp-productCard__img{
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 4/5; 
  display: grid;
  place-items: center;
}

.lp-productCard__img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.lp-productCard__body{
  margin-top: 12px;
}

.lp-productCard__name{
  color: #3F3F46;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  min-height: 50.4px;
  /* text-align: center; */
}

.lp-productCard__price{
  margin-top: 6px;
  color: #31554B;
  font-size: 20px;
  font-weight: 700;
}

/* ===== Responsive ===== */
@media (max-width: 1200px){
  .lp-stepsProducts{ grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 992px){
  .lp-stepsProducts{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px){
  .lp-stepsProducts{ grid-template-columns: 1fr; }
}


.btn-steps-buy{
  display:flex;
  align-items:center;
  justify-content:center;
  margin-top: 40px;
}

/* ===== Responsive ===== */
@media (max-width: 640px){
  .lp-steps__box{ padding: 22px 14px 26px; }
  .steps__title{ font-size: 22px; }
  .steps__desc{ font-size: 16px; }
}








/* ===== Ingredients Section ===== */
.lp-ingredients{
  padding-bottom: 4rem;
  background: #fff;
}

.lp-ingredients__box{

}

.lp-ingredients__grid{
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.lp-ingCard{
  background: #fff;
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 0px 4px rgba(0,0,0,0.08);
  border: 1px solid transparent;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, background-color .25s ease;
}

.lp-ingCard:hover{
  border-color: #31554B;
  background: #F3FFFC;
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(0,0,0,0.12);
}

.lp-ingCard__img{
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 16/12;
}

.lp-ingCard__img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lp-ingCard__heading{
  margin: 16px 0 12px;
  text-align: center;
  color: #31554B;
  font-size: 24px;
  font-weight: 700;
}

.lp-ingCard__text{
  margin: 0;
  text-align: center;
  color: #3F3F46;
  font-size: 20px;
  line-height: 1.4;
}

/* Responsive */
@media (max-width: 1200px){
  .lp-ingredients__grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 992px){
  .lp-ingredients__grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px){
  .lp-ingredients__grid{ grid-template-columns: 1fr; }
}










/* ===== Benefits Section ===== */
.lp-benefits{
  background: #fff;
}

.lp-benefits__grid{
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.lp-benefitCard{
  background: #fff;
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 0px 4px rgba(0,0,0,0.08);
  border: 1px solid transparent;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, background-color .25s ease;
}

.lp-benefitCard:hover{
  border-color: #31554B;
  background: #F3FFFC;
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(0,0,0,0.12);
}

.lp-benefitCard__img{
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 16/10; 
}

.lp-benefitCard__img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lp-benefitCard__heading{
  margin: 24px 0 12px;
  color: #31554B;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.lp-benefitCard__text{
  margin: 0;
  color: #3F3F46;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
}

/* Responsive */
@media (max-width: 1200px){
  .lp-benefits__grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 768px){
  .lp-benefits__grid{ grid-template-columns: 1fr; }
  .lp-benefitCard__text{ font-size: 16px; }
}



/* ===== How to use Section ===== */
.lp-howto{
  padding-bottom: 4rem;
  background: #fff;
}

.lp-howto__wrap{
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 40px;
  align-items: stretch;
}

/* Left image */
.lp-howto__media{
  border-radius: 24px;
  overflow: hidden;
}

.lp-howto__media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 360px;
}

/* Right box */
.lp-howto__box{
  border: 1px solid #31554B;
  border-radius: 24px;
  background: #F3FFFC; 
  padding: 24px;
}

.lp-howto__item + .lp-howto__item{
  margin-top: 20px;
}

.lp-howto__title{
  color: #31554B;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}

.lp-howto__text{
  margin-top: 12px;
  color: #3F3F46;
  font-size: 20px;
  line-height: 1.4;
}

/* Responsive */
@media (max-width: 992px){
  .lp-howto__wrap{
    grid-template-columns: 1fr;
  }

  .lp-howto__media img{
    min-height: 280px;
  }
}

@media (max-width: 640px){
  .lp-howto__box{
    padding: 18px 16px;
  }
  .lp-howto__text{
    font-size: 16px;
  }
}


/* ===== Customer love section ===== */
.lp-love{
  padding-bottom: 4rem;
  background: #fff;
}

.lp-love__grid{
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
}

.lp-loveCard{
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  height: 342px; 
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 0px 4px rgba(0,0,0,0.08);
}

.lp-loveCard::before{
  content:"";
  position:absolute;
  inset:0;
  background: rgba(0,0,0,0.55); 
}

/* content nằm trên overlay */
.lp-loveCard__content{
  position: relative;
  height: 100%;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  gap: 12px;
}

.lp-loveCard__avatar{
  width: 64px;
  height: 64px;
  border-radius: 999px;
  overflow: hidden;
}

.lp-loveCard__avatar img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lp-loveCard__name{
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.lp-loveCard__quote{
  color: #FFF;
  font-size: 20px;
  line-height: 1.4;
  max-width: 340px;
}

.lp-loveCard{
  transition: transform .25s ease, box-shadow .25s ease;
}
.lp-loveCard:hover{
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(0,0,0,.16);
}

@media (max-width: 992px){
  .lp-love__grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lp-loveCard{ height: 320px; }
}

@media (max-width: 640px){
  .lp-love__grid{ grid-template-columns: 1fr; }
  .lp-loveCard{ height: 300px; }
  .lp-loveCard__quote{ font-size: 16px; }
}


/* ===== CTA Banner ===== */
.lp-cta{
  padding-bottom: 4rem;
  background: #fff;
}

.lp-cta__wrap{
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  height: 420px;      
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.lp-cta__wrap::before{
  content:"";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5);
}

/* content */
.lp-cta__content{
  position: relative;
  height: 100%;
  padding: 40px 120px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
}

.lp-cta__title{
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 12px;
}

.lp-cta__desc{
  margin-bottom: 32px;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 300;
}
/* ===== Keyframes for CTA button ===== */

@keyframes ctaBtnShine {
  0%   { left: -70%; opacity: 0; }
  10%  { opacity: 1; }
  35%  { left: 130%; opacity: 0; }
  100% { left: 130%; opacity: 0; }
}

.lp-cta__btn{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 16px 34px;
  min-width: 180px;

  background: #fff;
  color: #31554B;
  border-radius: 12px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;

  border: 1px solid rgba(49,85,75,.55);

  box-shadow: 0 10px 20px rgba(0,0,0,.12);
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, filter .25s ease;
}

.lp-cta__btn::after{
  content:"";
  position:absolute;
  top:-40%;
  left:-70%;
  width: 45%;
  height: 180%;
  background: linear-gradient(
    90deg,
    rgba(255,255,255,0) 0%,
    rgba(49,85,75,.18) 45%,
    rgba(255,255,255,0) 100%
  );
  transform: rotate(18deg);
  pointer-events: none;
  animation: ctaBtnShine 4.5s ease-in-out infinite;
}

.lp-cta__btn:hover{
  animation: none;
  transform: translateY(-3px);
  background: #F6FBF8;
  filter: brightness(1.02);
  box-shadow: 0 16px 32px rgba(0,0,0,.22);
  color: #31554B;
  text-decoration: none;
}

.lp-cta__btn:active{
  transform: translateY(-1px) scale(.99);
  box-shadow: 0 12px 24px rgba(0,0,0,.18);
}

.lp-cta__btn:focus-visible{
  outline: none;
  box-shadow:
    0 0 0 4px rgba(49,85,75,.22),
    0 16px 32px rgba(0,0,0,.18);
}

@media (prefers-reduced-motion: reduce){
  .lp-cta__btn{ animation: none; }
  .lp-cta__btn::after{ animation: none; }
}

@media (max-width: 992px){
  .lp-cta__wrap{ min-height: 360px; }
  .lp-cta__title{ font-size: 34px; }
}

@media (max-width: 640px){
  .lp-cta__wrap{ min-height: 300px; }
  .lp-cta__content{ padding: 44px 16px; }
  .lp-cta__title{ font-size: 26px; }
  .lp-cta__desc{ font-size: 16px; }
  .lp-cta__btn{ min-width: 160px; height: 48px; }
}








/* ===== Footer ===== */
.lp-footer{
  background: #fff;
  padding: 4rem 0;
  box-shadow: 0 0px 4px rgba(0,0,0,0.08);
}

/* Brand */
.lp-footer__logo{
  color: #31554B;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 1px;
}

.lp-footer__grid{
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 40px;
  align-items: start;
  margin-top: 40px;
}

/* Columns */
.lp-footer__cols{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
}

.lp-footer__title{
  color: #31554B;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
}

.lp-footer__list{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 16px;
}

.lp-footer__link{
  text-decoration: none;
  color: #3F3F46;
  font-size: 18px;
}

.lp-footer__link:hover{
  color: #31554B;
  text-decoration: underline;
}

/* Map */
.lp-footer__map{
  border-radius: 24px;
  overflow: hidden;
  height: 240px;
  box-shadow: 0 0px 4px rgba(0,0,0,0.08);
  background: #f7f7f7;
}

.lp-footer__map iframe,
.lp-footer__map img{
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  object-fit: cover;
}

/* ===== Responsive ===== */
@media (max-width: 1200px){
  .lp-footer__grid{
    grid-template-columns: 200px 1fr 360px;
    gap: 28px;
  }
  .lp-footer__cols{ gap: 28px; }
}

@media (max-width: 992px){
  .lp-footer__grid{
    grid-template-columns: 1fr;
  }
  .lp-footer__cols{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lp-footer__map{
    height: 260px;
  }
}

@media (max-width: 640px){
  .lp-footer{ padding: 48px 0; }
  .lp-footer__logo{ font-size: 34px; }
  .lp-footer__cols{
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .lp-footer__map{ height: 240px; }

  .lp-banner{
    padding: 3rem 0;
  }
  .lp-skin, .lp-ingredients, .lp-howto , .lp-love, .lp-cta{
    padding-bottom: 3rem;
  }

  .lp-productCard__name, .lp-stepCard__heading, .lp-benefitCard__heading{
    min-height: unset;
  }
}
