body {
    margin: 0;
    background-color: #E0E9F6;
    color: #303D42;
    font-family: 'Montserrat', Arial, sans-serif;
}
.hidden {
  display: none;
}

.no-scroll {
  overflow: hidden;
}

.desktop-hide {
 display: none;
}
.iframe-container {
  max-width: 877px;
  width: 100%;
  min-width: 877px;
  height: 1272px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 24px;
  padding-top:24px;
}


.iframe-container iframe {
  width: 100%;
  height: 1280px; 
  border: none;
  overflow: hidden;
  display: block;
  border-radius: 24px;
}

.sticky-image-button-wrapper {
  position: fixed;
  bottom: 1px;
  right: 0;
  z-index: 1000;
  display: inline-flex;
  align-items: center;
  padding: 4px 1px 1px 4px;
  border-top-left-radius: 24px;
  background: linear-gradient(to left, #FFAAF1, #FBA466); 
  text-decoration: none;
}


.sticky-image-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ffffff; 
  color: #BB4E00;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 700;
  padding: 10px 24px;
  border-radius: 24px 0 0 0; 
  text-decoration: none;
  line-height: 1;
}


.sticky-image-button img {
  width: 18px;
  height: 18px;
  display: inline-block;
  object-fit: contain;
}


/* Font style */

sup {
  font-size: 63%;
  vertical-align: super;
}

h1 {
  font-family: 'Halogen', Arial, sans-serif;
  font-size: 60px;
  line-height: 1.2;
  font-weight: 300;
  color: #303D42; /* Dark slate color, adjust as needed */
  margin: 0;
  padding: 0;
  letter-spacing: 0.2px; 
}
h2 {
  font-family: 'Halogen', Arial, sans-serif;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 300;
  color: #303D42; /* Dark slate color, adjust as needed */
  margin: 0;
  padding: 0;
  letter-spacing: 0.2px; 
}
h3 {
  font-family: 'Halogen', Arial, sans-serif;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 300;
  color: #303D42; /* Dark slate color, adjust as needed */
  margin: 0;
  padding: 0;
  letter-spacing: 0.2px; 
}
h4 {
  font-family: 'Halogen', Arial, sans-serif;
  font-size: 28px;
  line-height: 1.4;
  font-weight: 300;
  color: #303D42; /* Dark slate color, adjust as needed */
  margin: 0;
  padding: 0;
  letter-spacing: 0.2px; 
}

s1 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 32px;
  line-height: 1.4;
  font-weight: 500;
  color: #303D42; 
  margin: 0;
  padding: 0;
  letter-spacing: 0.2px; 
}
s2 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 500;
  color: #303D42; 
  margin: 0;
  padding: 0;
  letter-spacing: 0.2px; 
}
s3 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
  color: #303D42; 
  margin: 0;
  padding: 0;
  letter-spacing: 0.2px; 
}
s4 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
  color: #303D42; 
  margin: 0;
  padding: 0;
  letter-spacing: 0.2px; 
}

span {
    color: #FF2ADD;
    font-weight: 700;
}

strong {
  font-weight: 700;
}

.popup-message span {
    color: #FF2ADD;
    font-weight: 700;
}

.container {
  padding: 24px 48px;
}

.bgf3f6fb {
 background-color: #f3f6fb !important;
}

.hero-lung-cancer-care {
  display: flex;
  justify-content: flex-start;           
  align-items: center;
  background-color: #E0E9F6;
  padding: 0px 48px;
  font-family: Arial, sans-serif;
  position: relative;
  gap: 60px;
 
}

.hero-text-content {
  max-width: 50%;
  margin-right: 24px;                    
}

.hero-text-content h2 {
  color: #DF25C2;
  margin: 0;
}

.hero-text-content h1 {
  color: #DF25C2;
  font-weight: 700;
  margin: 0;
}

.hero-text-content s2 {
  color: #DF25C2;
  margin-top: 16px;
}

.hero-image-container {
  flex-shrink: 0;                   
}

.hero-desktop-image {
  width: 563px;
  height: 368px;
  display: block;
}

