/* =========================
   WHAT YOU CAN FINANCE
========================= */

.finance-section {
  padding: 60px 0;
}

.finance-title {
  color: #141b5d;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 18px;
}

.finance-description {
  color: #58595b;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 200%;
  max-width: 60vw;
  font-style: normal;
  margin: auto;
}

/* Cards */
.finance-card {
  border-radius: 16px;
  border: 0.5px solid #d8d8d8;
  background: #fff;
  box-shadow: 4px 4px 4px 0 rgba(227, 223, 255, 0.18);
  padding: 20px;
  height: 100%;
  transition: transform 0.35s ease, box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.finance-card:hover {
  transform: translateY(-8px);
  border-color: #141b5d;
  box-shadow: 0 15px 35px rgba(20, 27, 93, 0.12);
}

/* Icons */
.finance-icon {
  color: #141b5d;
  font-size: 40px;
  margin-bottom: 16px;
}

.finance-card h3 {
  color: #58595b;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
}

.finance-card p {
  color: #58595b;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  margin-bottom: 0;
}

/* Closing text */
.finance-closing {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  margin-top: 24px;
  padding: 24px 16px;
  background: #e9efff;
  border-radius: 10px;
  color: #141b5d;
  font-size: 18px;
  font-weight: 700;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 991.98px) {
  .finance-title {
    font-size: 36px;
  }

  .finance-card {
    padding: 28px 24px;
  }
}

@media (max-width: 767.98px) {
  .finance-section {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .finance-title {
    font-size: 32px;
  }

  .finance-description {
    font-size: 16px;
    line-height: 1.7;
  }

  .finance-card {
    padding: 28px 22px;
  }

  .finance-closing {
    font-size: 16px;
  }
}

/* =========================
   DENTULU PAY
========================= */

.dentulu-pay-section {
  background: #ffffff;
  overflow: hidden;
}

.dentulu-pay-panel {
  position: relative;
  padding: 60px 65px;
  background: #141b5d;
  border-radius: 28px;
  overflow: hidden;
}

/* Decorative background */
.dentulu-pay-panel::before {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  top: -180px;
  right: -100px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
}

.dentulu-pay-panel::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  bottom: -140px;
  left: -80px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

/* Content */
.dentulu-pay-content {
  position: relative;
  z-index: 2;
}

.dentulu-pay-label {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #ffffff;
  opacity: 0.8;
}

.dentulu-pay-title {
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
}

.dentulu-pay-description {
  max-width: 800px;
  margin-bottom: 28px;
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.88);
}

/* Subtitle */
.dentulu-pay-subtitle {
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
}

/* Benefits */
.dentulu-pay-list {
  padding: 0;
  margin: 0 0 32px;
  list-style: none;
}

.dentulu-pay-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
}

.dentulu-pay-list li:last-child {
  margin-bottom: 0;
}

.dentulu-pay-list i {
  flex-shrink: 0;
  margin-top: 3px;
  font-size: 17px;
  color: #ffffff;
}

/* CTA */
.dentulu-pay-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 24px;
  background: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 8px;
  color: #141b5d;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease,
    box-shadow 0.3s ease;
}

.dentulu-pay-btn i {
  transition: transform 0.3s ease;
}

.dentulu-pay-btn:hover {
  color: #ffffff;
  background: transparent;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.dentulu-pay-btn:hover i {
  transform: translateX(5px);
}

/* =========================
   ALPHAEON BRANDING
========================= */

.alphaeon-branding {
  position: relative;
  z-index: 2;
  min-height: 260px;
  padding: 35px 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  backdrop-filter: blur(8px);
}

.alphaeon-logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 80px;
  padding: 15px;
  margin-bottom: 20px;
  background: #ffffff;
  border-radius: 12px;
}

.alphaeon-logo {
  display: block;
  max-width: 190px;
  width: 100%;
  height: auto;
}

.alphaeon-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
}

.alphaeon-text strong {
  color: #ffffff;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 991.98px) {
  .dentulu-pay-panel {
    padding: 50px 40px;
  }

  .dentulu-pay-title {
    font-size: 34px;
  }

  .alphaeon-branding {
    min-height: 220px;
  }
}

