/* Healthcare Website product enquiry flow */
.health-site-sticky-demo {
  position: fixed;
  right: clamp(16px, 3vw, 34px);
  bottom: clamp(16px, 3vw, 30px);
  z-index: 40;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #1677ff, #0f766e);
  box-shadow: 0 18px 46px rgba(15, 35, 70, .22);
  font-weight: 900;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease;
}

.health-site-sticky-demo:hover,
.health-site-sticky-demo:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 22px 58px rgba(15, 35, 70, .28);
}

.health-sales-hero {
  min-height: auto;
  grid-template-columns: minmax(0, .94fr) minmax(470px, 1.06fr);
  padding-top: clamp(108px, 10vw, 138px);
  padding-bottom: clamp(48px, 6vw, 76px);
}

.healthcare-website-page .health-site-section {
  padding-top: clamp(56px, 6vw, 78px);
  padding-bottom: clamp(56px, 6vw, 78px);
}

.health-site-hero h1 {
  max-width: 860px;
}

.health-sales-hero .health-site-lead {
  max-width: 760px;
}

.health-sales-text-link {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  color: #0f766e;
  font-weight: 950;
}

.health-sales-text-link::after {
  content: "->";
  margin-left: 8px;
}

.health-sales-hero .health-site-trust {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 760px;
}

.health-sales-hero .health-site-trust span {
  min-height: 70px;
  display: grid;
  align-content: center;
  color: #17324c;
  font-weight: 950;
}

.health-sales-hero-visual {
  min-height: 468px;
}

.health-shot-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(15, 35, 70, .11);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(241, 250, 255, .9)),
    #fff;
  box-shadow: 0 28px 80px rgba(15, 35, 70, .13);
}

.health-shot-frame::before {
  content: attr(data-label);
  position: absolute;
  left: 18px;
  top: 16px;
  z-index: 2;
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 10px;
  border: 1px solid rgba(15, 118, 110, .16);
  border-radius: 999px;
  color: #0f766e;
  background: rgba(236, 253, 245, .92);
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.health-shot-frame-large {
  width: min(640px, 100%);
  min-height: 366px;
  margin-left: auto;
}

.health-shot-frame-admin {
  position: absolute;
  left: 4px;
  bottom: 24px;
  width: min(330px, 56%);
  min-height: 164px;
}

.health-shot-frame-mobile {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 134px;
  min-height: 232px;
  border-radius: 28px;
}

.health-shot-browser {
  display: flex;
  gap: 7px;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(15, 35, 70, .08);
  background: #f8fbff;
}

.health-shot-browser span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #d7e7f6;
}

.health-shot-hero,
.health-shot-landscape,
.health-template-shot {
  background:
    linear-gradient(135deg, rgba(22, 119, 255, .15), rgba(15, 118, 110, .13)),
    radial-gradient(circle at 76% 24%, rgba(255, 255, 255, .98), rgba(255, 255, 255, .24) 24%, transparent 25%),
    linear-gradient(135deg, #dff8fb, #f8fbff);
}

.health-shot-hero {
  position: relative;
  height: 166px;
  margin: 62px 22px 0;
  border: 1px solid rgba(15, 35, 70, .08);
  border-radius: 18px;
}

.health-shot-hero::before,
.health-shot-hero::after,
.health-shot-landscape::before,
.health-shot-landscape::after,
.health-template-shot::before {
  content: "";
  position: absolute;
  display: block;
  border-radius: 999px;
  background: rgba(255, 255, 255, .86);
  box-shadow: inset 0 0 0 1px rgba(15, 35, 70, .06);
}

.health-shot-hero::before,
.health-shot-landscape::before {
  left: 22px;
  bottom: 26px;
  width: 44%;
  height: 14px;
}

.health-shot-hero::after,
.health-shot-landscape::after {
  left: 22px;
  bottom: 52px;
  width: 28%;
  height: 22px;
}

.health-shot-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 22px 24px 26px;
}

.health-shot-grid i,
.health-shot-content i,
.health-shot-lines i,
.health-shot-mobile-layout i {
  display: block;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(229, 247, 255, .84));
  box-shadow: inset 0 0 0 1px rgba(15, 35, 70, .08);
}

.health-shot-grid i {
  height: 62px;
}

.health-shot-lines {
  display: grid;
  gap: 12px;
  padding: 64px 22px 22px;
}

