/**
 * Landing page layout fixes — navbar alignment + mobile responsiveness.
 * Loaded after mode2.css, ls.css, navm2.css.
 */

body.landing-mode2 {
  overflow-x: hidden;
}

.healthcare-heart-logo-img {
    width: 124px !important;
    height: 124px !important;
    object-fit: contain;
    display: block;
}

/* Keep location suggestions above the sections below the search widget. */
body.landing-mode2 .dco-search-section {
  overflow: visible;
  z-index: 20;
}

body.landing-mode2 #search-container {
  position: relative;
  z-index: 20;
}

body.landing-mode2 .dco-search-card {
  position: relative;
  z-index: 21;
}

body.landing-mode2 .dco-search-field {
  position: relative;
}

body.landing-mode2 .dco-search-field:focus-within {
  z-index: 22;
}

body.landing-mode2 .dco-dropdown {
  z-index: 1000;
}

body.landing-mode2 #navbar-container {
  width: 100%;
}

/* ——— Navbar shell ——— */
body.landing-mode2 .all-navbar {
  width: 100%;
  max-width: 100%;
  min-height: 72px;
  height: auto;
  padding: 0;
  box-sizing: border-box;
}

body.landing-mode2 .all-navbar-inner {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding: 10px clamp(14px, 3vw, 28px);
  display: flex;
  align-items: center;
  gap: 16px;
  box-sizing: border-box;
}

body.landing-mode2 .all-logo {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none;
  min-width: 0;
}

body.landing-mode2 .all-logo img,
body.landing-mode2 .all-logo .logo-img--full {
  display: block;
  height: 100px;
  width: auto;
  max-width: min(300px, 42vw);
  object-fit: contain;
}

body.landing-mode2 .all-navbar-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(12px, 2vw, 24px);
  flex: 1 1 auto;
  min-width: 0;
}

body.landing-mode2 .all-nav-links {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: clamp(8px, 1.4vw, 22px);
  margin: 0;
  padding: 0;
  list-style: none;
  min-width: 0;
}

body.landing-mode2 .all-nav-links > li {
  flex-shrink: 0;
}

body.landing-mode2 .all-nav-item,
body.landing-mode2 .all-dropdown-trigger {
  height: 40px;
  padding: 8px 10px;
  font-size: clamp(13px, 1.1vw, 15px);
  white-space: nowrap;
}

body.landing-mode2 .all-nav-right {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 10px;
  margin-left: 0;
}

body.landing-mode2 .all-nav-secondary-btn,
body.landing-mode2 .all-nav-primary-btn {
  white-space: nowrap;
  font-size: 13px;
  padding: 10px 14px;
  min-height: 40px;
}

body.landing-mode2 .all-nav-mobile-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-left: auto;
 /* border: 1px solid #dbeafe;
  color: #0284c7; */
  border: 1px solid #BFDBFE;
  border-radius: 12px;
  background: #fff;
  color: #0A4BA1;
  font-size: 1.1rem;
  cursor: pointer;
  flex-shrink: 0;
}

/* ——— Hero + sections ——— */
body.landing-mode2 .hero-section {
  position: relative;
  min-height: auto;
 /* padding: clamp(32px, 5vw, 64px) clamp(16px, 4vw, 48px) clamp(48px, 6vw, 80px); */
 padding: 24px clamp(16px, 3vw, 40px) 32px;
  box-sizing: border-box;
}

body.landing-mode2 .hero-container {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

body.landing-mode2 .hero-left {
  flex: 1 1 360px;
}

body.landing-mode2 .hero-right {
  flex: 1 1 420px;
  justify-content: center;
  min-width: 0;
  overflow: visible;
}

body.landing-mode2 .hero-dashboard {
  width: min(100%, 700px);
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: visible;
}

body.landing-mode2 .dashboard-ui {
  position: relative;
  top: auto;
  right: auto;
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 280px;
  box-sizing: border-box;
}

body.landing-mode2 .hero-doctor {
  display: block;
  width: auto;
  max-width: min(220px, 38%);
  height: auto;
  object-fit: cover;
  object-position: center top;
  border-radius: 16px;
  transform: translateY(-25px);
}

@media (min-width: 993px) {
  body.landing-mode2 .hero-dashboard {
    position: relative;
    overflow: visible;
  }

  body.landing-mode2 .hero-doctor {
    position: absolute;
    width: min(300px, 42%);
    max-width: 300px;
    left: -14%;
    bottom: -6%;
    z-index: 50;
    object-fit: cover;
    object-position: center top;
  }

  body.landing-mode2 .dashboard-ui {
    min-height: 420px;
  }
} 

body.landing-mode2 .carousel-features-section {
  min-height: auto;
 /* padding: clamp(48px, 8vw, 80px) clamp(12px, 3vw, 24px); */
  padding:
        clamp(24px, 4vw, 20px)
        clamp(12px, 3vw, 4px);

}

body.landing-mode2 #featureCarousel {
  width: 100%;
  max-width: 1400px;
 /* padding: 0 clamp(8px, 2vw, 40px); */
  margin: 0 auto;

    padding:
        0 clamp(8px, 1.5vw, 24px);

}

