body.andata-ai-hr-agent-creative-v3-active {
  --ahr-canvas: #ffffff;
  --ahr-surface: #f4f7fb;
  --ahr-surface-blue: #edf4ff;
  --ahr-ink: #252733;
  --ahr-text: #505765;
  --ahr-muted: #697180;
  --ahr-line: #d7e0ec;
  --ahr-blue: #568bef;
  --ahr-blue-strong: #2f6ed8;
  --ahr-blue-deep: #173b78;
  --ahr-blue-night: #102d5c;
  --ahr-yellow: #f2c94c;
  --ahr-green: #1db977;
  --ahr-shadow: 0 18px 46px rgba(24, 38, 67, 0.14);
  background: var(--ahr-canvas);
  color: var(--ahr-ink);
}

.andata-ai-hr-agent-creative-v3-active .content-area,
.andata-ai-hr-agent-creative-v3-active .site-main,
.andata-ai-hr-agent-creative-v3-active article.entry,
.andata-ai-hr-agent-creative-v3-active .entry-content,
.andata-ai-hr-agent-creative-v3-active .entry-content-wrap,
.andata-ai-hr-agent-creative-v3-active .content-bg {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.andata-ai-hr-agent-creative-v3-active .chatWrapper {
  display: none !important;
}

.ahr-creative {
  width: 100%;
  overflow: clip;
  background: var(--ahr-canvas);
  color: var(--ahr-text);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.56;
  text-rendering: optimizeLegibility;
}

.ahr-creative *,
.ahr-creative *::before,
.ahr-creative *::after {
  box-sizing: border-box;
}

.ahr-creative :where(h1, h2, h3, p, ol, ul, figure, table, details) {
  margin: 0;
}

.ahr-creative :where(ol, ul) {
  padding: 0;
}

.ahr-creative :where(img) {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.ahr-creative :where(a) {
  color: inherit;
}

.ahr-creative :focus-visible {
  outline: 3px solid var(--ahr-blue-strong);
  outline-offset: 3px;
}

.ahr-creative__skip {
  position: fixed;
  z-index: 9999;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  transform: translateY(-180%);
  border: 1px solid var(--ahr-ink);
  background: var(--ahr-canvas);
  color: var(--ahr-ink);
  font-size: 14px;
  font-weight: 750;
}

.ahr-creative__skip:focus {
  transform: translateY(0);
}

.ahr-creative__shell {
  width: min(1320px, calc(100% - 48px));
  margin-inline: auto;
}

.ahr-creative__section {
  position: relative;
  padding: 84px 0;
  border-top: 1px solid var(--ahr-line);
  scroll-margin-top: 84px;
}

.ahr-creative__hero {
  padding: 38px 0 48px;
  border-top: 0;
}

.ahr-creative h1,
.ahr-creative h2,
.ahr-creative h3,
.ahr-creative strong {
  color: var(--ahr-ink);
}

.ahr-creative h1,
.ahr-creative h2,
.ahr-creative h3 {
  font-weight: 740;
  letter-spacing: -0.032em;
}

.ahr-creative h1 {
  max-width: 570px;
  font-size: clamp(44px, 4vw, 56px);
  line-height: 1.02;
}

.ahr-creative h2 {
  max-width: 940px;
  font-size: clamp(34px, 3.1vw, 46px);
  line-height: 1.08;
}

.ahr-creative h3 {
  font-size: clamp(21px, 1.8vw, 27px);
  line-height: 1.18;
}

.ahr-creative__hero-grid {
  display: grid;
  grid-template-columns: minmax(430px, 0.88fr) minmax(640px, 1.32fr);
  gap: 42px;
  align-items: center;
}

.ahr-creative__hero-copy {
  min-width: 0;
}

.ahr-creative__eyebrow {
  margin-bottom: 20px;
  color: var(--ahr-blue-strong);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-transform: uppercase;
}

.ahr-creative__lead {
  max-width: 590px;
  margin-top: 24px;
  color: #3e4551;
  font-size: clamp(18px, 1.4vw, 20px);
  line-height: 1.5;
}

.ahr-creative__hero-action {
  display: grid;
  grid-template-columns: max-content minmax(180px, 1fr);
  gap: 18px;
  align-items: center;
  margin-top: 28px;
}

.ahr-creative__hero-action > p {
  max-width: 255px;
  color: var(--ahr-muted);
  font-size: 14px;
  line-height: 1.42;
}

.ahr-creative .ahr-creative__cta {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border: 1px solid #d8aa19;
  border-radius: 7px;
  background: var(--ahr-yellow);
  color: var(--ahr-ink) !important;
  -webkit-text-fill-color: var(--ahr-ink);
  font-size: 16px;
  font-weight: 780;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  box-shadow: none;
  transition: background-color 180ms ease, border-color 180ms ease,
    transform 180ms ease;
}

.ahr-creative .ahr-creative__cta:hover {
  border-color: #c99b0b;
  background: #e9bc34;
  color: var(--ahr-ink) !important;
  -webkit-text-fill-color: var(--ahr-ink);
  transform: translateY(-1px);
}

.ahr-creative__hero-machine {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #0e2d62;
  border-radius: 18px;
  background: var(--ahr-blue-deep);
  color: #ffffff;
  box-shadow: var(--ahr-shadow);
}

.ahr-creative__machine-head {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  background: #102f66;
}

.ahr-creative__machine-head strong {
  color: #ffffff;
  font-size: 15px;
  letter-spacing: -0.01em;
}

.ahr-creative__machine-head span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #dfeaff;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.ahr-creative__machine-head i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3dde97;
  box-shadow: 0 0 0 4px rgba(61, 222, 151, 0.18);
}

.ahr-creative__machine-grid {
  display: grid;
  grid-template-columns: minmax(132px, 0.82fr) minmax(220px, 1.35fr) minmax(165px, 1fr);
  gap: 22px;
  align-items: center;
  min-height: 434px;
  padding: 22px 18px;
}

.ahr-creative__source-stack,
.ahr-creative__result-stack {
  position: relative;
  display: grid;
  gap: 9px;
  min-width: 0;
}

.ahr-creative__source-stack::after,
.ahr-creative__result-stack::before {
  position: absolute;
  top: 50%;
  width: 22px;
  height: 2px;
  background: #8db6ff;
  content: "";
}

.ahr-creative__source-stack::after {
  right: -22px;
}

.ahr-creative__result-stack::before {
  left: -22px;
}

.ahr-creative__source-stack > p,
.ahr-creative__result-stack > p {
  color: #b8cdf4;
  font-size: 11px;
  font-weight: 780;
  letter-spacing: 0.07em;
  line-height: 1.2;
  text-transform: uppercase;
}

.ahr-creative__source-card {
  display: flex;
  min-height: 48px;
  align-items: center;
  gap: 9px;
  padding: 8px 9px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 9px;
  background: #ffffff;
  color: var(--ahr-ink);
}

.ahr-creative__source-card > b {
  display: inline-flex;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 13px;
  font-style: normal;
  line-height: 1;
}

.ahr-creative__source-logo {
  display: inline-flex;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  align-items: center;
  justify-content: center;
}

.ahr-creative__source-logo svg {
  display: block;
  width: 100%;
  height: 100%;
}

.ahr-creative__source-logo--hh {
  overflow: hidden;
  border-radius: 50%;
}

.ahr-creative__source-logo--avito {
  padding: 1px;
}

.ahr-creative__source-card > span {
  min-width: 0;
  color: #292d37;
  font-size: 12px;
  font-weight: 760;
  line-height: 1.2;
}

.ahr-creative__source-card em {
  display: block;
  margin-top: 2px;
  color: var(--ahr-muted);
  font-size: 9px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.ahr-creative__source-card--site > b {
  background: #e9f1ff;
  color: var(--ahr-blue-strong);
  font-size: 20px;
}

.ahr-creative__source-card--soon {
  background: #eef2f7;
}

.ahr-creative__source-card--soon > b {
  background: #eef1f6;
  color: #545e6e;
}

.ahr-creative__source-card--soon em {
  color: #445064;
}

.ahr-creative__agent-core {
  position: relative;
  min-width: 0;
  padding: 19px;
  border: 2px solid var(--ahr-yellow);
  border-radius: 14px;
  background: #f9fbff;
  color: var(--ahr-ink);
  box-shadow: 0 14px 28px rgba(5, 19, 45, 0.26);
}

.ahr-creative__agent-core::before,
.ahr-creative__agent-core::after {
  position: absolute;
  top: calc(50% - 5px);
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  content: "";
}

.ahr-creative__agent-core::before {
  left: -10px;
  border-right: 8px solid var(--ahr-yellow);
}

.ahr-creative__agent-core::after {
  right: -10px;
  border-left: 8px solid var(--ahr-yellow);
}

.ahr-creative__agent-title {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ahr-creative__agent-title > span {
  display: inline-flex;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: var(--ahr-yellow);
  color: var(--ahr-ink);
  font-size: 16px;
  font-weight: 850;
}

.ahr-creative__agent-title div {
  display: grid;
  min-width: 0;
}

.ahr-creative__agent-title strong {
  font-size: 18px;
  line-height: 1.2;
}

.ahr-creative__agent-title small {
  margin-top: 3px;
  color: var(--ahr-muted);
  font-size: 12px;
  line-height: 1.3;
}

.ahr-creative__mini-dialogue {
  display: grid;
  gap: 8px;
  margin-top: 16px;
}

.ahr-creative__mini-dialogue p {
  max-width: 90%;
  padding: 9px 10px;
  border-radius: 8px 8px 8px 2px;
  background: #eaf1fd;
  color: #384152;
  font-size: 12px;
  line-height: 1.4;
}

.ahr-creative__mini-dialogue p:nth-child(2) {
  max-width: 72%;
  margin-left: auto;
  border-radius: 8px 8px 2px 8px;
  background: var(--ahr-yellow);
  color: var(--ahr-ink);
  text-align: right;
}

.ahr-creative__channel-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 5px;
  margin-top: 12px;
}

.ahr-creative__channel-row span {
  padding: 7px 3px;
  border: 1px solid #d4deec;
  border-radius: 6px;
  background: #ffffff;
  color: #4c5667;
  font-size: 10px;
  font-weight: 750;
  line-height: 1.15;
  text-align: center;
}

.ahr-creative__andata-node,
.ahr-creative__hr-node {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 11px;
  background: #ffffff;
  color: var(--ahr-ink);
}

.ahr-creative__andata-node {
  padding: 13px;
}

.ahr-creative__andata-node > span {
  display: block;
  color: var(--ahr-blue-strong);
  font-size: 11px;
  font-weight: 820;
  line-height: 1.2;
}

.ahr-creative__andata-node > strong {
  display: block;
  margin-top: 3px;
  font-size: 14px;
  line-height: 1.2;
}

.ahr-creative__andata-node ul {
  display: grid;
  gap: 5px;
  margin-top: 10px;
  list-style: none;
}

.ahr-creative__andata-node li {
  position: relative;
  padding-left: 13px;
  color: #5c6573;
  font-size: 10px;
  line-height: 1.25;
}

.ahr-creative__andata-node li::before {
  position: absolute;
  top: 0.42em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--ahr-green);
  content: "";
}

.ahr-creative__hr-node {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px;
}

.ahr-creative__hr-node > span {
  display: inline-flex;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #e7f7ef;
  color: #0b7047;
  font-size: 10px;
  font-weight: 850;
}

.ahr-creative__hr-node p {
  display: grid;
  min-width: 0;
}

.ahr-creative__hr-node strong {
  font-size: 12px;
  line-height: 1.2;
}

.ahr-creative__hr-node small {
  margin-top: 2px;
  color: var(--ahr-muted);
  font-size: 9px;
  line-height: 1.25;
}

.ahr-creative__machine-foot {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  background: #102f66;
}

.ahr-creative__machine-foot span {
  padding: 11px 8px;
  color: #dce8ff;
  font-size: 10px;
  font-weight: 680;
  line-height: 1.2;
  text-align: center;
}

.ahr-creative__machine-foot span + span {
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.ahr-creative__section-head {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 20px;
  align-items: start;
}

.ahr-creative__section-head > .ahr-creative__section-index {
  grid-column: 1 / span 1;
}

.ahr-creative__section-head > :not(.ahr-creative__section-index) {
  grid-column: 2 / span 10;
}

.ahr-creative__section-head--compact h2 {
  grid-column: 2 / span 10;
}

.ahr-creative__section-index {
  padding-top: 8px;
  color: #245bb8;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.3;
}

.ahr-creative__intro {
  max-width: 820px;
  margin-top: 22px;
  color: var(--ahr-text);
  font-size: clamp(18px, 1.45vw, 20px);
  line-height: 1.54;
}

.ahr-creative__product-shot {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #cfd9e8;
  border-radius: 11px;
  background: var(--ahr-canvas);
  box-shadow: var(--ahr-shadow);
}

.ahr-creative__shot-toolbar {
  display: flex;
  min-height: 40px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 13px;
  border-bottom: 1px solid var(--ahr-line);
  background: #f8fafd;
  color: var(--ahr-muted);
  font-size: 12px;
  font-weight: 680;
  line-height: 1.3;
}

.ahr-creative__shot-toolbar span:first-child {
  color: var(--ahr-ink);
}

.ahr-creative__product-shot figcaption {
  padding: 11px 13px 12px;
  border-top: 1px solid var(--ahr-line);
  color: var(--ahr-muted);
  font-size: 12px;
  line-height: 1.42;
}

.ahr-creative__data-stage {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(330px, 5fr);
  gap: 38px;
  align-items: start;
  margin-top: 54px;
}

.ahr-creative__product-shot--vacancy img {
  aspect-ratio: 1138 / 650;
  object-fit: cover;
}

.ahr-creative__knowledge-list {
  min-width: 0;
  padding-top: 4px;
}

.ahr-creative__knowledge-list ol {
  margin-top: 20px;
  border-top: 2px solid var(--ahr-ink);
  list-style: none;
}

.ahr-creative__knowledge-list li {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 13px;
  padding: 13px 0;
  border-bottom: 1px solid var(--ahr-line);
}

.ahr-creative__knowledge-list li > span {
  color: var(--ahr-blue-strong);
  font-size: 12px;
  font-weight: 800;
}

.ahr-creative__knowledge-list li p {
  color: var(--ahr-text);
  font-size: 14px;
  line-height: 1.4;
}

.ahr-creative__knowledge-list li strong {
  display: block;
  margin-bottom: 3px;
  font-size: 14px;
}

.ahr-creative__rule {
  max-width: 920px;
  margin: 30px 0 0 auto;
  padding: 18px 22px;
  border-left: 4px solid var(--ahr-blue);
  background: var(--ahr-surface-blue);
  color: var(--ahr-text);
  font-size: 18px;
  line-height: 1.48;
}

.ahr-creative__interview {
  background: var(--ahr-surface-blue);
}

.ahr-creative__interview-grid {
  display: grid;
  grid-template-columns: minmax(360px, 5fr) minmax(460px, 7fr);
  gap: 46px;
  align-items: center;
  margin-top: 54px;
}

.ahr-creative__conversation-steps {
  border-top: 2px solid var(--ahr-ink);
  list-style: none;
}

.ahr-creative__conversation-steps li {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  padding: 18px 0;
  border-bottom: 1px solid #ccd9ec;
}

.ahr-creative__conversation-steps li > span {
  color: #245bb8;
  font-size: 13px;
  font-weight: 820;
}

.ahr-creative__conversation-steps li div {
  min-width: 0;
}

.ahr-creative__conversation-steps strong {
  display: block;
  font-size: 16px;
  line-height: 1.32;
}

.ahr-creative__conversation-steps p {
  margin-top: 5px;
  color: var(--ahr-text);
  font-size: 14px;
  line-height: 1.45;
}

.ahr-creative__product-shot--dialogue {
  width: min(100%, 620px);
  justify-self: end;
}

.ahr-creative__shot-viewport {
  overflow: hidden;
  background: #f8fafc;
}

.ahr-creative__shot-viewport--dialogue {
  height: 600px;
}

.ahr-creative__shot-viewport--dialogue img {
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.ahr-creative__results {
  border-top: 0;
  background: var(--ahr-blue-night);
}

.ahr-creative__results h2,
.ahr-creative__results h3,
.ahr-creative__results .ahr-creative__section-index,
.ahr-creative__results .ahr-creative__intro {
  color: #ffffff;
}

.ahr-creative__results .ahr-creative__intro {
  color: #d9e6fb;
}

.ahr-creative__results-grid {
  display: grid;
  grid-template-columns: minmax(360px, 5fr) minmax(500px, 7fr);
  gap: 38px;
  align-items: stretch;
  margin-top: 54px;
}

.ahr-creative__product-shot--result {
  width: min(100%, 510px);
}

.ahr-creative__shot-viewport--result {
  height: 570px;
}

.ahr-creative__shot-viewport--result img {
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.ahr-creative__funnel-board {
  min-width: 0;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 13px;
  background: #ffffff;
  color: var(--ahr-text);
  box-shadow: var(--ahr-shadow);
}

.ahr-creative__funnel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 19px;
  border-bottom: 2px solid var(--ahr-ink);
}

.ahr-creative__funnel-head div {
  display: grid;
}

.ahr-creative__funnel-head span {
  color: var(--ahr-blue-strong);
  font-size: 12px;
  font-weight: 820;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.ahr-creative__funnel-head strong {
  margin-top: 4px;
  font-size: 19px;
  line-height: 1.25;
}

.ahr-creative__funnel-head b {
  color: var(--ahr-blue-strong);
  font-size: 14px;
}

.ahr-creative__funnel {
  display: grid;
  gap: 14px;
  margin-top: 24px;
  list-style: none;
}

.ahr-creative__funnel li {
  display: grid;
  grid-template-columns: minmax(155px, 0.82fr) minmax(150px, 1.18fr);
  gap: 16px;
  align-items: center;
}

.ahr-creative__funnel span {
  color: #3d4654;
  font-size: 14px;
  font-weight: 680;
}

.ahr-creative__funnel i {
  display: block;
  height: 18px;
  border-radius: 4px;
  background: var(--ahr-blue);
}

.ahr-creative__funnel li:nth-child(2) i {
  width: 82%;
  background: #6fa0f6;
}

.ahr-creative__funnel li:nth-child(3) i {
  width: 64%;
  background: #8cb5f8;
}

.ahr-creative__funnel li:nth-child(4) i {
  width: 46%;
  background: var(--ahr-yellow);
}

.ahr-creative__result-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 20px;
  margin-top: 28px;
  border-top: 1px solid var(--ahr-line);
  list-style: none;
}

.ahr-creative__result-facts li {
  display: grid;
  gap: 3px;
  padding: 15px 0;
  border-bottom: 1px solid var(--ahr-line);
}

.ahr-creative__result-facts strong {
  font-size: 13px;
}

.ahr-creative__result-facts span {
  color: var(--ahr-text);
  font-size: 13px;
  line-height: 1.4;
}

.ahr-creative__mid-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 36px;
  padding: 22px 24px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 11px;
  background: #173b78;
}

.ahr-creative__mid-action > div {
  min-width: 0;
}

.ahr-creative__mid-action strong {
  color: #ffffff;
  font-size: 19px;
}

.ahr-creative__mid-action p {
  margin-top: 4px;
  color: #cfddf5;
  font-size: 14px;
}

.ahr-creative__mid-action .ahr-creative__cta {
  flex: 0 0 auto;
}

.ahr-creative__connection {
  background: #ffffff;
}

.ahr-creative__timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 54px;
  border-top: 2px solid var(--ahr-ink);
  border-left: 1px solid var(--ahr-line);
  list-style: none;
}

.ahr-creative__timeline li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 11px;
  min-height: 190px;
  padding: 22px 20px;
  border-right: 1px solid var(--ahr-line);
  border-bottom: 1px solid var(--ahr-line);
}