.health-shot-lines i {
  height: 18px;
}

.health-shot-lines i:nth-child(1) {
  width: 58%;
  height: 30px;
  background: linear-gradient(135deg, rgba(22, 119, 255, .16), rgba(15, 118, 110, .12));
}

.health-shot-phone {
  width: 78px;
  height: 166px;
  margin: 46px auto 0;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .88), rgba(255, 255, 255, .24)),
    linear-gradient(135deg, #dff8fb, #f8fbff);
  box-shadow: inset 0 0 0 1px rgba(15, 35, 70, .08);
}

.health-proof-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(290px, .75fr);
  gap: 18px;
  align-items: stretch;
}

.health-shot-frame-showcase {
  min-height: 398px;
}

.health-shot-landscape {
  position: relative;
  height: 216px;
  margin: 60px 22px 0;
  border: 1px solid rgba(15, 35, 70, .08);
  border-radius: 18px;
}

.health-shot-content {
  display: grid;
  gap: 12px;
  padding: 22px 24px 26px;
}

.health-shot-content i {
  height: 18px;
}

.health-proof-stack {
  display: grid;
  gap: 18px;
}

.health-proof-stack .health-shot-frame {
  min-height: 190px;
}

.health-shot-mobile-layout {
  display: grid;
  gap: 12px;
  padding: 64px 22px 22px;
}

.health-shot-mobile-layout i {
  height: 38px;
}

.health-org-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.health-org-grid article,
.health-template-card,
.health-manage-grid article {
  border: 1px solid rgba(15, 35, 70, .1);
  border-radius: 18px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 18px 46px rgba(15, 35, 70, .08);
}

.health-org-grid article {
  display: grid;
  gap: 10px;
  align-content: start;
  min-height: 178px;
  padding: 20px;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.health-org-grid article:hover,
.health-template-card:hover {
  transform: translateY(-3px);
  border-color: rgba(15, 118, 110, .22);
  box-shadow: 0 24px 62px rgba(15, 35, 70, .12);
}

.health-org-grid i {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  color: #0f766e;
  background:
    radial-gradient(circle at 75% 22%, rgba(255, 255, 255, .9), transparent 31%),
    #e8fbf6;
  font-style: normal;
  font-weight: 950;
  box-shadow: 0 10px 24px rgba(15, 118, 110, .1);
}

.health-org-grid strong,
.health-template-card strong,
.health-manage-grid span {
  display: block;
  color: #07152f;
  font-weight: 950;
}

.health-org-grid span,
.health-template-card span {
  color: #526982;
  font-size: .93rem;
  font-weight: 750;
  line-height: 1.58;
}

.health-template-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.health-template-card {
  display: flex;
  flex-direction: column;
  padding: 14px 14px 16px;
  min-height: 100%;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.health-template-shot {
  position: relative;
  aspect-ratio: 16 / 10;
  border: 1px solid rgba(15, 35, 70, .08);
  border-radius: 14px;
}

.health-template-shot::before {
  inset: auto 16px 42px;
  height: 12px;
}

.health-template-shot::after {
  content: attr(data-label);
  position: absolute;
  left: 12px;
  bottom: 12px;
  padding: 6px 9px;
  border-radius: 999px;
  color: #0f766e;
  background: rgba(255, 255, 255, .9);
  font-size: .68rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.health-template-card strong {
  margin-top: 16px;
  font-size: 1.08rem;
}

.health-template-card span {
  margin-top: 8px;
}

.health-template-card a {
  margin-top: auto;
  padding-top: 16px;
  color: #0f766e;
  font-weight: 950;
}

.health-template-card a::after {
  content: " ->";
}

.health-manager-band {
  background:
    radial-gradient(circle at 16% 8%, rgba(22, 119, 255, .12), transparent 28rem),
    linear-gradient(180deg, rgba(242, 251, 255, .9), rgba(255, 255, 255, .88));
}

.health-manager-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.health-manager-shot {
  min-height: 324px;
}

.health-process-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 26px auto 0;
  color: #0f766e;
  font-weight: 950;
}

.health-process-strip span {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 0 18px;
  border: 1px solid rgba(15, 118, 110, .14);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(15, 35, 70, .07);
}

.health-process-strip i {
  width: 28px;
  height: 2px;
  background: rgba(15, 118, 110, .28);
}

.health-manage-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.health-manage-grid article {
  position: relative;
  overflow: hidden;
  padding: 24px;
  background:
    radial-gradient(circle at 94% 8%, rgba(22, 119, 255, .12), transparent 7rem),
    linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(248, 252, 255, .94));
}

.health-manage-grid article::before {
  content: "0" counter(healthManage);
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  border: 1px solid rgba(22, 119, 255, .18);
  border-radius: 14px;
  color: #1677ff;
  background: rgba(232, 244, 255, .92);
  font-size: .78rem;
  font-weight: 950;
}

.health-manage-grid {
  counter-reset: healthManage;
}

.health-manage-grid article {
  counter-increment: healthManage;
}

.health-manage-grid span {
  font-size: 1.08rem;
  letter-spacing: -.01em;
}

.health-manage-grid ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.health-manage-grid li {
  position: relative;
  padding: 9px 11px 9px 28px;
  border-radius: 12px;
  color: #29415f;
  background: #f6fbff;
  font-size: .88rem;
  font-weight: 850;
}

.health-manage-grid li::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #0f766e;
  transform: translateY(-50%);
}