@media (max-width: 767.98px) {
  .dentulu-pay-section {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .dentulu-pay-panel {
    padding: 40px 24px;
    border-radius: 20px;
  }

  .dentulu-pay-title {
    font-size: 30px;
  }

  .dentulu-pay-description {
    font-size: 15px;
  }

  .dentulu-pay-subtitle {
    font-size: 18px;
  }

  .dentulu-pay-list li {
    font-size: 14px;
  }

  .dentulu-pay-btn {
    width: 100%;
    justify-content: center;
  }

  .alphaeon-branding {
    min-height: 190px;
    padding: 25px 20px;
  }

  .alphaeon-logo {
    max-width: 160px;
  }
}

/* =========================================
   FINANCING WITH BAD OR LIMITED CREDIT
========================================= */

.bad-credit-section {
  background: #ffffff;
  overflow: hidden;
}

.bad-credit-title {
  margin-bottom: 18px;
  color: #141b5d;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
}

.bad-credit-intro {
  max-width: 850px;
  margin: 0 auto;
  color: #646a7a;
  font-size: 17px;
  line-height: 1.8;
}

/* =========================================
   MAIN CARDS
========================================= */

.bad-credit-card {
  height: 100%;
  padding: 36px;
  background: #fff;
  border: 1px solid #e5e9f2;
  border-radius: 20px;
  transition: transform 0.35s ease, box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.bad-credit-card:hover {
  transform: translateY(-6px);
  border-color: #1c3fc6;
  box-shadow: 0 16px 35px rgba(20, 27, 93, 0.1);
}

/* =========================================
   CARD HEADER
========================================= */

.bad-credit-card-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 30px;
}

.bad-credit-icon {
  width: 54px;
  height: 54px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #e9efff;
  color: #1c3fc6;
  font-size: 24px;
  transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.bad-credit-card:hover .bad-credit-icon {
  background: #1c3fc6;
  color: #ffffff;
  transform: scale(1.05);
}

.bad-credit-card-header h3 {
  margin: 0;
  color: rgb(20, 27, 93);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}

/* =========================================
   APPLICATION HELP ITEMS
========================================= */

.bad-credit-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.bad-credit-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  border-radius: 16px;
  background: #f8f8f8;
  padding: 24px 16px;
}

.bad-credit-item-icon {
  color: #141b5d;
  font-size: 32px;
}

.bad-credit-item h4 {
  margin-bottom: 10px;
  color: #58595b;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.bad-credit-item p {
  color: #58595b;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  margin-bottom: 0;
}

/* =========================================
   NOT APPROVED CARD
========================================= */

.bad-credit-not-approved {
  background: #fff;
}

.not-approved-text {
  margin-bottom: 24px;
  color: #5f6575;
  font-size: 16px;
  line-height: 1.75;
}

.options-heading {
  margin-bottom: 16px;
  color: #58595b;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
}

.options-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.options-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #58595b;
  font-size: 16px;
  font-weight: 400;
  line-height: 200%;
}

.options-list .bullet {
  font-size: 20px;
  line-height: 1.6;
  flex-shrink: 0;
}

/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991.98px) {
  .bad-credit-title {
    font-size: 36px;
  }

  .bad-credit-card {
    padding: 30px;
  }

  .bad-credit-card-header h3 {
    font-size: 22px;
  }
}

@media (max-width: 767.98px) {
  .bad-credit-section {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }

  .bad-credit-title {
    font-size: 31px;
  }

  .bad-credit-intro {
    font-size: 16px;
    line-height: 1.7;
  }

  .bad-credit-card {
    padding: 25px 22px;
    border-radius: 16px;
  }

  .bad-credit-card-header {
    margin-bottom: 24px;
  }

  .bad-credit-card-header h3 {
    font-size: 20px;
  }

  .bad-credit-item {
    gap: 12px;
  }

  .bad-credit-item p {
    font-size: 14px;
  }
}

/* =========================================
   PRE-QUALIFY IN THREE STEPS
========================================= */

.prequalify-section {
  padding: 60px 0;
}

.prequalify-title {
  margin: 0;
  color: #141b5d;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
}

/* =========================================
   STEP CARD
========================================= */