.ahr-creative__timeline li > span {
  color: var(--ahr-blue-strong);
  font-size: 13px;
  font-weight: 820;
}

.ahr-creative__timeline strong {
  display: block;
  font-size: 16px;
  line-height: 1.28;
}

.ahr-creative__timeline p {
  margin-top: 8px;
  color: var(--ahr-text);
  font-size: 14px;
  line-height: 1.45;
}

.ahr-creative__pricing {
  background: var(--ahr-surface-blue);
}

.ahr-creative__pricing-wrap {
  margin-top: 52px;
  overflow-x: auto;
  border: 1px solid #cbd8eb;
  border-radius: 11px;
  background: #ffffff;
  box-shadow: var(--ahr-shadow);
}

.ahr-creative__pricing-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  table-layout: fixed;
}

.ahr-creative__pricing-table th,
.ahr-creative__pricing-table td {
  padding: 20px 22px;
  border-bottom: 1px solid var(--ahr-line);
  text-align: left;
  vertical-align: middle;
}

.ahr-creative__pricing-table th + th,
.ahr-creative__pricing-table th + td,
.ahr-creative__pricing-table td + td {
  border-left: 1px solid var(--ahr-line);
}

.ahr-creative__pricing-table thead th {
  background: #173b78;
  color: #ffffff;
  font-size: 12px;
  font-weight: 780;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ahr-creative__pricing-table tbody th {
  color: var(--ahr-ink);
  font-size: 17px;
}

.ahr-creative__pricing-table tbody tr:last-child th,
.ahr-creative__pricing-table tbody tr:last-child td {
  border-bottom: 0;
}

.ahr-creative__pricing-table td strong,
.ahr-creative__pricing-table td span {
  display: block;
}

.ahr-creative__pricing-table td strong {
  color: var(--ahr-ink);
  font-size: 19px;
  line-height: 1.2;
}

.ahr-creative__pricing-table td span {
  margin-top: 5px;
  color: var(--ahr-muted);
  font-size: 12px;
  line-height: 1.3;
}

.ahr-creative__pricing-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(310px, 0.55fr);
  gap: 40px;
  align-items: start;
  margin-top: 34px;
}

