/* ==========================================
   WARDNAV HOSPITAL PAGE
   ========================================== */

.hospital-page{
  background:
    radial-gradient(circle at 85% 8%, rgba(20,184,166,.18), transparent 30%),
    radial-gradient(circle at 10% 22%, rgba(30,94,255,.12), transparent 32%),
    linear-gradient(180deg,#f5f9ff 0%,#ffffff 72%);
  overflow:hidden;
}

/* ==========================================
   HERO
   ========================================== */

.hospital-hero{
  max-width:1280px;
  margin:0 auto;
  padding:120px 28px 90px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:70px;
  align-items:center;
}

.hospital-eyebrow,
.section-kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:#1E5EFF;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
  font-size:.78rem;
}

.hospital-eyebrow span,
.section-kicker span{
  width:10px;
  height:10px;
  border-radius:50%;
  background:#14B8A6;
}

.hospital-hero h1{
  font-size:clamp(3rem,6vw,6rem);
  line-height:.95;
  letter-spacing:-.06em;
  color:#0F172A;
  margin:20px 0;
}

.hospital-hero h1 span{
  background:linear-gradient(135deg,#1E5EFF,#14B8A6);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

.hospital-hero p{
  color:#64748B;
  font-size:1.1rem;
  line-height:1.8;
}

.hospital-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin:30px 0;
}

.hospital-btn{
  min-height:56px;
  padding:0 24px;
  border-radius:16px;
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-weight:800;
  transition:.25s;
}

.hospital-btn:hover{
  transform:translateY(-2px);
}

.hospital-btn.primary{
  background:linear-gradient(135deg,#1E5EFF,#14B8A6);
  color:white;
  box-shadow:0 18px 36px rgba(30,94,255,.25);
}

.hospital-btn.secondary{
  background:white;
  color:#0F172A;
  border:1px solid #D9E6F5;
}

.hospital-trust-points{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.hospital-trust-points span{
  background:white;
  border:1px solid #D9E6F5;
  border-radius:999px;
  padding:10px 14px;
  font-size:.9rem;
  font-weight:700;
}
/* ==========================================
   DASHBOARD MOCKUP
   ========================================== */

.dashboard-card{
  background:rgba(255,255,255,.94);
  border:1px solid #D9E6F5;
  border-radius:34px;
  padding:24px;
  box-shadow:0 36px 80px rgba(15,23,42,.12);
}

.dashboard-top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  margin-bottom:18px;
}

.dashboard-top strong{
  color:#0F172A;
  font-size:1.1rem;
}

.dashboard-status{
  background:#E9FBF5;
  color:#0F766E;
  border:1px solid rgba(20,184,166,.25);
  border-radius:999px;
  padding:7px 10px;
  font-weight:800;
  font-size:.75rem;
  white-space:nowrap;
}

.dashboard-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin-bottom:16px;
}

.dashboard-stat{
  background:#F8FBFF;
  border:1px solid #D9E6F5;
  border-radius:20px;
  padding:16px;
}

.dashboard-stat span{
  display:block;
  color:#64748B;
  font-size:.72rem;
  font-weight:800;
  text-transform:uppercase;
}

.dashboard-stat strong{
  display:block;
  color:#1E5EFF;
  font-size:1.8rem;
  margin-top:6px;
}

.route-panel{
  background:#0F172A;
  border-radius:28px;
  padding:20px;
  color:white;
  overflow:hidden;
}

.route-panel-header{
  display:flex;
  justify-content:space-between;
  gap:16px;
  margin-bottom:18px;
}

.route-panel-header span{
  color:#93C5FD;
  font-size:.82rem;
  font-weight:800;
}

.route-map{
  height:250px;
  border-radius:24px;
  background:
    linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px),
    linear-gradient(rgba(255,255,255,.06) 1px,transparent 1px),
    radial-gradient(circle at 20% 80%,rgba(30,94,255,.45),transparent 28%),
    radial-gradient(circle at 80% 20%,rgba(20,184,166,.35),transparent 28%),
    #111827;
  background-size:24px 24px,24px 24px,100% 100%,100% 100%,100% 100%;
  position:relative;
}

.route-line-demo{
  position:absolute;
  left:54px;
  bottom:48px;
  width:280px;
  height:150px;
  border-left:7px solid #1E5EFF;
  border-top:7px solid #1E5EFF;
  border-radius:28px 0 0 0;
  filter:drop-shadow(0 0 14px rgba(30,94,255,.8));
}

.route-line-demo::after{
  content:"";
  position:absolute;
  right:-10px;
  top:-13px;
  width:24px;
  height:24px;
  border-radius:999px;
  background:white;
  box-shadow:0 0 0 8px rgba(30,94,255,.22);
}

.route-dot{
  position:absolute;
  width:22px;
  height:22px;
  border-radius:50%;
  background:#14B8A6;
  border:4px solid white;
  right:55px;
  top:54px;
}

