/* Section Background */
.stats-section {
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;
border-radius: 24px;
}
/* Card Styling */
.stats-section .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);
color: #ffffff;
padding: 40px 20px;
transition: all 0.3s ease;
height: 100%;
}
.stats-section .stat-card:hover {
transform: translateY(-8px);
}
.stats-section  h2 {
color: var(--Backgrounds-Primary, #FFF);
text-align: center;
font-size: 48px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 72px */
margin-bottom: 20px;
}
.stats-section  p {
color: var(--Colors-Neutral-100, #FFF);
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 28px */
margin-bottom: 0;
text-align: center;
}
/* Typography */
.stats-section .stat-card h5 {
color: #FFF;
text-align: center;
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: 120%; /* 38.4px */
margin-bottom: 5px;
}
.stats-section .stat-card p {
color: var(--Colors-Neutral-100, #FFF);
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 28px */
margin-bottom: 0;
}
/* Responsive */
@media (max-width: 767px) {
.stats-section {
padding: 60px 0;
}
.stats-section .stat-card {
padding: 30px 20px;
}
.stats-section .stat-card h2 {
font-size: 32px;
}
}
.integration-options-section {
background: #f8fafc;
}
.integration-options-section h2 {
font-size: 2.5rem;
font-weight: 700;
color: #1e293b;
}
.integration-card {
background: #fff;
border-radius: 20px;
padding: 35px 30px;
text-align: center;
box-shadow: 0 10px 30px rgba(0,0,0,0.08);
transition: all 0.3s ease;
position: relative;
overflow: hidden;
}
.integration-card:hover {
transform: translateY(-10px);
}
.featured-card {
border: 2px solid #0d6efd;
}
.integration-icon {
width: 80px;
height: 80px;
margin: 0 auto 25px;
background: rgba(13,110,253,.1);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
}
.integration-icon i {
font-size: 32px;
color: #0d6efd;
}
.integration-card h3 {
font-size: 1.5rem;
font-weight: 700;
margin-bottom: 15px;
color: #1e293b;
}
.integration-card p {
color: #64748b;
line-height: 1.8;
margin-bottom: 25px;
}
.integration-badge {
display: inline-block;
padding: 8px 18px;
background: #0d6efd;
color: #fff;
border-radius: 30px;
font-size: 14px;
font-weight: 600;
}
@media (max-width: 768px) {
.integration-options-section h2 {
font-size: 2rem;
}
.integration-card {
padding: 25px 20px;
}
}
/* =========================================================
Scan Partner vs Full Sleep Program Section
========================================================= */
.scan-program-section {
padding: 80px 0;
}
.scan-program-section__top-title {
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;
}
.scan-program-section__main-title {
background: var(--frre, 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;
margin-bottom: 22px;
}
.scan-program-section__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 */
line-height: 150%; /* 48px */
}
.scan-program-section__btn {
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 8px;
background: linear-gradient(0deg, #141B5D 0%, #141B5D 100%), rgba(255, 255, 255, 0.02);
box-shadow: 0 2px 8px 0 rgba(255, 255, 255, 0.05) inset, 0 1px 3px 0 rgba(255, 255, 255, 0.12) inset, 0 0.5px 0.5px 0 rgba(255, 255, 255, 0.16) inset;
backdrop-filter: blur(6px);
color: #ffffff;
font-size: 16px;
font-weight: 600;
padding: 12px 34px;
border-radius: 8px;
text-decoration: none;
transition: all 0.3s ease;
}
.scan-program-section__btn:hover {
background: #12184d;
color: #ffffff;
}
.scan-program-section__card {
position: relative;
border-radius: 16px;
border: 1.6px solid #E5E7EB;
background: #FFF;
padding: 34px 32px;
transition: all 0.3s ease;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.scan-program-section__card--highlight {
border-radius: 16px;
border: 1.6px solid var(--frre, #141B5D);
}
.scan-program-section__badge {
position: absolute;
top: -14px;
left: 50%;
transform: translateX(-50%);
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: 16px;
font-style: normal;
font-weight: 600;
line-height: 20px; /* 142.857% */
padding: 6px 16px;
border-radius: 50px;
letter-spacing: 0.4px;
}
.scan-program-section__card-title {
color: #141B5D;
font-size: 28px;
font-style: normal;
font-weight: 600;
line-height: 42px; /* 150% */
margin-bottom: 22px;
}
.scan-program-section__price {
color: #141B5D;
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: 72px; /* 225% */
margin-bottom: 26px;
line-height: 1.2;
}
.scan-program-section__price--highlight {
background: var(--frre, linear-gradient(90deg, #141B5D 0%, #9810FA 100%));
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.scan-program-section__list {
margin: 0;
padding-left: 18px;
}
.scan-program-section__list li {
color: #4A4A4A;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 32px */
margin-bottom: 10px;
}
.scan-program-section__list li:last-child {
margin-bottom: 0;
}
.scan-program-section__option
{
color: #4b4b50;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 72px; /* 225% */
margin-bottom: 16px;
line-height: 1.2;
}
.scan-program-section__card-text
{
color: #4A4A4A;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 32px */
}
.scan-program-section__icon img {
width: 100%;
box-shadow: rgba(20, 27, 93, 0.05) 0px 20px 40px 0px;
border-radius: 24px;
margin-bottom: 20px;
}
.scan-program-section__icon--purple {
background: #f3e8ff;
}
/* ==========================================
Tablet Responsive
========================================== */
@media (max-width: 991.98px) {
.scan-program-section__main-title {
font-size: 34px;
}
.scan-program-section__card-title {
font-size: 28px;
}
.scan-program-section__price {
font-size: 34px;
}
}
/* ==========================================
Mobile Responsive
========================================== */
@media (max-width: 767.98px) {
.scan-program-section {
padding-top: 70px !important;
padding-bottom: 70px !important;
}
.scan-program-section__main-title {
font-size: 28px;
}
.scan-program-section__description {
font-size: 15px;
line-height: 1.7;
}
.scan-program-section__btn {
width: 100%;
padding: 12px 20px;
}
.scan-program-section__card {
padding: 28px 24px;
}
.scan-program-section__card-title {
font-size: 24px;
}
.scan-program-section__price {
font-size: 28px;
}
.scan-program-section__list li {
font-size: 14px;
}
}
.dentulu-provider-section {
padding: 80px 0;
}
.dentulu-provider-title {
background: var(--frre, 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;
margin-bottom: 22px;
}
.dentulu-provider-description {
color: var(--Colors-Neutral-900, #4A4A4A);
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 200%;
margin: 0 auto;
margin-bottom: 30px;
}
.api-capabilities-info-card {
border-radius: 15.993px;
border: 0.8px solid #E8E8F0;
background: #FFF;
box-shadow: 0 3.998px 9.996px 0 rgba(0, 0, 0, 0.06);
padding: 30px;
margin-bottom: 30px;
}
.api-info-item {
display: flex;
align-items: flex-start;
gap: 15px;
}
.api-info-item:first-child {
margin-bottom: 25px;
}
.api-info-item img {
width: 28px;
height: 28px;
object-fit: contain;
margin-top: 3px;
}
.api-info-item h5 {
font-size: 1.3rem;
font-weight: 600;
margin-bottom: 4px;
color: #111827;
}
.api-info-item p {
margin: 0;
color: #6b7280;
}
.api-docs-btn {
display: inline-flex;
align-items: center;
gap: 10px;
background: #030225;
color: #fff;
text-decoration: none;
padding: 14px 28px;
border-radius: 14px;
font-weight: 600;
transition: all .3s ease;
}
.api-docs-btn img {
width: 18px;
height: 18px;
}
.api-docs-btn:hover {
color: #fff;
transform: translateY(-2px);
}
.api-feature-heading {
background: var(--frre, linear-gradient(90deg, #141B5D 0%, #9810FA 100%));
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 150%;
margin-bottom: 12px;
}
.api-feature-card {
display: flex;
align-items: center;
gap: 18px;
border-radius: 15.993px;
border: 0.8px solid #E8E8F0;
background: #FFF;
box-shadow: 0 3.998px 9.996px 0 rgba(0, 0, 0, 0.06);
padding: 18px;
margin-bottom: 18px;
height: 100%;
transition: all .3s ease;
}
.api-feature-card:hover {
transform: translateY(-3px);
box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}
.timeline-image--shifted
{
display: flex;
justify-content: flex-end;
}
.api-feature-image {
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}
.api-feature-image img {
width: 80px;
height: 80px;
object-fit: contain;
}
.api-feature-card h5 {
color: #333;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 35.984px;
margin-bottom: 0px;
}
.api-feature-card p {
color: #4A4A4A;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 200%;
margin-bottom: 0;
}
@media (max-width: 991px) {
.dentulu-provider-title {
font-size: 2.3rem;
}
.api-feature-heading {
margin-top: 20px;
}
}
@media (max-width: 767px) {
.dentulu-provider-title {
font-size: 2rem;
}
.dentulu-provider-description {
font-size: 1rem;
}
.api-capabilities-info-card {
padding: 20px;
}
.api-feature-card {
padding: 15px;
}
.api-feature-card h5 {
font-size: 1.05rem;
}
.api-feature-card p {
font-size: 0.9rem;
}
}
.workflow-section {
position: relative;
}
/* Header */
.workflow-section .workflow-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: 700;
line-height: 150%;
letter-spacing: -1.92px;
}
.workflow-section .workflow-subtitle {
color: var(--Colors-Neutral-1000, #333);
text-align: center;
font-size: 32px;
font-weight: 700;
line-height: 150%;
letter-spacing: -1.92px;
}
.workflow-section .workflow-text {
color: var(--Colors-Neutral-900, #4A4A4A);
text-align: center;
font-size: 20px;
font-weight: 400;
line-height: 200%;
}
/* Vertical Line */
.workflow-section .timeline-wrapper {
position: relative;
margin-top: 60px;
}
.workflow-section .timeline-wrapper::before {
content: '';
position: absolute;
width: 3px;
background: linear-gradient(to bottom, #7b3cff, #4c2cff);
top: 0;
bottom: 0;
left: 50%;
transform: translateX(-50%);
}
/* Dot Image */
.workflow-section .timeline-dot {
position: relative;
z-index: 2;
}
/* Content Card */
.workflow-section .timeline-content {
padding: 25px;
transition: 0.3s;
margin-bottom: 1.5rem;
}
.workflow-section .timeline-content h6 {
color: #060B13;
font-size: 24px;
font-weight: 600;
line-height: 39.6px;
}
.workflow-section .timeline-content p {
color: #4A5565;
font-size: 16px;
font-weight: 400;
line-height: 26px;
}
.workflow-section .timeline-content:hover {
transform: translateY(-5px);
}
.workflow-section .step-number {
color: #99A1AF;
font-size: 72px;
font-weight: 700;
line-height: 72px;
display: block;
margin-bottom: 8px;
}
/* Image Card */
.workflow-section .timeline-image {
padding: 15px;
transition: 0.3s;
margin-bottom: 1.5rem;
}
.workflow-section .timeline-image img {
border-radius: 24px;
box-shadow: 0 20px 40px 0 rgba(20, 27, 93, 0.05);
}
.workflow-section .timeline-image:hover {
transform: translateY(-5px);
}
.workflow-section .workflow-btn {
border-radius: 8px;
background: linear-gradient(0deg, #141B5D 0%, #141B5D 100%), rgba(255, 255, 255, 0.02);
box-shadow: 0 2px 8px 0 rgba(255, 255, 255, 0.05) inset,
0 1px 3px 0 rgba(255, 255, 255, 0.12) inset,
0 0.5px 0.5px 0 rgba(255, 255, 255, 0.16) inset;
backdrop-filter: blur(6px);
color: #FFF;
text-align: center;
font-size: 16px;
font-weight: 700;
padding: 12px 16px;
}
.workflow-section .workflow-btn:hover {
background: linear-gradient(0deg, #141B5D 0%, #141B5D 100%), rgba(255, 255, 255, 0.02);
box-shadow: 0 2px 8px 0 rgba(255, 255, 255, 0.05) inset,
0 1px 3px 0 rgba(255, 255, 255, 0.12) inset,
0 0.5px 0.5px 0 rgba(255, 255, 255, 0.16) inset;
backdrop-filter: blur(6px);
color: #FFF;
}
/* Responsive */
@media (max-width: 991px) {
.workflow-section .timeline-wrapper::before {
left: 20px;
}
.workflow-section .timeline-row .row {
flex-direction: column;
}
.workflow-section .timeline-dot {
margin-left: -24px;
text-align: left;
}
.workflow-section .timeline-content,
.workflow-section .timeline-image {
text-align: left !important;
margin-bottom: 1.5rem;
}
}
.monitoring-tools{
padding:80px 0;
}
.monitoring-tools .common-heading .small-title{
color: var(--Colors-Neutral-1000, #333);
font-size: 32px;
font-style: normal;
text-align: left;
font-weight: 600;
line-height: 150%; /* 48px */
letter-spacing: -1.92px;
margin-bottom:5px;
}
.monitoring-tools .section-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;
text-align: left;
font-weight: 600;
line-height: 150%;
letter-spacing: -1.92px;
}
.monitoring-tools .section-desc{
color: var(--Colors-Neutral-900, #4A4A4A);
font-size: 20px;
font-style: normal;
text-align: left;
font-weight: 400;
line-height: 200%; /* 40px */
}
.monitoring-tools .common-card{
border-radius: 24px;
border: 1px solid #E2E2E4;
padding:22px;
transition:0.3s;
height:100%;
}
.monitoring-tools .common-card img{
width:100%;
border-radius: 10px;
}
.monitoring-tools .mobile-mockup
{
text-align: center;
}
.monitoring-tools .common-card:hover{
transform:translateY(-6px);
box-shadow:0 10px 30px rgba(0,0,0,0.08);
}
.monitoring-tools .tool-card img{
width: 100%;
}
.ecosystem-center-image
{
display: flex;
align-items: center;
height: 100%;
justify-content: center;
}
.monitoring-tools .tool-card h6{
color: #060B13;
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 39.6px; /* 165% */
margin-bottom:15px;
padding-bottom: 15px;
border-bottom: 1px solid  rgba(0, 0, 0, 0.10);
}
.monitoring-tools .tool-card p{
color: #4A4A4A;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 32px */
letter-spacing: -0.07px;
margin-bottom:0;
}
/* responsive */
@media(max-width:991px){
.monitoring-tools .mobile-mockup{
margin:40px 0;
}
}
.technical-specifications-section {
padding: 80px 0;
}
.technical-specifications-section__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;
margin-bottom: 15px;
}
.technical-specifications-section__description {
color: var(--Colors-Neutral-900, #4A4A4A);
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 200%;
}
.technical-specifications-section__table-wrapper {
background: #ffffff;
border-radius: 24px;
overflow: hidden;
border:  1px solid #eee;
box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}
.technical-specifications-section__table {
width: 100%;
border-collapse: collapse;
}
.technical-specifications-section__table tr:not(:last-child) {
border-bottom: 1px solid #eee;
}
.technical-specifications-section__label {
width: 35%;
padding: 22px 30px;
background: rgba(238, 242, 255, 0.60);
color: #1D293D;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 31.875px;
}
.technical-specifications-section__value {
padding: 22px 30px;
color: #4A5565;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 20px;
}
@media (max-width: 767px) {
.technical-specifications-section__title {
font-size: 32px;
}
.technical-specifications-section__table,
.technical-specifications-section__table tbody,
.technical-specifications-section__table tr,
.technical-specifications-section__table td {
display: block;
width: 100%;
}
.technical-specifications-section__label {
padding: 15px 20px 5px;
background: #f9fafb;
border-bottom: none;
}
.technical-specifications-section__value {
padding: 0 20px 15px;
}
.technical-specifications-section__table tr {
border-bottom: 1px solid #e5e7eb;
}
}
.it-team-section{
padding: 80px 0;
}
.it-small-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;
margin-bottom:5px;
}
.it-main-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:10px;
}
.it-description{
color: var(--Colors-Neutral-900, #4A4A4A);
text-align: center;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 40px */
}
/* Card */
.it-card{
border-radius: 12px;
border: 0.8px solid #E5E7EB;
background: #FFF;
padding:20px;
height:100%;
transition:all .3s ease;
}
.it-card:hover{
transform:translateY(-5px);
box-shadow:0 15px 35px rgba(0,0,0,0.05);
}
.it-card img{
margin-bottom:15px;
border-radius: 10px;
}
.it-card h5{
color: #060B13;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 39.6px; /* 198% */
margin-bottom:10px;
}
.it-card p{
color: #4A5565;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 32px; /* 200% */
margin:0;
}
.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%;
}
}