
:root {
  --ink: #111827;
  --muted: #657084;
  --cream: #f7f7f2;
  --line: #e2e5e0;
  --navy: #111a2d;
  --purple: #6f3bd1;
  --purple-light: #eee7ff;
  --green: #18c978;
  --green-soft: #ddf9ec;
  --radius: 30px;
  --shadow: 0 30px 80px rgba(18, 27, 45, 0.13);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
svg {
  display: block;
}
.container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}
.section {
  padding: 112px 0;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
  background: rgba(247, 247, 242, 0.88);
  backdrop-filter: blur(18px);
}
.nav-wrap {
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.logo-link {
  flex: 1;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-size: 18px;
  font-weight: 760;
  letter-spacing: -0.02em;
}
.brand-mark {
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(145deg, var(--green), #6b36d0 75%);
  box-shadow: 0 7px 20px rgba(92, 52, 192, 0.22);
  font-size: 19px;
  font-weight: 800;
}
.desktop-nav {
  display: flex;
  gap: 34px;
  color: #4d586a;
  font-size: 14px;
  font-weight: 650;
}
.desktop-nav a,
.text-link {
  transition: color 0.2s ease;
}
.desktop-nav a:hover,
.text-link:hover {
  color: var(--purple);
}
.nav-actions {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
  font-size: 14px;
  font-weight: 650;
}
.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 23px;
  border: 1px solid var(--ink);
  border-radius: 14px;
  color: #fff;
  background: var(--ink);
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.14);
  font-size: 14px;
  font-weight: 700;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}
.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(17, 24, 39, 0.2);
}
.button svg,
.feature-card a svg,
.online-link svg,
.download-button > svg {
  width: 18px;
  height: 18px;
}
.button-small {
  min-height: 42px;
  padding: 0 17px;
  border-radius: 12px;
}
.button-secondary {
  color: var(--ink);
  border-color: #d8dbd6;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: none;
}

.hero {
  position: relative;
  overflow: hidden;
  padding-top: 164px;
  background: var(--cream);
}
.hero-grid {
  position: relative;
  z-index: 2;
  min-height: 615px;
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  align-items: center;
  gap: 72px;
}
.hero-copy {
  padding-bottom: 52px;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 22px;
  color: #545e70;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.eyebrow span {
  width: 22px;
  height: 2px;
  background: var(--green);
}
.eyebrow.light {
  color: #aeb9c9;
}
.hero h1,
.section h2 {
  margin: 0;
  font-weight: 760;
  letter-spacing: -0.055em;
  line-height: 0.98;
}
.hero h1 {
  max-width: 600px;
  font-size: clamp(52px, 5.4vw, 78px);
}
.hero h1 em {
  color: var(--purple);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}