.ahr-creative__terms {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 24px;
  border-top: 2px solid var(--ahr-ink);
  list-style: none;
}

.ahr-creative__terms li {
  display: grid;
  gap: 5px;
  padding: 15px 0;
  border-bottom: 1px solid #cbd8eb;
}

.ahr-creative__terms strong {
  font-size: 14px;
}

.ahr-creative__terms span {
  color: var(--ahr-text);
  font-size: 13px;
  line-height: 1.42;
}

.ahr-creative__final-action {
  padding: 22px;
  border: 1px solid #c9d7ec;
  border-radius: 10px;
  background: #ffffff;
}

.ahr-creative__final-action .ahr-creative__cta {
  width: 100%;
}

.ahr-creative__final-action p {
  margin-top: 12px;
  color: var(--ahr-muted);
  font-size: 13px;
  line-height: 1.42;
  text-align: center;
}

.ahr-creative__faq {
  background: #ffffff;
}

.ahr-creative__trust-panel {
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
  margin-top: 48px;
  overflow: hidden;
  border: 1px solid #c8d6e9;
  border-top: 2px solid var(--ahr-ink);
  background: #ffffff;
}

.ahr-creative__trust-summary {
  padding: 30px;
  background: var(--ahr-blue-deep);
  color: #ffffff;
}

