/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

:root {
  --cnvs-themecolor:	#02c9e8;
  --cnvs-themecolor-rgb:	2, 201, 232;
  --bs-link-color:	var(--cnvs-themecolor);
  --bs-link-color-rgb:	var(--cnvs-themecolor-rgb);
  --bs-link-hover-color:	var(--cnvs-heading-color);
  --cnvs-white:	#fff;
  --cnvs-black:	#000;
  --cnvs-headings-font-weight:	600;
  --color-primary-dark: #0198b0;
  --color-dark-bg: #0d2233;
  --color-dark-secondary: #1a2a3a;
  --color-light-bg: #f0fdfe;
  --color-border-light: #e0f7fa;
  --color-text-primary: #0d1f2d;
  --color-text-body: #374151;
  --color-text-muted: #6b7280;
}

#header {

  /*  Primary Menu */
  --cnvs-primary-menu-font-weight: 700;
  --cnvs-primary-menu-font-size: 0.9rem;
	
  --cnvs-primary-menu-submenu-font-size: 0.9rem;
  --cnvs-primary-menu-submenu-font-weight: 600;
}
.menu-link {
  --cnvs-primary-menu-tt:	none;
  --cnvs-primary-menu-submenu-tt:	none;
}

.is-expanded-menu .menu-link {
  --cnvs-primary-menu-padding-y: calc(calc(var(--cnvs-sticky-header-height) - 22px) * 0.5);
  --cnvs-primary-menu-padding-x: 5px;
  transition: margin 0.4s ease, padding 0.4s ease;
}
.sc-gradient-bg {
	background: linear-gradient(180deg, #ffffff 0%, #f7fcfd 100%);
}

.sc-bg {
	background:#f7fcfd;
}

.widget_links:not(.widget-li-noicon) li::before {
	color: var(--cnvs-themecolor);
}

@media (max-width: 576px) {
  #header {
    position: fixed !important;
    top: 0;
    margin-top: 45px;
    width: 100%;
    z-index: 997;
  }
	#top-bar {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 998;
	}
  #slider {
	margin-top: 145px; /* header高度 */
  }
  .page-title {
	margin-top: 145px; /* header高度 */
	}
}

.hero-features {
	transform: translateY(-20%);
	padding: 25px;
	border-radius: 6px;
}

.hero-features i {
	font-size: 24px;
	line-height: 1.4;
}

.hero-features h5 {
	font-size: 15px;
	line-height: 1.6;
}
/* Responsive Device more than 992px (.device-md >)
-----------------------------------------------------------------*/
@media (min-width: 992px) {

	.hero-features {
		transform: translateY(-50%);
		padding: 40px 30px;
		max-width: 80%;
		margin-left: auto;
		border-left: 4px solid rgba(0, 0, 0, .2);
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;
	}
}
.h-bg-sc:hover {
  background-color: #DFF7FF !important;
}

/* 骨質疏鬆
-----------------------------------------------------------------*/
/* Themecolor button */
.button-themecolor {
  background-color: #02c9e8;
  color: #ffffff;
  border: 2px solid #02c9e8;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: background 0.25s, color 0.25s, transform 0.15s;
}
.button-themecolor:hover {
  background-color: #0891b2;
  border-color: #0891b2;
  color: #ffffff;
  transform: translateY(-2px);
}

.button-outline-themecolor {
  background: transparent;
  color: #02c9e8;
  border: 2px solid #02c9e8;
  font-weight: 700;
  transition: background 0.25s, color 0.25s;
}
.button-outline-themecolor:hover {
  background: #02c9e8;
  color: #ffffff;
}

/* Section label pill */
.section-label-pill {
  display: inline-block;
  background: rgba(2,201,232,0.1);
  color: #02c9e8;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 5px 16px;
  border-radius: 50px;
  margin-bottom: 14px;
}

/* Cyan check icon for lists */
.list-check-cyan {
  list-style: none;
  padding-left: 0;
}
.list-check-cyan li {
  padding: 6px 0 6px 32px;
  position: relative;
  color: #5a6a7a;
  font-size: 0.97rem;
  line-height: 1.6;
}
.list-check-cyan li::before {
  content: '\f058';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  color: #02c9e8;
  position: absolute;
  left: 0;
  top: 7px;
  font-size: 1.05rem;
}

/* Stat cards (hero) */
.hero-stat-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 18px 20px;
  box-shadow: 0 4px 20px rgba(2,201,232,0.12);
  border-top: 3px solid #02c9e8;
  flex: 1;
  min-width: 160px;
}
.hero-stat-card .stat-number {
  font-size: 1.6rem;
  font-weight: 900;
  color: #02c9e8;
  line-height: 1.15;
  margin-bottom: 4px;
}
.hero-stat-card .stat-desc {
  font-size: 0.8rem;
  color: #5a6a7a;
  line-height: 1.4;
}

/* Left-border info cards */
.info-card-left-border {
  background: #ffffff;
  border-left: 4px solid #02c9e8;
  border-radius: 0 10px 10px 0;
  padding: 22px 24px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.05);
  height: 100%;
}
/* Icon circle background 
.icon-circle-cyan {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background: rgba(2,201,232,0.12);
  color: #02c9e8;
  border-radius: 50%;
  font-size: 1.3rem;
  margin-bottom: 14px;
  flex-shrink: 0;
}
*/
/* Warning/alert box */
.warning-alert-box {
  border: 2px dashed #f59e0b;
  background: #fffbeb;
  border-radius: 10px;
  padding: 20px 24px;
}
.warning-alert-box .warning-title {
  color: #b45309;
  font-weight: 700;
  font-size: 0.9rem;
  margin-bottom: 10px;
}
/* Glass card (dark section) */
.glass-card-dark {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(2,201,232,0.3);
  border-radius: 14px;
  padding: 28px 22px;
  transition: border-color 0.25s, background 0.25s, transform 0.2s;
}
.glass-card-dark:hover {
  border-color: rgba(2,201,232,0.75);
  background: rgba(255,255,255,0.09);
  transform: translateY(-4px);
}
/* Strategy cards (diagnosis section) hover border top */
.strategy-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 28px 22px;
  box-shadow: 0 2px 14px rgba(0,0,0,0.06);
  border-top: 4px solid transparent;
  transition: border-color 0.25s, transform 0.2s, box-shadow 0.2s;
  height: 100%;
}
.strategy-card:hover {
  border-top-color: #02c9e8;
  transform: translateY(-5px);
  box-shadow: 0 8px 28px rgba(2,201,232,0.15);
}
/* Timeline (process section) 
.timeline-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  flex: 1;
}
.timeline-node {
  width: 56px;
  height: 56px;
  background: #02c9e8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 900;
  margin-bottom: 14px;
  box-shadow: 0 4px 16px rgba(2,201,232,0.4);
  position: relative;
  z-index: 2;
}
.timeline-connector {
  position: absolute;
  top: 28px;
  left: calc(50% + 28px);
  right: calc(-50% + 28px);
  height: 2px;
  border-top: 2px dashed rgba(2,201,232,0.5);
  z-index: 1;
}
@media (max-width: 767px) {
  .timeline-step { flex-direction: row; text-align: left; gap: 16px; margin-bottom: 24px; }
  .timeline-connector { display: none; }
}
*/
/* Comparison table 
.comparison-table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 12px;
  overflow: hidden;
}
.comparison-table thead th {
  background: #02c9e8;
  color: #ffffff;
  padding: 14px 20px;
  font-weight: 700;
  font-size: 0.95rem;
  text-align: center;
}
.comparison-table tbody tr {
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.comparison-table tbody td {
  padding: 13px 20px;
  text-align: center;
  font-size: 0.93rem;
  color: rgba(255,255,255,0.85);
  background: rgba(255,255,255,0.04);
}
.comparison-table tbody tr:nth-child(odd) td {
  background: rgba(255,255,255,0.07);
}
.comparison-table .label-col {
  text-align: left;
  font-weight: 700;
  color: #ffffff;
}
.comparison-table .good-value { color: #02c9e8; font-weight: 700; }
.comparison-table .bad-value  { color: #f87171; font-weight: 700; }
*/
#home h1 {
font-family: 'Noto Sans TC', sans-serif;
font-size: 3.5rem;
font-weight: 900;
color: #1a2a3a;
letter-spacing: -0.02em;
line-height: 1.15;
margin-bottom: 18px;
}
#home .hero-subtitle {
font-size: 1.2rem;
color: #5a6a7a;
line-height: 1.75;
margin-bottom: 0;
}
.hero-stat-card {
background: #ffffff;
border-radius: 12px;
padding: 18px 20px;
box-shadow: 0 4px 20px rgba(2,201,232,0.12);
border-top: 3px solid #02c9e8;
flex: 1;
min-width: 150px;
}
.hero-stat-card .stat-number {
font-family: 'Noto Sans TC', sans-serif;
font-size: 1.55rem;
font-weight: 900;
color: #02c9e8;
line-height: 1.2;
margin-bottom: 5px;
}
.hero-stat-card .stat-desc {
font-size: 0.8rem;
color: #5a6a7a;
line-height: 1.45;
}
.hero-stats-row {
display: flex;
gap: 14px;
flex-wrap: wrap;
margin-top: 28px;
margin-bottom: 32px;
}
.btn-hero-primary {
display: inline-block;
background: #02c9e8;
color: #ffffff;
font-family: 'Noto Sans TC', sans-serif;
font-weight: 700;
font-size: 0.95rem;
padding: 13px 28px;
border-radius: 50px;
text-decoration: none;
border: 2px solid #02c9e8;
transition: background 0.25s, transform 0.15s;
letter-spacing: 0.01em;
}
.btn-hero-primary:hover {
background: #0891b2;
border-color: #0891b2;
color: #ffffff;
transform: translateY(-2px);
}
.btn-hero-outline {
display: inline-block;
background: transparent;
color: #02c9e8;
font-family: 'Noto Sans TC', sans-serif;
font-weight: 700;
font-size: 0.95rem;
padding: 13px 28px;
border-radius: 50px;
text-decoration: none;
border: 2px solid #02c9e8;
transition: background 0.25s, color 0.25s, transform 0.15s;
letter-spacing: 0.01em;
}
.btn-hero-outline:hover {
background: #02c9e8;
color: #ffffff;
transform: translateY(-2px);
}
.hero-image-wrap {
position: relative;
}
.hero-image-wrap img {
border-radius: 18px;
box-shadow: 0 20px 60px rgba(2,201,232,0.18);
width: 100%;
object-fit: cover;
display: block;
}
.hero-deco-circle {
position: absolute;
width: 72px;
height: 72px;
background: rgba(2,201,232,0.14);
border-radius: 50%;
top: -22px;
right: -14px;
z-index: 0;
}
.hero-deco-circle-sm {
position: absolute;
width: 38px;
height: 38px;
background: rgba(2,201,232,0.10);
border-radius: 50%;
bottom: 20px;
left: -16px;
z-index: 0;
}
.section-label-pill {
display: inline-block;
background: rgba(2,201,232,0.1);
color: #02c9e8;
font-size: 0.78rem;
font-weight: 700;
letter-spacing: 0.12em;
text-transform: uppercase;
padding: 5px 16px;
border-radius: 50px;
margin-bottom: 18px;
font-family: 'Noto Sans TC', sans-serif;
}
@media (max-width: 991px) {
#home h1 { font-size: 2.4rem; }
.hero-image-wrap { margin-top: 40px; }
}
@media (max-width: 575px) {
#home h1 { font-size: 1.9rem; }
.hero-stats-row { flex-direction: column; }
.hero-stat-card { min-width: auto; }
}

#osteoporosis-info .section-label-pill {
  display: inline-block;
  background: rgba(2,201,232,0.10);
  color: #02c9e8;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 5px 16px;
  border-radius: 50px;
  margin-bottom: 14px;
}
#osteoporosis-info .info-card-left-border {
  background: #ffffff;
  border-left: 4px solid #02c9e8;
  border-radius: 0 10px 10px 0;
  padding: 28px 24px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.05);
  height: 100%;
  transition: box-shadow 0.2s, transform 0.2s;
}
#osteoporosis-info .info-card-left-border:hover {
  box-shadow: 0 6px 24px rgba(2,201,232,0.14);
  transform: translateY(-3px);
}
#osteoporosis-info .icon-circle-cyan {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background: rgba(2,201,232,0.10);
  color: #02c9e8;
  border-radius: 50%;
  font-size: 1.3rem;
  margin-bottom: 14px;
  flex-shrink: 0;
}
#osteoporosis-info .card-tag-pill {
  display: inline-block;
  background: rgba(2,201,232,0.10);
  color: #02c9e8;
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 3px 12px;
  border-radius: 50px;
  margin-top: 14px;
}
#osteoporosis-info .pull-quote-block {
  font-family: 'Noto Serif TC', serif;
  font-size: 1.1rem;
  font-style: italic;
  color: #5a6a7a;
  text-align: center;
  max-width: 700px;
  margin: 44px auto 0;
  padding: 20px 28px;
  position: relative;
}
#osteoporosis-info .pull-quote-block::before {
  content: '\201C';
  font-size: 4.5rem;
  color: #02c9e8;
  line-height: 1;
  display: block;
  margin-bottom: -18px;
  font-family: Georgia, serif;
  font-style: normal;
  opacity: 0.85;
}
#osteoporosis-info .body-text {
  font-size: 1.03rem;
  line-height: 1.85;
  color: #5a6a7a;
}
#osteoporosis-info .highlight-cyan {
  color: #02c9e8;
  font-weight: 700;
}
#osteoporosis-info .section-divider {
  border: none;
  border-top: 2px solid #e2ecf0;
  margin: 52px 0;
}
#clinic-features::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 50% -10%, rgba(2,201,232,0.18) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}
#clinic-features .section-inner {
  position: relative;
  z-index: 1;
}
#clinic-features .feature-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(2,201,232,0.3);
  border-radius: 14px;
  padding: 28px 22px;
  height: 100%;
  transition: border-color 0.25s, background 0.25s, transform 0.2s, box-shadow 0.25s;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#clinic-features .feature-card:hover {
  border-color: rgba(2,201,232,0.85);
  background: rgba(255,255,255,0.09);
  transform: translateY(-5px);
  box-shadow: 0 12px 32px rgba(2,201,232,0.15);
}
#clinic-features .feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background: rgba(2,201,232,0.15);
  border-radius: 50%;
  margin-bottom: 18px;
  flex-shrink: 0;
}
#clinic-features .feature-icon i {
  font-size: 1.3rem;
  color: #02c9e8;
}
#clinic-features .feature-card h5 {
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
  line-height: 1.4;
}
#clinic-features .feature-card p {
  font-size: 0.875rem;
  color: rgba(255,255,255,0.6);
  line-height: 1.7;
  margin-bottom: 0;
}
#clinic-features .comparison-table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 12px;
  overflow: hidden;
}
#clinic-features .comparison-table thead th {
  background: #02c9e8;
  color: #ffffff;
  padding: 14px 20px;
  font-weight: 700;
  font-size: 0.95rem;
  text-align: center;
  letter-spacing: 0.02em;
}
#clinic-features .comparison-table thead th:first-child {
  text-align: left;
}
#clinic-features .comparison-table tbody tr {
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
#clinic-features .comparison-table tbody td {
  padding: 14px 20px;
  text-align: center;
  font-size: 0.92rem;
  color: rgba(255,255,255,0.8);
  background: rgba(255,255,255,0.04);
  vertical-align: middle;
}
#clinic-features .comparison-table tbody tr:nth-child(odd) td {
  background: rgba(255,255,255,0.07);
}
#clinic-features .comparison-table .label-col {
  text-align: left;
  font-weight: 700;
  color: #ffffff;
}
#clinic-features .comparison-table .good-value {
  color: #02c9e8;
  font-weight: 700;
}
#clinic-features .comparison-table .bad-value {
  color: #f87171;
  font-weight: 700;
}
#clinic-features .table-wrapper {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(2,201,232,0.2);
  border-radius: 14px;
  overflow: hidden;
}