.health-value-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.health-sales-comparison div {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.health-demo-cta {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(30px, 5vw, 44px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 26px;
  align-items: center;
  border-radius: 24px;
  color: #fff;
  background:
    radial-gradient(circle at 82% 18%, rgba(0, 198, 255, .32), transparent 20rem),
    linear-gradient(135deg, #07152f, #0f766e);
  box-shadow: 0 30px 86px rgba(7, 21, 47, .22);
}

.health-demo-cta h2 {
  margin-top: 14px;
  max-width: 780px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
}

.health-demo-cta p {
  margin-top: 12px;
  max-width: 760px;
  color: #d8e7ee;
  line-height: 1.7;
}

.health-demo-cta .eyebrow {
  color: #dff8ff;
  border-color: rgba(255, 255, 255, .14);
  background: rgba(255, 255, 255, .08);
}

.health-demo-cta .btn-secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, .28);
  background: rgba(255, 255, 255, .12);
}

.health-site-demo-card small {
  margin-top: 12px;
  color: #526982;
  font-size: .9rem;
  font-weight: 750;
  line-height: 1.55;
}

.health-site-demo-actions {
  flex-wrap: wrap;
}

.health-site-demo-actions .btn {
  min-height: 42px;
  padding-inline: 14px;
  font-size: .88rem;
}

.health-site-demo-card strong {
  display: block;
  margin-top: 14px;
  color: #07152f;
  font-size: 1.02rem;
  line-height: 1.45;
}

.health-site-demo-card > span {
  display: block;
  margin-top: 18px;
  color: #0f766e;
  font-size: .82rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.health-site-workflow-band .section-head {
  grid-template-columns: minmax(0, 1fr) minmax(280px, .72fr);
}

.health-site-steps article {
  min-width: 0;
  overflow: hidden;
}

.health-site-steps strong,
.health-site-steps span {
  overflow-wrap: normal;
  word-break: normal;
}

.health-site-steps i {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  color: #0f65df;
  background: #fff;
  font-style: normal;
  font-weight: 950;
}

.health-site-steps strong {
  display: block;
  margin-top: 16px;
  color: #fff;
  font-size: 1.08rem;
  line-height: 1.25;
}

.health-site-steps span {
  display: block;
  margin-top: 9px;
  color: #c8d6ee;
  line-height: 1.62;
}

.health-site-benefits {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.health-site-benefits article {
  display: grid;
  align-content: start;
  min-height: 190px;
  padding: 22px;
  border: 1px solid rgba(15, 35, 70, .1);
  border-radius: 18px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 16px 42px rgba(15, 35, 70, .08);
}

.health-site-benefits article strong {
  color: #07152f;
  font-size: 1.15rem;
  line-height: 1.25;
}

.health-site-benefits article span {
  margin-top: 10px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: #526982;
  font-size: .96rem;
  font-weight: 750;
  line-height: 1.62;
}

.health-site-screens {
  grid-template-columns: 1.18fr repeat(2, minmax(0, 1fr));
}

.health-site-screens article {
  display: grid;
  align-content: start;
}

.health-site-screen-mock.editor {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .85), rgba(255, 255, 255, .15)),
    repeating-linear-gradient(0deg, rgba(15, 118, 110, .12) 0 14px, transparent 14px 26px),
    linear-gradient(135deg, #e8fbf6, #f8fbff);
}

.health-site-screen-mock.settings {
  background:
    radial-gradient(circle at 24% 24%, rgba(15, 118, 110, .22), transparent 20%),
    radial-gradient(circle at 70% 38%, rgba(22, 119, 255, .18), transparent 22%),
    linear-gradient(135deg, #fff, #eaf9ff);
}

.health-site-ecosystem-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.health-site-ecosystem-grid article {
  min-height: 210px;
  padding: 22px;
  border: 1px solid rgba(15, 35, 70, .1);
  border-radius: 18px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 18px 48px rgba(15, 35, 70, .08);
}

.health-site-ecosystem-grid span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(22, 119, 255, .18);
  border-radius: 14px;
  color: #0f65df;
  background: #eaf5ff;
  font-size: .82rem;
  font-weight: 950;
}

.health-site-ecosystem-grid strong {
  display: block;
  margin-top: 18px;
  color: #07152f;
  font-size: 1.05rem;
  line-height: 1.25;
}

.health-site-ecosystem-grid p {
  margin: 10px 0 0;
  color: #526982;
  font-size: .93rem;
  font-weight: 750;
  line-height: 1.58;
}

.health-site-enquiry-section {
  padding-top: clamp(72px, 8vw, 120px);
  padding-bottom: clamp(76px, 8vw, 128px);
}

.health-site-enquiry {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(360px, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
  border: 1px solid rgba(148, 163, 184, .25);
  border-radius: 30px;
  padding: clamp(24px, 4vw, 52px);
  background:
    radial-gradient(circle at 18% 8%, rgba(37, 99, 235, .14), transparent 35%),
    linear-gradient(135deg, #f8fbff, #ecfeff);
  box-shadow: 0 28px 90px rgba(15, 23, 42, .12);
}

.health-site-enquiry-copy {
  position: sticky;
  top: 96px;
}

.health-site-enquiry-copy h2 {
  max-width: 620px;
  margin: 0;
}

.health-site-enquiry-copy p {
  max-width: 560px;
  color: #475569;
  line-height: 1.7;
}

.health-enquiry-card {
  display: grid;
  gap: 18px;
  border: 1px solid rgba(15, 118, 110, .18);
  border-radius: 24px;
  padding: clamp(18px, 3vw, 30px);
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 18px 54px rgba(15, 23, 42, .1);
}

.health-enquiry-progress {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  border: 1px solid rgba(15, 118, 110, .18);
  border-radius: 18px;
  padding: 6px;
  background: #f8fafc;
}

.health-enquiry-progress span {
  min-height: 42px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  color: #64748b;
  font-size: .86rem;
  font-weight: 850;
  text-align: center;
}

.health-enquiry-progress span.active {
  color: #075985;
  background: #dbeafe;
}

.health-enquiry-message {
  display: none;
  border-radius: 14px;
  padding: 12px 14px;
  font-weight: 800;
  line-height: 1.45;
}

.health-enquiry-message.is-visible {
  display: block;
}

.health-enquiry-message.success {
  border: 1px solid rgba(15, 118, 110, .22);
  color: #0f766e;
  background: #ecfdf5;
}

.health-enquiry-message.error {
  border: 1px solid rgba(220, 38, 38, .22);
  color: #991b1b;
  background: #fef2f2;
}

.health-enquiry-message.info {
  border: 1px solid rgba(37, 99, 235, .2);
  color: #1d4ed8;
  background: #eff6ff;
}

.health-enquiry-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.health-enquiry-step {
  display: none;
  gap: 16px;
}

.health-enquiry-step.active {
  display: grid;
}

.health-enquiry-card label {
  display: grid;
  gap: 8px;
  color: #0f172a;
  font-weight: 850;
}

.health-enquiry-card input,
.health-enquiry-card select,
.health-enquiry-card textarea {
  width: 100%;
  border: 1px solid rgba(148, 163, 184, .55);
  border-radius: 14px;
  padding: 13px 14px;
  background: #fff;
  color: #0f172a;
  font: inherit;
  font-weight: 650;
}

.health-enquiry-card textarea {
  resize: vertical;
}

.health-enquiry-card input:focus,
.health-enquiry-card select:focus,
.health-enquiry-card textarea:focus {
  outline: 3px solid rgba(37, 99, 235, .18);
  border-color: #2563eb;
}

.health-enquiry-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.health-enquiry-otp {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: end;
}

.health-enquiry-consent {
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 10px !important;
  color: #475569 !important;
  line-height: 1.5;
}

.health-enquiry-consent input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  padding: 0;
}

.health-enquiry-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}

.health-enquiry-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.health-enquiry-summary div {
  min-width: 0;
  border: 1px solid rgba(148, 163, 184, .3);
  border-radius: 14px;
  padding: 12px;
  background: #f8fafc;
}

.health-enquiry-summary span {
  display: block;
  margin-bottom: 5px;
  color: #64748b;
  font-size: .78rem;
  font-weight: 850;
}

.health-enquiry-summary strong {
  display: block;
  color: #0f172a;
  overflow-wrap: anywhere;
}

.health-enquiry-success {
  display: grid;
  justify-items: center;
  gap: 12px;
  padding: 24px;
  text-align: center;
}

.health-enquiry-success > span {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 999px;
  color: #fff;
  background: #0f766e;
  font-size: 1.7rem;
  font-weight: 900;
}

.health-enquiry-success h3 {
  margin: 0;
  font-size: clamp(1.45rem, 3vw, 2rem);
}

.health-enquiry-success p {
  margin: 0;
  color: #475569;
  line-height: 1.6;
}

/* Final healthcare sales-page placeholder polish. These frames are intentionally
   abstract so approved real screenshots can replace them later without a redesign. */
.healthcare-website-page .health-shot-frame.reveal,
.healthcare-website-page .health-org-grid .reveal,
.healthcare-website-page .health-template-card.reveal,
.healthcare-website-page .health-manage-grid .reveal {
  opacity: 1;
  transform: none;
}

.healthcare-website-page .health-sales-hero-visual {
  display: block;
  padding: 18px 8px 8px;
}

.healthcare-website-page .health-shot-frame {
  isolation: isolate;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(246, 251, 255, .94)),
    repeating-linear-gradient(90deg, rgba(22, 119, 255, .035) 0 1px, transparent 1px 28px);
}

.healthcare-website-page .health-shot-frame-large,
.healthcare-website-page .health-shot-frame-showcase,
.healthcare-website-page .health-manager-shot {
  box-shadow: 0 28px 82px rgba(7, 21, 47, .16);
}

.healthcare-website-page .health-shot-frame-large::after,
.healthcare-website-page .health-shot-frame-showcase::after,
.healthcare-website-page .health-manager-shot::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 64px;
  z-index: -1;
  width: 34%;
  height: 48%;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .65), rgba(255, 255, 255, .2)),
    radial-gradient(circle at 55% 35%, rgba(15, 118, 110, .18), transparent 42%),
    linear-gradient(135deg, rgba(22, 119, 255, .12), rgba(15, 118, 110, .09));
  box-shadow: inset 0 0 0 1px rgba(15, 35, 70, .06);
}