body.landing-mode2 .comparison-card {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

body.landing-mode2 .comparison-table {
  min-width: 520px;
}

body.landing-mode2 .dco-search-section {
    padding: 0;
}

body.landing-mode2 .dco-search-left h2 {
    font-size: clamp(2.5rem, 4.2vw, 3.25rem);
    line-height: 1.05;
}
/*
body.landing-mode2 .healthcare-section,
body.landing-mode2 .why-dconnect-section,
body.landing-mode2 .cta-section {
  padding-left: clamp(16px, 4vw, 8%);
  padding-right: clamp(16px, 4vw, 8%);
  box-sizing: border-box;
}
  */
  /* =========================================================
   HEALTHCARE SECTION — RESPONSIVE SPACING
========================================================= */

body.landing-mode2 .healthcare-section {
    padding-left: clamp(12px, 2.5vw, 32px);
    padding-right: clamp(12px, 2.5vw, 32px);
    box-sizing: border-box;
}


/* =========================================================
   WHY DCONNECT SECTION — RESPONSIVE SPACING
========================================================= */

body.landing-mode2 .why-dconnect-section {
    padding-left: clamp(12px, 2.5vw, 32px);
    padding-right: clamp(12px, 2.5vw, 32px);
    box-sizing: border-box;
    padding-top: 22px;
    padding-bottom: 12px;
}

body.landing-mode2 .stats-section {
    padding-left: clamp(12px, 3vw, 32px);
    padding-right: clamp(12px, 3vw, 32px);
    padding-top: 8px;
    padding-bottom: 14px;
}

/* =========================================================
   CTA SECTION — RESPONSIVE SPACING
========================================================= */
/*
body.landing-mode2 .cta-section {
    padding-left: clamp(12px, 2.5vw, 32px);
    padding-right: clamp(12px, 2.5vw, 32px);
    box-sizing: border-box;
}
    */

/* ——— Tablet ——— */
@media (max-width: 1100px) {
  body.landing-mode2 .all-nav-links {
    gap: 10px;
  }

  body.landing-mode2 .corporate-login-btn {
    display: none;
  }
}

/* ——— Mobile nav ——— */
@media (max-width: 992px) {
  body.landing-mode2 .all-navbar-inner {
    flex-wrap: wrap;
    align-items: center;
  }

  body.landing-mode2 .all-nav-mobile-toggle {
    display: inline-flex;
  }

  body.landing-mode2 .all-navbar-panel {
    display: none;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 12px;
    padding-top: 4px;
  }

  body.landing-mode2 .all-navbar.is-mobile-open .all-navbar-panel {
    display: flex;
  }

  body.landing-mode2 .all-nav-links {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 4px;
  }

  body.landing-mode2 .all-nav-item,
  body.landing-mode2 .all-dropdown-trigger {
    width: 100%;
    justify-content: flex-start;
    height: auto;
    min-height: 44px;
  }

  body.landing-mode2 .all-dropdown-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;
    display: none;
    width: 100%;
    margin-top: 4px;
    box-shadow: none;
  }

  body.landing-mode2 .all-dropdown.is-open .all-dropdown-menu {
    display: block;
  }

  body.landing-mode2 .all-dropdown:hover .all-dropdown-menu {
    display: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  body.landing-mode2 .all-dropdown.is-open:hover .all-dropdown-menu,
  body.landing-mode2 .all-dropdown.is-open .all-dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  body.landing-mode2 .all-nav-right {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 8px;
  }

  body.landing-mode2 .all-nav-right .all-nav-secondary-btn,
  body.landing-mode2 .all-nav-right .all-nav-primary-btn {
    width: 100%;
    justify-content: center;
  }

  body.landing-mode2 .corporate-login-btn {
    display: inline-flex;
  }

  body.landing-mode2 .hero-container {
    flex-direction: column;
    gap: 32px;
  }

  body.landing-mode2 .hero-left,
  body.landing-mode2 .hero-right {
    width: 100%;
    max-width: 100%;
  }

  body.landing-mode2 .hero-left h1 {
    font-size: clamp(1.75rem, 7vw, 2.5rem);
    letter-spacing: -1px;
  }

  body.landing-mode2 .hero-dashboard {
    width: 100%;
    max-width: min(520px, 100%);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: visible;
  }

  body.landing-mode2 .dashboard-ui {
    display: flex !important;
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 240px;
    transform: none;
    transform-origin: center top;
    order: 1;
    border-radius: 16px;
    overflow: hidden;
  }

  body.landing-mode2 .hero-doctor {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: min(160px, 42vw);
    max-width: 160px;
    height: auto;
    margin: -28px auto 0;
    order: 2;
    z-index: 5;
    object-fit: cover;
    object-position: center top;
    border-radius: 14px;
    box-shadow: 0 12px 28px rgba(37, 99, 235, 0.18);
  }

  body.landing-mode2 .top-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  body.landing-mode2 .bottom-row {
    flex-direction: column;
    gap: 10px;
  }

  body.landing-mode2 .dashboard-sidebar {
    width: 72px;
    padding: 12px 8px;
  }

  body.landing-mode2 .dashboard-sidebar li {
    font-size: 9px;
    padding: 6px 4px;
    line-height: 1.2;
    text-align: center;
  }

  body.landing-mode2 .logo-box {
    width: 36px;
    height: 36px;
    font-size: 16px;
    margin-bottom: 12px;
  }

  body.landing-mode2 .prescription-card,
  body.landing-mode2 .voice-btn {
    display: none;
  }
}

@media (max-width: 640px) {
  body.landing-mode2 .all-logo img,
  body.landing-mode2 .all-logo .logo-img--full {
    height: 80px;
    max-width: min(260px, 72vw);
  }

  body.landing-mode2 .hero-section {
    padding-top: 24px;
    overflow-x: hidden;
  }

  body.landing-mode2 .hero-right {
    overflow: visible;
    justify-content: center;
  }

  body.landing-mode2 .hero-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  body.landing-mode2 .secondary-btn {
    width: 100%;
    justify-content: center;
  }

  body.landing-mode2 .dashboard-ui {
    display: flex !important;
    min-height: 210px;
    border-radius: 14px;
  }

  body.landing-mode2 .dashboard-main {
    padding: 12px;
    min-width: 0;
  }

  body.landing-mode2 .dashboard-main h2 {
    font-size: 15px;
  }

  body.landing-mode2 .dashboard-main h5 {
    font-size: 11px;
  }

  body.landing-mode2 .top-card {
    min-height: 52px;
    padding: 8px;
  }

  body.landing-mode2 .top-card span {
    font-size: 9px;
  }

  body.landing-mode2 .top-card h3 {
    font-size: 14px;
    margin-top: 4px;
  }

  body.landing-mode2 .bottom-row {
    display: none;
  }

  body.landing-mode2 .hero-doctor {
    width: min(140px, 44vw);
    max-width: 140px;
    margin-top: -24px;
  }

  body.landing-mode2 .hero-dashboard {
    min-height: 0;
    text-align: center;
    padding: 0 0.25rem;
  }

  body.landing-mode2 .appointment-row img {
    width: 32px;
    height: 32px;
    object-fit: cover;
    border-radius: 50%;
    flex-shrink: 0;
  }

  body.landing-mode2 .dco-search-left,
  body.landing-mode2 .dco-search-card {
    width: 100%;
  }

  body.landing-mode2 .dco-search-btn {
    width: 100%;
    justify-content: center;
  }

  body.landing-mode2 .cta-btn {
    width: 100%;
    text-align: center;
  }
/*
  body.landing-mode2 #featureCarousel .carousel-control-prev,
  body.landing-mode2 #featureCarousel .carousel-control-next {
    display: none;
  }
    */
}

/* =========================================================
   DCONNECT SEARCH — RESPONSIVE
   Brand: Red → Blue → Green
========================================================= */


/* =========================================================
   LARGE LAPTOP / DESKTOP
   1200px and below
========================================================= */

@media (max-width: 1200px) {

    body.landing-mode2 .dco-search-section {
        padding: 0;
    }

    body.landing-mode2 .dco-search-container {
        gap: 0;
    }

    body.landing-mode2 .dco-search-left {
        max-width: 620px;
    }

    body.landing-mode2 .dco-search-left h2 {
        font-size: clamp(40px, 4.2vw, 52px);
        line-height: 1.05;
    }

    body.landing-mode2 .dco-search-card {
        padding: 8px;
    }
}

/* =========================================================
   LAPTOP / SMALL DESKTOP
   992px — 1100px
========================================================= */

@media (max-width: 1100px) {

    body.landing-mode2 .dco-search-section {
        padding: 0;
    }

    body.landing-mode2 .dco-search-container {
        gap: 0;
    }

    body.landing-mode2 .dco-search-left {
        max-width: 380px;
    }

    body.landing-mode2 .dco-search-left h2 {
        font-size: 32px;
    }

    body.landing-mode2 .dco-search-left p {
        font-size: 14px;
    }

    body.landing-mode2 .dco-search-card {
        padding: 8px;
    }

    body.landing-mode2 .dco-search-field {
        padding: 12px 14px;
    }

    body.landing-mode2 .dco-field-icon {
        width: 38px;
        height: 38px;
        font-size: 15px;
    }

    body.landing-mode2 .dco-field-content label {
        font-size: 11px;
    }

    body.landing-mode2 .dco-field-content input {
        font-size: 13px;
    }
}


/* =========================================================
   TABLET
   768px — 991px
========================================================= */

@media (max-width: 991px) {

    body.landing-mode2 .dco-search-section {
        padding: 16px 5%;
    }

    body.landing-mode2 .dco-search-container {
        display: flex;
        flex-direction: column;
        align-items: stretch;

        gap: 24px;

        width: 100%;
    }


    /* -----------------------------------------
       SEARCH INTRO
    ----------------------------------------- */

    body.landing-mode2 .dco-search-left {
        width: 100%;
        max-width: 700px;

        margin: 0 auto;

        text-align: center;
    }

    body.landing-mode2 .dco-search-badge {
        margin-bottom: 12px;
    }

    body.landing-mode2 .dco-search-left h2 {
        font-size: clamp(28px, 4vw, 34px);

        line-height: 1.2;

        margin-bottom: 8px;
    }

    body.landing-mode2 .dco-search-left p {
        font-size: 14px;

        line-height: 1.5;

        margin: 0 auto;

        max-width: 600px;
    }


    /* -----------------------------------------
       SEARCH CARD
    ----------------------------------------- */

    body.landing-mode2 .dco-search-card {
        width: 100%;
        max-width: 760px;

        margin: 0 auto;

        padding: 8px;

        box-sizing: border-box;
    }


    /* Keep fields compact */

    body.landing-mode2 .dco-search-field {
        min-height: 62px;
    }


    /* Search button */

    body.landing-mode2 .dco-search-btn {
        min-height: 48px;
    }


    /* Quick tags */

    body.landing-mode2 .dco-quick-tags {
        justify-content: center;

        flex-wrap: wrap;

        gap: 8px;
    }
}


/* =========================================================
   MOBILE
   640px — 767px
========================================================= */

@media (max-width: 767px) {

    body.landing-mode2 .dco-search-section {
        padding: 32px 16px 36px;

        overflow: visible;
    }


    /* -----------------------------------------
       INTRO
    ----------------------------------------- */

    body.landing-mode2 .dco-search-container {
        gap: 18px;
    }

    body.landing-mode2 .dco-search-left {
        text-align: center;
    }

    body.landing-mode2 .dco-search-badge {
        padding: 7px 14px;

        gap: 7px;

        font-size: 11px;

        margin-bottom: 10px;
    }

    body.landing-mode2 .dco-badge-dot {
        width: 7px;
        height: 7px;
    }

    body.landing-mode2 .dco-search-left h2 {
        font-size: clamp(25px, 7vw, 30px);

        line-height: 1.18;

        margin: 0 0 7px;
    }

    body.landing-mode2 .dco-search-left p {
        font-size: 12px;

        line-height: 1.5;

        max-width: 400px;
    }


    /* -----------------------------------------
       SEARCH CARD
    ----------------------------------------- */

    body.landing-mode2 .dco-search-card {
        padding: 8px;

        border-radius: 18px;

        gap: 9px;
    }


    /* -----------------------------------------
       SEARCH FIELD
    ----------------------------------------- */

    body.landing-mode2 .dco-search-field {
        width: 100%;

        min-height: 58px;

        padding: 9px 11px;

        border-radius: 12px;

        box-sizing: border-box;
    }

    body.landing-mode2 .dco-field-icon {
        width: 34px;
        height: 34px;

        flex-shrink: 0;

        font-size: 14px;

        border-radius: 9px;
    }

    body.landing-mode2 .dco-field-content {
        min-width: 0;
    }

    body.landing-mode2 .dco-field-content label {
        font-size: 10px;

        margin-bottom: 2px;
    }

    body.landing-mode2 .dco-field-content input {
        width: 100%;

        font-size: 12px;

        min-width: 0;
    }


    /* -----------------------------------------
       SEARCH BUTTON
    ----------------------------------------- */

    body.landing-mode2 .dco-search-btn {
        width: 100%;

        min-height: 46px;

        padding: 10px 16px;

        border-radius: 11px;

        font-size: 12px;

        justify-content: center;

        gap: 8px;
    }


    /* -----------------------------------------
       QUICK TAGS
    ----------------------------------------- */

    body.landing-mode2 .dco-quick-tags {
        width: 100%;

        display: flex;

        justify-content: center;

        flex-wrap: wrap;

        gap: 6px;

        margin-top: 2px;
    }

    body.landing-mode2 .dco-quick-tag {
        padding: 6px 10px;

        border-radius: 20px;

        font-size: 10px;

        white-space: nowrap;
    }
}


/* =========================================================
   SMALL MOBILE
   480px and below
========================================================= */

@media (max-width: 480px) {

    body.landing-mode2 .dco-search-section {
        padding: 26px 12px 30px;
    }


    /* Intro */

    body.landing-mode2 .dco-search-left h2 {
        font-size: 24px;
    }

    body.landing-mode2 .dco-search-left p {
        font-size: 11px;
    }


    /* Card */

    body.landing-mode2 .dco-search-card {
        padding: 11px;

        border-radius: 16px;
    }


    /* Fields */

    body.landing-mode2 .dco-search-field {
        min-height: 54px;

        padding: 8px 9px;
    }

    body.landing-mode2 .dco-field-icon {
        width: 31px;
        height: 31px;

        font-size: 12px;

        border-radius: 8px;
    }

    body.landing-mode2 .dco-field-content label {
        font-size: 9px;
    }

    body.landing-mode2 .dco-field-content input {
        font-size: 11px;
    }


    /* Button */

    body.landing-mode2 .dco-search-btn {
        min-height: 43px;

        font-size: 11px;

        border-radius: 10px;
    }


    /* Tags */

    body.landing-mode2 .dco-quick-tags {
        gap: 5px;
    }

    body.landing-mode2 .dco-quick-tag {
        padding: 5px 8px;

        font-size: 9px;
    }
}


/* =========================================================
   VERY SMALL PHONES
   380px and below
========================================================= */

@media (max-width: 380px) {

    body.landing-mode2 .dco-search-section {
        padding: 22px 9px 26px;
    }

    body.landing-mode2 .dco-search-container {
        gap: 14px;
    }

    body.landing-mode2 .dco-search-left h2 {
        font-size: 22px;
    }

    body.landing-mode2 .dco-search-left p {
        font-size: 10px;
    }

    body.landing-mode2 .dco-search-card {
        padding: 9px;

        border-radius: 14px;
    }

    body.landing-mode2 .dco-search-field {
        min-height: 51px;

        padding: 7px 8px;
    }

    body.landing-mode2 .dco-field-icon {
        width: 29px;
        height: 29px;
    }

    body.landing-mode2 .dco-search-btn {
        min-height: 41px;

        font-size: 10px;
    }

    body.landing-mode2 .dco-quick-tag {
        padding: 5px 7px;

        font-size: 8.5px;
    }
}

/* =========================================================
   HERO — RESPONSIVE
   Desktop → Laptop → Tablet → Mobile
========================================================= */


/* =========================================================
   LARGE LAPTOP / SMALL DESKTOP
   1200px – 1400px
========================================================= */

@media (max-width: 1400px) {

    body.landing-mode2 .hero-section {
        padding: 50px 5% 55px;
    }

    body.landing-mode2 .hero-container {
        max-width: 1250px;
        gap: 45px;
    }

    body.landing-mode2 .hero-left {
        max-width: 520px;
    }

    body.landing-mode2 .hero-left h1 {
        font-size: clamp(40px, 4.2vw, 50px);
    }

    body.landing-mode2 .hero-right {
        max-width: 650px;
    }

    body.landing-mode2 .hero-dashboard {
        transform: scale(.94);
        transform-origin: center center;
    }

    body.landing-mode2 .prescription-card {
        right: -5px;
        bottom: -70px;
    }

    body.landing-mode2 .voice-btn {
        left: 450px;
        bottom: -75px;
    }
}


/* =========================================================
   LAPTOP
   1100px – 1199px
========================================================= */

@media (max-width: 1199px) {

    body.landing-mode2 .hero-section {
        padding: 42px 4% 48px;
    }

    body.landing-mode2 .hero-container {
        gap: 30px;
    }

    body.landing-mode2 .hero-left {
        flex: 0 0 44%;
        max-width: 500px;
    }

    body.landing-mode2 .hero-left h1 {
        font-size: clamp(36px, 4vw, 46px);
        letter-spacing: -1.5px;
    }

    body.landing-mode2 .hero-left p {
        font-size: 15px;
        line-height: 1.65;
    }

    body.landing-mode2 .hero-right {
        flex: 1;
        min-width: 0;
    }

    body.landing-mode2 .hero-dashboard {
        width: 100%;
        transform: scale(.86);
        transform-origin: center center;
        margin: -20px;
    }

    body.landing-mode2 .dashboard-ui {
        width: 100%;
    }

    body.landing-mode2 .prescription-card {
        right: 0;
        bottom: -50px;
    }

    body.landing-mode2 .voice-btn {
        left: 410px;
        bottom: -55px;
    }
}


/* =========================================================
   TABLET
   992px – 1099px
========================================================= */

@media (max-width: 1099px) {

    body.landing-mode2 .hero-section {
        padding: 36px 4% 42px;
    }

    body.landing-mode2 .hero-container {
        gap: 25px;
    }

    body.landing-mode2 .hero-left {
        flex: 0 0 45%;
    }

    body.landing-mode2 .hero-left h1 {
        font-size: 38px;
        line-height: 1.12;
    }

    body.landing-mode2 .hero-left p {
        font-size: 14px;
    }

    body.landing-mode2 .hero-dashboard {
        transform: scale(.78);
        margin: -55px;
    }

    body.landing-mode2 .prescription-card {
        display: none;
    }

    body.landing-mode2 .voice-btn {
        display: none;
    }
}


/* =========================================================
   TABLET / MOBILE NAV MODE
   <= 992px
========================================================= */

@media (max-width: 992px) {

    body.landing-mode2 .hero-section {
        padding: 35px 24px 45px;
        overflow: hidden;
    }

    body.landing-mode2 .hero-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 35px;
    }

    body.landing-mode2 .hero-left,
    body.landing-mode2 .hero-right {
        width: 100%;
        max-width: 720px;
        flex: none;
    }

    body.landing-mode2 .hero-left {
        text-align: center;
    }

    body.landing-mode2 .hero-badge {
        margin-bottom: 14px;
    }

    body.landing-mode2 .hero-left h1 {
        font-size: clamp(34px, 6vw, 46px);
        line-height: 1.12;
        letter-spacing: -1.5px;
        margin-bottom: 14px;
    }

    body.landing-mode2 .hero-left p {
        max-width: 650px;
        margin-left: auto;
        margin-right: auto;
        font-size: 15px;
    }

    body.landing-mode2 .hero-buttons {
        justify-content: center;
    }

    body.landing-mode2 .hero-users {
        justify-content: center;
    }

    body.landing-mode2 .hero-right {
        display: flex;
        justify-content: center;
        overflow: visible;
    }

    body.landing-mode2 .hero-dashboard {
        width: 100%;
        max-width: 650px;
        margin: 0 auto;
        transform: none;
        position: relative;
    }

    body.landing-mode2 .dashboard-ui {
        width: 100%;
        min-height: 300px;
    }

    body.landing-mode2 .dashboard-sidebar {
        width: 82px;
    }

    body.landing-mode2 .dashboard-main {
        min-width: 0;
    }

    body.landing-mode2 .top-cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    body.landing-mode2 .bottom-row {
        gap: 12px;
    }

    body.landing-mode2 .prescription-card,
    body.landing-mode2 .voice-btn {
        display: none;
    }

    body.landing-mode2 .hero-doctor {
        position: absolute;
        width: min(170px, 28vw);
        max-width: 170px;
        right: 4%;
        bottom: 0;
        margin: 0;
        z-index: 10;
    }
}


/* =========================================================
   MOBILE
   <= 768px
========================================================= */