/* 體重管理
-----------------------------------------------------------------*/
.awareness-risk-item {
  display:flex;
  align-items:flex-start;
  gap:16px;
  margin-bottom:28px;
}
.awareness-risk-icon {
  width:44px;
  height:44px;
  min-width:44px;
  background:#02c9e8;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-size:1.1rem;
}
.awareness-risk-title {
  font-family:'Noto Sans TC',sans-serif;
  font-weight:700;
  font-size:1rem;
  color:#1a2e35;
  margin-bottom:4px;
}
.awareness-risk-body {
  font-size:0.875rem;
  color:#6b7f87;
  line-height:1.6;
  margin:0;
}
#awareness .problem-card {
  background:#fff;
  border-radius:12px;
  padding:22px 20px;
  box-shadow:0 2px 12px rgba(0,0,0,0.06);
  transition:box-shadow 0.2s;
  height:100%;
}
#awareness .problem-card:hover {
  box-shadow:0 8px 28px rgba(2,201,232,0.18);
}
#awareness .problem-card .card-icon {
  width:40px;
  height:40px;
  background:rgba(2,201,232,0.1);
  border-radius:10px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#02c9e8;
  font-size:1.1rem;
  margin-bottom:12px;
}
#awareness .problem-card h5 {
  font-family:'Noto Sans TC',sans-serif;
  font-weight:700;
  font-size:0.9375rem;
  color:#1a2e35;
  margin-bottom:6px;
}
#awareness .problem-card p {
  font-size:0.8125rem;
  color:#6b7f87;
  margin:0;
  line-height:1.6;
}
#awareness .callout-strip {
  background:#02c9e8;
  border-radius:14px;
  padding:22px 36px;
  text-align:center;
  margin-top:48px;
}
#awareness .callout-strip p {
  color:#fff;
  font-family:'Noto Sans TC',sans-serif;
  font-weight:700;
  font-style:italic;
  font-size:1.1rem;
  margin:0;
  letter-spacing:0.01em;
}
#methods .method-card {
background:#fff;
border-radius:16px;
padding:36px 24px;
text-align:center;
box-shadow:0 2px 16px rgba(0,0,0,0.07);
transition:transform 0.2s, box-shadow 0.2s;
height:100%;
}
#methods .method-card:hover {
transform:translateY(-6px);
box-shadow:0 12px 36px rgba(2,201,232,0.16);
}
#methods .method-icon-circle {
width:64px;
height:64px;
background:var(--cnvs-themecolor);
border-radius:50%;
margin:0 auto 20px;
display:flex;
align-items:center;
justify-content:center;
}
#methods .method-icon-circle i {
font-size:1.5rem;
color:#fff;
}
#methods .method-card h3 {
font-family:'Noto Sans TC',sans-serif;
font-size:1.1rem;
font-weight:700;
color:#1a2e35;
margin-bottom:10px;
}
#methods .method-card p {
font-size:0.875rem;
color:#6b7f87;
line-height:1.65;
margin:0;
}
#methods .highlight-box {
margin-top:48px;
background:#e8fafe;
border-left:4px solid var(--cnvs-themecolor);
border-radius:0 12px 12px 0;
padding:20px 28px;
max-width:680px;
margin-left:auto;
margin-right:auto;
}
#methods .highlight-box p {
font-family:'Noto Sans TC',sans-serif;
font-weight:700;
font-size:1.05rem;
color:#1a2e35;
margin:0;
}
#process .timeline-row {
  position: relative;
}
#process .timeline-row::before {
  content: '';
  position: absolute;
  top: 30px;
  left: 12.5%;
  right: 12.5%;
  height: 3px;
  background: #02c9e8;
  z-index: 0;
}
#process .step-card {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 0 16px;
}
#process .step-number {
  width: 60px;
  height: 60px;
  background: #02c9e8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  box-shadow: 0 4px 16px rgba(2,201,232,0.3);
}
#process .step-title {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #1a2e35;
  margin-bottom: 10px;
}
#process .step-desc {
  font-size: 0.875rem;
  color: #6b7f87;
  line-height: 1.7;
  margin: 0;
}
#process .comparison-table {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
  border-collapse: collapse;
}
#process .comparison-table th,
#process .comparison-table td {
  padding: 16px 24px;
  font-size: 0.9rem;
}
#process .comparison-table thead th:first-child {
  background: #f7f9fb;
  color: #6b7f87;
  font-weight: 600;
  font-size: 0.875rem;
}
#process .comparison-table thead .th-cyan {
  background: #02c9e8;
  color: #fff;
  font-weight: 700;
}
#process .comparison-table thead .th-dark {
  background: #1a2e35;
  color: #d0eef4;
  font-weight: 700;
}
#process .comparison-table tbody tr:nth-child(odd) td {
  background: #fff;
}
#process .comparison-table tbody tr:nth-child(even) td {
  background: #f7f9fb;
}
#process .comparison-table tbody td:first-child {
  color: #6b7f87;
  font-weight: 500;
}
#process .comparison-table tbody td.cell-cyan {
  color: #02c9e8;
  font-weight: 600;
}
#process .comparison-table tbody td.cell-dark {
  color: #6b7f87;
}
#process .badge-recommend {
  display: inline-block;
  background: #fff;
  color: #02c9e8;
  font-size: 0.68rem;
  font-weight: 700;
  border-radius: 20px;
  padding: 2px 8px;
  margin-left: 8px;
  vertical-align: middle;
  line-height: 1.4;
}
@media (max-width: 991px) {
  #process .timeline-row::before { display: none; }
  #process .step-card { margin-bottom: 32px; }
}
/* 老年醫學
-----------------------------------------------------------------*/
/* Badge pill — cyan */
.badge-cyan {
  display: inline-block;
  background: #02c9e8;
  color: #fff;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  padding: 6px 18px;
  border-radius: 999px;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}
/* Assessment card */
.assess-card {
  background: #fff;
  border-radius: 12px;
  padding: 36px 28px;
  text-align: center;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  height: 100%;
  border: 1px solid rgba(2,201,232,0.10);
}
.assess-card:hover {
  box-shadow: 0 12px 40px rgba(2, 201, 232, 0.22);;
  transform: translateY(-4px);
}
.assess-icon-wrap {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #02c9e8;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  color: #fff;
  font-size: 28px;
}
.assess-card h4 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #1a2236;
  margin-bottom: 14px;
}
.assess-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
.assess-card ul li {
  padding: 7px 0;
  font-size: 0.9375rem;
  color: var(--brand-body, #3d4a5c);
  border-bottom: 1px solid #f0fbfd;
  display: flex;
  align-items: center;
  gap: 8px;
}
.assess-card ul li:last-child { border-bottom: none; }
.assess-card ul li::before {
  content: '';
  width: 7px; height: 7px;
  border-radius: 50%;
  background: #02c9e8;
  flex-shrink: 0;
}
.assess-bottom-cta {
  text-align: center;
  margin-top: 48px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #02c9e8;
}
/* Features — left column dot list */
.feature-dot-list { list-style: none; padding: 0; margin: 0; }
.feature-dot-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid #f0fbfd;
  font-size: 1rem;
  color: #3d4a5c;
  font-weight: 500;
}
.feature-dot-list li:last-child { border-bottom: none; }
.feature-dot {
  flex-shrink: 0;
  width: 10px; height: 10px;
  border-radius: 50%;
  background: #02c9e8;
  margin-top: 6px;
}
/* Dark problem card */
.problem-card {
  background: #1a2236;
  border-radius: 12px;
  padding: 40px 36px;
  height: 100%;
}
.problem-card h4 {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 24px;
}
.problem-list { list-style: none; padding: 0; margin: 0 0 24px; }
.problem-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 0;
  border-bottom: 1px solid rgba(2,201,232,0.18);
  color: #e8f0f7;
  font-size: 0.9375rem;
}
.problem-list li:last-child { border-bottom: none; }
.early-tag {
  font-size: 0.75rem;
  font-weight: 700;
  font-family: 'Inter', sans-serif;
  color: #02c9e8;
  background: rgba(2,201,232,0.12);
  padding: 3px 10px;
  border-radius: 999px;
  white-space: nowrap;
}
.problem-emphasis {
  font-size: 0.9375rem;
  color: rgba(232,240,247,0.70);
  font-style: italic;
  margin-top: 8px;
}

/* Comparison table
.compare-table { width: 100%; border-collapse: separate; border-spacing: 0; border-radius: 14px; overflow: hidden; box-shadow: 0 4px 24px rgba(2,201,232,0.10); }
.compare-table thead tr { background: #1a2236; }
.compare-table thead th { padding: 18px 24px; font-family: 'Noto Sans TC', sans-serif; font-weight: 700; font-size: 1rem; color: #fff; text-align: center; }
.compare-table thead th.highlight { background: #02c9e8; color: #fff; }
.compare-table thead th:first-child { text-align: left; width: 28%; }
.compare-table tbody tr { background: #fff; }
.compare-table tbody tr:nth-child(even) { background: #f7fdfe; }
.compare-table tbody td { padding: 16px 24px; font-size: 0.9375rem; color: #3d4a5c; border-bottom: 1px solid #e8f9fc; vertical-align: middle; }
.compare-table tbody td:first-child { font-weight: 700; color: #1a2236; }
.compare-table tbody td.highlight { color: #02c9e8; font-weight: 600; }
.compare-icon-check { color: #02c9e8; margin-right: 6px; }
.compare-icon-dot { color: #7a8fa6; margin-right: 6px; }
.compare-family-cta { text-align: center; margin-top: 40px; }
.compare-family-text {
  font-size: 1.1rem;
  font-weight: 500;
  color: #3d4a5c;
  margin-bottom: 20px;
  font-style: italic;
}
 */