.hero-lead {
  max-width: 570px;
  margin: 27px 0 31px;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.65;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.hero-proof {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 30px;
  color: #747d8c;
  font-size: 13px;
}
.hero-proof strong {
  color: var(--ink);
}
.avatar-stack {
  display: flex;
  padding-left: 10px;
}
.avatar-stack span {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  margin-left: -10px;
  border: 2px solid var(--cream);
  border-radius: 50%;
  color: #fff;
  background: #17233a;
  font-size: 9px;
  font-weight: 800;
}
.avatar-stack span:nth-child(2) {
  background: var(--purple);
}
.avatar-stack span:nth-child(3) {
  background: var(--green);
}
.hero-glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.hero-glow.one {
  width: 580px;
  height: 580px;
  right: -120px;
  top: 40px;
  background: radial-gradient(circle, rgba(111, 59, 209, 0.15), transparent 66%);
}
.hero-glow.two {
  width: 420px;
  height: 420px;
  left: -240px;
  top: 300px;
  background: radial-gradient(circle, rgba(24, 201, 120, 0.11), transparent 67%);
}

.product-stage {
  position: relative;
  min-width: 0;
  transform: perspective(1500px) rotateY(-3deg) rotateX(1deg);
}
.product-window {
  overflow: hidden;
  border: 1px solid #d8dce2;
  border-radius: 20px;
  background: #fff;
  box-shadow:
    0 40px 90px rgba(17, 26, 45, 0.2),
    0 0 0 8px rgba(255, 255, 255, 0.45);
}
.window-bar {
  height: 42px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  padding: 0 15px;
  color: #8b94a3;
  background: #f5f6f8;
  border-bottom: 1px solid #e7e9ed;
  font-size: 9px;
  text-align: center;
}
.window-dots {
  display: flex;
  gap: 6px;
}
.window-dots i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #aeb5c0;
}
.window-dots i:first-child {
  background: #ff776d;
}
.window-dots i:nth-child(2) {
  background: #f6c75b;
}
.window-dots i:nth-child(3) {
  background: #58d28b;
}
.window-bar .live {
  text-align: right;
}
.live i {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 3px;
  border-radius: 50%;
  background: var(--green);
}
.dashboard-preview {
  min-height: 390px;
  padding: 22px;
  background: #f8f9fb;
}
.preview-title {
  display: flex;
  align-items: center;
  gap: 11px;
}
.preview-title > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: var(--purple);
  background: var(--purple-light);
}
.preview-title svg {
  width: 17px;
}
.preview-title b,
.preview-title small {
  display: block;
}
.preview-title b {
  font-size: 13px;
}
.preview-title small {
  margin-top: 3px;
  color: #8992a2;
  font-size: 8px;
}
.preview-title button {
  margin-left: auto;
  padding: 9px 12px;
  border: 0;
  border-radius: 9px;
  color: #fff;
  background: var(--purple);
  font:
    700 9px Arial,
    sans-serif;
}
.stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 9px;
  margin-top: 18px;
}
.stat-grid > div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 8px;
  padding: 13px 10px;
  border: 1px solid #e3e6eb;
  border-radius: 11px;
  background: #fff;
  box-shadow: 0 5px 15px rgba(18, 27, 45, 0.035);
}
.stat-icon {
  grid-row: 1 / 4;
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border-radius: 9px;
}
.stat-icon svg {
  width: 15px;
}
.stat-icon.purple {
  color: var(--purple);
  background: var(--purple-light);
}
.stat-icon.amber {
  color: #c47b0c;
  background: #fff3d9;
  font-size: 19px;
}
.stat-icon.green {
  color: #039858;
  background: var(--green-soft);
}
.stat-icon.blue {
  color: #397ad5;
  background: #e5f0ff;
}
.stat-grid small {
  color: #8c95a3;
  font-size: 7px;
}
.stat-grid strong {
  font-size: 18px;
  line-height: 1.1;
}
.dashboard-preview .stat-grid em {
  color: #079658;
  font-size: 7px;
  font-style: normal;
}
.dash-columns {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 11px;
  margin-top: 12px;
}
.dash-panel {
  overflow: hidden;
  min-height: 174px;
  border: 1px solid #e2e5e9;
  border-radius: 11px;
  background: #fff;
}
.dash-panel header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px;
  border-bottom: 1px solid #eceef1;
}
.dash-panel header span {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 9px;
  font-weight: 700;
}
.dash-panel header svg {
  width: 14px;
  color: var(--purple);
}
.dash-panel header small {
  color: #99a1ae;
  font-size: 7px;
}
.schedule-row {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 16px 12px;
  padding: 13px;
  border-radius: 9px;
  background: #f8f9fb;
  font-size: 8px;
}
.schedule-row > span {
  flex: 1;
}
.schedule-row strong,
.schedule-row small {
  display: block;
}
.schedule-row small {
  margin-top: 3px;
  color: #929aa7;
}
.dashboard-preview .schedule-row em {
  padding: 5px 7px;
  border-radius: 99px;
  color: #11764b;
  background: var(--green-soft);
  font-size: 7px;
  font-style: normal;
  font-weight: 700;
}
.empty-state {
  min-height: 115px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 7px;
  color: #a1a8b3;
  font-size: 8px;
}
.empty-state svg {
  width: 20px;
  color: #38b87e;
}
.floating-card {
  position: absolute;
  z-index: 3;
  min-width: 210px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 15px;
  border: 1px solid rgba(17, 24, 39, 0.09);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 20px 50px rgba(17, 24, 39, 0.17);
  backdrop-filter: blur(16px);
  transform: rotateY(3deg);
}
.floating-card.top {
  top: -36px;
  right: -26px;
}
.floating-card.bottom {
  bottom: -29px;
  left: -34px;
}
.floating-card strong,
.floating-card small {
  display: block;
}
.floating-card strong {
  font-size: 12px;
}
.floating-card small {
  margin-top: 3px;
  color: #7d8696;
  font-size: 9px;
}
.mini-icon {
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  border-radius: 10px;
}
.mini-icon svg {
  width: 18px;
}
.mini-icon.violet {
  color: var(--purple);
  background: var(--purple-light);
}
.mini-icon.green {
  color: #079b58;
  background: var(--green-soft);
}
.success {
  margin-left: auto;
  color: #059255;
  font-size: 10px;
}
.trust-row {
  position: relative;
  z-index: 2;
  min-height: 95px;
  display: grid;
  grid-template-columns: 0.7fr repeat(4, 1fr);
  align-items: center;
  gap: 24px;
  border-top: 1px solid #dcded9;
  color: #697384;
}
.trust-row span {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.15em;
}
.trust-row strong {
  font-size: 14px;
  text-align: center;
}