.hero-desktop-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 0;
}

.hero-mobile-image {
  display: none;
}



/* Header and Navi Bar */
header {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 48px;
    height: 80px;
    
}

.headerlogo {
    display: flex;
    align-items: center;
   
}

.headerlogo img {
    margin-right: 10px;
    width:225px;
    height: 56px;
}

nav a {
  color: #333;
  text-decoration: none;
  font-weight: bold;
}

.navarrow {
  display: flex;
  gap: 24px;
  height: 80px;
}

.navitem {
  display: flex;            
  align-items: center;      
  font-weight: bold;
  color: #333;
  font-size: 24px;
  font-family: 'Montserrat', Arial, sans-serif;
}

.navitem a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: inherit;
}

.navitem img {
  height: 22px;
  width: 22px;
  display: block;
}
.signup-btn-wrapper {
    display: inline-block;
    padding: 4px; 
    border-radius: 50px;
    background: linear-gradient(to left, #FFAAF1, #FBA466); 
}
.signup-btn {
    display: inline-flex;           
    align-items: center;           
    gap: 8px;   
    text-decoration: none;
    background: #FFFFFF;
    color: #BB4E00;       
    padding: 10px 20px;
    border-radius: 48px;
    cursor: pointer;
    font-size: 18px; 
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

.signup-btn img {
    width: 18px;
    height: 18px;
    display: block;            
}

/* Header and Navi Bar Ends*/
.hero {
    background-color: #e9eaf5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px;
}

.hero-image {
    position: relative;
    width: 100%;
}

.hero-image img {
    width: 100%;
    display: flex;
}

/* Outer frame with background */
.frame1 {
    background-color: #E0E9F6;
    padding: 0px 0px 48px;
    text-align: center;
}

/* Inner container for learn-more and cards */
.card-wrapper {
    background-color: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

/* Header section */
.learn-more {
    padding: 48px;
    text-align: left;
    font-family: 'Halogen',Arial, sans-serif;
    border-bottom: 4px solid #E0E9F6;
}


/* Cards container */
.cards {
    background-color: #F9FBFD;
    padding: 0px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

/* Individual card */
.card {
    padding: 48px;
    display: flex;
    flex-direction: column;
    align-items: left;
    text-align: left;
    background-color: #F9FBFD;
    flex: 1 1 300px;
    max-width: 100%;
    min-width: 260px;
    gap: 28px;
}

/* Card content layout */
.card-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    margin-bottom: 20px;
}

/* Text section in card */
.card-content .text p {
    margin: 0;
    font-size: 16px;
    color: #333;
}


/* Icon image */
.card img {
    width: 96px;
    height: 96px;
    object-fit: contain;
    flex-shrink: 0;
}

.card-btn-wrapper {
    display: inline-block;
    padding: 4px; 
    width: fit-content;
    border-radius: 50px;
    background: linear-gradient(to left, #FFAAF1, #FBA466); 
}

/* Card button */
.card-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #FFFFFF;
  color: #BB4E00;
  border-radius: 999px;
  font-family: 'Montserrat',Arial, sans-serif;
  font-size: 18px; 
  font-weight: 700;
  padding: 12px 24px; 
  cursor: pointer;
  height: auto;
  width: fit-content;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.card-btn img {
  width: 9px;
  height: 13px;
  display: block;
}



.stay-informed {
    background-color: #2a2a2a;
    color: #ffffff;
    text-align: left;
    align-items: left;
    border-radius: 24px;
    padding: 48px; /* Added spacing */
}

.stay-informed span {
    color: #FF7FEB;
    font-weight: 700;
}
 
.stay-informed h3 {
    color: #ffffff;
}

.register-wrapper {
    display: inline-block;
    padding: 4px; 
    border-radius: 50px;
    background: linear-gradient(to left, #FFAAF1, #FBA466); 
}

.register {
    background-color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    gap: 8px;
    color: #BB4E00 !important;
    border: none;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 18px; 
    font-weight: 700;
    padding: 12px 24px; 
    cursor: pointer;
    height: auto;
    width: fit-content;
    line-height: 1.2;
    text-align: center;
}
.register img {
    width: 18px;
    height: 18px;
    display: block; 
}
/* Top Section */
.top-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #ffffff;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom: solid #E0E9F6 4px;
}

.left-column {
  flex: 1 1 300px;
  padding: 48px;
  border-right: solid #E0E9F6 4px;
  }


.right-column {
  flex: 1 1 300px;
  font-size: 18px;
  padding:48px;
  line-height: 1.8;
  font-family: 'Montserrat', Arial, san-serif;
  font-weight: 400;
}

/* Font weights */
.bold {
  font-weight: 600;
}

.extra-bold {
  font-weight: 800;
}

/* Image Section */
.image-section {
  text-align: center;
  background: linear-gradient(to left, #fcd7e2, #cfeef9);
  padding: 0;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

.full-diagram {
  width: 100%;
  height: auto;
  display: block;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.three-wrapper { 
  padding: 24px 48px 4px; 
  display:flex; 
  justify-content:center; 
}

.three-card {
  width: 100%;
  background: #ffffff;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

/* TOP ROW */
.three-top-row {
  display: flex;
  align-items: stretch;
}

.three-top-left {
  flex: 1 1 50%;
  display:flex;
  align-items:flex-start;
  padding: 48px;
  border-right: solid #E0E9F6 4px;
  border-bottom: solid #E0E9F6 4px;
}


.three-top-right {
  flex: 1 1 50%;
  padding: 48px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  border-bottom: solid #E0E9F6 4px;
}

.three-lead {
  margin: 0 0 8px 0;
  font-size: 18px;
  line-height: 1.8;
  color: #303D42;
}


/* THREE BOTTOM ROW */
.three-bottom-row {
  display: flex;
  align-items: flex-start;
  padding: 48px;
  gap: 48px;
}

.three-bottom-left {
  flex: 1 1 50%;
}
.three-subheading {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  color: #303D42;
  font-family: 'Montserrat', Arial, san-serif;
}

.three-bottom-right {
  flex: 1 1 50%;
  display:flex;
  align-items:flex-start;
  
}

.three-facts-list {
  list-style:none;
  margin: 0;
  padding: 0;
  width: 100%;
  display:flex;
  flex-direction:column;
  gap: 18px;
}

.three-fact {
  display:flex;
  align-items:center;
  gap: 10px;
}

.three-fact-icon {
  width: 80px;
  height: 80px;
  object-fit:contain;
  display:block;
  border-radius: 50%;
  padding: 0px;
}

.three-fact-text {
  font-size: 18px;
  line-height:1.4;
  color: #303D42;
  font-weight: 500;
  font-family: 'Montserrat', Arial, san-serif;
}
/* Wrapper */
.four-wrapper {
  padding: 0px 48px;
  display: flex;
  justify-content: center;
}

.four-card {
  width: 100%;
  background: #ffffff;
  padding: 0px;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}

/* QUOTE ROW */
.four-quote-row {
  display: flex;
  gap: 24px;
  align-items: center;
  background-color: #F3F6FB;
  border-bottom: solid #E0E9F6 4px;
}

.four-quote-left { flex: 1 1 60%; padding: 0px 48px; 
                  text-align: center; align-items: center;
                  flex-direction: column; display: flex;
                  gap: 8px;
}

.four-quote-mark img{
   width: 68px;
  display:flex;
  height: 21px;
  align-items: center;
}
.four-quote-mark {
  display:flex;
  justify-content: center;
  align-items: center;
}

.four-quote-right {
  flex: 1 1 40%;
  text-align: left;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  color: #303D42;
  margin: 0;
  border-left: solid #E0E9F6 4px;
}

.four-quote-img {
  width: 100%;
  display:block;
  height: auto;
  object-fit: cover;
}

/* INFO ROW */
.four-info-row-desktop {
  display: flex;
}

.four-info-left {
  flex: 1 1 50%;
  border-right: solid #E0E9F6 4px;
}

.four-info-img {
  width: 100%;
  height: 100%;
  display:block;
  border-bottom-left-radius: 24px;
  object-fit: fill;
}


.four-info-right {
  flex: 1 1 50%;
  display: flex;
  align-items: center;
  padding: 0px;
}
.four-info-right s2 {padding: 48px;}

/* Mobile Nav Button (for mobile if needed) */
.mobile-header,
.mobile-menu-overlay {
  display: none;
}
/* Biomarker Section Layout */
.biomarker-section {
  display: flex;
  flex-wrap: wrap;
  background-color: #ffffff;
  border-radius: 16px;
  overflow: hidden;
}

/* Left Column: Icon + Gradient */
.icon-column-desktop {
  
  flex: 1 1 210px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  position: relative;
  min-height: 100%;
  border-right: solid #E0E9F6 4px;
}

.icon-column-desktop img {
  width: 100%;
  height: 100%;
  display: block;
  min-width: 432px;
  min-height: 436px;
}

/* Right Column: Text in Rows */
.text-column {
  flex: 2 1 400px;
  display: flex;
  flex-direction: column;
}
.text-rowh {
  border-bottom: solid #E0E9F6 4px;
  padding: 48px;
}

/* Heading Row */

.bold {
  font-weight: 700;
}

/* Content Row */
.content-row .lead {
  font-size: 24px;
  font-weight: 500;
  font-family: 'Montserrat', Arial, san-serif;
  line-height: 1.4;
  margin: 0;
}
.text-rowc {
  padding: 48px;
}

.content-row p {
  font-size: 16px;
  line-height: 1.8;
  font-family: 'Montserrat', Arial, san-serif;
  letter-spacing: 0px;
}
.Reference {
 padding: 24px 48px;
 font-size: 16px;
 font-family: 'Montserrat', Arial, san-serif;
 font-weight: 400;
 color: #303D42;
 gap: 24px;
 line-height: 1.8;
 }
.Reference a {
 color: #303D42;
}
.Reference em {
font-size: 16px;
 font-family: 'Montserrat', Arial, san-serif;
 font-weight: 400;
 color: #303D42;
 line-height: 1.8;
}

/* pop up */
/* Popup container */
#PopupBox {
  display: none;
  position: fixed;
  z-index: 1200;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

  .popup-button-wrapper {
    padding: 24px 48px 40px;
  }

/* Inner popup box */
#PopupBox > .popup-content {
  background-color: #ffffff;
  margin: 24px auto;
  max-width: 888px;
  border-radius: 24px;
  position: relative;
  color: #303D42;
  padding: 48px 0px;
}

/* Title */
.popup-title {
  padding: 0px 48px 24px;
  text-align: left;
  color: #303D42;
}

/* Divider lines */
.popup-divider {
  border: none;
  border-top: 4px solid #E0E9F6;
}

/* Message */
.popup-message {
  text-align: text;
  color: #000000;
  padding: 48px;
}

.popup-message b1 {
 font-size: 20px;
 line-height: 1.8;
}

/* Button container */
.popup-buttons {
  position: absolute;
  display: flex;
  gap: 24px;
}

#Stay {
    width: 202px !important;    
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0;
    gap: 10px !important;    
    font-size: 18px !important;
    font-weight: 700 !important;
    border-radius: 999px !important;
    box-sizing: border-box !important;
    background: #ffffff !important;       
    border: 2px solid #859387 !important; 
    color: #353B36 !important;
    text-decoration: none !important;
    cursor: pointer !important;

}

#Stay img{
    width: 22px;
    height: 22px;
}

/* Footer */
.footer {
  background-color: #2a3a3c;
  color: #ffffff;
  font-family: 'Monserrat', Arial, sans-serif;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 24px;
  padding: 0px 48px;
  border-bottom: 3px solid #5A6468;
  
}

.footer-left {
  flex: 1;
  min-width: 28%;
  display: flex;
  align-items: center; 
  gap: 24px;
  padding: 48px 0px;
}

.footer-logo {
  width: 120px;
  flex-shrink: 0; 
}

.footer-left p {
  font-style: normal;
  font-size: 14px;
  line-height: 1.8;
  color: #ffffff;
  font-family: 'Montserrat', Arial, san-serif;
  margin: 0; 
}

.footer-center {
    flex: 2;
    min-width: 200px;
    color: #303D42;
    padding: 48px 0px;
    border-left: 3px solid #5A6468;
    padding-left: 30px;
}

.footer-center p {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  font-family: 'Montserrat', Arial, san-serif;
  color: #fff;
  margin: 0; 
}

.footer-right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 290px;
  padding: 48px 0px;
}

.mission-btn-wrapper {
    display: inline-block;
    padding: 4px; 
    border-radius: 50px;
    background: linear-gradient(to left, #FFAAF1, #FBA466); 
}

.mission-btn {
  display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #FFF;
    color: #BB4E00;
    padding: 10px 24px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Montserrat', Arial, sans-serif;
    text-decoration: none;
}

.mission-btn img {
    width: 18px;
    height: 18px;
    display: block;
}

.continue-btn {
  display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #FFF;
    color: #BB4E00;
    padding: 10px 24px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Montserrat', Arial, sans-serif;
    text-decoration: none;
}

.continue-btn img {
    width: 18px;
    height: 18px;
    display: block;
}

.footer-bottom {
  color: #cccccc;
  font-size: 14px;
  padding: 48px;
}

.disclaimer {
  font-style: italic;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Montserrat', Arial, san-serif;
  line-height: 1.8;
}

.footer-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  padding: 0;
  max-width: 1200px;   
  margin: 0 auto 0 0;     
  width: 100%;
}

.footer-meta span {
 color: #ffffff;
 font-weight: 400;
}

.footer-meta p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Montserrat', Arial, san-serif;
  line-height: 1.8;
  white-space: nowrap;
  color: #ffffff;
}

.footer-links {
  display: flex;
  gap: 20px;
  padding: 0px 48px 0px 0px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  font-family: 'Montserrat', Arial, san-serif;
  color- #ffffff;
}

.footer-links a {
  color: #ffffff;
  font-weight: 700;
  white-space: nowrap; /* Prevent breaking mid-link */
}

/* ---------- MOBILE STYLES ---------- */
@media (max-width: 768px) {

  .desktop-header {
  display: none;
}

/* Header and Navi Bar */
/* Mobile Nav Button (for mobile if needed) */
.mobile-header,
.mobile-menu-overlay {
  display: block;
}
.mobile-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  padding: 0px;
  background: white;
}

.mobileheaderlogo img {
  width: 160px;
  height: auto;
  padding: 12px 16px;
  z-index: 1100;
}

.hamburger {
  font-size: 24px;
  background: #DF25C2;
  color: white;
  padding: 14px 24px;
  cursor: pointer;
}

.mobile-menu-overlay {
  position: block;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  background-color: #ffffff;
  z-index: 1000;
  flex-direction: column;
}

.mobile-menu-overlay.active {
  display: flex;
}
.hidden {
  display: none;
}

.overlay-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}

.close-btn {
  font-size: 24px;
  background: #DF25C2;
  color: white;
  padding: 14px 25px;
  height: 32px;
  cursor: pointer;
  text-align: center;
}

.overlay-nav {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px;
}

.overlay-nav a {
  font-size: 18px;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.navarrow {
    display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  }

  .navitem {
    text-align: center;
    color: 303D42;
  }
 
 .signup-btn-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}

.signup-btn {
  width: auto;               
  max-width: 90%;  
  color: BB4E00 !important;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  text-align: left;
  padding: 8px 25px;
  text-decoration: none;
}

.signup-btn img {
    width: 8px;
    height: 14px;
    display: block;
}

/* Header and Navi Bar Ends */

  .hero {
    flex-direction: column;
    padding: 20px;
    text-align: center;
    
  }

  .hero-image img {
    width: 100%;
    height: auto;
    padding: 0px 0px 12px 0px;
  }

  .learn-more {
    font-size: 32px;
    line-height: 1.4;
    padding: 24px;
    text-align: left;
    border-bottom: 0;
  }

 .cards {
    flex-direction: column !important;
    gap: 0 !important;
  }

  .card {
    padding: 24px !important;
    border-right: none !important;
    border-top: 4px solid #E0E9F6 !important;
    border-radius: 0 !important;
    max-width: 100% !important;
    box-shadow: none !important;
    background: #ffffff !important;
    flex: 0 1 auto;
    gap: 24px;
  }

  .card-content {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    gap: 12px !important;
    padding: 0 !important;
    width: 100% !important;
    margin: 0px !important;
  }

  /* ensure the text block uses full width */
  .card-content .text {
    width: 100% !important;
  }

  /* small intro line */
  .card-content .text h3 {
    margin: 0 !important;
    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #6b7a7f !important;
    line-height: 1 !important;
  }

  /* main title */
  .card-content .text h2 {
    margin: 0px 0 0 0 !important;
    font-family: "Halogen", Arial, sans-serif !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #13282b !important;
    line-height: 1.05 !important;
  }

  /* icon positioning under title, left aligned */
  .card-content img {
    width: 72px !important;
    height: 72px !important;
    object-fit: cover !important;
    border-radius: 10px !important;
    margin-top: 8px !important;
    display: block !important;
  }

  /* full-width pill CTA */
  .card-btn {
    width: 263px !important;
    height: 54px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    padding: 14px 16px !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    border-radius: 999px !important;
    box-sizing: border-box !important;
    background: #ffffff !important; 
    color: #BB4E00 !important;
    text-decoration: none !important;
    cursor: pointer !important;
    text-align: left !important;
  }

  .card-btn img {
    width: 8px !important;
    height: 14px !important;
    object-fit: contain !important;
  }

  .stay-informed {
    padding: 24px;
    border-radius: 16px;
    text-align: left;
  }

  .stay-informed h4 {
    font-size: 22px;
    width: 90% !important;
    line-height: 1.4;
    font-family: 'Halogen', sans-serif !important;
  }

  .stay-informed button {
    width: 246px !important;
    height: 54px !important;
    font-size: 16px;
    padding: 14px 16px;
    justify-content: center;
    font-family: 'Montserrat', Arial, sans-serif;
  }

  .register img {
    width: 18px;
    height: 18px;
  }
   .top-section {
    flex-direction: column;
    gap: 0px !important;
  }

  .left-column h2 {
    font-size: 28px;
    line-height: 1.08;
  }
  .left-column {
    padding: 24px;
    flex: 0 1 auto;
    border-right: 0;
    border-bottom: solid #E0E9F6 4px;
   }

  .right-column {
   padding: 24px;
    flex: 0 1 auto;
    border-right: 0;
    
    font-size: 16px;
    font-height: 1.8;
  }
  .biomarker-section {
    flex-direction: column;
  }

  .icon-column-mobile {
    background: #E0E9F6;
    width: 100% !important;
    flex 0 1 auto;
    display: block !important;
  }
  .icon-column-mobile img{
   width: 364px !important;
    height: 192px !important;
   border-top-left-radius: 16px;
   border-top-right-radius: 16px;
   
  }
  .text-column {
    flex: 0 1 auto;
   
  }
  .text-rowh {
    padding: 24px;
}
  .text-rowc {
    padding: 24px;
}

/* Three */
  .three-card { padding: 0px; }
  .three-wrapper { padding: 12px 24px 4px; }
  .three-top-row {
    flex-direction: column;
  }
  
  .three-bottom-row {
    flex-direction: column;
    padding:24px;
    gap: 24px;
  }

  .three-top-left{
    flex: none;
    width: 100%;
    
    padding: 0;
    border-left: 0;
  }
.three-top-right, .three-bottom-left{
    flex: none;
    width: 100%;
    padding: 0;
    border-right: 0;
  }
   .three-bottom-right {
    flex: none;
    width: 100%;
    padding: 0;
    border-right: 0;
  }
  .three-page-title {
    padding: 24px;
    font-size: 28px;
    line-height: 1.08;
  }
  .three-lead {
    padding: 24px;
    font-size: 16px;
    line-height: 1.6;
  }
  .three-subheading {
    padding: 24px;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 500;
    font-family: 'Montserrat', Arial, sans-serif;
  }

  .three-emph { font-size: 30px; }

  .three-section-divider { margin: 18px 0; }

  .three-fact-text{
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
    font-family: 'Montserrat', Arial, sans-serif;
  }

  .three-facts-list {
    align-items: center;
  }

  .three-fact { 
    flex-direction: row;
    text-align: left; 
    width: 100%; 
    max-width: 420px; 
    gap: 16px;
  }

  .three-fact-icon { width: 72px; height:72px; }

   .four-quote-row,
  .four-info-row-mobile {
    flex-direction: column;
  }
/* Four */
  .four-wrapper { padding: 0px 24px 12px; }
  .four-quote-left {
    text-align: center;
    padding: 24px 24px 12px;
  }
  .four-quote-text, .four-quote-author{
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 20px;
    font-weight: 500;
  }
  .four-info-right {
    align-items: flex-start;
    text-align: left;
  }
  .four-info-left img {
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
  }
  .container {
  padding: 12px 24px;
  max-width: 390px;
  margin: auto;
}

.four-info-right s2 {
    padding: 24px;
}
 h2 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 400;
  color: #303D42; /* Dark slate color, adjust as needed */
  margin: 0;
  padding: 0;
  letter-spacing: 0.2px; 
}
h3 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 400;
  color: #303D42; /* Dark slate color, adjust as needed */
  margin: 0;
  padding: 0;
  letter-spacing: 0.2px; 
}
.mobile-hide {
 display: none;
}
.desktop-hide {
 display: block;
}
.iframe-container {
    min-width: 342px;
    width: 342px;
    max-width: 342px;
    height:1500px;
    border-radius: 24px;
    overflow: hidden;
}