.ahr-creative__trust-kicker {
  margin-bottom: 12px;
  color: #c9daf8;
  font-size: 12px;
  font-weight: 780;
  letter-spacing: 0.06em;
  line-height: 1.3;
  text-transform: uppercase;
}

.ahr-creative__trust-summary h3 {
  max-width: 440px;
  color: #ffffff;
  font-size: 28px;
  line-height: 1.14;
}

.ahr-creative__trust-summary > p:last-of-type {
  max-width: 540px;
  margin-top: 16px;
  color: #e8effc;
  font-size: 15px;
  line-height: 1.58;
}

.ahr-creative__trust-links {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 8px;
  margin-top: 22px;
}

.ahr-creative__trust-links a {
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.48);
  text-underline-offset: 4px;
}

.ahr-creative__trust-links a:hover,
.ahr-creative__trust-links a:focus-visible {
  text-decoration-color: #ffffff;
}

.ahr-creative__trust-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
}

.ahr-creative__trust-facts > div {
  min-width: 0;
  padding: 24px;
  border-bottom: 1px solid var(--ahr-line);
  border-left: 1px solid var(--ahr-line);
}

.ahr-creative__trust-facts > div:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.ahr-creative__trust-facts dt {
  color: var(--ahr-ink);
  font-size: 23px;
  font-weight: 780;
  letter-spacing: -0.025em;
  line-height: 1.12;
}

