.service-az-page {
  --az-1: var(--accent3);
  --az-2: var(--accent3);
  --az-3: var(--accent3);
  --az-4: var(--accent3);
  --az-dark: var(--deep);
  --az-pad-x: clamp(24px, 5vw, 60px);
  --az-pad-y: clamp(78px, 9vw, 104px);
}

.az-section {
  padding: var(--az-pad-y) var(--az-pad-x);
}

.az-label {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
  font-size: 9px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--az-1);
}

.az-label span:first-child {
  width: 24px;
  height: 1px;
  background: currentColor;
}

.az-label-dark {
  color: var(--az-3);
}

.az-title {
  font-family: 'Cormorant', serif;
  font-size: clamp(32px, 4.5vw, 54px);
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -0.015em;
  color: var(--ink);
  margin-bottom: 34px;
}

.az-title em {
  font-style: italic;
  font-weight: 300;
  color: var(--az-1);
}

.az-title-dark {
  color: var(--parchment);
}

.az-title-dark em {
  color: var(--az-3);
}

.az-hero {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  min-height: 100dvh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--az-dark);
  border-bottom: 1px solid rgba(246, 241, 233, 0.08);
}

.az-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: rgba(var(--accent3-rgb), 0.56);
  z-index: 3;
}

.az-hero-grid-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(246, 241, 233, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(246, 241, 233, 0.04) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: radial-gradient(ellipse 82% 100% at 76% 50%, black, transparent 70%);
}

.az-hero-left {
  position: relative;
  z-index: 2;
  padding: 102px var(--az-pad-x) 46px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.az-hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 30px;
  opacity: 0;
  animation: az-fadeup 0.8s ease 0.1s forwards;
}

.az-hero-rule {
  width: 28px;
  height: 1px;
  background: var(--az-2);
}

.az-hero-main {
  font-size: 9px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--az-2);
}

.az-hero-title {
  font-family: 'Cormorant', serif;
  font-size: clamp(35px, 4.8vw, 64px);
  font-weight: 300;
  line-height: 1.08;
  letter-spacing: -0.018em;
  color: var(--parchment);
  opacity: 0;
  animation: az-fadeup 1.1s ease 0.22s forwards;
}

.az-hero-title em {
  font-style: italic;
  color: var(--az-3);
  font-weight: 300;
}

.az-hero-text {
  margin-top: 34px;
  max-width: 500px;
  font-size: 16.2px;
  font-weight: 250;
  line-height: 1.98;
  color: rgba(246, 241, 233, 0.58);
  opacity: 0;
  animation: az-fadeup 0.9s ease 0.46s forwards;
}

.az-hero-text strong {
  font-weight: 400;
  color: rgba(246, 241, 233, 0.75);
}

.az-hero-kpis {
  margin-top: 30px;
  padding-top: 22px;
  border-top: 1px solid rgba(246, 241, 233, 0.08);
  display: flex;
  gap: 0;
  opacity: 0;
  animation: az-fadeup 0.8s ease 0.62s forwards;
}

.az-kpi {
  padding: 0 26px;
  border-right: 1px solid rgba(246, 241, 233, 0.08);
}

.az-kpi:first-child {
  padding-left: 0;
}

.az-kpi:last-child {
  border-right: 0;
}

.az-kpi-num {
  font-family: 'Cormorant', serif;
  font-size: clamp(42px, 4.1vw, 54px);
  font-weight: 340;
  line-height: 1;
  letter-spacing: -0.025em;
  color: rgba(246, 241, 233, 0.94);
}

.az-kpi-num sup {
  font-size: 0.42em;
  vertical-align: super;
  color: rgba(var(--accent3-rgb), 0.92);
}

.az-kpi-label {
  margin-top: 12px;
  max-width: 58ch;
  font-size: 12.4px;
  font-weight: 290;
  line-height: 1.7;
  letter-spacing: 0.01em;
  text-transform: none;
  color: rgba(246, 241, 233, 0.66);
}