.iframe-container iframe {
    width: 100%;
    height:1500px;
    border: none;
    display: block;
    border-radius: 24px;
}

  .Reference {
    width: 100%;
    box-sizing: border-box;
    padding: 0 24px;
    overflow-wrap: break-word;
    word-break: break-word;
  }

  .Reference a,
  .Reference em {
    white-space: normal;
    word-break: break-word;
  }

.sticky-image-button-wrapper {
    display: none !important;
  }

#PopupBox > .popup-content {
    margin: 20% auto;
    width: 90%;
    max-width: 100%;
    padding: 24px 0px;
    border-radius: 16px;
  }

  .popup-title {
    padding: 0px 24px 16px;
    font-size: 18px;
    text-align: left;
   word-break: break-word;
  }

  .popup-message {
    padding: 16px 24px;
    font-size: 16px;
    text-align: left;
  }

  .popup-message b1 {
   font-size: 16px !important;
}

  .popup-buttons {
    flex-direction: column;
    align-items: flex-start;
    position: static;
    padding: 0 24px;
    gap: 16px;
    width: 100%;
  }

  #Stay a {
    width: 294px !important;
    height: 54px !important;
    padding: 0 16px !important;
    font-size: 18px !important;
    font-weight: 700px;
    justify-content: flex-start !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    white-space: nowrap !important;
    box-sizing: border-box !important;
    border-radius: 999px !important;
    text-decoration: none !important;
  }