#comparison { background: #f0fbfd; }
#comparison .cmp-title { font-family: 'Noto Sans TC', sans-serif; font-size: 2.25rem; font-weight: 900; color: #1a2236; margin-bottom: 10px; }
#comparison .cmp-sub { font-size: 1rem; color: #7a8fa6; font-weight: 500; margin-bottom: 48px; }
#comparison .compare-table { width: 100%; border-collapse: separate; border-spacing: 0; border-radius: 14px; overflow: hidden; box-shadow: 0 4px 32px rgba(2,201,232,0.13); }
#comparison .compare-table thead tr { background: #1a2236; }
#comparison .compare-table thead th { padding: 20px 28px; font-family: 'Noto Sans TC', sans-serif; font-weight: 700; font-size: 1rem; color: #fff; text-align: center; }
#comparison .compare-table thead th.col-highlight { background: #02c9e8; color: #fff; }
#comparison .compare-table thead th.col-label { text-align: left; width: 30%; }
#comparison .compare-table tbody tr { background: #fff; transition: background 0.2s; }
#comparison .compare-table tbody tr:nth-child(even) { background: #f7fdfe; }
#comparison .compare-table tbody tr:hover { background: #e8f9fc; }
#comparison .compare-table tbody td { padding: 18px 28px; font-size: 0.9375rem; color: #3d4a5c; border-bottom: 1px solid #e0f7fa; vertical-align: middle; text-align: center; }
#comparison .compare-table tbody td.row-label { font-family: 'Noto Sans TC', sans-serif; font-weight: 700; color: #1a2236; text-align: left; font-size: 1rem; }
#comparison .compare-table tbody tr:last-child td { border-bottom: none; }
#comparison .compare-table tbody td.col-highlight { color: #02c9e8; font-weight: 600; }
#comparison .check-icon-inline { display: inline-flex; align-items: center; justify-content: center; width: 22px; height: 22px; border-radius: 50%; background: #02c9e8; color: #fff; font-size: 11px; margin-right: 8px; flex-shrink: 0; vertical-align: middle; }
#comparison .dot-icon-inline { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: #adb5bd; margin-right: 10px; vertical-align: middle; }
#comparison .cmp-cell-inner { display: inline-flex; align-items: center; justify-content: center; }
#comparison .family-cta-wrap { margin-top: 44px; text-align: center; }
#comparison .family-cta-text { font-family: 'Noto Sans TC', sans-serif; font-size: 1.125rem; font-weight: 500; color: #3d4a5c; font-style: italic; margin-bottom: 22px; }
#comparison .family-cta-text span { color: #02c9e8; font-weight: 700; font-style: normal; }
@media (max-width: 767px) {
#comparison .compare-table thead th,
#comparison .compare-table tbody td { padding: 14px 14px; font-size: 0.8125rem; }
#comparison .compare-table tbody td.row-label { font-size: 0.875rem; }
#comparison .cmp-title { font-size: 1.75rem; }
}
/* Timeline */
.timeline-wrap { display: flex; align-items: flex-start; justify-content: center; gap: 0; position: relative; }
.timeline-step { flex: 1; text-align: center; position: relative; padding: 0 16px; }
.timeline-step:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 35px;
  right: -4%;
  width: 108%;
  height: 2px;
  border-top: 2px dashed #02c9e8;
  opacity: 0.5;
  z-index: 0;
}
.timeline-num {
  width: 70px; height: 70px;
  border-radius: 50%;
  background: #02c9e8;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 0 8px rgba(2,201,232,0.15);
}
.timeline-step h5 { font-size: 1rem; font-weight: 700; color: #fff; margin-bottom: 8px; }
.timeline-step p { font-size: 0.875rem; color: rgba(232,240,247,0.75); margin: 0; line-height: 1.6; }
@media (max-width: 767px) {
  .timeline-wrap { flex-direction: column; align-items: center; gap: 32px; }
  .timeline-step:not(:last-child)::after { display: none; }
  .timeline-step { width: 100%; max-width: 340px; }
}
/* CTA bottom band */
.cta-band {
  background: var(--brand-gradient);
  padding: 80px 0 60px;
  text-align: center;
}
.cta-band h2 { font-size: 2.5rem; font-weight: 900; color: #fff; margin-bottom: 14px; }
.cta-band p { font-size: 1.125rem; color: rgba(255,255,255,0.88); margin-bottom: 36px; }
.cta-band .btn-white {
  background: #fff;
  color: #02c9e8;
  font-weight: 700;
  font-size: 1rem;
  padding: 14px 36px;
  border-radius: 50px;
  border: none;
  margin: 0 8px;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  display: inline-block;
  text-decoration: none;
}
.cta-band .btn-white:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.15); color: #0099b5; }
.cta-band .btn-outline-white {
  background: transparent;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  padding: 13px 34px;
  border-radius: 50px;
  border: 2px solid rgba(255,255,255,0.70);
  margin: 0 8px;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
  display: inline-block;
  text-decoration: none;
}
.cta-band .btn-outline-white:hover { background: rgba(255,255,255,0.12); border-color: #fff; color: #fff; }
.cta-brand-name { font-size: 0.875rem; color: rgba(255,255,255,0.55); margin-top: 28px; font-family: 'Inter', sans-serif; }
/* Section top badge */
.section-badge {
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: 700;
  font-family: 'Inter', sans-serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #02c9e8;
  margin-bottom: 12px;
}
.section-badge::before { content: '—  '; }
.section-badge::after { content: '  —'; }
@media (max-width: 991px) {
#intro [style*="position:absolute"] { display: none; }
#intro .col-lg-5 { margin-bottom: 20px; }
}

/* 三高慢性病
-----------------------------------------------------------------*/
.cf-brand-tag {
font-family: 'Inter', sans-serif;
font-size: 0.72rem;
font-weight: 700;
letter-spacing: 0.18em;
text-transform: uppercase;
color: var(--cnvs-themecolor);
display: inline-flex;
align-items: center;
gap: 8px;
margin-bottom: 16px;
}
.cf-brand-tag::before {
content: '';
display: inline-block;
width: 24px;
height: 2px;
background: var(--cnvs-themecolor);
border-radius: 2px;
}
.cf-headline {
font-family: 'Noto Sans TC', sans-serif;
font-size: clamp(2rem, 4vw, 2.75rem);
font-weight: 900;
color: #fff;
line-height: 1.12;
letter-spacing: -0.02em;
margin-bottom: 14px;
}
.cf-sub {
font-family: 'Noto Sans TC', sans-serif;
font-size: 1.0625rem;
color: rgba(255,255,255,0.55);
line-height: 1.65;
max-width: 340px;
margin-bottom: 36px;
}
.cf-divider {
width: 48px;
height: 3px;
background: linear-gradient(90deg, #02c9e8, #0196b0);
border-radius: 3px;
margin-bottom: 36px;
}
.cf-check-list {
list-style: none;
padding: 0;
margin: 0;
}
.cf-check-item {
display: flex;
align-items: center;
gap: 16px;
padding: 14px 0;
border-bottom: 1px solid rgba(255,255,255,0.07);
transition: padding-left 0.25s;
}
.cf-check-item:last-child {
border-bottom: none;
}
.cf-check-item:hover {
padding-left: 6px;
}
.cf-check-icon {
width: 36px;
height: 36px;
border-radius: 50%;
background: linear-gradient(135deg, #02c9e8 0%, #0196b0 100%);
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
box-shadow: 0 4px 14px rgba(2,201,232,0.35);
}
.cf-check-icon i {
font-size: 0.85rem;
color: #fff;
font-weight: 700;
}
.cf-check-text {
font-family: 'Noto Sans TC', sans-serif;
font-size: 1rem;
font-weight: 500;
color: rgba(255,255,255,0.90);
line-height: 1.5;
}
.cf-portrait-wrap {
position: relative;
display: flex;
justify-content: center;
align-items: center;
}
.cf-portrait-ring {
width: 340px;
height: 340px;
border-radius: 50%;
border: 5px solid rgba(255,255,255,0.18);
padding: 8px;
background: rgba(255,255,255,0.04);
position: relative;
}
.cf-portrait-ring::before {
content: '';
position: absolute;
inset: -18px;
border-radius: 50%;
border: 2px dashed rgba(2,201,232,0.25);
animation: cf-spin 30s linear infinite;
}
@keyframes cf-spin {
from { transform: rotate(0deg); }
to { transform: rotate(360deg); }
}
.cf-portrait-ring img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 50%;
display: block;
}
.cf-portrait-badge {
position: absolute;
bottom: 10px;
right: 10px;
background: linear-gradient(135deg, #02c9e8 0%, #0196b0 100%);
color: #fff;
font-family: 'Inter', sans-serif;
font-size: 0.7rem;
font-weight: 700;
letter-spacing: 0.08em;
text-transform: uppercase;
padding: 8px 16px;
border-radius: 50px;
box-shadow: 0 6px 20px rgba(2,201,232,0.4);
white-space: nowrap;
}
.cf-cta-banner {
background: rgba(255,255,255,0.04);
border: 1px solid rgba(2,201,232,0.2);
border-radius: 16px;
padding: 32px 40px;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
gap: 20px;
margin-top: 70px;
position: relative;
overflow: hidden;
}
.cf-cta-banner::before {
content: '';
position: absolute;
left: 0;
top: 0;
bottom: 0;
width: 4px;
background: linear-gradient(180deg, #02c9e8, #0196b0);
border-radius: 4px 0 0 4px;
}
.cf-cta-text {
font-family: 'Noto Sans TC', sans-serif;
font-size: 1.0625rem;
font-weight: 600;
color: rgba(255,255,255,0.90);
line-height: 1.55;
}
.cf-cta-text span {
display: block;
font-size: 0.875rem;
font-weight: 400;
color: rgba(255,255,255,0.45);
margin-top: 4px;
}
.cf-btn-cta {
display: inline-flex;
align-items: center;
gap: 8px;
background: linear-gradient(135deg, #02c9e8 0%, #0196b0 100%);
color: #fff;
font-family: 'Noto Sans TC', sans-serif;
font-weight: 700;
font-size: 0.9375rem;
padding: 13px 28px;
border-radius: 50px;
text-decoration: none;
white-space: nowrap;
box-shadow: 0 8px 24px rgba(2,201,232,0.4);
transition: transform 0.2s, box-shadow 0.25s;
}
.cf-btn-cta:hover {
transform: translateY(-2px);
box-shadow: 0 12px 32px rgba(2,201,232,0.55);
color: #fff;
}
@media (max-width: 991px) {
.cf-portrait-ring { width: 260px; height: 260px; }
.cf-cta-banner { padding: 24px 28px; }
}
.flow-steps { display:flex; align-items:flex-start; gap:0; position:relative; }
.flow-step { flex:1; display:flex; flex-direction:column; align-items:center; text-align:center; position:relative; }
.flow-connector {
flex:0 0 auto;
width:48px;
display:flex;
align-items:center;
justify-content:center;
padding-top:28px;
}
.flow-connector-line {
width:100%;
border-top:2px dashed rgba(2,201,232,0.35);
}
.flow-step-number {
width:56px;
height:56px;
border-radius:50%;
background:var(--cnvs-themecolor);
display:flex;
align-items:center;
justify-content:center;
font-family:'Inter',sans-serif;
font-size:1.375rem;
font-weight:800;
color:#fff;
margin-bottom:16px;
box-shadow:0 6px 20px rgba(2,201,232,0.35);
flex-shrink:0;
position:relative;
z-index:1;
}
.flow-step-title {
font-family:'Noto Sans TC',sans-serif;
font-size:1rem;
font-weight:700;
color:#1a1a2e;
margin-bottom:8px;
}
.flow-step-desc {
font-size:0.875rem;
color:#4a5568;
line-height:1.6;
max-width:140px;
}
.flow-step-icon {
width:40px;
height:40px;
border-radius:10px;
background:rgba(2,201,232,0.08);
display:flex;
align-items:center;
justify-content:center;
margin:0 auto 12px;
color:var(--cnvs-themecolor);
font-size:1rem;
}
@media (max-width:767px) {
.flow-steps { flex-direction:column; align-items:center; gap:0; }
.flow-step { flex:none; width:100%; flex-direction:row; text-align:left; align-items:flex-start; gap:20px; padding-bottom:28px; }
.flow-connector { width:auto; height:28px; padding:0; align-items:center; justify-content:center; padding-left:27px; }
.flow-connector-line { width:auto; height:100%; border-top:none; border-left:2px dashed rgba(2,201,232,0.35); }
.flow-step-number { margin-bottom:0; flex-shrink:0; }
.flow-step-content { flex:1; }
.flow-step-desc { max-width:none; }
.flow-step-icon { margin:0 0 10px 0; }
}


/* 成人健診
-----------------------------------------------------------------*/
#why-checkup {
  padding-top: 96px;
  padding-bottom: 96px;
  font-family: 'Noto Sans TC', sans-serif;
}
#why-checkup .section-label {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #02c9e8;
  background: rgba(2, 201, 232, 0.10);
  padding: 6px 16px;
  border-radius: 999px;
  margin-bottom: 20px;
}
#why-checkup .section-title {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 2.4rem;
  font-weight: 800;
  color: #0a2540;
  line-height: 1.25;
  margin-bottom: 0;
}
#why-checkup .intro-text {
  font-size: 1rem;
  color: #4a6275;
  line-height: 1.85;
  margin-bottom: 28px;
}
#why-checkup .benefit-card {
  background: #fff;
  border-radius: 16px;
  padding: 20px 24px;
  border-left: 4px solid #02c9e8;
  box-shadow: 0 2px 12px rgba(2,201,232,0.08);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
#why-checkup .benefit-card:hover {
  transform: translateX(6px);
  box-shadow: 0 4px 20px rgba(2,201,232,0.18);
}
#why-checkup .benefit-card h5 {
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  color: #0a2540;
  margin-bottom: 6px;
}
#why-checkup .benefit-card p {
  font-size: 0.9rem;
  color: #4a6275;
  margin: 0;
  line-height: 1.7;
}
#why-checkup .icon-circle-cyan {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(2, 201, 232, 0.12);
  color: #02c9e8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  flex-shrink: 0;
}
#why-checkup .quote-rule {
  border: none;
  border-top: 2px solid rgba(2,201,232,0.2);
  margin-bottom: 40px;
}
#why-checkup blockquote {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 1.3rem;
  font-style: italic;
  font-weight: 500;
  color: #02c9e8;
  border: none;
  padding: 0;
  margin: 0 0 12px;
  line-height: 1.7;
}
#why-checkup .quote-attr {
  font-family: 'Inter', sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  color: #4a6275;
}
#why-checkup .doctor-img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 12px 40px rgba(10,37,64,0.12);
  object-fit: cover;
  display: block;
}
#why-us .zigzag-row {
  padding: 56px 0;
  border-bottom: 1px solid #f0fdff;
  align-items: center;
}
#why-us .zigzag-row:last-of-type { border-bottom: none; }
#why-us .zig-visual {
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}
#why-us .zig-visual img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 24px;
  display: block;
  box-shadow: 0 16px 48px rgba(2,201,232,0.14);
}
#why-us .zig-icon-block {
  background: linear-gradient(135deg, #f0fdff 0%, #e0f9fe 100%);
  border-radius: 24px;
  aspect-ratio: 4/3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border: 1.5px solid #d0f5fb;
  box-shadow: 0 8px 32px rgba(2,201,232,0.10);
}
#why-us .zig-icon-block i {
  font-size: 3.8rem;
  color: var(--cnvs-themecolor);
  line-height: 1;
}
#why-us .zig-icon-block .icon-label {
  font-family: 'Inter', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--cnvs-themecolor);
  opacity: 0.85;
}
#why-us .zig-num {
  font-family: 'Inter', sans-serif;
  font-size: 3.5rem;
  font-weight: 800;
  color: rgba(2,201,232,0.10);
  line-height: 1;
  margin-bottom: 8px;
  display: block;
}
#why-us .zig-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Inter', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--cnvs-themecolor);
  background: rgba(2,201,232,0.10);
  padding: 5px 14px;
  border-radius: 999px;
  margin-bottom: 14px;
}
#why-us .zig-title {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 1.55rem;
  font-weight: 800;
  color: #0a2540;
  line-height: 1.3;
  margin-bottom: 14px;
}
#why-us .zig-desc {
  font-size: 0.97rem;
  color: #4a6275;
  line-height: 1.9;
  margin: 0;
}
#why-us .trust-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
  margin-top: 56px;
  padding-top: 32px;
  border-top: 1px solid #e8f8fb;
}
#why-us .trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #f0fdff;
  border: 1.5px solid #d0f5fb;
  border-radius: 999px;
  padding: 8px 18px;
  font-family: 'Inter', sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  color: #0a2540;
  white-space: nowrap;
}
#why-us .trust-badge i {
  color: var(--cnvs-themecolor);
  font-size: 1rem;
}
@media (max-width: 991.98px) {
  #why-us .zig-icon-block { aspect-ratio: 16/7; margin-bottom: 24px; }
  #why-us .trust-bar { justify-content: center; }
}


/* 癌症篩檢
-----------------------------------------------------------------*/
  #why-screening .section-label {
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #0097b2;
    background: rgba(2,201,232,0.1);
    border-radius: 100px;
    padding: 5px 16px;
    margin-bottom: 18px;
  }
  #why-screening .section-title {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 2.25rem;
    font-weight: 700;
    color: #1a2e35;
    letter-spacing: -0.02em;
    margin-bottom: 0;
  }
  #why-screening .section-title-underline {
    display: block;
    width: 56px;
    height: 4px;
    background: #02c9e8;
    border-radius: 2px;
    margin: 16px auto 0;
  }
  #why-screening .section-subtitle {
    font-size: 1rem;
    color: #6b8a92;
    line-height: 1.8;
    max-width: 560px;
    margin: 20px auto 0;
  }
  #why-screening .why-card {
    background: #fff;
    border: 1.5px solid #cceef4;
    border-radius: 16px;
    padding: 36px 28px 28px;
    height: 100%;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
    position: relative;
    overflow: hidden;
  }
  #why-screening .why-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, #02c9e8, #0097b2);
    opacity: 0;
    transition: opacity 0.25s ease;
  }
  #why-screening .why-card:hover {
    border-color: #02c9e8;
    box-shadow: 0 0 0 4px rgba(2,201,232,0.10), 0 12px 36px rgba(2,201,232,0.12);
    transform: translateY(-4px);
  }
  #why-screening .why-card:hover::before {
    opacity: 1;
  }
  #why-screening .why-icon-circle {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: rgba(2,201,232,0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    transition: background 0.25s ease;
  }
  #why-screening .why-card:hover .why-icon-circle {
    background: #02c9e8;
  }
  #why-screening .why-icon-circle i {
    font-size: 24px;
    color: #02c9e8;
    transition: color 0.25s ease;
  }
  #why-screening .why-card:hover .why-icon-circle i {
    color: #fff;
  }
  #why-screening .why-card h5 {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a2e35;
    margin-bottom: 12px;
  }
  #why-screening .why-card p {
    font-size: 0.9rem;
    color: #6b8a92;
    line-height: 1.8;
    margin-bottom: 0;
  }
  #why-screening .stat-bar {
    border-top: 1.5px solid #e8f8fb;
    margin-top: 22px;
    padding-top: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  #why-screening .stat-bar .stat-num {
    font-family: 'Inter', sans-serif;
    font-size: 1.35rem;
    font-weight: 900;
    color: #02c9e8;
    line-height: 1;
  }
  #why-screening .stat-bar .stat-label {
    font-size: 0.8rem;
    font-weight: 600;
    color: #1a2e35;
    line-height: 1.4;
  }

  /* Timeline */
  #why-screening .timeline-section {
    margin-top: 72px;
  }
  #why-screening .timeline-heading {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #1a2e35;
    margin-bottom: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  #why-screening .timeline-heading::before,
  #why-screening .timeline-heading::after {
    content: '';
    flex: 1;
    max-width: 80px;
    height: 1px;
    background: #cceef4;
  }
  #why-screening .timeline-track {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: relative;
  }
  #why-screening .timeline-track::before {
    content: '';
    position: absolute;
    top: 30px;
    left: 12%;
    right: 12%;
    height: 3px;
    background: linear-gradient(90deg, #4caf50 0%, #ff9800 30%, #ff5722 65%, #b71c1c 100%);
    border-radius: 2px;
    z-index: 0;
  }
  #why-screening .timeline-node {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    position: relative;
    z-index: 1;
    padding: 0 8px;
  }
  #why-screening .timeline-dot {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    color: #fff;
    margin-bottom: 14px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
    border: 3px solid #fff;
    position: relative;
    z-index: 2;
  }
  #why-screening .timeline-node-label {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    color: #1a2e35;
    text-align: center;
    margin-bottom: 4px;
  }
  #why-screening .timeline-node-sub {
    font-size: 0.75rem;
    color: #6b8a92;
    text-align: center;
    line-height: 1.4;
  }
  #why-screening .timeline-best-badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: #02c9e8;
    color: #fff;
    font-size: 0.62rem;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 20px;
    white-space: nowrap;
    letter-spacing: 0.02em;
    box-shadow: 0 2px 8px rgba(2,201,232,0.35);
    z-index: 3;
  }
  #why-screening .timeline-best-zone {
    position: absolute;
    top: 0;
    left: 25%;
    width: 25%;
    height: 60px;
    background: rgba(2,201,232,0.08);
    border: 2px dashed rgba(2,201,232,0.5);
    border-radius: 8px;
    z-index: 0;
  }
  #why-screening .timeline-note {
    text-align: center;
    margin-top: 28px;
    font-size: 0.85rem;
    font-style: italic;
    color: #0097b2;
    font-weight: 500;
  }

  @media (max-width: 767px) {
    #why-screening .timeline-track::before { display: none; }
    #why-screening .timeline-track { flex-direction: column; align-items: center; gap: 16px; }
    #why-screening .timeline-node { flex-direction: row; gap: 16px; text-align: left; flex: none; width: 100%; max-width: 280px; }
    #why-screening .timeline-dot { flex-shrink: 0; margin-bottom: 0; }
    #why-screening .timeline-best-badge { top: -10px; left: auto; right: 0; transform: none; }
    #why-screening .timeline-best-zone { display: none; }
  }
.si-card {
	background:#fff;
	border:1.5px solid #cceef4;
	border-radius:16px;
	padding:28px 24px;
	height:100%;
	position:relative;
	transition:border-color .25s,box-shadow .25s;
}
.si-card:hover {
	border-color:#02c9e8;
	box-shadow:0 0 0 4px rgba(2,201,232,.1),0 8px 28px rgba(2,201,232,.12);
}
.si-icon {
	width:52px;
	height:52px;
	border-radius:50%;
	background:rgba(2,201,232,.1);
	display:flex;
	align-items:center;
	justify-content:center;
	margin-bottom:16px;
	flex-shrink:0;
}
.si-icon i { 
	font-size:20px;
	color:#02c9e8; 
}
.si-card h5 {
	font-size:1rem;
	font-weight:700;
	color:#1a2e35;
	margin-bottom:14px;
}
.si-card ul { 
	list-style:none;
	padding:0;margin:0; 
}
.si-card ul li {
	font-size:.875rem;color:#6b8a92;
	padding:5px 0;
	display:flex;
	align-items:center;
	gap:8px;
	border-bottom:1px solid #f0fbfd;
}
.si-card ul li:last-child { 
	border-bottom:none; 
}
.si-card ul li i { 
	font-size:12px;
	color:#02c9e8;
	flex-shrink:0; }