.az-kpi-label a {
  color: inherit;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  text-decoration-color: rgba(246, 241, 233, 0.42);
}

.az-kpi-label a:hover {
  color: rgba(246, 241, 233, 0.84);
  text-decoration-color: rgba(246, 241, 233, 0.7);
}

.az-hero-actions {
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  opacity: 0;
  animation: az-fadeup 0.8s ease 0.74s forwards;
}

.az-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 13px 24px;
  font-size: 9.5px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--parchment);
  background: var(--cta-primary-bg);
  border: 1px solid var(--cta-primary-border);
  box-shadow: var(--cta-primary-shadow);
  transition: background 0.3s, border-color 0.3s, box-shadow 0.3s;
}

.az-btn-primary:hover {
  background: var(--cta-primary-bg-hover);
  border-color: var(--cta-primary-border-hover);
  box-shadow: var(--cta-primary-shadow-hover);
}

.az-hero-right {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid rgba(246, 241, 233, 0.05);
}

.az-net-wrap {
  position: relative;
  width: min(46vw, 460px);
  height: min(46vw, 460px);
  transition: transform 0.26s ease;
}

.az-net-wrap svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.az-net-node {
  position: absolute;
  border-radius: 50%;
  background: rgba(var(--accent3-rgb), 0.16);
  border: 1px solid rgba(var(--accent3-rgb), 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}

.az-net-node::after {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--az-2);
  opacity: 0.6;
}

.az-net-center {
  width: 70px;
  height: 70px;
  top: calc(50% - 35px);
  left: calc(50% - 35px);
  border-color: rgba(var(--accent3-rgb), 0.34);
  animation: az-pulse 4s ease infinite;
}

.az-net-center::after {
  width: 10px;
  height: 10px;
  opacity: 0.9;
}

.az-net-center-label {
  position: absolute;
  top: calc(50% + 44px);
  left: 50%;
  transform: translateX(-50%);
  font-size: 8.3px;
  font-weight: 320;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: rgba(246, 241, 233, 0.44);
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.28);
}

.az-net-dept {
  width: 46px;
  height: 46px;
  animation: az-float 5s ease infinite;
}

.az-net-dept-1 {
  top: 9%;
  left: 44%;
  animation-delay: 0s;
}

.az-net-dept-2 {
  top: 28%;
  left: 72%;
  animation-delay: 0.6s;
}

.az-net-dept-3 {
  top: 60%;
  left: 74%;
  animation-delay: 1.2s;
}

.az-net-dept-4 {
  top: 77%;
  left: 44%;
  animation-delay: 0.3s;
}

.az-net-dept-5 {
  top: 60%;
  left: 14%;
  animation-delay: 1.5s;
}

.az-net-dept-6 {
  top: 27%;
  left: 14%;
  animation-delay: 0.9s;
}

.az-net-sm {
  width: 26px;
  height: 26px;
  background: rgba(var(--accent3-rgb), 0.1);
  border-color: rgba(var(--accent3-rgb), 0.1);
}

.az-net-sm::after {
  width: 4px;
  height: 4px;
  opacity: 0.35;
}

.az-net-label {
  position: absolute;
  font-size: 8px;
  font-weight: 320;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(246, 241, 233, 0.42);
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.28);
  white-space: nowrap;
}

.az-barometer {
  position: relative;
  overflow: hidden;
  background: var(--az-dark);
  padding: var(--az-pad-y) var(--az-pad-x);
  border-bottom: 1px solid rgba(246, 241, 233, 0.08);
}

.az-barometer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(var(--accent3-rgb), 0.5);
}

.az-barometer::after {
  content: '';
  position: absolute;
  top: -180px;
  right: -180px;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(61, 110, 104, 0.1), transparent 60%);
  pointer-events: none;
}

.az-bar-head {
  position: relative;
  z-index: 1;
  margin-bottom: 54px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: end;
}

