body.andata-ai-hr-agent-v1-active {
  overflow-x: clip;
  background: #fff;
}

.andata-ai-hr-agent-v1-active .content-area,
.andata-ai-hr-agent-v1-active .site-main,
.andata-ai-hr-agent-v1-active article.entry,
.andata-ai-hr-agent-v1-active .entry-content,
.andata-ai-hr-agent-v1-active .entry-content-wrap,
.andata-ai-hr-agent-v1-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-v1-active .chatWrapper {
  display: none !important;
}

.ahr1-page {
  --ahr1-white: #fff;
  --ahr1-ink: #252733;
  --ahr1-text: #60636d;
  --ahr1-muted: #696d77;
  --ahr1-line: #e8eaf0;
  --ahr1-line-strong: #d6dae4;
  --ahr1-blue: #568bef;
  --ahr1-blue-strong: #336fdc;
  --ahr1-blue-text: #2f65c7;
  --ahr1-blue-soft: #edf4ff;
  --ahr1-surface: #f3f7fd;
  --ahr1-yellow: #f2c94c;
  --ahr1-yellow-hover: #e6bd3d;
  --ahr1-positive: #26714d;
  --ahr1-shell: 1240px;
  --ahr1-gutter: 32px;
  min-width: 0;
  overflow: clip;
  background: var(--ahr1-white);
  color: var(--ahr1-ink);
  font-family: "Onest", Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.ahr1-page *,
.ahr1-page *::before,
.ahr1-page *::after {
  box-sizing: border-box;
}

.ahr1-page h1,
.ahr1-page h2,
.ahr1-page h3,
.ahr1-page p,
.ahr1-page ol,
.ahr1-page ul,
.ahr1-page figure {
  margin: 0;
}

.ahr1-page button,
.ahr1-page input,
.ahr1-page a {
  font: inherit;
}

.ahr1-page a {
  color: inherit;
}

.ahr1-page a[href] {
  cursor: pointer;
}

.ahr1-page :focus-visible {
  outline: 3px solid var(--ahr1-blue-strong);
  outline-offset: 4px;
}

.ahr1-shell {
  width: min(100%, var(--ahr1-shell));
  margin-inline: auto;
  padding-inline: var(--ahr1-gutter);
}

.ahr1-skip {
  position: fixed;
  z-index: 1000000;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--ahr1-yellow);
  color: var(--ahr1-ink) !important;
  font-weight: 800;
  text-decoration: none;
  transform: translateY(-180%);
  transition: transform 160ms ease;
}

.ahr1-skip:focus {
  transform: translateY(0);
}

.ahr1-kicker {
  color: var(--ahr1-blue-text);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ahr1-section {
  scroll-margin-top: 96px;
  padding-block: 80px;
}

.ahr1-section-head {
  max-width: 820px;
  margin-bottom: 48px;
}

.ahr1-section-head h2,
.ahr1-offer-intro h2 {
  max-width: 980px;
  margin-top: 14px;
  font-size: clamp(34px, 3.5vw, 50px);
  font-weight: 760;
  letter-spacing: -0.045em;
  line-height: 1.04;
}

.ahr1-section-head > p:last-child,
.ahr1-section-head--split > p {
  max-width: 720px;
  margin-top: 20px;
  color: var(--ahr1-text);
  font-size: 19px;
  line-height: 1.6;
}

.ahr1-section-head--split {
  display: grid;
  max-width: none;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  gap: 64px;
  align-items: end;
}

.ahr1-section-head--split > p {
  margin: 0 0 4px;
}

.ahr1-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 14px 22px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 780;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.ahr1-button:hover {
  transform: translateY(-1px);
}

.ahr1-button--primary,
.ahr1-button--primary:visited {
  border-color: var(--ahr1-yellow);
  background: var(--ahr1-yellow);
  color: var(--ahr1-ink) !important;
}

.ahr1-button--primary:hover {
  border-color: var(--ahr1-yellow-hover);
  background: var(--ahr1-yellow-hover);
  color: var(--ahr1-ink) !important;
}

.ahr1-button--secondary,
.ahr1-button--secondary:visited {
  border-color: var(--ahr1-line-strong);
  background: var(--ahr1-white);
  color: var(--ahr1-ink) !important;
}

.ahr1-button--secondary:hover {
  border-color: var(--ahr1-blue);
  background: var(--ahr1-blue-soft);
}

/* Hero */

.ahr1-hero {
  position: relative;
  overflow: hidden;
  padding-block: 32px 38px;
  border-bottom: 1px solid var(--ahr1-line);
  background: var(--ahr1-white);
}

.ahr1-hero::before {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  width: 39%;
  height: 100%;
  background: var(--ahr1-blue-soft);
  content: "";
}

.ahr1-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(540px, 1.05fr);
  gap: 44px;
  align-items: center;
}