.si-badge {
	position:absolute;
	top:14px;right:14px;
	background:rgba(2,201,232,.1);
	color:#0097b2;
	font-size:.68rem;
	font-weight:700;
	padding:3px 10px;
	border-radius:20px;
}
.si-heading-underline::after {
	content:'';
	display:block;
	width:52px;
	height:4px;
	background:#02c9e8;
	border-radius:2px;
	margin:14px auto 0;
}
#who-and-symptoms {
background: linear-gradient(160deg, #e0f9fc 0%, #f7feff 45%, #ffffff 100%);
padding: 96px 0;
}
.ws-panel {
background: #fff;
border-radius: 20px;
padding: 36px 32px;
height: 100%;
box-shadow: 0 4px 24px rgba(2,201,232,0.08);
}
.ws-panel-title {
font-family: 'Noto Sans TC', sans-serif;
font-size: 1.25rem;
font-weight: 900;
color: #1a2e35;
margin-bottom: 6px;
letter-spacing: -0.02em;
}
.ws-panel-subtitle {
font-size: 0.85rem;
color: #6b8a92;
margin-bottom: 24px;
}
.group-pill {
display: inline-flex;
align-items: center;
gap: 7px;
background: rgba(2,201,232,0.10);
border: 1.5px solid rgba(2,201,232,0.28);
border-radius: 100px;
padding: 8px 18px;
font-size: 0.85rem;
font-weight: 700;
color: #0097b2;
margin: 4px 4px 4px 0;
font-family: 'Noto Sans TC', sans-serif;
}
.group-pill i {
font-size: 13px;
color: #02c9e8;
}
.ws-age-table {
width: 100%;
border-collapse: separate;
border-spacing: 0;
border-radius: 12px;
overflow: hidden;
margin-top: 24px;
font-size: 0.78rem;
}
.ws-age-table thead tr {
background: #02c9e8;
}
.ws-age-table thead th {
padding: 10px 10px;
color: #fff;
font-weight: 700;
text-align: center;
font-family: 'Noto Sans TC', sans-serif;
white-space: nowrap;
}
.ws-age-table thead th:first-child {
text-align: left;
padding-left: 14px;
}
.ws-age-table tbody td {
padding: 9px 10px;
text-align: center;
border-bottom: 1px solid #e0f7fa;
color: #1a2e35;
font-family: 'Noto Sans TC', sans-serif;
}
.ws-age-table tbody td:first-child {
text-align: left;
padding-left: 14px;
font-weight: 700;
color: #0097b2;
background: rgba(2,201,232,0.05);
white-space: nowrap;
}
.ws-age-table tbody tr:last-child td {
border-bottom: none;
}
.ws-age-table tbody tr:nth-child(even) td:not(:first-child) {
background: #f8feff;
}
.symptom-alert-card {
display: flex;
align-items: flex-start;
gap: 14px;
background: rgba(230,57,70,0.05);
border-left: 4px solid #e63946;
border-radius: 0 10px 10px 0;
padding: 14px 18px;
margin-bottom: 10px;
}
.symptom-alert-card i {
color: #e63946;
font-size: 17px;
flex-shrink: 0;
margin-top: 2px;
}
.symptom-alert-card .s-text {
font-size: 0.88rem;
font-weight: 700;
color: #1a2e35;
font-family: 'Noto Sans TC', sans-serif;
line-height: 1.5;
}
.symptom-alert-card .s-sub {
font-size: 0.77rem;
color: #6b8a92;
line-height: 1.5;
margin-top: 2px;
}
.ws-urgency-note {
margin-top: 20px;
background: rgba(230,57,70,0.08);
border: 1.5px solid rgba(230,57,70,0.25);
border-radius: 12px;
padding: 16px 20px;
display: flex;
align-items: center;
gap: 12px;
}
.ws-urgency-note i {
color: #e63946;
font-size: 20px;
flex-shrink: 0;
}
.ws-urgency-note p {
margin: 0;
font-size: 0.85rem;
font-weight: 700;
color: #c0282e;
font-family: 'Noto Sans TC', sans-serif;
line-height: 1.6;
}
.ws-section-label {
display: inline-flex;
align-items: center;
gap: 8px;
font-size: 0.72rem;
font-weight: 700;
letter-spacing: 0.08em;
text-transform: uppercase;
color: #02c9e8;
margin-bottom: 12px;
}
.ws-section-label::before {
content: '';
display: inline-block;
width: 20px;
height: 3px;
background: #02c9e8;
border-radius: 2px;
}
#clinic-features .clinic-icon-item {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
padding: 28px 16px;
}
#clinic-features .clinic-icon-wrap {
width: 72px;
height: 72px;
border-radius: 50%;
background: rgba(2, 201, 232, 0.12);
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 18px;
transition: background 0.3s ease, transform 0.3s ease;
}
#clinic-features .clinic-icon-item:hover .clinic-icon-wrap {
background: #02c9e8;
transform: translateY(-4px);
}
#clinic-features .clinic-icon-wrap i {
font-size: 26px;
color: #02c9e8;
transition: color 0.3s ease;
}
#clinic-features .clinic-icon-item:hover .clinic-icon-wrap i {
color: #fff;
}
#clinic-features .clinic-icon-item h6 {
font-family: 'Noto Sans TC', sans-serif;
font-size: 0.95rem;
font-weight: 700;
color: #1a2e35;
margin-bottom: 8px;
}
#clinic-features .clinic-icon-item p {
font-size: 0.82rem;
color: #6b8a92;
line-height: 1.6;
margin: 0;
}
#clinic-features .emphasis-banner {
background: linear-gradient(135deg, rgba(2,201,232,0.07) 0%, rgba(0,151,178,0.07) 100%);
border-radius: 16px;
padding: 36px 24px;
text-align: center;
margin: 40px 0 0;
border: 1.5px solid rgba(2,201,232,0.2);
position: relative;
overflow: hidden;
}
#clinic-features .emphasis-banner::before {
content: '';
position: absolute;
top: 0; left: 0; right: 0;
height: 4px;
background: linear-gradient(90deg, transparent 0%, #02c9e8 30%, #0097b2 70%, transparent 100%);
}
#clinic-features .emphasis-banner .em-text {
font-family: 'Noto Sans TC', sans-serif;
font-size: 1.75rem;
font-weight: 900;
letter-spacing: -0.02em;
color: #1a2e35;
line-height: 1.3;
}
#clinic-features .emphasis-banner .em-text span {
color: #02c9e8;
}
#clinic-features .compare-table {
width: 100%;
border-collapse: separate;
border-spacing: 0;
border-radius: 14px;
overflow: hidden;
box-shadow: 0 4px 24px rgba(2,201,232,0.08);
}
#clinic-features .compare-table thead tr {
background: #0097b2;
}
#clinic-features .compare-table thead th {
padding: 16px 20px;
color: #fff;
font-family: 'Noto Sans TC', sans-serif;
font-weight: 700;
font-size: 0.9rem;
text-align: center;
border: none;
}
#clinic-features .compare-table thead th:first-child {
text-align: left;
}
#clinic-features .compare-table tbody td {
padding: 14px 20px;
font-size: 0.875rem;
color: #1a2e35;
border-bottom: 1px solid #cceef4;
text-align: center;
line-height: 1.6;
font-family: 'Noto Sans TC', sans-serif;
}
#clinic-features .compare-table tbody td:first-child {
text-align: left;
font-weight: 700;
}
#clinic-features .compare-table tbody tr:nth-child(odd) td {
background: #f8feff;
}
#clinic-features .compare-table tbody tr:nth-child(even) td {
background: #fff;
}
#clinic-features .compare-table tbody tr.highlight-row td {
background: rgba(2, 201, 232, 0.09);
color: #0097b2;
font-weight: 700;
font-style: italic;
border-bottom: none;
font-size: 0.9rem;
}
#clinic-features .row-label-screening td:first-child {
border-left: 4px solid #02c9e8;
}
#clinic-features .row-label-general td:first-child {
border-left: 4px solid #adb5bd;
}
@media (max-width: 767px) {
#clinic-features .emphasis-banner .em-text { font-size: 1.25rem; }
#clinic-features .compare-table thead th,
#clinic-features .compare-table tbody td { padding: 10px 12px; font-size: 0.8rem; }
}
#faq-cta .btn-cta-white {
background: #fff;
color: #005f73 !important;
border: 2px solid #fff;
border-radius: 100px;
padding: 16px 44px;
font-weight: 700;
font-size: 1.05rem;
font-family: 'Noto Sans TC', sans-serif;
transition: background 0.25s, box-shadow 0.25s, transform 0.2s;
display: inline-block;
text-decoration: none;
}
#faq-cta .btn-cta-white:hover {
box-shadow: 0 10px 30px rgba(0,0,0,0.2);
transform: translateY(-3px);
}
#faq-cta .btn-cta-white-outline {
background: transparent;
color: #fff !important;
border: 2px solid rgba(255,255,255,0.7);
border-radius: 100px;
padding: 16px 44px;
font-weight: 700;
font-size: 1.05rem;
font-family: 'Noto Sans TC', sans-serif;
transition: background 0.25s, border-color 0.25s, transform 0.2s;
display: inline-block;
text-decoration: none;
}
#faq-cta .btn-cta-white-outline:hover {
background: rgba(255,255,255,0.15);
border-color: #fff;
transform: translateY(-3px);
}
#faq-cta .faq-q-icon {
display: inline-flex;
align-items: center;
justify-content: center;
width: 28px;
height: 28px;
border-radius: 50%;
background: rgba(255,255,255,0.2);
color: #fff;
font-size: 0.8rem;
font-weight: 900;
font-family: 'Inter', sans-serif;
flex-shrink: 0;
margin-right: 12px;
}
#faq-cta .accordion-button {
display: flex;
align-items: center;
}

/* 全自動清洗機
-----------------------------------------------------------------*/
/* Cyan underline emphasis */
.highlight-underline {
  position: relative;
  display: inline-block;
}
.highlight-underline::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 6px;
  background: #02c9e8;
  opacity: 0.35;
  border-radius: 3px;
  z-index: -1;
}
/* Cyan blockquote bar */
.quote-callout {
  border-left: 5px solid #02c9e8;
  padding: 16px 24px;
  background: rgba(2, 201, 232, 0.06);
  border-radius: 0 8px 8px 0;
  font-size: 1.1875rem;
  font-weight: 500;
  color: #0a2e35;
  line-height: 1.8;
}
/* Feature cards */
.feature-card {
  background: #ffffff;
  border: 1.5px solid var(--color-border);
  border-radius: 16px;
  padding: 36px 28px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(2, 201, 232, 0.18);
}
/* Cyan icon circle */
.icon-circle {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(2, 201, 232, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  flex-shrink: 0;
}
.icon-circle i {
  font-size: 1.6rem;
  color: #02c9e8;
}
/* Trust badge */
.trust-badge {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #ffffff;
  border: 1px solid var(--color-border);
  border-radius: 12px;
  padding: 14px 20px;
  box-shadow: 0 4px 16px rgba(2, 201, 232, 0.1);
}
.trust-badge .badge-check {
  width: 32px;
  height: 32px;
  min-width: 32px;
  background: #02c9e8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.875rem;
}
/* Process step 
.process-step {
  text-align: center;
  position: relative;
}
.process-step .step-number {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #02c9e8;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  box-shadow: 0 4px 16px rgba(2, 201, 232, 0.4);
}
.process-arrow {
  color: #02c9e8;
  font-size: 1.5rem;
  margin-top: 14px;
}
*/
#process-flow {
  background: #f8fefe;
}
#process-flow .step-number {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #02c9e8;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
  box-shadow: 0 4px 18px rgba(2,201,232,0.38);
  flex-shrink: 0;
}
#process-flow .process-step {
  text-align: center;
}
#process-flow .process-step h6 {
  font-size: 1rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 8px;
  font-family: 'Noto Sans TC', sans-serif;
}
#process-flow .process-step p {
  font-size: 0.8125rem;
  color: #6b7280;
  line-height: 1.65;
  margin: 0;
}
#process-flow .step-arrow {
  display: flex;
  align-items: flex-start;
  padding-top: 12px;
  justify-content: center;
  color: #02c9e8;
  font-size: 1.4rem;
}
#process-flow .scope-card {
  border-radius: 16px;
  padding: 36px 28px;
  border: 2px solid #b2eaf5;
  background: #ffffff;
  height: 100%;
  transition: box-shadow 0.25s ease;
}
#process-flow .scope-card.active {
  border-color: #02c9e8;
  background: #e8fafd;
}
#process-flow .scope-card:hover {
  box-shadow: 0 12px 36px rgba(2,201,232,0.15);
}
#process-flow .scope-card .scope-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(2,201,232,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
#process-flow .scope-card .scope-icon i {
  font-size: 1.5rem;
  color: #02c9e8;
}
#process-flow .scope-card h4 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 12px;
}
#process-flow .scope-card p {
  font-size: 0.9375rem;
  color: #374151;
  line-height: 1.8;
  margin: 0;
}
#process-flow .scope-divider-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 0;
}
#process-flow .scope-divider-line {
  width: 2px;
  flex: 1;
  background: #02c9e8;
  min-height: 40px;
  border-radius: 2px;
}
#process-flow .scope-divider-badge {
  background: rgba(2,201,232,0.1);
  border: 1px solid rgba(2,201,232,0.3);
  border-radius: 50px;
  padding: 8px 14px;
  text-align: center;
}
#process-flow .scope-divider-badge span {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  color: #02c9e8;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
#process-flow .section-label {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #02c9e8;
  background: rgba(2,201,232,0.1);
  border: 1px solid rgba(2,201,232,0.3);
  padding: 5px 14px;
  border-radius: 50px;
  margin-bottom: 14px;
}
#process-flow .subsection-divider {
  border: none;
  border-top: 1.5px solid #b2eaf5;
  margin: 64px 0 56px;
}
@media (max-width: 991px) {
  #process-flow .step-arrow { display: none; }
  #process-flow .scope-divider-col { flex-direction: row; border-top: 2px solid #02c9e8; border-left: none; padding: 16px 0; }
  #process-flow .scope-divider-line { width: 40px; height: 2px; min-height: unset; flex: none; }
}

/* Scope card (分機清洗) */
.scope-card {
  border-radius: 14px;
  padding: 32px 28px;
  border: 2px solid var(--color-border);
  background: #ffffff;
}
.scope-card.active {
  border-color: #02c9e8;
  background: #e8fafd;
}
/* Dark promise section */
.dark-promise {
  background: #0a2e35;
  color: #e0f7fb;
}
.dark-promise h2 {
  color: #ffffff;
}
.promise-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px;
}
.promise-dot {
  width: 10px;
  height: 10px;
  min-width: 10px;
  border-radius: 50%;
  background: #02c9e8;
  margin-top: 7px;
}
.img-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}
.img-float-card {
  position: absolute;
  bottom: -16px;
  right: -16px;
  background: #ffffff;
  border-radius: 14px;
  padding: 18px 22px;
  box-shadow: 0 8px 32px rgba(2,201,232,0.18);
  text-align: center;
  min-width: 148px;
  z-index: 2;
}
.eq-card {
  background: #ffffff;
  border: 1.5px solid #b2eaf5;
  border-radius: 16px;
  padding: 36px 28px 28px;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.eq-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(2, 201, 232, 0.18);
}
.eq-card h3 {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 1.1875rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 12px;
  letter-spacing: -0.01em;
}
.eq-card p {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 0.9375rem;
  color: #374151;
  line-height: 1.85;
  flex-grow: 1;
  margin-bottom: 20px;
}
.card-tag {
  font-family: 'Inter', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  color: #02c9e8;
  background: rgba(2, 201, 232, 0.08);
  border-radius: 50px;
  padding: 4px 14px;
  display: inline-block;
}
.heading-model {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  color: #02c9e8;
}
#standards-trust {
  background: #ffffff;
  padding: 0;
}
#standards-trust .upper-band {
  background: #ffffff;
  padding: 80px 0 72px;
}
#standards-trust .standard-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 28px 24px;
  border-radius: 14px;
  background: #f8fefe;
  border: 1.5px solid #b2eaf5;
  height: 100%;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}
#standards-trust .standard-item:hover {
  box-shadow: 0 12px 36px rgba(2, 201, 232, 0.14);
  transform: translateY(-4px);
}
#standards-trust .standard-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 50%;
  background: rgba(2, 201, 232, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}
