.hero {
  min-height: max(440px, 33.4vw);
  background-image: linear-gradient(90deg, rgb(241 247 244 / 84%) 0%, rgb(241 247 244 / 73%) 34%, rgb(241 247 244 / 42%) 59%, rgb(241 247 244 / 8%) 100%), url('/assets/hospital-hero-watercolor.webp');
  background-size: 100% 100%, 100% auto;
  background-position: center, center;
  background-repeat: no-repeat;
}
.hero::before, .hero::after, .hero-art { display: none; }
.hero-copy { padding: 20px 24px 21px 0; }
.service-icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.service-icon { border-radius: 13px; background: linear-gradient(145deg,#f8fbf9,#e9f2ed); box-shadow: inset 0 1px #fff,0 3px 10px rgb(16 63 70 / 5%); }
.service-card { box-shadow: 0 8px 25px rgb(20 62 67 / 4%); }
.service-card:nth-child(3n+1) .service-icon { color: var(--brand-wine); background: #fff1f2; }
.service-card:nth-child(3n+2) .service-icon { color: var(--brand-blue); background: #eef4fc; }
.service-card:nth-child(3n) .service-icon { color: var(--brand-teal); }
.plan-card-featured { position: relative; overflow: hidden; border-color: #d9b8a3; background: linear-gradient(145deg,#fff 10%,#fffaf6 100%); box-shadow: 0 12px 30px rgb(107 46 33 / 9%); }
.plan-card-featured::before { position:absolute; inset:0 auto 0 0; width:4px; background:linear-gradient(var(--brand-wine),#c99055,var(--brand-blue)); content:""; }
.plan-card-featured .plan-category { color:var(--brand-blue); }
.plan-tagline { margin:0 0 10px; color:var(--brand-wine); font-size:11px; font-weight:800; letter-spacing:.04em; }
.premium-plan-hero { border-color:#ead6d0; background:linear-gradient(112deg,#f9f2ee 0%,#eef4f3 56%,#e8eef7 100%); }
.premium-plan-hero::after { border-color:#c5d4e3; }
.premium-plan-hero .eyebrow { color:var(--brand-blue); }
.premium-tagline { color:var(--brand-wine)!important; font-size:16px!important; font-weight:850; letter-spacing:.06em; }
.feature-section { padding:22px; border:1px solid #e4eae6; border-radius:14px; background:linear-gradient(135deg,#fff,#f8faf9); }
.feature-heading { display:flex; align-items:center; gap:12px; margin-bottom:14px; }
.feature-heading h2 { margin:0; color:var(--deep); font-size:20px; }
.feature-group-icon,.feature-icon { display:grid; flex:none; place-items:center; border:1px solid #dbe6e1; border-radius:12px; color:var(--brand-blue); background:linear-gradient(145deg,#f4f8fc,#eaf1f8); }
.feature-group-icon { width:42px; height:42px; color:var(--brand-wine); background:#fff2f2; }
.feature-icon { width:42px; height:42px; margin-bottom:8px; }
.feature-group-icon svg,.feature-icon svg,.audience-note>svg { width:23px; height:23px; fill:none; stroke:currentColor; stroke-width:1.65; stroke-linecap:round; stroke-linejoin:round; }
.feature-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:10px; }
.feature-card { min-height:128px; padding:14px; border:1px solid #e3eae6; border-radius:10px; background:#fff; }
.feature-card:nth-child(3n+1) .feature-icon { color:var(--brand-wine); background:#fff3f3; }
.feature-card h3 { margin:0; color:#294e52; font-size:13px; line-height:1.6; }
.feature-card p { margin:6px 0 0; color:#73837f; font-size:11px; line-height:1.7; }
.audience-note { display:flex; align-items:flex-start; gap:11px; margin-top:14px; padding:13px; border:1px solid #dce6ef; border-radius:9px; background:#f6f9fd; color:var(--brand-blue); }
.audience-copy strong { color:var(--brand-blue); font-size:12px; }
.audience-copy p { margin:4px 0 0; color:#5c6f82; font-size:12px; line-height:1.7; }
.package-social-source { margin-left:8px; }
.package-location { margin:12px 0 0; padding:10px 12px; border-left:3px solid var(--brand-wine); border-radius:0 8px 8px 0; background:#fff6f4; color:#624a47; font-size:12px; font-weight:700; line-height:1.7; }
.info-nav .staff-query-link { order:-1; }
@media(max-width:900px) {
  .hero { background-image:linear-gradient(90deg,rgb(241 247 244 / 88%) 0%,rgb(241 247 244 / 70%) 42%,rgb(241 247 244 / 34%) 73%,rgb(241 247 244 / 8%) 100%),url('/assets/hospital-hero-watercolor.webp'); background-position:center,bottom; }
}
@media(max-width:900px) { .feature-grid { grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media(max-width:680px) {
  .hero { min-height:0; background-image:linear-gradient(90deg,rgb(241 247 244 / 90%),rgb(241 247 244 / 68%) 48%,rgb(241 247 244 / 22%) 100%),url('/assets/hospital-hero-watercolor.webp'); background-size:100% 100%,100% auto; background-position:center,bottom; background-repeat:no-repeat; }
  .hero-copy { padding:14px 12px 15px 0; }
  .feature-section { padding:15px; }
  .feature-heading h2 { font-size:17px; }
  .feature-grid { gap:8px; }
  .feature-card { min-height:112px; padding:11px; }
}
@media(prefers-reduced-motion:reduce) { .service-card,.plan-card { transition:none!important; } }
