:root {
  --ink: #042c53;
  --muted: #3a5570;
  --line: #e2e6ed;
  --panel: #ffffff;
  --panel-soft: #e6f1fb;
  --sage: #378add;
  --teal: #042c53;
  --gold: #ef9f27;
  --coral: #ba7517;
  --blue: #185fa5;
  --shadow: 0 24px 80px rgba(4, 44, 83, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #ffffff;
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

svg {
  display: block;
  width: 1.05rem;
  height: 1.05rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 72px;
  padding: 0 5vw;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(226, 230, 237, 0.9);
  backdrop-filter: blur(18px);
}

.brand,
.nav-links,
.hero-actions,
.button,
.hero-metrics,
.chat-header,
.chat-header div,
.chat-form,
.contact-band {
  display: flex;
  align-items: center;
}

.brand {
  gap: 0.9rem;
  font-weight: 900;
}

.brand-mark {
  position: relative;
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  color: #fff;
  background: linear-gradient(145deg, #042c53 0%, #0c447c 100%);
  border: 4px solid #ef9f27;
  border-radius: 14px;
  box-shadow: 0 16px 34px rgba(4, 44, 83, 0.3);
  overflow: hidden;
}

.brand-mark::after {
  position: absolute;
  right: -14px;
  bottom: -14px;
  width: 34px;
  height: 34px;
  content: "";
  background: #ef9f27;
  border-radius: 999px;
  opacity: 0.28;
}

.brand-mark svg {
  position: relative;
  z-index: 1;
  width: 38px;
  height: 38px;
}

.brand-word {
  display: inline-flex;
  align-items: baseline;
  color: #042c53;
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(1.55rem, 2vw, 1.9rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  text-shadow: 0.7px 0 0 currentColor;
}

.brand-word strong {
  font-weight: 900;
}

.brand-word span {
  color: #ba7517;
  font-weight: 900;
  text-shadow: 0.7px 0 0 currentColor;
}

.nav-links {
  gap: 1.6rem;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 600;
}

.nav-links a:hover {
  color: var(--blue);
}

.nav-cta {
  padding: 0.75rem 1rem;
  color: #fff;
  background: var(--ink);
  border-radius: 8px;
  font-weight: 700;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  gap: clamp(2rem, 5vw, 5rem);
  min-height: calc(100vh - 72px);
  padding: clamp(3rem, 6vw, 6rem) 5vw 4rem;
  overflow: hidden;
}

.clinic-video-bg {
  position: absolute;
  inset: 72px 0 0 auto;
  z-index: -1;
  width: min(58vw, 820px);
  overflow: hidden;
  opacity: 0.55;
  pointer-events: none;
}

.clinic-light,
.clinic-window,
.clinic-chair,
.clinic-monitor,
.pulse-line {
  position: absolute;
  border-radius: 8px;
}

.clinic-light {
  top: 8%;
  right: 16%;
  width: 210px;
  height: 210px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.92), rgba(239, 159, 39, 0.2) 42%, transparent 70%);
  animation: clinicFloat 8s ease-in-out infinite;
}

.clinic-window {
  top: 10%;
  right: 2%;
  width: 320px;
  height: 410px;
  background:
    linear-gradient(90deg, transparent 49%, rgba(24, 95, 165, 0.12) 50%, transparent 51%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(230, 241, 251, 0.36));
  border: 1px solid rgba(226, 230, 237, 0.78);
  box-shadow: inset 0 0 0 12px rgba(230, 241, 251, 0.32);
}

.clinic-chair {
  right: 18%;
  bottom: 13%;
  width: 320px;
  height: 150px;
  background: linear-gradient(145deg, rgba(24, 95, 165, 0.72), rgba(4, 44, 83, 0.72));
  border-radius: 90px 90px 28px 28px;
  transform: skewX(-10deg);
  animation: chairDrift 10s ease-in-out infinite;
}

.clinic-chair::before {
  position: absolute;
  top: -72px;
  left: 34px;
  width: 150px;
  height: 88px;
  content: "";
  background: rgba(55, 138, 221, 0.48);
  border-radius: 70px 70px 20px 20px;
}

.clinic-monitor {
  right: 44%;
  bottom: 42%;
  width: 132px;
  height: 88px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(226, 230, 237, 0.86);
  box-shadow: 0 18px 48px rgba(4, 44, 83, 0.12);
}

.clinic-monitor::after {
  position: absolute;
  right: 16px;
  bottom: -46px;
  width: 10px;
  height: 46px;
  content: "";
  background: rgba(24, 95, 165, 0.28);
}

.pulse-line {
  top: 31%;
  right: 11%;
  width: 280px;
  height: 3px;
  overflow: hidden;
  background: rgba(24, 95, 165, 0.12);
}

.pulse-line::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, transparent, var(--coral), var(--gold), transparent);
  transform: translateX(-100%);
  animation: pulseSweep 4.8s ease-in-out infinite;
}