#standards-trust .standard-icon i {
  font-size: 1.2rem;
  color: #02c9e8;
}
#standards-trust .standard-title {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 1.0625rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 6px;
  line-height: 1.4;
}
#standards-trust .standard-desc {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 0.875rem;
  color: #6b7280;
  line-height: 1.75;
  margin: 0;
}
#standards-trust .lower-band {
  background: #0a2e35;
  padding: 80px 0;
}
#standards-trust .lower-band h2 {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 2.125rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}
#standards-trust .lower-band .sub-label {
  font-family: 'Inter', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #02c9e8;
  background: rgba(2, 201, 232, 0.12);
  border: 1px solid rgba(2, 201, 232, 0.3);
  padding: 5px 14px;
  border-radius: 50px;
  display: inline-block;
  margin-bottom: 18px;
}
#standards-trust .lower-band .intro-text {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 1.0625rem;
  color: #a8d8e0;
  line-height: 1.85;
  margin-bottom: 36px;
}
#standards-trust .promise-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 20px;
}
#standards-trust .promise-dot {
  width: 10px;
  height: 10px;
  min-width: 10px;
  border-radius: 50%;
  background: #02c9e8;
  margin-top: 8px;
  box-shadow: 0 0 8px rgba(2, 201, 232, 0.5);
}
#standards-trust .promise-text-title {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 1.0625rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.4;
  margin-bottom: 4px;
}
#standards-trust .promise-text-sub {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 0.875rem;
  color: #a8d8e0;
  line-height: 1.7;
  margin: 0;
}
#standards-trust .promise-img-wrap {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.35);
}
#standards-trust .promise-img-wrap img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
  border-radius: 20px;
}
#standards-trust .promise-img-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(10, 46, 53, 0.85) 0%, transparent 60%);
  border-radius: 0 0 20px 20px;
  padding: 28px 24px 24px;
  display: flex;
  align-items: center;
  gap: 12px;
}
#standards-trust .promise-img-overlay i {
  font-size: 1.5rem;
  color: #02c9e8;
}
#standards-trust .promise-img-overlay span {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #e0f7fb;
  line-height: 1.4;
}
#standards-trust .cyan-rule {
  width: 48px;
  height: 3px;
  background: #02c9e8;
  border-radius: 2px;
  margin: 0 auto 20px;
  border: none;
}


/* 胃酸檢測
-----------------------------------------------------------------*/
.bravo-section-label {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #02c9e8;
  margin-bottom: 0.75rem;
}

.bravo-icon-circle {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: var(--bravo-accent-light);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #02c9e8;
  font-size: 1.4rem;
  flex-shrink: 0;
}

.bravo-icon-circle.lg {
  width: 80px;
  height: 80px;
  font-size: 1.8rem;
}

.bravo-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 4px 24px rgba(2, 201, 232, 0.08), 0 1px 4px rgba(0,0,0,0.04);
  height: 100%;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.bravo-card:hover {
  box-shadow: 0 8px 40px rgba(2, 201, 232, 0.16);
  transform: translateY(-3px);
}

.bravo-advantage-row {
  border-left: 4px solid #02c9e8;
  border-radius: 0 12px 12px 0;
  padding: 1.25rem 1.5rem;
  background: #ffffff;
  box-shadow: 0 2px 12px rgba(2, 201, 232, 0.06);
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1rem;
  transition: background 0.25s ease;
}

.bravo-advantage-row:hover {
  background: var(--bravo-accent-light);
}

.bravo-stat-badge {
  background: #02c9e8;
  color: #ffffff;
  border-radius: 40px;
  padding: 0.5rem 1.25rem;
  font-size: 0.85rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

/* Pulse ring animation on hero badge */
@keyframes bravo-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(2, 201, 232, 0.45); }
  70%  { box-shadow: 0 0 0 18px rgba(2, 201, 232, 0); }
  100% { box-shadow: 0 0 0 0 rgba(2, 201, 232, 0); }
}

.bravo-pulse-badge {
  animation: bravo-pulse 2.2s infinite;
  border-radius: 40px;
}

/* Timeline step */
.bravo-step {
  background: #ffffff;
  border-radius: 16px;
  padding: 1.75rem 1.5rem;
  box-shadow: 0 2px 16px rgba(0,0,0,0.06);
  position: relative;
  text-align: center;
}

.bravo-step-number {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #02c9e8;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
}

.bravo-step-connector {
  position: absolute;
  top: 26px;
  right: -20%;
  width: 40%;
  border-top: 2px dashed #02c9e8;
  opacity: 0.5;
}

/* Comparison table */
.bravo-compare-table th {
  background: #02c9e8;
  color: #ffffff;
  font-weight: 700;
  padding: 0.875rem 1rem;
  font-size: 0.9rem;
}

.bravo-compare-table td {
  padding: 0.8rem 1rem;
  font-size: 0.9rem;
  vertical-align: middle;
}

.bravo-compare-table tr:nth-child(even) td {
  background-color: var(--bravo-tint);
}

/* Q&A Accordion */
.bravo-faq .accordion-button {
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--bravo-dark);
  background: #f8fbfc;
}

.bravo-faq .accordion-button:not(.collapsed) {
  background: var(--bravo-accent-light);
  color: #02c9e8;
  box-shadow: none;
}

.bravo-faq .accordion-button::after {
  filter: hue-rotate(160deg) saturate(3);
}


/* CTA Band diagonal pattern */
.bravo-cta-band {
  background: linear-gradient(135deg, #02c9e8 0%, #0ab8d4 50%, #009db5 100%);
  position: relative;
  overflow: hidden;
}

.bravo-cta-band::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    45deg,
    rgba(255,255,255,0.04) 0px,
    rgba(255,255,255,0.04) 1px,
    transparent 1px,
    transparent 10px
  );
  pointer-events: none;
}

/* Floating stat card overlay */
.bravo-floating-card {
  position: absolute;
  bottom: 24px;
  left: -20px;
  background: #ffffff;
  border-radius: 12px;
  padding: 0.875rem 1.25rem;
  box-shadow: 0 8px 32px rgba(2, 201, 232, 0.2);
  font-weight: 700;
  font-size: 0.85rem;
  color: #02c9e8;
  white-space: nowrap;
  z-index: 2;
}

/*WHO NEEDS THIS*/
.why-card {
  background:#ffffff;
  border-radius:16px;
  padding:2rem 1.5rem;
  box-shadow:0 4px 24px rgba(2,201,232,0.08),0 1px 4px rgba(0,0,0,0.04);
  height:100%;
  transition:box-shadow 0.3s ease,transform 0.3s ease;
  text-align:center;
}
.why-card:hover {
  box-shadow:0 8px 40px rgba(2,201,232,0.16);
  transform:translateY(-3px);
}
.why-icon {
  width:72px;
  height:72px;
  border-radius:50%;
  background:#e0f9fd;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 auto 1.25rem;
  color:#02c9e8;
  font-size:1.6rem;
  flex-shrink:0;
}
.why-card h4 {
  font-size:1rem;
  font-weight:700;
  color:#1a2e3b;
  margin-bottom:0.5rem;
  line-height:1.4;
}
.why-card p {
  font-size:0.875rem;
  color:#6b8a96;
  line-height:1.65;
  margin-bottom:0;
}
.why-callout {
  background:#02c9e8;
  border-radius:14px;
  padding:1.25rem 2rem;
  text-align:center;
  color:#ffffff;
  font-size:1rem;
  font-weight:700;
  margin-top:2.5rem;
}

.bravo-hero-image-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
}
.bravo-hero-image-wrap img {
  border-radius: 20px;
  box-shadow: 0 16px 64px rgba(2, 201, 232, 0.15);
  width: 100%;
  height: auto;
  display: block;
}
.bravo-floating-stat {
  position: absolute;
  bottom: 24px;
  left: -16px;
  z-index: 2;
}
@media (max-width: 991px) {
  .bravo-floating-stat {
	left: 12px;
	bottom: 16px;
  }
  #bravo-hero {
	min-height: auto;
	padding-top: 4rem;
	padding-bottom: 4rem;
  }
}
.bravo-hero-h1 {
  font-size: 2.75rem;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: #1a2e3b;
}
@media (max-width: 767px) {
  .bravo-hero-h1 {
	font-size: 2rem;
  }
}
.bravo-hero-sub {
  color: #6b8a96;
  font-size: 1rem;
  line-height: 1.75;
}
.btn-hero-filled {
  background: #02c9e8;
  color: #ffffff;
  border-color: #02c9e8;
}
.btn-hero-filled:hover {
  background: #0ab8d4;
  border-color: #0ab8d4;
}

.bravo-clinic-top {
  padding: 5rem 0 4rem;
  background: #ffffff;
}
.bravo-clinic-top h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #1a2e3b;
  line-height: 1.35;
  margin-bottom: 0.75rem;
}
.bravo-clinic-top h2 span {
  color: #02c9e8;
}
.bravo-clinic-top .bravo-section-label {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #02c9e8;
  margin-bottom: 0.75rem;
}
.bravo-clinic-feature {
  text-align: center;
  padding: 1.5rem 1rem;
}
.bravo-clinic-feature .icon-wrap {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #e0f9fd;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.25rem;
  color: #02c9e8;
  font-size: 1.8rem;
  transition: background 0.3s ease, transform 0.3s ease;
}
.bravo-clinic-feature:hover .icon-wrap {
  background-color: #02c9e8;
  color: #ffffff;
  transform: translateY(-4px);
}
.bravo-clinic-feature h5 {
  font-size: 1rem;
  font-weight: 700;
  color: #1a2e3b;
  margin-bottom: 0.5rem;
}
.bravo-clinic-feature p {
  font-size: 0.875rem;
  color: #6b8a96;
  line-height: 1.65;
  margin: 0;
}
.bravo-cta-band-section {
  background: linear-gradient(135deg, #02c9e8 0%, #0ab8d4 50%, #009db5 100%);
  position: relative;
  overflow: hidden;
  padding: 5rem 0;
}
.bravo-cta-band-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    45deg,
    rgba(255,255,255,0.04) 0px,
    rgba(255,255,255,0.04) 1px,
    transparent 1px,
    transparent 10px
  );
  pointer-events: none;
  z-index: 0;
}
.bravo-cta-band-section .container {
  position: relative;
  z-index: 1;
}
.bravo-cta-band-section h2 {
  color: #ffffff;
  font-size: 2.25rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  margin-bottom: 0.875rem;
}
.bravo-cta-band-section p {
  color: rgba(255,255,255,0.9);
  font-size: 1.1rem;
  margin-bottom: 2rem;
  line-height: 1.7;
}


/* 腸胃癌檢測
-----------------------------------------------------------------*/
.card-icon-wrap {
  width:44px;
  height:44px;
  background:rgba(2,201,232,0.12);
  border-radius:10px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
}
.section-label-badge-cancer-types {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: rgba(2,201,232,0.1);
      border: 1px solid rgba(2,201,232,0.3);
      color: #02c9e8;
      border-radius: 40px;
      padding: 6px 18px;
      font-family: var(--font-heading);
      font-weight: 700;
      font-size: 0.8rem;
      letter-spacing: 0.06em;
      margin-bottom: 20px;
    }
/* Section heading underline accent */
.section-heading-underline {
  display: inline-block;
  position: relative;
  padding-bottom: 16px;
}
.section-heading-underline::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: var(--cnvs-themecolor);
  border-radius: 2px;
}

/* Stat number style */
.stat-number {
  font-family: var(--font-stat);
  font-weight: 800;
  font-size: 3.5rem;
  color: var(--cnvs-themecolor);
  line-height: 1;
}

/* Left-border feature card */
.feature-card-bordered {
  background: #ffffff;
  border-left: 4px solid var(--cnvs-themecolor);
  border-radius: 0 12px 12px 0;
  padding: 24px 28px;
  box-shadow: 0 4px 20px rgba(2, 201, 232, 0.08);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.feature-card-bordered:hover {
  box-shadow: 0 8px 32px rgba(2, 201, 232, 0.18);
  transform: translateX(4px);
}

/* Cancer type card */
.cancer-card {
    background: #fff;
    border-radius: 20px;
    padding: 40px 28px 32px;
    text-align: center;
    box-shadow: 0 4px 24px rgba(10, 30, 46, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    position: relative;
    border-top: 4px solid transparent;
  }
.cancer-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 52px rgba(2, 201, 232, 0.15);
    border-top-color: #02c9e8;
  }
.cancer-card-icon {
    width: 80px;
    height: 80px;
    background: #02c9e8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    font-size: 1.9rem;
    color: #fff;
    box-shadow: 0 8px 24px rgba(2, 201, 232, 0.3);
  }
.cancer-card h3 {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 700;
    font-size: 1.35rem;
    color: #1a2a3a;
    margin-bottom: 14px;
  }

.cancer-card p {
    font-size: 0.9rem;
    color: #6b8a9e;
    line-height: 1.85;
    margin-bottom: 20px;
  }
.cancer-badge {
    position: absolute;
    top: 18px;
    right: 18px;
    background: #e74c3c;
    color: #fff;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 700;
    font-size: 0.7rem;
    padding: 4px 12px;
    border-radius: 20px;
    letter-spacing: 0.05em;
  }
.risk-tag {
    display: inline-block;
    background: #f0fcfe;
    color: #019ab5;
    border-radius: 6px;
    padding: 4px 11px;
    font-size: 0.78rem;
    font-weight: 600;
    margin: 3px 2px;
    font-family: 'Noto Sans TC', sans-serif;
  }


/* Process flow chain */
.process-chain {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 64px;
  }
.process-node {
	background: var(--cnvs-themecolor);
	color: #fff;

	width: 96px;
	height: 96px;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-family: 'Noto Sans TC', sans-serif;
	font-weight: 700;
	font-size: 0.9rem;
	text-align: center;
	line-height: 1.3;
	flex-shrink: 0;
	transition: transform 0.25s;
}
.process-node.faded {
  background: rgba(2, 201, 232, 0.3);
  color: var(--color-text-primary);
}
.process-node:hover { transform: scale(1.08); }

.process-node.stage-1 {
    background: rgba(2, 201, 232, 0.18);
    color: #1a2a3a;
  }
.process-node.stage-2 {
    background: rgba(2, 201, 232, 0.42);
    color: #0a1e2e;
  }
.process-node.stage-3 {
    background: rgba(2, 201, 232, 0.70);
    color: #fff;
  }
.process-node.stage-4 {
    background: #02c9e8;
    color: #fff;
    box-shadow: 0 6px 20px rgba(2, 201, 232, 0.4);
  }
.process-arrow {
  color: var(--cnvs-themecolor);
  font-size: 1.5rem;
}
.process-caption {
    text-align: center;
    color: #6b8a9e;
    font-size: 0.88rem;
    margin-top: 22px;
    font-family: 'Noto Sans TC', sans-serif;
  }
/* Risk group card (dark section) */
.risk-card {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(2,201,232,0.25);
  border-radius: 12px;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  gap: 16px;
  transition: background 0.3s;
}
.risk-card:hover {
  background: rgba(2,201,232,0.12);
}
.risk-card i {
  font-size: 1.4rem;
  color: var(--cnvs-themecolor);
  flex-shrink: 0;
}
.risk-card-text {
  color: #ffffff;
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: 1rem;
}
.risk-item {
      display: flex;
      align-items: center;
      gap: 14px;
      padding: 16px 20px;
      background: rgba(255,255,255,0.05);
      border: 1px solid rgba(2,201,232,0.2);
      border-radius: 12px;
      transition: background 0.3s, border-color 0.3s;
    }
.risk-item:hover {
      background: rgba(2,201,232,0.1);
      border-color: rgba(2,201,232,0.5);
    }
.risk-item i {
      font-size: 1.25rem;
      color: #02c9e8;
      flex-shrink: 0;
      width: 24px;
      text-align: center;
    }
.risk-item-text {
      font-family: 'Noto Sans TC', 'PingFang TC', sans-serif;
      font-weight: 500;
      font-size: 0.975rem;
      color: #ffffff;
      line-height: 1.5;
    }
.section-tag {
      display: inline-block;
      background: rgba(2,201,232,0.15);
      border: 1px solid rgba(2,201,232,0.35);
      color: #02c9e8;
      font-family: 'Noto Sans TC', 'PingFang TC', sans-serif;
      font-weight: 700;
      font-size: 0.78rem;
      padding: 6px 18px;
      border-radius: 40px;
      letter-spacing: 0.06em;
      margin-bottom: 20px;
    }
/* Screening table */
.screening-table {
      background: #fff;
      border-radius: 16px;
      overflow: hidden;
      box-shadow: 0 12px 48px rgba(0,0,0,0.3);
      width: 100%;
    }
.screening-table thead {
  background: var(--cnvs-themecolor);
  color: #fff;
  font-family: var(--font-heading);
  font-weight: 700;
}
.screening-table thead th {
  padding: 16px 20px;
  font-weight: 700;
  font-size: 0.9rem;
  color: #fff;
  border: none;
  letter-spacing: 0.04em;
}
.screening-table tbody tr:nth-child(odd) {
  background: #f0fcfe;
}
.screening-table tbody tr:nth-child(even) {
      background: #fff;
    }
.screening-table tbody tr:hover {
      background: rgba(2,201,232,0.12);
    }
.screening-table tbody td {
      padding: 14px 20px;
      font-family: 'Noto Sans TC', 'PingFang TC', sans-serif;
      color: #1a2a3a;
      font-size: 0.9rem;
      border: none;
      vertical-align: middle;
    }
.table-note {
      background: rgba(2,201,232,0.08);
      border-left: 4px solid #02c9e8;
      border-radius: 0 10px 10px 0;
      padding: 14px 18px;
      margin-top: 16px;
    }
.table-note p {
      font-family: 'Noto Sans TC', sans-serif;
      font-size: 0.85rem;
      color: #c8e8f0;
      margin: 0;
      line-height: 1.7;
    }
.age-badge {
      display: inline-block;
      background: #0a1e2e;
      color: #02c9e8;
      font-family: 'Barlow', sans-serif;
      font-weight: 700;
      font-size: 0.85rem;
      padding: 4px 12px;
      border-radius: 20px;
      white-space: nowrap;
    }
.freq-badge {
      display: inline-block;
      background: rgba(2,201,232,0.12);
      color: #019ab5;
      font-family: 'Noto Sans TC', sans-serif;
      font-weight: 600;
      font-size: 0.8rem;
      padding: 4px 12px;
      border-radius: 20px;
      white-space: nowrap;
    }

/* Warning card */
.warning-card {
  background: #fff;
  border-radius: 16px;
  padding: 36px 24px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  transition: transform 0.3s, box-shadow 0.3s;
  height: 100%;
}
.warning-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 36px rgba(231, 76, 60, 0.12);
}
.warning-card i {
  font-size: 2.8rem;
  color: var(--color-accent-red);
  margin-bottom: 16px;
}
.heading-accent-line {
      width: 56px;
      height: 4px;
      background: #02c9e8;
      border-radius: 2px;
      margin: 16px auto 0;
    }