@media (max-width: 768px) {

    body.landing-mode2 .hero-section {
        padding: 28px 16px 35px;
    }

    body.landing-mode2 .hero-container {
        gap: 28px;
    }

    body.landing-mode2 .hero-left {
        max-width: 600px;
    }

    body.landing-mode2 .hero-badge {
        padding: 9px 15px;
        font-size: 13px;
        gap: 8px;
    }

    body.landing-mode2 .badge-dot {
        width: 8px;
        height: 8px;
    }

    body.landing-mode2 .hero-left h1 {
       /* font-size: clamp(30px, 8vw, 38px); 
        letter-spacing: -1px; */
        font-size: 30px;
        line-height: 1.12;
        letter-spacing: -0.7px;
        margin-bottom: 12px;
    }

    body.landing-mode2 .hero-left p {
        font-size: 14px;
        line-height: 1.6;
    }

    body.landing-mode2 .hero-buttons {
        width: 100%;
    }

    body.landing-mode2 .hero-buttons .secondary-btn {
        min-width: 170px;
    }

    body.landing-mode2 .hero-users {
        margin-top: 4px;
    }

    body.landing-mode2 .hero-users h4 {
        font-size: 14px;
    }

    body.landing-mode2 .hero-users p {
        font-size: 12px;
    }

    body.landing-mode2 .hero-dashboard {
        max-width: 560px;
    }

    body.landing-mode2 .dashboard-ui {
        min-height: 250px;
        border-radius: 16px;
    }

    body.landing-mode2 .dashboard-sidebar {
        width: 65px;
        padding: 10px 7px;
    }

    body.landing-mode2 .dashboard-sidebar li {
        font-size: 8px;
        padding: 6px 3px;
        text-align: center;
        line-height: 1.2;
    }

    body.landing-mode2 .logo-box {
        width: 34px;
        height: 34px;
        font-size: 15px;
        margin-bottom: 10px;
    }

    body.landing-mode2 .dashboard-main {
        padding: 12px;
    }

    body.landing-mode2 .dashboard-main h5 {
        font-size: 10px;
    }

    body.landing-mode2 .dashboard-main h2 {
        font-size: 15px;
        margin-bottom: 10px;
    }

    body.landing-mode2 .top-cards {
        gap: 7px;
    }

    body.landing-mode2 .top-card {
        min-height: 55px;
        padding: 8px;
        border-radius: 9px;
    }

    body.landing-mode2 .top-card span {
        font-size: 8px;
    }

    body.landing-mode2 .top-card h3 {
        font-size: 14px;
        margin-top: 3px;
    }

    body.landing-mode2 .bottom-row {
        display: none;
    }

    body.landing-mode2 .hero-doctor {
        width: min(135px, 35vw);
        max-width: 135px;
        right: 3%;
    }
}


/* =========================================================
   SMALL MOBILE
   <= 480px
========================================================= */

@media (max-width: 480px) {

    body.landing-mode2 .hero-section {
        padding: 22px 12px 30px;
    }

    body.landing-mode2 .hero-container {
        gap: 24px;
    }

    body.landing-mode2 .hero-badge {
        padding: 8px 13px;
        font-size: 12px;
        margin-bottom: 12px;
    }

    body.landing-mode2 .hero-left h1 {
       /* font-size: clamp(27px, 8.5vw, 34px);
        letter-spacing: -.8px; */
        font-size: 27px;
        line-height: 1.15;
        letter-spacing: -0.5px;
        margin-bottom: 10px;
    }

    body.landing-mode2 .hero-left p {
        font-size: 13px;
        line-height: 1.55;
    }

    body.landing-mode2 .hero-buttons {
        margin-top: 14px;
    }

    body.landing-mode2 .hero-buttons .secondary-btn {
        width: 100%;
        padding: 13px 22px;
        font-size: 14px;
    }

    body.landing-mode2 .hero-users h4 {
        font-size: 13px;
    }

    body.landing-mode2 .hero-users p {
        font-size: 11px;
    }

    body.landing-mode2 .hero-dashboard {
        width: 100%;
    }

    body.landing-mode2 .dashboard-ui {
        min-height: 205px;
        border-radius: 13px;
    }

    body.landing-mode2 .dashboard-sidebar {
        width: 55px;
        padding: 8px 5px;
    }

    body.landing-mode2 .dashboard-sidebar li {
        font-size: 7px;
        padding: 5px 2px;
    }

    body.landing-mode2 .logo-box {
        width: 30px;
        height: 30px;
        font-size: 13px;
        margin-bottom: 8px;
    }

    body.landing-mode2 .dashboard-main {
        padding: 9px;
    }

    body.landing-mode2 .dashboard-main h5 {
        font-size: 8px;
    }

    body.landing-mode2 .dashboard-main h2 {
        font-size: 12px;
    }

    body.landing-mode2 .top-cards {
        gap: 5px;
    }

    body.landing-mode2 .top-card {
        min-height: 46px;
        padding: 6px;
    }

    body.landing-mode2 .top-card span {
        font-size: 7px;
    }

    body.landing-mode2 .top-card h3 {
        font-size: 12px;
    }

    body.landing-mode2 .hero-doctor {
        width: 105px;
        max-width: 105px;
        right: 2%;
    }
}


/* =========================================================
   VERY SMALL PHONES
   <= 360px
========================================================= */

@media (max-width: 360px) {

    body.landing-mode2 .hero-section {
        padding-left: 10px;
        padding-right: 10px;
    }

    body.landing-mode2 .hero-left h1 {
         font-size: 25px;
        line-height: 1.16;
    }

    body.landing-mode2 .hero-left p {
        font-size: 12px;
    }

    body.landing-mode2 .dashboard-sidebar {
        width: 48px;
    }

    body.landing-mode2 .dashboard-sidebar li {
        font-size: 6px;
    }

    body.landing-mode2 .dashboard-main {
        padding: 7px;
    }

    body.landing-mode2 .top-card span {
        font-size: 6px;
    }

    body.landing-mode2 .top-card h3 {
        font-size: 11px;
    }

    body.landing-mode2 .hero-doctor {
        width: 90px;
        max-width: 90px;
    }
}

/* =========================================================
   COMPACT AI HEALTHCARE FEATURES
========================================================= */

body.landing-mode2 .carousel-features-section {
    width: 100%;
    min-height: auto;

    display: block;

    padding: 30px 20px 34px;
    margin: 0;

    background: #ffffff;
}

/* =========================================================
   SECTION HEADER
========================================================= */

body.landing-mode2 .carousel-section-header {
    width: 100%;
    max-width: 700px;

    margin: 0 auto 20px;
    padding: 0;

    text-align: center;
}

body.landing-mode2 .carousel-section-header h2 {
    margin: 0;

    color: #0a3478;

    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.3px;
}

/* Red → Blue → Green underline */

.carousel-title-line {
    display: flex;

    width: 82px;
    height: 2px;

    margin: 8px auto 0;

    border-radius: 20px;
    overflow: hidden;
}

.carousel-title-line span {
    display: block;
    flex: 1;
    height: 100%;
}

.carousel-title-line .line-red {
    background: #e53935;
}

.carousel-title-line .line-blue {
    background: #0a4ba1;
}

.carousel-title-line .line-green {
    background: #18a558;
}

/* =========================================================
   FEATURE CONTAINER
========================================================= */

body.landing-mode2 #featureCarousel {
    position: relative;

    width: 100%;
    max-width: 1180px;

    margin: 0 auto;
    padding: 0;
}

body.landing-mode2 #featureCarousel .carousel-inner {
    width: 100%;
    overflow: visible;
}

body.landing-mode2 #featureCarousel .carousel-item {
    display: block;
    width: 100%;

    margin: 0;

    opacity: 1;
    transform: none;
    transition: none;
}

body.landing-mode2 #featureCarousel .row {
    display: flex;
    flex-wrap: wrap;

    margin-top: 0;
    margin-bottom: 0;
}

/* =========================================================
   FEATURE CARD
========================================================= */

body.landing-mode2 .carousel-feature-card {
    width: 100%;
    height: 100%;
    min-height: 154px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin: 0;

    background: #ffffff;
    border: 1px solid #e7ebf1;
    border-radius: 7px;

    overflow: visible;

    box-shadow: 0 2px 8px rgba(15, 42, 77, 0.025);

    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

body.landing-mode2 .carousel-feature-card:hover {
    transform: translateY(-4px);

    border-color: rgba(10, 75, 161, 0.22);

    box-shadow: 0 10px 24px rgba(10, 75, 161, 0.09);
}

/* =========================================================
   CARD CONTENT
========================================================= */

body.landing-mode2 .carousel-feature-content {
    width: 100%;

    padding: 18px 8px 16px;

    display: flex;
    flex-direction: column;
    align-items: center;

    text-align: center;
}

body.landing-mode2 .carousel-feature-content h3 {
    margin: 10px 0 7px;

    color: #172033;

    font-size: 13px;
    font-weight: 700;
    line-height: 1.25;
}

body.landing-mode2 .carousel-feature-content p {
    margin: 0;

    color: #5f6878;

    font-size: 11px;
    font-weight: 400;
    line-height: 1.45;
}

/* =========================================================
   FEATURE ICONS
========================================================= */

body.landing-mode2 .carousel-feature-icon {
    width: 32px;
    height: 32px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 0;

    background: transparent;
    border: none;
    border-radius: 0;

    font-size: 25px;
    line-height: 1;
}

body.landing-mode2 .carousel-feature-icon.red-icon {
    color: #ef3340;
}

body.landing-mode2 .carousel-feature-icon.blue-icon {
    color: #0a4ba1;
}

body.landing-mode2 .carousel-feature-icon.green-icon {
    color: #18a558;
}

/* Prevent old icon styles from overriding the new colors */

body.landing-mode2 .carousel-feature-icon i {
    color: inherit;
    font-size: inherit;
}

/* =========================================================
   REMOVE OLD CAROUSEL ELEMENTS
========================================================= */

body.landing-mode2 .carousel-section-badge,
body.landing-mode2 .carousel-section-header p,
body.landing-mode2 .carousel-feature-image,
body.landing-mode2 .carousel-feature-overlay,
body.landing-mode2 .carousel-feature-content a,
body.landing-mode2 #featureCarousel .carousel-control-prev,
body.landing-mode2 #featureCarousel .carousel-control-next {
    display: none;
}

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

@media (max-width: 1199px) {

    body.landing-mode2 .carousel-features-section {
        padding: 28px 18px 32px;
    }

    body.landing-mode2 #featureCarousel {
        max-width: 760px;
    }

    body.landing-mode2 .carousel-feature-card {
        min-height: 150px;
    }
}

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

@media (max-width: 767px) {

    body.landing-mode2 .carousel-features-section {
        padding: 26px 12px 30px;
    }

    body.landing-mode2 .carousel-section-header {
        margin-bottom: 17px;
        padding: 0 5px;
    }

    body.landing-mode2 .carousel-section-header h2 {
        font-size: 18px;
        line-height: 1.3;
    }

    .carousel-title-line {
        width: 68px;
        margin-top: 7px;
    }

    body.landing-mode2 #featureCarousel {
        width: 100%;
        padding: 0;
    }

    body.landing-mode2 #featureCarousel .row {
        display: flex;
        flex-wrap: wrap;
        gap: 0;
    }

    body.landing-mode2 #featureCarousel .col-6 {
        flex: 0 0 50%;
        width: 50%;
        max-width: 50%;

        padding: 5px;
    }

    body.landing-mode2 .carousel-feature-card {
        min-height: 138px;
        border-radius: 7px;
    }

    body.landing-mode2 .carousel-feature-content {
        padding: 15px 6px;
    }

    body.landing-mode2 .carousel-feature-icon {
        width: 29px;
        height: 29px;
        font-size: 22px;
    }

    body.landing-mode2 .carousel-feature-content h3 {
        margin: 8px 0 6px;
        font-size: 12px;
    }

    body.landing-mode2 .carousel-feature-content p {
        font-size: 10px;
        line-height: 1.4;
    }
}

/* =========================================================
   VERY SMALL MOBILE
========================================================= */

@media (max-width: 380px) {

    body.landing-mode2 .carousel-features-section {
        padding-right: 7px;
        padding-left: 7px;
    }

    body.landing-mode2 .carousel-feature-card {
        min-height: 132px;
    }

    body.landing-mode2 .carousel-feature-content h3 {
        font-size: 11px;
    }

    body.landing-mode2 .carousel-feature-content p {
        font-size: 9.5px;
    }
}

/* =========================================================
   HEALTHCARE PROFESSIONAL DASHBOARD HERO
   Add at the END of landing-fixes.css
========================================================= */

body.landing-mode2 .hero-section {
    position: relative;

    width: 100%;
    min-height: auto;

    display: flex;
    align-items: center;
    justify-content: center;

    margin: 0;
    padding: 35px 24px;

    background: #ffffff;
    overflow: hidden;
}

/* Remove the old blurred background shapes */

body.landing-mode2 .hero-section .hero-blur {
    display: none;
}

/* =========================================================
   MAIN HERO CONTAINER
========================================================= */

body.landing-mode2 .hero-container {
    position: relative;

    width: 100%;
    max-width: 1320px;

    display: grid;
    grid-template-columns: 250px minmax(0, 1fr);
    align-items: center;

    gap: 38px;

    margin: 0 auto;
}

/* =========================================================
   LEFT CONTENT
========================================================= */

body.landing-mode2 .hero-left {
    width: 100%;
    min-width: 0;

    padding: 0;

    flex: none;
}

body.landing-mode2 .hero-left h1 {
    margin: 0 0 12px;

    color: #0a3478;

    font-size: 31px;
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -1px;
}

body.landing-mode2 .hero-left h1 span {
    display: inline;

    color: #ed1b2f;
    background: none;

    background-clip: initial;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: currentColor;
}

body.landing-mode2 .hero-left .hero-description {
    max-width: 230px;

    margin: 0 0 17px;

    color: #667085;

    font-size: 11px;
    font-weight: 400;
    line-height: 1.55;
}