.healthcare-website-page .health-shot-browser {
  position: relative;
  min-height: 42px;
}

.healthcare-website-page .health-shot-browser::after {
  content: "";
  position: absolute;
  left: 68px;
  right: 18px;
  top: 12px;
  height: 18px;
  border-radius: 999px;
  background: #edf5fc;
  box-shadow: inset 0 0 0 1px rgba(15, 35, 70, .06);
}

.healthcare-website-page .health-shot-hero,
.healthcare-website-page .health-shot-landscape,
.healthcare-website-page .health-template-shot {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .42), rgba(255, 255, 255, 0) 38%),
    radial-gradient(circle at 78% 24%, rgba(255, 255, 255, .96) 0 18%, transparent 19%),
    linear-gradient(135deg, rgba(22, 119, 255, .18), rgba(15, 118, 110, .2)),
    linear-gradient(135deg, #e9f8ff, #eefcf8);
}

.healthcare-website-page .health-shot-grid i,
.healthcare-website-page .health-shot-lines i,
.healthcare-website-page .health-shot-mobile-layout i,
.healthcare-website-page .health-shot-content i {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(240, 249, 255, .9)),
    linear-gradient(90deg, rgba(15, 118, 110, .18), transparent 42%);
}

.healthcare-website-page .health-shot-grid i:nth-child(2),
.healthcare-website-page .health-shot-mobile-layout i:nth-child(2) {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(238, 252, 248, .9)),
    linear-gradient(90deg, rgba(22, 119, 255, .16), transparent 44%);
}