.w-card {
      background: #fff;
      border-radius: 16px;
      padding: 36px 20px 28px;
      text-align: center;
      box-shadow: 0 4px 20px rgba(0,0,0,0.06);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
    }
.w-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 12px 36px rgba(231, 76, 60, 0.12);
    }
.w-card-icon {
      font-size: 2.8rem;
      color: var(--color-accent-red);
      margin-bottom: 18px;
      display: block;
    }
.w-card h5 {
      font-family: var(--font-heading);
      font-weight: 700;
      font-size: 1rem;
      color: var(--color-text-primary);
      margin-bottom: 10px;
      line-height: 1.45;
    }
.w-card p {
      font-family: var(--font-heading);
      font-size: 0.875rem;
      color: #6b8a9e;
      line-height: 1.75;
      margin: 0;
      flex-grow: 1;
    }
.w-card-icon {
      font-size: 2.8rem;
      color: #e74c3c;
      margin-bottom: 18px;
      display: block;
    }
/* Alert banner */
.alert-banner {
  background: #fff3cd;
  border-left: 6px solid #f39c12;
  border-radius: 0 12px 12px 0;
  padding: 20px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 48px;
}
.w-alert-banner {
      background: #fff3cd;
      border-left: 6px solid #f39c12;
      border-radius: 0 14px 14px 0;
      padding: 22px 32px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 16px;
      margin-top: 48px;
    }
.w-alert-banner .banner-text {
      display: flex;
      align-items: center;
      gap: 16px;
      flex: 1;
    }
.w-alert-banner .banner-text i {
      font-size: 1.75rem;
      color: #f39c12;
      flex-shrink: 0;
    }
.w-alert-banner .banner-text p {
      margin: 0;
      font-family: var(--font-heading);
      font-weight: 600;
      color: #664d03;
      font-size: 0.975rem;
      line-height: 1.6;
    }
.btn-appt {
      background: #f39c12;
      border-color: #f39c12;
      color: #fff;
      font-family: var(--font-heading);
      font-weight: 700;
      white-space: nowrap;
    }
.btn-appt:hover {
      background: #d68910;
      border-color: #d68910;
      color: #fff;
    }
/* Exam method card */
.exam-card {
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 8px 32px rgba(10,30,46,0.10);
      background: #fff;
      transition: transform 0.3s, box-shadow 0.3s;
      height: 100%;
      display: flex;
      flex-direction: column;
    }
.exam-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 20px 56px rgba(2,201,232,0.18);
    }
.exam-card-img {
      width: 100%;
      height: 220px;
      object-fit: cover;
      display: block;
    }
.exam-card-body {
      padding: 32px 28px 28px;
      flex: 1;
      display: flex;
      flex-direction: column;
    }
.exam-card-icon {
      width: 56px;
      height: 56px;
      background: rgba(2,201,232,0.12);
      border-radius: 14px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: #02c9e8;
      font-size: 1.5rem;
      margin-bottom: 18px;
    }
.exam-card-title {
      font-family: 'Noto Sans TC', 'PingFang TC', 'Microsoft JhengHei', sans-serif;
      font-weight: 700;
      font-size: 1.3rem;
      color: #1a2a3a;
      margin-bottom: 12px;
    }
.exam-card-desc {
      font-family: 'Noto Sans TC', 'PingFang TC', 'Microsoft JhengHei', sans-serif;
      font-size: 0.9375rem;
      color: #6b8a9e;
      line-height: 1.85;
      flex: 1;
      margin-bottom: 20px;
    }
.exam-tag {
  display: inline-block;
  background: var(--cnvs-themecolor);
  color: #fff;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.75rem;
  padding: 4px 14px;
  border-radius: 20px;
  letter-spacing: 0.05em;
  margin-top: 16px;
}
.section-footer-note {
      text-align: center;
      margin-top: 56px;
      padding: 20px 32px;
      background: rgba(2,201,232,0.06);
      border-radius: 14px;
      border: 1px solid rgba(2,201,232,0.18);
      font-family: 'Noto Sans TC', 'PingFang TC', 'Microsoft JhengHei', sans-serif;
      font-weight: 600;
      font-size: 1rem;
      color: #1a2a3a;
      display: inline-flex;
      align-items: center;
      gap: 12px;
    }
/* Benefits stat row */
.benefit-stat-cell {
  text-align: center;
  padding: 40px 20px;
  border-right: 1px solid rgba(2,201,232,0.2);
}
.benefit-stat-cell:last-child { border-right: none; }

/* Check mark benefit row */
.benefit-check-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px 24px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(2,201,232,0.07);
  height: 100%;
}
.benefit-check-item i {
  font-size: 1.5rem;
  color: var(--cnvs-themecolor);
  margin-top: 2px;
  flex-shrink: 0;
}

/* Hero badge pills */
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(2,201,232,0.15);
  border: 1px solid rgba(2,201,232,0.35);
  color: #02c9e8;
  border-radius: 40px;
  padding: 10px 20px;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 0.875rem;
}
.hero-badge i { color: var(--cnvs-themecolor); }

/* Responsive */
@media (max-width: 767px) {
  .stat-number { font-size: 2.4rem; }
  .process-node { width: 72px; height: 72px; font-size: 0.75rem; }

}
.section-divider {
  width: 56px;
  border: 0;
  border-top: 3px solid #02c9e8;
  margin: 24px auto 48px;
  border-radius: 2px;
}


/* 胃食道逆流
-----------------------------------------------------------------*/
.gerd-hero-band {
  background: linear-gradient(135deg, #0a2540 0%, #0d3b6e 60%, #02c9e8 100%);
  padding: 80px 0 60px;
}
.gerd-hero-band h1 {
  font-size: 2.8rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.gerd-hero-band p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.1rem;
}
.gerd-badge {
  display: inline-block;
  background: var(--cnvs-themecolor);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 14px;
  border-radius: 20px;
  margin-bottom: 16px;
}
.gerd-card {
  background: #fff;
  border-radius: 14px;
  padding: 28px 24px;
  height: 100%;
  border-top: 4px solid var(--cnvs-themecolor);
  box-shadow: 0 4px 20px rgba(2, 201, 232, 0.08);
  transition: transform 0.2s, box-shadow 0.2s;
}
.gerd-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 32px rgba(2, 201, 232, 0.16);
}
/* Icon */
.gerd-card .icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(2, 201, 232, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  color: var(--cnvs-themecolor);
  font-size: 1.3rem;
}
/* Text */
.gerd-card h5 {
  font-size: 1rem;
  font-weight: 700;
  color: #0a2540;
  margin-bottom: 8px;
}
/* 修正 selector bug */
.gerd-card p,
.gerd-card ul {
  font-size: 0.9rem;
  color: #5a6a7a;
  margin: 0;
}
.gerd-section-title {
  font-size: 1.9rem;
  font-weight: 800;
  color: #0a2540;
}

.gerd-section-sub {
  color: #5a6a7a;
  font-size: 1rem;
  max-width: 560px;
  margin: 0 auto;
}
.symptom-chip {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1.5px solid #e2f7fc;
  border-radius: 10px;
  padding: 12px 16px;
  margin-bottom: 10px;
  font-size: 0.92rem;
  color: #0a2540;
  font-weight: 500;
  box-shadow: 0 2px 8px rgba(2, 201, 232, 0.06);
}
.symptom-chip i {
  color: var(--cnvs-themecolor);
  font-size: 1rem;
  flex-shrink: 0;
}
.cause-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
}
.cause-dot {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--cnvs-themecolor);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 2px;
}
.gerd-info-band {
  background: linear-gradient(90deg, #0a2540, #0d3b6e);
  border-radius: 20px;
  padding: 50px 44px;
}
.gerd-exam-card {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(2, 201, 232, 0.3);
  border-radius: 14px;
  padding: 24px 20px;
  height: 100%;
}
.gerd-exam-card h6 {
  color: #02c9e8;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 8px;
}
.gerd-exam-card p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.88rem;
  margin: 0;
}
.tip-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid #e9eff5;
}
.tip-row:last-child {
  border-bottom: none;
}
.tip-num {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--cnvs-themecolor);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.85rem;
  flex-shrink: 0;
}
.tip-text {
  font-size: 0.92rem;
  color: #2c3e50;
  font-weight: 500;
}
.gerd-cta-band {
  background: var(--cnvs-themecolor);
  border-radius: 20px;
  padding: 52px 44px;
  text-align: center;
}
.gerd-cta-band h3 {
  font-size: 1.9rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 12px;
}
.gerd-cta-band p {
  color: rgba(255, 255, 255, 0.88);
  font-size: 1rem;
  margin-bottom: 28px;
}


/*
.btn-cta-outline {
  display: inline-block;
  border: 2px solid #fff;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  padding: 13px 36px;
  border-radius: 40px;
  text-decoration: none;
  transition: all 0.2s;
  margin-left: 12px;
}

.btn-cta-outline:hover {
  background: #fff;
  color: #02c9e8;
}
*/

@media (max-width: 767px) {
  .gerd-hero-band h1 {
    font-size: 2rem;
  }

  .gerd-info-band {
    padding: 36px 24px;
  }

  .gerd-cta-band {
    padding: 36px 24px;
  }

  .btn-cta-outline {
    margin-left: 0;
    margin-top: 12px;
  }
}


