.sleep-stats-section {
border-radius: 24px 24px;
background: linear-gradient(90deg, #141B5D -18.06%, #9810FA 149.69%);
margin: 40px;
color: #ffffff;
}
/* Title */
.stats-title {
color: var(--Backgrounds-Primary, #FFF);
text-align: center;
font-size: 48px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 72px */
letter-spacing: -1.92px;
}
.stats-title span {
color: #e9d5ff;
}
/* Description */
.stats-desc {
color: var(--Colors-Neutral-100, #FFF);
text-align: center;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 40px */
}
/* Cards */
.stat-card {
border-radius: 24px;
border: 0.8px solid #27272A;
background: #18181B;
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
padding: 28px 24px;
text-align: center;
height: 100%;
transition: transform 0.3s ease;
}
.stat-card:hover {
transform: translateY(-6px);
}
.stat-card h3 {
color: #FFF;
text-align: center;
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: 120%; /* 38.4px */
line-height: 1.1;
}
.stat-card h3 span {
font-size: 20px;
font-weight: 600;
display: block;
margin-top: 4px;
}
.stat-card p {
color: var(--Colors-Neutral-100, #FFF);
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 28px */
margin-top: 12px;
margin-bottom: 0;
}
/* Bottom Image */
.people-img {
max-width: 720px;
margin-top: 20px;
}
/* Responsive */
@media (max-width: 991px) {
.stats-title {
font-size: 28px;
}
.sleep-stats-section {
margin: 20px;
}
}
/* Section */
.common-section {
padding: 80px 0;
}
/* Header */
.common-section .subtitle{
color: var(--Colors-Neutral-1000, #333);
text-align: center;
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 48px */
margin-bottom:10px;
}
.common-section .title{
background: linear-gradient(90deg, #141B5D 0%, #9810FA 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
text-align: center;
font-size: 40px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 60px */
letter-spacing: -1.92px;
margin-bottom:15px;
}
.common-section .description{
color: var(--Colors-Neutral-900, #4A4A4A);
text-align: center;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 40px */
}
/* Cards */
.common-section .card{
border-radius: 40px;
border: 0.8px solid #F3F4F6;
background: #FFF;
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
padding:40px;
display: flex;
    flex-direction: column;
    justify-content: center;
}
.common-section .card-label{
color: var(--Colors-Neutral-1000, #333);
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 48px */
letter-spacing: -1.92px;
margin-bottom:15px;
}
.common-section .card-title{
background: linear-gradient(90deg, #141B5D 0%, #9810FA 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 40px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 60px */
letter-spacing: -1.92px;
margin-bottom:20px;
}
.common-section .card-text{
color: var(--Colors-Neutral-900, #4A4A4A);
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 40px */
line-height:1.7;
}
/* Image Card */
/* Tools Section */
.common-section .tools-card{
border-radius: 40px;
border: 0.8px solid #F3F4F6;
background: #FFF;
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
padding:30px;
}
.common-section .tools-title{
color: #141B5D;
font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: 36px; /* 120% */
}
.common-section .tools-desc{
color: #99A1AF;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
}
/* Tool items */
.common-section .tool-title{
color: #141B5D;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 28px; /* 155.556% */
}
.common-section .tool-text{
color: #6A7282;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 22.75px; /* 162.5% */
margin-top:6px;
}
.common-section .tool-item{
padding:20px 30px;
}
/* Vertical divider between columns */
.common-section .tools-section .col-md-6:nth-child(odd){
border-right:2px solid #DADADA;
}
.common-section .tools-section .col-md-4{
border-right:2px solid #DADADA;
}
.common-section .tools-section .col-md-4:last-child{
border-right:none;
}
/* Horizontal divider between rows */
/* Responsive */
@media (max-width:991px){
.common-section .title{
font-size:28px;
}
.common-section .tools-section .col-md-4{
border-right:0 !important;
border-bottom:2px solid #DADADA;
}
.common-section .tools-section .col-md-6{
border-right:0 !important;
border-bottom:2px solid #DADADA;
}
.common-section .tools-section .col-md-4:last-child, .common-section .tools-section .col-md-6:last-child{
border-bottom:none !important;
}
.common-section .card{
padding:30px;
}
.common-section .tools-card{
padding:30px;
}
}
* Parent Section */
.hygienists-section {
padding: 80px 0;
}
/* Heading */
.hygienists-section .section-title {
font-size: 40px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 60px */
letter-spacing: -1.92px;
background: linear-gradient(90deg, #141B5D 0%, #9810FA 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.hygienists-section .section-sub-title {
color: var(--Colors-Neutral-1000, #333);
text-align: center;
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 48px */
letter-spacing: -1.92px;
}
.hygienists-section .section-description {
color: var(--Colors-Neutral-900, #4A4A4A);
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 40px */
margin-top: 15px;
}
/* Content Box */
.hygienists-section .content-box {
margin-top: 40px;
}
.hygienists-section .content-box h4 {
color: #575757;
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: 39.6px; /* 110% */
margin-bottom: 20px;
}

.hygienists-section .content-box p {
color: #575757;
font-size: 16px;
font-style: normal;
font-weight:400;
line-height: 1.5; /* 110% */
margin-bottom: 20px;
}
.hygienists-section .content-box h3 {
background: linear-gradient(90deg, #141B5D 0%, #9810FA 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 48px */
letter-spacing: -1.92px;
margin-bottom: 20px;
}
/* List */
.hygienists-section .content-box ul {
padding-left: 18px;
}
.hygienists-section .content-box ul li {
color: #4A4A4A;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 32px */
line-height: 1.6;
}
/* Image */
/* Responsive */
@media (max-width: 991px) {
.hygienists-section .section-title {
font-size: 26px;
text-align: center;
}
.hygienists-section .section-description {
text-align: center;
}
.hygienists-section .content-box {
text-align: center;
}
}
@media (max-width: 576px) {
.hygienists-section .section-title {
font-size: 22px;
}
}/* Sticky Wrapper */
.main-home-sticky-m .sticky-wrapper-m {
position: relative;
}
/* Sticky Sections */
.main-home-sticky-m .sticky-section-m {
height: auto;
position: sticky;
top: 15vh;
transition: opacity 0.4s ease;
background-color: #fff;
padding-top: 5vh;
}
@media(max-width:992px){
.main-home-sticky-m .sticky-section-m {
height: auto;
position: static;
}
}
.common-cta-section{
padding:80px 0;
}
.common-cta-section .common-cta-card{
border-radius: 24px;
background: linear-gradient(90deg, #141B5D -18.06%, #9810FA 149.69%);
box-shadow: 0 4px 8px 3px rgba(0, 0, 0, 0.15), 0 1px 3px 0 rgba(0, 0, 0, 0.30);
padding:50px 40px;
color:#fff;
}
.common-cta-section .common-cta-title{
color: var(--Backgrounds-Primary, #FFF);
text-align: center;
font-size: 48px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 72px */
letter-spacing: -1.92px;
margin-bottom:15px;
}
.common-cta-section .common-cta-text{
color: var(--Colors-Neutral-100, #FFF);
text-align: center;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 40px */
}
.common-cta-section .common-cta-buttons{
display:flex;
justify-content:center;
gap:15px;
flex-wrap:wrap;
margin-bottom:20px;
}
.common-cta-section .common-btn-light{
border-radius: 14px;
background: #FFF;
color: #141B5D;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 24px; /* 150% */
padding:10px 22px;
}
.common-cta-section .common-btn-outline{
border-radius: 14px;
border: 1px solid #FFF;
color: #FFF;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 24px; /* 150% */
padding:10px 22px;
}
.common-cta-section .common-btn-outline:hover{
border: 1px solid #FFF;
color: #FFF;
}
.common-cta-section .common-cta-meta{
color: var(--Colors-Neutral-100, #FFF);
text-align: center;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 200%; /* 40px */
letter-spacing: 4px;
margin-top:10px;
}
/* responsive */
@media (max-width:768px){
.common-cta-section .common-cta-card{
padding:40px 25px;
}
.common-cta-section .common-cta-title{
font-size:24px;
}
.common-cta-section .common-cta-buttons{
flex-direction:column;
}
.common-cta-section .common-btn-light,
.common-cta-section .common-btn-outline{
width:100%;
}
}
/* ===============================
COMMON SECTION STYLES
================================= */
.common-section {
padding: 80px 0;
}
/* WRAPPER */
.common-section .common-wrapper {
border-radius: 40px;
border: 0.8px solid #F3F4F6;
background: #FFF;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.30), 0 1px 3px 1px rgba(0, 0, 0, 0.15);
padding: 40px;
}
/* TITLE */
.common-section .common-title {
background: var(--frre, linear-gradient(90deg, #141B5D 0%, #9810FA 100%));
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
text-align: center;
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 48px */
letter-spacing: -1.92px;
text-align: center;
}
.common-section .common-icon {
max-width: 50px;
}
/* CARD */
.common-section .common-card {
border-radius: 16px;
border: 0.998px solid #F3F4F6;
background: #FFF;
box-shadow: 0 1.247px 3.741px 0 rgba(0, 0, 0, 0.10), 0 1.247px 2.494px -1.247px rgba(0, 0, 0, 0.10);
padding: 14px 18px;
color: var(--Text-Navigation, #727272);
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 30px; /* 187.5% */
text-align: center;
transition: all 0.3s ease;
}
/* HOVER EFFECT */
.common-section .common-card:hover {
transform: translateY(-3px);
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
/* ===============================
RESPONSIVE
================================= */
@media (max-width: 991px) {
.common-section .common-wrapper {
padding: 30px;
}
.common-section .common-title {
text-align: center;
}
}
@media (max-width: 576px) {
.common-section .common-wrapper {
padding: 20px;
}
.common-section .common-title {
font-size: 20px;
}
.common-section .common-card {
font-size: 13px;
padding: 12px;
}
}
.common-section {
padding: 80px 0;
}
.common-section .common-title {
background: linear-gradient(90deg, #141B5D 0%, #9810FA 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
text-align: center;
font-size: 40px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 60px */
letter-spacing: -1.92px;
}
.common-section .common-description {
color: var(--Colors-Neutral-900, #4A4A4A);
text-align: center;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 40px */
}
/* ===============================
Cards
================================= */
.common-section .common-card {
border-radius: 16px;
border: 1.6px solid #E5E7EB;
background: #FFF;
padding: 30px;
text-align: left;
height: 100%;
transition: all 0.3s ease;
}
.common-section .common-card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}
/* Featured Card */
.common-section .featured-card {
border: 1.6px solid var(--frre, #141B5D);
position: relative;
}
/* Badge */
.common-section .recommended-badge {
position: absolute;
top: -12px;
left: 50%;
transform: translateX(-50%);
display: inline-block; /* or block */
text-align: center;
border-radius: 26843500px;
background: linear-gradient(90deg, #141B5D 0%, #1E1D67 7.14%, #281E72 14.29%, #311F7C 21.43%, #3A2087 28.57%, #432192 35.71%, #4C219D 42.86%, #5621A8 50%, #5F20B3 57.14%, #681FBF 64.29%, #721ECA 71.43%, #7B1CD6 78.57%, #8519E2 85.71%, #8E16EE 92.86%, #9810FA 100%);
color: #FFF;
font-size: 14px;
font-weight: 700;
line-height: 20px;
padding: 5px 10%;
}
/* ===============================
Typography
================================= */
.common-section .plan-title {
color: #141B5D;
font-size: 28px;
font-style: normal;
font-weight: 600;
line-height: 42px; /* 150% */
margin-bottom: 15px;
}
.common-section .plan-price {
margin-bottom: 15px;
}
.common-section .price {
color: #141B5D;
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: 72px; /* 150% */
}
.common-section .duration {
color: #4A4A4A;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 30px; /* 150% */
margin-left: 5px;
}
.common-section .plan-note {
color: #4A4A4A;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
margin-bottom: 5px;
}
.common-section .plan-desc {
color: #4A4A4A;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
}
.pricing-value
{
color: #141B5D;
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: 72px; /* 150% */
}
.pricing-value span
{
color: #666 !important;
font-size: 28px;
font-style: normal;
font-weight: 400;
line-height: 42px; /* 150% */
}
.pricing-head
{
color: #141B5D;
font-family: Rubik;
font-size: 28px;
font-style: normal;
font-weight: 600;
line-height: 42px; /* 150% */
}
.platform-pillars-section {
padding: 80px 0;
}
.platform-pillars-section .platform-subtitle {
color: var(--Colors-Neutral-1000, #333);
text-align: center;
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 48px */
}
.platform-pillars-section .platform-title {
background: linear-gradient(90deg, #141B5D 0%, #9810FA 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 40px;
font-style: normal;
font-weight: 600;
line-height: 150%;
letter-spacing: -1.92px;
}
.platform-pillars-section .platform-description {
color: var(--Colors-Neutral-900, #4A4A4A);
text-align: center;
leading-trim: both;
text-edge: cap;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 40px */
}
.platform-pillars-section .platform-card {
border-radius: 24px;
border: 1px solid #E2E2E4;
background: #FFF;
padding: 25px;
text-align: left;
height: 100%;
transition: 0.3s;
}
.platform-pillars-section .platform-card:hover {
transform: translateY(-5px);
}
.platform-pillars-section .platform-card img {
width: 100%;
margin-bottom: 15px;
}
.platform-pillars-section .platform-card h5 {
color: #060B13;
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 39.6px; /* 165% */
padding-bottom: 1rem;
margin-bottom: 1rem;
border-bottom: rgba(0, 0, 0, 0.10) 1px solid;
}
.platform-pillars-section .platform-card ul {
padding-left: 18px;
}
.platform-pillars-section .platform-card ul li {
margin-bottom: 8px;
color: #4A4A4A;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 32px */
letter-spacing: -0.07px;
}
.platform-pillars-section .platform-card ul li a {
margin-bottom: 8px;
color: #4A4A4A;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 32px */
letter-spacing: -0.07px;
text-decoration: underline;
}
.platform-pillars-section .platform-btn {
background: #312e81;
border-color: #312e81;
color: #FFF;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
padding: 12px 16px;
border-radius: 4px;
text-decoration: none;
display: inline-block;
transition: background-color 0.3s ease, border-color 0.3s ease;
text-decoration: none;
}
.platform-pillars-section .platform-btn:hover {
background: #312e81;
border-color: #312e81;
color: #FFF;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
padding: 12px 16px;
border-radius: 4px;
text-decoration: none;
display: inline-block;
transition: background-color 0.3s ease, border-color 0.3s ease;
text-decoration: none;
}
.platform-pillars-section .platform-center-logo {
width: 180px;
height: 180px;
background: #2b2d7a;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin: auto;
}
.platform-pillars-section .platform-center-logo h3 {
color: #fff;
}
/* Responsive */
@media (max-width: 768px) {
.platform-pillars-section .platform-title {
font-size: 24px;
}
.platform-pillars-section .platform-center-logo {
width: 140px;
height: 140px;
}
}
.pricing-section .pricing-card {
border-radius: 20px;
border: 0.8px solid #E5E5E5;
background: #FFF;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.10), 0 2px 4px -2px rgba(0, 0, 0, 0.10);
padding: 40px 20px;
transition: all 0.3s ease;
}
.pricing-section .pricing-title {
color: #333;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 30px; /* 150% */
margin-bottom: 10px;
}
.pricing-section .pricing-subtitle {
color: #666;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 160% */
margin-bottom: 25px;
}
.pricing-section .pricing-pill {
border-radius: 26843500px;
border: 0.8px solid #E5E5E5;
background: #F8F7FF;
display: inline-block;
padding: 10px 30px;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 27px; /* 150% */
background: var(--frre, linear-gradient(90deg, #141B5D 0%, #9810FA 100%));
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
/* Responsive */
@media (max-width: 768px) {
.pricing-section .pricing-card {
padding: 30px 15px;
}
.pricing-section .pricing-title {
font-size: 20px;
}
.pricing-section .pricing-pill {
font-size: 16px;
padding: 8px 22px;
}
}
.pricing-pill-a
{
border-radius: 26843500px;
background: #F8F7FF;
color: #666;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 21px; /* 150% */
padding: 0.5rem 1rem;
display: inline-block;
}
.logo-slider-section {
overflow: hidden;
}
.logo-slider {
position: relative;
width: 100%;
overflow: hidden;
}
.logo-track {
display: flex;
width: max-content;
animation: scrollLogos 25s linear infinite;
}
.logo-item {
flex: 0 0 auto;
padding: 0 20px;
}
.logo-item img {
height: 100px;
object-fit: contain;
opacity: 1;
transition: 0.3s;
}
/* Smooth infinite animation */
@keyframes scrollLogos {
0% {
transform: translateX(0);
}
100% {
transform: translateX(-50%);
}
}
/* Responsive */
@media (max-width: 768px) {
.logo-item img {
height: 40px;
}
}