.route-label{
  position:absolute;
  background:white;
  color:#0F172A;
  border-radius:14px;
  padding:9px 12px;
  font-weight:800;
  font-size:.78rem;
  box-shadow:0 10px 24px rgba(0,0,0,.16);
}

.route-label.one{left:26px;bottom:24px;}
.route-label.two{left:128px;top:82px;}
.route-label.three{right:24px;top:28px;}

/* ==========================================
   SECTIONS + CARDS
   ========================================== */

.section-premium{
  max-width:1280px;
  margin:0 auto;
  padding:110px 28px;
}

.section-head{
  text-align:center;
  max-width:880px;
  margin:0 auto 62px;
}

.section-head h2{
  font-size:clamp(2.4rem,4vw,4.2rem);
  line-height:1;
  letter-spacing:-.05em;
  color:#0F172A;
  margin:18px 0;
}

.section-head p{
  color:#64748B;
  line-height:1.75;
  font-size:1.08rem;
}

.impact-grid,
.problem-grid,
.pricing-grid{
  display:grid;
  gap:18px;
}

.impact-grid{
  grid-template-columns:repeat(4,1fr);
}

.problem-grid,
.pricing-grid{
  grid-template-columns:repeat(3,1fr);
}

.premium-card{
  background:white;
  border:1px solid #D9E6F5;
  border-radius:28px;
  padding:28px;
  box-shadow:0 20px 44px rgba(15,23,42,.07);
  transition:.25s ease;
}

.premium-card:hover{
  transform:translateY(-6px);
  box-shadow:0 30px 60px rgba(15,23,42,.12);
}

.premium-card .icon{
  width:58px;
  height:58px;
  border-radius:20px;
  background:#EEF5FF;
  display:grid;
  place-items:center;
  font-size:1.5rem;
  margin-bottom:18px;
}

.premium-card strong.stat{
  display:block;
  color:#1E5EFF;
  font-size:2.5rem;
  font-weight:900;
  margin-bottom:10px;
}

.premium-card h3{
  color:#0F172A;
  font-size:1.22rem;
  margin:0 0 10px;
}

.premium-card p{
  color:#64748B;
  line-height:1.6;
}
/* ==========================================
   HOW IT WORKS
   ========================================== */

.how-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:16px;
}

.step-card{
  background:white;
  border:1px solid #D9E6F5;
  border-radius:26px;
  padding:24px;
  box-shadow:0 18px 38px rgba(15,23,42,.06);
  transition:.25s ease;
}

.step-card:hover{
  transform:translateY(-4px);
}

.step-number{
  width:54px;
  height:54px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,#1E5EFF,#14B8A6);
  color:white;
  font-weight:900;
  margin-bottom:16px;
}

.step-card h3{
  margin:0 0 10px;
  color:#0F172A;
}

.step-card p{
  margin:0;
  color:#64748B;
  line-height:1.6;
}

/* ==========================================
   ANALYTICS
   ========================================== */

.dashboard-section{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:42px;
  align-items:center;
}

.dashboard-list{
  display:grid;
  gap:14px;
}

.dashboard-list div{
  background:white;
  border:1px solid #D9E6F5;
  border-radius:22px;
  padding:18px;
  box-shadow:0 16px 34px rgba(15,23,42,.05);
}

.dashboard-list strong{
  display:block;
  color:#0F172A;
  margin-bottom:5px;
}

.dashboard-list span{
  color:#64748B;
  line-height:1.55;
}

.analytics-mock{
  background:#0F172A;
  color:white;
  border-radius:34px;
  padding:24px;
  box-shadow:0 28px 70px rgba(15,23,42,.2);
}

.analytics-mock h3{
  margin:0;
}

.analytics-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  margin-top:18px;
}

.analytics-box{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  border-radius:22px;
  padding:18px;
}

.analytics-box span{
  color:#93C5FD;
  font-size:.78rem;
  font-weight:800;
}

.analytics-box strong{
  display:block;
  margin-top:8px;
  font-size:1.8rem;
}

.bar-chart{
  margin-top:20px;
  display:grid;
  gap:12px;
}

.bar{
  height:16px;
  border-radius:999px;
  background:rgba(255,255,255,.12);
  overflow:hidden;
}

