body {
  color: #425466;
  background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
}

.pre-header .row {
  align-items: center;
}

.pre-header ul.info,
.pre-header ul.quick-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.pre-header ul.quick-links {
  justify-content: flex-end;
  gap: 10px;
}

.pre-header ul.quick-links li {
  margin-left: 0;
}

.pre-header ul.quick-links li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 14px;
  width: auto;
  height: auto;
  line-height: 1;
  border-radius: 999px;
  background: rgba(77, 166, 231, 0.12);
  color: #237cc2;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}

.header-area .main-nav .logo {
  display: inline-flex;
  align-items: center;
  height: 100px;
  line-height: 1;
}

.background-header .main-nav .logo {
  height: 80px;
}

.logo-brand {
  display: inline-flex;
  align-items: center;
}

.logo-brand__image {
  display: block;
  width: auto;
  max-width: none;
  height: auto;
  filter: brightness(0) saturate(100%) invert(46%) sepia(73%) saturate(1012%) hue-rotate(177deg) brightness(93%) contrast(92%);
}

.header-area .logo-brand__image {
  height: 58px;
  max-height: 58px;
  transform: translateY(3px);
}

.background-header .logo-brand__image {
  height: 50px;
  max-height: 50px;
  transform: translateY(2px);
}

.logo-lockup {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.logo-lockup__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: linear-gradient(135deg, #173056, #2e8cd5);
  box-shadow: 0 14px 30px rgba(27, 82, 145, 0.18);
  color: #ffffff;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.logo-lockup__text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.logo-lockup__text strong {
  color: #182a43;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
}

.logo-lockup__text small {
  color: #6f7d8f;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.header-area .main-nav .nav li:last-child {
  padding-left: 28px;
}

.main-banner .left-content p {
  color: #607185;
}

.hero-checklist {
  display: grid;
  gap: 10px;
  margin: 0 40px 28px 0;
}

.hero-checklist li {
  position: relative;
  padding-left: 24px;
  color: #66758d;
  font-size: 15px;
  line-height: 28px;
}

.hero-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #4da6e7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 24px;
}

.hero-actions .border-first-button:not(.border-first-button--ghost) a {
  background: linear-gradient(135deg, #4da6e7, #2d84d2);
  color: #ffffff !important;
  box-shadow: 0 14px 32px rgba(45, 132, 210, 0.22);
}

.border-first-button--ghost a {
  background-color: #ffffff;
  color: #4da6e7 !important;
}

.hero-micro-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.hero-micro-stat {
  padding: 16px 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(77, 166, 231, 0.08);
  box-shadow: 0 10px 30px rgba(15, 42, 79, 0.07);
}

.hero-micro-stat strong {
  display: block;
  color: #223047;
  font-size: 17px;
  line-height: 1.3;
}

.hero-micro-stat span {
  display: block;
  margin-top: 6px;
  color: #7a8798;
  font-size: 14px;
  line-height: 1.5;
}

.main-banner .right-image {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  overflow: visible;
}

.hero-agenda-image-wrap {
  width: 100%;
  margin-left: 0;
}

.hero-agenda-image {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  border-radius: 28px;
  box-shadow: 0 30px 70px rgba(22, 44, 83, 0.12);
}

.services ul.nacc li .right-image img.service-agenda-shot {
  max-width: 100%;
  width: 620px;
  float: right;
  border-radius: 18px;
  box-shadow: 0 24px 52px rgba(22, 44, 83, 0.12);
}

.services ul.nacc li .right-image img.service-patients-shot {
  max-width: 100%;
  width: 640px;
  float: right;
  border-radius: 18px;
  box-shadow: 0 24px 52px rgba(22, 44, 83, 0.12);
}

@media (min-width: 1200px) {
  .hero-agenda-image-wrap {
    width: min(178%, 1120px);
    margin-left: 14px;
    margin-right: 0;
    margin-top: -6px;
  }
}

.hero-agenda-preview {
  width: min(100%, 620px);
  padding: 18px;
  border-radius: 28px;
  background: #f3f6fa;
  border: 1px solid rgba(120, 136, 160, 0.18);
  box-shadow: 0 30px 70px rgba(22, 44, 83, 0.12);
}

.hero-agenda-preview__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.hero-agenda-preview__title {
  color: #21324b;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
}

.hero-agenda-preview__subtitle {
  margin-top: 4px;
  color: #7c8a9f;
  font-size: 14px;
  line-height: 1.45;
}

.hero-agenda-preview__badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(77, 166, 231, 0.1);
  color: #2575bc;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.hero-agenda-toolbar {
  margin-top: 14px;
  padding: 12px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.16);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}