.intro {
  background: #fff;
}
.section-heading.centered {
  max-width: 710px;
  margin: 0 auto 58px;
  text-align: center;
}
.section-heading .eyebrow {
  justify-content: center;
}
.section h2 {
  font-size: clamp(42px, 4.6vw, 62px);
}
.section-heading p,
.split-heading > p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}
.section-heading p {
  max-width: 590px;
  margin: 22px auto 0;
}
.workflow-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 20px;
}
.workflow-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: #f7f7f4;
}
.workflow-card.featured {
  grid-row: span 2;
  min-height: 560px;
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  padding: 43px 0 43px 43px;
}
.workflow-copy {
  align-self: center;
  padding-right: 26px;
}
.feature-number {
  color: #979eaa;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.15em;
}
.workflow-card h3,
.feature-card h3 {
  margin: 17px 0 13px;
  letter-spacing: -0.035em;
}
.workflow-card h3 {
  font-size: 28px;
}
.workflow-card p,
.feature-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}
.check-list {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  color: #465165;
  font-size: 13px;
  font-weight: 650;
}
.check-list li {
  display: flex;
  align-items: center;
  gap: 9px;
}
.check-list svg {
  width: 18px;
  color: #06a461;
}
.calendar-visual {
  align-self: center;
  min-width: 480px;
  overflow: hidden;
  border: 1px solid #cfd4dd;
  border-right: 0;
  border-radius: 18px 0 0 18px;
  background: #fff;
  box-shadow: -8px 25px 60px rgba(20, 30, 45, 0.13);
}
.calendar-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 22px;
  border-bottom: 1px solid #e8eaf0;
  font-size: 12px;
}
.calendar-head span {
  padding: 7px 10px;
  border-radius: 8px;
  color: var(--purple);
  background: var(--purple-light);
  font-size: 10px;
  font-weight: 700;
}
.calendar-grid {
  min-height: 350px;
  display: grid;
  grid-template-columns: 58px 1fr;
  align-items: start;
  gap: 22px 10px;
  padding: 21px 18px;
  background-image: linear-gradient(#f1f2f5 1px, transparent 1px);
  background-size: 100% 55px;
}
.calendar-grid > span {
  padding-top: 5px;
  color: #8a93a3;
  font-size: 9px;
}
.appointment {
  display: flex;
  flex-direction: column;
  padding: 13px 15px;
  border-left: 3px solid;
  border-radius: 9px;
  box-shadow: 0 6px 18px rgba(20, 30, 45, 0.06);
  font-size: 11px;
}
.appointment small {
  margin-top: 5px;
  opacity: 0.66;
}
.appointment.lilac {
  color: #6931c1;
  border-color: #7b43d6;
  background: #eee7ff;
}
.appointment.mint {
  color: #067749;
  border-color: #18c978;
  background: #ddf9ec;
}
.appointment.peach {
  color: #a24c21;
  border-color: #ee8a54;
  background: #fff0e8;
}
.workflow-card.compact {
  min-height: 270px;
  padding: 34px;
}
.workflow-card.compact p {
  max-width: 370px;
  font-size: 14px;
}
.card-icon {
  position: absolute;
  right: 30px;
  top: 28px;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 13px;
}
.card-icon svg {
  width: 21px;
}
.card-icon.green {
  color: #078d53;
  background: var(--green-soft);
}
.card-icon.violet {
  color: #b998ff;
  background: rgba(111, 59, 209, 0.26);
}
.patient-chip {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 25px;
  padding: 12px;
  border: 1px solid #e5e7e5;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(18, 27, 45, 0.06);
}
.patient-chip > span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #067548;
  background: var(--green-soft);
  font-size: 11px;
  font-weight: 800;
}
.patient-chip b,
.patient-chip small {
  display: block;
}
.patient-chip b {
  font-size: 12px;
}
.patient-chip small {
  margin-top: 3px;
  color: #8a93a2;
  font-size: 9px;
}
.patient-chip svg {
  width: 17px;
  margin-left: auto;
  color: #05a15e;
}
.dark-card {
  color: #fff;
  border-color: #24314a;
  background: var(--navy);
}
.workflow-card.dark-card p {
  color: #aab5c6;
}
.dark-card .feature-number {
  color: #7e899d;
}
.activity-bars {
  position: absolute;
  right: 30px;
  bottom: 31px;
  left: 34px;
  height: 53px;
  display: flex;
  align-items: flex-end;
  gap: 7px;
}
.activity-bars i {
  flex: 1;
  height: 30%;
  border-radius: 4px 4px 1px 1px;
  background: linear-gradient(#8c58ec, #5630a5);
}
.activity-bars i:nth-child(2) {
  height: 58%;
}
.activity-bars i:nth-child(3) {
  height: 44%;
}
.activity-bars i:nth-child(4) {
  height: 76%;
}
.activity-bars i:nth-child(5) {
  height: 62%;
}
.activity-bars i:nth-child(6) {
  height: 92%;
  background: linear-gradient(#4be39c, #0a9b59);
}
.activity-bars i:nth-child(7) {
  height: 72%;
}

.feature-section {
  color: #fff;
  background: var(--navy);
}
.split-heading {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  align-items: end;
  gap: 80px;
  margin-bottom: 55px;
}
.split-heading h2 {
  max-width: 700px;
}
.split-heading > p {
  margin: 0 0 3px;
  color: #aab5c6;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
.feature-card {
  min-height: 335px;
  padding: 30px 26px;
  border: 1px solid #2d3950;
  border-radius: 20px;
  background: #172239;
  transition:
    transform 0.25s ease,
    border-color 0.25s ease;
}
.feature-card:hover {
  transform: translateY(-5px);
  border-color: #58408a;
}
.feature-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: #a887ee;
  background: #2a2050;
}
.feature-icon svg {
  width: 23px;
}
.feature-card:nth-child(even) .feature-icon {
  color: #49da99;
  background: #153d35;
}
.feature-card h3 {
  margin-top: 28px;
  font-size: 20px;
}
.feature-card p {
  color: #aeb8c7;
  font-size: 14px;
}
.feature-card a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 25px;
  color: #c7b4f4;
  font-size: 12px;
  font-weight: 750;
}

.schedule-section {
  overflow: hidden;
  background: #f0f0eb;
}
.schedule-layout {
  display: grid;
  grid-template-columns: 0.68fr 1.32fr;
  align-items: center;
  gap: 70px;
}
.schedule-copy h2 {
  max-width: 430px;
}
.schedule-copy > p {
  margin: 24px 0 0;
  color: var(--muted);
  line-height: 1.75;
}
.metric-row {
  display: flex;
  gap: 42px;
  margin-top: 34px;
  padding-top: 28px;
  border-top: 1px solid #d8dad5;
}
.metric-row div {
  display: flex;
  flex-direction: column;
}
.metric-row strong {
  font-size: 29px;
}
.metric-row span {
  margin-top: 3px;
  color: #788190;
  font-size: 11px;
}
.schedule-preview {
  min-width: 760px;
  overflow: hidden;
  border: 10px solid #fff;
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--shadow);
  transform: rotate(1deg);
}
.schedule-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 17px;
  border-bottom: 1px solid #e5e8ed;
}
.schedule-toolbar nav {
  display: flex;
  gap: 20px;
  color: #7e8796;
  font-size: 10px;
}
.schedule-toolbar nav b {
  color: var(--purple);
}
.schedule-toolbar button {
  border: 0;
  border-radius: 8px;
  padding: 9px 12px;
  color: #fff;
  background: var(--purple);
  font:
    700 9px Arial,
    sans-serif;
}
.schedule-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 17px;
  border-bottom: 1px solid #e5e8ed;
  color: #707989;
  font-size: 9px;
}
.schedule-controls span {
  padding: 7px 9px;
  border: 1px solid #dfe3e9;
  border-radius: 7px;
  background: #fafbfc;
}
.schedule-controls b {
  color: #303948;
}
.week-head {
  display: grid;
  grid-template-columns: 54px repeat(3, 1fr);
  height: 37px;
  align-items: center;
  border-bottom: 1px solid #e5e8ed;
  color: #576172;
  font-size: 9px;
  text-align: center;
}
.week-grid {
  display: grid;
  grid-template-columns: 54px repeat(3, 1fr);
  height: 305px;
  background-image: linear-gradient(#edf0f3 1px, transparent 1px);
  background-size: 100% 61px;
}
.times {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  color: #8c95a3;
  font-size: 8px;
  text-align: center;
}
.week-column {
  position: relative;
  border-left: 1px solid #e5e8ed;
}
.block {
  position: absolute;
  top: 28px;
  right: 9px;
  left: 9px;
  min-height: 56px;
  padding: 10px;
  border-left: 3px solid;
  border-radius: 7px;
  font-size: 9px;
}
.schedule-preview .block b,
.schedule-preview .block small,
.schedule-preview .block em {
  display: block;
}
.block small {
  margin-top: 4px;
  opacity: 0.65;
}
.schedule-preview .block em {
  position: absolute;
  top: 10px;
  right: 9px;
  font-size: 7px;
  font-style: normal;
}
.purple-block {
  color: #6430b8;
  border-color: var(--purple);
  background: var(--purple-light);
}
.green-block {
  top: 148px;
  color: #057546;
  border-color: var(--green);
  background: var(--green-soft);
}
.peach-block {
  color: #a24c21;
  border-color: #ed8c5a;
  background: #fff0e8;
}
.later {
  top: 89px;
}
.blue-block {
  color: #3266ac;
  border-color: #5b9aeb;
  background: #e6f0ff;
}
.latest {
  top: 179px;
}

.security-section {
  background: #fff;
}
.security-card {
  position: relative;
  overflow: hidden;
  min-height: 390px;
  display: grid;
  grid-template-columns: 0.4fr 1fr 1fr;
  align-items: center;
  gap: 50px;
  padding: 56px;
  border-radius: var(--radius);
  color: #fff;
  background: linear-gradient(125deg, #121c31, #1b2740);
  box-shadow: var(--shadow);
}
.security-orbit {
  width: 190px;
  height: 190px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(131, 82, 224, 0.38);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(111, 59, 209, 0.22), transparent 68%);
}
.security-orbit span {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border-radius: 22px;
  color: #5be3a3;
  background: rgba(24, 201, 120, 0.13);
}
.security-orbit svg {
  width: 34px;
}
.security-copy h2 {
  font-size: clamp(38px, 3.7vw, 52px);
}
.security-copy p {
  margin: 22px 0 0;
  color: #aeb9ca;
  line-height: 1.7;
}
.security-points {
  display: grid;
  gap: 22px;
}
.security-points > div {
  display: flex;
  gap: 14px;
}
.security-points > div > svg {
  width: 21px;
  flex: 0 0 auto;
  color: #5be3a3;
}
.security-points strong,
.security-points small {
  display: block;
}
.security-points strong {
  font-size: 14px;
}
.security-points small {
  margin-top: 5px;
  color: #9ba8ba;
  font-size: 11px;
  line-height: 1.5;
}
.download-section {
  padding-top: 0;
  background: #fff;
}
.download-card {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 90px;
  padding: 68px 74px;
  border: 1px solid #dfe2dd;
  border-radius: var(--radius);
  background: #edf9f3;
}
.download-card h2 {
  max-width: 620px;
}
.download-card p {
  color: var(--muted);
}
.download-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.download-button {
  min-height: 78px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid #d7dfda;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 10px 25px rgba(18, 27, 45, 0.07);
  transition: transform 0.2s ease;
}
.download-button:hover {
  transform: translateY(-3px);
}
.download-button small,
.download-button strong {
  display: block;
}
.download-button small {
  color: #788190;
  font-size: 9px;
}
.download-button strong {
  margin-top: 2px;
  font-size: 14px;
}
.download-button > svg {
  color: #848d9b;
}
.os-icon {
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  font-weight: 800;
}
.os-icon.apple {
  color: #2d3750;
  background: #eff1f4;
}
.os-icon.windows {
  color: #1562c8;
  background: #e6f0ff;
  font-size: 23px;
}
.online-link {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 8px;
  color: #5a6474;
  font-size: 11px;
  font-weight: 700;
}
.site-footer {
  padding: 70px 0 26px;
  color: #e4e9f0;
  background: #0c1423;
}
.site-footer .brand-mark {
  box-shadow: none;
}
.footer-main {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 80px;
  padding-bottom: 60px;
}
.footer-brand p {
  max-width: 330px;
  margin-top: 20px;
  color: #8996aa;
  font-size: 13px;
  line-height: 1.7;
}
.footer-links {
  display: grid;
  align-content: start;
  gap: 13px;
}
.footer-links strong {
  margin-bottom: 5px;
  font-size: 12px;
}
.footer-links a {
  color: #8f9aad;
  font-size: 12px;
}
.footer-links a:hover {
  color: #fff;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 23px;
  border-top: 1px solid #233047;
  color: #6e7b90;
  font-size: 10px;
}

@media (max-width: 1000px) {
  .desktop-nav {
    display: none;
  }
  .hero {
    padding-top: 140px;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 55px;
    padding-bottom: 85px;
  }
  .hero-copy {
    max-width: 720px;
    padding-bottom: 0;
  }
  .product-stage {
    width: 88%;
    margin: 0 auto;
  }
  .workflow-grid {
    grid-template-columns: 1fr 1fr;
  }
  .workflow-card.featured {
    grid-column: 1 / -1;
    grid-row: auto;
  }
  .feature-grid {
    grid-template-columns: 1fr 1fr;
  }
  .schedule-layout {
    grid-template-columns: 1fr;
  }
  .schedule-copy {
    max-width: 650px;
  }
  .security-card {
    grid-template-columns: 0.4fr 1fr;
  }
  .security-points {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, 1fr);
  }
  .download-card {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media (max-width: 700px) {
  .container {
    width: min(100% - 32px, 1180px);
  }
  .section {
    padding: 80px 0;
  }
  .nav-wrap {
    height: 68px;
  }
  .nav-actions .text-link {
    display: none;
  }
  .brand {
    font-size: 16px;
  }
  .brand-mark {
    width: 33px;
    height: 33px;
  }
  .button-small {
    min-height: 39px;
    padding: 0 13px;
    font-size: 12px;
  }
  .hero {
    padding-top: 112px;
  }
  .hero-grid {
    min-height: auto;
    gap: 55px;
    padding-bottom: 70px;
  }
  .hero h1 {
    font-size: clamp(46px, 13.5vw, 64px);
  }
  .hero-lead {
    font-size: 17px;
  }
  .hero-actions {
    display: grid;
  }
  .hero-actions .button {
    width: 100%;
  }
  .hero-proof {
    align-items: flex-start;
  }
  .product-stage {
    width: 100%;
    transform: none;
  }
  .product-window {
    border-radius: 13px;
  }
  .floating-card {
    display: none;
  }
  .dashboard-preview {
    min-width: 630px;
    transform: scale(0.64);
    transform-origin: left top;
    margin-bottom: -140px;
  }
  .trust-row {
    grid-template-columns: 1fr 1fr;
    padding: 28px 0;
  }
  .trust-row span {
    grid-column: 1 / -1;
    text-align: center;
  }
  .trust-row strong {
    font-size: 12px;
  }
  .section h2 {
    font-size: clamp(39px, 11.5vw, 52px);
  }
  .section-heading.centered {
    text-align: left;
  }
  .section-heading .eyebrow {
    justify-content: flex-start;
  }
  .workflow-grid {
    grid-template-columns: 1fr;
  }
  .workflow-card.featured {
    display: block;
    min-height: auto;
    padding: 32px 0 0 28px;
  }
  .workflow-copy {
    padding: 0 28px 30px 0;
  }
  .calendar-visual {
    min-width: 560px;
    transform: scale(0.68);
    transform-origin: left top;
    margin-bottom: -115px;
  }
  .workflow-card.compact {
    min-height: 260px;
    padding: 28px;
  }
  .split-heading {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .feature-grid {
    grid-template-columns: 1fr;
  }
  .feature-card {
    min-height: 280px;
  }
  .schedule-layout {
    gap: 55px;
  }
  .metric-row {
    gap: 25px;
  }
  .schedule-preview {
    min-width: 720px;
    transform: scale(0.72) rotate(1deg);
    transform-origin: left top;
    margin-right: -400px;
    margin-bottom: -120px;
  }
  .security-card {
    grid-template-columns: 1fr;
    gap: 35px;
    padding: 38px 28px;
  }
  .security-orbit {
    width: 120px;
    height: 120px;
  }
  .security-orbit span {
    width: 56px;
    height: 56px;
  }
  .security-points {
    grid-column: auto;
    grid-template-columns: 1fr;
  }
  .download-card {
    width: calc(100% - 32px);
    padding: 42px 25px;
  }
  .download-actions {
    grid-template-columns: 1fr;
  }
  .online-link {
    grid-column: auto;
  }
  .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 45px;
  }
  .footer-brand {
    grid-column: 1 / -1;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 8px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .button,
  .desktop-nav a,
  .text-link,
  .feature-card,
  .download-button {
    transition: none;
  }
}