.ahr1-hero__copy {
  padding-block: 18px;
}

.ahr1-hero h1 {
  max-width: 650px;
  margin-top: 16px;
  font-size: clamp(48px, 4.7vw, 68px);
  font-weight: 780;
  letter-spacing: -0.06em;
  line-height: 0.98;
}

.ahr1-hero__lead {
  max-width: 670px;
  margin-top: 22px !important;
  color: var(--ahr1-text);
  font-size: 18px;
  line-height: 1.55;
}

.ahr1-proofline {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 22px !important;
  padding: 0;
  color: var(--ahr1-ink);
  font-size: 14px;
  font-weight: 700;
  list-style: none;
}

.ahr1-proofline li {
  position: relative;
  padding-left: 18px;
}

.ahr1-proofline li::before {
  position: absolute;
  top: 0.53em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--ahr1-blue);
  content: "";
}

.ahr1-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.ahr1-microcopy {
  max-width: 600px;
  margin-top: 12px !important;
  color: var(--ahr1-muted);
  font-size: 13px;
}

.ahr1-product-shot {
  overflow: hidden;
  border: 1px solid var(--ahr1-line-strong);
  border-radius: 18px;
  background: var(--ahr1-white);
  box-shadow: 0 20px 60px rgba(37, 39, 51, 0.1);
}

.ahr1-product-shot--hero {
  transform: translateX(12px);
}

.ahr1-product-shot__bar {
  display: flex;
  align-items: center;
  height: 42px;
  padding-inline: 14px;
  border-bottom: 1px solid var(--ahr1-line);
  background: var(--ahr1-surface);
}

.ahr1-product-shot__bar span {
  width: 8px;
  height: 8px;
  margin-right: 5px;
  border-radius: 50%;
  background: var(--ahr1-line-strong);
}

.ahr1-product-shot__bar b {
  margin-left: 9px;
  color: var(--ahr1-text);
  font-size: 11px;
  font-weight: 700;
}

