*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
:root {
  --green: #0F6E56; --green-mid: #1D9E75; --green-dark: #085041;
  --green-light: #E8F5F0; --green-pale: #F2FAF7;
  --white: #FFFFFF; --off-white: #FAFAF8; --black: #111111;
  --gray-1: #F5F5F3; --gray-2: #E8E8E4; --gray-3: #9A9A94; --gray-4: #555550;
  --navy: #1a3a6b; --navy-light: #EBF2FB;
  --purple: #7c3aed; --purple-light: #F5F0FF;
  --nav-blur: rgba(255,255,255,0.88);
  --serif: 'DM Serif Display', Georgia, serif;
  --sans: 'DM Sans', -apple-system, sans-serif;
  --max: 1100px;
}
html { scroll-behavior: smooth; }
body { font-family: var(--sans); background: var(--off-white); color: var(--black); -webkit-font-smoothing: antialiased; }

.secondary-bar {
  position: fixed; top: 56px; left: 0; right: 0; z-index: 99;
  height: 36px; background: white; border-bottom: 0.5px solid var(--gray-2);
  display: flex; align-items: center; justify-content: center; gap: 40px;
}
.secondary-bar a {
  font-size: 12px; font-weight: 500; color: var(--green-dark);
  text-decoration: none; display: flex; align-items: center; gap: 6px;
  letter-spacing: 0.01em; transition: color 0.2s;
}
.secondary-bar a:hover { color: var(--green); }
.secondary-bar .sep { width: 1px; height: 14px; background: var(--gray-2); }
.bar-arrow {
  font-size: 13px; font-weight: 900; color: var(--green);
  line-height: 1; display: inline-flex; flex-shrink: 0;
  transform: scaleX(1.1);
}
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; height: 56px; background: var(--nav-blur); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border-bottom: 0.5px solid var(--gray-2); display: flex; align-items: center; justify-content: space-between; padding: 0 44px; }
.nav-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.logo-mark { width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.nav-logo span { font-size: 15px; font-weight: 600; color: var(--black); }
.nav-links { display: flex; gap: 28px; list-style: none; }
.nav-links a { font-size: 13px; color: var(--gray-4); text-decoration: none; }
.nav-links a:hover { color: var(--black); }
.nav-cta { background: var(--green); color: white; padding: 7px 18px; border-radius: 50px; font-size: 13px; font-weight: 500; text-decoration: none; }
.nav-reorder {
  border: 1px solid var(--gray-2); color: var(--gray-4);
  padding: 7px 18px; border-radius: 50px;
  font-size: 13px; font-weight: 400; text-decoration: none;
  transition: border-color 0.2s, color 0.2s;
}
.nav-reorder:hover { border-color: var(--green); color: var(--green); }

.page-wrap { padding-top: 92px; }

/* HERO */
.svc-hero { background: white; border-bottom: 0.5px solid var(--gray-2); padding: 80px 44px 64px; text-align: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gray-3); margin-bottom: 20px; }
.eyebrow::before { content: ''; display: block; width: 20px; height: 1.5px; background: var(--green); }
.svc-hero h1 { font-family: var(--serif); font-size: clamp(2.4rem, 5vw, 3.8rem); line-height: 1.1; color: var(--black); margin-bottom: 16px; }
.svc-hero h1 em { color: #FF3D7F; font-style: italic; }
.svc-hero p { font-size: 17px; font-weight: 300; color: var(--gray-4); max-width: 560px; margin: 0 auto; line-height: 1.7; }

/* SERVICE NAV */
.svc-nav { background: white; border-bottom: 0.5px solid var(--gray-2); position: sticky; top: 56px; z-index: 50; }
.svc-nav-inner { max-width: var(--max); margin: 0 auto; padding: 0 44px; display: flex; gap: 0; overflow-x: auto; scrollbar-width: none; }
.svc-nav-inner::-webkit-scrollbar { display: none; }
.svc-nav-link { padding: 16px 20px; font-size: 13px; font-weight: 500; color: var(--gray-3); text-decoration: none; white-space: nowrap; border-bottom: 2px solid transparent; transition: color 0.15s, border-color 0.15s; }
.svc-nav-link:hover { color: var(--black); }
.svc-nav-link.active { color: var(--green); border-bottom-color: var(--green); }

/* SHARED */
.svc-body { max-width: var(--max); margin: 0 auto; padding: 0 44px; }
.section-tag { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 14px; }
.section-tag::before { content: ''; display: block; width: 20px; height: 1.5px; }
.section-tag.green { color: var(--green); } .section-tag.green::before { background: var(--green); }
.section-tag.navy { color: var(--navy); } .section-tag.navy::before { background: var(--navy); }
.section-tag.purple { color: var(--purple); } .section-tag.purple::before { background: var(--purple); }
.section-title { font-family: var(--serif); font-size: clamp(1.8rem, 3vw, 2.6rem); line-height: 1.12; color: var(--black); margin-bottom: 12px; }
.section-title em { color: var(--green); font-style: italic; }
.section-sub { font-size: 16px; font-weight: 300; color: var(--gray-4); line-height: 1.75; max-width: 600px; }

/* SERVICE SECTION */
.svc-section { padding: 80px 0; border-bottom: 0.5px solid var(--gray-2); }
.svc-section:last-of-type { border-bottom: none; }
.svc-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; margin-top: 48px; }
.svc-layout.reverse { direction: rtl; }
.svc-layout.reverse > * { direction: ltr; }