.az-bar-head p {
  font-size: 15px;
  font-weight: 250;
  line-height: 1.86;
  color: rgba(246, 241, 233, 0.52);
  border-left: 1px solid rgba(246, 241, 233, 0.08);
  padding-left: 30px;
}

.az-diag-wrap {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 44px;
}

.az-diag-list {
  display: flex;
  flex-direction: column;
}

.az-diag-row {
  display: grid;
  grid-template-columns: 188px 1fr 50px;
  align-items: center;
  gap: 16px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(246, 241, 233, 0.07);
  cursor: pointer;
  transition: padding 0.2s ease, background 0.2s ease, margin 0.2s ease;
}

.az-diag-row:first-child {
  border-top: 1px solid rgba(246, 241, 233, 0.07);
}

.az-diag-row:hover {
  background: rgba(var(--accent3-rgb), 0.06);
  margin: 0 -10px;
  padding-left: 10px;
  padding-right: 10px;
}

.az-diag-label {
  font-size: 12px;
  font-weight: 220;
  color: rgba(246, 241, 233, 0.47);
}

.az-diag-track {
  height: 2px;
  background: rgba(246, 241, 233, 0.08);
  overflow: hidden;
}

.az-diag-fill {
  height: 100%;
  width: 0;
  transition: width 1s ease, background 0.4s ease;
}

.az-diag-row.lvl-ok .az-diag-fill {
  background: #4a8c64;
}

.az-diag-row.lvl-warn .az-diag-fill {
  background: var(--az-2);
}

.az-diag-row.lvl-hi .az-diag-fill {
  background: #b07a32;
}

.az-diag-row.lvl-crit .az-diag-fill {
  background: #8a3a3a;
}

.az-diag-score {
  font-family: 'Cormorant', serif;
  font-size: 20px;
  font-weight: 300;
  text-align: right;
}

.az-diag-row.lvl-ok .az-diag-score {
  color: #7ec49a;
}

.az-diag-row.lvl-warn .az-diag-score {
  color: var(--az-3);
}

.az-diag-row.lvl-hi .az-diag-score {
  color: #ce8c62;
}

.az-diag-row.lvl-crit .az-diag-score {
  color: #c48080;
}

.az-diag-result {
  position: sticky;
  top: calc(58px + 32px);
  align-self: start;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(246, 241, 233, 0.1);
  padding: 26px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.az-result-label {
  font-size: 8px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(246, 241, 233, 0.24);
}

.az-result-score {
  font-family: 'Cormorant', serif;
  font-size: 68px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--parchment);
}

.az-result-score sub {
  font-size: 0.3em;
  vertical-align: baseline;
  margin-left: 2px;
  color: rgba(246, 241, 233, 0.3);
  font-family: 'Jost', sans-serif;
  font-weight: 220;
  letter-spacing: 0.1em;
}

.az-result-status {
  margin-top: -4px;
  font-family: 'Cormorant', serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  color: var(--az-3);
}

.az-diag-result p {
  font-size: 12px;
  font-weight: 220;
  line-height: 1.8;
  color: rgba(246, 241, 233, 0.33);
}

.az-about {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 392px;
  gap: 64px;
  align-items: start;
  border-bottom: 1px solid var(--parchment3);
}

.az-about .az-title {
  margin-bottom: 20px;
  line-height: 1.06;
}

.az-about .az-title em {
  font-style: normal;
  font-weight: 360;
  letter-spacing: -0.01em;
  color: var(--az-1);
}

.az-pivot {
  max-width: 34ch;
  margin: 0 0 36px;
  font-family: 'Cormorant', serif;
  font-size: clamp(24px, 2.5vw, 32px);
  font-weight: 340;
  line-height: 1.24;
  letter-spacing: -0.01em;
  color: var(--ink);
}

.az-text {
  font-size: 16.8px;
  font-weight: 220;
  line-height: 2.14;
  color: var(--mid);
}

.az-text p + p {
  margin-top: 26px;
}

.az-text p:last-child {
  font-size: 17.2px;
  line-height: 2.02;
  color: rgba(69, 96, 88, 0.95);
}