.hero-agenda-toolbar__statuses,
.hero-agenda-toolbar__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hero-agenda-toolbar__actions {
  margin-top: 10px;
}

.hero-status-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid currentColor;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.hero-status-chip::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
}

.hero-status-chip--pending {
  color: #d99000;
  background: rgba(242, 169, 0, 0.12);
}

.hero-status-chip--confirmed {
  color: #18b87a;
  background: rgba(24, 184, 122, 0.12);
}

.hero-status-chip--attended {
  color: #3f8cff;
  background: rgba(63, 140, 255, 0.12);
}

.hero-status-chip--completed {
  color: #4b5563;
  background: rgba(75, 85, 99, 0.12);
}

.hero-status-chip--cancelled {
  color: #ef5b5b;
  background: rgba(239, 91, 91, 0.12);
}

.hero-agenda-select,
.hero-agenda-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}

.hero-agenda-select {
  min-width: 152px;
  padding: 0 14px;
  justify-content: space-between;
  background: #f8fafc;
  border: 1px solid rgba(148, 163, 184, 0.3);
  color: #334155;
}

.hero-agenda-select::after {
  content: "▾";
  margin-left: 14px;
  color: #64748b;
  font-size: 13px;
}

.hero-agenda-button {
  padding: 0 16px;
  border: 1px solid rgba(148, 163, 184, 0.3);
  color: #334155;
  background: #ffffff;
}

.hero-agenda-button--primary {
  border-color: transparent;
  background: #3f8cff;
  color: #ffffff;
  box-shadow: 0 10px 20px rgba(63, 140, 255, 0.18);
}

.hero-agenda-panel {
  margin-top: 14px;
  padding: 10px;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

.hero-agenda-panel__date {
  color: #20324b;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.hero-agenda-panel__hint {
  margin-top: 4px;
  color: #7b8a9d;
  font-size: 12.5px;
  line-height: 1.45;
  text-align: center;
}

.hero-agenda-professional {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 40px;
  margin-top: 10px;
  border-radius: 14px 14px 0 0;
  background: #eef3f8;
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-bottom-color: rgba(148, 163, 184, 0.32);
  color: #334155;
  font-size: 14px;
  font-weight: 600;
}

.hero-agenda-professional__avatar,
.hero-appointment-card__avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 700;
}

.hero-agenda-professional__avatar {
  width: 24px;
  height: 24px;
  background: rgba(63, 140, 255, 0.12);
  color: #3f8cff;
  font-size: 11px;
}

.hero-agenda-board {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-top: 0;
  border-radius: 0 0 18px 18px;
  background:
    linear-gradient(90deg, #f8fafc 0, #f8fafc 60px, #ffffff 60px, #ffffff 100%),
    repeating-linear-gradient(
      180deg,
      transparent 0,
      transparent 79px,
      rgba(148, 163, 184, 0.16) 79px,
      rgba(148, 163, 184, 0.16) 80px
    );
}

.hero-agenda-current-line {
  position: absolute;
  top: 136px;
  left: 0;
  right: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  pointer-events: none;
}

.hero-agenda-current-line span {
  margin-left: 6px;
  padding: 2px 5px;
  border-radius: 4px;
  background: #ef5b5b;
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
}

.hero-agenda-current-line::after {
  content: "";
  flex: 1;
  height: 2px;
  margin-left: 8px;
  background: #ef5b5b;
}

.hero-agenda-slot {
  position: relative;
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr);
  gap: 12px;
  min-height: 80px;
  padding: 8px 10px;
}