.ahr-creative__trust-facts dd {
  max-width: 220px;
  margin: 8px 0 0;
  color: var(--ahr-text);
  font-size: 13px;
  line-height: 1.42;
}

.ahr-creative__faq-list {
  margin: 40px 0 0 calc((100% - 20px) / 12);
  border-top: 2px solid var(--ahr-ink);
}

.ahr-creative__faq-list details {
  border-bottom: 1px solid var(--ahr-line);
}

.ahr-creative__faq-list summary {
  position: relative;
  padding: 20px 52px 20px 0;
  color: var(--ahr-ink);
  font-size: 18px;
  font-weight: 720;
  line-height: 1.35;
  cursor: pointer;
  list-style: none;
}

.ahr-creative__faq-list summary::-webkit-details-marker {
  display: none;
}

.ahr-creative__faq-list summary::after {
  position: absolute;
  top: 19px;
  right: 4px;
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ahr-line);
  border-radius: 50%;
  color: var(--ahr-blue-strong);
  content: "+";
  font-size: 21px;
  font-weight: 500;
  line-height: 1;
}

.ahr-creative__faq-list details[open] summary::after {
  content: "−";
}

.ahr-creative__faq-list details > p {
  max-width: 900px;
  padding: 0 70px 21px 0;
  color: var(--ahr-text);
  font-size: 16px;
  line-height: 1.55;
}

