/* CSS Reset */
*, 
*::before, 
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font: inherit;
    max-height: 1000000em; /* Chrome for Android */
    -moz-text-size-adjust: none; /* Firefox Mobile */
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
html, body {
    margin: 0;
}
img, 
picture, 
svg {
    max-width: 100%;
    display: block;
}
ul,
ol {
    list-style: none;
}

/*
    ====== General ======
*/
body {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.3em;
    color: #000000;
    width: 600px;
    margin: 0 auto;
    
}
h1, h2, h3 {
    font-weight: 700;
    line-height: 1.25em;
    letter-spacing: -0.04em;
}
h1 {
    font-size: 44px;
}
h2 {
    font-size: 38px;
    text-align: center;
}
h3 {
    font-size: 32px;
    font-weight: 500;
}
p {
	font-size: 25px;
    font-weight: 400;
    line-height: 1.4;
    padding: 0 0 1.5em 0;
    margin: 0;
    text-wrap: pretty;
    letter-spacing: -0.04em;
}
.main-container {
    overflow: hidden;
}
.container {
    width: 100%;
    padding: 0 30px;
    margin: 0 auto;
}

.nowrap {
    white-space: nowrap;
}
caption {
    display: table-caption;
}
p > b {
    font-weight: bold;
}
.cta {
	width: 100%;
    max-width: 446px;
    min-height: 95px;
    font: 500 35px / 1 'Poppins', sans-serif;
    color: #ffffff;
    letter-spacing: -0.04em;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    text-decoration: none;
    background: #000000;
    border-radius: 30px;
    position: relative;
    margin: 0 auto;
}
.cta:hover, .cta:focus, .cta-top:hover, .cta-top:focus { 
    background: rgb(0 0 0 / 90%);
}
.h2-title {
    font: 600 57px / 1em 'Roboto', sans-serif;
    color: #3A728E;
    text-align: left;
    margin-bottom: .25em;
}






/* Hero Section */
.banner-section {
    position: relative;
}
header {
    background-color: #212121;
    height: 90px;
    position: relative;
    z-index: 10;
    padding: 0 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-banner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.hero-banner img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: inherit;
    object-position: center top;
    object-fit: cover;
}
.banner-content {
    position: relative;
    z-index: 20;
}
.top-logo-wrap img {
    width: 180px;
}
.banner-img-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: flex-end;
}
.banner-img-wrap img {
    width: 100%;
}
.hero-content {
    position: relative;
    z-index: 100;
    text-align: center;
}
.main-title {
    position: relative;
    z-index: 20;
}
.main-title h1 {
    text-align: center;
    font: 600 46px / 1.25 'Roboto', sans-serif;
    margin-bottom: 34px;
    padding-top: 15px;
}
.hero-text {
    padding: 30px;
    background-color: #ffffff;
    border-radius: 15px;
    width: 92%;
    margin: 0 auto 25px;
}
.hero-text p {
    font: 400 25px / 1.4em 'Roboto', sans-serif;
    text-align: center;
    padding: 0;
}