.ahr1-product-shot__label {
  padding: 12px 16px;
  border-bottom: 1px solid var(--ahr1-line);
  background: var(--ahr1-surface);
  color: var(--ahr1-text);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ahr1-product-shot img {
  display: block;
  width: 100%;
  height: auto;
  background: var(--ahr1-surface);
}

.ahr1-product-shot figcaption {
  padding: 13px 16px 15px;
  border-top: 1px solid var(--ahr1-line);
  color: var(--ahr1-muted);
  font-size: 12px;
  line-height: 1.45;
}

/* Value */

.ahr1-value {
  background: var(--ahr1-blue-soft);
}

.ahr1-value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.ahr1-value-card {
  display: flex;
  min-height: 390px;
  flex-direction: column;
  padding: 30px;
  border: 1px solid var(--ahr1-line);
  border-radius: 16px;
  background: var(--ahr1-white);
}

.ahr1-value-card__index {
  color: var(--ahr1-blue-strong);
  font-size: 14px;
  font-weight: 800;
}

.ahr1-value-card h3 {
  margin-top: 42px;
  font-size: 28px;
  font-weight: 750;
  letter-spacing: -0.035em;
  line-height: 1.12;
}

.ahr1-value-card > p:not(.ahr1-value-card__index):not(.ahr1-value-card__proof) {
  margin-top: 18px;
  color: var(--ahr1-text);
}

.ahr1-value-card__proof {
  margin-top: auto !important;
  padding-top: 26px;
  border-top: 1px solid var(--ahr1-line);
  color: var(--ahr1-ink);
  font-size: 13px;
  font-weight: 730;
}

/* Calculator */

.ahr1-economics {
  background: var(--ahr1-white);
}

.ahr1-calculator {
  display: grid;
  overflow: hidden;
  grid-template-columns: minmax(350px, 0.8fr) minmax(480px, 1.2fr);
  border: 1px solid var(--ahr1-line-strong);
  border-radius: 20px;
  background: var(--ahr1-white);
  box-shadow: 0 18px 60px rgba(37, 39, 51, 0.07);
}

.ahr1-calculator__inputs {
  padding: 34px;
  border-right: 1px solid var(--ahr1-line-strong);
}

.ahr1-calculator__label {
  margin-bottom: 24px !important;
  color: var(--ahr1-blue-strong);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ahr1-field {
  display: block;
  padding-block: 17px;
  border-top: 1px solid var(--ahr1-line);
}

.ahr1-field > span:first-child {
  display: block;
  margin-bottom: 9px;
  color: var(--ahr1-text);
  font-size: 13px;
  font-weight: 650;
}

.ahr1-field__control {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.ahr1-field input {
  width: min(150px, 58%);
  height: 48px;
  padding: 7px 12px;
  border: 1px solid var(--ahr1-line-strong);
  border-radius: 8px;
  background: var(--ahr1-white);
  color: var(--ahr1-ink);
  font-size: 22px;
  font-weight: 750;
  line-height: 1;
}

.ahr1-field input:hover {
  border-color: var(--ahr1-blue);
}

.ahr1-field input:focus {
  border-color: var(--ahr1-blue-strong);
}

.ahr1-field__control em {
  color: var(--ahr1-muted);
  font-size: 13px;
  font-style: normal;
}

.ahr1-calculator__formula {
  margin-top: 18px !important;
  padding: 16px;
  border-radius: 10px;
  background: var(--ahr1-surface);
  color: var(--ahr1-text);
  font-size: 12px;
  line-height: 1.5;
}

.ahr1-calculator__result {
  padding: 38px;
  background: var(--ahr1-blue-soft);
}

.ahr1-result-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--ahr1-line-strong);
}

.ahr1-result-head p,
.ahr1-result-compare p,
.ahr1-result-bottom p {
  color: var(--ahr1-text);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ahr1-result-head strong {
  display: block;
  margin-top: 6px;
  font-size: 24px;
  font-weight: 770;
  line-height: 1.15;
}

.ahr1-result-head > span {
  align-self: center;
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--ahr1-white);
  color: var(--ahr1-blue-strong);
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}

.ahr1-result-compare {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 28px minmax(0, 1fr);
  gap: 14px;
  align-items: stretch;
  padding-block: 30px;
}

.ahr1-result-compare article {
  padding: 22px;
  border: 1px solid var(--ahr1-line-strong);
  border-radius: 12px;
  background: var(--ahr1-white);
}

.ahr1-result-compare__agent {
  border-color: var(--ahr1-blue) !important;
  box-shadow: inset 0 3px 0 var(--ahr1-blue);
}

.ahr1-result-compare strong {
  display: block;
  margin-top: 12px;
  font-size: clamp(27px, 3vw, 38px);
  font-weight: 780;
  letter-spacing: -0.04em;
  line-height: 1;
}

.ahr1-result-compare article > span {
  display: block;
  margin-top: 9px;
  color: var(--ahr1-text);
  font-size: 13px;
}

.ahr1-result-compare__arrow {
  align-self: center;
  color: var(--ahr1-blue-strong);
  font-size: 24px;
  font-weight: 800;
  text-align: center;
}

.ahr1-result-bottom {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--ahr1-line-strong);
  border-radius: 12px;
  background: var(--ahr1-line-strong);
}

.ahr1-result-bottom > div {
  padding: 20px 22px;
  background: var(--ahr1-white);
}