.az-text p:first-child::first-letter {
  float: left;
  font-family: 'Cormorant', serif;
  font-size: 62px;
  font-weight: 300;
  font-style: italic;
  line-height: 0.78;
  margin-right: 8px;
  margin-top: 6px;
  color: var(--az-1);
}

.az-text strong {
  font-weight: 400;
  color: var(--ink);
}

.az-about-aside {
  position: sticky;
  top: calc(58px + 40px);
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.az-roi {
  background: var(--parchment);
  padding: 34px 34px 32px;
  border: 1px solid rgba(200, 185, 154, 0.42);
  box-shadow: 0 12px 30px rgba(13, 26, 24, 0.05);
}

.az-roi-title {
  margin-bottom: 20px;
  font-size: 7.8px;
  letter-spacing: 0.24em;
  font-weight: 320;
  text-transform: uppercase;
  color: rgba(69, 96, 88, 0.66);
}

.az-roi-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 0.5px solid rgba(200, 185, 154, 0.4);
}

.az-roi-row:first-of-type {
  border-top: 0.5px solid rgba(200, 185, 154, 0.4);
}

.az-roi-row:last-child {
  border-bottom: 0;
}

.az-roi-row span {
  font-size: 12.7px;
  font-weight: 280;
  color: rgba(69, 96, 88, 0.94);
  line-height: 1.42;
}

.az-roi-row strong {
  flex-shrink: 0;
  font-family: 'Cormorant', serif;
  min-width: 84px;
  text-align: right;
  font-size: 37px;
  font-weight: 430;
  line-height: 1;
  letter-spacing: -0.015em;
  font-variant-numeric: tabular-nums;
  color: var(--az-1);
}

.az-services {
  background: var(--parchment2);
  border-bottom: 1px solid var(--parchment3);
}

.az-services-grid {
  margin-top: 42px;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 2px;
}

.az-services-grid > .az-service-card {
  grid-column: span 2;
}

.az-services-grid > .az-service-card:nth-child(n + 4) {
  grid-column: span 3;
}

.az-service-card {
  position: relative;
  overflow: hidden;
  background: var(--parchment);
  padding: 32px 28px;
  transition: background 0.24s ease;
}

.az-service-card:hover {
  background: #e5d9c8;
}

.az-service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--az-1);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}

.az-service-card:hover::before {
  transform: scaleX(1);
}

.az-service-card h3 {
  font-family: 'Cormorant', serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--ink);
  margin-bottom: 10px;
}

.az-service-card p {
  font-size: 13.8px;
  font-weight: 250;
  line-height: 1.9;
  color: rgba(69, 96, 88, 0.86);
}

.az-norm {
  position: relative;
  overflow: hidden;
  background: var(--az-dark);
  padding: var(--az-pad-y) var(--az-pad-x);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  border-bottom: 1px solid rgba(246, 241, 233, 0.08);
}

.az-norm::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(var(--accent3-rgb), 0.5);
}

.az-norm-title {
  font-family: 'Cormorant', serif;
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 300;
  line-height: 1.1;
  color: var(--parchment);
  margin-bottom: 16px;
}

.az-norm-title em {
  display: block;
  font-style: italic;
  font-weight: 300;
  color: var(--az-3);
}

.az-norm-pivot {
  max-width: 38ch;
  margin: 0 0 20px;
  font-family: 'Cormorant', serif;
  font-size: clamp(21px, 2.1vw, 28px);
  font-weight: 360;
  line-height: 1.26;
  letter-spacing: -0.008em;
  color: rgba(246, 241, 233, 0.93);
}

.az-norm > div > p:not(.az-norm-pivot) {
  max-width: 420px;
  font-size: 14.3px;
  font-weight: 250;
  line-height: 1.92;
  color: rgba(246, 241, 233, 0.48);
}

