/* =====================================
AI SUITE SECTION (SCOPED)
===================================== */
.ai-suite-section {
padding: 80px 0;
}
/* =====================================
HEADER
===================================== */
.ai-suite-section .subtitle {
color: var(--Colors-Neutral-1000, #333);
text-align: center;
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 48px */
}
.ai-suite-section .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-top: 10px;
}
.ai-suite-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 */
}
.ai-suite-section .explore-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-style: normal;
font-weight: 600;
line-height: normal;
padding: 10px 22px;
border-radius: 8px;
transition: 0.3s;
}
.ai-suite-section .explore-btn:hover {
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-style: normal;
font-weight: 600;
line-height: normal;
padding: 10px 22px;
border-radius: 8px;
transition: 0.3s;
}
/* =====================================
LEFT MENU
===================================== */
.ai-suite-section .menu {
display: flex;
flex-direction: column;
gap: 14px;
}
.ai-suite-section .menu-item {
border-radius: 16px;
border: 0.8px solid #E8E8F0;
background: #FFF;
box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
border: none;
text-align: left;
padding: 20px;
transition: 0.3s;
cursor: pointer;
width: 100%;
}
.ai-suite-section .menu-item strong {
display: block;
color: #333;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 36px; /* 150% */
}
.ai-suite-section .menu-item span {
display: block;
color: #6A7282;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 21px; /* 150% */
margin-top: 8px;
}
.ai-suite-section .menu-item.active {
background: var(--frre, linear-gradient(90deg, #141B5D 0%, #9810FA 100%));
}
.ai-suite-section .menu-item.active span,.ai-suite-section .menu-item.active strong {
color: #fff;
}
/* =====================================
CONTENT WRAPPER
===================================== */
.ai-suite-section .content-wrapper {
padding: 30px;
border-radius: 20px;
position: relative;
border-radius: 49.877px;
border: 0.998px solid #F3F4F6;
background: #FFF;
box-shadow: 0 4px 8px 3px rgba(0, 0, 0, 0.15), 0 1px 3px 0 rgba(0, 0, 0, 0.30);
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
/* =====================================
TAB CONTENT
===================================== */
.ai-suite-section .tab-content {
display: none;
}
.ai-suite-section .tab-content.active {
display: block;
}
/* =====================================
AI CARDS
===================================== */
.ai-suite-section .content-block {
display: flex;
flex-wrap: wrap;
}
.content-block .col-md-6:first-child
{
border-right: solid 2px #DADADA;
}
.ai-suite-section .ai-card {
padding: 25px;
border-radius: 16px;
transition: 0.3s;
height: 100%;
text-align: left;
}
.ai-suite-section .ai-card img {
width: 100px;
height: 100px;
margin-bottom: 15px;
}
.ai-suite-section .ai-card h5 {
color: #141B5D;
font-size: 18px;
font-style: normal;
text-align: left;
font-weight: 700;
line-height: 28px; /* 155.556% */
margin-bottom: 8px;
}
.ai-suite-section .ai-card p {
color: #6A7282;
font-size: 16px;
text-align: left;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 28px */
margin-bottom: 10px;
}
.ai-suite-section .card-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);
margin-top: 10px;
padding: 10px 16px;
color: #FFF;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
transition: 0.3s;
}
.ai-suite-section .card-btn:hover {
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);
margin-top: 10px;
padding: 10px 16px;
color: #FFF;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
transition: 0.3s;
}
/* =====================================
COLLAPSE BLOCK (FIXED VERSION)
===================================== */
.ai-suite-section .collapse-block {
display: none;
position: relative;
width: 100%;
background: #fff;
border-radius: 20px;
opacity: 0;
transform: translateY(25px);
transition: all 0.35s ease;
}
.ai-suite-section .collapse-block.active {
display: block;
opacity: 1;
transform: translateY(0);
}
/* =====================================
COLLAPSE INNER
===================================== */
/* CLOSE BUTTON */
.ai-suite-section .close-btn {
background: none;
border: none;
font-size: 26px;
cursor: pointer;
line-height: 1;
}
/* =====================================
FEATURE GRID
===================================== */
.ai-suite-section .feature-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 12px;
}
.ai-suite-section .feature-grid div {
background: #f3f4f6;
padding: 12px;
border-radius: 8px;
font-size: 14px;
}
/* =====================================
RESPONSIVE
===================================== */
/* Tablet */
@media (max-width: 991px) {
.ai-suite-section .content-wrapper {
padding: 20px;
}
.ai-suite-section .title {
font-size: 28px;
}
}
/* Mobile */
@media (max-width: 768px) {
.ai-suite-section .feature-grid {
grid-template-columns: 1fr;
}
.ai-suite-section .menu {
flex-direction: row;
overflow-x: auto;
}
.ai-suite-section .menu-item {
min-width: 200px;
}
.ai-suite-section .title {
font-size: 24px;
}
.ai-suite-section .description {
font-size: 14px;
}
}
/* =====================================
DENVIS PATIENT SECTION
===================================== */
/* MAIN BOX */
.denvis-patient-section .patient-box {
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;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
}
/* TEXT */
.denvis-patient-section .sub-title {
color: var(--Colors-Neutral-1000, #333);
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 48px */
}
.denvis-patient-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;
background: var(--frre, linear-gradient(90deg, #141B5D 0%, #9810FA 100%));
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.denvis-patient-section .description {
color: var(--Colors-Neutral-900, #4A4A4A);
leading-trim: both;
text-edge: cap;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 40px */
}
.denvis-patient-section .description a {
color: #2658DA;
leading-trim: both;
text-edge: cap;
text-decoration: none;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 200%;
}
/* FEATURES */
.denvis-patient-section .feature-item {
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 16px;
color: var(--Text-Navigation, #727272);
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 30px; /* 187.5% */
text-align: center;
transition: 0.3s;
height: 100%;
}
/* =====================================
RESPONSIVE
===================================== */
/* Tablet */
@media (max-width: 991px) {
.denvis-patient-section .main-title {
font-size: 26px;
}
}
/* Mobile */
@media (max-width: 768px) {
.denvis-patient-section .main-title {
font-size: 22px;
}
.denvis-patient-section .description {
font-size: 14px;
}
.denvis-patient-section .floating-icon {
width: 50px;
height: 50px;
}
.denvis-patient-section .floating-icon img {
width: 24px;
}
}
.custom-modal .modal-content {
border-radius: 24px;
background: #FFF;
}
/* HEADER */
.custom-modal .modal-header {
border: 0;
padding: 16px 20px;
}
body .sleep-hero {
padding-bottom: 30px !important;
}
.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%;
}
}
/* ================================
AI PRICING SECTION
================================ */
.ai-pricing-section {
padding: 80px 0;
}
/* HEADER */
.ai-pricing-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 */
}
.ai-pricing-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: 10px 0;
}
.ai-pricing-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 */
margin: 0 auto 15px;
}
/* BUTTON */
.ai-pricing-section .primary-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-style: normal;
font-weight: 700;
line-height: normal;
padding: 10px 22px;
}
.ai-pricing-section .primary-btn:hover {
opacity: 0.9;
}
/* BANNER */
.ai-pricing-section .pricing-banner {
border-radius: 24px;
background: var(--frre, linear-gradient(90deg, #141B5D 0%, #9810FA 100%));
color: #FFF;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 22.5px; /* 150% */
padding: 15px 20px;
border-radius: 12px;
}
.ai-pricing-section .pricing-banner p {
color: #FFF;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 22.5px; /* 150% */
}
.ai-pricing-section .white-btn {
border-radius: 12px;
background: #FFF;
color: #141B5D;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 24px; /* 150% */
padding: 8px 18px;
}
/* CARD */
.ai-pricing-section .pricing-card {
border-radius: 24px;
border: 0.8px solid #E5E7EB;
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: 25px;
text-align: left;
height: 100%;
}
.ai-pricing-section .pricing-card.highlight {
border-radius: 24px;
border: 1.8px solid var(--frre, #141B5D);
background: #FFF;
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
}
/* BADGES */
.ai-pricing-section .badge {
display: inline-block;
color: #FFF;
font-size: 14px;
font-weight: 700;
line-height: 18px; /* 150% */
padding: 5px 10px;
border-radius: 20px;
margin-bottom: 10px;
background: var(--frre, linear-gradient(90deg, #141B5D 0%, #9810FA 100%));
}
/* TEXT */
.ai-pricing-section h4 {
color: #1A1A2E;
font-size: 28px;
font-style: normal;
font-weight: 600;
line-height: 42px; /* 150% */
margin-bottom: 5px;
}
.ai-pricing-section .card-desc {
color: #6B7280;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 21px; /* 150% */
margin-bottom: 15px;
}
/* LIST */
.ai-pricing-section .pricing-list {
list-style: none;
padding: 0;
margin: 0;
}
.ai-pricing-section .pricing-list li {
display: flex;
justify-content: space-between;
padding: 12px 0;
border-bottom: 0.8px solid #F3F4F6;
color: #374151;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 22.5px; /* 150% */
}
.pricing-list-s
{
background: var(--frre, linear-gradient(90deg, #141B5D 0%, #9810FA 100%));
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.ai-pricing-section .pricing-list li:last-child {
border-bottom: none;
}
/* RESPONSIVE */
@media (max-width: 768px) {
.ai-pricing-section .main-title {
font-size: 22px;
}
.ai-pricing-section .pricing-banner {
text-align: center;
}
}
/* ================================
WHY DENTULU SECTION
================================ */
.why-dentulu-section {
padding: 80px 0;
}
/* TEXT */
.why-dentulu-section .sub-title {
color: var(--Colors-Neutral-1000, #333);
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 48px */
}
.why-dentulu-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: 10px 0;
}
.why-dentulu-section .description {
color: var(--Colors-Neutral-900, #4A4A4A);
leading-trim: both;
text-edge: cap;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 40px */
}
/* BUTTON */
.why-dentulu-section .primary-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);
padding: 10px 22px;
color: #FFF;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin-top: 10px;
}
/* CARD */
.why-dentulu-section .feature-card {
padding: 20px;
border-radius: 24px;
border: 1px solid #E2E2E4;
background: #FFF;
height: 100%;
}
.why-dentulu-section .feature-card h5 {
color: #060B13;
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 39.6px; /* 165% */
margin-bottom: 10px;
}
/* LIST */
.why-dentulu-section .feature-card ul {
padding-left: 18px;
margin: 0;
}
.why-dentulu-section .feature-card li {
color: #4A4A4A;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 32px */
letter-spacing: -0.07px;
margin-bottom: 6px;
}
/* RESPONSIVE */
@media (max-width: 991px) {
.why-dentulu-section .main-title {
font-size: 22px;
}
.why-dentulu-section .intro-box {
text-align: center;
}
}
/* ==========================================
DENVIS AI FAMILY SECTION
========================================== */
.denvis-ai-family-section {
padding: 80px 0;
}
.denvis-ai-family-section .denvis-ai-family-wrapper {
border-radius: 22px;
position: relative;
width: 100%;
}
.denvis-ai-family-section .denvis-ai-family-bg {
width: 100%;
object-fit: cover;
}
.denvis-ai-family-section .denvis-ai-family-overlay {
position: absolute;
inset: 0;
padding: 40px;
}
.denvis-ai-family-section .denvis-ai-family-content {
border-radius: 24px;
background: rgba(0, 0, 0, 0.60);
backdrop-filter: blur(6px);
-webkit-backdrop-filter: blur(6px);
max-width: 900px;
width: 100%;
padding: 55px 50px;
}
.denvis-ai-family-section .denvis-ai-family-title {
color: var(--Colors-Neutral-100, #FFF);
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 48px */
margin-bottom: 10px;
}
.denvis-ai-family-section .denvis-ai-family-subtitle {
font-size: 2.1rem;
font-weight: 700;
color: #ffffff;
margin-bottom: 28px;
line-height: 1.3;
}
.denvis-ai-family-section .denvis-ai-family-description {
color: var(--Colors-Neutral-200, #E8E8E8);
text-align: center;
leading-trim: both;
text-edge: cap;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 40px */
margin-left: auto;
margin-right: auto;
}
.denvis-ai-family-section .denvis-ai-family-tags {
margin-top: 10px;
}
.denvis-ai-family-section .denvis-ai-family-tag {
border-radius: 9px;
background: var(--White, #FFF);
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.30), 0 1px 3px 1px rgba(0, 0, 0, 0.15);
color: var(--Text-Navigation, #727272);
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 30px; /* 187.5% */
padding: 10px 18px;
border-radius: 8px;
line-height: 1.4;
white-space: nowrap;
}
/* ==========================================
RESPONSIVE
========================================== */
@media (max-width: 991.98px) {
.denvis-ai-family-section .denvis-ai-family-wrapper,
.denvis-ai-family-section .denvis-ai-family-bg {
height: auto;
min-height: 650px;
}
.denvis-ai-family-section .denvis-ai-family-overlay {
padding: 25px;
}
.denvis-ai-family-section .denvis-ai-family-content {
padding: 40px 30px;
}
.denvis-ai-family-section .denvis-ai-family-title {
font-size: 1.7rem;
}
.denvis-ai-family-section .denvis-ai-family-subtitle {
font-size: 1.8rem;
}
.denvis-ai-family-section .denvis-ai-family-description {
font-size: 0.95rem;
line-height: 1.9;
}
.denvis-ai-family-section .denvis-ai-family-tag {
white-space: normal;
text-align: center;
}
}
@media (max-width: 767.98px) {
.denvis-ai-family-section .denvis-ai-family-wrapper,
.denvis-ai-family-section .denvis-ai-family-bg {
min-height: 760px;
}
.denvis-ai-family-section .denvis-ai-family-overlay {
padding: 20px;
}
.denvis-ai-family-section .denvis-ai-family-content {
padding: 35px 22px;
border-radius: 20px;
}
.denvis-ai-family-section .denvis-ai-family-title {
font-size: 1.4rem;
}
.denvis-ai-family-section .denvis-ai-family-subtitle {
font-size: 1.5rem;
margin-bottom: 22px;
}
.denvis-ai-family-section .denvis-ai-family-description {
font-size: 0.92rem;
line-height: 1.8;
margin-bottom: 28px;
}
.denvis-ai-family-section .denvis-ai-family-tags {
gap: 12px !important;
}
.denvis-ai-family-section .denvis-ai-family-tag {
width: 100%;
font-size: 0.88rem;
padding: 12px 16px;
}
}