.hero::after {
  position: absolute;
  right: 6vw;
  bottom: -90px;
  z-index: -1;
  width: min(44vw, 620px);
  height: min(44vw, 620px);
  content: "";
  background: radial-gradient(circle, rgba(24, 95, 165, 0.16), rgba(239, 159, 39, 0.1) 42%, transparent 68%);
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.96) 0%, rgba(230, 241, 251, 0.78) 48%, rgba(239, 159, 39, 0.12) 100%),
    url("data:image/svg+xml,%3Csvg width='1200' height='800' viewBox='0 0 1200 800' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='1200' height='800' fill='%23ffffff'/%3E%3Cg opacity='.42'%3E%3Crect x='720' y='120' width='340' height='220' rx='18' fill='%23e6f1fb'/%3E%3Crect x='760' y='165' width='250' height='18' rx='9' fill='%23042c53'/%3E%3Crect x='760' y='205' width='190' height='14' rx='7' fill='%23185fa5'/%3E%3Crect x='760' y='244' width='260' height='58' rx='12' fill='%23ef9f27'/%3E%3Cpath d='M100 610 C240 500 360 690 510 570 S810 480 950 610 1130 610 1200 530 V800 H0 V700 C25 675 55 646 100 610Z' fill='%23185fa5'/%3E%3Ccircle cx='240' cy='210' r='86' fill='%23ef9f27'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-size: cover;
}

.hero-copy {
  align-self: center;
  max-width: 690px;
}

.hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1.1rem;
  padding: 0.48rem 0.68rem;
  color: var(--teal);
  background: rgba(230, 241, 251, 0.86);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(4, 44, 83, 0.08);
}

.hero-pill span {
  width: 9px;
  height: 9px;
  background: var(--gold);
  border-radius: 999px;
  box-shadow: 0 0 0 6px rgba(239, 159, 39, 0.16);
}

.hero-pill p {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 850;
}

