/* EMed HealthTech — Critical CSS (above-fold, inlined for LCP optimization) */
*,*::before,*::after{box-sizing:border-box}
html{scroll-padding-top:80px;scroll-behavior:smooth}
body{margin:0;font-family:'Inter',system-ui,-apple-system,sans-serif;font-size:1rem;line-height:1.7;color:#2D2D2D;background:#fff;-webkit-font-smoothing:antialiased}
h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:700;line-height:1.2;color:#0D0D0D;margin-top:0}
img{max-width:100%;height:auto;display:block}
a{color:#CD1417;text-decoration:none}
/* Container */
.container{width:100%;margin-right:auto;margin-left:auto;padding-right:1.5rem;padding-left:1.5rem}
@media(min-width:576px){.container{max-width:540px}}
@media(min-width:768px){.container{max-width:720px}}
@media(min-width:992px){.container{max-width:960px}}
@media(min-width:1200px){.container{max-width:1140px}}
@media(min-width:1400px){.container{max-width:1320px}}
/* Header */
.emed-header{background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.06);position:sticky;top:0;z-index:1000}
.emed-header .navbar{height:72px}
.emed-topbar{background:#0D0D0D;color:rgba(255,255,255,.8);font-size:.8125rem;padding:.5rem 0}
/* Homepage hero */
.emed-hero{position:relative;background:linear-gradient(135deg,#0D0D0D 0%,#1A1A2E 60%,#6b0002 100%);min-height:90vh;display:flex;align-items:center;overflow:hidden;padding:5rem 0 3rem}
.emed-hero__overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(13,13,13,.92) 0%,rgba(26,26,46,.85) 60%,rgba(107,0,2,.75) 100%)}
.emed-hero__title{color:#fff;font-size:clamp(2.25rem,5.5vw,4rem);font-weight:800;line-height:1.1;margin-bottom:1.25rem}
.emed-hero__subtitle{color:rgba(255,255,255,.75);font-size:clamp(1rem,2vw,1.1875rem);line-height:1.6;margin-bottom:1.5rem}
/* Inner page hero (service/product/etc pages) */
.emed-inner-hero{background:linear-gradient(135deg,#0D0D0D 0%,#1A1A2E 100%);padding:4rem 0 5rem;color:#fff}
.emed-inner-hero__title{color:#fff;font-size:clamp(1.75rem,4vw,3rem);font-weight:800;margin-bottom:1rem}
.emed-inner-hero__tagline{color:rgba(255,255,255,.75);font-size:1.0625rem;line-height:1.6;max-width:560px}
/* Buttons */
.btn{display:inline-flex;align-items:center;justify-content:center;font-weight:600;border-radius:.75rem;min-height:44px;transition:all .25s cubic-bezier(.4,0,.2,1);padding:.625rem 1.5rem;font-size:1rem;border:2px solid transparent;cursor:pointer;text-decoration:none}
.btn-primary{background:#CD1417;border-color:#CD1417;color:#fff;box-shadow:0 8px 24px rgba(205,20,23,.25)}
.btn-primary:hover{background:#a50c0f;border-color:#a50c0f;transform:translateY(-2px)}
.btn-outline-light{border-color:rgba(255,255,255,.5);color:#fff;background:transparent}
.btn-outline-light:hover{background:rgba(255,255,255,.1);border-color:#fff;color:#fff}
.btn-lg{padding:.875rem 2rem}
/* Trust chips */
.emed-trust-chip{display:inline-flex;align-items:center;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);color:rgba(255,255,255,.85);font-size:.8125rem;font-weight:500;padding:.25rem .75rem;border-radius:50rem}
/* Accessibility */
.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important}
.visually-hidden-focusable:not(:focus):not(:focus-within){position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important}
/* Page content wrapper */
.emed-page-content{min-height:50vh}
/* Breadcrumbs wrapper (shows on all inner pages above fold) */
.emed-breadcrumbs-wrapper{background:#F3F4F6;padding:.75rem 0;border-bottom:1px solid #E5E7EB}
.emed-breadcrumbs .breadcrumb{font-size:.875rem;margin-bottom:0;background:transparent;padding:0;list-style:none;display:flex;flex-wrap:wrap}
.emed-breadcrumbs .breadcrumb-item+.breadcrumb-item::before{content:"/";padding:0 .5rem;color:#6B7280}
/* Section eyebrow */
.emed-section-eyebrow{display:inline-block;font-size:.8125rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#CD1417;background:#f5e7e7;padding:.25rem .875rem;border-radius:50rem;margin-bottom:1rem}