.prequalify-card {
  position: relative;
  height: 100%;
  padding: 34px 30px;
  border-radius: 16px;
  border: 1px solid #dcdcdc;
  background: #fefefe;
  padding: 20px;
  transition: transform 0.35s ease, box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.prequalify-card:hover {
  transform: translateY(-8px);
  border-color: #141b5d;
  box-shadow: 0 16px 35px rgba(20, 27, 93, 0.11);
}

/* =========================================
   STEP NUMBER
========================================= */

.prequalify-number {
  color: #141b5d;
  text-align: center;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 1.5rem;
}

/* =========================================
   STEP CONTENT
========================================= */

.prequalify-content h3 {
  color: #58595b;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
}

.prequalify-content p {
  color: #58595b;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
}

/* =========================================
   STEP 2 - CREDIT SCORE EMPHASIS
========================================= */

.prequalify-highlight {
  border: 2px solid #141b5d;
  background: linear-gradient(180deg, #ffffff 0%, #f5f7ff 100%);
}

.credit-score-note {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
  padding: 13px 16px;
  background: #e9efff;
  border-radius: 10px;
  color: #141b5d;
  font-size: 16px;
  font-weight: 700;
}

.credit-score-note i {
  flex-shrink: 0;
  color: #141b5d;
  font-size: 19px;
}

/* =========================================
   CTA
========================================= */

.prequalify-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 28px;
  background: #141b5d;
  border: 2px solid #141b5d;
  border-radius: 8px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease,
    box-shadow 0.3s ease;
}

.prequalify-btn i {
  transition: transform 0.3s ease;
}

.prequalify-btn:hover {
  background: #141b5d;
  border-color: #141b5d;
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(20, 27, 93, 0.2);
}

.prequalify-btn:hover i {
  transform: translateX(5px);
}

/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991.98px) {
  .prequalify-title {
    font-size: 36px;
  }

  .prequalify-card {
    padding: 30px 25px;
  }
}

@media (max-width: 767.98px) {
  .prequalify-section {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }

  .prequalify-title {
    font-size: 31px;
  }

  .prequalify-card {
    padding: 28px 22px;
    border-radius: 16px;
  }

  .prequalify-content h3 {
    font-size: 19px;
  }

  .prequalify-content p {
    font-size: 14px;
  }

  .credit-score-note {
    font-size: 13px;
  }

  .prequalify-btn {
    width: 100%;
  }
}

/* =========================================
   HOW DENTAL FINANCING WORKS
========================================= */

.dental-financing-section {
  background: #ffffff;
  overflow: hidden;
}

.dental-financing-title {
  margin-bottom: 18px;
  color: #141b5d;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
}

.dental-financing-intro {
  max-width: 900px;
  margin: 0 auto;
  color: #626878;
  font-size: 17px;
  line-height: 1.8;
}

/* =========================================
   COMPARISON TITLE
========================================= */

.financing-comparison-title {
  margin-bottom: 24px;
  color: #141b5d;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

/* =========================================
   DESKTOP COMPARISON TABLE
========================================= */

.financing-table-wrapper {
  width: 100%;
  overflow: hidden;
  border: 1px solid #e3e7f0;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(20, 27, 93, 0.06);
}

.financing-comparison-table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
  table-layout: fixed;
}

.financing-comparison-table th,
.financing-comparison-table td {
  padding: 20px 22px;
  border: 0.5px solid #e9eaeb;
  background: #fff;
  box-shadow: 0 4.258px 63.872px 0 rgba(0, 0, 0, 0.08);
  text-align: center;
  vertical-align: middle;
}

.financing-comparison-table thead th {
  background: #141b5d;
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
}

.financing-comparison-table thead th:first-child {
  width: 28%;
  background: #eef2ff;
}

.financing-comparison-table thead th span {
  display: block;
}

.financing-comparison-table tbody th {
  background: #f8faff;
  color: #141b5d;
  font-size: 15px;
  font-weight: 700;
  text-align: left;
}

.financing-comparison-table tbody td {
  color: #535862;
  font-size: 16px;
  font-weight: 500;
}

.financing-comparison-table tbody tr:last-child th,
.financing-comparison-table tbody tr:last-child td {
  border-bottom: 0;
}

.financing-comparison-table tbody td:nth-child(2) {
  color: #000;
  font-weight: 700;
}

/* =========================================
   MOBILE CARDS
========================================= */

.financing-mobile-cards {
  display: none;
}

.financing-mobile-card {
  padding: 25px 22px;
  border: 1px solid #e3e7f0;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 8px 25px rgba(20, 27, 93, 0.06);
}