.az-norm-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.az-norm-item {
  display: grid;
  grid-template-columns: minmax(168px, 192px) 1fr;
  gap: 26px;
  padding: 30px 0;
  border-bottom: 0.5px solid rgba(246, 241, 233, 0.14);
  transition: background 0.24s ease;
}

.az-norm-item:first-child {
  border-top: 0.5px solid rgba(246, 241, 233, 0.14);
}

.az-norm-item:hover {
  background: rgba(var(--accent3-rgb), 0.045);
}

.az-norm-ref {
  font-family: 'Cormorant', serif;
  font-size: 11.6px;
  font-style: normal;
  font-weight: 390;
  line-height: 1.45;
  letter-spacing: 0.035em;
  color: var(--az-3);
}

.az-norm-ref a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease;
}

.az-norm-ref a:hover {
  border-bottom-color: currentColor;
}

.az-norm-item h3 {
  font-family: 'Cormorant', serif;
  font-size: 22px;
  font-weight: 430;
  line-height: 1.2;
  color: rgba(246, 241, 233, 0.94);
  margin-bottom: 10px;
}

.az-norm-item p {
  max-width: 52ch;
  font-size: 12.6px;
  font-weight: 270;
  line-height: 1.78;
  color: rgba(246, 241, 233, 0.56);
}

.az-audience {
  border-bottom: 1px solid var(--parchment3);
}

.az-audience .az-title {
  margin-bottom: 14px;
}

.az-audience-intro {
  max-width: 74ch;
  font-size: 14.4px;
  font-weight: 250;
  line-height: 1.88;
  color: var(--mid);
  margin-bottom: 30px;
}

.az-audience-grid {
  margin-top: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.az-audience-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 296px;
  background: #ebe0cf;
  border: 1px solid rgba(200, 185, 154, 0.44);
  box-shadow: 0 8px 20px rgba(13, 26, 24, 0.03);
  padding: 36px 30px 34px;
  transition: background 0.24s ease, border-color 0.24s ease;
}

.az-audience-card:hover {
  background: #e4d5c0;
  border-color: rgba(200, 185, 154, 0.62);
}

.az-audience-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--az-1);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}

.az-audience-card:hover::before {
  transform: scaleX(1);
}

.az-audience-card > span {
  display: block;
  margin-bottom: 12px;
  font-family: 'Jost', sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 380;
  line-height: 1;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(69, 96, 88, 0.76);
  transition: color 0.24s ease;
}

.az-audience-card:hover > span {
  color: var(--az-1);
}

.az-audience-card h3 {
  font-family: 'Cormorant', serif;
  font-size: 25.5px;
  font-weight: 460;
  line-height: 1.16;
  color: rgba(13, 26, 24, 0.96);
  margin-bottom: 13px;
}

.az-audience-card p {
  font-size: 14.2px;
  font-weight: 285;
  line-height: 1.84;
  color: rgba(44, 66, 60, 0.93);
}

.az-cta {
  position: relative;
  overflow: hidden;
  background: var(--az-dark);
  padding: var(--az-pad-y) var(--az-pad-x);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: start;
  border-bottom: 1px solid rgba(246, 241, 233, 0.08);
}

.az-cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(var(--accent3-rgb), 0.5);
}

.az-cta::after {
  content: '';
  position: absolute;
  top: -230px;
  right: -150px;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(61, 110, 104, 0.12), transparent 60%);
  pointer-events: none;
}

.az-cta-left,
.az-cta-right {
  position: relative;
  z-index: 1;
}

.az-cta-left {
  max-width: 520px;
}

.az-cta-label {
  margin-bottom: 28px;
  font-size: 8.5px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--accent3);
}

.az-cta-title {
  font-family: 'Cormorant', serif;
  font-size: clamp(30px, 3.8vw, 50px);
  font-weight: 300;
  line-height: 1.1;
  color: var(--parchment);
  margin-bottom: 14px;
}

.az-cta-title em {
  display: block;
  font-style: italic;
  font-weight: 300;
  color: var(--az-3);
}