.ahr1-result-bottom strong {
  display: block;
  margin-top: 7px;
  color: var(--ahr1-positive);
  font-size: 26px;
  font-weight: 780;
}

.ahr1-result-bottom [data-negative="true"] {
  color: #a23c3c;
}

.ahr1-result-note {
  margin-top: 18px !important;
  color: var(--ahr1-text);
  font-size: 12px;
}

.ahr1-calculator[data-unsupported="true"] .ahr1-calculator__result {
  background: var(--ahr1-surface);
}

/* Workday */

.ahr1-workday {
  background: var(--ahr1-surface);
}

.ahr1-workday-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.ahr1-workday-column {
  padding: 34px;
  border: 1px solid var(--ahr1-line-strong);
  border-radius: 16px;
  background: var(--ahr1-white);
}

.ahr1-workday-column--after {
  border-color: var(--ahr1-blue);
  box-shadow: inset 0 4px 0 var(--ahr1-blue);
}

.ahr1-workday-column__tag {
  color: var(--ahr1-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ahr1-workday-column--after .ahr1-workday-column__tag {
  color: var(--ahr1-blue-strong);
}

.ahr1-workday-column h3 {
  max-width: 480px;
  margin-top: 16px;
  font-size: 30px;
  font-weight: 750;
  letter-spacing: -0.035em;
  line-height: 1.12;
}

.ahr1-workday-column ol {
  margin-top: 30px;
  padding: 0;
  border-top: 1px solid var(--ahr1-line);
  list-style: none;
}

.ahr1-workday-column li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  padding-block: 17px;
  border-bottom: 1px solid var(--ahr1-line);
  color: var(--ahr1-text);
}

.ahr1-workday-column li span {
  color: var(--ahr1-blue-strong);
  font-size: 12px;
  font-weight: 800;
}

/* Real UI */

.ahr1-real-ui {
  background: var(--ahr1-white);
}

.ahr1-real-ui-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  align-items: start;
}

.ahr1-real-ui-grid .ahr1-product-shot {
  box-shadow: 0 14px 42px rgba(37, 39, 51, 0.08);
}

/* Outcome */

.ahr1-outcome {
  background: var(--ahr1-blue-soft);
}

.ahr1-outcome__grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) minmax(500px, 1.2fr);
  gap: 80px;
  align-items: start;
}

.ahr1-outcome .ahr1-section-head {
  position: sticky;
  top: 120px;
  margin: 0;
}

.ahr1-outcome-list {
  border-top: 1px solid var(--ahr1-line-strong);
}

.ahr1-outcome-list article {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  padding-block: 25px;
  border-bottom: 1px solid var(--ahr1-line-strong);
}

.ahr1-outcome-list article > span {
  color: var(--ahr1-blue-text);
  font-size: 13px;
  font-weight: 800;
}

.ahr1-outcome-list h3 {
  font-size: 24px;
  font-weight: 750;
  letter-spacing: -0.025em;
  line-height: 1.15;
}

.ahr1-outcome-list p {
  margin-top: 8px;
  color: var(--ahr1-text);
}

/* Offer */

.ahr1-offer {
  background: var(--ahr1-white);
}

.ahr1-offer-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  gap: 60px;
  align-items: end;
  margin-bottom: 48px;
}

.ahr1-promo-note {
  padding: 22px;
  border: 1px solid var(--ahr1-line-strong);
  border-left: 4px solid var(--ahr1-yellow);
  border-radius: 12px;
  background: var(--ahr1-surface);
}

.ahr1-promo-note strong,
.ahr1-promo-note span {
  display: block;
}

.ahr1-promo-note strong {
  font-size: 17px;
}

.ahr1-promo-note span {
  margin-top: 5px;
  color: var(--ahr1-text);
  font-size: 13px;
}