.eyebrow {
  margin: 0 0 0.8rem;
  color: var(--teal);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 1.25rem;
  font-size: clamp(2.1rem, 3.85vw, 3.45rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.hero-text {
  max-width: 630px;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  line-height: 1.65;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.2rem;
}

.hero-trust span {
  padding: 0.48rem 0.62rem;
  color: var(--muted);
  background: rgba(230, 241, 251, 0.74);
  border: 1px solid rgba(226, 230, 237, 0.9);
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 800;
}

.button {
  justify-content: center;
  gap: 0.58rem;
  min-height: 48px;
  padding: 0.85rem 1.15rem;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 800;
}

.button.primary {
  color: #fff;
  background: var(--teal);
  box-shadow: 0 16px 34px rgba(4, 44, 83, 0.22);
}

.button.secondary {
  background: #fff;
  border-color: var(--line);
}

.hero-metrics {
  flex-wrap: wrap;
  gap: 0.8rem;
  margin: 2.2rem 0 0;
  padding: 0;
}

.hero-metrics div {
  min-width: 126px;
  padding: 0.9rem 1rem;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(226, 230, 237, 0.96);
  border-radius: 8px;
}

.hero-metrics dt {
  font-size: 1.25rem;
  font-weight: 850;
}

.hero-metrics dd {
  margin: 0.2rem 0 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.hero-visual {
  position: relative;
  display: grid;
  align-content: center;
  min-height: 540px;
}

.availability-card {
  position: absolute;
  top: 50px;
  right: 34px;
  z-index: 2;
  width: 138px;
  padding: 0.95rem;
  color: #fff;
  background: linear-gradient(145deg, #042c53, #185fa5);
  border-radius: 8px;
  box-shadow: 0 22px 56px rgba(4, 44, 83, 0.24);
}

.availability-card p,
.availability-card span {
  margin: 0;
  font-size: 0.76rem;
  font-weight: 800;
  opacity: 0.82;
}

.availability-card strong {
  display: block;
  margin: 0.3rem 0 0.2rem;
  font-size: 2.4rem;
  line-height: 1;
}

.device-shell,
.chat-card {
  background: rgba(255, 255, 255, 0.93);
  border: 1px solid rgba(226, 230, 237, 0.96);
  border-radius: 8px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
}

.device-shell {
  width: min(100%, 590px);
  padding: 1.1rem;
}

.insight-bar {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: center;
  margin-bottom: 0.8rem;
  padding: 0.85rem;
  background: #f7f8fa;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.insight-bar p {
  margin: 0;
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 800;
}

.insight-bar strong {
  display: block;
  margin-top: 0.15rem;
  font-size: 1.5rem;
}

.meter {
  height: 10px;
  overflow: hidden;
  background: #d8e9f9;
  border-radius: 999px;
}

.meter span {
  display: block;
  width: 87%;
  height: 100%;
  background: linear-gradient(90deg, var(--blue), var(--gold));
  border-radius: inherit;
}

.device-topbar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 42px;
  padding-bottom: 1rem;
}

.device-topbar span {
  width: 44px;
  height: 10px;
  background: linear-gradient(90deg, var(--blue), var(--gold));
  border-radius: 99px;
}

.device-topbar small {
  justify-self: end;
  padding: 0.28rem 0.55rem;
  color: var(--teal);
  background: var(--panel-soft);
  border-radius: 99px;
  font-weight: 800;
}

.calendar-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.55rem;
  margin-bottom: 0.8rem;
}

.calendar-strip span {
  display: grid;
  min-height: 64px;
  place-items: center;
  color: var(--muted);
  background: var(--panel-soft);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 800;
}

.calendar-strip .active {
  color: #fff;
  background: var(--blue);
  border-color: var(--blue);
}

.schedule-list {
  display: grid;
  gap: 0.7rem;
}

.schedule-list article {
  display: grid;
  grid-template-columns: 72px 1fr auto;
  gap: 0.85rem;
  align-items: center;
  min-height: 82px;
  padding: 0.9rem;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.tag {
  justify-self: end;
  padding: 0.35rem 0.5rem;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 850;
}

.tag.confirmed {
  color: #185fa5;
  background: #e6f1fb;
}

.tag.review {
  color: #ba7517;
  background: #faeeda;
}

.tag.queued {
  color: #042c53;
  background: #dbeafb;
}

.time {
  color: var(--teal);
  font-weight: 850;
}

.schedule-list p,
.feature-grid p,
.workflow-grid p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.6;
}

.chat-card {
  position: absolute;
  right: 0;
  bottom: 24px;
  width: min(390px, 90%);
  padding: 1rem;
}

.chat-header {
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.85rem;
}

.chat-header div {
  gap: 0.45rem;
}

.chat-header p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.chat-header strong {
  font-size: 0.92rem;
}

.status-dot {
  width: 10px;
  height: 10px;
  background: #1d9e75;
  border-radius: 99px;
  box-shadow: 0 0 0 5px rgba(29, 158, 117, 0.16);
}

.chat-messages {
  display: grid;
  gap: 0.6rem;
  max-height: 148px;
  overflow: auto;
  padding-right: 0.15rem;
}

.quick-prompts {
  display: flex;
  gap: 0.45rem;
  margin-top: 0.75rem;
  overflow-x: auto;
  padding-bottom: 0.08rem;
}

.quick-prompts button {
  flex: 0 0 auto;
  padding: 0.5rem 0.62rem;
  color: var(--teal);
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 850;
}

.quick-prompts button:hover {
  color: #fff;
  background: var(--teal);
  border-color: var(--teal);
}

.message {
  width: fit-content;
  max-width: 86%;
  padding: 0.72rem 0.82rem;
  border-radius: 8px;
  font-size: 0.9rem;
  line-height: 1.45;
}

.message.bot {
  background: #e6f1fb;
}

.message.user {
  justify-self: end;
  color: #fff;
  background: var(--gold);
  color: var(--ink);
}

.chat-form {
  gap: 0.5rem;
  margin-top: 0.85rem;
  padding: 0.45rem;
  background: var(--panel-soft);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.chat-form input {
  width: 100%;
  min-width: 0;
  height: 42px;
  padding: 0 0.65rem;
  color: var(--ink);
  background: transparent;
  border: 0;
  font: inherit;
  outline: 0;
}

.chat-form button,
.chat-launcher {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  color: #fff;
  background: var(--teal);
  border: 0;
  border-radius: 8px;
  cursor: pointer;
}

.chat-form button {
  width: 42px;
  height: 42px;
}

.workflow-band,
.channels,
.features,
.outcomes,
.contact-band {
  padding: clamp(3.5rem, 7vw, 6rem) 5vw;
}

.proof-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 1.1rem 5vw;
  color: #fff;
  background: #042c53;
  border-top: 1px solid rgba(230, 241, 251, 0.14);
}

.proof-strip p {
  margin: 0;
  font-weight: 750;
}

.proof-strip div {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: flex-end;
}

.proof-strip span {
  padding: 0.45rem 0.6rem;
  color: #042c53;
  background: #ef9f27;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 850;
}

.channels {
  background:
    linear-gradient(180deg, #ffffff 0%, #e6f1fb 100%),
    radial-gradient(circle at 78% 8%, rgba(239, 159, 39, 0.18), transparent 28%);
  border-top: 1px solid var(--line);
}

.channel-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.channel-card {
  position: relative;
  min-height: 300px;
  padding: 1.2rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 42px rgba(4, 44, 83, 0.08);
}

.channel-card::after {
  position: absolute;
  right: -58px;
  bottom: -58px;
  width: 150px;
  height: 150px;
  content: "";
  background: currentColor;
  border-radius: 999px;
  opacity: 0.08;
}

.channel-card > span {
  display: inline-grid;
  width: 38px;
  height: 38px;
  margin-bottom: 3rem;
  place-items: center;
  color: var(--ink);
  background: #e6f1fb;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 0.78rem;
  font-weight: 900;
}

.channel-icon {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  color: #fff;
  background: var(--teal);
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(4, 44, 83, 0.16);
}

.channel-icon svg {
  width: 30px;
  height: 30px;
}

.channel-icon strong {
  font-size: 2rem;
  line-height: 1;
}

.channel-card h3 {
  max-width: 210px;
  font-size: 1.45rem;
  line-height: 1.08;
}

.channel-card p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.65;
}

.web-channel {
  color: #042c53;
}

.web-channel .channel-icon {
  background: #042c53;
}

.messenger-channel {
  color: #2871d9;
}

.messenger-channel .channel-icon {
  background: #2871d9;
}

.google-channel {
  color: #d88a20;
}

.google-channel .channel-icon {
  background: conic-gradient(from 40deg, #4285f4, #34a853, #fbbc04, #ea4335, #4285f4);
}

.telegram-channel {
  color: #299ed9;
}

.telegram-channel .channel-icon {
  background: #299ed9;
}

.workflow-band {
  background: #ffffff;
  border-top: 1px solid var(--line);
}

.section-heading {
  max-width: 720px;
  margin-bottom: 2rem;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.workflow-grid,
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.workflow-grid article,
.feature-grid article {
  min-height: 210px;
  padding: 1.2rem;
  background: var(--panel-soft);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.workflow-grid span {
  display: inline-grid;
  width: 38px;
  height: 38px;
  margin-bottom: 1.25rem;
  place-items: center;
  color: #fff;
  background: var(--ink);
  border-radius: 8px;
  font-size: 0.82rem;
  font-weight: 850;
}

h3 {
  margin-bottom: 0.55rem;
  font-size: 1.12rem;
}

.features {
  background: #f7f8fa;
}

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

.feature-grid article {
  background: rgba(255, 255, 255, 0.9);
}

.outcomes {
  background:
    linear-gradient(180deg, rgba(230, 241, 251, 0.76), rgba(255, 255, 255, 0.98)),
    radial-gradient(circle at 14% 18%, rgba(239, 159, 39, 0.18), transparent 30%);
  border-top: 1px solid var(--line);
}

.outcome-layout {
  display: grid;
  grid-template-columns: 0.88fr 1.15fr 0.88fr;
  gap: 1rem;
  align-items: stretch;
}

.outcome-panel {
  min-height: 300px;
  padding: 1.35rem;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 42px rgba(4, 44, 83, 0.08);
}

.outcome-panel.featured {
  color: #fff;
  background: linear-gradient(150deg, #042c53, #185fa5);
  border-color: transparent;
  transform: translateY(-18px);
}

.mini-label {
  margin-bottom: 1rem;
  color: var(--coral);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.outcome-panel.featured .mini-label,
.outcome-panel.featured p {
  color: rgba(255, 255, 255, 0.78);
}

.outcome-panel h3 {
  max-width: 420px;
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1.08;
}

.outcome-panel p {
  color: var(--muted);
  line-height: 1.7;
}

.outcome-panel ul {
  display: grid;
  gap: 0.7rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}

.outcome-panel li {
  padding: 0.78rem 0.85rem;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  font-weight: 800;
}

.contact-band {
  justify-content: space-between;
  gap: 1.5rem;
  background: #042c53;
  color: #fff;
}

.contact-band .eyebrow {
  color: #ef9f27;
}

.contact-band h2 {
  max-width: 700px;
}

.contact-band .button.primary {
  color: var(--ink);
  background: #fff;
  box-shadow: none;
}

.chat-launcher {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 20;
  width: 54px;
  height: 54px;
  box-shadow: 0 18px 36px rgba(4, 44, 83, 0.28);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 1020px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 540px;
  }

  .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .channel-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .outcome-layout {
    grid-template-columns: 1fr;
  }

  .outcome-panel.featured {
    transform: none;
  }
}

@media (max-width: 760px) {
  .site-header {
    min-height: 66px;
  }

  .nav-links {
    display: none;
  }

  .brand {
    font-size: 0.94rem;
  }

  .brand-mark {
    width: 48px;
    height: 48px;
    border-width: 3px;
  }

  .brand-mark svg {
    width: 32px;
    height: 32px;
  }

  .brand-word {
    font-size: 1.35rem;
  }

  .nav-cta {
    padding: 0.65rem 0.78rem;
  }

  .hero {
    min-height: auto;
    padding-top: 2.4rem;
  }

  h1 {
    font-size: clamp(1.95rem, 8.6vw, 2.75rem);
  }

  .hero-visual {
    min-height: 620px;
  }

  .device-shell {
    width: 100%;
  }

  .chat-card {
    left: 50%;
    right: auto;
    bottom: 0;
    width: min(96%, 390px);
    transform: translateX(-50%);
  }

  .calendar-strip {
    grid-template-columns: repeat(5, minmax(48px, 1fr));
    overflow: hidden;
  }

  .workflow-grid,
  .feature-grid,
  .channel-grid {
    grid-template-columns: 1fr;
  }

  .proof-strip {
    align-items: flex-start;
    flex-direction: column;
  }

  .proof-strip div {
    justify-content: flex-start;
  }

  .availability-card {
    top: 18px;
    right: 14px;
  }

  .clinic-video-bg {
    width: 100%;
    opacity: 0.28;
  }

  .contact-band {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 440px) {
  .site-header {
    padding: 0 1rem;
  }

  .brand-mark {
    width: 42px;
    height: 42px;
  }

  .brand-mark svg {
    width: 28px;
    height: 28px;
  }

  .brand-word {
    font-size: 1.08rem;
  }

  .nav-cta {
    font-size: 0.86rem;
  }

  .hero,
  .workflow-band,
  .features,
  .contact-band {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .schedule-list article {
    grid-template-columns: 1fr;
  }

  .tag {
    justify-self: start;
  }

  .chat-launcher {
    display: none;
  }
}

@keyframes clinicFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(-18px, 16px, 0) scale(1.06);
  }
}

@keyframes chairDrift {
  0%,
  100% {
    transform: translateY(0) skewX(-10deg);
  }

  50% {
    transform: translateY(-10px) skewX(-10deg);
  }
}

@keyframes pulseSweep {
  0% {
    transform: translateX(-100%);
  }

  55%,
  100% {
    transform: translateX(100%);
  }
}