.mobile-card-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 18px;
  margin-bottom: 4px;
  border-bottom: 2px solid #eef1f7;
}

.mobile-card-icon {
  width: 46px;
  height: 46px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #eaf0ff;
  color: #1c3fc6;
  font-size: 20px;
}

.mobile-card-heading h4 {
  margin: 0;
  color: #141b5d;
  font-size: 19px;
  font-weight: 700;
}

.mobile-card-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: 15px 0;
  border-bottom: 1px solid #edf0f5;
}

.mobile-card-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.mobile-card-row span {
  color: #686e7d;
  font-size: 14px;
  line-height: 1.5;
}

.mobile-card-row strong {
  color: #141b5d;
  font-size: 14px;
  line-height: 1.5;
  text-align: right;
}

/* =========================================
   CLOSING LINE
========================================= */

.dental-financing-closing {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  margin-top: 24px;
  padding: 24px 16px;
  background: rgb(233, 239, 255);
  border-radius: 10px;
  color: rgb(20, 27, 93);
  font-size: 18px;
  font-weight: 700;
}

/* =========================================
   TABLET
========================================= */

@media (max-width: 991.98px) {
  .dental-financing-title {
    font-size: 36px;
  }

  .dental-financing-intro {
    font-size: 16px;
  }

  .financing-comparison-table th,
  .financing-comparison-table td {
    padding: 17px 14px;
  }

  .financing-comparison-table thead th,
  .financing-comparison-table tbody th,
  .financing-comparison-table tbody td {
    font-size: 14px;
  }
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 767.98px) {
  .dental-financing-section {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }

  .dental-financing-title {
    font-size: 31px;
  }

  .dental-financing-intro {
    font-size: 15px;
    line-height: 1.7;
  }

  .financing-comparison-title {
    font-size: 21px;
    line-height: 1.4;
  }

  /* Hide table */
  .financing-table-wrapper {
    display: none;
  }

  /* Show stacked cards */
  .financing-mobile-cards {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }

  .dental-financing-closing {
    font-size: 15px;
    line-height: 1.7;
  }
}

/* section */
.saliva-section {
  display: block;
  margin-bottom: 50px;
}
/* image wrapper */
.saliva-section .saliva-wrapper {
  position: relative;
  display: inline-block;
}

/* main image */
.saliva-section .main-img {
  max-width: 850px;
}

/* info boxes */
.saliva-section .info-box {
  position: absolute;
  border-radius: 12px;
  background: var(--White, #fff);
  box-shadow: 0 24px 50px 0 rgba(0, 0, 0, 0.1);
  padding: 5px 16px;
  text-decoration: none;
  color: var(--Text-Navigation, #727272);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 285.714% */
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* hover animation */
.saliva-section .info-box:hover {
  transform: translateY(-6px) scale(1.05);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
  color: #141b5d;
}

/* icon */
.saliva-section .icon {
  font-size: 18px;
}

/* positions */

.saliva-section .detect-box {
  left: -30%;
  top: 25%;
}

.saliva-section .home-box {
  right: -40px;
  top: 60px;
}

.saliva-section .review-box {
  right: -20%;
  bottom: 20%;
}

.saliva-section .use-box {
  left: -10%;
  bottom: 10%;
}
.saliva-section-img {
  display: none;
}
/* responsive */

@media (max-width: 768px) {
  .saliva-section {
    display: none;
  }
  .saliva-section-img {
    display: block;
  }
}

.vid-con-hero-section {
  position: relative;
  background: url(../img/saliva-testing/ban-bg.webp) no-repeat center;
  background-size: cover;
  padding-bottom: 0px;
}

.den-section-btn-cta {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%;
  display: inline;
  padding: 12px 16px;
  gap: 10px;
  transition: all 0.3s;
  border-radius: 72px;
  background: #141b5d;
  box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.12) inset,
    0 1px 1.5px 0 rgba(255, 255, 255, 0.25) inset,
    0 2px 6px 0 rgba(74, 58, 255, 0.1);
  color: #fff;
  border: 1px solid #141b5d;
}

.den-section-btn-cta:hover {
  background: #141b5d;
  box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.12) inset,
    0 1px 1.5px 0 rgba(255, 255, 255, 0.25) inset,
    0 2px 6px 0 rgba(74, 58, 255, 0.1);
  color: #fff;
  border: 1px solid #141b5d;
}