/* =========================================================
   BENEFITS
========================================================= */

body.landing-mode2 .hero-benefits {
    display: flex;
    flex-direction: column;

    gap: 10px;

    margin: 0 0 22px;
    padding: 0;

    list-style: none;
}

body.landing-mode2 .hero-benefits li {
    display: flex;
    align-items: center;

    gap: 8px;

    margin: 0;

    color: #344054;

    font-size: 11px;
    font-weight: 500;
    line-height: 1.3;
}

body.landing-mode2 .hero-benefits li i {
    flex: 0 0 auto;

    color: #18a558;

    font-size: 13px;
}

/* =========================================================
   EXPLORE BUTTON
========================================================= */

body.landing-mode2 .hero-buttons {
    display: flex;

    margin: 0;
}

body.landing-mode2 .hero-buttons .primary-btn {
    min-width: 174px;

    display: inline-flex;
    align-items: center;
    justify-content: space-between;

    gap: 20px;

    padding: 13px 17px;

    color: #ffffff;
    background: #0a4ba1;
    border: 1px solid #0a4ba1;
    border-radius: 7px;

    font-size: 11px;
    font-weight: 600;
    line-height: 1;

    text-decoration: none;

    box-shadow: 0 7px 16px rgba(10, 75, 161, 0.16);

    transition:
        background 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

body.landing-mode2 .hero-buttons .primary-btn:hover {
    color: #ffffff;
    background: #083d84;

    transform: translateY(-2px);

    box-shadow: 0 10px 22px rgba(10, 75, 161, 0.22);
}

body.landing-mode2 .hero-buttons .primary-btn i {
    font-size: 10px;
}

/* =========================================================
   RIGHT SIDE
========================================================= */

body.landing-mode2 .hero-right {
    width: 100%;
    min-width: 0;

    display: block;

    flex: none;
}

body.landing-mode2 .hero-dashboard {
    position: relative;

    width: 100%;
    min-height: 430px;

    margin: 0;
    padding: 0;

    background: #ffffff;
    border: 1px solid #e6ebf2;
    border-radius: 8px;

    box-shadow: 0 8px 28px rgba(15, 42, 77, 0.08);

    overflow: hidden;
}

/* Hide elements from the previous design if they still exist */

body.landing-mode2 .hero-doctor,
body.landing-mode2 .prescription-card,
body.landing-mode2 .voice-btn {
    display: none;
}

/* =========================================================
   DASHBOARD STRUCTURE
========================================================= */

body.landing-mode2 .dashboard-ui {
    position: relative;

    width: 100%;
    min-height: 430px;

    display: grid;
    grid-template-columns: 145px minmax(0, 1fr);

    background: #ffffff;

    transform: none;
}

/* =========================================================
   DASHBOARD SIDEBAR
========================================================= */

body.landing-mode2 .dashboard-sidebar {
    position: relative;

    width: 100%;
    min-height: 430px;

    padding: 17px 13px;

    background: #ffffff;
    border-right: 1px solid #edf0f5;
}

body.landing-mode2 .dashboard-sidebar .logo-box {
    width: 30px;
    height: 30px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin: 0 0 18px 5px;

    color: #0a4ba1;
    background: transparent;

    border: none;
    border-radius: 0;

    font-size: 22px;
}

body.landing-mode2 .dashboard-sidebar .logo-box i {
    color: #0a4ba1;
}

body.landing-mode2 .dashboard-sidebar ul {
    display: flex;
    flex-direction: column;

    gap: 5px;

    margin: 0;
    padding: 0;

    list-style: none;
}

body.landing-mode2 .dashboard-sidebar ul li {
    min-height: 32px;

    display: flex;
    align-items: center;

    gap: 8px;

    padding: 8px 9px;
    margin: 0;

    color: #344054;
    background: transparent;
    border-radius: 5px;

    font-size: 9px;
    font-weight: 500;
    line-height: 1;

    cursor: pointer;
}

body.landing-mode2 .dashboard-sidebar ul li i {
    width: 13px;

    color: #344054;

    font-size: 10px;
    text-align: center;
}

body.landing-mode2 .dashboard-sidebar ul li.active {
    color: #ffffff;
    background: #0a4ba1;

    box-shadow: 0 5px 12px rgba(10, 75, 161, 0.18);
}

body.landing-mode2 .dashboard-sidebar ul li.active i {
    color: #ffffff;
}

/* =========================================================
   DASHBOARD MAIN
========================================================= */

body.landing-mode2 .dashboard-main {
    width: 100%;
    min-width: 0;

    padding: 0 20px 20px;

    background: #ffffff;
}

/* =========================================================
   DASHBOARD HEADER
========================================================= */

body.landing-mode2 .dashboard-header {
    min-height: 59px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    margin: 0 -20px 14px;
    padding: 0 20px;

    border-bottom: 1px solid #edf0f5;
}

body.landing-mode2 .dashboard-header h2 {
    margin: 0;

    color: #172033;

    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
}

body.landing-mode2 .dashboard-header-actions {
    display: flex;
    align-items: center;

    gap: 14px;

    color: #344054;
}

body.landing-mode2 .dashboard-header-actions > i {
    font-size: 11px;
}

body.landing-mode2 .notification-icon {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 12px;
}

body.landing-mode2 .notification-icon > span {
    position: absolute;
    top: -2px;
    right: -3px;

    width: 5px;
    height: 5px;

    background: #ed1b2f;
    border: 1px solid #ffffff;
    border-radius: 50%;
}

body.landing-mode2 .dashboard-profile {
    width: 25px;
    height: 25px;

    border-radius: 50%;

    overflow: hidden;
}

body.landing-mode2 .dashboard-profile img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
}

/* =========================================================
   TOP STAT CARDS
========================================================= */

body.landing-mode2 .top-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));

    gap: 12px;

    margin: 0 0 14px;
}

body.landing-mode2 .top-card {
    min-width: 0;
    min-height: 103px;

    display: block;

    padding: 13px 14px;

    color: #ffffff;
    border: none;
    border-radius: 7px;

    box-shadow: none;
}

body.landing-mode2 .top-card > span {
    display: block;

    margin: 0 0 7px;

    color: rgba(255, 255, 255, 0.94);

    font-size: 9px;
    font-weight: 500;
    line-height: 1.2;
}

body.landing-mode2 .top-card .stat-value {
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-bottom: 6px;
}

body.landing-mode2 .top-card .stat-value h3 {
    margin: 0;

    color: #ffffff;

    font-size: 25px;
    font-weight: 700;
    line-height: 1;
}

body.landing-mode2 .top-card .stat-value i {
    color: rgba(255, 255, 255, 0.9);

    font-size: 13px;
}

body.landing-mode2 .top-card small {
    display: block;

    color: rgba(255, 255, 255, 0.85);

    font-size: 7px;
    line-height: 1.3;
}

body.landing-mode2 .appointments-stat {
    background: #073c78;
}

body.landing-mode2 .patients-stat {
    background: #12a85a;
}

body.landing-mode2 .consultation-stat {
    background: #ed1b2f;
}

/* =========================================================
   BOTTOM DASHBOARD ROW
========================================================= */

body.landing-mode2 .bottom-row {
    display: grid;
    grid-template-columns: minmax(210px, 0.8fr) minmax(300px, 1.3fr);

    gap: 12px;

    margin: 0;
}

body.landing-mode2 .appointment-card,
body.landing-mode2 .graph-card {
    min-width: 0;
    min-height: 205px;

    margin: 0;
    padding: 14px;

    background: #ffffff;
    border: 1px solid #e7ebf1;
    border-radius: 7px;

    box-shadow: none;
}

/* =========================================================
   APPOINTMENTS
========================================================= */

body.landing-mode2 .dashboard-card-heading {
    margin-bottom: 7px;
}

body.landing-mode2 .dashboard-card-heading h4,
body.landing-mode2 .graph-top h4 {
    margin: 0;

    color: #172033;

    font-size: 10px;
    font-weight: 700;
    line-height: 1.3;
}

body.landing-mode2 .appointment-row {
    min-height: 31px;

    display: grid;
    grid-template-columns: 14px minmax(0, 1fr) auto;
    align-items: center;

    gap: 6px;

    padding: 5px 0;

    border: none;
}

body.landing-mode2 .appointment-row > i {
    color: #0a3478;

    font-size: 9px;
}

body.landing-mode2 .appointment-row h5 {
    margin: 0;

    color: #344054;

    font-size: 8px;
    font-weight: 600;
    line-height: 1.2;
}

body.landing-mode2 .appointment-row > span {
    color: #667085;

    font-size: 7px;
    line-height: 1;
}

body.landing-mode2 .view-all-link {
    display: block;

    margin-top: 5px;

    color: #0a4ba1;

    font-size: 8px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
}

body.landing-mode2 .view-all-link:hover {
    color: #18a558;
}

/* =========================================================
   PATIENT CHART
========================================================= */

body.landing-mode2 .graph-top {
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-bottom: 12px;
}

body.landing-mode2 .graph-top > span {
    color: #667085;

    font-size: 7px;
}

body.landing-mode2 .graph-top > span i {
    margin-left: 3px;

    font-size: 6px;
}

body.landing-mode2 .patient-chart {
    height: 145px;

    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);

    gap: 4px;
}

body.landing-mode2 .chart-y-axis {
    height: 120px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    padding: 1px 0;
}

body.landing-mode2 .chart-y-axis small {
    color: #98a2b3;

    font-size: 6px;
    line-height: 1;
}

body.landing-mode2 .chart-area {
    min-width: 0;
}

body.landing-mode2 .chart-svg {
    width: 100%;
    height: 120px;

    display: block;

    overflow: visible;
}

body.landing-mode2 .chart-svg line {
    stroke: #edf0f5;
    stroke-width: 1;
}

body.landing-mode2 .chart-line {
    fill: none;

    stroke-width: 4;
    stroke-linecap: round;
    stroke-linejoin: round;

    vector-effect: non-scaling-stroke;
}

body.landing-mode2 .chart-line-green {
    stroke: #18a558;
}

body.landing-mode2 .chart-line-red {
    stroke: #ed1b2f;
}

body.landing-mode2 .graph-days {
    display: flex;
    justify-content: space-between;

    padding-top: 4px;
}

body.landing-mode2 .graph-days small {
    color: #667085;

    font-size: 6px;
}

/* =========================================================
   MEDIUM LAPTOP
========================================================= */

@media (max-width: 1199px) {

    body.landing-mode2 .hero-section {
        padding: 32px 20px;
    }

    body.landing-mode2 .hero-container {
        max-width: 1050px;
        grid-template-columns: 220px minmax(0, 1fr);
        gap: 28px;
    }

    body.landing-mode2 .hero-left h1 {
        font-size: 27px;
    }

    body.landing-mode2 .dashboard-ui {
        grid-template-columns: 125px minmax(0, 1fr);
    }

    body.landing-mode2 .dashboard-sidebar {
        padding-right: 10px;
        padding-left: 10px;
    }

    body.landing-mode2 .dashboard-sidebar ul li {
        padding-right: 6px;
        padding-left: 6px;
        font-size: 8px;
    }
}

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

@media (max-width: 991px) {

    body.landing-mode2 .hero-container {
        grid-template-columns: 1fr;

        gap: 30px;
    }

    body.landing-mode2 .hero-left {
        max-width: 560px;

        margin: 0 auto;

        text-align: center;
    }

    body.landing-mode2 .hero-left h1 {
        font-size: 32px;
    }

    body.landing-mode2 .hero-left .hero-description {
        max-width: 430px;

        margin-right: auto;
        margin-left: auto;
    }

    body.landing-mode2 .hero-benefits {
        width: max-content;
        max-width: 100%;

        margin-right: auto;
        margin-left: auto;

        text-align: left;
    }

    body.landing-mode2 .hero-buttons {
        justify-content: center;
    }

    body.landing-mode2 .hero-right {
        max-width: 850px;

        margin: 0 auto;
    }
}

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

@media (max-width: 767px) {

    body.landing-mode2 .hero-section {
        padding: 28px 12px;
    }

    body.landing-mode2 .hero-container {
        gap: 26px;
    }

    body.landing-mode2 .hero-left h1 {
        margin-bottom: 10px;

        font-size: 27px;
    }

    body.landing-mode2 .hero-left .hero-description {
        max-width: 310px;

        font-size: 11px;
    }

    body.landing-mode2 .hero-benefits {
        gap: 8px;
    }

    body.landing-mode2 .hero-benefits li {
        font-size: 10px;
    }

    body.landing-mode2 .hero-buttons .primary-btn {
        min-width: 165px;
    }

    /* Make dashboard horizontally scrollable instead of crushing it */

    body.landing-mode2 .hero-right {
        width: 100%;

        overflow-x: auto;
        overflow-y: hidden;

        scrollbar-width: thin;
    }

    body.landing-mode2 .hero-dashboard {
        width: 720px;
        min-height: 405px;
    }

    body.landing-mode2 .dashboard-ui {
        min-height: 405px;
        grid-template-columns: 125px 1fr;
    }

    body.landing-mode2 .dashboard-sidebar {
        min-height: 405px;
    }

    body.landing-mode2 .dashboard-main {
        padding-right: 16px;
        padding-left: 16px;
    }

    body.landing-mode2 .dashboard-header {
        margin-right: -16px;
        margin-left: -16px;

        padding-right: 16px;
        padding-left: 16px;
    }

    body.landing-mode2 .top-card {
        min-height: 95px;
    }

    body.landing-mode2 .appointment-card,
    body.landing-mode2 .graph-card {
        min-height: 195px;
    }
}

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