.hero-img {
    width: 900px;
    max-width: 900px;
    position: absolute;
    top: -69px;
    right: -12%;
    z-index: -1;
}
.star-top {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    background: #F1F5F6;
    border-radius: 50px;
    padding: 15px 18px;
    margin: 0 auto 268px;
}
.stars {
    width: 110px;
}
.user-count {
    font: 700 20px / 1 'Roboto', sans-serif;
}
.smile-text {
    font: 500 17px / 1 'Roboto', sans-serif;
}
.bn-list {
    min-height: 445px;
    width: 45%;
    margin: 0 0 35px auto;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.bn-list li {
    width: fit-content;
    max-width: 150px;
    padding: 11px 12px;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background-color: rgba(255, 255, 255, 0.12);
    margin: 0 auto;
    border-radius: 8px;
    position: relative;
}
.bn-list li p {
    font: 500 30px / 1.1em 'Roboto', sans-serif;
    text-align: center;
    padding-bottom: 0;
}
.mbg {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font: 400 20px / 1.1em 'Poppins', sans-serif;
    color: #5C5C5C;
    padding-top: 20px;
}




.s02 {
    background: #dddfda url(//assets.lifecellskin.com/offers/mobile/images/2025/12/teeth/so2-bg.jpg) center top -40px / 100% auto no-repeat;
}
.s2-row {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.product-panel {
    width: 100%;
    height: 560px;
    background: url(//assets.lifecellskin.com/offers/mobile/images/2025/02/teeth/s2-bg_tl.jpg) center no-repeat;
    background-size: contain;
    position: relative;
}
.s2-product {
    position: absolute;
    width: 340px;
    top: -103px;
    right: -20px;
}
.s2-text-panel {
    width: 100%;
    padding: 45px 60px 30px;
}
.s2-t1 {
    font: 600 39px / 1.3em 'Poppins', sans-serif;
    padding: 0;
    margin-bottom: 694px;
    text-align: center;
}
.s2-t2-row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 7px;
}
.s2-t2-row p {
    font: 400 18px / 1.1 'Poppins', sans-serif;
    display: flex;
    align-items: center;
    width: fit-content;
    padding: 8px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #ffffff;
    border-radius: 5px;
    gap: 7px;
}
.s2-t2-row p::before {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    background: url(//assets.lifecellskin.com/offers/mobile/images/2025/12/teeth/tooth-ico.png) center / contain no-repeat;
    margin-right: 5px;
}
.s2-t2-row p:nth-child(2)::before {
    background-image: url(//assets.lifecellskin.com/offers/mobile/images/2025/12/teeth/rabbit-ico.png);
}

.testi-highlight {
    width: 600px;
    height: 548px;
    margin-left: -20px;
    background: url(//assets.lifecellskin.com/offers/mobile/images/2025/02/teeth/testi-hl-bg.jpg) center bottom no-repeat;
    background-size: 100% auto;
    text-align: center;
    padding: 63px 42px 42px;
}
.testi-large {
    font: 600 41px / 1.3 'Roboto', sans-serif;
}
.pr-wrap-md {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    justify-content: center;
}
.pr-img-md {
    max-width: 100px;
    margin: 0 auto;
}
.pr-img-sm {
    max-width: 80px;
    margin: 0 auto;
}
.buyer {
    font: 400 25px / 1.4em 'Roboto', sans-serif;
}

.s03 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.s03 .h2-title {
    font: 70px / 1em 'Roboto', sans-serif;
    color: #3A728E;
    margin-bottom: .25em;
}
.s03 .h2-title > span {
    font-weight: bold;
}
.teeth-ba-1 {
    width: 100%;
    margin: 0 0 30px;
    max-width: none;
}
.s3-txt-lead {
    font-size: 25px;
    padding-bottom: 1em;
}
.s3-txt-lead > span {
    font-weight: bolder;
}
.aging-teeth-list li {
    background-color: #f0fafe;
    padding: 22px;
    border-radius: 22px;
    margin-bottom: 15px;
}
.aging-teeth-list li:nth-child(2) {
    background-color: #E7F6FE;
}
.aging-teeth-list li:nth-child(3) {
    background-color: #CFEEFC;
}
.s03-ba {
    width: 100%;
}
.at-h {
    font: 700 33px / 1 'Roboto', sans-serif;
    letter-spacing: -1px;
    color: #111111;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 18px;
}
.at-txt {
    font-size: 25px;
    padding: 0;
}
.at-h::before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 25px;
}   
.aging-teeth-list li:nth-child(1) .at-h::before {
    background: url(//assets.lifecellskin.com/offers/mobile/images/2025/12/teeth/stack.svg) center no-repeat;
    background-size: contain;
}
.aging-teeth-list li:nth-child(2) .at-h::before {
    background: url(//assets.lifecellskin.com/offers/mobile/images/2025/12/teeth/cookie.svg) center no-repeat;
    background-size: contain;
}
.aging-teeth-list li:nth-child(3) .at-h::before {
    background: url(//assets.lifecellskin.com/offers/mobile/images/2025/12/teeth/sparkle.svg) center no-repeat;
    background-size: contain;
}


.s04 {
    background: url(//assets.lifecellskin.com/offers/mobile/images/2025/12/teeth/s04-bg.jpg) top -25px center no-repeat;
    background-size: 100% auto;
    padding: 30px 0 20px;
}
.s04 .cta {
    margin-bottom: 25px;
}
.s04 .mbg {
    display: none;
}
.tooth-s4 {
    width: 46px;
    margin-bottom: 21px;
}
.s4-text-lead {
    font-size: 34px;
    font-weight: 400;
    line-height: 1.5;
    width: 90%;
    padding-bottom: 1em;
}
.s4-text {
    font-size: 25px;
    text-align: center;
    margin-bottom: 738px;
    padding: 25px;
    background-color: rgba(255, 255, 255, 0.34);  
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    border-radius: 30px;
}
.s4-text > b {
    font-weight: 700;
}
.testi-highlight2 {
    padding: 30px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.33) 22%, rgb(205, 237, 254) 100%);
    border-radius: 15px;
}
.testi-section .h2-title {
    text-align: center;
}

.stars-pr {
    width: 130px;
}
.testi-md {
    text-align: center;
    font: 400 23px / 1.4 'Roboto', sans-serif;
    padding-bottom: 1em;
}




.s05 {
    padding: 30px 0;
}
.s5-panel {
    padding: 30px;
    background-color: #dfe8ec;
    border-radius: 15px;
    margin-bottom: 30px;
}
.s5-text-lead {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.68;
    padding-bottom: 1.5em;
    letter-spacing: -1px;
}
.hw-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.hw-list li {
    background: #FFFFFF;
    border-radius: 15px;
    padding: 30px;
}
.hw-img-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.hw-tooth {
    margin: 0 auto;
    width: 100%;
    max-width: 309px;
}
.hw-card-content {
    text-align: center;
}
.hw-h3 {
    font: 500 33px / 1.4em 'Roboto', sans-serif;
    text-align: center;
    color: #3A728D;
    margin-bottom: 13px;
}
.hw-text {
    font: 400 25px / 1.4 'Roboto', sans-serif;
    padding-bottom: 0;
    min-height: 150px;
}


.s06 {
    padding: 0 0 30px;
}
.s06 .h2-title {
    margin-bottom: .25em;
    text-align: center;
    color: #3A728E;
}
.s6-tooth-wrap {
    width: 100%;
    height: 330px;
    margin-bottom: 34px;
}
.s6-text-lead {
    font-size: 25px;
    padding-bottom: 1.5em;
    text-align: center;
}
.s6-text-lead > b {
    font-weight: bolder;
}
.ingr-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 30px;
}
.ingr-list li {
    background: #F3F2F0;
    border-radius: 7px;
    display: flex;
    overflow: hidden;
}
.ingr-list li:nth-child(2) { background-color: #ede6e3; }
.ingr-list li:nth-child(3) { background-color: #ededed; }
.ingr-list li:nth-child(4) { background-color: #dedede; }
.ingr-list li:nth-child(5) { background-color: #dbe7f0; }

.ingr-media {
    width: 20%;
    min-height: 200px;
}
.ingr-info {
    flex: 1;
    padding: 15px;
}
.ingr-media video {
    cursor: auto;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: 50% 50%;
    background: #000000;
}
.ingr-name {
    font: 700 33px / 1.4em 'Roboto', sans-serif;
    margin-bottom: 10px;
}
.ingr-desc {
    font: 400 27px / 1.4em 'Roboto', sans-serif;
    padding: 0;
}





.testi-highlight3 {
    padding: 41px 0 0;
    border-top: 8px solid #EDEDED;
}
.testi-xlarge {
    font: 600 50px / 1.48 'Roboto', sans-serif;
    color: #22282B;
    letter-spacing: -2px;
    padding-bottom: 1em;
}
.th-3-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.testi-highlight3 .pr-img-sm {
    margin: 0 0 30px 0;
}
.th-3-row .buyer {
    font-size: 25px;
}
.watch-vid {
    font: 600 22px / 1 'Roboto', sans-serif;
    color: #000000;
    text-decoration: none;
    padding: 24px 37px;
    background: #F9F8F7;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 17px;
}
.watch-vid::before {
    content: '';
    display: inline-block;
    width: 24px;
    aspect-ratio: 1;
    background: url(//assets.lifecellskin.com/offers/mobile/images/2025/02/teeth/play.svg) center no-repeat;
    background-size: contain;
}
.watch-vid:hover, .watch-vid:focus {
    background: #e8e5e2;
}


.s07 {
    padding: 0 30px;
    margin-bottom: 30px;
}
.s07-panel {
    padding: 45px 0;
    border-radius: 34px;
    position: relative;
    z-index: 20;
}
.s07 {
    position: relative;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #f5f5f5;
    overflow: hidden;
    border-radius: 15px;
}
.s7-media-wrap {
    position: absolute;
    width: 100%;
    width: 900px;
    height: 900px;
    top: -304px;
    left: -157px;
    right: -157px;
    -webkit-mask: linear-gradient(#000 75%, #0000 100%);
    mask: linear-gradient(#000 75%, #0000 100%);
}
.s7-media-wrap video {
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
    object-position:50% 50%;
}       
.s07 .container {
    padding: 0;
}
.logo-s7 {
    width: 141px;
    margin: 0 0 0 10px;
}
.s7-text-lead {
    font: 500 49px / 1.1em 'Roboto', sans-serif;
    padding: 455px 30px .5em;
    text-align: center;
    color: #083045;
}
.s7-text {
    font: 400 25px / 1.4em 'Roboto', sans-serif;
    padding-bottom: 30px;
    text-align: center;
}


.s08 {
    padding-bottom: 30px;
}
.s08 .container {
    padding: 0 30px;
}
.testi-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.testi-list li {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 100;
    background-color: #deebf2;
    padding: 15px;
    gap: 10px;
    border-radius: 7px;
}


.tb_1 {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    gap: 20px;
}
.tb_2 {
    flex: 1;
}
.pr-img {
    display: block;
    width: 68px;
}
.testi-name-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    letter-spacing: -0.04em;
}
.testi-name-wrap > span {
    display: block;
}
.username {
    font: 600 25px / 1.4em 'Roboto', sans-serif;
    color: #22282B;
}
.user-loc {
    font: 400 21px / 1.4em 'Roboto', sans-serif;
    color: #538299;
}
.comment {
    font: 400 20px / 1.4em 'Roboto', sans-serif;
    padding-bottom: 0;
}

.s09 {
    min-height: 1140px;
    background: url(//assets.lifecellskin.com/offers/mobile/images/2025/12/teeth/bt-bg.jpg) top center no-repeat;
    background-size: 100% auto;
}
.bt-panel {
    padding-top: 789px;
}
.bt-text {
    font: 400 27px / 1.4em 'Roboto', sans-serif;
    padding-bottom: 0;
    text-align: center;
    margin: 0 auto 30px;
}
.h2-title-bt {
    font: 500 52px /1.1em 'Roboto', sans-serif;
    color: #2E5A70;
    margin-bottom: 14px;
}






footer {
    background-color: #303030;
    padding: 20px 0; 
    text-align: center; 
}
.disclaimer {
    padding-bottom: 40px;
    font: 400 21px / 1.5 'Roboto', sans-serif;
    text-align: left;
    color: #C9C9C9;
}
.ft-1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 50px;
}
.ft-1_2 {
    margin-bottom: 40px;
}
.logo-ft {
    margin: 0 auto 30px;
    max-width: 365px;
}
.ft-logos {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 40px;
    margin-bottom: 30px;
}
.logo-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.mcafee-logo {
    width: 155px;
}
.secure-logo {
    width: 110px;
}

.copyright {
    padding-bottom: 0;
    font: normal 24px / 1 'Roboto', sans-serif;
    text-align: left;
}
.terms-links {
    text-align: center;
}
.terms-links a {
    font: 700 22px / 2 'Roboto', sans-serif;
    color: #FAFAFA;
    text-decoration: none;
    white-space: nowrap;
}
footer .container {
    padding-top: 30px;
}
.terms-links .divider {
    padding: 0 10px;
    font-size: 12px;
    display: inline-block;
    color: rgb(255 255 255 / 60%);
}