/* AI內視鏡
-----------------------------------------------------------------*/
  .ai-endo-hero {
    background: linear-gradient(135deg, #021b2e 0%, #032d47 50%, #043d5e 100%);
    padding: 80px 0 60px;
    position: relative;
    overflow: hidden;
  }
  .ai-endo-hero::before {
    content: '';
    position: absolute;
    top: -80px; right: -80px;
    width: 420px; height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(2,201,232,0.3) 0%, transparent 70%);
    pointer-events: none;
  }
  .ai-endo-hero::after {
    content: '';
    position: absolute;
    bottom: -60px; left: -60px;
    width: 300px; height: 300px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(2,201,232,0.2) 0%, transparent 70%);
    pointer-events: none;
  }
  .ai-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(2,201,232,0.15);
    border: 1px solid rgba(2,201,232,0.4);
    color: #02c9e8;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 7px 18px;
    border-radius: 50px;
    margin-bottom: 24px;
  }
  .ai-endo-hero h1 {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.25;
    margin-bottom: 20px;
  }
  .ai-endo-hero h1 span { color: #02c9e8; }
  .ai-endo-hero p.lead {
    color: rgba(255,255,255,0.72);
    font-size: 1.1rem;
    line-height: 1.8;
    max-width: 540px;
  }
  .hero-img-wrap {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0,0,0,0.5);
  }
  .hero-img-wrap img { width: 100%; display: block; border-radius: 20px; }
  .ai-overlay-badge {
    position: absolute;
    bottom: 20px; left: 20px;
    background: rgba(2,201,232,0.92);
    backdrop-filter: blur(8px);
    color: #fff;
    padding: 12px 18px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .ai-scan-dot {
    width: 10px; height: 10px;
    background: #fff;
    border-radius: 50%;
    animation: pulse-dot 1.4s ease-in-out infinite;
  }
  @keyframes pulse-dot {
    0%,100%{ opacity:1; transform:scale(1); }
    50%{ opacity:0.4; transform:scale(1.5); }
  }
  /* Stats strip */
  .stats-strip {
    background: #02c9e8;
    padding: 28px 0;
  }
  .stat-item { text-align: center; }
  .stat-item .stat-num {
    font-size: 2.2rem;
    font-weight: 900;
    color: #fff;
    line-height: 1;
    display: block;
  }
  .stat-item .stat-label {
    color: rgba(255,255,255,0.85);
    font-size: 0.8rem;
    font-weight: 600;
    margin-top: 4px;
    display: block;
  }
  .stat-divider {
    width: 1px;
    background: rgba(255,255,255,0.3);
    align-self: stretch;
  }
  /* Advantages */
  .adv-section { background: #f8fdff; padding: 80px 0; }
  .section-eyebrow {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #02c9e8;
    display: block;
    margin-bottom: 12px;
  }
  .section-title-cn {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 800;
    color: #0a1628;
    line-height: 1.3;
    margin-bottom: 16px;
  }
  .section-sub {
    color: #667;
    font-size: 1rem;
    line-height: 1.8;
  }
  .adv-card {
    background: #fff;
    border-radius: 16px;
    padding: 32px 28px;
    height: 100%;
    border: 1px solid #e8f7fb;
    transition: all .3s ease;
    position: relative;
    overflow: hidden;
  }
  .adv-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, #02c9e8, #0af);
    transform: scaleX(0);
    transition: transform .3s ease;
    transform-origin: left;
  }
  .adv-card:hover { box-shadow: 0 12px 40px rgba(2,201,232,0.12); transform: translateY(-4px); border-color: rgba(2,201,232,0.25); }
  .adv-card:hover::before { transform: scaleX(1); }
  .adv-icon {
    width: 52px; height: 52px;
    background: linear-gradient(135deg, rgba(2,201,232,0.12), rgba(2,201,232,0.06));
    border-radius: 14px;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 18px;
    font-size: 22px;
    color: #02c9e8;
  }
  .adv-card h5 {
    font-size: 1rem;
    font-weight: 700;
    color: #0a1628;
    margin-bottom: 10px;
  }
  .adv-card p { color: #667; font-size: 0.9rem; line-height: 1.7; margin: 0; }

  /* AI Comparison table */
  .compare-section { background: #021b2e; padding: 80px 0; }
  .aicompare-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
  }
  .aicompare-table thead tr th {
    padding: 22px 28px;
    font-size: 0.95rem;
    font-weight: 700;
    text-align: center;
  }
  .aicompare-table thead tr th:first-child { text-align: left; }
  .aicompare-table thead .th-trad { background: #1a2e42; color: rgba(255,255,255,0.65); }
  .aicompare-table thead .th-ai { background: #02c9e8; color: #fff; }
  .aicompare-table thead .th-label { background: #0e253a; color: rgba(255,255,255,0.5); font-size: 0.82rem; }
  .aicompare-table tbody tr td {
    padding: 18px 28px;
    font-size: 0.92rem;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    vertical-align: middle;
  }
  .aicompare-table tbody tr:last-child td { border-bottom: none; }
  .aicompare-table tbody tr td:first-child { background: #0e253a; color: rgba(255,255,255,0.6); font-weight: 600; }
  .aicompare-table tbody tr td:nth-child(2) { background: #132133; color: rgba(255,255,255,0.5); text-align: center; }
  .aicompare-table tbody tr td:nth-child(3) { background: #0d3040; color: #fff; text-align: center; font-weight: 600; }
  .aicompare-table tbody tr:hover td:nth-child(3) { background: #0e3a4d; }
  .ai-tag {
    display: inline-block;
    background: rgba(2,201,232,0.2);
    color: #02c9e8;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 20px;
    margin-left: 6px;
  }
  /* Target groups */
  .target-section { background: #fff; padding: 80px 0; }
  .target-card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 22px 24px;
    border-radius: 14px;
    border: 1px solid #e5f0f5;
    margin-bottom: 16px;
    transition: all .25s;
  }
  .target-card:hover { border-color: #02c9e8; background: #f0fbfd; }
  .target-icon {
    width: 44px; height: 44px;
    min-width: 44px;
    border-radius: 12px;
    background: linear-gradient(135deg, #02c9e8, #00a8c5);
    display: flex; align-items: center; justify-content: center;
    color: #fff;
    font-size: 18px;
  }
  .target-card h6 { font-size: 0.95rem; font-weight: 700; color: #0a1628; margin-bottom: 5px; }
  .target-card p { font-size: 0.85rem; color: #667; margin: 0; line-height: 1.6; }
  /* Process */
  .process-section { background: #f0fbfd; padding: 80px 0; }
  .aiprocess-step {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    position: relative;
    padding-bottom: 36px;
  }
  .aiprocess-step:last-child { padding-bottom: 0; }
  .aiprocess-step::after {
    content: '';
    position: absolute;
    left: 23px;
    top: 48px;
    bottom: 0;
    width: 2px;
    background: linear-gradient(to bottom, #02c9e8, transparent);
  }
  .aiprocess-step:last-child::after { display: none; }
  .step-num {
    width: 48px; height: 48px;
    min-width: 48px;
    border-radius: 50%;
    background: #02c9e8;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 900;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 4px 20px rgba(2,201,232,0.35);
    z-index: 1;
  }
  .step-body h5 { font-size: 1rem; font-weight: 700; color: #0a1628; margin-bottom: 6px; margin-top: 10px; }
  .step-body p { font-size: 0.88rem; color: #667; line-height: 1.7; margin: 0; }
  .step-note {
    display: inline-block;
    background: rgba(2,201,232,0.1);
    color: #02a8c5;
    font-size: 12px;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 6px;
    margin-top: 6px;
  }
  /* Clinic features */
  .clinic-section { background: linear-gradient(135deg, #021b2e 0%, #032d47 100%); padding: 80px 0; }
  .clinic-feature {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 22px;
    border-radius: 14px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(2,201,232,0.15);
    margin-bottom: 16px;
    transition: all .25s;
  }
  .clinic-feature:hover { background: rgba(2,201,232,0.1); border-color: rgba(2,201,232,0.4); }
  .clinic-feature-icon {
    width: 46px; height: 46px; min-width: 46px;
    border-radius: 12px;
    background: rgba(2,201,232,0.15);
    display: flex; align-items: center; justify-content: center;
    color: #02c9e8;
    font-size: 20px;
  }
  .clinic-feature h6 { font-size: 0.95rem; font-weight: 700; color: #fff; margin-bottom: 4px; }
  .clinic-feature p { font-size: 0.82rem; color: rgba(255,255,255,0.55); margin: 0; }
  .clinic-img { border-radius: 20px; overflow: hidden; box-shadow: 0 20px 60px rgba(0,0,0,0.4); }
  .clinic-img img { width: 100%; display: block; }
  /* CTA */
  .cta-section {
    background: linear-gradient(120deg, #02c9e8 0%, #0198b4 100%);
    padding: 70px 0;
    position: relative;
    overflow: hidden;
  }
  .cta-section::before {
    content: '';
    position: absolute;
    right: -100px; top: -100px;
    width: 400px; height: 400px;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
    pointer-events: none;
  }
  .cta-section h2 { font-size: clamp(1.6rem,3vw,2.2rem); font-weight: 800; color: #fff; margin-bottom: 14px; }
  .cta-section p { color: rgba(255,255,255,0.85); font-size: 1rem; margin-bottom: 0; }
  
/* 按鈕 */
.btn-cta-white {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    color: #02a0b8 !important;
    font-weight: 800;
    font-size: 1rem;
    padding: 16px 36px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
    transition: all .3s;
  }
  .btn-cta-white:hover { 
	  transform: translateY(-3px); 
	  box-shadow: 0 14px 40px rgba(0,0,0,0.2); color: #017a90 !important; 
}
  .btn-cta-outline {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    color: #fff !important;
    font-weight: 700;
    font-size: 1rem;
    padding: 15px 32px;
    border-radius: 50px;
    border: 2px solid rgba(255,255,255,0.6);
    text-decoration: none;
    transition: all .3s;
  }

  .btn-cta-outline:hover { 
	  background: rgba(255,255,255,0.15); border-color: #fff; 
}

/* 無痛腸胃鏡
-----------------------------------------------------------------*/
/* Section eyebrow label */
.section-label {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #02c9e8;
  background: rgba(2, 201, 232, 0.1);
  border: 1px solid rgba(2, 201, 232, 0.3);
  padding: 5px 14px;
  border-radius: 50px;
  margin-bottom: 16px;
}
/* Themecolor text utility */
.text-themecolor { color: var(--cnvs-themecolor) !important; }

/* Cyan tint background */
.bg-cyan-tint { background-color: var(--color-light-bg); }

/* Trust badge floating */
.trust-badge-float {
  position: absolute;
  bottom: 28px;
  right: -20px;
  background: #ffffff;
  border-left: 4px solid var(--cnvs-themecolor);
  border-radius: 8px;
  padding: 14px 20px;
  box-shadow: 0 12px 40px rgba(2,201,232,0.18), 0 4px 16px rgba(0,0,0,0.10);
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--color-text-primary);
  white-space: nowrap;
  z-index: 2;
}
.evis-badge-float {
  position: absolute;
  top: 50px;
  right: -20px;
  background: #ffffff;
  border-left: 4px solid var(--cnvs-themecolor);
  border-radius: 8px;
  padding: 14px 20px;
  box-shadow: 0 12px 40px rgba(2,201,232,0.18), 0 4px 16px rgba(0,0,0,0.10);
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--color-text-primary);
  white-space: nowrap;
  z-index: 2;
}
/* Callout box */
.callout-cyan {
  background: var(--color-light-bg);
  border-left: 4px solid var(--cnvs-themecolor);
  border-radius: 0 8px 8px 0;
  padding: 18px 22px;
  margin: 24px 0;
  font-size: 0.975rem;
  font-weight: 500;
  color: var(--color-text-primary);
  line-height: 1.7;
}

/* Benefit pills */
.benefit-pill {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #ffffff;
  border: 1.5px solid var(--color-border-light);
  border-radius: 50px;
  padding: 10px 18px;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--color-text-primary);
  box-shadow: 0 2px 8px rgba(2,201,232,0.08);
}

.benefit-pill i {
  color: var(--cnvs-themecolor);
  font-size: 1.1rem;
}

/* Condition cards */
.condition-card {
  background: #ffffff;
  border-top: 3px solid var(--cnvs-themecolor);
  border-radius: 12px;
  padding: 28px 24px;
  height: 100%;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.condition-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 36px rgba(2,201,232,0.16), 0 4px 16px rgba(0,0,0,0.08);
}

.condition-card i {
  font-size: 2rem;
  color: var(--cnvs-themecolor);
  margin-bottom: 14px;
  display: block;
}

.condition-card h5 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--color-text-primary);
  margin-bottom: 8px;
}

.condition-card p {
  font-size: 0.875rem;
  color: var(--color-text-muted);
  margin-bottom: 0;
  line-height: 1.6;
}

/* Process timeline */
.process-step {
  position: relative;
  text-align: center;
  padding: 0 20px;
}

.process-step-num {
  font-size: 8rem;
  font-weight: 900;
  color: var(--cnvs-themecolor);
  opacity: 0.07;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1;
  pointer-events: none;
  z-index: 0;
  font-family: var(--font-heading);
}

.process-icon-wrap {
  position: relative;
  z-index: 1;
  width: 72px;
  height: 72px;
  background: var(--color-light-bg);
  border: 2px solid var(--cnvs-themecolor);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.process-icon-wrap i {
  font-size: 1.75rem;
  color: var(--cnvs-themecolor);
}

.process-step h4 {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 14px;
  color: var(--color-text-primary);
}

.process-step ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.process-step ul li {
  font-size: 0.9rem;
  color: var(--color-text-muted);
  padding: 5px 0;
  border-bottom: 1px dashed var(--color-border-light);
}

.process-step ul li:last-child { border-bottom: none; }

/* Dashed connector line between steps */
.process-connector {
  position: absolute;
  top: 36px;
  left: calc(50% + 60px);
  right: calc(-50% + 60px);
  height: 2px;
  border-top: 2px dashed var(--cnvs-themecolor);
  opacity: 0.4;
}

/* Warning strip */
.notice-strip {
  background: var(--color-dark-secondary);
  border-radius: 12px;
  padding: 24px 32px;
  margin-top: 48px;
  display: flex;
  align-items: center;
  gap: 36px;
  flex-wrap: wrap;
  justify-content: center;
}

.notice-strip-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 500;
}

.notice-strip-item i {
  color: var(--cnvs-themecolor);
  font-size: 1.2rem;
}

/* Feature grid (dark section) */
.feature-box-dark {
  text-align: center;
  padding: 36px 24px;
}

.feature-icon-circle {
  width: 80px;
  height: 80px;
  background: rgba(2,201,232,0.12);
  border: 2px solid rgba(2,201,232,0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  transition: background 0.25s ease, border-color 0.25s ease;
}

.feature-box-dark:hover .feature-icon-circle {
  background: rgba(2,201,232,0.22);
  border-color: var(--cnvs-themecolor);
}

.feature-icon-circle i {
  font-size: 2rem;
  color: var(--cnvs-themecolor);
}

.feature-box-dark h4 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
}

.feature-box-dark p {
  font-size: 0.875rem;
  color: rgba(255,255,255,0.6);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Highlight banner inside dark section */
.highlight-banner {
  background: var(--cnvs-themecolor);
  border-radius: 16px;
  padding: 36px 40px;
  text-align: center;
  margin-top: 56px;
}

.highlight-banner h3 {
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--color-text-primary);
  margin-bottom: 20px;
}

/* Accordion overrides */
.accordion-item {
  border: none;
  border-bottom: 1.5px solid var(--color-border-light);
}

.accordion-button {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1rem;
  color: var(--color-text-primary);
  background: #ffffff !important;
  padding: 20px 0;
  box-shadow: none !important;
}

.accordion-button::after {
  filter: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2302c9e8'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed) {
  color: var(--cnvs-themecolor) !important;
}

.accordion-body {
  font-size: 0.95rem;
  color: var(--color-text-muted);
  line-height: 1.75;
  padding: 0 0 20px;
}

/* CTA section wave divider */
.wave-divider svg {
  display: block;
  width: 100%;
}

/* CTA section */
.cta-section {
  background: linear-gradient(135deg, #02c9e8 0%, #0198b0 100%);
  padding: 96px 0 80px;
  position: relative;
}

.trust-signal-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,0.9);
  font-size: 0.875rem;
  font-weight: 500;
}

.trust-signal-item i {
  font-size: 1.1rem;
  color: #ffffff;
}

/* Image wrapper for about section */
.about-img-wrap {
  position: relative;
  border-radius: 16px;
  overflow: visible;
}

.about-img-wrap img {
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
  display: block;
  box-shadow: 0 20px 60px rgba(2,201,232,0.15), 0 8px 24px rgba(0,0,0,0.10);
}

@media (max-width: 991px) {
  .trust-badge-float {
    position: static;
    margin-top: 16px;
    display: inline-block;
  }
  .evis-badge-float {
    position: static;
    margin-top: 16px;
    display: inline-block;
  }
  .process-connector { display: none; }
  .notice-strip { flex-direction: column; gap: 16px; align-items: flex-start; padding: 20px 24px; }
  .section { padding-top: 64px; padding-bottom: 64px; }
  .process-step-num { font-size: 5rem; }
}

/*Mobile vertical connector lines */
@media (max-width: 991px) {
	.process-step::after {
	content: '';
	display: block;
	width: 2px;
	height: 40px;
	background: var(--cnvs-themecolor);
	opacity: 0.35;
	margin: 0 auto;
	}
	.col-lg-4:last-child .process-step::after {
	display: none;
	}
}


/* 增生治療與PRP血小板治療
-----------------------------------------------------------------*/

.hero-intro {
    background: linear-gradient(135deg, #4274af 0%, #1a4a6e 60%, #5bc6e6 100%);
    padding: 80px 0 70px;
    position: relative;
    overflow: hidden;
  }
.hero-intro::before {
    content: '';
    position: absolute;
    top: -80px; right: -80px;
    width: 400px; height: 400px;
    border-radius: 50%;
    background: rgba(255,255,255,0.04);
  }
.hero-intro::after {
    content: '';
    position: absolute;
    bottom: -120px; left: -60px;
    width: 320px; height: 320px;
    border-radius: 50%;
    background: rgba(15,122,138,0.18);
  }
.badge-tag {
    display: inline-block;
    background: rgba(15,122,138,0.3);
    border: 1px solid rgba(15,220,200,0.4);
    color: #7ee8e0;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 5px 16px;
    border-radius: 20px;
    text-transform: uppercase;
    margin-bottom: 18px;
  }
.hero-intro h1 {
    font-size: clamp(28px, 4vw, 46px);
    font-weight: 800;
    color: #fff;
    line-height: 1.25;
    margin-bottom: 18px;
  }
.hero-intro p {
    color: rgba(255,255,255,0.75);
    font-size: 17px;
    line-height: 1.8;
    max-width: 560px;
  }
.hero-stat {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 14px;
    padding: 22px 18px;
    text-align: center;
    backdrop-filter: blur(8px);
  }
.hero-stat .num {
    font-size: 32px;
    font-weight: 800;
    color: #7ee8e0;
    line-height: 1;
    margin-bottom: 6px;
  }
.hero-stat .lbl {
    font-size: 13px;
    color: rgba(255,255,255,0.65);
    line-height: 1.4;
  }
 .section-title-zh {
    font-size: clamp(22px, 2.5vw, 30px);
    font-weight: 800;
    color: #0d2137;
    margin-bottom: 10px;
    line-height: 1.3;
  }
.section-title-zh span {
    color: #0f7a8a;
  }
.section-lead {
    color: #5a6a7a;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 0;
  }
.what-is-block {
    background: #fff;
    padding: 70px 0;
  }
.method-card {
    background: linear-gradient(145deg, #f0f9fc, #e8f5f9);
    border-left: 4px solid #0f7a8a;
    border-radius: 12px;
    padding: 28px 24px;
    height: 100%;
    transition: transform 0.25s, box-shadow 0.25s;
  }
.method-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(15,122,138,0.15);
  }
.method-card.prp {
    background: linear-gradient(145deg, #fdf0f5, #fce8ef);
    border-left-color: #c0395e;
  }
.method-card .icon-box {
    width: 52px; height: 52px;
    background: #0f7a8a;
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 16px;
    color: #fff;
    font-size: 22px;
  }
.method-card.prp .icon-box {
    background: #c0395e;
  }
.method-card h4 {
    font-size: 18px;
    font-weight: 800;
    color: #0d2137;
    margin-bottom: 10px;
  }
.method-card p {
    font-size: 14px;
    color: #5a6a7a;
    line-height: 1.8;
    margin-bottom: 0;
  }
.core-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff3cd;
    border: 1px solid #ffc107;
    color: #7a5800;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 30px;
    margin-top: 24px;
  }
.indications-block {
    background: linear-gradient(160deg, #4274af 0%, #1a4a6e 100%);
    padding: 70px 0;
  }
.indication-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 12px;
    padding: 18px 20px;
    margin-bottom: 12px;
    transition: background 0.2s;
  }
.indication-item:hover {
    background: rgba(255,255,255,0.1);
  }
.indication-item .ind-icon {
    width: 40px; height: 40px; min-width: 40px;
    background: rgba(15,122,138,0.35);
    border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    color: #7ee8e0;
    font-size: 18px;
  }
.indication-item .ind-text h5 {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 3px;
  }
.indication-item .ind-text p {
    font-size: 13px;
    color: rgba(255,255,255,0.6);
    margin-bottom: 0;
    line-height: 1.5;
  }
.compare-block {
    background: #fff;
    padding: 70px 0;
  }
.compare-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(13,33,55,0.1);
  }
.compare-table thead tr th {
    padding: 18px 24px;
    font-size: 15px;
    font-weight: 800;
    text-align: center;
  }
.compare-table thead .th-label {
    background: #f0f4f8;
    color: #5a6a7a;
    text-align: left;
  }
.compare-table thead .th-prolo {
    background: #0f7a8a;
    color: #fff;
  }
.compare-table thead .th-prp {
    background: #c0395e;
    color: #fff;
  }
.compare-table tbody tr td {
    padding: 14px 24px;
    font-size: 14px;
    border-bottom: 1px solid #f0f4f8;
    vertical-align: middle;
  }
.compare-table tbody tr:last-child td {
    border-bottom: none;
  }
.compare-table tbody tr:nth-child(even) td {
    background: #f8fafc;
  }
.compare-table tbody tr:nth-child(odd) td {
    background: #fff;
  }
.compare-table tbody .td-label {
    font-weight: 700;
    color: #0d2137;
  }
.compare-table tbody .td-val {
    text-align: center;
    color: #4a5a6a;
  }
.check-icon {
    color: #0f7a8a;
    font-size: 16px;
  }
.flow-block {
    background: linear-gradient(135deg, #f0f9fc 0%, #e8f3f8 100%);
    padding: 70px 0;
  }
.step-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 24px;
    position: relative;
  }
.step-item:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 22px; top: 52px;
    width: 2px; height: calc(100% - 20px);
    background: linear-gradient(#0f7a8a, #7ee8e0);
    opacity: 0.4;
  }
.step-num {
    width: 46px; height: 46px; min-width: 46px;
    background: #0d2137;
    color: #fff;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 18px;
    font-weight: 800;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
  }
.step-content h5 {
    font-size: 16px;
    font-weight: 800;
    color: #0d2137;
    margin-bottom: 5px;
  }
.step-content p {
    font-size: 13px;
    color: #5a6a7a;
    margin-bottom: 0;
    line-height: 1.7;
  }
.features-block {
    background: linear-gradient(160deg, #4274af 0%, #1a4a6e 100%);
    padding: 70px 0;
  }
.feat-pill {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 50px;
    padding: 14px 22px;
    margin-bottom: 12px;
    transition: background 0.2s;
  }
.feat-pill:hover {
    background: rgba(15,122,138,0.25);
  }
.feat-pill i {
    color: #7ee8e0;
    font-size: 18px;
    min-width: 20px;
  }
.feat-pill span {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
  }
.faq-block {
    background: #fff;
    padding: 70px 0;
  }
.faq-item {
    border: 1px solid #e8eef4;
    border-radius: 12px;
    padding: 22px 24px;
    margin-bottom: 14px;
    transition: box-shadow 0.2s;
  }
.faq-item:hover {
    box-shadow: 0 6px 24px rgba(15,122,138,0.1);
  }
.faq-item h5 {
    font-size: 15px;
    font-weight: 800;
    color: #0d2137;
    margin-bottom: 8px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
  }
.faq-item h5::before {
    content: 'Q';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 26px;
    height: 26px;
    background: #0f7a8a;
    color: #fff;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 900;
    margin-top: 1px;
  }
.faq-item p {
    font-size: 14px;
    color: #5a6a7a;
    line-height: 1.8;
    margin-bottom: 0;
    padding-left: 36px;
  }
.cta-block {
    background: linear-gradient(135deg, #0f7a8a 0%, #0d5e7a 50%, #0d2137 100%);
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
.cta-block::before {
    content: '';
    position: absolute;
    top: -100px; right: -100px;
    width: 350px; height: 350px;
    border-radius: 50%;
    background: rgba(255,255,255,0.04);
  }
.cta-block h2 {
    font-size: clamp(22px, 3vw, 36px);
    font-weight: 800;
    color: #fff;
    line-height: 1.35;
    margin-bottom: 14px;
  }
.cta-block p {
    font-size: 16px;
    color: rgba(255,255,255,0.75);
    margin-bottom: 32px;
  }
.btn-cta-main {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    color: #0d2137;
    font-size: 16px;
    font-weight: 800;
    padding: 16px 38px;
    border-radius: 50px;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
    margin: 6px 8px;
  }
.btn-cta-main:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.25);
    color: #0d2137;
    text-decoration: none;
  }
/*
.btn-cta-outline {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 36px;
    border-radius: 50px;
    border: 2px solid rgba(255,255,255,0.5);
    text-decoration: none;
    transition: all 0.2s;
    margin: 6px 8px;
  }
.btn-cta-outline:hover {
    background: rgba(255,255,255,0.1);
    border-color: #fff;
    color: #fff;
    text-decoration: none;
  }
*/
.safety-note {
    background: #fff8f0;
    border: 1px solid #ffd9b0;
    border-radius: 12px;
    padding: 20px 24px;
    font-size: 14px;
    color: #7a5800;
    line-height: 1.8;
  }
.safety-note strong {
    color: #d97706;
  }

/* 兒童早期治療
-----------------------------------------------------------------*/
.eit-hero{background:linear-gradient(135deg,#1a5276 0%,#2e86c1 60%,#85c1e9 100%);padding:72px 0 56px;position:relative;overflow:hidden;}
.eit-hero::before{content:'';position:absolute;top:-60px;right:-80px;width:420px;height:420px;border-radius:50%;background:rgba(255,255,255,0.06);pointer-events:none;}
.eit-hero::after{content:'';position:absolute;bottom:-80px;left:-60px;width:300px;height:300px;border-radius:50%;background:rgba(255,255,255,0.04);pointer-events:none;}
.eit-badge{display:inline-block;background:rgba(255,255,255,0.18);color:#fff;font-size:13px;font-weight:600;padding:5px 18px;border-radius:20px;letter-spacing:1px;margin-bottom:18px;}
.eit-hero h1{color:#fff;font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.25;margin-bottom:16px;}
.eit-hero p{color:rgba(255,255,255,0.88);font-size:1.1rem;max-width:580px;margin-bottom:24px;}
.eit-highlight{display:inline-flex;align-items:center;gap:10px;background:rgba(255,215,0,0.18);border-left:4px solid #f1c40f;padding:12px 20px;border-radius:6px;color:#fff;font-weight:600;font-size:0.97rem;margin-top:8px;}
.eit-section-title{font-size:1.55rem;font-weight:800;color:#1a3a5c;margin-bottom:8px;position:relative;}
.eit-section-title span{color:var(--cnvs-themecolor);}
.eit-subtitle{color:#666;font-size:0.95rem;margin-bottom:32px;}
.eit-card{background:#fff;border-radius:14px;padding:28px 24px;box-shadow:0 4px 24px rgba(0,0,0,0.07);height:100%;transition:transform .25s,box-shadow .25s;}
.eit-card:hover{transform:translateY(-4px);box-shadow:0 10px 36px rgba(0,0,0,0.11);}
.eit-card-icon{width:52px;height:52px;border-radius:12px;background:linear-gradient(135deg,var(--cnvs-themecolor),#5dade2);display:flex;align-items:center;justify-content:center;margin-bottom:16px;color:#fff;font-size:1.4rem;}
.eit-card h5{font-size:1.05rem;font-weight:700;color:#1a3a5c;margin-bottom:10px;}
.eit-card p{font-size:0.9rem;color:#555;margin:0;line-height:1.7;}
.eit-sign-item{display:flex;align-items:flex-start;gap:14px;padding:14px 0;border-bottom:1px solid #eef2f7;}
.eit-sign-item:last-child{border-bottom:none;}
.eit-sign-dot{width:36px;height:36px;min-width:36px;border-radius:50%;background:linear-gradient(135deg,#e74c3c,#f1948a);display:flex;align-items:center;justify-content:center;color:#fff;font-size:0.85rem;}
.eit-sign-text h6{font-size:0.97rem;font-weight:700;color:#1a3a5c;margin-bottom:4px;}
.eit-sign-text p{font-size:0.88rem;color:#666;margin:0;}
.eit-improve-item{display:flex;align-items:center;gap:14px;padding:13px 16px;background:#fff;border-radius:10px;margin-bottom:10px;box-shadow:0 2px 10px rgba(0,0,0,0.05);}
.eit-improve-item i{color:var(--cnvs-themecolor);font-size:1.1rem;}
.eit-improve-item span{font-size:0.95rem;font-weight:600;color:#1a3a5c;}
.eit-step{text-align:center;position:relative;}
.eit-step-num{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,var(--cnvs-themecolor),#5dade2);color:#fff;font-size:1.3rem;font-weight:800;display:flex;align-items:center;justify-content:center;margin:0 auto 14px;}
.eit-step h6{font-size:0.97rem;font-weight:700;color:#1a3a5c;margin-bottom:6px;}
.eit-step p{font-size:0.85rem;color:#666;margin:0;}
.eit-step-connector{position:absolute;top:30px;right:-50%;width:100%;height:2px;background:linear-gradient(90deg,var(--cnvs-themecolor),transparent);z-index:0;}
.eit-dark-strip{background:linear-gradient(135deg,#1a3a5c,#2471a3);border-radius:16px;padding:40px 36px;color:#fff;}
.eit-dark-strip h3{font-size:1.5rem;font-weight:800;margin-bottom:8px;}
.eit-dark-strip p{color:rgba(255,255,255,0.82);font-size:0.95rem;margin-bottom:0;}
.eit-clinic-item{display:flex;align-items:center;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.12);}
.eit-clinic-item:last-child{border-bottom:none;}
.eit-clinic-item i{color:#f1c40f;font-size:1rem;}
.eit-clinic-item span{color:rgba(255,255,255,0.9);font-size:0.93rem;}
.eit-cta-wrap{background:linear-gradient(135deg,#e8f5e9,#e3f2fd);border-radius:16px;padding:48px 36px;text-align:center;border:2px dashed var(--cnvs-themecolor);}
.eit-cta-wrap h3{font-size:1.6rem;font-weight:800;color:#1a3a5c;margin-bottom:12px;}
.eit-cta-wrap p{color:#555;font-size:1rem;margin-bottom:28px;}
.eit-milestone-box{background:#fff;border-radius:10px;padding:16px 18px;border-left:4px solid var(--cnvs-themecolor);margin-bottom:12px;box-shadow:0 2px 8px rgba(0,0,0,0.05);}
.eit-milestone-box .age{font-size:0.8rem;font-weight:700;color:var(--cnvs-themecolor);margin-bottom:4px;letter-spacing:.5px;}
.eit-milestone-box p{font-size:0.88rem;color:#444;margin:0;line-height:1.6;}
.eit-redflag{background:#fff5f5;border:1px solid #fadadd;border-radius:10px;padding:16px 18px;margin-bottom:10px;}
.eit-redflag .flag-age{font-size:0.85rem;font-weight:700;color:#c0392b;margin-bottom:4px;}
.eit-redflag p{font-size:0.88rem;color:#555;margin:0;}
.eit-faq-item{background:#fff;border-radius:10px;padding:20px 22px;margin-bottom:14px;box-shadow:0 2px 10px rgba(0,0,0,0.05);}
.eit-faq-item h6{font-size:0.97rem;font-weight:700;color:#1a3a5c;margin-bottom:8px;}
.eit-faq-item p{font-size:0.9rem;color:#555;margin:0;line-height:1.7;}

.section-divider-pe {
	width:50px;
	height:4px;
	background:var(--cnvs-themecolor);
	border-radius:2px;
	margin-bottom:16px;
}
.cta-block2 {
    background: linear-gradient(135deg, #e27de2 0%, #a31f89 50%, #c13d9a 100%);
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
.cta-block2::before {
    content: '';
    position: absolute;
    top: -100px; right: -100px;
    width: 350px; height: 350px;
    border-radius: 50%;
    background: rgba(255,255,255,0.04);
  }
.cta-block2 h2 {
    font-size: clamp(22px, 3vw, 36px);
    font-weight: 800;
    color: #fff;
    line-height: 1.35;
    margin-bottom: 14px;
  }
.cta-block2 p {
    font-size: 16px;
    color: rgba(255,255,255,0.75);
    margin-bottom: 32px;
  }


/* FAQ
-----------------------------------------------------------------*/
.grid-filter.flex-column {
	border: 1px solid rgba(0,0,0,0.07);
	border-radius: 4px;
}

.grid-filter.flex-column,
.grid-filter.flex-column li {
	width: 100%;
}

.grid-filter.flex-column li a {
	padding: 14px 20px;
	font-size: 0.9375rem;
	text-align: left;
	border-left: 0;
	border-radius: 0;
	border-bottom: 1px solid rgba(0,0,0,0.07);
}

.grid-filter.flex-column li:first-child a {
	border-radius: 4px 4px 0 0;
}

.grid-filter.flex-column li:last-child a {
	border-bottom: 0;
	border-radius: 0 0 4px 4px;
}


/* Medical
-----------------------------------------------------------------*/

.opening-table .heading-block span {
	font-size: 16px;
	font-weight: 400;
}

.opening-table {
	padding: 30px;
	background-color: #FFF;
	border-radius: 4px;
	border: 1px solid #EEE;
}


.gmap {
	position: absolute !important;
	top: 0;
	right: 0;
	width: 60%;
	height: 100%;
	min-height: 400px;
	z-index: 2;
}

.gmap::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 10%;
	height: 100%;
	background-image: linear-gradient(to right, var(--cnvs-darkcolor), transparent );
	z-index: 1;
}
/* Responsive Device less than 768px (.device-sm <)
-----------------------------------------------------------------*/
@media (max-width: 767.98px) {
	.gmap {
		position: relative !important;
		width: 100%;
	}

	.gmap::before { display: none; }

	.price-img { height: 400px; }


	#header.dark.transparent-header {
		background-color: var(--cnvs-darkcolor) !important;
	}
}

/* Justify Border Title
-----------------------------------------------------------------*/
.about-title {
  --cnvs-fancy-title-bg: #fff;
  --cnvs-fancy-title-padding: 0.75rem;
  --cnvs-fancy-title-border-size: 2px;
  --cnvs-fancy-title-border-color: rgba(var(--cnvs-contrast-rgb), 0.1);
  --cnvs-fancy-title-dotted-border: images/icons/dotted.png;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.about-title h1, .fancy-title .h1,
.about-title h2,
.about-title .h2,
.about-title h3,
.about-title .h3,
.about-title h4,
.about-title .h4,
.about-title h5,
.about-title .h5,
.about-title h6,
.about-title .h6 {
  position: relative;
  margin-bottom: 0;
}
.about-title::before, .about-title::after {
  content: "";
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  height: 0;
  border-top: calc(var(--cnvs-fancy-title-border-size) * 3) double rgba(var(--cnvs-contrast-rgb), 0.1);
}
.about-title::before {
  display: none;
  margin-right: var(--cnvs-fancy-title-padding);
}
.about-title::after {
  margin-left: var(--cnvs-fancy-title-padding);
}



.bg-color-light {
	background-color: #EBF1F0 !important;
}

.hero-bg {
	position: absolute;
	left: auto;
	top: -100px;
	right: -100px;
	z-index: 0;
	object-fit: cover;
	max-width: 60%;
}

.circle-draw,
.circle-draw span {
	position: relative;
	color: inherit !important;
	z-index: 1;
}

.circle-draw svg {
	position: absolute;
	top: 50%;
	left: 50%;
	width: calc(100% + .5em);
	height: calc(100% + .5em);
	transform: translate(-50%, -50%);
	z-index: 0;
}

.floating-btn-wrap {
	position: fixed;
	right: 30px;
	bottom: 100px;
	z-index: 199;
}
.floating-btn-wrap a {
	font-size: 2.5rem;
	cursor: pointer;
	z-index: 3;
	transform: translate(-50%, -50%);
	transition: transform .3s ease;
}


/* Responsive Device more than 992px (.device-md >)
-----------------------------------------------------------------*/
@media (min-width: 992px) {

	.section-scroll {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		display: block;
	}

	.section-scroll .section-sticky {
		position: -webkit-sticky;
		position: sticky;
		top: 200px;
	}

}

@media (max-width: 575.98px) {
	
	.about-title {
  		margin-bottom: 0;
	}
}