@media (max-width: 380px) {

    body.landing-mode2 .hero-section {
        padding-right: 8px;
        padding-left: 8px;
    }

    body.landing-mode2 .hero-left h1 {
        font-size: 24px;
    }

    body.landing-mode2 .hero-dashboard {
        width: 680px;
    }
}

/* =========================================================
   FINAL HERO RESPONSIVE LAYOUT
   Keeps the dashboard inside the viewport at every breakpoint.
========================================================= */

body.landing-mode2 .hero-section {
    overflow: visible;
}

body.landing-mode2 .hero-container,
body.landing-mode2 .dashboard-ui {
    min-width: 0;
}

body.landing-mode2 .hero-dashboard {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    display: block;
}

body.landing-mode2 .dashboard-ui {
    display: grid !important;
    grid-template-columns: 145px minmax(0, 1fr);
}

@media (min-width: 1200px) {
    body.landing-mode2 .hero-section {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    body.landing-mode2 .hero-container {
        grid-template-columns: minmax(250px, 0.54fr) minmax(0, 1.46fr);
        gap: clamp(24px, 2.2vw, 32px);
    }

    body.landing-mode2 .hero-right {
        max-width: none;
    }

    body.landing-mode2 .hero-dashboard {
        transform: none;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    body.landing-mode2 .hero-container {
        grid-template-columns: minmax(215px, 0.52fr) minmax(0, 1.48fr);
        gap: 24px;
    }

    body.landing-mode2 .dashboard-ui {
        grid-template-columns: 126px minmax(0, 1fr);
    }
}

@media (max-width: 991px) {
    body.landing-mode2 .hero-container {
        grid-template-columns: minmax(0, 1fr);
        gap: 28px;
    }

    body.landing-mode2 .hero-left {
        max-width: 560px;
        margin: 0 auto;
        text-align: center;
    }

    body.landing-mode2 .hero-left .hero-description {
        margin-right: auto;
        margin-left: auto;
    }

    body.landing-mode2 .hero-benefits {
        width: fit-content;
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
        text-align: left;
    }

    body.landing-mode2 .hero-buttons {
        justify-content: center;
    }

    body.landing-mode2 .hero-right {
        max-width: 850px;
        margin: 0 auto;
        overflow: visible;
    }
}

@media (max-width: 767px) {
    body.landing-mode2 .hero-section {
        padding: 28px 12px;
    }

    body.landing-mode2 .hero-container {
        gap: 24px;
    }

    body.landing-mode2 .hero-dashboard,
    body.landing-mode2 .dashboard-ui {
        min-height: 0;
    }

    body.landing-mode2 .hero-right {
        width: 100%;
        max-width: none;
    }

    body.landing-mode2 .dashboard-ui {
        grid-template-columns: 92px minmax(0, 1fr);
    }

    body.landing-mode2 .dashboard-sidebar {
        min-height: 0;
        padding: 14px 8px;
    }

    body.landing-mode2 .dashboard-sidebar ul li {
        gap: 0;
        justify-content: center;
        padding-right: 4px;
        padding-left: 4px;
        font-size: 0;
    }

    body.landing-mode2 .dashboard-sidebar ul li i {
        width: auto;
        font-size: 12px;
    }

    body.landing-mode2 .dashboard-sidebar .logo-box {
        margin-right: auto;
        margin-left: auto;
    }

    body.landing-mode2 .dashboard-main {
        padding-right: 12px;
        padding-left: 12px;
    }

    body.landing-mode2 .dashboard-header {
        margin-right: -12px;
        margin-left: -12px;
        padding-right: 12px;
        padding-left: 12px;
    }

    body.landing-mode2 .top-cards {
        grid-template-columns: 1fr;
    }

    body.landing-mode2 .bottom-row {
        grid-template-columns: 1fr;
    }

    body.landing-mode2 .appointment-card,
    body.landing-mode2 .graph-card {
        min-height: 0;
    }
}

@media (max-width: 420px) {
    body.landing-mode2 .hero-section {
        padding-right: 8px;
        padding-left: 8px;
    }

    body.landing-mode2 .dashboard-ui {
        grid-template-columns: 72px minmax(0, 1fr);
    }

    body.landing-mode2 .dashboard-main {
        padding-right: 8px;
        padding-left: 8px;
    }

    body.landing-mode2 .dashboard-header {
        margin-right: -8px;
        margin-left: -8px;
        padding-right: 8px;
        padding-left: 8px;
    }

    body.landing-mode2 .dashboard-header-actions {
        gap: 8px;
    }

    body.landing-mode2 .dashboard-header-actions > i {
        display: none;
    }
}

/* =========================================================
   HEALTHCARE DASHBOARD HERO - REFERENCE DESKTOP OVERRIDES
========================================================= */

@media (min-width: 1200px) {
    body.landing-mode2 .hero-section {
        min-height: auto;
        padding: 34px 0;
        align-items: center;
    }

    body.landing-mode2 .hero-container {
        width: min(1240px, calc(100% - 40px));
        max-width: 1240px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: 270px minmax(0, 930px);
        gap: 40px;
        justify-content: center;
        align-items: center;
    }

    body.landing-mode2 .hero-left {
        width: 270px;
        max-width: 270px;
        flex: none;
        text-align: left;
    }

    body.landing-mode2 .hero-left h1 {
        margin-bottom: 12px;
        font-size: 31px;
        line-height: 1.08;
        letter-spacing: -1px;
    }

    body.landing-mode2 .hero-left .hero-description {
        max-width: 250px;
        margin: 0 0 14px;
        font-size: 11px;
        line-height: 1.45;
    }

    body.landing-mode2 .hero-benefits {
        gap: 8px;
        margin-bottom: 18px;
    }

    body.landing-mode2 .hero-benefits li {
        gap: 7px;
        font-size: 11px;
        line-height: 1.25;
    }

    body.landing-mode2 .hero-buttons .primary-btn {
        min-width: 158px;
        padding: 11px 14px;
        font-size: 10px;
    }

    body.landing-mode2 .hero-right {
        width: 100%;
        max-width: 930px;
        min-width: 0;
        margin: 0;
        display: block;
    }

    body.landing-mode2 .hero-dashboard {
        width: 100%;
        max-width: 930px;
        height: auto;
        min-height: 0;
        aspect-ratio: 1.8 / 1;
        margin: 0;
        transform: none;
        overflow: hidden;
    }

    body.landing-mode2 .dashboard-ui {
        width: 100%;
        height: 100%;
        min-height: 0;
        display: grid !important;
        grid-template-columns: 130px minmax(0, 1fr);
        border-radius: 8px;
    }

    body.landing-mode2 .dashboard-sidebar {
        width: 100%;
        min-height: 0;
        padding: 14px 10px;
    }

    body.landing-mode2 .dashboard-sidebar ul {
        gap: 3px;
    }

    body.landing-mode2 .dashboard-sidebar ul li {
        min-height: 29px;
        padding: 7px 8px;
        font-size: 9px;
    }

    body.landing-mode2 .dashboard-main {
        min-height: 0;
        padding: 0 16px 16px;
    }

    body.landing-mode2 .dashboard-header {
        min-height: 50px;
        margin: 0 -16px 11px;
        padding: 0 16px;
    }

    body.landing-mode2 .top-cards {
        gap: 10px;
        margin-bottom: 11px;
    }

    body.landing-mode2 .top-card {
        min-height: 91px;
        padding: 11px 12px;
    }

    body.landing-mode2 .bottom-row {
        grid-template-columns: minmax(190px, 0.8fr) minmax(0, 1.3fr);
        gap: 10px;
    }

    body.landing-mode2 .appointment-card,
    body.landing-mode2 .graph-card {
        min-height: 0;
        padding: 12px;
    }

    body.landing-mode2 .patient-chart {
        height: 132px;
    }

    body.landing-mode2 .chart-svg {
        height: 108px;
    }
}

@media (min-width: 1200px) and (max-width: 1279px) {
    body.landing-mode2 .hero-container {
        width: calc(100% - 32px);
        grid-template-columns: 260px minmax(0, 1fr);
        gap: 32px;
    }

    body.landing-mode2 .hero-left {
        width: 260px;
        max-width: 260px;
    }
}

@media (max-width: 991px) {
    body.landing-mode2 .hero-container {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    body.landing-mode2 .hero-left,
    body.landing-mode2 .hero-right {
        width: 100%;
        max-width: 850px;
    }

    body.landing-mode2 .hero-left {
        margin-right: auto;
        margin-left: auto;
    }

    body.landing-mode2 .hero-right {
        margin-right: auto;
        margin-left: auto;
    }
}

/* =========================================================
   REFERENCE LEFT PANEL EMPHASIS
========================================================= */

@media (min-width: 1200px) {
    body.landing-mode2 .hero-left {
        width: 250px;
        max-width: 250px;
    }

    body.landing-mode2 .hero-left h1 {
        margin-bottom: 11px;
        font-size: 34px;
        font-weight: 700;
        line-height: 1.05;
        letter-spacing: -1px;
    }

    body.landing-mode2 .hero-left .hero-description {
        max-width: 250px;
        margin-bottom: 13px;
        font-size: 12px;
        font-weight: 500;
        line-height: 1.4;
    }

    body.landing-mode2 .hero-benefits {
        gap: 7px;
        margin-bottom: 17px;
    }

    body.landing-mode2 .hero-benefits li {
        gap: 7px;
        font-size: 12px;
        font-weight: 600;
        line-height: 1.2;
    }

    body.landing-mode2 .hero-benefits li i {
        font-size: 13px;
    }

    body.landing-mode2 .hero-buttons .primary-btn {
        min-width: 158px;
        padding: 11px 14px;
        font-size: 11px;
        font-weight: 600;
    }

    body.landing-mode2 .dashboard-sidebar .logo-box i {
        background: linear-gradient(135deg, #0a4ba1 0%, #0877c9 48%, #ed1b2f 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}

/* =========================================================
   REFERENCE DASHBOARD HEADER AND PANEL FINISHING
========================================================= */

@media (min-width: 1200px) {
    body.landing-mode2 .dashboard-header h2 {
        display: none;
    }

    body.landing-mode2 .dashboard-header-actions {
        width: 100%;
        justify-content: flex-end;
        margin-left: auto;
    }

    body.landing-mode2 .dashboard-sidebar ul li:not(.active) {
        background: transparent;
        box-shadow: none;
    }

    body.landing-mode2 .dashboard-sidebar ul li.active {
        border-radius: 5px;
    }

    body.landing-mode2 .appointment-card,
    body.landing-mode2 .graph-card {
        height: 270px;
        overflow: hidden;
    }

    body.landing-mode2 .graph-card {
        display: flex;
        flex-direction: column;
    }

    body.landing-mode2 .patient-chart {
        flex: 1 1 auto;
        min-height: 0;
        height: auto;
    }

    body.landing-mode2 .chart-svg {
        height: 100%;
        min-height: 108px;
    }
}

/* =========================================================
   FINAL HERO DENSITY AND TYPE SCALE
========================================================= */

@media (min-width: 1200px) {
    body.landing-mode2 .hero-section {
        padding-top: 18px;
        padding-bottom: 18px;
    }

    body.landing-mode2 .hero-left {
        align-self: start;
        padding-top: 6px;
    }

    body.landing-mode2 .hero-left h1 {
        margin-bottom: 14px;
        font-size: 40px;
        line-height: 1.03;
        letter-spacing: -1.2px;
    }

    body.landing-mode2 .hero-left .hero-description {
        max-width: 250px;
        margin-bottom: 16px;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.42;
    }

    body.landing-mode2 .hero-benefits {
        gap: 9px;
        margin-bottom: 22px;
    }

    body.landing-mode2 .hero-benefits li {
        gap: 8px;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.25;
    }

    body.landing-mode2 .hero-benefits li i {
        font-size: 15px;
    }

    body.landing-mode2 .hero-buttons .primary-btn {
        min-width: 190px;
        padding: 14px 17px;
        font-size: 13px;
        font-weight: 700;
    }

    body.landing-mode2 .dashboard-sidebar ul li {
        font-weight: 700;
    }

    body.landing-mode2 .top-card > span {
        font-weight: 700;
    }

    body.landing-mode2 .top-card small {
        font-weight: 600;
    }

    body.landing-mode2 .dashboard-card-heading h4,
    body.landing-mode2 .graph-top h4 {
        font-weight: 800;
    }

    body.landing-mode2 .appointment-row h5 {
        font-weight: 700;
    }

    body.landing-mode2 .appointment-row > span,
    body.landing-mode2 .graph-top > span,
    body.landing-mode2 .graph-days small,
    body.landing-mode2 .chart-y-axis small {
        font-weight: 600;
    }

    body.landing-mode2 .view-all-link {
        font-weight: 700;
    }
}

/* =========================================================
   REFERENCE-SCALE DESKTOP HERO
   Full-height composition used by the supplied reference.
========================================================= */

@media (min-width: 1200px) {
    body.landing-mode2 .hero-section {
        min-height: 768px;
        height: 768px;
        padding: 0;
        align-items: stretch;
        border: 1px solid #e3e8ef;
        border-radius: 10px;
        overflow: hidden;
    }

    body.landing-mode2 .hero-container {
        width: 100%;
        max-width: 1366px;
        height: 100%;
        margin: 0 auto;
        display: grid;
        grid-template-columns: 340px minmax(0, 1fr);
        gap: 0;
        align-items: stretch;
    }

    body.landing-mode2 .hero-left {
        width: 100%;
        max-width: none;
        align-self: stretch;
        padding: 68px 28px 40px;
        border-right: 1px solid #e3e8ef;
    }

    body.landing-mode2 .hero-left h1 {
        margin-bottom: 20px;
        font-size: 46px;
        line-height: 1.04;
        letter-spacing: -1.4px;
    }

    body.landing-mode2 .hero-left .hero-description {
        max-width: 290px;
        margin-bottom: 28px;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.55;
    }

    body.landing-mode2 .hero-benefits {
        gap: 18px;
        margin-bottom: 38px;
    }

    body.landing-mode2 .hero-benefits li {
        gap: 12px;
        font-size: 16px;
        font-weight: 600;
        line-height: 1.25;
    }

    body.landing-mode2 .hero-benefits li i {
        font-size: 20px;
    }

    body.landing-mode2 .hero-buttons .primary-btn {
        min-width: 284px;
        padding: 17px 24px;
        border-radius: 9px;
        font-size: 18px;
        font-weight: 700;
    }

    body.landing-mode2 .hero-right {
        width: 100%;
        max-width: none;
        height: 100%;
        margin: 0;
        align-self: stretch;
    }

    body.landing-mode2 .hero-dashboard {
        width: 100%;
        max-width: none;
        height: 100%;
        min-height: 0;
        aspect-ratio: auto;
        border: 0;
        border-radius: 0;
        box-shadow: none;
    }

    body.landing-mode2 .dashboard-ui {
        width: 100%;
        height: 100%;
        border-radius: 0;
        grid-template-columns: 170px minmax(0, 1fr);
    }

    body.landing-mode2 .dashboard-sidebar {
        padding: 28px 16px;
        border-right: 1px solid #e3e8ef;
    }

    body.landing-mode2 .dashboard-sidebar .logo-box {
        width: 48px;
        height: 48px;
        margin: 0 0 28px 12px;
        font-size: 30px;
    }

    body.landing-mode2 .dashboard-sidebar .logo-box i {
        font-size: 30px;
    }

    body.landing-mode2 .dashboard-sidebar ul {
        gap: 10px;
    }

    body.landing-mode2 .dashboard-sidebar ul li {
        min-height: 48px;
        gap: 12px;
        padding: 12px 14px;
        border-radius: 8px;
        font-size: 14px;
        font-weight: 600;
    }

    body.landing-mode2 .dashboard-sidebar ul li i {
        width: 18px;
        font-size: 16px;
    }

    body.landing-mode2 .dashboard-main {
        padding: 0 28px 28px;
    }

    body.landing-mode2 .dashboard-header {
        min-height: 86px;
        margin: 0 -28px 26px;
        padding: 0 28px;
    }

    body.landing-mode2 .dashboard-header-actions {
        gap: 28px;
    }

    body.landing-mode2 .dashboard-header-actions > i,
    body.landing-mode2 .notification-icon {
        font-size: 20px;
    }

    body.landing-mode2 .dashboard-profile {
        width: 42px;
        height: 42px;
    }

    body.landing-mode2 .top-cards {
        gap: 18px;
        margin-bottom: 26px;
    }

    body.landing-mode2 .top-card {
        min-height: 164px;
        padding: 24px 24px;
        border-radius: 12px;
        box-shadow: 0 8px 20px rgba(15, 42, 77, 0.10);
    }

    body.landing-mode2 .top-card > span {
        margin-bottom: 16px;
        font-size: 15px;
        font-weight: 700;
    }

    body.landing-mode2 .top-card .stat-value h3 {
        font-size: 42px;
        line-height: 1;
    }

    body.landing-mode2 .top-card .stat-value i {
        font-size: 25px;
    }

    body.landing-mode2 .top-card small {
        font-size: 13px;
        font-weight: 600;
    }

    body.landing-mode2 .bottom-row {
        grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.3fr);
        gap: 14px;
    }

    body.landing-mode2 .appointment-card,
    body.landing-mode2 .graph-card {
        height: 438px;
        padding: 26px 24px;
        border-radius: 12px;
    }

    body.landing-mode2 .dashboard-card-heading h4,
    body.landing-mode2 .graph-top h4 {
        font-size: 20px;
        font-weight: 800;
    }

    body.landing-mode2 .dashboard-card-heading {
        margin-bottom: 24px;
    }

    body.landing-mode2 .appointment-row {
        min-height: 62px;
        grid-template-columns: 22px minmax(0, 1fr) auto;
        gap: 12px;
    }

    body.landing-mode2 .appointment-row > i {
        font-size: 17px;
    }

    body.landing-mode2 .appointment-row h5 {
        font-size: 16px;
        font-weight: 700;
    }

    body.landing-mode2 .appointment-row > span {
        font-size: 13px;
        font-weight: 600;
    }

    body.landing-mode2 .view-all-link {
        margin-top: 26px;
        font-size: 15px;
        font-weight: 700;
    }

    body.landing-mode2 .graph-top {
        margin-bottom: 20px;
    }

    body.landing-mode2 .graph-top > span {
        padding: 10px 14px;
        border: 1px solid #e3e8ef;
        border-radius: 8px;
        font-size: 14px;
        font-weight: 600;
    }

    body.landing-mode2 .patient-chart {
        height: 330px;
        grid-template-columns: 32px minmax(0, 1fr);
        gap: 10px;
    }

    body.landing-mode2 .chart-y-axis {
        height: 260px;
    }

    body.landing-mode2 .chart-y-axis small,
    body.landing-mode2 .graph-days small {
        font-size: 14px;
        font-weight: 600;
    }

    body.landing-mode2 .chart-svg {
        height: 260px;
    }
}

/* =========================================================
   FINAL TARGET SPECIFICATION OVERRIDES
========================================================= */

@media (min-width: 1200px) {
    body.landing-mode2 .hero-section {
        min-height: auto;
        height: auto;
        padding: 18px 0;
        align-items: center;
        background: #ffffff;
        border: 1px solid #e3e8ef;
        border-radius: 8px;
        overflow: hidden;
    }

    body.landing-mode2 .hero-container {
        width: min(1344px, calc(100% - 22px));
        max-width: 1344px;
        height: auto;
        min-height: 0;
        margin: 0 auto;
        display: grid;
        grid-template-columns: 360px minmax(0, 960px);
        gap: 24px;
        justify-content: center;
        align-items: start;
    }

    body.landing-mode2 .hero-left {
        width: 360px;
        max-width: 360px;
        height: auto;
        min-height: 0;
        align-self: start;
        padding: 10px 16px 0;
        border: 0;
    }

    body.landing-mode2 .hero-left h1 {
        margin-bottom: 24px;
        font-size: 32px;
        font-weight: 700;
        line-height: 1.12;
        letter-spacing: 0;
    }

    body.landing-mode2 .hero-left .hero-description {
        max-width: 330px;
        margin-bottom: 28px;
        color: #667085;
        font-size: 12px;
        font-weight: 400;
        line-height: 1.6;
    }

    body.landing-mode2 .hero-benefits {
        gap: 12px;
        margin-bottom: 32px;
    }

    body.landing-mode2 .hero-benefits li {
        gap: 10px;
        color: #1f2937;
        font-size: 12px;
        font-weight: 500;
        line-height: 1.35;
    }

    body.landing-mode2 .hero-benefits li i {
        color: #16a34a;
        font-size: 18px;
    }

    body.landing-mode2 .hero-buttons .primary-btn {
        min-width: 208px;
        padding: 14px 20px;
        border-radius: 8px;
        font-size: 12px;
        font-weight: 600;
    }

    body.landing-mode2 .hero-right,
    body.landing-mode2 .hero-dashboard {
        width: 960px;
        max-width: 960px;
        height: auto;
        min-height: 0;
        margin: 0;
        align-self: start;
    }

    body.landing-mode2 .hero-dashboard {
        aspect-ratio: 1.8 / 1;
        border: 1px solid #e3e8ef;
        border-radius: 8px;
        box-shadow: 0 6px 18px rgba(15, 42, 77, 0.06);
        overflow: hidden;
    }

    body.landing-mode2 .dashboard-ui {
        width: 100%;
        height: 100%;
        min-height: 0;
        display: grid !important;
        grid-template-columns: 220px minmax(0, 1fr);
        border-radius: 8px;
    }

    body.landing-mode2 .dashboard-sidebar {
        width: 220px;
        min-height: 0;
        padding: 16px;
        background: #ffffff;
        border-right: 1px solid #f1f5f9;
    }

    body.landing-mode2 .dashboard-sidebar .logo-box {
        width: 28px;
        height: 28px;
        margin: 0 0 20px 0;
        font-size: 24px;
    }

    body.landing-mode2 .dashboard-sidebar .logo-box i {
        font-size: 24px;
        background: linear-gradient(135deg, #0d2b6b 0%, #e53935 58%, #04d47a 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    body.landing-mode2 .dashboard-sidebar ul {
        gap: 10px;
    }

    body.landing-mode2 .dashboard-sidebar ul li {
        min-height: 40px;
        gap: 10px;
        padding: 10px 12px;
        color: #0f172a;
        background: transparent;
        border-radius: 8px;
        font-size: 12px;
        font-weight: 400;
    }

    body.landing-mode2 .dashboard-sidebar ul li i {
        width: 18px;
        color: #475467;
        font-size: 16px;
    }

    body.landing-mode2 .dashboard-sidebar ul li.active {
        color: #ffffff;
        background: #0d2b6b;
        font-weight: 600;
    }

    body.landing-mode2 .dashboard-sidebar ul li.active i {
        color: #ffffff;
    }

    body.landing-mode2 .dashboard-main {
        min-height: 0;
        padding: 0 20px 16px;
    }

    body.landing-mode2 .dashboard-header {
        min-height: 56px;
        margin: 0 -20px 16px;
        padding: 0 20px;
        border-bottom: 1px solid #f1f5f9;
    }

    body.landing-mode2 .dashboard-header-actions {
        gap: 18px;
    }

    body.landing-mode2 .dashboard-header-actions > i,
    body.landing-mode2 .notification-icon {
        font-size: 14px;
    }

    body.landing-mode2 .dashboard-profile {
        width: 32px;
        height: 32px;
    }

    body.landing-mode2 .top-cards {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 16px;
        margin-bottom: 16px;
    }

    body.landing-mode2 .top-card {
        min-height: 88px;
        padding: 16px 20px;
        border-radius: 12px;
        box-shadow: 0 4px 12px rgba(15, 42, 77, 0.08);
    }

    body.landing-mode2 .top-card > span {
        margin-bottom: 8px;
        font-size: 11px;
        font-weight: 500;
    }

    body.landing-mode2 .top-card .stat-value h3 {
        font-size: 26px;
        font-weight: 700;
    }

    body.landing-mode2 .top-card .stat-value i {
        font-size: 16px;
    }

    body.landing-mode2 .top-card small {
        font-size: 9px;
        font-weight: 500;
    }

    body.landing-mode2 .bottom-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    body.landing-mode2 .appointment-card,
    body.landing-mode2 .graph-card {
        height: 440px;
        min-height: 440px;
        padding: 16px;
        border: 1px solid #f1f5f9;
        border-radius: 12px;
        box-shadow: none;
    }

    body.landing-mode2 .dashboard-card-heading,
    body.landing-mode2 .graph-top {
        margin-bottom: 20px;
    }

    body.landing-mode2 .dashboard-card-heading h4,
    body.landing-mode2 .graph-top h4 {
        font-size: 14px;
        font-weight: 600;
    }

    body.landing-mode2 .appointment-row {
        min-height: 44px;
        grid-template-columns: 16px minmax(0, 1fr) auto;
        gap: 8px;
    }

    body.landing-mode2 .appointment-row > i {
        color: #475467;
        font-size: 13px;
    }

    body.landing-mode2 .appointment-row h5 {
        color: #101828;
        font-size: 12px;
        font-weight: 600;
    }

    body.landing-mode2 .appointment-row > span {
        color: #667085;
        font-size: 10px;
        font-weight: 500;
    }

    body.landing-mode2 .view-all-link {
        margin-top: 24px;
        color: #0d2b6b;
        font-size: 11px;
        font-weight: 600;
    }

    body.landing-mode2 .graph-top > span {
        padding: 6px 10px;
        color: #0f172a;
        border: 1px solid #e2e8f0;
        border-radius: 8px;
        font-size: 10px;
        font-weight: 500;
    }

    body.landing-mode2 .patient-chart {
        height: 355px;
        grid-template-columns: 24px minmax(0, 1fr);
        gap: 6px;
    }

    body.landing-mode2 .chart-y-axis {
        height: 285px;
    }

    body.landing-mode2 .chart-y-axis small,
    body.landing-mode2 .graph-days small {
        color: #667085;
        font-size: 9px;
        font-weight: 500;
    }

    body.landing-mode2 .chart-svg {
        height: 285px;
    }
}

/* Keep the complete desktop dashboard visible below the stat row. */
@media (min-width: 1200px) {
    body.landing-mode2 .hero-dashboard {
        height: 632px;
        aspect-ratio: auto;
    }

    body.landing-mode2 .top-card {
        height: 88px;
        min-height: 88px;
    }
}

/* Final logo and equal-height alignment correction. */
@media (min-width: 1200px) {
    body.landing-mode2 .hero-container {
        align-items: stretch;
    }

    body.landing-mode2 .hero-left,
    body.landing-mode2 .hero-right,
    body.landing-mode2 .hero-dashboard {
        height: 546px;
        min-height: 546px;
    }

    body.landing-mode2 .dashboard-sidebar .logo-box {
        width: 36px;
        height: 36px;
    }

    body.landing-mode2 .dashboard-sidebar .logo-box i {
        font-size: 32px;
        background: linear-gradient(135deg, #0d2b5e 0%, #e11d48 52%, #16a34a 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}

/* Final left-panel rhythm: use spacing, not larger typography or dashboard scale. */
@media (min-width: 1200px) {
    body.landing-mode2 .hero-left h1 {
        margin-bottom: 50px;
    }

    body.landing-mode2 .hero-left .hero-description {
        margin-bottom: 52px;
    }

    body.landing-mode2 .hero-benefits {
        gap: 24px;
        margin-bottom: 52px;
    }
}

@media (min-width: 1200px) {
    body.landing-mode2 .dashboard-sidebar .logo-box .healthcare-heart-logo-img {
        width: 64px;
        height: 64px;
    }
}

/* =========================================================
   FEATURE CARD - SYNCHRONIZED TRICOLOR BORDER
========================================================= */

body.landing-mode2 .carousel-feature-card {
    position: relative;
    z-index: 0;
    isolation: isolate;
    border-color: transparent;
    background: transparent;
}

body.landing-mode2 .carousel-feature-card::before,
body.landing-mode2 .carousel-feature-card::after {
    position: absolute;
    pointer-events: none;
    content: "";
    border-radius: inherit;
}

body.landing-mode2 .carousel-feature-card::before {
    z-index: -2;
    inset: 0;
    padding: 2px;
    background: conic-gradient(
        from 0deg,
        #e53935 0deg 120deg,
        #0d2b5e 120deg 240deg,
        #16a34a 240deg 360deg
    );
    animation: feature-card-border-rotation 5s linear infinite;
}

body.landing-mode2 .carousel-feature-card::after {
    z-index: -1;
    inset: 2px;
    background: #ffffff;
}

body.landing-mode2 .carousel-feature-content {
    position: relative;
    z-index: 1;
}

@keyframes feature-card-border-rotation {
    to {
        transform: rotate(360deg);
    }
}

@media (prefers-reduced-motion: reduce) {
    body.landing-mode2 .carousel-feature-card::before {
        animation: none;
    }
}

/* Keep the animated gradient inside the rounded card bounds. */
@property --feature-card-border-angle {
    syntax: "<angle>";
    inherits: false;
    initial-value: 0deg;
}

body.landing-mode2 .carousel-feature-card::before {
    background: conic-gradient(
        from var(--feature-card-border-angle),
        #e53935 0deg 120deg,
        #0d2b5e 120deg 240deg,
        #16a34a 240deg 360deg
    );
    animation-name: feature-card-border-angle-rotation;
    transform: none;
}

@keyframes feature-card-border-angle-rotation {
    to {
        --feature-card-border-angle: 360deg;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.landing-mode2 .carousel-feature-card::before {
        animation-name: none;
    }
}

/* =========================================================
   FINAL UPLOADED REFERENCE - COMPACT DESKTOP SPECIFICATION
========================================================= */

@media (min-width: 1200px) {
    body.landing-mode2 .hero-section {
        min-height: auto;
        height: auto;
        padding: 18px 0;
        background: #ffffff;
        border: 0;
        border-radius: 0;
        overflow: visible;
    }

    body.landing-mode2 .hero-container {
        width: min(1328px, calc(100% - 22px));
        max-width: 1328px;
        height: 546px;
        min-height: 546px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: 360px minmax(0, 920px);
        gap: 48px;
        justify-content: center;
        align-items: stretch;
    }

    body.landing-mode2 .hero-left {
        width: 360px;
        max-width: 360px;
        height: 546px;
        min-height: 546px;
        align-self: stretch;
        padding: 0;
        border: 0;
    }

    body.landing-mode2 .hero-left h1 {
        margin-bottom: 30px;
        color: #0d2b6b;
        font-size: 32px;
        font-weight: 800;
        line-height: 1.05;
        letter-spacing: 0;
    }

    body.landing-mode2 .hero-left h1 span {
        color: #e11d48;
        font-weight: 800;
    }

    body.landing-mode2 .hero-left .hero-description {
        max-width: 330px;
        margin-bottom: 30px;
        color: #64748b;
        font-size: 15px;
        font-weight: 400;
        line-height: 1.47;
    }

    body.landing-mode2 .hero-benefits {
        gap: 16px;
        margin-bottom: 34px;
    }

    body.landing-mode2 .hero-benefits li {
        gap: 10px;
        color: #0f172a;
        font-size: 12px;
        font-weight: 500;
        line-height: 1.35;
    }

    body.landing-mode2 .hero-benefits li i {
        color: #16a34a;
        font-size: 18px;
    }

    body.landing-mode2 .hero-buttons .primary-btn {
        min-width: 208px;
        padding: 14px 24px;
        color: #ffffff;
        background: #0d2b6b;
        border: 0;
        border-radius: 8px;
        font-size: 16px;
        font-weight: 600;
        line-height: 1;
    }

    body.landing-mode2 .hero-right {
        width: 920px;
        max-width: 920px;
        height: 546px;
        margin: 0;
        align-self: stretch;
    }

    body.landing-mode2 .hero-dashboard {
        width: 920px;
        max-width: 920px;
        height: 546px;
        min-height: 546px;
        aspect-ratio: auto;
        margin: 0;
        border: 1px solid #e5e7eb;
        border-radius: 12px;
        box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
        overflow: hidden;
    }

    body.landing-mode2 .dashboard-ui {
        width: 100%;
        height: 100%;
        min-height: 0;
        display: grid !important;
        grid-template-columns: 128px minmax(0, 1fr);
        border-radius: 12px;
    }

    body.landing-mode2 .dashboard-sidebar {
        width: 128px;
        min-height: 0;
        padding: 16px;
        border-right: 1px solid #e5e7eb;
    }

    body.landing-mode2 .dashboard-sidebar .logo-box {
        width: 28px;
        height: 28px;
        margin: 0 0 20px;
        font-size: 24px;
    }

    body.landing-mode2 .dashboard-sidebar .logo-box i {
        font-size: 24px;
        background: linear-gradient(135deg, #0d2b6b 0%, #e11d48 55%, #16a34a 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    body.landing-mode2 .dashboard-sidebar ul {
        gap: 10px;
    }

    body.landing-mode2 .dashboard-sidebar ul li {
        min-height: 40px;
        gap: 8px;
        padding: 10px 8px;
        color: #0f172a;
        background: transparent;
        border-radius: 8px;
        font-size: 10px;
        font-weight: 400;
    }

    body.landing-mode2 .dashboard-sidebar ul li i {
        width: 16px;
        color: #475467;
        font-size: 14px;
    }

    body.landing-mode2 .dashboard-sidebar ul li.active {
        color: #ffffff;
        background: #0d2b6b;
        font-weight: 600;
    }

    body.landing-mode2 .dashboard-sidebar ul li.active i {
        color: #ffffff;
    }

    body.landing-mode2 .dashboard-main {
        min-height: 0;
        padding: 0 16px 16px;
    }

    body.landing-mode2 .dashboard-header {
        min-height: 64px;
        margin: 0 -16px 16px;
        padding: 0 16px;
        border-bottom: 1px solid #e5e7eb;
    }

    body.landing-mode2 .dashboard-header-actions {
        gap: 16px;
    }

    body.landing-mode2 .dashboard-header-actions > i,
    body.landing-mode2 .notification-icon {
        font-size: 18px;
    }

    body.landing-mode2 .dashboard-profile {
        width: 32px;
        height: 32px;
    }

    body.landing-mode2 .top-cards {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 16px;
        margin-bottom: 16px;
    }

    body.landing-mode2 .top-card {
        height: 112px;
        min-height: 112px;
        padding: 16px 20px;
        border-radius: 12px;
        box-shadow: none;
    }

    body.landing-mode2 .top-card > span {
        margin-bottom: 8px;
        font-size: 13px;
        font-weight: 600;
    }

    body.landing-mode2 .top-card .stat-value h3 {
        font-size: 32px;
        font-weight: 700;
    }

    body.landing-mode2 .top-card .stat-value i {
        font-size: 18px;
    }

    body.landing-mode2 .top-card small {
        font-size: 10px;
        font-weight: 600;
    }

    body.landing-mode2 .bottom-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    body.landing-mode2 .appointment-card,
    body.landing-mode2 .graph-card {
        height: 336px;
        min-height: 336px;
        padding: 20px;
        border: 1px solid #e5e7eb;
        border-radius: 12px;
        box-shadow: none;
    }

    body.landing-mode2 .dashboard-card-heading,
    body.landing-mode2 .graph-top {
        margin-bottom: 18px;
    }

    body.landing-mode2 .dashboard-card-heading h4,
    body.landing-mode2 .graph-top h4 {
        font-size: 13px;
        font-weight: 600;
    }

    body.landing-mode2 .appointment-row {
        min-height: 44px;
        grid-template-columns: 16px minmax(0, 1fr) auto;
        gap: 8px;
    }

    body.landing-mode2 .appointment-row > i {
        color: #475467;
        font-size: 13px;
    }

    body.landing-mode2 .appointment-row h5 {
        color: #0f172a;
        font-size: 12px;
        font-weight: 600;
    }

    body.landing-mode2 .appointment-row > span {
        color: #64748b;
        font-size: 10px;
        font-weight: 600;
    }

    body.landing-mode2 .view-all-link {
        margin-top: 16px;
        color: #0d2b6b;
        font-size: 11px;
        font-weight: 600;
    }

    body.landing-mode2 .graph-top > span {
        padding: 6px 10px;
        color: #0f172a;
        border: 1px solid #e5e7eb;
        border-radius: 8px;
        font-size: 10px;
        font-weight: 600;
    }

    body.landing-mode2 .patient-chart {
        height: 250px;
        grid-template-columns: 24px minmax(0, 1fr);
        gap: 6px;
    }

    body.landing-mode2 .chart-y-axis {
        height: 205px;
    }

    body.landing-mode2 .chart-y-axis small,
    body.landing-mode2 .graph-days small {
        color: #64748b;
        font-size: 9px;
        font-weight: 600;
    }

    body.landing-mode2 .chart-svg {
        height: 205px;
    }
}

/* Final left-panel rhythm, after every desktop override. */
@media (min-width: 1200px) {
    body.landing-mode2 .hero-left h1 {
        margin-bottom: 50px;
    }

    body.landing-mode2 .hero-left .hero-description {
        margin-bottom: 52px;
    }

    body.landing-mode2 .hero-benefits {
        gap: 24px;
        margin-bottom: 52px;
    }
}

/* Final pass: exact logo palette and equal desktop panel height. */
@media (min-width: 1200px) {
    body.landing-mode2 .hero-container {
        align-items: stretch;
    }

    body.landing-mode2 .hero-left,
    body.landing-mode2 .hero-right,
    body.landing-mode2 .hero-dashboard {
        height: 546px;
        min-height: 546px;
    }

    body.landing-mode2 .dashboard-sidebar .logo-box {
        width: 36px;
        height: 36px;
    }

    body.landing-mode2 .dashboard-sidebar .logo-box i {
        font-size: 32px;
        background: linear-gradient(135deg, #0d2b5e 0%, #e11d48 52%, #16a34a 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    body.landing-mode2 .dashboard-sidebar .logo-box .healthcare-heart-logo-img {
        width: 72px;
        height: 72px;
    }
}

/* ========================================
   ENTERPRISE SECURITY SECTION
======================================== */

.enterprise-security {
    width: 100%;
    background:
        radial-gradient(
            circle at top right,
            rgba(17, 79, 139, 0.28),
            transparent 32%
        ),
        #05274c;

    padding: 22px 40px 28px;
    box-sizing: border-box;
}

.enterprise-security-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.enterprise-security h2 {
    margin: 0 0 24px;
    text-align: center;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
}

.security-features {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.security-feature {
    display: flex;
    align-items: center;
    gap: 18px;
    flex: 1;
    min-width: 0;
    padding: 0 28px;
}

.security-feature:first-child {
    padding-left: 10px;
}

.security-feature:last-child {
    padding-right: 10px;
}

.security-feature-icon {
    width: 66px;
    height: 66px;
    min-width: 66px;

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #ffffff;
    font-size: 29px;
}

.security-red {
    background: #f41e2b;
}

.security-green {
    background: #18b861;
}

.security-blue {
    background: #145497;
}

.security-feature-content {
    min-width: 0;
}

.security-feature-content h3 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 7px;
    line-height: 1.3;
}

.security-feature-content p {
    color: #e3ebf4;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.55;
    margin: 0;
}

.security-divider {
    width: 1px;
    height: 72px;
    flex-shrink: 0;
    background: rgba(255, 255, 255, 0.18);
}


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

@media (max-width: 992px) {

    .enterprise-security {
        padding: 26px 24px;
    }

    .security-feature {
        padding: 0 16px;
        gap: 14px;
    }

    .security-feature-icon {
        width: 58px;
        height: 58px;
        min-width: 58px;
        font-size: 25px;
    }

    .security-feature-content h3 {
        font-size: 15px;
    }

    .security-feature-content p {
        font-size: 13px;
    }
}


@media (max-width: 768px) {

    .enterprise-security {
        padding: 28px 20px;
    }

    .enterprise-security h2 {
        font-size: 21px;
        margin-bottom: 25px;
    }

    .security-features {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }

    .security-feature,
    .security-feature:first-child,
    .security-feature:last-child {
        padding: 20px 0;
    }

    .security-divider {
        width: 100%;
        height: 1px;
        background: rgba(255, 255, 255, 0.16);
    }

    .security-feature-icon {
        width: 58px;
        height: 58px;
        min-width: 58px;
    }
}


@media (max-width: 480px) {

    .enterprise-security {
        padding: 25px 16px;
    }

    .enterprise-security h2 {
        font-size: 19px;
    }

    .security-feature {
        gap: 15px;
    }

    .security-feature-icon {
        width: 54px;
        height: 54px;
        min-width: 54px;
        font-size: 23px;
    }

    .security-feature-content h3 {
        font-size: 14px;
    }

    .security-feature-content p {
        font-size: 12.5px;
    }
}

/* =========================================
   DCONNECT COMPARISON SECTION
========================================= */

.comparison-section {
    width: 100%;
    background: #ffffff;
    padding: 42px 20px 15px;
}

.comparison-container {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
}

/* Heading */

.comparison-heading {
    max-width: 760px;
    margin: 0 auto 28px;
    text-align: center;
}

.comparison-eyebrow {
    display: block;
    margin-bottom: 7px;
    color: #08a85f;
    font-size: 14px;
    font-weight: 700;
}

.comparison-heading span {
    display: inline-block;
    color: #0aa864;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
}

.comparison-heading h2 {
    margin: 0;
    color: #062f5b;
    font-size: 30px;
    line-height: 1.25;
    font-weight: 700;
}

.comparison-heading p {
    margin: 10px auto 0;
    color: #64748b;
    font-size: 15px;
    line-height: 1.55;
}


/* Table wrapper */

.comparison-table-wrapper {
    width: min(88%, 1120px);
    margin: 0 auto;

    overflow: hidden;

    background: #ffffff;

    border: 1px solid #e2e8f0;
    border-radius: 12px;

    box-shadow: 0 5px 18px rgba(15, 23, 42, 0.04);
}


/* Table */

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

/* Column proportions */

.comparison-table th:nth-child(1),
.comparison-table td:nth-child(1) {
    width: 35%;
}

.comparison-table th:nth-child(2),
.comparison-table td:nth-child(2) {
    width: 30%;
}

.comparison-table th:nth-child(3),
.comparison-table td:nth-child(3) {
    width: 35%;
}

.comparison-table th,
.comparison-table td {
    height: 54px;
    padding: 0 22px;

    border-right: 1px solid #e7ebef;
    border-bottom: 1px solid #e7ebef;

    font-size: 14px;
}

.comparison-table th:last-child,
.comparison-table td:last-child {
    border-right: 0;
}

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


/* Header */

.comparison-table thead th {
    font-size: 15px;
    height: 58px;
    font-weight: 700;
    text-align: center;
}

.comparison-table thead th:first-child {
    background: #ffffff;
    color: #102a43;
    font-weight: bold;
    font-size: 15px;
    text-align: left;
}

.comparison-table thead th:first-child {
    border-top-left-radius: 13px;
    font-weight: bold !important;
    font-size: 15px !important;
}




/* DConnect header */

.dconnect-head {
    background: #08ad68 !important;
    color: #ffffff !important;
    text-align: center;
}

.workflow-head {
    background: #073c72 !important;
    color: #ffffff !important;
    text-align: center;
}


.comparison-table .dconnect-column {
    color: #ffffff;

    background:
        linear-gradient(
            135deg,
            #08a95c,
            #10b978
        );
}


/* Traditional header */

.comparison-table .traditional-column {
    color: #ffffff;

    background:
        linear-gradient(
            135deg,
            #07396d,
            #064989
        );

    border-top-right-radius: 13px;
}

/* BODY */

.comparison-table tbody td {
    background: #ffffff;
}



/* First column */

.comparison-table tbody td:first-child {
    color: #16324f;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
}


/* Other columns */

.comparison-table tbody td:not(:first-child) {
    text-align: center;
    background: #ffffff;
}

/* Tick */

.comparison-table .yes {
    color: #0caf67;
    font-size: 19px;
    font-weight: 700;
}


/* Cross */

.comparison-table .no {
    color: #f32938;
    font-size: 19px;
}


/* Limited/manual text */

.comparison-table .limited {
    color: #52616f;
    font-size: 14px;
    font-weight: 500;
}


/* Row hover */

.comparison-table tbody tr {
    transition:
        background-color 0.2s ease,
        transform 0.2s ease;
}

.comparison-table tbody tr:hover {
    background: #f8fbfd;
}

/* DCONNECT CHECK */

.supported {
    color: #08ad68;
}

.supported i {
    font-size: 18px;
}

/* CONVENTIONAL TEXT */

.comparison-value {
    color:#f41e2b;
    font-size: 13.5px;
    font-weight: 500;
}


/* Subtle interaction */

.comparison-table tbody tr:hover td {
    background: #fafcfd;
}



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

@media (max-width: 768px) {

    .comparison-section {
        padding: 45px 16px;
    }

    .comparison-heading h2 {
        font-size: 25px;
    }

    .comparison-heading p {
        font-size: 14px;
    }

    .comparison-table th,
    .comparison-table td {
        padding: 15px 16px;
        font-size: 13px;
    }
}


@media (max-width: 480px) {

    .comparison-section {
        padding: 38px 12px;
    }

    .comparison-heading {
        margin-bottom: 24px;
    }

    .comparison-heading h2 {
        font-size: 22px;
    }

    .comparison-heading p {
        font-size: 13px;
    }

    .comparison-table-wrapper {
        border-radius: 11px;
    }
}

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

@media (max-width: 900px) {

    .comparison-table-wrapper {
        width: 96%;
    }

    .comparison-heading h2 {
        font-size: 26px;
    }
}


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

@media (max-width: 650px) {

    .comparison-section {
        padding: 34px 12px 42px;
    }

    .comparison-heading {
        margin-bottom: 22px;
    }

    .comparison-heading h2 {
        font-size: 23px;
    }

    .comparison-heading p {
        font-size: 13.5px;
    }

    .comparison-table-wrapper {
        width: 100%;
        overflow-x: auto;
    }

    .comparison-table {
        min-width: 650px;
    }

    .comparison-table th,
    .comparison-table td {
        height: 50px;
        padding: 0 16px;
        font-size: 13px;
    }
}

/* =========================================
   WHY CHOOSE DCONNECTALL
========================================= */

.why-dconnect-section {
    width: 100%;
    background: #ffffff;
    padding: 48px 24px 52px;
    box-sizing: border-box;
}

.why-dconnect-container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    margin-bottom: 32px;
}


/* HEADER */

.why-dconnect-header {
     width: 100%;
    text-align: center;
    margin-bottom: 28px;
}

.why-dconnect-header h2 {
    margin: 0 0 7px;
    color: #082f5b;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    width: 100%;
}

.why-dconnect-header p {
     width: 100%;
    max-width: none;
    margin: 0 auto;
    color: #53657a;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
}


/* TWO COLUMN LAYOUT */

.why-dconnect-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    
    width: 88%;
    max-width: 1100px;

    margin: 0 auto;

    column-gap: 70px;
}

.why-dconnect-column {
    display: flex;
    flex-direction: column;
    gap: 16px;
}


/* ITEM */

.why-dconnect-item {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 28px;
}

.why-dconnect-item p {
    margin: 0;
    color: #18344f;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
}


/* GREEN CHECK */

.why-check {
     width: 19px;
    height: 19px;
    min-width: 19px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #08a864;
    color: #ffffff;
}

.why-check i {
    font-size: 9px;
}


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

@media (max-width: 900px) {

     .why-dconnect-section {
        padding: 42px 24px 46px;
    }

    .why-dconnect-grid {
        column-gap: 36px;
    }

    .why-dconnect-header h2 {
        font-size: 26px;
    }

    .why-dconnect-item p {
        font-size: 14px;
    }
}


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

@media (max-width: 700px) {
    .why-dconnect-section {
        padding: 34px 18px 40px;
    }

    .why-dconnect-header {
        margin-bottom: 24px;
    }

    .why-dconnect-header h2 {
        font-size: 23px;
    }

    .why-dconnect-header p {
        font-size: 14px;
    }

    .why-dconnect-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .why-dconnect-column {
        gap: 16px;
    }

    .why-dconnect-item {
        align-items: flex-start;
    }

    .why-dconnect-item p {
        font-size: 14px;
    }
}

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

.cta-section {
    width: 100%;
    height: 158px;
    display: grid;
    grid-template-columns: 40% 28% 32%;
    margin: 0;
    margin-top: 20px;
    padding: 0;
    overflow: hidden;

}


/* COMMON PANEL */

.cta-panel {
    position: relative;
    height: 158px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}


/* =========================================
   LEFT - RED
========================================= */

.cta-left {
    background: #f4142f;

    padding: 25px 55px 25px 75px;

    display: flex;
    align-items: center;

    gap: 25px;

    z-index: 3;
}

.cta-left::after {
   content: "";

    position: absolute;
    top: 0;
    right: -48px;

    width: 96px;
    height: 100%;

    background: #f4142f;

    transform: skewX(-22deg);

    z-index: -1;
}

.cta-left > * {
    position: relative;
    z-index: 2;
}


/* Icon */

.cta-icon {
    width: 60px;
    min-width: 60px;

    display: flex;
    justify-content: center;

    color: #ffffff;

    font-size: 53px;
}

.cta-content {
    min-width: 0;
}

/* Text */

.cta-content h2 {
    margin: 0 0 7px;

    color: #ffffff;

    font-size: 23px;
    line-height: 1.18;
    font-weight: 700;
}

.cta-content p {
    max-width: 315px;

    margin: 0;

    color: rgba(255, 255, 255, 0.92);

    font-size: 13px;
    line-height: 1.45;
    font-weight: 400;
}


/* =========================================
   MIDDLE - GREEN
========================================= */

.cta-middle {
    background: #05ad67;

    justify-content: center;

    padding: 25px 35px;

    z-index: 2;
}

.cta-middle::after {
    content: "";

    position: absolute;
    top: 0;
    right: -48px;

    width: 96px;
    height: 100%;

    background: #05ad67;

    transform: skewX(-22deg);

    z-index: -1;
}

.cta-middle .cta-btn {
    position: relative;
    z-index: 2;
}


/* =========================================
   RIGHT - BLUE
========================================= */

.cta-right {
    background: #073b73;

    justify-content: center;

    padding: 25px 45px;

    z-index: 1;

}


/* =========================================
   BUTTONS
========================================= */

.cta-btn {
    height: 52px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    box-sizing: border-box;

    border-radius: 12px;

    font-size: 14px;
    font-weight: 700;

    text-decoration: none;

    transition:
        transform 0.2s ease,
        background-color 0.2s ease,
        box-shadow 0.2s ease;
}


/* Primary */

.cta-primary {
    width: 215px;

    background: #ffffff;
    color: #102d4d;

    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}

.cta-primary:hover {
    color: #102d4d;

    transform: translateY(-1px);

    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.13);
}


/* Secondary */

.cta-secondary {
    width: 245px;

    justify-content: space-between;

    padding: 0 26px;

    background: transparent;

    border: 1.5px solid rgba(255, 255, 255, 0.85);

    color: #ffffff;
}

.cta-secondary:hover {
    color: #ffffff;

    background: rgba(255, 255, 255, 0.08);
}

.cta-secondary i {
    font-size: 13px;
}


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

@media (max-width: 1000px) {

    .cta-section {
        grid-template-columns: 46% 25% 29%;
    }

    .cta-left {
        padding-left: 40px;
        padding-right: 45px;
    }

    .cta-content h2 {
        font-size: 23px;
    }

    .cta-primary {
        min-width: 175px;
    }

    .cta-secondary {
        min-width: 195px;
    }
}

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

@media (max-width: 1050px) {

    .cta-section {
        height: 165px;
        grid-template-columns: 43% 27% 30%;
    }

    .cta-panel {
        height: 165px;
    }

    .cta-left {
        padding-left: 35px;
        padding-right: 40px;
        gap: 18px;
    }

    .cta-icon {
        width: 48px;
        min-width: 48px;
        font-size: 44px;
    }

    .cta-content h2 {
        font-size: 20px;
    }

    .cta-content p {
        font-size: 12px;
    }

    .cta-primary {
        width: 175px;
    }

    .cta-secondary {
        width: 195px;
        padding: 0 20px;
    }
}


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

@media (max-width: 768px) {

    .cta-section {
        height: auto;

        display: flex;
        flex-direction: column;
    }

    .cta-panel {
        width: 100%;
        height: auto;
    }

    .cta-left {
        padding: 30px 22px;
    }

    .cta-middle,
    .cta-right {
        padding: 24px 22px;

        justify-content: center;
    }

    .cta-left::after,
    .cta-middle::after {
        display: none;
    }

    .cta-icon {
        width: 48px;
        min-width: 48px;

        font-size: 43px;
    }

    .cta-content h2 {
        font-size: 21px;
    }

    .cta-content p {
        font-size: 13px;
    }

    .cta-primary,
    .cta-secondary {
        width: min(100%, 320px);
    }
}