.az-cta-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.az-cta-left p {
  max-width: 390px;
  font-size: 14px;
  font-weight: 260;
  line-height: 1.9;
  color: rgba(246, 241, 233, 0.44);
}

.az-cta-actions {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.az-cta-micro {
  margin-top: 16px;
  padding-top: 12px;
  border-top: 0.5px solid rgba(246, 241, 233, 0.14);
}

.az-cta-micro-main {
  margin: 0 0 4px;
  font-size: 13.2px;
  font-weight: 360;
  line-height: 1.45;
  color: rgba(246, 241, 233, 0.84);
}

.az-cta-micro-sub {
  margin: 0;
  font-size: 11px;
  font-weight: 280;
  line-height: 1.62;
  color: rgba(246, 241, 233, 0.58);
}

.service-az-page .d4 {
  transition-delay: 0.4s;
}

.service-az-page .d5 {
  transition-delay: 0.5s;
}

.service-az-page .d6 {
  transition-delay: 0.6s;
}

.service-az-page .az-services-grid .az-service-card {
  transition-delay: 0s;
}

@keyframes az-fadeup {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes az-pulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(var(--accent3-rgb), 0.2);
  }
  50% {
    box-shadow: 0 0 0 16px rgba(var(--accent3-rgb), 0);
  }
}

@keyframes az-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-7px);
  }
}

@media (max-width: 1200px) {
  .az-about {
    grid-template-columns: 1fr;
  }

  .az-about-aside,
  .az-diag-result {
    position: static;
  }

  .az-diag-wrap {
    grid-template-columns: 1fr;
  }
}

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

  .az-hero-right {
    border-left: 0;
    border-top: 1px solid rgba(246, 241, 233, 0.06);
    min-height: 360px;
    padding: 36px 0;
  }

  .az-net-wrap {
    width: min(78vw, 460px);
    height: min(78vw, 460px);
  }

  .az-hero-kpis {
    flex-wrap: wrap;
    row-gap: 18px;
  }

  .az-kpi {
    border-right: 0;
    padding: 0 18px 0 0;
    min-width: 180px;
  }

  .az-bar-head {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .az-bar-head p {
    border-left: 0;
    border-top: 1px solid rgba(246, 241, 233, 0.08);
    padding-left: 0;
    padding-top: 18px;
  }

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

  .az-services-grid > .az-service-card,
  .az-services-grid > .az-service-card:nth-child(n + 4) {
    grid-column: span 1;
  }

  .az-norm {
    grid-template-columns: 1fr;
    gap: 30px;
  }

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

  .az-cta {
    grid-template-columns: 1fr;
    gap: 34px;
  }
}

@media (max-width: 700px) {
  .az-hero {
    min-height: auto;
  }

  .az-hero-grid-bg,
  .az-hero-right {
    display: none;
  }

  .az-hero-left {
    justify-content: flex-start;
    padding-top: 42px;
    padding-bottom: 40px;
  }

  .az-hero-title {
    font-size: clamp(36px, 13vw, 58px);
  }

  .az-hero-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .az-kpi {
    min-width: 0;
  }

  .az-diag-row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 13px 0;
  }

  .az-diag-score {
    text-align: left;
  }

  .az-services-grid,
  .az-audience-grid {
    grid-template-columns: 1fr;
  }

  .az-audience-card {
    min-height: 0;
    padding: 30px 24px 28px;
  }

  .az-norm-item {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 18px 0;
  }

}

@media (max-width: 980px) {
  .az-barometer {
    display: none;
  }

  .service-az-page p,
  .service-az-page li {
    font-weight: 300;
  }

  .az-hero p,
  .az-hero li {
    color: rgba(246, 241, 233, 0.82);
  }

  .az-kpi-label a {
    text-decoration-color: rgba(246, 241, 233, 0.62);
  }

  .az-bar-head p,
  .az-service-card p,
  .az-audience-card p,
  .az-norm-item p,
  .az-practical-right p {
    color: rgba(24, 48, 45, 0.88);
  }
}
