/* ─── VIRTUAL CARE PAGE — virtual-care.css ─── */

.vc-hero { min-height: 72vh; background: linear-gradient(150deg, #0A1628 0%, #1E2B4A 50%, #1A3A4A 100%); display: flex; align-items: center; padding: 8rem 2rem 5rem; position: relative; overflow: hidden; }
.vc-hero::before { content: ''; position: absolute; top: -100px; right: -100px; width: 550px; height: 550px; background: radial-gradient(circle, rgba(14,116,144,0.18) 0%, transparent 65%); pointer-events: none; }
.vc-hero::after  { content: ''; position: absolute; bottom: -100px; left: -50px; width: 400px; height: 400px; background: radial-gradient(circle, rgba(192,39,45,0.1) 0%, transparent 65%); pointer-events: none; }
.vc-hero-inner { max-width: 1000px; margin: 0 auto; width: 100%; position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 380px; gap: 4rem; align-items: center; }
.vc-breadcrumb { display: inline-flex; align-items: center; gap: 8px; font-size: 0.78rem; font-weight: 600; letter-spacing: 0.09em; text-transform: uppercase; color: rgba(255,255,255,0.42); margin-bottom: 1.25rem; }
.vc-breadcrumb strong { color: #7DD3E8; }
.vc-eyebrow { display: inline-flex; align-items: center; gap: 8px; background: rgba(14,116,144,0.25); border: 1px solid rgba(14,116,144,0.4); border-radius: 100px; padding: 0.4rem 1.1rem; font-size: 0.8rem; font-weight: 600; color: #7DD3E8; letter-spacing: 0.05em; text-transform: uppercase; margin-bottom: 1.4rem; }
.vc-hero h1 { font-family: 'Lora', serif; font-size: clamp(2.2rem, 4.5vw, 3.4rem); font-weight: 700; color: white; line-height: 1.14; margin-bottom: 1.4rem; letter-spacing: -0.02em; }
.vc-hero h1 em { font-style: italic; color: #7DD3E8; }
.vc-hero-sub { font-size: 1.1rem; color: rgba(255,255,255,0.68); line-height: 1.8; font-weight: 300; margin-bottom: 2.5rem; }
.vc-hero-stats { display: flex; gap: 2rem; flex-wrap: wrap; }
.vc-stat { display: flex; flex-direction: column; gap: 3px; }
.vc-stat-num { font-family: 'Lora', serif; font-size: 1.75rem; font-weight: 700; color: white; line-height: 1; }
.vc-stat-label { font-size: 0.73rem; color: rgba(255,255,255,0.43); text-transform: uppercase; letter-spacing: 0.07em; }
.vc-divider { width: 1px; background: rgba(255,255,255,0.13); align-self: stretch; }

/* App card in hero */
.vc-app-card { background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.14); border-radius: 20px; padding: 2rem; backdrop-filter: blur(12px); }
.vc-app-card-top { display: flex; align-items: center; gap: 12px; margin-bottom: 1.5rem; padding-bottom: 1.25rem; border-bottom: 1px solid rgba(255,255,255,0.1); }
.vc-app-icon { width: 48px; height: 48px; background: var(--red); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; flex-shrink: 0; }
.vc-app-card-top h3 { font-family: 'Lora', serif; font-size: 1.1rem; font-weight: 700; color: white; line-height: 1.3; }
.vc-app-card-top p { font-size: 0.75rem; color: rgba(255,255,255,0.45); margin-top: 2px; }
.vc-app-steps { display: flex; flex-direction: column; gap: 0.85rem; }
.vc-app-step { display: flex; gap: 0.9rem; align-items: flex-start; }
.vc-step-num { width: 26px; height: 26px; flex-shrink: 0; background: rgba(14,116,144,0.3); border: 1px solid rgba(14,116,144,0.5); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.72rem; font-weight: 700; color: #7DD3E8; }
.vc-step-text { font-size: 0.87rem; color: rgba(255,255,255,0.7); line-height: 1.55; }
.vc-step-text strong { color: white; font-weight: 600; }
.vc-app-badge { margin-top: 1.5rem; padding-top: 1.25rem; border-top: 1px solid rgba(255,255,255,0.1); display: flex; align-items: center; gap: 8px; font-size: 0.78rem; color: rgba(255,255,255,0.5); }
.vc-badge-dot { width: 7px; height: 7px; background: #4ADE80; border-radius: 50%; flex-shrink: 0; animation: pulse 2s infinite; }

/* Shared helpers */
.vc-container { max-width: 1000px; margin: 0 auto; }
.vc-section-label { font-size: 0.83rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--red); margin-bottom: 0.7rem; }
.vc-section-title { font-family: 'Lora', serif; font-size: clamp(1.85rem, 3.5vw, 2.5rem); font-weight: 700; color: var(--navy); line-height: 1.2; margin-bottom: 1rem; letter-spacing: -0.02em; }
.vc-section-sub { font-size: 1.08rem; color: var(--text-mid); max-width: 620px; line-height: 1.8; margin-bottom: 3rem; }

/* Two tracks */
.vc-two-track { background: var(--off-white); padding: 5rem 2rem; }
.vc-tracks { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; border-radius: 16px; overflow: hidden; margin-top: 0.5rem; }
.vc-track { background: white; padding: 2.5rem 2rem; }
.vc-track-badge { display: inline-flex; align-items: center; gap: 6px; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; padding: 4px 12px; border-radius: 100px; margin-bottom: 1.25rem; }
.vc-badge-urgent { background: var(--red-light); color: var(--red); }
.vc-badge-primary { background: #E0F2F9; color: #0E7490; }
.vc-track h3 { font-family: 'Lora', serif; font-size: 1.4rem; font-weight: 700; color: var(--navy); margin-bottom: 0.75rem; line-height: 1.25; }
.vc-track p { font-size: 0.97rem; color: var(--text-mid); line-height: 1.78; margin-bottom: 1rem; }
.vc-track strong { color: var(--navy); font-weight: 600; }
.vc-track-stat { display: flex; gap: 2rem; margin: 1.5rem 0; flex-wrap: wrap; }
.vc-ts { display: flex; flex-direction: column; gap: 2px; }
.vc-ts-num { font-family: 'Lora', serif; font-size: 1.6rem; font-weight: 700; color: var(--navy); line-height: 1; }
.vc-ts-label { font-size: 0.7rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.07em; }

/* Covered */
.vc-covered { background: var(--white); padding: 5rem 2rem; }
.vc-covered-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; margin-bottom: 3.5rem; }
.vc-covered-intro p { font-size: 0.98rem; color: var(--text-mid); line-height: 1.8; margin-bottom: 1.1rem; }
.vc-covered-intro strong { color: var(--navy); font-weight: 600; }
.vc-stat-callout { background: var(--navy); border-radius: 14px; padding: 2rem; text-align: center; }
.vc-big-num { font-family: 'Lora', serif; font-size: 3.5rem; font-weight: 700; color: white; line-height: 1; margin-bottom: 0.4rem; }
.vc-big-label { font-size: 0.88rem; color: rgba(255,255,255,0.62); line-height: 1.55; max-width: 220px; margin: 0 auto; }
.vc-conditions-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.vc-condition { background: var(--navy-light); border-radius: 10px; padding: 1rem 1.1rem; display: flex; gap: 0.6rem; align-items: flex-start; }
.vc-condition-icon { font-size: 1.1rem; flex-shrink: 0; margin-top: 2px; }
.vc-condition-text { font-size: 0.88rem; color: var(--text-mid); line-height: 1.5; font-weight: 500; }

/* Medications */
.vc-meds { background: var(--navy); padding: 5rem 2rem; }
.vc-meds-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.vc-med-card { border-radius: 14px; padding: 2rem; }
.vc-med-acute  { background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.12); }
.vc-med-chronic { background: rgba(14,116,144,0.2); border: 1px solid rgba(14,116,144,0.35); }
.vc-med-top { margin-bottom: 1.25rem; }
.vc-med-price { font-family: 'Lora', serif; font-size: 2.2rem; font-weight: 700; color: white; line-height: 1; }
.vc-med-price-label { font-size: 0.75rem; color: rgba(255,255,255,0.5); text-transform: uppercase; letter-spacing: 0.06em; margin-top: 3px; }
.vc-med-card h4 { font-size: 1rem; font-weight: 600; color: white; margin-bottom: 0.5rem; }
.vc-med-card p  { font-size: 0.88rem; color: rgba(255,255,255,0.58); line-height: 1.65; }

/* Coordination */
.vc-coordination { background: var(--off-white); padding: 5rem 2rem; }
.vc-coord-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.vc-coord-text p { font-size: 0.98rem; color: var(--text-mid); line-height: 1.8; margin-bottom: 1.2rem; }
.vc-coord-text strong { color: var(--navy); font-weight: 600; }
.vc-coord-flow { display: flex; flex-direction: column; gap: 0; }
.vc-coord-step { display: flex; gap: 1.25rem; align-items: flex-start; padding: 1.1rem 0; border-bottom: 1px solid var(--border); }
.vc-coord-step:last-child { border-bottom: none; }
.vc-coord-num { width: 32px; height: 32px; flex-shrink: 0; background: var(--navy); border: 2px solid var(--red); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Lora', serif; font-size: 0.85rem; font-weight: 700; color: white; }
.vc-coord-content h4 { font-size: 0.95rem; font-weight: 600; color: var(--navy); margin-bottom: 0.2rem; }
.vc-coord-content p  { font-size: 0.87rem; color: var(--text-muted); line-height: 1.55; }

/* Partner */
.vc-partner { background: var(--white); border-top: 1px solid var(--border); padding: 5rem 2rem; }
.vc-partner-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.vc-partner-text p { font-size: 0.98rem; color: var(--text-mid); line-height: 1.8; margin-bottom: 1.2rem; }
.vc-partner-text strong { color: var(--navy); font-weight: 600; }
.vc-partner-card { background: var(--navy); border-radius: 16px; padding: 2.5rem; }
.vc-partner-card-label { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #7DD3E8; margin-bottom: 0.75rem; }
.vc-partner-card h3 { font-family: 'Lora', serif; font-size: 1.5rem; font-weight: 700; color: white; margin-bottom: 1rem; line-height: 1.25; }
.vc-partner-card p  { font-size: 0.9rem; color: rgba(255,255,255,0.6); line-height: 1.7; margin-bottom: 1.25rem; }
.vc-partner-points { list-style: none; display: flex; flex-direction: column; gap: 0.65rem; }
.vc-partner-points li { display: flex; gap: 0.7rem; align-items: flex-start; font-size: 0.88rem; color: rgba(255,255,255,0.75); line-height: 1.5; }
.vc-pcheck { width: 18px; height: 18px; flex-shrink: 0; background: rgba(14,116,144,0.3); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 8px; font-weight: 700; color: #7DD3E8; margin-top: 2px; }

/* Responsive */
@media (max-width: 900px) {
  .vc-hero-inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .vc-app-card { display: none; }
}
@media (max-width: 768px) {
  .vc-tracks, .vc-covered-intro, .vc-meds-grid, .vc-coord-grid, .vc-partner-inner { grid-template-columns: 1fr; gap: 2rem; }
  .vc-conditions-grid { grid-template-columns: 1fr 1fr; }
  .vc-two-track, .vc-covered, .vc-meds, .vc-coordination, .vc-partner { padding: 3.5rem 1.5rem; }
  .vc-hero { padding: 7rem 1.5rem 4rem; }
}
@media (max-width: 500px) {
  .vc-conditions-grid { grid-template-columns: 1fr; }
}
