@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  min-height: 100%;
  padding: 0;
}

body {
  background: #f8fafd;
}

button,
textarea {
  appearance: none;
}

button:focus-visible,
a:focus-visible,
textarea:focus-visible,
input:focus-visible {
  outline: 3px solid rgba(0, 138, 219, 0.35);
  outline-offset: 3px;
}

.az-page {
  --az-ink: #132a46;
  --az-blue: #008adb;
  background: #f8fafd;
  color: #132a46;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow: hidden;
}
.az-page *, .az-page *::before, .az-page *::after {
  box-sizing: border-box;
}
.az-page a {
  color: inherit;
  text-decoration: none;
}
.az-page button, .az-page textarea {
  font: inherit;
}

.az-shell {
  margin: 0 auto;
  max-width: 1240px;
  padding-inline: 28px;
  width: 100%;
}

.az-brand {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 10px;
}

.az-brand__mark {
  background: url("anamnesezeit-icon.svg") center/contain no-repeat;
  display: inline-flex;
  height: 46px;
  width: 46px;
}
.az-brand__mark svg {
  display: none;
}

.az-brand__word {
  color: #132a46;
  font-size: 21px;
  font-weight: 760;
  letter-spacing: -0.04em;
}
.az-brand__word span {
  color: #dc3760;
}

.az-header {
  backdrop-filter: blur(18px);
  background: rgba(248, 250, 253, 0.9);
  border-bottom: 1px solid rgba(19, 42, 70, 0.08);
  position: relative;
  z-index: 20;
}

.az-header__inner {
  align-items: center;
  display: flex;
  gap: 34px;
  min-height: 76px;
}

.az-header__nav {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  gap: 30px;
  justify-content: center;
}
.az-header__nav a {
  color: rgba(19, 42, 70, 0.72);
  font-size: 14px;
  font-weight: 650;
}
.az-header__nav a:hover, .az-header__nav a:focus-visible {
  color: #008adb;
}

.az-header__actions {
  align-items: center;
  display: flex;
  gap: 16px;
}

.az-header__preview {
  color: #008adb;
  font-size: 14px;
  font-weight: 760;
}

.az-button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  font-size: 15px;
  font-weight: 720;
  gap: 10px;
  justify-content: center;
  min-height: 54px;
  padding: 14px 22px;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}
.az-button:hover:not(:disabled), .az-button:focus-visible:not(:disabled) {
  transform: translateY(-2px);
}
.az-button:disabled {
  cursor: not-allowed;
  opacity: 0.46;
}

.az-button--small {
  min-height: 42px;
  padding: 9px 17px;
}

.az-button--primary {
  background: #c62951;
  box-shadow: 0 12px 30px rgba(220, 55, 96, 0.23);
  color: #fff !important;
}
.az-button--primary:hover, .az-button--primary:focus-visible {
  box-shadow: 0 16px 34px rgba(220, 55, 96, 0.32);
}

.az-button--dark {
  background: #132a46;
  color: #fff !important;
}

.az-button--light {
  background: #fff;
  color: #132a46 !important;
}

.az-button--ghost {
  border-color: rgba(19, 42, 70, 0.18);
  color: #132a46 !important;
}

.az-button--ghost-light {
  border-color: rgba(255, 255, 255, 0.32);
  color: #fff !important;
}

.az-button--text {
  background: transparent;
  color: rgba(19, 42, 70, 0.68) !important;
}

.az-button--wide {
  width: 100%;
}

.az-preview-notice {
  align-items: center;
  background: rgba(0, 138, 219, 0.1);
  border: 1px solid rgba(0, 138, 219, 0.18);
  border-radius: 999px;
  color: #008adb;
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  gap: 8px;
  padding: 8px 12px;
}

.az-preview-notice__dot {
  background: #008adb;
  border-radius: 50%;
  height: 7px;
  width: 7px;
}

.az-hero {
  background: radial-gradient(circle at 82% 8%, rgba(220, 55, 96, 0.13), transparent 31%), radial-gradient(circle at 10% 88%, rgba(0, 138, 219, 0.12), transparent 32%), linear-gradient(145deg, #f8fafd 0%, #f4f7fb 100%);
  min-height: 730px;
  overflow: hidden;
  position: relative;
}

.az-hero__glow {
  border: 1px solid rgba(0, 138, 219, 0.12);
  border-radius: 50%;
  position: absolute;
}

.az-hero__glow--one {
  height: 560px;
  right: -160px;
  top: -180px;
  width: 560px;
}

.az-hero__glow--two {
  bottom: -340px;
  height: 720px;
  left: -280px;
  width: 720px;
}

.az-hero__grid {
  align-items: center;
  display: grid;
  gap: 80px;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
  min-height: 720px;
  padding-block: 76px;
  position: relative;
  z-index: 1;
}

.az-hero__copy {
  max-width: 700px;
}
.az-hero__copy h1 {
  font-size: clamp(48px, 5.8vw, 82px);
  font-weight: 760;
  letter-spacing: -0.066em;
  line-height: 0.98;
  margin: 26px 0 28px;
}
.az-hero__copy h1 span {
  color: #008adb;
}

.az-hero__lead {
  color: rgba(19, 42, 70, 0.75);
  font-size: 19px;
  line-height: 1.72;
  max-width: 650px;
}

.az-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.az-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 28px;
}
.az-hero__trust span {
  align-items: center;
  color: rgba(19, 42, 70, 0.62);
  display: inline-flex;
  font-size: 12px;
  font-weight: 650;
  gap: 7px;
}
.az-hero__trust i {
  color: #008adb;
}

.az-ai-disclosure {
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(19, 42, 70, 0.12);
  border-radius: 14px;
  color: rgba(19, 42, 70, 0.7);
  display: flex;
  font-size: 12px;
  gap: 10px;
  line-height: 1.5;
  margin: 20px 0 0;
  max-width: 650px;
  padding: 13px 15px;
}
.az-ai-disclosure i {
  color: #008adb;
  margin-top: 2px;
}
.az-ai-disclosure strong {
  color: #132a46;
}

.az-hero__visual {
  min-height: 570px;
  position: relative;
}