#ExternalPage a {
    width: 294px !important;
    height: 54px !important;
    padding: 16px 6px !important;
    font-size: 18px !important;
    justify-content: flex-start !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    white-space: nowrap !important;
    box-sizing: border-box !important;
    border-radius: 999px !important;
    text-decoration: none !important;
  }
  #Stay {
    background: #ffffff !important;
    border: 2px solid #859387 !important;
    color: #353B36 !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    padding: 16px 24px;
    width: 294px !important;
  }

  #Stay img,
  #ExternalPage img {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    margin-left: auto;
  }
 .continue-btn {
    display: inline-flex;
    align-items: center;
    gap: 85px;
    background: #FFF;
    color: #BB4E00;
    padding: 10px 24px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Montserrat', Arial, sans-serif;
    text-decoration: none;
    line-height: 1;
  }

  .continue-btn img {
    width: 18px;
    height: 18px;
    display: block;
  }

  .mission-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #FFF;
    color: #BB4E00;
    padding: 10px 24px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Montserrat', Arial, sans-serif;
    text-decoration: none;
    line-height: 1;
  }

  .mission-btn img {
    width: 18px;
    height: 18px;
    display: block;
  }
  .popup-button-wrapper {
    padding: 16px 0px;
  }

 .down-card-btn-wrapper {
    display: inline-block;
    padding: 4px; 
    width: fit-content; 
    border-radius: 50px; 
    background: linear-gradient(to left, #FFAAF1, #FBA466);
}

/* Footer */
   .footer-top {
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    gap: 0;
  }

  .footer-right {
    flex: none;
    width: 100%;
    min-width: auto;
    padding: 12px 24px 24px;
    border-left: none;
    justify-content: flex-start;
    box-sizing: border-box;
    display: block;
  }
  .footer-left {
    flex: none;
    width: 100%;
    min-width: auto;
    padding: 24px;
    border-left: none;
    justify-content: flex-start;
    box-sizing: border-box;
    display: block;
    border-bottom: 3px solid #5A6468;
  }
  .footer-center {
    flex: none;
    font-size: 16px;
    width: 100%;
    min-width: auto;
    padding: 24px 24px 12px;
    border-left: none;
    justify-content: flex-start;
    box-sizing: border-box;
    display: block;
  }
  .footer-center p {
   font-size: 16px;
  }
   .footer-logo{
     width: 260px;
     padding: 24px 0px;
  }
  .disclaimer {
    padding: 12px 0px 24px;
    margin:0;
  }
  .footer-right {
    justify-content: flex-start;
  }

  .footer-meta {
    flex-direction: column-reverse;
    align-items: flex-start;
    width: 100%;
    gap: 12px;
    box-sizing: border-box;
  }

  .footer-meta p {
    white-space: normal;
    width: 100%;
  }

  .footer-links {
    flex-direction: column;
    gap: 8px;
    width: 100%;
    box-sizing: border-box;
  }

  .footer-links a {
    white-space: normal;
  }

  .footer-bottom {
    padding: 24px;
    box-sizing: border-box;
  }
/* Font style */
h1 {
  font-family: 'Halogen', Arial, sans-serif;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 300;
  color: #303D42; 
  margin: 0;
  padding: 0;
  letter-spacing: 0.2px; 
}
h2 {
  font-family: 'Halogen', Arial, sans-serif;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 300;
  color: #303D42; 
  margin: 0;
  padding: 0;
  letter-spacing: 0.2px; 
}
h3 {
  font-family: 'Halogen', Arial, sans-serif;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 300;
  color: #303D42; 
  margin: 0;
  padding: 0;
  letter-spacing: 0.2px; 
}
h4 {
  font-family: 'Halogen', Arial, sans-serif;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 300;
  color: #303D42; 
  margin: 0;
  padding: 0;
  letter-spacing: 0.2px; 
}

s1 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 500;
  color: #303D42; 
  margin: 0;
  padding: 0;
  letter-spacing: 0.2px; 
}
s2 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
  color: #303D42; 
  margin: 0;
  padding: 0;
  letter-spacing: 0.2px; 
}
s3 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
  color: #303D42; 
  margin: 0;
  padding: 0;
  letter-spacing: 0.2px; 
}
s4 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  color: #303D42; 
  margin: 0;
  padding: 0;
  letter-spacing: 0.2px; 
}

.hero-lung-cancer-care {
    flex-direction: column-reverse;
    text-align: left;
    padding: 0;
    gap: 30px;
  }

  .hero-desktop-image {
    display: none;
  }

  .hero-mobile-image {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-bottom: 10px;
  }

  .hero-mobile-image img {
    min-width: 244px;
    height: 323px;
    object-fit: cover;
    border-radius: 0;
  }

  .hero-text-content {
    max-width: 100%;
    text-align: left;
    padding: 0px 24px 48px;
  }

  .hero-text-content h2 {
    font-size: 28px;
  }

  .hero-text-content h2 span {
    font-size: 34px;
  }

  .hero-text-content p {
    font-size: 16px;
  }

}