@media (max-width: 1280px) {
  .ahr-creative__hero-grid {
    grid-template-columns: minmax(390px, 0.82fr) minmax(580px, 1.18fr);
    gap: 30px;
  }

  .ahr-creative__machine-grid {
    grid-template-columns: minmax(122px, 0.78fr) minmax(205px, 1.28fr) minmax(150px, 0.94fr);
    gap: 18px;
    padding-inline: 14px;
  }

  .ahr-creative__source-stack::after {
    right: -18px;
    width: 18px;
  }

  .ahr-creative__result-stack::before {
    left: -18px;
    width: 18px;
  }

  .ahr-creative__source-card {
    padding-inline: 7px;
  }

  .ahr-creative__source-card > span {
    font-size: 11px;
  }
}

@media (max-width: 1100px) {
  .ahr-creative__hero-grid {
    grid-template-columns: 1fr;
  }

  .ahr-creative h1,
  .ahr-creative__lead {
    max-width: 820px;
  }

  .ahr-creative__hero-action {
    grid-template-columns: max-content minmax(230px, 1fr);
    max-width: 700px;
  }

  .ahr-creative__hero-machine {
    margin-top: 6px;
  }

  .ahr-creative__data-stage,
  .ahr-creative__interview-grid,
  .ahr-creative__results-grid {
    grid-template-columns: 1fr;
  }

  .ahr-creative__knowledge-list {
    width: min(100%, 780px);
  }

  .ahr-creative__product-shot--dialogue,
  .ahr-creative__product-shot--result {
    width: min(100%, 760px);
    justify-self: start;
  }

  .ahr-creative__results-grid {
    align-items: start;
  }

  .ahr-creative__funnel-board {
    width: min(100%, 900px);
  }

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

  .ahr-creative__timeline li {
    min-height: 160px;
  }

  .ahr-creative__pricing-footer {
    grid-template-columns: 1fr;
  }

  .ahr-creative__final-action {
    width: min(100%, 480px);
  }
}