.hero-agenda-slot__time {
  padding-top: 14px;
  color: #64748b;
  font-size: 12.5px;
  font-weight: 700;
  text-align: center;
}

.hero-appointment-card {
  position: relative;
  min-height: 68px;
  margin: 2px 0;
  padding: 10px 12px 10px 14px;
  border-radius: 12px;
  background: #ffffff;
  box-shadow:
    0 2px 8px rgba(0, 0, 0, 0.08),
    0 1px 3px rgba(0, 0, 0, 0.04);
}

.hero-appointment-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  border-radius: 12px 0 0 12px;
  background: var(--hero-appointment-accent, #3f8cff);
}

.hero-appointment-card__top {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hero-appointment-card__identity {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.hero-appointment-card__identity strong {
  color: #1f2937;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.15;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hero-appointment-card__avatar {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  background: rgba(63, 140, 255, 0.12);
  color: var(--hero-appointment-accent, #3f8cff);
  font-size: 10px;
}

.hero-appointment-card__time-range {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  padding: 3px 8px;
  border-radius: 6px;
  background: #eef2f7;
  color: #667085;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.hero-appointment-card__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 6px;
  padding-left: 38px;
  color: #6b7280;
  font-size: 11px;
  line-height: 1.4;
}

.hero-appointment-card__status-icon {
  color: var(--hero-appointment-accent, #3f8cff);
  font-size: 12px;
  font-weight: 700;
}

.hero-appointment-card--confirmed {
  --hero-appointment-accent: #18b87a;
}

.hero-appointment-card--pending {
  --hero-appointment-accent: #f2a900;
}

.hero-appointment-card--attended {
  --hero-appointment-accent: #3f8cff;
}

.hero-appointment-card--cancelled {
  --hero-appointment-accent: #ef5b5b;
}

.hero-agenda-preview {
  width: min(100%, 640px);
  margin-left: auto;
  padding: 14px;
  border-radius: 28px;
  background: linear-gradient(180deg, #f4f6fb 0%, #eef2f8 100%);
  border: 1px solid rgba(159, 171, 189, 0.18);
  box-shadow: 0 26px 56px rgba(15, 23, 42, 0.1);
}

.hero-agenda-bar {
  display: grid;
  gap: 10px;
  padding: 4px 6px 12px;
}

.hero-agenda-bar__top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
}

.hero-agenda-bar__heading {
  min-width: 0;
}

.hero-agenda-bar__actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.hero-agenda-bar__controls {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.hero-agenda-preview__title {
  font-size: 18px;
  line-height: 1.08;
  color: #1f2937;
}

.hero-agenda-preview__subtitle {
  margin-top: 3px;
  color: #7c8697;
  font-size: 10px;
  line-height: 1.35;
}

.hero-status-chip {
  min-height: 30px;
  padding: 0 10px;
  border-radius: 10px;
  background: #ffffff;
  border-width: 1.5px;
  font-size: 9px;
  font-weight: 700;
}

.hero-status-chip::before {
  width: 6px;
  height: 6px;
}

.hero-agenda-select,
.hero-agenda-button {
  height: 34px;
  border-radius: 11px;
  font-size: 10px;
  font-weight: 700;
  background: #ffffff;
  border-color: rgba(148, 163, 184, 0.24);
}

.hero-agenda-select {
  min-width: 104px;
}

.hero-agenda-button--ghost {
  min-width: 68px;
}

.hero-agenda-button--icon::before {
  content: "\f073";
  font-family: FontAwesome;
  font-size: 12px;
  margin-right: 7px;
}

.hero-agenda-dual {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 12px;
  align-items: stretch;
}

.hero-month-panel,
.hero-day-panel {
  background: #ffffff;
  border-radius: 22px;
  padding: 12px;
  box-shadow:
    inset 0 0 0 1px rgba(223, 228, 236, 0.9),
    0 6px 18px rgba(15, 23, 42, 0.04);
}

.hero-month-panel__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
}

.hero-month-panel__nav {
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 10px;
  background: #eef1f6;
  color: #7a8598;
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
}

.hero-month-panel__title {
  flex: 1;
  text-align: center;
  color: #2a3240;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.hero-month-panel__weekdays {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 3px;
  margin-bottom: 7px;
  padding: 0 3px;
}

.hero-month-panel__weekdays span {
  text-align: center;
  color: #bbc2cd;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.hero-month-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  grid-auto-rows: 49px;
  gap: 3px;
}

.hero-month-cell {
  position: relative;
  padding: 5px 4px;
  border-radius: 11px;
  background: #f7f8fb;
  overflow: hidden;
}

.hero-month-cell--empty {
  background: transparent;
}

.hero-month-cell--selected,
.hero-month-cell--today {
  box-shadow: inset 0 0 0 2px #5673bf;
}

.hero-month-cell__day {
  display: inline-flex;
  color: #4b5563;
  font-size: 9px;
  font-weight: 800;
}

.hero-month-cell__day--muted {
  color: #d2d7df;
}

.hero-month-cell__counter {
  position: absolute;
  top: 5px;
  right: 5px;
  min-width: 15px;
  height: 15px;
  padding: 0 4px;
  border-radius: 999px;
  background: #d9dee8;
  color: #ffffff;
  font-size: 7px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.hero-month-pill-list {
  display: grid;
  gap: 2px;
  margin-top: 5px;
}

.hero-month-pill-list--single {
  margin-top: 19px;
}

.hero-month-pill {
  display: block;
  height: 10px;
  padding: 0 4px;
  border-radius: 999px;
  background: #dfe3ea;
  color: #546074;
  font-size: 6.2px;
  font-weight: 700;
  line-height: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hero-month-pill--green {
  background: rgba(24, 184, 122, 0.16);
  color: #18b87a;
}

.hero-month-pill--more {
  background: #eef2f6;
  color: #6e7b90;
  text-align: center;
}

.hero-day-panel {
  padding: 12px 12px 14px;
}

.hero-day-panel__date {
  padding: 4px 0 9px;
  text-align: center;
  color: #2a3240;
  font-size: 14px;
  font-weight: 800;
}

.hero-day-panel__professional {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 34px;
  background: #eef1f6;
  color: #303745;
  font-size: 10px;
  font-weight: 700;
  border-bottom: 1px solid #e4e8ef;
  border-radius: 10px 10px 0 0;
}

.hero-day-panel__professional-avatar {
  width: 20px;
  height: 20px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #dfe5f2;
  color: #7483a1;
  font-size: 9px;
  font-weight: 800;
}

.hero-day-panel__timeline {
  --hero-time-col: 54px;
  --hero-row-height: 27px;
  position: relative;
  height: calc(var(--hero-row-height) * 14);
  overflow: hidden;
  background: #ffffff;
  border-radius: 0 0 14px 14px;
}

.hero-day-row {
  position: relative;
  height: var(--hero-row-height);
  border-top: 1px solid #edf1f5;
}

.hero-day-row span {
  position: absolute;
  left: 8px;
  top: 6px;
  color: #a4acb8;
  font-size: 9px;
  font-weight: 600;
}

.hero-day-row::after {
  content: "";
  position: absolute;
  left: var(--hero-time-col);
  top: 0;
  bottom: 0;
  width: 1px;
  background: #edf1f5;
}

.hero-day-panel__current-time {
  position: absolute;
  top: calc(var(--hero-row-height) * 3 - 7px);
  left: 3px;
  z-index: 3;
  padding: 2px 5px;
  border-radius: 5px;
  background: #ef5b5b;
  color: #ffffff;
  font-size: 8px;
  font-weight: 800;
}

.hero-day-panel__now-line {
  position: absolute;
  top: calc(var(--hero-row-height) * 3 + 3px);
  left: calc(var(--hero-time-col) - 2px);
  right: 0;
  z-index: 2;
  height: 2px;
  background: #ef5b5b;
  opacity: 0.9;
}

.hero-day-panel__now-line::before {
  content: "";
  position: absolute;
  left: -4px;
  top: -3px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ef5b5b;
}

.hero-day-appointment {
  position: absolute;
  left: calc(var(--hero-time-col) + 4px);
  right: 8px;
  z-index: 4;
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr) auto;
  gap: 7px;
  align-items: start;
  padding: 7px 8px;
  border-radius: 12px;
  background: #ffffff;
  box-shadow:
    0 2px 5px rgba(15, 23, 42, 0.05),
    0 8px 18px rgba(15, 23, 42, 0.04);
  border: 1px solid #edf1f6;
}

.hero-day-appointment::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  border-radius: 12px 0 0 12px;
  background: #495260;
}

.hero-day-appointment--one {
  top: 16px;
  height: 38px;
}

.hero-day-appointment--two {
  top: 43px;
  height: 38px;
}

.hero-day-appointment--three {
  top: 70px;
  height: 54px;
}

.hero-day-appointment--four {
  top: 125px;
  height: 38px;
}

.hero-day-appointment--five {
  top: 232px;
  height: 38px;
}

.hero-day-appointment--six {
  top: 259px;
  height: 38px;
}

.hero-day-appointment__avatar {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: #f1f2f4;
  color: #6f7683;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  font-weight: 800;
}

.hero-day-appointment__content strong {
  display: block;
  color: #2a3240;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
}

.hero-day-appointment__meta {
  display: block;
  margin-top: 2px;
  color: #8b95a7;
  font-size: 8px;
  font-weight: 700;
  line-height: 1.2;
}

.hero-day-appointment__time {
  padding: 3px 6px;
  border-radius: 6px;
  background: #eef0f4;
  color: #959cab;
  font-size: 7px;
  font-weight: 700;
  white-space: nowrap;
}

.hero-day-break {
  position: absolute;
  left: var(--hero-time-col);
  right: 0;
  top: calc(var(--hero-row-height) * 6 + 1px);
  height: calc(var(--hero-row-height) * 2);
  padding-left: 8px;
  display: flex;
  align-items: center;
  background: rgba(231, 234, 239, 0.65);
  color: #8d96a6;
  font-size: 9px;
  font-weight: 600;
}

.about-feature-list {
  display: grid;
  gap: 14px;
  margin: 22px 0 26px;
}

.about-feature-card {
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(77, 166, 231, 0.08);
  border: 1px solid rgba(77, 166, 231, 0.12);
}

.about-feature-card strong {
  display: block;
  margin-bottom: 5px;
  color: #2a2a2a;
  font-size: 16px;
}

.about-feature-card span {
  display: block;
  color: #6d7b8c;
  font-size: 14px;
  line-height: 1.7;
}

.services .naccs .menu div {
  width: 19%;
}

.demo-request-home {
  position: relative;
  padding-top: 74px;
}

.demo-request-home::before {
  content: "";
  position: absolute;
  inset: 80px 0 auto;
  height: 340px;
  background:
    radial-gradient(circle at 18% 28%, rgba(91, 171, 239, 0.09), transparent 30%),
    radial-gradient(circle at 84% 70%, rgba(31, 121, 197, 0.06), transparent 22%),
    linear-gradient(180deg, rgba(244, 248, 255, 0) 0%, rgba(243, 247, 255, 0.42) 100%);
  pointer-events: none;
}

.demo-request-home .section-heading {
  margin-bottom: 44px;
}

.demo-request-heading {
  padding: 24px 22px 20px;
  border-radius: 24px;
  border: 1px solid rgba(77, 166, 231, 0.24);
  background:
    radial-gradient(circle at 20% 18%, rgba(110, 187, 245, 0.2), transparent 40%),
    linear-gradient(140deg, rgba(255, 255, 255, 0.98) 0%, rgba(244, 249, 255, 0.92) 100%);
  box-shadow: 0 18px 38px rgba(18, 54, 105, 0.09);
}

.demo-request-heading h6 {
  margin-bottom: 10px;
  letter-spacing: 0.12em;
}

.demo-request-heading h4 {
  margin-bottom: 16px;
  text-wrap: balance;
}

.demo-request-heading .line-dec {
  width: 82px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #61b8f3 0%, #2f8ddb 100%);
}

.demo-request-shell {
  position: relative;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  overflow: hidden;
}

.demo-request-shell::before {
  content: none;
}

.demo-request-shell::after {
  content: none;
}

.demo-request-layout {
  align-items: stretch;
  row-gap: 28px;
}

.demo-request-brief,
.demo-request-form-wrap {
  position: relative;
  height: 100%;
  border-radius: 23px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.04);
  background: #ffffff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
}

.demo-request-brief {
  padding: 40px 34px;
  background:
    radial-gradient(circle at top right, rgba(120, 188, 246, 0.16), transparent 31%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.demo-request-brief::before {
  content: none;
}

.demo-request-brief__eyebrow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}

.demo-request-brief__tag,
.demo-request-brief__meta {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.demo-request-brief__tag {
  padding: 0 14px;
  background: rgba(77, 166, 231, 0.12);
  color: #2e8cd5;
}

.demo-request-brief__meta {
  padding: 0 14px;
  border: 1px solid rgba(77, 166, 231, 0.16);
  color: #67819f;
}

.demo-request-brief h3 {
  margin: 0 0 14px;
  color: #1d304a;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}

.demo-request-brief > p {
  margin: 0;
  color: #6f7d8f;
  font-size: 15px;
  line-height: 1.8;
}

.demo-request-proof {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 26px 0 22px;
}

.demo-request-proof__item {
  padding: 18px 18px 16px;
  border-radius: 18px;
  background: #f8fbff;
  border: 1px solid rgba(77, 166, 231, 0.1);
  box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.03);
}

.demo-request-proof__item strong {
  display: block;
  color: #24364d;
  font-size: 17px;
  line-height: 1.3;
}

.demo-request-proof__item span {
  display: block;
  margin-top: 5px;
  color: #718096;
  font-size: 13px;
  line-height: 1.6;
}

.demo-request-steps {
  display: grid;
  gap: 12px;
  margin-bottom: 22px;
}

.demo-request-step {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: start;
  padding: 16px 18px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(77, 166, 231, 0.08);
  box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.03);
}

.demo-request-step > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(77, 166, 231, 0.14);
  color: #0e2447;
  font-size: 13px;
  font-weight: 800;
}

.demo-request-step strong {
  display: block;
  margin-bottom: 4px;
  color: #24364d;
  font-size: 15px;
}

.demo-request-step p {
  margin: 0;
  color: #6d8098;
  font-size: 13px;
  line-height: 1.7;
}

.demo-request-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.demo-request-contact-grid .info-post {
  margin-bottom: 0;
}

.demo-request-contact-grid .icon {
  min-height: 118px;
  padding: 18px 14px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(77, 166, 231, 0.08);
  box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.03);
  text-align: center;
}

.demo-request-contact-grid .icon img {
  max-width: 42px;
  margin: 0 auto 10px;
  opacity: 0.96;
}

.demo-request-contact-grid .icon a {
  display: block;
  margin-top: 8px;
  color: #29405c;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.55;
  word-break: break-word;
}

.demo-request-form-wrap {
  padding: 40px 34px;
  background: #ffffff;
}

.demo-request-form-wrap::before {
  content: none;
}

.demo-request-form-wrap::after {
  content: none;
}

.demo-request-form-panel {
  position: relative;
  z-index: 1;
}

.demo-request-form-header {
  margin-bottom: 18px;
}

.demo-request-form-header__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(77, 166, 231, 0.11);
  color: #2c87d7;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.demo-request-form-header h4 {
  margin: 16px 0 10px;
  color: #15253a;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.18;
}

.demo-request-form-header p {
  margin: 0;
  color: #718094;
  font-size: 15px;
  line-height: 1.8;
}

.demo-request-form-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}