.bar div{
  height:100%;
  border-radius:999px;
  background:linear-gradient(90deg,#1E5EFF,#14B8A6);
}

.analytics-stats{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin-top:22px;
}

.analytics-stat{
  background:rgba(255,255,255,.08);
  border-radius:18px;
  padding:14px;
  text-align:center;
}

.analytics-stat strong{
  display:block;
  font-size:1.4rem;
  margin-bottom:4px;
}

.analytics-stat span{
  font-size:.8rem;
  color:#CBD5E1;
}

/* ==========================================
   PRICING
   ========================================== */

.price{
  font-size:2.2rem;
  color:#1E5EFF !important;
  font-weight:900;
  margin:10px 0 !important;
}

.premium-card.highlight{
  border-color:rgba(30,94,255,.45);
  box-shadow:0 26px 60px rgba(30,94,255,.13);
}

.badge{
  display:inline-flex;
  background:#E9FBF5;
  color:#0F766E;
  border:1px solid rgba(20,184,166,.25);
  border-radius:999px;
  padding:7px 10px;
  font-weight:800;
  font-size:.75rem;
  margin-bottom:12px;
}

/* ==========================================
   FOUNDER STORY
   ========================================== */

.founder-story-card{
  background:white;
  border:1px solid #D9E6F5;
  border-radius:34px;
  padding:42px;
  box-shadow:0 24px 60px rgba(15,23,42,.08);
  max-width:980px;
  margin:0 auto;
  text-align:center;
}

.founder-story-card p{
  color:#64748B;
  line-height:1.8;
  font-size:1.08rem;
}
/* ==========================================
   DEMO FORM
   ========================================== */

.demo-section{
  max-width:1200px;
  margin:0 auto;
  padding:110px 28px;
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:40px;
  align-items:start;
}

.demo-copy{
  background:linear-gradient(135deg,#0F172A,#1E3A8A);
  color:white;
  border-radius:34px;
  padding:36px;
  position:sticky;
  top:120px;
}

.demo-copy span{
  color:#5EEAD4;
  font-weight:900;
  letter-spacing:.12em;
  font-size:.78rem;
}

.demo-copy h2{
  font-size:clamp(2rem,3vw,3.4rem);
  line-height:1;
  letter-spacing:-.05em;
  margin:16px 0;
}

.demo-copy p,
.demo-copy li{
  color:rgba(255,255,255,.78);
  line-height:1.7;
}

.demo-copy ul{
  padding-left:20px;
}

.demo-form-card{
  background:white;
  border:1px solid #D9E6F5;
  border-radius:34px;
  padding:32px;
  box-shadow:0 26px 60px rgba(15,23,42,.1);
}

.demo-form-card label{
  display:block;
  color:#0F172A;
  font-weight:800;
  margin:16px 0 7px;
}

.demo-form-card input,
.demo-form-card select,
.demo-form-card textarea{
  width:100%;
  border:1px solid #D9E6F5;
  border-radius:16px;
  padding:14px;
  font:inherit;
  outline:none;
  background:white;
}

.demo-form-card input:focus,
.demo-form-card select:focus,
.demo-form-card textarea:focus{
  border-color:#1E5EFF;
  box-shadow:0 0 0 4px rgba(30,94,255,.1);
}

.demo-form-card button{
  margin-top:18px;
}

/* ==========================================
   FINAL CTA
   ========================================== */

.final-hospital-cta{
  max-width:1200px;
  margin:70px auto 90px;
  padding:64px 32px;
  border-radius:38px;
  text-align:center;
  background:
    radial-gradient(circle at top left, rgba(20,184,166,.22), transparent 35%),
    linear-gradient(135deg,#0F172A,#1E3A8A);
  color:white;
}

.final-hospital-cta h2{
  font-size:clamp(2.4rem,4vw,4rem);
  line-height:1;
  letter-spacing:-.05em;
  margin:0 0 16px;
}

.final-hospital-cta p{
  color:rgba(255,255,255,.78);
  max-width:680px;
  margin:0 auto 26px;
  line-height:1.7;
}

/* ==========================================
   RESPONSIVE
   ========================================== */

@media(max-width:1050px){
  .hospital-hero,
  .dashboard-section,
  .demo-section{
    grid-template-columns:1fr;
  }

  .impact-grid,
  .how-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .problem-grid,
  .pricing-grid{
    grid-template-columns:1fr;
  }

  .demo-copy{
    position:static;
  }

  .dashboard-grid{
    grid-template-columns:1fr;
  }
}

@media(max-width:650px){
  .hospital-hero,
  .section-premium,
  .demo-section{
    padding-left:18px;
    padding-right:18px;
  }

  .hospital-hero{
    padding-top:70px;
    padding-bottom:60px;
  }

  .hospital-hero h1{
    font-size:2.6rem;
  }

  .impact-grid,
  .how-grid,
  .analytics-row,
  .analytics-stats{
    grid-template-columns:1fr;
  }

  .hospital-actions{
    flex-direction:column;
  }

  .hospital-btn{
    width:100%;
  }

  .route-panel-header,
  .dashboard-top{
    flex-direction:column;
    align-items:flex-start;
  }

  .route-line-demo{
    width:190px;
  }

  .final-hospital-cta{
    margin:40px 18px 70px;
    padding:44px 22px;
  }
}