@media (max-width: 820px) {
  .ahr-creative__shell {
    width: min(100% - 34px, 720px);
  }

  .ahr-creative__section {
    padding: 68px 0;
  }

  .ahr-creative__hero {
    padding: 30px 0 42px;
  }

  .ahr-creative__section-head {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .ahr-creative__section-head > .ahr-creative__section-index,
  .ahr-creative__section-head > :not(.ahr-creative__section-index),
  .ahr-creative__section-head--compact h2 {
    grid-column: auto;
  }

  .ahr-creative__section-index {
    padding-top: 0;
  }

  .ahr-creative__data-stage,
  .ahr-creative__interview-grid,
  .ahr-creative__results-grid {
    gap: 32px;
    margin-top: 38px;
  }

  .ahr-creative__mid-action {
    align-items: flex-start;
    flex-direction: column;
  }

  .ahr-creative__mid-action .ahr-creative__cta {
    width: 100%;
  }

  .ahr-creative__trust-panel {
    grid-template-columns: 1fr;
  }

  .ahr-creative__faq-list {
    margin-left: 0;
  }
}

@media (max-width: 720px) {
  .ahr-creative {
    font-size: 16px;
  }

  .ahr-creative h1 {
    font-size: clamp(34px, 10vw, 40px);
    line-height: 1.04;
  }

  .ahr-creative h2 {
    font-size: clamp(29px, 8.2vw, 34px);
    line-height: 1.1;
  }

  .ahr-creative h3 {
    font-size: 22px;
  }

  .ahr-creative__eyebrow {
    margin-bottom: 14px;
    font-size: 16px;
  }

  .ahr-creative__lead {
    margin-top: 19px;
    font-size: 17px;
    line-height: 1.48;
  }

  .ahr-creative__hero-action {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 22px;
  }

  .ahr-creative__hero-action > p {
    max-width: none;
    font-size: 13px;
  }

  .ahr-creative .ahr-creative__cta {
    width: 100%;
    min-height: 50px;
  }

  .ahr-creative__machine-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .ahr-creative__machine-grid {
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 17px;
  }

  .ahr-creative__agent-core {
    padding: 16px;
  }

  .ahr-creative__agent-title {
    gap: 10px;
  }

  .ahr-creative__agent-title > span {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
  }

  .ahr-creative__agent-title strong {
    font-size: 17px;
  }

  .ahr-creative__mini-dialogue {
    gap: 7px;
    margin-top: 14px;
  }

  .ahr-creative__mini-dialogue p {
    padding: 8px 9px;
    font-size: 11px;
    line-height: 1.35;
  }

  .ahr-creative__channel-row span {
    padding: 6px 3px;
    font-size: 9px;
  }

  .ahr-creative__source-stack,
  .ahr-creative__result-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ahr-creative__source-stack > p,
  .ahr-creative__result-stack > p {
    grid-column: 1 / -1;
  }

  .ahr-creative__source-stack::after,
  .ahr-creative__result-stack::before,
  .ahr-creative__agent-core::before,
  .ahr-creative__agent-core::after {
    display: none;
  }

  .ahr-creative__andata-node {
    grid-row: span 2;
  }

  .ahr-creative__machine-foot {
    grid-template-columns: 1fr;
  }

  .ahr-creative__machine-foot span + span {
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    border-left: 0;
  }

  .ahr-creative__intro {
    margin-top: 16px;
    font-size: 17px;
  }

  .ahr-creative__rule {
    margin-top: 24px;
    padding: 15px 16px;
    font-size: 16px;
  }

  .ahr-creative__shot-toolbar {
    font-size: 10px;
  }

  .ahr-creative__shot-viewport--dialogue,
  .ahr-creative__shot-viewport--result {
    height: 470px;
  }

  .ahr-creative__conversation-steps li {
    grid-template-columns: 36px minmax(0, 1fr);
  }

  .ahr-creative__funnel-board {
    padding: 19px;
  }

  .ahr-creative__funnel-head strong {
    font-size: 16px;
  }

  .ahr-creative__funnel li {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .ahr-creative__result-facts {
    grid-template-columns: 1fr;
  }

  .ahr-creative__mid-action {
    padding: 19px;
  }

  .ahr-creative__timeline {
    grid-template-columns: 1fr;
  }

  .ahr-creative__timeline li {
    min-height: 0;
    padding: 18px 16px;
  }

  .ahr-creative__pricing-wrap {
    overflow: visible;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .ahr-creative__pricing-table {
    min-width: 0;
  }

  .ahr-creative__pricing-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .ahr-creative__pricing-table tbody {
    display: grid;
    gap: 14px;
  }

  .ahr-creative__pricing-table tbody tr {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid #cbd8eb;
    border-radius: 10px;
    background: #ffffff;
  }

  .ahr-creative__pricing-table th,
  .ahr-creative__pricing-table td,
  .ahr-creative__pricing-table th + td,
  .ahr-creative__pricing-table td + td {
    border: 0;
  }

  .ahr-creative__pricing-table tbody th {
    grid-column: 1 / -1;
    padding: 15px 16px;
    border-bottom: 1px solid var(--ahr-line);
    background: #173b78;
    color: #ffffff;
  }

  .ahr-creative__pricing-table tbody td {
    padding: 14px 10px;
  }

  .ahr-creative__pricing-table tbody td + td {
    border-left: 1px solid var(--ahr-line);
  }

  .ahr-creative__pricing-table td strong {
    font-size: 15px;
  }

  .ahr-creative__pricing-table td span {
    font-size: 10px;
  }

  .ahr-creative__terms {
    grid-template-columns: 1fr;
  }

  .ahr-creative__trust-summary {
    padding: 24px 20px;
  }

  .ahr-creative__trust-summary h3 {
    font-size: 24px;
  }

  .ahr-creative__trust-facts {
    grid-template-columns: 1fr;
  }

  .ahr-creative__trust-facts > div {
    padding: 18px 20px;
    border-left: 0;
  }

  .ahr-creative__trust-facts > div:nth-last-child(2) {
    border-bottom: 1px solid var(--ahr-line);
  }

  .ahr-creative__trust-facts dd {
    max-width: none;
  }

  .ahr-creative__faq-list summary {
    padding: 17px 44px 17px 0;
    font-size: 16px;
  }

  .ahr-creative__faq-list summary::after {
    top: 14px;
    right: 0;
  }

  .ahr-creative__faq-list details > p {
    padding: 0 8px 18px 0;
    font-size: 15px;
  }
}

@media (max-width: 390px) {
  .ahr-creative__shell {
    width: calc(100% - 28px);
  }

  .ahr-creative__section {
    padding: 58px 0;
  }

  .ahr-creative__hero {
    padding: 24px 0 34px;
  }

  .ahr-creative__source-card > b {
    width: 25px;
    height: 25px;
    flex-basis: 25px;
  }

  .ahr-creative__source-card > span {
    font-size: 10px;
  }

  .ahr-creative__channel-row span {
    font-size: 8px;
  }

  .ahr-creative__shot-toolbar span:last-child {
    display: none;
  }

  .ahr-creative__shot-viewport--dialogue,
  .ahr-creative__shot-viewport--result {
    height: 420px;
  }

  .ahr-creative__pricing-table tbody td {
    padding-inline: 7px;
  }

  .ahr-creative__pricing-table td strong {
    font-size: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ahr-creative *,
  .ahr-creative *::before,
  .ahr-creative *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