.demo-request-form-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: #f7fbff;
  border: 1px solid rgba(77, 166, 231, 0.14);
  color: #47627e;
  font-size: 13px;
  font-weight: 600;
}

.demo-request-form-panel .row {
  row-gap: 12px;
}

.demo-request-field label {
  display: block;
  margin: 0 0 9px;
  color: #243449;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.demo-request-form-panel input,
.demo-request-form-panel textarea {
  width: 100%;
  border: 1px solid #dbe8f3;
  border-radius: 23px;
  background: #ffffff;
  outline: none;
  font-size: 15px;
  font-weight: 400;
  color: #213146;
  padding: 0 18px;
  margin-top: 0 !important;
  transition: border-color 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease;
}

.demo-request-form-panel input {
  height: 56px;
}

.demo-request-form-panel textarea {
  min-width: 100%;
  max-width: 100%;
  min-height: 166px !important;
  padding: 15px 18px;
  resize: vertical;
}

.demo-request-form-panel input:focus,
.demo-request-form-panel textarea:focus {
  border-color: #7ebef0;
  box-shadow: 0 0 0 4px rgba(77, 166, 231, 0.14);
  background: #ffffff;
}

.demo-request-form-panel input::placeholder,
.demo-request-form-panel textarea::placeholder {
  color: #97a3b4;
}

.demo-request-submit-wrap {
  margin-top: 6px;
}

.demo-request-form-panel button.main-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  border: 0;
  border-radius: 23px;
  background: linear-gradient(135deg, #4da6e7, #3998e6);
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 15px 30px;
  box-shadow: 0 12px 26px rgba(37, 135, 216, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.demo-request-form-panel button.main-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(37, 135, 216, 0.24);
  color: #ffffff;
}

.demo-request-form-panel button.main-button:disabled {
  opacity: 0.72;
  cursor: wait;
  transform: none;
}

.demo-request-note {
  margin: 14px 0 0;
  color: #6b7a8b;
  font-size: 14px;
  line-height: 1.7;
}

.demo-request-note[data-tone="success"] {
  color: #0f8a56;
}

.demo-request-note[data-tone="error"] {
  color: #c33748;
}

.demo-request-note[data-tone="loading"] {
  color: #237cc2;
}

.demo-request-honeypot {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}

footer {
  margin-top: 0;
}

.footer-brand img {
  width: auto;
  max-width: 180px;
  max-height: 44px;
  margin-bottom: 18px;
}

.footer-brand .logo-lockup {
  margin-bottom: 18px;
}

.footer-brand .logo-brand {
  margin-bottom: 18px;
}

.logo-brand--footer {
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.logo-brand--footer .logo-brand__image {
  width: clamp(180px, 26vw, 250px);
  max-width: 100%;
  height: auto;
  max-height: 72px;
  object-fit: contain;
  transform: none;
}

.logo-lockup--footer .logo-lockup__badge {
  background: linear-gradient(135deg, #5eb7ff, #2f8ddb);
  box-shadow: 0 14px 28px rgba(13, 33, 63, 0.26);
}

.logo-lockup--footer .logo-lockup__text strong,
.logo-lockup--footer .logo-lockup__text small {
  color: #ffffff;
}

.footer-brand p {
  color: rgba(255, 255, 255, 0.82);
}

.footer-links h4 {
  margin-bottom: 16px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
}

.footer-links ul li + li {
  margin-top: 10px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
}

.footer-copy {
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 1199px) {
  .hero-agenda-preview__title {
    font-size: 18px;
  }

  .hero-agenda-dual {
    grid-template-columns: 1fr;
  }

  .hero-month-grid {
    grid-auto-rows: 52px;
  }

  .demo-request-brief h3,
  .demo-request-form-header h4 {
    font-size: 32px;
  }

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

@media (max-width: 992px) {
  .main-banner .right-image {
    justify-content: center;
    margin-top: 34px;
  }

  .hero-agenda-preview {
    width: 100%;
  }

  .hero-agenda-image-wrap {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
    transform: none;
  }

  .hero-agenda-bar__top {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-agenda-bar__actions,
  .hero-agenda-bar__controls {
    justify-content: flex-start;
  }

  .hero-agenda-select {
    min-width: 110px;
  }

  .hero-checklist {
    margin-right: 0;
  }

  .hero-micro-stats,
  .demo-request-proof {
    grid-template-columns: 1fr;
  }

  .demo-request-shell {
    padding: 0;
  }

  .demo-request-contact-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .hero-agenda-preview {
    padding: 12px;
    border-radius: 24px;
  }

  .hero-agenda-preview__title {
    font-size: 18px;
  }

  .hero-agenda-bar {
    padding: 2px 2px 12px;
  }

  .hero-month-grid {
    grid-auto-rows: 46px;
  }

  .hero-month-pill {
    font-size: 8px;
    padding: 0 5px;
  }

  .hero-day-panel__timeline {
    --hero-time-col: 50px;
    --hero-row-height: 26px;
  }

  .hero-day-row span {
    left: 8px;
    font-size: 10px;
  }

  .hero-day-appointment {
    left: calc(var(--hero-time-col) + 4px);
    right: 8px;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 8px;
  }

  .hero-day-appointment__time {
    display: none;
  }

  .hero-agenda-select,
  .hero-agenda-button {
    min-width: 0;
    flex: 1 1 110px;
  }

  .pre-header {
    height: auto;
    padding: 12px 0;
  }

  .pre-header ul.info,
  .pre-header ul.quick-links {
    text-align: center;
    justify-content: center;
  }

  .pre-header ul.info li,
  .pre-header ul.quick-links li {
    margin: 6px;
  }

  .logo-lockup {
    gap: 10px;
  }

  .logo-brand__image,
  .background-header .logo-brand__image {
    width: auto;
    max-width: 100%;
    height: 42px;
    max-height: 42px;
    transform: translateY(2px);
  }

  .logo-lockup__badge {
    width: 44px;
    height: 44px;
    border-radius: 15px;
    font-size: 20px;
  }

  .logo-lockup__text strong {
    font-size: 19px;
  }

  .logo-lockup__text small {
    font-size: 10px;
  }

  .hero-actions {
    justify-content: center;
  }

  .hero-micro-stats {
    gap: 10px;
  }

  .demo-request-home {
    padding-top: 54px;
  }

  .demo-request-home .section-heading {
    margin-bottom: 26px;
  }

  .demo-request-heading {
    padding: 18px 14px 14px;
    border-radius: 18px;
  }

  .demo-request-brief,
  .demo-request-form-wrap {
    padding: 24px 20px;
  }

  .demo-request-brief h3,
  .demo-request-form-header h4 {
    font-size: 27px;
  }

  .demo-request-step {
    grid-template-columns: 1fr;
  }

  .demo-request-contact-grid {
    grid-template-columns: 1fr;
  }

  .demo-request-form-badges {
    margin-bottom: 18px;
  }

  .demo-request-form-panel button.main-button {
    width: 100%;
    min-width: 0;
  }

  .demo-request-note {
    text-align: center;
  }
}