.ahr1-pricing {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.ahr1-price-card {
  position: relative;
  padding: 28px;
  border: 1px solid var(--ahr1-line-strong);
  border-radius: 16px;
  background: var(--ahr1-white);
}

.ahr1-price-card--featured {
  border-color: var(--ahr1-blue);
  box-shadow: inset 0 4px 0 var(--ahr1-blue);
}

.ahr1-price-card > p {
  display: flex;
  min-height: 24px;
  justify-content: space-between;
  gap: 10px;
  color: var(--ahr1-blue-strong);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ahr1-price-card > p span {
  padding: 3px 7px;
  border-radius: 999px;
  background: var(--ahr1-blue-soft);
  color: var(--ahr1-blue-text);
  font-size: 9px;
  letter-spacing: 0.04em;
}

.ahr1-price-card h3 {
  margin-top: 26px;
  font-size: 38px;
  font-weight: 780;
  letter-spacing: -0.045em;
  line-height: 1;
}

.ahr1-price-card h3 span {
  color: var(--ahr1-muted);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
}

.ahr1-price-card > strong {
  display: block;
  margin-top: 18px;
  font-size: 21px;
  font-weight: 750;
}

.ahr1-price-card ul {
  margin-top: 26px;
  padding: 20px 0 0;
  border-top: 1px solid var(--ahr1-line);
  color: var(--ahr1-text);
  font-size: 14px;
  list-style: none;
}

.ahr1-price-card li {
  position: relative;
  margin-top: 9px;
  padding-left: 18px;
}

.ahr1-price-card li::before {
  position: absolute;
  top: 0.58em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--ahr1-blue);
  content: "";
}

.ahr1-offer-close {
  display: flex;
  justify-content: space-between;
  gap: 36px;
  align-items: center;
  margin-top: 26px;
  padding: 28px;
  border-radius: 16px;
  background: var(--ahr1-blue-soft);
}

.ahr1-offer-close h3 {
  font-size: 24px;
  font-weight: 750;
  letter-spacing: -0.025em;
}

.ahr1-offer-close p {
  max-width: 720px;
  margin-top: 7px;
  color: var(--ahr1-text);
  font-size: 14px;
}

.ahr1-offer-close .ahr1-button {
  flex: 0 0 auto;
}

.ahr1-faq {
  margin-top: 112px;
}

.ahr1-faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 34px;
  border-top: 1px solid var(--ahr1-line-strong);
}

.ahr1-faq-list article {
  padding-block: 25px 28px;
  border-bottom: 1px solid var(--ahr1-line-strong);
}

.ahr1-faq-list h3 {
  font-size: 20px;
  font-weight: 740;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.ahr1-faq-list p {
  margin-top: 11px;
  color: var(--ahr1-text);
  font-size: 15px;
}

@media (max-width: 1100px) {
  .ahr1-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(420px, 1fr);
    gap: 28px;
  }

  .ahr1-hero h1 {
    font-size: clamp(47px, 5vw, 56px);
  }

  .ahr1-calculator {
    grid-template-columns: minmax(310px, 0.72fr) minmax(430px, 1.28fr);
  }

  .ahr1-calculator__inputs,
  .ahr1-calculator__result {
    padding: 28px;
  }

  .ahr1-result-compare article {
    padding: 18px;
  }
}

@media (max-width: 900px) {
  .ahr1-page {
    --ahr1-gutter: 24px;
  }

  .ahr1-section {
    padding-block: 64px;
  }

  .ahr1-hero {
    padding-block: 50px 56px;
  }

  .ahr1-hero::before {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 43%;
  }

  .ahr1-hero__grid,
  .ahr1-section-head--split,
  .ahr1-calculator,
  .ahr1-outcome__grid,
  .ahr1-offer-intro {
    grid-template-columns: 1fr;
  }

  .ahr1-hero__grid,
  .ahr1-outcome__grid {
    gap: 48px;
  }

  .ahr1-section-head--split,
  .ahr1-offer-intro {
    gap: 24px;
  }

  .ahr1-section-head--split > p {
    max-width: 760px;
  }

  .ahr1-product-shot--hero {
    transform: none;
  }

  .ahr1-value-grid,
  .ahr1-pricing {
    grid-template-columns: 1fr;
  }

  .ahr1-value-card {
    min-height: 0;
  }

  .ahr1-value-card h3 {
    margin-top: 26px;
  }

  .ahr1-value-card__proof {
    margin-top: 36px !important;
  }

  .ahr1-calculator__inputs {
    border-right: 0;
    border-bottom: 1px solid var(--ahr1-line-strong);
  }

  .ahr1-outcome .ahr1-section-head {
    position: static;
  }

  .ahr1-price-card {
    padding: 30px;
  }
}