.az-phone {
  background: linear-gradient(160deg, #008adb 0%, #075886 100%);
  border: 9px solid #d8eefb;
  border-radius: 46px;
  box-shadow: 0 46px 90px rgba(7, 29, 53, 0.25);
  color: #fff;
  height: 610px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(2deg);
  width: 318px;
}

.az-phone__top {
  align-items: center;
  display: flex;
  font-size: 10px;
  justify-content: space-between;
  padding: 13px 21px 8px;
}

.az-phone__island {
  background: rgba(7, 29, 36, 0.74);
  border-radius: 999px;
  height: 22px;
  width: 82px;
}

.az-phone__content {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 38px 25px 24px;
  text-align: center;
}
.az-phone__content .az-kicker {
  color: #ffd4df;
}
.az-phone__content h2 {
  font-size: 28px;
  letter-spacing: -0.04em;
  margin: 10px 0 12px;
}
.az-phone__content > p {
  color: rgba(255, 255, 255, 0.64);
  font-size: 12px;
  line-height: 1.55;
  max-width: 235px;
}

.az-wave, .az-recorder__wave {
  align-items: center;
  display: flex;
  gap: 5px;
  height: 48px;
  justify-content: center;
  margin: 18px 0;
}
.az-wave span, .az-recorder__wave span {
  animation: az-wave 1.2s ease-in-out infinite alternate;
  background: #008adb;
  border-radius: 99px;
  height: 12px;
  width: 3px;
}
.az-wave span:nth-child(1), .az-recorder__wave span:nth-child(1) {
  animation-delay: 0.12s;
  height: 16px;
}
.az-wave span:nth-child(2), .az-recorder__wave span:nth-child(2) {
  animation-delay: 0.24s;
  height: 22px;
}
.az-wave span:nth-child(3), .az-recorder__wave span:nth-child(3) {
  animation-delay: 0.36s;
  height: 28px;
}
.az-wave span:nth-child(4), .az-recorder__wave span:nth-child(4) {
  animation-delay: 0.48s;
  height: 34px;
}
.az-wave span:nth-child(5), .az-recorder__wave span:nth-child(5) {
  animation-delay: 0s;
  height: 10px;
}
.az-wave span:nth-child(6), .az-recorder__wave span:nth-child(6) {
  animation-delay: 0.12s;
  height: 16px;
}
.az-wave span:nth-child(7), .az-recorder__wave span:nth-child(7) {
  animation-delay: 0.24s;
  height: 22px;
}
.az-wave span:nth-child(8), .az-recorder__wave span:nth-child(8) {
  animation-delay: 0.36s;
  height: 28px;
}
.az-wave span:nth-child(9), .az-recorder__wave span:nth-child(9) {
  animation-delay: 0.48s;
  height: 34px;
}
.az-wave span:nth-child(10), .az-recorder__wave span:nth-child(10) {
  animation-delay: 0s;
  height: 10px;
}
.az-wave span:nth-child(11), .az-recorder__wave span:nth-child(11) {
  animation-delay: 0.12s;
  height: 16px;
}
.az-wave span:nth-child(12), .az-recorder__wave span:nth-child(12) {
  animation-delay: 0.24s;
  height: 22px;
}
.az-wave span:nth-child(13), .az-recorder__wave span:nth-child(13) {
  animation-delay: 0.36s;
  height: 28px;
}

@keyframes az-wave {
  to {
    transform: scaleY(0.45);
  }
}
.az-record-orb {
  align-items: center;
  background: #dc3760;
  border-radius: 50%;
  box-shadow: 0 0 0 13px rgba(220, 55, 96, 0.12);
  display: flex;
  font-size: 25px;
  height: 86px;
  justify-content: center;
  margin: 8px 0 17px;
  position: relative;
  width: 86px;
}

.az-record-orb__pulse {
  animation: az-pulse 2.4s ease-out infinite;
  border: 1px solid rgba(220, 55, 96, 0.55);
  border-radius: 50%;
  inset: -14px;
  position: absolute;
}

@keyframes az-pulse {
  70%, 100% {
    opacity: 0;
    transform: scale(1.35);
  }
}
.az-phone__time {
  font-size: 22px;
  letter-spacing: 0.06em;
}

.az-phone__status {
  color: rgba(255, 255, 255, 0.48);
  font-size: 9px;
  margin-top: 6px;
}

.az-phone__cards {
  display: grid;
  gap: 8px;
  margin-top: 26px;
  width: 100%;
}
.az-phone__cards span {
  align-items: center;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 13px;
  color: rgba(255, 255, 255, 0.76);
  display: flex;
  font-size: 10px;
  gap: 10px;
  padding: 12px 14px;
  text-align: left;
}

.az-float-card {
  align-items: center;
  backdrop-filter: blur(16px);
  background: rgba(255, 255, 255, 0.87);
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(19, 42, 70, 0.16);
  display: flex;
  font-size: 12px;
  gap: 12px;
  padding: 14px 16px;
  position: absolute;
}
.az-float-card i {
  align-items: center;
  background: #d8eefb;
  border-radius: 12px;
  color: #008adb;
  display: flex;
  font-size: 17px;
  height: 38px;
  justify-content: center;
  width: 38px;
}
.az-float-card span {
  display: grid;
}

.az-float-card--summary {
  left: -12px;
  top: 100px;
}

.az-float-card--private {
  bottom: 95px;
  right: -8px;
}

.az-proof-strip {
  background: #fff;
  border-block: 1px solid rgba(19, 42, 70, 0.12);
}

.az-proof-strip__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.az-proof-strip__grid > div {
  display: grid;
  gap: 5px;
  padding: 28px 32px;
}
.az-proof-strip__grid > div + div {
  border-left: 1px solid rgba(19, 42, 70, 0.12);
}
.az-proof-strip__grid strong {
  font-size: 15px;
}
.az-proof-strip__grid span {
  color: rgba(19, 42, 70, 0.58);
  font-size: 12px;
}

.az-language-proof {
  background: #fff;
  border-bottom: 1px solid rgba(19, 42, 70, 0.12);
  padding-block: 42px;
}

.az-language-proof__inner {
  align-items: center;
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(0, 1.15fr) minmax(380px, 0.85fr);
}

.az-language-proof__copy {
  align-items: flex-start;
  display: grid;
  gap: 18px;
  grid-template-columns: 58px minmax(0, 1fr);
}
.az-language-proof__copy h2 {
  font-size: clamp(25px, 2.6vw, 36px);
  letter-spacing: -0.045em;
  line-height: 1.12;
  margin: 5px 0 10px;
}
.az-language-proof__copy p {
  color: rgba(19, 42, 70, 0.66);
  font-size: 14px;
  line-height: 1.65;
  margin: 0;
  max-width: 720px;
}

.az-language-proof__icon {
  align-items: center;
  background: linear-gradient(145deg, #d8eefb, #fcecf1);
  border: 1px solid rgba(0, 138, 219, 0.16);
  border-radius: 18px;
  color: #008adb;
  display: flex;
  font-size: 25px;
  height: 58px;
  justify-content: center;
  width: 58px;
}

.az-language-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
.az-language-list span {
  background: #f8fafd;
  border: 1px solid rgba(0, 138, 219, 0.16);
  border-radius: 999px;
  color: #132a46;
  font-size: 12px;
  font-weight: 720;
  padding: 9px 13px;
}
.az-language-list span:nth-child(3n+2) {
  background: #fcecf1;
  border-color: rgba(220, 55, 96, 0.17);
}

.az-section {
  padding-block: 110px;
}

.az-section--light {
  background: #f8fafd;
}

.az-section-heading {
  margin-bottom: 58px;
  max-width: 780px;
}
.az-section-heading h2 {
  font-size: clamp(38px, 4.3vw, 58px);
  letter-spacing: -0.055em;
  line-height: 1.06;
  margin: 13px 0 20px;
}
.az-section-heading p {
  color: rgba(19, 42, 70, 0.68);
  font-size: 18px;
  line-height: 1.7;
}

.az-section-heading--center {
  margin-inline: auto;
  text-align: center;
}

.az-kicker {
  color: #008adb;
  font-size: 11px;
  font-weight: 820;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.az-steps {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, 1fr);
}

.az-step {
  background: #fff;
  border: 1px solid rgba(19, 42, 70, 0.12);
  border-radius: 24px;
  min-height: 310px;
  padding: 24px;
  position: relative;
}
.az-step h3 {
  font-size: 20px;
  letter-spacing: -0.03em;
  margin: 40px 0 10px;
}
.az-step p {
  color: rgba(19, 42, 70, 0.62);
  font-size: 14px;
  line-height: 1.62;
}

.az-step__number {
  color: rgba(19, 42, 70, 0.28);
  font-size: 11px;
  font-weight: 800;
  position: absolute;
  right: 22px;
  top: 20px;
}

.az-step__icon {
  align-items: center;
  background: #d8eefb;
  border-radius: 18px;
  color: #008adb;
  display: flex;
  font-size: 24px;
  height: 60px;
  justify-content: center;
  width: 60px;
}

.az-section--ink {
  background: linear-gradient(135deg, #e9f5fc 0%, #f9fbfd 55%, #fcecf1 100%);
  color: #132a46;
}

.az-clinician-grid {
  align-items: center;
  display: grid;
  gap: 80px;
  grid-template-columns: minmax(0, 0.85fr) minmax(520px, 1.15fr);
}

.az-clinician-copy .az-kicker {
  color: #008adb;
}
.az-clinician-copy h2 {
  font-size: clamp(38px, 4.6vw, 58px);
  letter-spacing: -0.055em;
  line-height: 1.05;
  margin: 15px 0 24px;
}
.az-clinician-copy > p {
  color: rgba(19, 42, 70, 0.68);
  font-size: 17px;
  line-height: 1.72;
}

.az-check-list {
  display: grid;
  gap: 15px;
  list-style: none;
  margin: 30px 0 34px;
  padding: 0;
}
.az-check-list li {
  align-items: flex-start;
  color: rgba(19, 42, 70, 0.82);
  display: flex;
  font-size: 14px;
  gap: 12px;
}
.az-check-list i {
  align-items: center;
  background: rgba(0, 138, 219, 0.13);
  border-radius: 50%;
  color: #008adb;
  display: flex;
  flex: 0 0 auto;
  height: 21px;
  justify-content: center;
  width: 21px;
}

.az-summary-card {
  background: #fff;
  border-radius: 28px;
  border: 1px solid rgba(0, 138, 219, 0.14);
  box-shadow: 0 28px 70px rgba(19, 42, 70, 0.13);
  color: #132a46;
  padding: 28px;
}

.az-summary-card__header {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}
.az-summary-card__header h3 {
  font-size: 23px;
  letter-spacing: -0.035em;
  margin: 5px 0 0;
}

.az-status {
  align-items: center;
  background: #d8eefb;
  border-radius: 999px;
  color: #008adb;
  display: inline-flex;
  font-size: 10px;
  font-weight: 760;
  gap: 6px;
  padding: 8px 10px;
  white-space: nowrap;
}

.az-summary-card__metrics {
  background: #f4f7fb;
  border-radius: 17px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 24px 0;
  padding: 16px;
}
.az-summary-card__metrics div {
  display: grid;
  gap: 2px;
  text-align: center;
}
.az-summary-card__metrics div + div {
  border-left: 1px solid rgba(19, 42, 70, 0.12);
}
.az-summary-card__metrics strong {
  font-size: 17px;
}
.az-summary-card__metrics span {
  color: rgba(19, 42, 70, 0.5);
  font-size: 9px;
  text-transform: uppercase;
}

.az-summary-row {
  align-items: flex-start;
  border-top: 1px solid rgba(19, 42, 70, 0.12);
  display: grid;
  gap: 13px;
  grid-template-columns: 30px 1fr auto;
  padding: 18px 4px;
}
.az-summary-row > i {
  align-items: center;
  background: #d8eefb;
  border-radius: 9px;
  color: #008adb;
  display: flex;
  height: 30px;
  justify-content: center;
  width: 30px;
}
.az-summary-row p {
  color: rgba(19, 42, 70, 0.62);
  font-size: 12px;
  margin: 4px 0 0;
}
.az-summary-row > span {
  color: rgba(19, 42, 70, 0.42);
  font-size: 10px;
}

.az-summary-row--open {
  background: #fff8ed;
  border-radius: 13px;
  border-top: 0;
  margin-top: 4px;
  padding-inline: 10px;
}
.az-summary-row--open > i {
  background: #ffe9c9;
  color: #c16c00;
}

.az-section--security {
  background: #edf6fc;
}

.az-security-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}
.az-security-grid article {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(0, 138, 219, 0.13);
  border-radius: 24px;
  padding: 30px;
}
.az-security-grid h3 {
  font-size: 20px;
  letter-spacing: -0.03em;
  margin: 24px 0 10px;
}
.az-security-grid p {
  color: rgba(19, 42, 70, 0.62);
  font-size: 14px;
  line-height: 1.65;
}

.az-security-facts {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(0, 138, 219, 0.18);
  border-left: 5px solid #008adb;
  border-radius: 18px;
  display: grid;
  gap: 7px 18px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  margin-top: 20px;
  padding: 20px 22px;
}
.az-security-facts strong {
  color: #132a46;
  font-size: 14px;
}
.az-security-facts span {
  color: rgba(19, 42, 70, 0.68);
  font-size: 13px;
  line-height: 1.6;
}
.az-security-facts a {
  color: #008adb;
  font-size: 12px;
  font-weight: 760;
  white-space: nowrap;
}

.az-security-icon {
  align-items: center;
  background: #d8eefb;
  border-radius: 16px;
  color: #008adb;
  display: flex;
  font-size: 23px;
  height: 56px;
  justify-content: center;
  width: 56px;
}

.az-section--audiences {
  background: #f8fafd;
}

.az-audience-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: 1fr 1fr;
}

.az-audience-card {
  border: 1px solid rgba(19, 42, 70, 0.12);
  border-radius: 28px;
  overflow: hidden;
  padding: 42px;
  position: relative;
}
.az-audience-card::after {
  border: 1px solid currentColor;
  border-radius: 50%;
  content: "";
  height: 260px;
  opacity: 0.08;
  position: absolute;
  right: -110px;
  top: -120px;
  width: 260px;
}
.az-audience-card h3 {
  font-size: 30px;
  letter-spacing: -0.045em;
  margin: 20px 0 14px;
}
.az-audience-card > p {
  font-size: 15px;
  line-height: 1.7;
  max-width: 520px;
}
.az-audience-card ul {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
}
.az-audience-card li::before {
  color: #008adb;
  content: "✓";
  font-weight: 800;
  margin-right: 10px;
}

.az-audience-card--practice {
  background: #fff;
}

.az-audience-card--patient {
  background: linear-gradient(145deg, #e8f5fc, #fdf2f5);
  border-color: rgba(0, 138, 219, 0.2);
  color: #132a46;
}

.az-audience-card__label {
  background: #d8eefb;
  border-radius: 999px;
  color: #008adb;
  display: inline-block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  padding: 8px 11px;
  text-transform: uppercase;
}

.az-section--pricing {
  background: linear-gradient(135deg, #f4f9fd, #fff 50%, #fdf0f4);
}

.az-price-teaser {
  align-items: center;
  display: grid;
  gap: 80px;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.65fr);
}

.az-price-teaser__copy h2 {
  font-size: clamp(38px, 4.6vw, 58px);
  letter-spacing: -0.055em;
  line-height: 1.06;
  margin: 13px 0 20px;
}
.az-price-teaser__copy p {
  color: rgba(19, 42, 70, 0.68);
  font-size: 18px;
  line-height: 1.65;
  margin: 0 0 28px;
}

.az-price-card {
  background: #fff;
  border: 1px solid rgba(0, 138, 219, 0.18);
  border-radius: 28px;
  box-shadow: 0 24px 65px rgba(19, 42, 70, 0.11);
  overflow: hidden;
  padding: 34px;
  position: relative;
}
.az-price-card::before {
  background: linear-gradient(90deg, #008adb, #dc3760);
  content: "";
  height: 6px;
  inset: 0 0 auto;
  position: absolute;
}
.az-price-card ul {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
}
.az-price-card li {
  color: rgba(19, 42, 70, 0.78);
  font-size: 14px;
  line-height: 1.45;
}
.az-price-card li::before {
  color: #008adb;
  content: "✓";
  font-weight: 850;
  margin-right: 10px;
}

.az-price-card__eyebrow {
  color: #008adb;
  font-size: 11px;
  font-weight: 820;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.az-price-card__amount {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 16px;
}

.az-price-card__amount strong {
  color: #132a46;
  font-size: clamp(42px, 5vw, 62px);
  letter-spacing: -0.06em;
}

.az-price-card__amount span {
  color: rgba(19, 42, 70, 0.55);
  font-size: 13px;
}

.az-pricing-main {
  padding: 80px 0 100px;
}

.az-pricing-hero {
  margin: 0 auto 45px;
  max-width: 820px;
  text-align: center;
}

.az-pricing-hero h1 {
  font-size: clamp(46px, 6vw, 72px);
  letter-spacing: -0.06em;
  line-height: 1;
  margin: 12px 0 20px;
}

.az-pricing-hero p {
  color: rgba(19, 42, 70, 0.67);
  font-size: 19px;
  line-height: 1.65;
  margin: 0 auto;
  max-width: 680px;
}

.az-pricing-card-wrap {
  margin: 0 auto;
  max-width: 760px;
}

.az-price-card--full {
  padding: 42px;
}

.az-price-card--full .az-price-card__amount {
  justify-content: center;
  text-align: center;
}

.az-price-card__subline {
  color: rgba(19, 42, 70, 0.56);
  font-size: 13px;
  margin: 6px 0 0;
  text-align: center;
}

.az-price-features {
  border-block: 1px solid rgba(19, 42, 70, 0.12);
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr 1fr;
  margin: 34px 0;
  padding: 30px 0;
}

.az-price-feature {
  align-items: flex-start;
  display: grid;
  gap: 3px 12px;
  grid-template-columns: 30px minmax(0, 1fr);
}

.az-price-feature i {
  align-items: center;
  background: #d8eefb;
  border-radius: 9px;
  color: #008adb;
  display: flex;
  grid-row: 1/3;
  height: 30px;
  justify-content: center;
  width: 30px;
}

.az-price-feature strong {
  font-size: 14px;
}

.az-price-feature span {
  color: rgba(19, 42, 70, 0.58);
  font-size: 12px;
  line-height: 1.5;
}

.az-price-actions {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.az-price-actions small {
  color: rgba(19, 42, 70, 0.52);
  font-size: 11px;
  text-align: center;
}

.az-pricing-note {
  background: #edf6fc;
  border: 1px solid rgba(0, 138, 219, 0.15);
  border-radius: 18px;
  color: rgba(19, 42, 70, 0.7);
  font-size: 13px;
  line-height: 1.65;
  margin: 22px auto 0;
  max-width: 760px;
  padding: 20px 24px;
}

.az-cta {
  background: linear-gradient(120deg, #dceffc, #fce9ee);
  border-block: 1px solid rgba(0, 138, 219, 0.12);
  color: #132a46;
  padding-block: 76px;
}

.az-cta__inner {
  align-items: center;
  display: flex;
  gap: 60px;
  justify-content: space-between;
}
.az-cta__inner .az-kicker {
  color: #008adb;
}
.az-cta__inner h2 {
  font-size: clamp(34px, 4vw, 50px);
  letter-spacing: -0.05em;
  margin: 10px 0;
}
.az-cta__inner p {
  color: rgba(19, 42, 70, 0.65);
  margin: 0;
}

.az-cta__actions {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  gap: 12px;
}

.az-footer {
  background: #edf5fb;
  border-top: 1px solid rgba(19, 42, 70, 0.1);
  color: #132a46;
  padding-block: 48px;
}
.az-footer .az-brand__word {
  color: #132a46;
}

.az-footer__inner {
  align-items: flex-end;
  display: flex;
  gap: 40px;
  justify-content: space-between;
}
.az-footer__inner p {
  color: rgba(19, 42, 70, 0.58);
  font-size: 12px;
  margin: 14px 0 0;
}

.az-footer__links {
  align-items: flex-end;
  color: rgba(19, 42, 70, 0.62);
  display: flex;
  flex-wrap: wrap;
  font-size: 11px;
  gap: 18px;
}
.az-footer__links a:hover, .az-footer__links a:focus-visible, .az-footer__links a[aria-current=page] {
  color: #008adb;
}

.az-section--faq {
  background: #f4f7fb;
}

.az-faq-layout {
  align-items: start;
  display: grid;
  gap: 80px;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
}

.az-faq-layout .az-section-heading {
  margin: 0;
  position: sticky;
  top: 110px;
}

.az-faq-layout .az-section-heading .az-button {
  margin-top: 10px;
}

.az-faq-list {
  display: grid;
  gap: 12px;
}

.az-faq-list details {
  background: #fff;
  border: 1px solid rgba(19, 42, 70, 0.12);
  border-radius: 16px;
  overflow: hidden;
}

.az-faq-list summary {
  cursor: pointer;
  font-size: 17px;
  font-weight: 760;
  list-style: none;
  padding: 21px 56px 21px 22px;
  position: relative;
}

.az-faq-list summary::-webkit-details-marker {
  display: none;
}

.az-faq-list summary::after {
  color: #008adb;
  content: "+";
  font-size: 25px;
  font-weight: 400;
  position: absolute;
  right: 22px;
  top: 14px;
}

.az-faq-list details[open] summary::after {
  content: "–";
}

.az-faq-list p {
  border-top: 1px solid rgba(19, 42, 70, 0.12);
  color: rgba(19, 42, 70, 0.68);
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
  padding: 18px 22px 22px;
}

.az-legal-page {
  min-height: 100vh;
}

.az-legal-main {
  min-height: calc(100vh - 238px);
  padding: 74px 0 90px;
}

.az-legal-shell {
  max-width: 980px;
}

.az-legal-head {
  margin-bottom: 42px;
  max-width: 780px;
}

.az-legal-head h1 {
  font-size: clamp(44px, 6vw, 68px);
  letter-spacing: -0.055em;
  line-height: 1;
  margin: 10px 0 17px;
}

.az-legal-head > p {
  color: rgba(19, 42, 70, 0.66);
  font-size: 18px;
  line-height: 1.6;
}

.az-legal-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1fr;
}

.az-legal-grid section, .az-legal-content section {
  background: #fff;
  border: 1px solid rgba(19, 42, 70, 0.12);
  border-radius: 18px;
  padding: 25px 27px;
}

.az-legal-grid h2, .az-legal-content h2 {
  font-size: 19px;
  letter-spacing: -0.025em;
  margin: 0 0 11px;
}

.az-legal-grid p, .az-legal-content p {
  color: rgba(19, 42, 70, 0.7);
  font-size: 14px;
  line-height: 1.75;
  margin: 0;
}

.az-legal-grid a, .az-legal-content a {
  color: #008adb;
  font-weight: 700;
}

.az-legal-note {
  background: #fff8df;
  border-radius: 14px;
  color: #725c20;
  font-size: 13px;
  line-height: 1.55;
  margin: 18px 0 0;
  padding: 16px 18px;
}

.az-legal-content {
  display: grid;
  gap: 14px;
}

.az-legal-content section p + p {
  margin-top: 10px;
}

.az-legal-content code {
  background: #edf5fb;
  border-radius: 5px;
  color: #132a46;
  padding: 2px 5px;
}

.az-privacy-summary {
  display: grid;
  gap: 13px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 20px;
}

.az-privacy-summary article {
  align-items: center;
  background: linear-gradient(145deg, #eaf5fc, #fff);
  border: 1px solid rgba(0, 138, 219, 0.16);
  border-radius: 16px;
  display: grid;
  gap: 3px;
  grid-template-columns: 40px minmax(0, 1fr);
  padding: 18px;
}

.az-privacy-summary i {
  align-items: center;
  background: #fff;
  border-radius: 11px;
  color: #008adb;
  display: flex;
  grid-row: 1/3;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.az-privacy-summary strong {
  font-size: 14px;
}

.az-privacy-summary span {
  color: rgba(19, 42, 70, 0.58);
  font-size: 11px;
}

.az-contact-layout {
  max-width: 980px;
}

.az-contact-cards {
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr 1fr 1fr;
}

.az-contact-card {
  align-items: flex-start;
  background: #fff;
  border: 1px solid rgba(19, 42, 70, 0.12);
  border-radius: 18px;
  display: flex;
  gap: 15px;
  min-height: 155px;
  padding: 24px;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

a.az-contact-card:hover, a.az-contact-card:focus-visible {
  box-shadow: 0 16px 38px rgba(19, 42, 70, 0.09);
  transform: translateY(-2px);
}

.az-contact-card > i {
  align-items: center;
  background: #d8eefb;
  border-radius: 12px;
  color: #008adb;
  display: flex;
  flex: 0 0 auto;
  height: 43px;
  justify-content: center;
  width: 43px;
}

.az-contact-card span {
  display: grid;
  gap: 6px;
}

.az-contact-card small {
  color: #008adb;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.az-contact-card strong {
  font-size: 17px;
}

.az-contact-card em {
  color: rgba(19, 42, 70, 0.58);
  font-size: 12px;
  font-style: normal;
  line-height: 1.5;
}

.az-contact-hint {
  background: #fff8df;
  border-radius: 17px;
  margin-top: 18px;
  padding: 23px 26px;
}

.az-contact-hint h2 {
  font-size: 18px;
  margin: 0 0 8px;
}

.az-contact-hint p {
  color: #715f25;
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
}

.az-demo, .az-practice {
  background: #f4f7fb;
  min-height: 100vh;
}

.az-demo-header {
  background: #fff;
  border-bottom: 1px solid rgba(19, 42, 70, 0.12);
}

.az-demo-header__inner {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  min-height: 78px;
}

.az-icon-link {
  align-items: center;
  border: 1px solid rgba(19, 42, 70, 0.12);
  border-radius: 50%;
  display: flex;
  flex: 0 0 auto;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.az-demo-main {
  min-height: calc(100vh - 78px);
  padding: 42px 18px 80px;
}

.az-demo-shell {
  margin: 0 auto;
  max-width: 920px;
}

.az-progress {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 auto 34px;
  max-width: 680px;
}
.az-progress span {
  align-items: center;
  color: rgba(19, 42, 70, 0.42);
  display: flex;
  flex-direction: column;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  gap: 7px;
  position: relative;
}
.az-progress span::before {
  background: #d9e1df;
  content: "";
  height: 2px;
  left: -50%;
  position: absolute;
  top: 16px;
  width: 100%;
  z-index: 0;
}
.az-progress span:first-child::before {
  display: none;
}
.az-progress b {
  align-items: center;
  background: #d9e1df;
  border-radius: 50%;
  display: flex;
  font-size: 11px;
  height: 34px;
  justify-content: center;
  position: relative;
  width: 34px;
  z-index: 1;
}
.az-progress em {
  font-style: normal;
}
.az-progress .is-active, .az-progress .is-complete {
  color: #008adb;
}
.az-progress .is-active b, .az-progress .is-complete b {
  background: #008adb;
  color: #fff;
}
.az-progress .is-complete::before, .az-progress .is-active::before {
  background: #008adb;
}

.az-demo-panel {
  display: none;
}
.az-demo-panel.is-active {
  display: block;
}

.az-demo-panel__intro {
  margin: 0 auto 30px;
  max-width: 710px;
  text-align: center;
}
.az-demo-panel__intro h1 {
  font-size: clamp(34px, 5vw, 50px);
  letter-spacing: -0.055em;
  line-height: 1.08;
  margin: 12px 0 16px;
}
.az-demo-panel__intro p {
  color: rgba(19, 42, 70, 0.65);
  font-size: 16px;
  line-height: 1.65;
}

.az-demo-consent {
  display: grid;
  gap: 15px;
  margin: 0 auto;
  max-width: 720px;
}

.az-demo-consent__practice {
  align-items: center;
  background: linear-gradient(125deg, #e9f5fc, #fff1f5);
  border: 1px solid rgba(0, 138, 219, 0.18);
  border-radius: 22px;
  display: flex;
  gap: 16px;
  padding: 20px;
}
.az-demo-consent__practice > span {
  align-items: center;
  background: #fff;
  border-radius: 16px;
  color: #008adb;
  display: flex;
  flex: 0 0 auto;
  font-size: 24px;
  height: 58px;
  justify-content: center;
  width: 58px;
}
.az-demo-consent__practice > div {
  display: grid;
  gap: 3px;
}
.az-demo-consent__practice small {
  color: rgba(19, 42, 70, 0.58);
  font-size: 11px;
}
.az-demo-consent__practice strong {
  font-size: 18px;
}
.az-demo-consent__practice em {
  color: #dc3760;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
}

.az-demo-language {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(19, 42, 70, 0.12);
  border-radius: 18px;
  display: grid;
  gap: 12px;
  grid-template-columns: 32px minmax(0, 1fr) minmax(150px, 210px);
  padding: 14px 16px;
}
.az-demo-language > i {
  color: #008adb;
  font-size: 19px;
  text-align: center;
}
.az-demo-language > span {
  font-size: 12px;
  font-weight: 700;
}
.az-demo-language select {
  background: #f7f9fc;
  border: 1px solid rgba(19, 42, 70, 0.12);
  border-radius: 11px;
  color: #132a46;
  min-height: 42px;
  padding: 8px 11px;
  width: 100%;
}

.az-demo-facts {
  display: grid;
  gap: 11px;
  grid-template-columns: repeat(3, 1fr);
}
.az-demo-facts article {
  align-items: flex-start;
  background: #fff;
  border: 1px solid rgba(19, 42, 70, 0.12);
  border-radius: 18px;
  display: flex;
  gap: 11px;
  padding: 16px;
}
.az-demo-facts i {
  color: #008adb;
  font-size: 17px;
  margin-top: 2px;
}
.az-demo-facts div {
  display: grid;
  gap: 5px;
}
.az-demo-facts strong {
  font-size: 12px;
}
.az-demo-facts span {
  color: rgba(19, 42, 70, 0.6);
  font-size: 10px;
  line-height: 1.45;
}

.az-recorder {
  background: #fff;
  border: 1px solid rgba(19, 42, 70, 0.12);
  border-radius: 30px;
  box-shadow: 0 22px 50px rgba(19, 42, 70, 0.08);
  margin: 0 auto;
  max-width: 670px;
  overflow: hidden;
}

.az-recording-sequence-demo {
  align-items: center;
  background: linear-gradient(90deg, #d8eefb, #fcecf1);
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding: 14px 20px;
}
.az-recording-sequence-demo strong {
  font-size: 12px;
}
.az-recording-sequence-demo span {
  color: rgba(19, 42, 70, 0.62);
  font-size: 10px;
}

.az-recorder__visual {
  align-items: center;
  display: flex;
  flex-direction: column;
  min-height: 390px;
  padding: 45px 30px 30px;
}

.az-recorder__wave {
  margin-bottom: 28px;
}
.az-recorder__wave span {
  animation-play-state: paused;
}

.az-recorder[data-az-recorder=recording] .az-recorder__wave span {
  animation-play-state: running;
}

.az-recorder__button {
  align-items: center;
  background: #dc3760;
  border: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 15px rgba(220, 55, 96, 0.11);
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 23px;
  gap: 8px;
  height: 126px;
  justify-content: center;
  width: 126px;
}
.az-recorder__button span {
  font-size: 11px;
  font-weight: 700;
  max-width: 80px;
}

.az-recorder__timer {
  font-size: 21px;
  letter-spacing: 0.06em;
  margin-top: 28px;
}

.az-recorder__visual > p {
  color: rgba(19, 42, 70, 0.5);
  font-size: 11px;
  margin: 6px 0 0;
}

.az-recorder__privacy {
  align-items: center;
  background: #edf6fc;
  color: #176a98;
  display: flex;
  font-size: 11px;
  gap: 11px;
  justify-content: center;
  padding: 15px 20px;
}

.az-demo-actions {
  align-items: center;
  display: flex;
  gap: 14px;
  justify-content: space-between;
  margin: 30px auto 0;
  max-width: 670px;
}

.az-contribution-list {
  display: grid;
  gap: 11px;
}
.az-contribution-list article {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(19, 42, 70, 0.12);
  border-radius: 18px;
  display: grid;
  gap: 14px;
  grid-template-columns: 48px 1fr 42px;
  padding: 14px;
}
.az-contribution-list article > div {
  display: grid;
  gap: 3px;
}
.az-contribution-list article span {
  color: rgba(19, 42, 70, 0.52);
  font-size: 11px;
}
.az-contribution-list article button {
  background: transparent;
  border: 1px solid rgba(19, 42, 70, 0.12);
  border-radius: 50%;
  height: 38px;
  width: 38px;
}

.az-contribution-list__icon {
  align-items: center;
  background: #d8eefb;
  border-radius: 13px;
  color: #008adb !important;
  display: flex;
  font-size: 18px !important;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.az-contribution-list__icon--photo {
  background: #f9dce4;
  color: #dc3760 !important;
}

.az-add-grid {
  display: grid;
  gap: 11px;
  grid-template-columns: repeat(3, 1fr);
  margin: 18px 0 26px;
}
.az-add-grid button {
  background: transparent;
  border: 1px dashed rgba(19, 42, 70, 0.25);
  border-radius: 18px;
  color: #132a46;
  display: grid;
  gap: 6px;
  justify-items: center;
  min-height: 138px;
  padding: 18px 12px;
  text-align: center;
}
.az-add-grid i {
  color: #008adb;
  font-size: 22px;
}
.az-add-grid strong {
  font-size: 13px;
}
.az-add-grid span {
  color: rgba(19, 42, 70, 0.52);
  font-size: 10px;
}

.az-add-grid--single {
  grid-template-columns: 1fr;
}
.az-add-grid--single button {
  align-items: center;
  grid-template-columns: 42px minmax(0, 1fr);
  justify-items: start;
  min-height: auto;
  padding: 15px 18px;
  text-align: left;
}
.az-add-grid--single i {
  grid-row: 1/3;
}
.az-add-grid--single span {
  grid-column: 2;
}

.az-demo-processing {
  min-height: 168px;
}

.az-demo-processing__waiting {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(19, 42, 70, 0.12);
  border-radius: 24px;
  display: flex;
  gap: 18px;
  min-height: 168px;
  padding: 25px;
}
.az-demo-processing__waiting div {
  display: grid;
  gap: 7px;
}
.az-demo-processing__waiting strong {
  font-size: 17px;
}
.az-demo-processing__waiting p {
  color: rgba(19, 42, 70, 0.62);
  font-size: 12px;
  line-height: 1.55;
  margin: 0;
}

.az-demo-spinner {
  animation: az-demo-spin 0.9s linear infinite;
  border: 4px solid rgba(0, 138, 219, 0.14);
  border-radius: 50%;
  border-top-color: #dc3760;
  flex: 0 0 auto;
  height: 42px;
  width: 42px;
}

@keyframes az-demo-spin {
  to {
    transform: rotate(360deg);
  }
}
.az-ai-disclosure--demo {
  margin-top: 18px;
}

.az-question-card {
  background: #fff;
  border: 1px solid rgba(19, 42, 70, 0.12);
  border-radius: 24px;
  padding: 25px;
}
.az-question-card h2 {
  font-size: 19px;
  line-height: 1.4;
  margin: 14px 0;
}
.az-question-card textarea {
  border: 1px solid rgba(19, 42, 70, 0.12);
  border-radius: 13px;
  padding: 13px;
  resize: vertical;
  width: 100%;
}

.az-question-card__badge {
  background: #fcecf1;
  border-radius: 999px;
  color: #99601a;
  display: inline-flex;
  font-size: 10px;
  font-weight: 700;
  gap: 6px;
  padding: 7px 10px;
}

.az-patient-summary {
  background: #fff;
  border: 1px solid rgba(19, 42, 70, 0.12);
  border-radius: 28px;
  overflow: hidden;
}

.az-patient-summary__top {
  align-items: flex-start;
  background: #f2f7fb;
  display: flex;
  justify-content: space-between;
  padding: 25px;
}
.az-patient-summary__top div > span {
  color: rgba(19, 42, 70, 0.5);
  font-size: 10px;
  text-transform: uppercase;
}
.az-patient-summary__top h2 {
  font-size: 23px;
  margin: 4px 0 0;
}

.az-patient-summary > article {
  border-top: 1px solid rgba(19, 42, 70, 0.12);
  padding: 24px 25px;
}
.az-patient-summary > article > div {
  align-items: center;
  display: flex;
  gap: 11px;
}
.az-patient-summary > article h3 {
  font-size: 16px;
  margin: 0;
}
.az-patient-summary > article p {
  color: rgba(19, 42, 70, 0.68);
  font-size: 13px;
  line-height: 1.65;
  margin: 12px 0;
}
.az-patient-summary > article button {
  background: transparent;
  border: 0;
  color: #008adb;
  font-size: 11px;
  font-weight: 700;
  padding: 0;
}

.az-patient-summary__number {
  align-items: center;
  background: #d8eefb;
  border-radius: 50%;
  color: #008adb;
  display: flex;
  flex: 0 0 auto;
  font-size: 11px;
  font-weight: 800;
  height: 28px;
  justify-content: center;
  width: 28px;
}

.az-patient-summary__question {
  background: #fffaf1;
}

.az-confirmation {
  align-items: flex-start;
  background: #fff;
  border: 1px solid rgba(19, 42, 70, 0.12);
  border-radius: 18px;
  display: flex;
  font-size: 12px;
  gap: 12px;
  line-height: 1.5;
  margin-top: 18px;
  padding: 17px;
}
.az-confirmation input {
  height: 20px;
  margin-top: 1px;
  width: 20px;
}

.az-demo-success {
  margin: 100px auto;
  max-width: 660px;
  text-align: center;
}
.az-demo-success h1 {
  font-size: clamp(36px, 5vw, 54px);
  letter-spacing: -0.055em;
  line-height: 1.06;
  margin: 15px 0;
}
.az-demo-success > p {
  color: rgba(19, 42, 70, 0.65);
  font-size: 16px;
  line-height: 1.65;
}

.az-demo-success__icon {
  align-items: center;
  background: #008adb;
  border-radius: 50%;
  box-shadow: 0 0 0 15px rgba(0, 138, 219, 0.1);
  color: #fff;
  display: flex;
  font-size: 28px;
  height: 90px;
  justify-content: center;
  margin: 0 auto 40px;
  width: 90px;
}

.az-demo-success__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 28px;
}

.az-practice-main {
  padding: 46px 22px 90px;
}

.az-practice-shell {
  margin: 0 auto;
  max-width: 1220px;
}

.az-practice-title {
  align-items: flex-end;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin-bottom: 30px;
}

.az-practice-title h1 {
  font-size: clamp(36px, 4vw, 52px);
  letter-spacing: -0.055em;
  margin: 9px 0;
}

.az-practice-title p {
  color: rgba(19, 42, 70, 0.55);
  margin: 0;
}

.az-practice-title__actions {
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
}

.az-practice-layout {
  align-items: start;
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 1fr) 310px;
}

.az-practice-summary, .az-practice-aside > section {
  background: #fff;
  border: 1px solid rgba(19, 42, 70, 0.12);
  border-radius: 24px;
}

.az-practice-summary {
  overflow: hidden;
}

.az-practice-overview {
  background: linear-gradient(120deg, #e5f3fb, #fbedf2);
  color: #132a46;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 22px;
}

.az-practice-overview article {
  display: grid;
  gap: 4px;
  padding: 5px 18px;
}

.az-practice-overview article + article {
  border-left: 1px solid rgba(19, 42, 70, 0.1);
}

.az-practice-overview span, .az-practice-overview small {
  color: rgba(19, 42, 70, 0.58);
  font-size: 9px;
  text-transform: uppercase;
}

.az-practice-overview strong {
  font-size: 18px;
}

.az-text-success {
  color: #008adb;
}

.az-clinical-section {
  border-top: 1px solid rgba(19, 42, 70, 0.12);
  padding: 28px 30px;
}

.az-clinical-section__heading {
  align-items: center;
  display: flex;
  gap: 12px;
}

.az-clinical-section__heading > span {
  align-items: center;
  background: #d8eefb;
  border-radius: 50%;
  color: #008adb;
  display: flex;
  flex: 0 0 auto;
  font-size: 10px;
  font-weight: 800;
  height: 30px;
  justify-content: center;
  width: 30px;
}

.az-clinical-section h2 {
  font-size: 19px;
  letter-spacing: -0.025em;
  margin: 0;
}

.az-clinical-section > p {
  color: rgba(19, 42, 70, 0.72);
  font-size: 14px;
  line-height: 1.7;
  margin: 15px 0;
}

.az-source-link {
  background: transparent;
  border: 0;
  color: #008adb;
  font-size: 11px;
  font-weight: 700;
  padding: 0;
}

.az-evidence-line {
  border-left: 3px solid rgba(0, 138, 219, 0.35);
  color: rgba(19, 42, 70, 0.58) !important;
  font-size: 11px !important;
  margin-top: 15px !important;
  padding-left: 12px;
}

.az-factor-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr 1fr;
  margin: 18px 0;
}

.az-factor-grid > div {
  background: #f5f7fb;
  border-radius: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  padding: 14px;
}

.az-factor-grid strong {
  flex-basis: 100%;
  font-size: 11px;
}

.az-factor-grid span {
  background: #fff;
  border: 1px solid rgba(19, 42, 70, 0.12);
  border-radius: 999px;
  font-size: 10px;
  padding: 6px 8px;
}

.az-caution {
  align-items: flex-start;
  background: #fff7e9;
  border-radius: 13px;
  color: #8e5d1c;
  display: flex;
  font-size: 11px;
  gap: 10px;
  line-height: 1.5;
  padding: 13px;
}

.az-clinical-section--question {
  background: #fffaf1;
}

.az-clinical-section blockquote {
  border-left: 3px solid #dc3760;
  font-size: 16px;
  font-style: italic;
  line-height: 1.55;
  margin: 17px 0;
  padding-left: 16px;
}

.az-practice-aside {
  display: grid;
  gap: 15px;
  position: sticky;
  top: 20px;
}

.az-practice-aside > section {
  padding: 22px;
}

.az-practice-aside h2 {
  font-size: 20px;
  margin: 8px 0 15px;
}

.az-practice-aside section > p {
  color: rgba(19, 42, 70, 0.64);
  font-size: 12px;
  line-height: 1.6;
  margin: 0;
}

.az-open-item {
  align-items: flex-start;
  background: #fff7e9;
  border-radius: 13px;
  color: #8e5d1c;
  display: flex;
  font-size: 12px;
  gap: 10px;
  line-height: 1.5;
  padding: 13px;
}

.az-photo-preview {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 12px;
}

.az-photo-preview div {
  align-items: center;
  aspect-ratio: 4/3;
  background: linear-gradient(135deg, #e1f0fa, #f2f6fa);
  border-radius: 12px;
  color: #008adb;
  display: flex;
  font-size: 25px;
  justify-content: center;
}

.az-aside-principle {
  background: linear-gradient(145deg, #e5f3fb, #fff8ed) !important;
  border-color: rgba(0, 138, 219, 0.2) !important;
  color: #132a46;
}

.az-aside-principle > i {
  color: #008adb;
  font-size: 26px;
}

.az-aside-principle p {
  color: rgba(19, 42, 70, 0.66);
  font-size: 12px;
  line-height: 1.6;
}

@media (max-width: 1020px) {
  .az-header__nav {
    display: none;
  }
  .az-header__inner {
    justify-content: space-between;
  }
  .az-hero__grid {
    gap: 35px;
    grid-template-columns: 1fr 410px;
  }
  .az-steps {
    grid-template-columns: 1fr 1fr;
  }
  .az-clinician-grid {
    gap: 45px;
    grid-template-columns: 1fr;
  }
  .az-clinician-copy {
    max-width: 700px;
  }
  .az-practice-layout {
    grid-template-columns: 1fr;
  }
  .az-practice-aside {
    grid-template-columns: repeat(3, 1fr);
    position: static;
  }
  .az-practice-aside > .az-button {
    grid-column: 1/-1;
  }
  .az-faq-layout {
    gap: 45px;
    grid-template-columns: 1fr;
  }
  .az-faq-layout .az-section-heading {
    position: static;
  }
  .az-contact-cards {
    grid-template-columns: 1fr 1fr;
  }
  .az-language-proof__inner {
    gap: 30px;
    grid-template-columns: 1fr;
  }
  .az-price-teaser {
    gap: 45px;
    grid-template-columns: 1fr;
  }
  .az-security-facts {
    grid-template-columns: auto minmax(0, 1fr);
  }
  .az-security-facts a {
    grid-column: 2;
    white-space: normal;
  }
}
@media (max-width: 760px) {
  .az-shell {
    padding-inline: 18px;
  }
  .az-header .az-button {
    display: none;
  }
  .az-header__inner {
    min-height: 66px;
  }
  .az-brand__mark {
    border-radius: 12px;
    height: 36px;
    width: 36px;
  }
  .az-brand__word {
    font-size: 18px;
  }
  .az-hero__grid {
    display: flex;
    flex-direction: column;
    min-height: auto;
    padding-block: 50px 75px;
  }
  .az-hero__copy h1 {
    font-size: 51px;
  }
  .az-hero__lead {
    font-size: 16px;
  }
  .az-hero__actions .az-button {
    width: 100%;
  }
  .az-hero__trust {
    display: grid;
    gap: 9px;
  }
  .az-hero__visual {
    min-height: 560px;
    width: 100%;
  }
  .az-phone {
    transform: translate(-50%, -50%) scale(0.92);
  }
  .az-float-card--summary {
    left: 0;
  }
  .az-float-card--private {
    right: 0;
  }
  .az-proof-strip__grid {
    grid-template-columns: 1fr;
  }
  .az-proof-strip__grid > div + div {
    border-left: 0;
    border-top: 1px solid rgba(19, 42, 70, 0.12);
  }
  .az-language-proof {
    padding-block: 34px;
  }
  .az-language-proof__copy {
    gap: 13px;
    grid-template-columns: 46px minmax(0, 1fr);
  }
  .az-language-proof__icon {
    border-radius: 14px;
    font-size: 20px;
    height: 46px;
    width: 46px;
  }
  .az-language-proof__copy h2 {
    font-size: 27px;
  }
  .az-language-list {
    gap: 7px;
  }
  .az-language-list span {
    font-size: 11px;
    padding: 8px 11px;
  }
  .az-section {
    padding-block: 76px;
  }
  .az-section-heading {
    margin-bottom: 38px;
  }
  .az-section-heading h2 {
    font-size: 38px;
  }
  .az-section-heading p {
    font-size: 15px;
  }
  .az-steps, .az-security-grid, .az-audience-grid {
    grid-template-columns: 1fr;
  }
  .az-price-card {
    padding: 28px 22px;
  }
  .az-price-features {
    grid-template-columns: 1fr;
  }
  .az-pricing-main {
    padding: 52px 0 76px;
  }
  .az-security-facts {
    align-items: start;
    grid-template-columns: 1fr;
  }
  .az-security-facts a {
    grid-column: 1;
  }
  .az-step {
    min-height: 250px;
  }
  .az-clinician-grid {
    display: flex;
    flex-direction: column;
  }
  .az-summary-card {
    padding: 20px;
    width: 100%;
  }
  .az-summary-card__header {
    display: grid;
    gap: 13px;
  }
  .az-audience-card {
    padding: 30px 24px;
  }
  .az-cta__inner, .az-footer__inner {
    align-items: flex-start;
    flex-direction: column;
  }
  .az-cta__actions {
    width: 100%;
  }
  .az-cta__actions .az-button {
    width: 100%;
  }
  .az-demo-header__inner {
    gap: 10px;
  }
  .az-demo-header .az-preview-notice {
    display: none;
  }
  .az-demo-main {
    padding-inline: 14px;
  }
  .az-progress em {
    display: none;
  }
  .az-demo-panel__intro {
    text-align: left;
  }
  .az-demo-language {
    grid-template-columns: 32px 1fr;
  }
  .az-demo-language select {
    grid-column: 1/-1;
  }
  .az-demo-facts {
    grid-template-columns: 1fr;
  }
  .az-demo-consent__practice {
    align-items: flex-start;
  }
  .az-recording-sequence-demo {
    align-items: flex-start;
    flex-direction: column;
  }
  .az-recorder__visual {
    min-height: 350px;
  }
  .az-demo-actions {
    align-items: stretch;
    flex-direction: column-reverse;
  }
  .az-demo-actions .az-button {
    width: 100%;
  }
  .az-add-grid {
    grid-template-columns: 1fr;
  }
  .az-add-grid button {
    align-items: center;
    grid-template-columns: 40px 1fr;
    justify-items: start;
    min-height: auto;
    text-align: left;
  }
  .az-add-grid button span {
    grid-column: 2;
  }
  .az-patient-summary__top {
    display: grid;
    gap: 12px;
  }
  .az-practice-main {
    padding-inline: 14px;
  }
  .az-practice-title {
    align-items: stretch;
    flex-direction: column;
  }
  .az-practice-title__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .az-practice-title__actions .az-button {
    min-height: 48px;
    padding-inline: 13px;
  }
  .az-practice-overview {
    grid-template-columns: 1fr 1fr;
  }
  .az-practice-overview article:nth-child(3) {
    border-left: 0;
    border-top: 1px solid rgba(19, 42, 70, 0.1);
    margin-top: 12px;
    padding-top: 17px;
  }
  .az-practice-overview article:nth-child(4) {
    border-top: 1px solid rgba(19, 42, 70, 0.1);
    margin-top: 12px;
    padding-top: 17px;
  }
  .az-clinical-section {
    padding: 24px 19px;
  }
  .az-factor-grid {
    grid-template-columns: 1fr;
  }
  .az-practice-aside {
    grid-template-columns: 1fr;
  }
  .az-legal-main {
    padding: 48px 0 70px;
  }
  .az-legal-head h1 {
    font-size: 45px;
  }
  .az-legal-grid, .az-privacy-summary, .az-contact-cards {
    grid-template-columns: 1fr;
  }
  .az-legal-grid section, .az-legal-content section {
    padding: 21px 19px;
  }
  .az-contact-card {
    min-height: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .az-page *, .az-page *::before, .az-page *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
.az-toast {
  background: #132a46;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  bottom: 22px;
  box-shadow: 0 18px 50px rgba(7, 25, 31, 0.24);
  color: #fff;
  font: 600 13px/1.45 "Inter", "Helvetica Neue", Arial, sans-serif;
  left: 50%;
  max-width: 520px;
  opacity: 0;
  padding: 14px 18px;
  pointer-events: none;
  position: fixed;
  transform: translate(-50%, 18px);
  transition: opacity 180ms ease, transform 180ms ease;
  width: calc(100vw - 32px);
  z-index: 2000;
}
.az-toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

/*# sourceMappingURL=site.css.map */