/* FEATURE LIST */
.feature-list { display: flex; flex-direction: column; gap: 0; }
.feature-item { display: flex; gap: 16px; padding: 20px 0; border-bottom: 0.5px solid var(--gray-2); }
.feature-item:last-child { border-bottom: none; }
.feature-icon { width: 40px; height: 40px; border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 18px; }
.feature-icon.green { background: var(--green-light); }
.feature-icon.navy { background: var(--navy-light); }
.feature-icon.purple { background: var(--purple-light); }
.feature-body h4 { font-size: 14px; font-weight: 500; margin-bottom: 4px; color: var(--black); }
.feature-body p { font-size: 14px; color: var(--gray-3); line-height: 1.65; }

/* INFO CARD */
.info-card { background: white; border: 1px solid var(--gray-2); border-radius: 20px; overflow: hidden; display: flex; flex-direction: column; }
.info-card-head { padding: 28px; border-bottom: 1px solid var(--gray-2); }
.info-card-head .tag { font-size: 10px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 8px; }
.info-card-head .tag.green { color: var(--green); }
.info-card-head .tag.navy { color: var(--navy); }
.info-card-head .tag.purple { color: var(--purple); }
.info-card-head h3 { font-family: var(--serif); font-size: 1.3rem; margin-bottom: 6px; }
.info-card-head p { font-size: 13px; color: var(--gray-3); line-height: 1.6; }
.info-card-stat { padding: 20px 28px; border-bottom: 1px solid var(--gray-2); background: var(--gray-1); }
.stat-num { font-family: var(--serif); font-size: 2.4rem; color: var(--black); line-height: 1; margin-bottom: 4px; }
.stat-num.green { color: var(--green); }
.stat-num.navy { color: var(--navy); }
.stat-num.purple { color: var(--purple); }
.stat-label { font-size: 12px; color: var(--gray-3); line-height: 1.5; }
.info-card-body { padding: 20px 28px; flex: 1; }
.info-card-body ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.info-card-body ul li { font-size: 14px; color: var(--gray-4); display: flex; gap: 8px; line-height: 1.55; }
.info-card-body ul li::before { content: '✓'; font-weight: 700; flex-shrink: 0; }
.info-card-body ul li.green::before { color: var(--green); }
.info-card-body ul li.navy::before { color: var(--navy); }
.info-card-body ul li.purple::before { color: var(--purple); }
.info-card-foot { padding: 16px 28px; border-top: 1px solid var(--gray-2); display: flex; gap: 10px; margin-top: auto; flex-shrink: 0; }
.info-card-foot a { flex: 1; display: block; text-align: center; padding: 12px; border-radius: 50px; font-size: 13px; font-weight: 500; text-decoration: none; transition: all 0.15s; }
.info-card-foot a.green { background: var(--green); color: white; }
.info-card-foot a.green:hover { background: var(--green-mid); }
.info-card-foot a.navy { background: var(--navy); color: white; }
.info-card-foot a.navy:hover { background: #243f7a; }
.info-card-foot a.purple { background: var(--purple); color: white; }
.info-card-foot a.purple:hover { opacity: 0.9; }
.info-card-foot a.outl { border: 1.5px solid var(--gray-2); color: var(--black); }
.info-card-foot a.outl:hover { border-color: var(--black); }
.optional-tag { display: inline-block; font-size: 11px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; padding: 3px 10px; border-radius: 20px; margin-bottom: 8px; }
.optional-tag.navy { background: var(--navy-light); color: var(--navy); }
.optional-tag.purple { background: var(--purple-light); color: var(--purple); }

/* MOUNJARO SECTION */
.mounjaro-card { background: linear-gradient(135deg, var(--green-dark) 0%, var(--green) 100%); border-radius: 24px; padding: 48px 48px; color: white; margin-top: 48px; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.mounjaro-card h3 { font-family: var(--serif); font-size: 2rem; margin-bottom: 12px; line-height: 1.15; }
.mounjaro-card h3 em { font-style: italic; opacity: 0.8; }
.mounjaro-card p { font-size: 15px; color: rgba(255,255,255,0.65); line-height: 1.75; margin-bottom: 24px; }
.mounjaro-card a { display: inline-block; background: white; color: var(--green-dark); padding: 13px 28px; border-radius: 50px; font-size: 14px; font-weight: 500; text-decoration: none; transition: opacity 0.2s; }
.mounjaro-card a:hover { opacity: 0.9; }
.mounjaro-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(255,255,255,0.15); border-radius: 16px; overflow: hidden; }
.m-stat { background: rgba(255,255,255,0.08); padding: 24px; }
.m-stat-num { font-family: var(--serif); font-size: 2rem; color: white; margin-bottom: 4px; }
.m-stat-label { font-size: 12px; color: rgba(255,255,255,0.5); line-height: 1.5; }

/* BLOOD TEST TABLE */
.blood-table-wrap { margin-top: 48px; }
.blood-table { width: 100%; border-collapse: collapse; background: white; border-radius: 16px; overflow: hidden; border: 1px solid var(--gray-2); }
.blood-table th { background: var(--green); color: white; padding: 12px 20px; text-align: left; font-size: 12px; font-weight: 500; letter-spacing: 0.04em; }
.blood-table td { padding: 14px 20px; border-bottom: 0.5px solid var(--gray-2); font-size: 14px; color: var(--gray-4); vertical-align: top; line-height: 1.6; }
.blood-table tr:last-child td { border-bottom: none; }
.blood-table tr:nth-child(even) td { background: var(--gray-1); }
.blood-table td:first-child { font-weight: 500; color: var(--black); }

/* CTA BANNER */
.svc-cta { background: var(--gray-1); border-top: 0.5px solid var(--gray-2); padding: 64px 44px; text-align: center; }
.svc-cta h3 { font-family: var(--serif); font-size: 2rem; margin-bottom: 12px; }
.svc-cta h3 em { color: var(--green); font-style: italic; }
.svc-cta p { font-size: 16px; color: var(--gray-4); line-height: 1.7; max-width: 520px; margin: 0 auto 32px; }
.cta-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.btn-green { background: var(--green); color: white; padding: 14px 28px; border-radius: 50px; font-size: 15px; font-weight: 500; text-decoration: none; transition: background 0.2s; }
.btn-green:hover { background: var(--green-mid); }
.btn-outl { border: 1.5px solid var(--gray-2); color: var(--black); padding: 14px 28px; border-radius: 50px; font-size: 15px; font-weight: 400; text-decoration: none; transition: border-color 0.15s; }
.btn-outl:hover { border-color: var(--black); }

/* FOOTER */
footer { background: var(--black); color: white; padding: 48px 44px 28px; }
.footer-inner { max-width: var(--max); margin: 0 auto; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; margin-bottom: 36px; }
.footer-brand h4 { font-family: var(--serif); font-size: 1.1rem; margin-bottom: 8px; }
.footer-brand p { font-size: 12px; color: rgba(255,255,255,0.35); line-height: 1.8; }
.footer-col h5 { font-size: 10px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,0.3); margin-bottom: 12px; }
.footer-col a { display: block; font-size: 13px; color: rgba(255,255,255,0.5); text-decoration: none; margin-bottom: 8px; }
.footer-col a:hover { color: white; }
.footer-bottom { border-top: 0.5px solid rgba(255,255,255,0.08); padding-top: 20px; font-size: 12px; color: rgba(255,255,255,0.2); display: flex; justify-content: space-between; }
.footer-bottom a { color: rgba(255,255,255,0.25); text-decoration: none; }

/* REVEAL */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 0.1s; }

@media (max-width: 900px) {
  nav { padding: 0 20px; }
  .nav-links { display: none; }
  .svc-hero { padding: 60px 20px 48px; }
  .svc-body { padding: 0 20px; }
  .svc-layout, .svc-layout.reverse { grid-template-columns: 1fr; direction: ltr; gap: 32px; }
  .mounjaro-card { grid-template-columns: 1fr; padding: 32px 24px; gap: 28px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .svc-cta { padding: 48px 20px; }
}