.healthcare-website-page .health-shot-grid i:nth-child(3),
.healthcare-website-page .health-shot-mobile-layout i:nth-child(3) {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(255, 247, 237, .86)),
    linear-gradient(90deg, rgba(245, 158, 11, .18), transparent 44%);
}

.healthcare-website-page .health-proof-section .section-head,
.healthcare-website-page #templates .section-head,
.healthcare-website-page #features .section-head,
.healthcare-website-page .health-manager-band .section-head {
  margin-bottom: clamp(24px, 3.2vw, 38px);
}

.healthcare-website-page .health-org-grid article,
.healthcare-website-page .health-template-card,
.healthcare-website-page .health-manage-grid article {
  min-width: 0;
}

.healthcare-website-page .health-org-grid article {
  border-top: 3px solid rgba(15, 118, 110, .35);
}

.healthcare-website-page .health-template-card {
  gap: 0;
}

.healthcare-website-page .health-template-shot {
  overflow: hidden;
  box-shadow: inset 0 -36px 70px rgba(7, 21, 47, .08);
}

.healthcare-website-page .health-template-shot::before {
  width: auto;
}

.healthcare-website-page .health-manage-grid article {
  min-height: 100%;
  border-color: rgba(15, 35, 70, .12);
}

.healthcare-website-page .health-manage-grid article:hover {
  border-color: rgba(15, 118, 110, .22);
  box-shadow: 0 24px 62px rgba(15, 35, 70, .12);
}