@media (max-width: 720px) {
  .ahr1-page {
    --ahr1-gutter: 18px;
    font-size: 16px;
  }

  .ahr1-section {
    padding-block: 56px;
  }

  .ahr1-section-head {
    margin-bottom: 34px;
  }

  .ahr1-section-head h2,
  .ahr1-offer-intro h2 {
    font-size: clamp(31px, 8.8vw, 36px);
  }

  .ahr1-section-head > p:last-child,
  .ahr1-section-head--split > p {
    font-size: 17px;
  }

  .ahr1-hero {
    padding-block: 40px 44px;
  }

  .ahr1-hero::before {
    height: 35%;
  }

  .ahr1-hero h1 {
    font-size: clamp(40px, 11.2vw, 44px);
    line-height: 1;
  }

  .ahr1-hero__grid {
    gap: 32px;
  }

  .ahr1-hero__lead {
    margin-top: 20px !important;
    font-size: 17px;
  }

  .ahr1-actions {
    display: grid;
  }

  .ahr1-actions .ahr1-button {
    width: 100%;
  }

  .ahr1-product-shot {
    border-radius: 12px;
  }

  .ahr1-product-shot--hero {
    width: calc(100% + 20px);
    margin-left: -10px;
  }

  .ahr1-product-shot--hero img {
    height: 155px;
    object-fit: cover;
    object-position: top;
  }

  .ahr1-value-grid,
  .ahr1-workday-grid,
  .ahr1-real-ui-grid,
  .ahr1-result-bottom,
  .ahr1-faq-list {
    grid-template-columns: 1fr;
  }

  .ahr1-value-card,
  .ahr1-workday-column,
  .ahr1-price-card {
    padding: 24px;
  }

  .ahr1-calculator {
    border-radius: 14px;
  }

  .ahr1-calculator__inputs,
  .ahr1-calculator__result {
    padding: 22px;
  }

  .ahr1-result-head {
    display: block;
  }

  .ahr1-result-head > span {
    display: inline-block;
    margin-top: 16px;
  }

  .ahr1-result-compare {
    grid-template-columns: 1fr;
  }

  .ahr1-result-compare__arrow {
    transform: rotate(90deg);
  }

  .ahr1-result-bottom {
    gap: 1px;
  }

  .ahr1-workday-column h3 {
    font-size: 26px;
  }

  .ahr1-outcome__grid {
    gap: 36px;
  }

  .ahr1-outcome-list article {
    grid-template-columns: 36px 1fr;
  }

  .ahr1-offer-intro {
    margin-bottom: 34px;
  }

  .ahr1-offer-close {
    display: block;
    padding: 24px;
  }

  .ahr1-offer-close .ahr1-button {
    width: 100%;
    margin-top: 22px;
  }

  .ahr1-faq {
    margin-top: 80px;
  }
}

@media (max-width: 380px) {
  .ahr1-page {
    --ahr1-gutter: 14px;
  }

  .ahr1-hero h1 {
    font-size: 40px;
  }

  .ahr1-button {
    padding-inline: 14px;
    font-size: 15px;
  }

  .ahr1-calculator__inputs,
  .ahr1-calculator__result,
  .ahr1-value-card,
  .ahr1-workday-column,
  .ahr1-price-card {
    padding: 19px;
  }
}

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

@media print {
  .ahr1-button,
  .ahr1-skip {
    display: none !important;
  }

  .ahr1-section,
  .ahr1-hero {
    padding-block: 34px;
  }

  .ahr1-product-shot,
  .ahr1-calculator {
    box-shadow: none;
  }
}