@media (max-width: 920px) {
  .health-site-workflow-band .section-head,
  .health-site-enquiry,
  .health-sales-hero,
  .health-proof-layout,
  .health-manager-split,
  .health-demo-cta {
    grid-template-columns: 1fr;
  }

  .health-sales-hero-visual {
    min-height: auto;
    max-width: 760px;
  }

  .health-shot-frame-large {
    margin-left: 0;
  }

  .health-shot-frame-admin,
  .health-shot-frame-mobile {
    position: static;
    width: 100%;
    margin-top: 16px;
  }

  .health-shot-frame-mobile {
    min-height: 230px;
  }

  .health-shot-phone {
    height: 160px;
  }

  .health-site-enquiry-copy {
    position: static;
  }

  .health-site-benefits,
  .health-site-ecosystem-grid,
  .health-org-grid,
  .health-template-grid,
  .health-manage-grid,
  .health-value-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .health-demo-cta .health-site-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .health-site-sticky-demo {
    right: 14px;
    left: 14px;
    bottom: 14px;
  }

  .health-enquiry-grid,
  .health-enquiry-summary,
  .health-enquiry-otp,
  .health-sales-hero .health-site-trust,
  .health-shot-grid,
  .health-org-grid,
  .health-template-grid,
  .health-manager-split,
  .health-manage-grid,
  .health-value-grid {
    grid-template-columns: 1fr;
  }

  .health-enquiry-progress {
    grid-template-columns: 1fr;
  }

  .health-enquiry-actions,
  .health-enquiry-actions .btn,
  .health-enquiry-step > .btn {
    width: 100%;
  }

  .health-site-benefits,
  .health-site-ecosystem-grid {
    grid-template-columns: 1fr;
  }

  .health-site-benefits article,
  .health-site-ecosystem-grid article {
    min-height: auto;
  }

  .health-sales-hero {
    padding-top: 112px;
  }

  .health-shot-frame-showcase,
  .health-manager-shot {
    min-height: auto;
  }

  .health-shot-landscape {
    height: 190px;
    margin: 60px 16px 0;
  }

  .health-shot-hero {
    height: 170px;
    margin: 60px 16px 0;
  }

  .health-shot-content,
  .health-shot-grid,
  .health-shot-lines,
  .health-shot-mobile-layout {
    padding-inline: 16px;
  }

  .health-process-strip {
    flex-wrap: wrap;
  }

  .health-process-strip i {
    display: none;
  }

  .health-demo-cta {
    width: min(100% - 28px, 1180px);
    margin-bottom: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .health-site-sticky-demo,
  .health-site-demo-card {
    transition: none;
  }
}
