:root {
  --color-base--black: #171717;
  --accent: #171717;
  --secondary: #171717;
  --bulb: #c9a227;
  --logo-blue: #4f9df9;
  --color-base--white: #fbfaf7;
  --fonts--body: Inter, sans-serif;
  --fonts--heading: Manrope, sans-serif;
}

html,
body {
  background-color: #fff !important;
  max-width: 100%;
  font-family: Inter, sans-serif;
  font-feature-settings: normal;
  font-variant-numeric: normal;
  letter-spacing: normal;
}

h1, h2, h3,
.heading-style-h1,
.heading-style-h2,
.heading-style-h3 {
  font-family: Manrope, sans-serif;
  font-weight: 600;
  letter-spacing: normal;
}

h1,
.heading-style-h1 {
  line-height: 1.05;
}

h4, h5, h6,
.heading-style-h4,
.heading-style-h5,
.heading-style-h6 {
  font-family: Manrope, sans-serif;
  font-weight: 500;
  letter-spacing: normal;
}

.button,
.ac-header-link,
.ac-header-cta,
.form_input,
.faq_question,
.faq_answer {
  font-family: Inter, sans-serif;
  letter-spacing: normal;
}

.faq_accordion {
  cursor: default;
}

.faq_question_header {
  padding-right: 0;
}

.faq_action {
  display: none;
}

.button {
  font-weight: 500;
}

.text-weight-light {
  font-weight: 400;
}

.page-wrapper {
  background-color: #fff;
  min-height: 100%;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #d4d4d4;
  border-radius: 999px;
}

.badges,
.button-plan,
.nav-dropdown-column.is-buy-template {
  display: none !important;
}

.navbar {
  display: none !important;
}

.main-wrapper > :first-child::before {
  content: "";
  display: block;
  height: var(--ac-nav-offset, 4.75rem);
  pointer-events: none;
}

.ac-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  width: 100%;
  background: transparent;
  border: none;
  padding: 0.7rem 1rem 0;
  pointer-events: none;
}

.ac-header-inner {
  pointer-events: auto;
  position: relative;
  width: 100%;
  max-width: 1080px;
  min-height: 58px;
  margin: 0 auto;
  padding: 0 0.7rem 0 1.2rem;
  display: flex;
  align-items: center;
  gap: 2rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(23, 23, 23, 0.1);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.7) inset,
    0 12px 40px rgba(23, 23, 23, 0.1);
  backdrop-filter: blur(22px) saturate(180%);
  -webkit-backdrop-filter: blur(22px) saturate(180%);
  transition: background 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.ac-header-logo {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  min-width: 0;
  margin-right: auto;
}

.ac-header-logo img {
  display: block;
  height: 32px;
  width: auto;
  max-width: min(180px, 100%);
}

.ac-header-nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.ac-header-link {
  color: #525252;
  font-family: var(--fonts--body);
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}

.ac-header-link:hover,
.ac-header-link.is-current {
  color: #171717;
}

.ac-header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  padding: 0 1.05rem;
  border-radius: 999px;
  background: #171717;
  color: #fff;
  font-family: var(--fonts--body);
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  flex: 0 0 auto;
}

.ac-header-cta:hover {
  background: #2a2a2a;
}

.ac-header-toggle {
  display: none;
  width: 40px;
  min-width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
  flex: 0 0 auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}

.ac-header-toggle,
.ac-header-cta,
.ac-header-nav,
.ac-header-logo {
  pointer-events: auto;
}

.ac-header-toggle span {
  display: block;
  width: 18px;
  height: 1.5px;
  background: #171717;
}

.ac-header.is-on-dark .ac-header-inner {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.2) inset,
    0 12px 40px rgba(23, 23, 23, 0.16);
}

.ac-header.is-on-dark .ac-header-logo img {
  filter: brightness(0) invert(1);
}

.ac-header.is-on-dark .ac-header-link {
  color: rgba(251, 250, 247, 0.82);
}

.ac-header.is-on-dark .ac-header-link:hover,
.ac-header.is-on-dark .ac-header-link.is-current {
  color: #fff;
}

.ac-header.is-on-dark .ac-header-cta {
  background: #fff;
  color: #171717;
}

.ac-header.is-on-dark .ac-header-cta:hover {
  background: #f0eee8;
}

.ac-header.is-on-dark .ac-header-toggle span {
  background: #fff;
}

.nav-brand.is-footer .nav-logo,
.nav-brand.is-footer img {
  height: 32px;
  width: auto;
  max-width: 160px;
}

.footer-box {
  padding-bottom: 3.5rem;
}

.footer_info-column {
  gap: 0.5rem;
  row-gap: 0.5rem;
}

.footer_info-column > img,
.ac-soc-badge {
  width: 48px !important;
  height: auto !important;
  max-width: 48px !important;
  object-fit: contain;
  margin-top: 0.15rem;
}

.footer_socials {
  gap: 0.65rem;
  margin-top: 0.1rem;
}

.ac-footer-blurb {
  max-width: 18rem;
}

.ac-footer-meta {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  margin-top: 0.15rem;
  max-width: 20rem;
}

.ac-footer-disclaimer {
  font-size: 0.6875rem;
  line-height: 1.4;
  font-weight: 300;
  color: #8a8680;
}

.footer_nav_box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 3rem;
}

.footer_nav {
  grid-template-columns: repeat(3, auto);
  justify-content: end;
  margin-left: auto;
  column-gap: 4.5rem;
}

.footer_nav-link {
  display: block;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  box-sizing: border-box;
}

.footer_nav-link:hover {
  padding-left: 0.75rem;
}

.footer_socials .social-link,
.ac-team-linkedin {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 999px;
  opacity: 0.9;
}

.footer_socials .social-link:hover,
.ac-team-linkedin:hover {
  opacity: 1;
}

.footer_socials .social-link-image,
.ac-team-linkedin .social-link-image {
  width: 22px !important;
  height: 22px !important;
  max-width: 22px !important;
  object-fit: contain;
}

@media screen and (max-width: 991px) {
  .ac-header {
    position: fixed;
    padding: 0.55rem 0.75rem 0;
  }

  .ac-header-inner {
    min-height: 54px;
    padding: 0 0.45rem 0 0.9rem;
    gap: 0.75rem;
    border-radius: 18px;
  }

  .ac-header-nav {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    z-index: 201;
    padding: 0.65rem 1rem 0.85rem;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(23, 23, 23, 0.08);
    border-radius: 16px;
    box-shadow: 0 18px 40px rgba(23, 23, 23, 0.12);
    backdrop-filter: blur(22px) saturate(180%);
    -webkit-backdrop-filter: blur(22px) saturate(180%);
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }

  .ac-header.is-open .ac-header-nav {
    display: flex;
  }

  .ac-header.is-on-dark .ac-header-nav {
    background: rgba(23, 23, 23, 0.84);
    border-color: rgba(255, 255, 255, 0.16);
    box-shadow: 0 18px 40px rgba(23, 23, 23, 0.28);
  }

  .ac-header-link {
    width: 100%;
    padding: 0.85rem 0;
  }

  .ac-header-cta {
    height: 36px;
    padding: 0 0.85rem;
    font-size: 0.8rem;
  }

  .ac-header-toggle {
    display: flex;
  }
}

.section_home2_hero .title-wrap,
.section_contact2_hero .title-wrap,
.section_about_hero .title-wrap,
.section_blog_hero .title-wrap,
.section_cases_hero .title-wrap {
  max-width: 56rem;
}

.section_home2_hero.ac-hero-dark {
  color: #fff;
  margin: 0;
  overflow: hidden;
  background: #171717;
}

.section_home2_hero.ac-hero-dark .blobs {
  display: none;
}

.ac-hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(23, 23, 23, 0.62) 0%, rgba(23, 23, 23, 0.88) 100%),
    url("../images/ac/blackCTAbackground.jpeg") center / cover no-repeat;
  pointer-events: none;
}

.section_home2_hero.ac-hero-dark .ac-hero-bg-video {
  overflow: hidden;
  background: #171717;
}

.ac-hero-bg-video video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.ac-hero-bg-video::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(23, 23, 23, 0.38) 0%, rgba(23, 23, 23, 0.66) 100%);
  pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
  .ac-hero-bg-video video {
    display: none;
  }

  .section_home2_hero.ac-hero-dark .ac-hero-bg-video {
    background:
      linear-gradient(180deg, rgba(23, 23, 23, 0.62) 0%, rgba(23, 23, 23, 0.88) 100%),
      url("../images/ac/blackCTAbackground.jpeg") center / cover no-repeat;
  }

  .ac-hero-bg-video::after {
    content: none;
  }
}

.section_home2_hero.ac-hero-dark .ac-hero-copy,
.section_home2_hero.ac-hero-dark .padding-global {
  position: relative;
  z-index: 1;
}

.section_home2_hero.ac-hero-dark h1 {
  color: #fff;
}

.section_home2_hero.ac-hero-dark .text-900 {
  color: #c9a227;
}

.section_home2_hero.ac-hero-dark .text-size-medium {
  color: rgba(251, 250, 247, 0.78);
}

.section_home2_hero.ac-hero-dark .button.is-alternative {
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.section_home2_hero.ac-hero-dark .button.is-alternative:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.ac-hero-video {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: var(--radius--default);
  background: #111;
  box-shadow: 0 24px 80px rgba(23, 23, 23, 0.12);
}

.ac-demo-video {
  max-width: 880px;
  margin: 0 auto;
}

.ac-hero-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.ac-author-mark {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  background: #f1eadc;
}

.ac-legal {
  max-width: 48rem;
}

.ac-legal h2 {
  margin-top: 2rem;
}

.ac-legal p {
  margin-top: 0.75rem;
}

.form_message-success,
.form_message-error {
  display: none;
}

.form_message-success.is-visible,
.form_message-error.is-visible {
  display: block;
}

.form_message-success {
  margin-top: 1.25rem;
  padding: 1.5rem 1.35rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: #166534;
  background-color: #f3faf5;
  border: 2px solid #22c55e;
  border-radius: 12px;
}

.form_message-success div {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.ac-eyebrow {
  margin: 0;
  color: #c9a227;
  font-family: var(--fonts--body);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.section_home2_hero.ac-hero-dark .ac-eyebrow {
  color: #c9a227;
}

.text-style-badge.is-badge {
  display: none !important;
}

.section_home2_cases,
.section_home2_testimonials,
.section_home2_trust,
.section_home2_process,
.section_home2_agents,
.section_home2_stats,
.section_home2_features,
.section_home2_about,
.section_home2_solution,
.section_home2_video,
.section_home2_blog,
.section_home2_banner,
.section_home2_integrations,
.main-wrapper {
  color: #171717;
}

.text-900,
.text-900-2 {
  color: #171717;
}

.section_home2_hero.ac-hero-dark .text-900 {
  color: #c9a227;
}

.section_home2_agents .text-900 {
  color: #c9a227;
}

.text-style-muted,
.text-style-muted60 {
  color: #525252;
  opacity: 1;
}

.label {
  background: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
  color: #737373;
}

.label-list {
  gap: 0.75rem;
}

.home1_process_wrap .label-list,
.ac-process-wrap .label-list {
  gap: 4px;
}

.home1_process_wrap .label,
.ac-process-wrap .label {
  background: #eeebe4 !important;
  border-radius: 999px !important;
  padding: 4px 12px !important;
  color: #171717;
}

html.w-mod-js:not(.w-mod-ix3) .home1_process_divider,
html.w-mod-js:not(.w-mod-ix3) .home1_process_circle,
html.w-mod-js:not(.w-mod-ix3) .home1_process_content {
  visibility: hidden !important;
}

.section_home2_process .home1_process_divider-wrap {
  background: #e8e4dc;
  border-radius: 999px;
}

.section_home2_process .home1_process_divider {
  background: #171717;
  height: 12px;
  border-radius: 999px;
}

.section_home2_process .home1_process_circle {
  background: #171717;
}

.section_home2_process .home1_process_line {
  background: #e5e2da;
}

.section_home2_process .text-font-badge {
  color: #c9a227;
  font-size: 0.95rem;
}

.section_home2_process .text-900 {
  color: #c9a227;
}

.section_home2_process .home1_process_wrap {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ac-process-wrap {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  position: relative;
}

.section_home2_process .home1_process_item,
.section_home2_process .home1_process_content {
  min-width: 0;
  max-width: 100%;
}

.section_home2_process .home1_process_content {
  width: 100%;
}

.section_home2_process .home1_process_content > div {
  max-width: 100%;
}

.ac-outcomes,
.ac-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
}

.ac-outcome,
.ac-step {
  border-top: 1px solid #e5e2da;
  padding-top: 1.5rem;
}

.ac-outcome {
  text-align: center;
}

.ac-outcome h3,
.ac-step h3,
.ac-outcome p,
.ac-step p {
  margin: 0;
}

.ac-step-num {
  color: #c9a227;
  font-family: var(--fonts--heading);
  font-size: 1.15rem;
  letter-spacing: normal;
  margin-bottom: 1rem;
}

/* Clickable case stages: same horizontal steps pattern, now links. */
.ac-steps.is-stages {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1.5rem;
}

.ac-step.is-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
  border-top: 1px solid #e5e2da;
  padding-top: 1.5rem;
  border-radius: 0;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.ac-step.is-link:hover {
  border-top-color: #c9a227;
  transform: translateY(-2px);
}

.ac-step-cta {
  display: inline-block;
  margin-top: auto;
  padding-top: 1rem;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #8a6d1b;
}

.ac-step.is-link:hover .ac-step-cta {
  color: #171717;
}

@media screen and (max-width: 991px) {
  .ac-steps.is-stages {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

.ac-agent-modes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
}

.ac-agent-mode {
  border-top: 1px solid #e5e2da;
  padding-top: 1.5rem;
}

.ac-agent-mode h3,
.ac-agent-mode p,
.ac-agent-card h3,
.ac-agent-card p {
  margin: 0;
}

.ac-agent-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.ac-agent-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.4rem 1.35rem;
  border: 1px solid #e8e4dc;
  border-radius: 12px;
  background: #f7f5f0;
}

.ac-stats {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid #e8e4dc;
  border-radius: 12px;
  overflow: hidden;
  background: #e8e4dc;
}

.ac-stat {
  grid-column: span 2;
  background: #f7f5f0;
  padding: 1.6rem 1.35rem 1.45rem;
}

.ac-stat:nth-last-child(-n + 2) {
  grid-column: span 3;
}

.ac-stat p {
  margin: 0;
}

.ac-stat-value {
  color: #171717;
  font-family: var(--fonts--heading);
  font-size: 2rem;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.section_home2_cases .home1_cases_benefits {
  color: #525252;
}

.ac-use-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.ac-use-grid.is-featured {
  grid-template-columns: 1fr;
}

.ac-use-card {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  min-height: 100%;
  padding: 1.35rem 1.4rem;
  border: 1px solid #e8e4dc;
  border-radius: 12px;
  background: #f7f5f0;
  color: #171717;
  text-decoration: none;
}

.ac-use-card:hover {
  background: #f1eee6;
}

.ac-use-card-title {
  margin: 0;
  color: #171717;
  font-family: var(--fonts--heading);
  font-size: 1.35rem;
  line-height: 1.25;
}

.ac-use-card-copy {
  margin: 0;
  color: #525252;
  font-size: 0.95rem;
  line-height: 1.55;
}

.ac-practice-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
}

.ac-practice-grid > div {
  min-width: 0;
}

.ac-practice-card {
  --practice-tint: #f4efe4;
  display: flex;
  min-height: 19rem;
  height: 100%;
  flex-direction: column;
  padding: 1.4rem;
  overflow: hidden;
  border: 1px solid #e5e2da;
  border-radius: 16px;
  background: linear-gradient(145deg, var(--practice-tint), #fbfaf7 72%);
  color: #171717;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(23, 23, 23, 0.04);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.ac-practice-grid > div:nth-child(2) .ac-practice-card {
  --practice-tint: #eaf3fd;
}

.ac-practice-grid > div:nth-child(3) .ac-practice-card {
  --practice-tint: #f2ece8;
}

.ac-practice-grid > div:nth-child(4) .ac-practice-card {
  --practice-tint: #eaeeef;
}

.ac-practice-card:hover {
  transform: translateY(-4px);
  border-color: rgba(201, 162, 39, 0.65);
  box-shadow: 0 16px 34px rgba(23, 23, 23, 0.09);
}

.ac-practice-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.ac-practice-icon {
  display: inline-flex;
  width: 3rem;
  height: 3rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(23, 23, 23, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.75);
}

.ac-practice-icon .ac-line-icon,
.ac-practice-icon .ac-line-icon svg {
  width: 1.45rem;
  height: 1.45rem;
}

.ac-practice-label {
  color: #737373;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ac-practice-card-body {
  margin-top: 3.25rem;
}

.ac-practice-card h3 {
  margin: 0;
  font-family: var(--fonts--heading);
  font-size: 1.5rem;
  line-height: 1.15;
}

.ac-practice-card p {
  margin: 0.75rem 0 0;
  color: #525252;
  font-size: 0.92rem;
  line-height: 1.55;
}

.ac-practice-link {
  margin-top: auto;
  padding-top: 1.5rem;
  color: #8a6d1b;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ac-practice-card:hover .ac-practice-link {
  color: #171717;
}

.home2_testimonials_overlay,
.home2_testimonials_overlay-top {
  display: none !important;
}

.ac-quotes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.ac-quote {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  padding: 1.5rem;
  border: 1px solid #e8e4dc;
  border-radius: 12px;
  background: #f7f5f0;
  color: #171717;
}

.ac-quote-text {
  margin: 0 0 1.5rem;
  color: #171717;
  font-size: 0.98rem;
  line-height: 1.6;
}

.ac-quote-name {
  font-weight: 600;
  color: #171717;
}

.ac-quote-meta {
  margin-top: 0.2rem;
  color: #525252;
  font-size: 0.9rem;
}

.section_home2_cases .home1_cases_benefits img {
  filter: invert(1);
  opacity: 0.55;
}

.home2_features_wrap {
  grid-template-columns: 1fr;
}

.home2_features_menu {
  display: none !important;
}

.home2_features_list {
  gap: 1.25rem;
}

.section_home2_features .home2_features_card {
  position: sticky;
  top: 6.5rem;
  margin-bottom: 0;
  box-shadow: 0 18px 40px rgba(23, 23, 23, 0.08);
}

.section_home2_features .home2_features_card:nth-child(1) {
  z-index: 1;
}

.section_home2_features .home2_features_card:nth-child(2) {
  z-index: 2;
  top: 6.85rem;
}

.section_home2_features .home2_features_card:nth-child(3) {
  z-index: 3;
  top: 7.2rem;
}

.section_home2_features .home2_features_card:nth-child(4) {
  z-index: 4;
  top: 7.55rem;
}

.home1_solution_column.is-secondary .ac-solution-cta {
  align-self: flex-end;
  margin-top: 1rem;
}

.section_home2_solution .home2_solution_grid {
  grid-template-columns: 1fr;
}

.section_home2_solution .home2_solution_header {
  max-width: none;
  position: static;
}

@media screen and (max-width: 767px) {
  .ac-practice-grid {
    grid-template-columns: 1fr;
  }

  .ac-practice-card {
    min-height: 16rem;
  }

  .ac-practice-card-body {
    margin-top: 2.25rem;
  }

  .ac-outcomes,
  .ac-steps,
  .ac-quotes,
  .ac-use-grid,
  .ac-agent-modes,
  .ac-agent-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .ac-stats {
    grid-template-columns: 1fr 1fr;
  }

  .ac-stat,
  .ac-stat:nth-last-child(-n + 2) {
    grid-column: span 1;
  }

  .ac-stat:last-child {
    grid-column: 1 / -1;
  }
}

@media screen and (max-width: 991px) {
  .ac-quotes {
    grid-template-columns: 1fr;
  }

  .about_mission_wrap {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 991px) {
  .section_home2_features,
  .section_home2_features .container-default,
  .section_home2_features .home2_features_wrap,
  .section_home2_features .home2_features_list {
    overflow: visible;
  }

  .section_home2_features .home2_features_card {
    position: sticky;
    top: 5.25rem;
    margin-bottom: 1.25rem;
  }

  .section_home2_features .home2_features_card:nth-child(1) {
    top: 5.25rem;
  }

  .section_home2_features .home2_features_card:nth-child(2) {
    top: 5.5rem;
  }

  .section_home2_features .home2_features_card:nth-child(3) {
    top: 5.75rem;
  }

  .section_home2_features .home2_features_card:nth-child(4) {
    top: 6rem;
  }

  .section_home2_features .home2_features_card:nth-child(5) {
    top: 6.25rem;
  }
}

.section_home2_hero.ac-hero-dark {
  position: relative;
}

.ac-ph {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0.4rem;
  width: 100%;
  box-sizing: border-box;
  padding: 1.25rem 1.4rem;
  border: 1px dashed #c9a227;
  border-radius: 12px;
  background: #f7f5f0;
  color: #171717;
}

.ac-ph-label,
.ac-ph-title {
  margin: 0;
  color: #171717;
  font-family: var(--fonts--heading);
  font-size: 1.05rem;
  line-height: 1.35;
}

.ac-ph-kicker,
.ac-ph-extra {
  color: #c9a227;
  font-family: var(--fonts--body);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ac-ph-page {
  aspect-ratio: 16 / 9;
  max-height: 18rem;
}

.ac-ph-blog {
  aspect-ratio: 16 / 9;
  max-height: 16rem;
}

.ac-line-icon {
  display: inline-flex;
  width: 28px;
  height: 28px;
  color: #171717;
}

.ac-line-icon svg {
  width: 28px;
  height: 28px;
}

.section_home2_features .home2_features_card.ac-product-card {
  grid-template-columns: 1fr;
  min-height: 0;
  background: #f7f5f0;
}

.ac-feature-card {
  min-height: 12.625rem;
}

.ac-feature-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  background: #f6f5f0;
  padding: 0.15rem 1.5rem 0.15rem 0;
  box-sizing: border-box;
}

.ac-feature-media video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center right;
}

.ac-feature-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #f6f5f0 0%, #f6f5f0 44%, rgba(246, 245, 240, 0) 62%);
  pointer-events: none;
}

.ac-feature-card .home2_features_content {
  position: relative;
  z-index: 1;
  max-width: min(34rem, 52%);
}

@media (prefers-reduced-motion: reduce) {
  .ac-feature-media video {
    display: none;
  }

  .ac-feature-intake .ac-feature-media {
    background: url("../videos/intake-card.jpg") center right / cover no-repeat;
  }

  .ac-feature-opening .ac-feature-media {
    background: url("../videos/opening-card.jpg") center right / cover no-repeat;
  }

  .ac-feature-treatment .ac-feature-media {
    background: url("../videos/treatment-card.jpg") center right / cover no-repeat;
  }

  .ac-feature-records .ac-feature-media {
    background: url("../videos/records-card.jpg") center right / cover no-repeat;
  }

  .ac-feature-demand .ac-feature-media {
    background: url("../videos/demand-card.jpg") center right / cover no-repeat;
  }
}

.section_home2_features .home2_features_card:nth-child(5) {
  z-index: 5;
  top: 7.9rem;
}

.home2_about_wrap.ac-problem {
  grid-template-columns: 1fr;
  min-height: 0;
}

@media screen and (min-width: 992px) {
  .about_mission_wrap {
    grid-template-columns: 1fr 1fr;
  }
}

.about_mission_img-wrap {
  display: none;
}

.footer_banners {
  grid-template-columns: 1fr !important;
}

.footer_image {
  display: none !important;
}

.footer_buy {
  background: #050505 !important;
  color: #fff;
  border-color: #292929 !important;
}

.footer_buy .ac-hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 5, 5, 0.18) 0%, rgba(5, 5, 5, 0.52) 100%),
    url("../images/ac/blackCTAbackground.jpeg") center / cover no-repeat;
}

.section_home2_banner.ac-close-band .ac-hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 100% at 6% 100%, rgba(79, 157, 249, 0.4) 0%, rgba(79, 157, 249, 0) 62%),
    radial-gradient(ellipse 68% 95% at 96% 100%, rgba(237, 214, 162, 0.5) 0%, rgba(237, 214, 162, 0) 60%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.18) 0%, rgba(251, 250, 247, 0.42) 100%),
    url("../images/ac/whiteparticles.jpeg") center / cover no-repeat;
}

.footer_buy_copy,
.footer_buy .heading-style-h4,
.footer_buy .button,
.footer_buy .ac-eyebrow {
  position: relative;
  z-index: 1;
}

.footer_buy .heading-style-h4 {
  color: #fff;
  max-width: 36rem;
}

.footer_buy .ac-eyebrow {
  color: #c9a227;
}

.section_home2_banner.ac-close-band .home2_banner_wrap.ac-close-band-inner {
  position: relative;
  overflow: hidden;
  grid-template-columns: 1fr;
  background: #fbfaf7;
  color: #171717;
  border: 1px solid #e3ded4;
  min-height: 18rem;
  padding: 3rem 2rem;
}

.section_home2_banner.ac-close-band .ac-close-band-copy {
  position: relative;
  z-index: 1;
  max-width: 36rem;
}

.section_home2_banner.ac-close-band h2,
.section_home2_banner.ac-close-band .text-900 {
  color: #171717;
}

.section_home2_banner.ac-close-band .text-900 {
  color: #c9a227;
}

.section_home2_banner.ac-close-band .text-size-medium {
  color: #5a5a5a;
}

.section_home2_integrations .home1_integrations_wrap {
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  border-color: #e8e4dc;
  background: #fbfaf7;
}

.section_home2_integrations .home1_integrations_list {
  background: #e8e4dc;
  border-right-color: #e8e4dc;
  grid-template-rows: none;
}

.section_home2_integrations .integrations_card {
  background: #f7f5f0;
  padding: 1.35rem 1.3rem;
}

.section_home2_integrations .integrations_card:hover {
  background: #f3f0ea;
}

.section_home2_integrations .integrations_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eeebe4;
  color: #171717;
  flex-shrink: 0;
}

.section_home2_integrations .integrations_icon .ac-line-icon,
.section_home2_integrations .integrations_icon .ac-line-icon svg {
  width: 18px;
  height: 18px;
}

.section_home2_integrations .home1_integrations_right {
  gap: 1.5rem;
  padding: 2.5rem 2.25rem;
}

.section_home2_integrations .home1_integrations_right h2 {
  color: #171717;
}

.section_home2_integrations .home1_integrations_right .text-900 {
  color: #c9a227;
}

.ac-blog-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.ac-blog-card {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  min-height: 100%;
  padding: 1.5rem 1.4rem;
  border: 1px solid #e8e4dc;
  border-radius: 12px;
  background: #f7f5f0;
  color: #171717;
  text-decoration: none;
}

.ac-blog-card:hover {
  background: #f1eee6;
}

.ac-blog-card-title {
  margin: 0;
  color: #171717;
  font-family: var(--fonts--heading);
  font-size: 1.35rem;
  line-height: 1.25;
}

.ac-blog-card-copy {
  margin: 0;
  color: #525252;
  font-size: 0.95rem;
  line-height: 1.55;
}

.ac-blog-card-meta {
  margin-top: auto;
  color: #737373;
  font-size: 0.8rem;
}

.ac-blog-index-section {
  background: #fff;
  color: #171717;
}

.ac-blog-index-list {
  border-bottom: 1px solid #dcd7cc;
}

.ac-blog-index-row {
  display: grid;
  grid-template-columns: 9rem minmax(0, 1fr);
  gap: 2rem;
  padding: 2.5rem 0.5rem;
  border-top: 1px solid #dcd7cc;
  color: inherit;
  text-decoration: none;
  transition: background-color 0.25s ease;
}

.ac-blog-index-row:hover,
.ac-blog-index-row:focus-visible {
  background: linear-gradient(90deg, rgba(79, 157, 249, 0.08), rgba(237, 214, 162, 0.12));
}

.ac-blog-index-date {
  color: #737373;
  font-size: 1rem;
  line-height: 1.5;
}

.ac-blog-index-category {
  color: #9b7a18;
  font-family: var(--fonts--badge);
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-transform: uppercase;
}

.ac-blog-index-title {
  margin: 0.55rem 0 0;
  color: #171717;
  font-family: var(--fonts--heading);
  max-width: 48rem;
  font-size: clamp(1.5rem, 2.25vw, 2.25rem);
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1.08;
  transition: transform 0.25s ease;
}

.ac-blog-index-row:hover .ac-blog-index-title {
  transform: translateX(0.35rem);
}

.section_about_hero,
.section_about_hero.ac-about-hero {
  color: #171717;
}

.section_about_hero h1,
.ac-light-hero h1 {
  color: #171717;
  text-wrap: balance;
}

.section_about_hero .blobs,
.section_about_hero .about_hero_wrap {
  display: none !important;
}

.section_about_hero.ac-about-hero {
  margin-left: 0;
  margin-right: 0;
}

.ac-about-story-section,
.ac-about-team-section {
  background: #fff;
}

.ac-about-story-section {
  text-align: center;
}

.ac-about-story {
  max-width: 44rem;
  margin-inline: auto;
}

.ac-about-story p {
  margin: 0 0 1.35rem;
  color: #404040;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.75;
}

.ac-about-story p:last-child {
  margin-bottom: 0;
}

.ac-about-team-section {
  border-top: 1px solid #eeeae2;
}

.ac-about-team-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.5rem 3rem;
}

.ac-team-person {
  min-width: 0;
  padding-top: 1.1rem;
  border-top: 1px solid #e8e4dc;
}

.ac-team-name {
  margin: 0;
  color: #171717;
  font-family: var(--fonts--heading);
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.03em;
}

.ac-team-role {
  margin: 0.4rem 0 0;
  color: #737373;
  font-size: 0.95rem;
  font-weight: 400;
  letter-spacing: 0.01em;
}

.ac-team-linkedin {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.9rem;
}

@media screen and (max-width: 767px) {
  .ac-about-team-list {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }
}

.ac-light-hero {
  position: relative;
  overflow: hidden;
  color: #171717;
  background-color: #fbfaf7;
  background-image:
    radial-gradient(ellipse 90% 75% at 4% 108%, rgba(79, 157, 249, 0.28) 0%, transparent 58%),
    radial-gradient(ellipse 85% 70% at 100% 110%, rgba(201, 162, 39, 0.25) 0%, transparent 56%),
    radial-gradient(ellipse 80% 50% at 50% -8%, #ffffff 0%, transparent 64%);
}

.padding-outer-inline:has(> .ac-light-hero) {
  margin-left: 0;
  margin-right: 0;
  border-radius: 0;
  background-color: transparent;
}

/* Give every interior hero the same fixed-header offset, whether wrapped or direct. */
.main-wrapper > .ac-page-hero::before,
.main-wrapper > .padding-outer-inline:has(> .ac-page-hero)::before {
  height: 0;
}

.ac-page-hero {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding-top: var(--ac-nav-offset, 4.75rem);
}

.cases_hero_list .card.is-last .bg-img,
.cases_hero_list .card .bg-img,
.cases_hero_list .card .bg-layer {
  display: none !important;
}

/* AI-native law firms */
.ac-native-hero {
  isolation: isolate;
}

.ac-native-shift-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(22rem, 0.92fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 6rem);
}

.ac-native-hero-grid {
  display: block;
}

.ac-native-hero-copy {
  max-width: 52rem;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.ac-native-hero-copy h1 {
  max-width: 48rem;
  margin-right: auto;
  margin-left: auto;
}

.ac-native-hero-copy .text-900 {
  color: #8b6d12;
}

.ac-native-lede {
  max-width: 42rem;
  margin: 0 auto;
  color: #444;
  font-size: clamp(1.1rem, 1.65vw, 1.35rem);
  line-height: 1.62;
}

.ac-native-hero-copy .button-group {
  justify-content: center;
}

.ac-native-shift {
  background: #fff;
}

.ac-native-shift-grid {
  align-items: start;
}

.ac-native-shift-grid h2,
.ac-native-section-head h2,
.ac-native-intelligence h2 {
  font-size: clamp(2.25rem, 4.2vw, 4.4rem);
  line-height: 1.05;
  text-wrap: balance;
}

.ac-native-demand h2,
.ac-native-custom h2 {
  font-size: var(--font-size--h2);
  line-height: var(--line-height--h2);
  font-weight: 600;
  text-wrap: balance;
}

.ac-native-shift-copy {
  display: grid;
  gap: 1.25rem;
}

.ac-native-shift-copy p,
.ac-native-section-head > p,
.ac-native-stage-copy > p:not(.ac-eyebrow),
.ac-native-demand-copy > p {
  margin: 0;
  color: #5a5a5a;
  font-size: 1.05rem;
  line-height: 1.7;
}

.ac-native-compare {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: clamp(3rem, 6vw, 5rem);
}

.ac-native-compare-card {
  min-height: 23rem;
  padding: clamp(1.5rem, 3vw, 2.75rem);
  border: 1px solid #e7e3da;
  border-radius: 18px;
}

.ac-native-compare-card.is-traditional {
  background: #f6f4ef;
  color: #777;
}

.ac-native-compare-card.is-native {
  background:
    radial-gradient(circle at 90% 0%, rgba(201, 162, 39, 0.24), transparent 32%),
    #171717;
  color: #fff;
}

.ac-native-compare-card > span {
  display: block;
  margin-bottom: 1.8rem;
  color: #9b7a18;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.ac-native-compare-card h3 {
  max-width: 28rem;
  margin: 0;
  font-size: clamp(1.65rem, 3vw, 2.7rem);
  line-height: 1.12;
}

.ac-native-compare-card ul {
  display: grid;
  gap: 0.85rem;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
}

.ac-native-compare-card li {
  position: relative;
  padding-left: 1.5rem;
  line-height: 1.45;
}

.ac-native-compare-card li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: #b08c22;
}

.ac-native-journey {
  background: #f8f6f1;
}

.ac-native-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(18rem, 0.75fr);
  align-items: end;
  gap: 3rem;
  margin-bottom: clamp(3rem, 7vw, 6rem);
}

.ac-native-section-head > p {
  max-width: 32rem;
}

.ac-native-stage {
  display: grid;
  grid-template-columns: minmax(0, 0.87fr) minmax(0, 1.13fr);
  align-items: center;
  gap: clamp(2rem, 7vw, 7rem);
  padding: clamp(3rem, 7vw, 6.5rem) 0;
  border-top: 1px solid #dcd7cc;
}

.ac-native-stage-copy {
  position: relative;
}

.ac-native-stage.is-reverse .ac-native-stage-copy {
  order: 2;
}

.ac-native-stage-number {
  margin-bottom: 2.5rem;
  color: #b5afa3;
  font-family: var(--fonts--heading);
  font-size: 1rem;
}

.ac-native-stage-copy h3 {
  margin: 0.7rem 0 1rem;
  color: #171717;
  font-size: clamp(2rem, 3.8vw, 3.6rem);
  line-height: 1.06;
  text-wrap: balance;
}

.ac-native-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.5rem;
}

.ac-native-tags span {
  padding: 0.55rem 0.75rem;
  border: 1px solid #ddd7cc;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
  color: #555;
  font-size: 0.78rem;
}

.ac-native-image-slot {
  position: relative;
  display: flex;
  overflow: hidden;
  min-height: clamp(24rem, 48vw, 38rem);
  padding: clamp(1.5rem, 4vw, 3rem);
  border: 1px dashed rgba(23, 23, 23, 0.23);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(234, 222, 228, 0.72)),
    #eee9e5;
  flex-direction: column;
  justify-content: flex-end;
}

.ac-native-image-slot::after {
  content: "";
  position: absolute;
  top: 12%;
  right: 10%;
  width: 56%;
  height: 50%;
  border: 1px solid rgba(23, 23, 23, 0.1);
  border-radius: 14px;
  background:
    linear-gradient(#171717 0 0) 1.2rem 1.2rem / 32% 8px no-repeat,
    linear-gradient(#d6d1c8 0 0) 1.2rem 2.4rem / calc(100% - 2.4rem) 6px no-repeat,
    linear-gradient(#d6d1c8 0 0) 1.2rem 3.5rem / 62% 6px no-repeat,
    rgba(255, 255, 255, 0.74);
  box-shadow: -3rem 3rem 0 rgba(255, 255, 255, 0.36);
}

.ac-native-image-slot.is-gold {
  background: linear-gradient(135deg, #f6eed4, #e6d39a);
}

.ac-native-image-slot.is-sage {
  background: linear-gradient(135deg, #e8f0ea, #bfd0c6);
}

.ac-native-image-slot span,
.ac-native-image-slot strong,
.ac-native-image-slot small {
  position: relative;
  z-index: 1;
}

.ac-native-image-slot span {
  margin-bottom: 0.55rem;
  color: #806515;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.ac-native-image-slot strong {
  max-width: 26rem;
  color: #171717;
  font-family: var(--fonts--heading);
  font-size: clamp(1.35rem, 2.4vw, 2.1rem);
  line-height: 1.18;
}

.ac-native-image-slot small {
  max-width: 26rem;
  margin-top: 0.55rem;
  color: #615e57;
  font-size: 0.82rem;
  line-height: 1.5;
}

.ac-native-intelligence {
  background:
    radial-gradient(circle at 4% 8%, rgba(168, 202, 201, 0.2), transparent 28%),
    radial-gradient(circle at 96% 14%, rgba(201, 162, 39, 0.24), transparent 28%),
    linear-gradient(135deg, #232321 0%, #171717 54%, #211f1a 100%);
  color: #fff;
}

.ac-native-intelligence .ac-eyebrow {
  color: #d1aa33;
}

.ac-native-intelligence h2 {
  color: #fff;
  max-width: 68rem;
}

.ac-native-intelligence h2 .text-900 {
  color: rgba(201, 162, 39, 0.58);
}

.ac-native-intelligence .text-size-medium {
  max-width: 58rem;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.7;
}

.ac-native-signal-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ac-native-signal-grid .card {
  min-height: 12rem;
  justify-content: space-between;
  gap: 2.5rem;
  background: #fbfaf7;
}

.ac-native-signal-grid .icon-wrap {
  width: 32px;
  height: 32px;
  background: #f0eee8;
}

.ac-native-signal-grid .icon-wrap img {
  width: 17px;
  height: 17px;
}

.ac-native-demand {
  background: #fff;
}

.ac-native-demand-card {
  position: relative;
  display: grid;
  overflow: hidden;
  grid-template-columns: minmax(0, 1.05fr) minmax(20rem, 0.95fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 6rem);
  padding: clamp(2rem, 6vw, 5.5rem);
  border: 1px solid #e3ded4;
  border-radius: 24px;
  background:
    radial-gradient(circle at 98% 4%, rgba(237, 214, 162, 0.42), transparent 32%),
    radial-gradient(circle at 0% 100%, rgba(168, 202, 201, 0.35), transparent 36%),
    #f8f6f1;
  color: #171717;
}

.ac-native-demand-card h2 {
  color: #171717;
}

.ac-native-demand-card .ac-eyebrow {
  color: #9b7a18;
}

.ac-native-demand-copy > p {
  color: #5a5a5a;
}

.ac-native-demand-output {
  padding: clamp(1.5rem, 4vw, 2.75rem);
  border: 1px solid #ded8cc;
  border-radius: 14px;
  background: #fbfaf7;
  box-shadow: 0 24px 60px rgba(23, 23, 23, 0.12);
}

.ac-native-doc-top {
  display: flex;
  gap: 0.35rem;
  margin-bottom: 2.2rem;
}

.ac-native-doc-top span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c9c4ba;
}

.ac-native-doc-line {
  height: 6px;
  margin-top: 0.8rem;
  border-radius: 999px;
  background: #d7d2c8;
}

.ac-native-doc-line.is-title {
  width: 62%;
  height: 12px;
  background: #292929;
}

.ac-native-doc-line.is-short {
  width: 72%;
}

.ac-native-doc-block {
  height: 8rem;
  margin: 1.4rem 0;
  border-radius: 8px;
  background: linear-gradient(135deg, #eee9de, #d9e4dd);
}

.ac-native-ready {
  display: inline-flex;
  margin-top: 2rem;
  padding: 0.55rem 0.7rem;
  border-radius: 999px;
  background: #e1ecdf;
  color: #31583c;
  font-size: 0.72rem;
  font-weight: 600;
}

.ac-native-custom {
  background: #fff;
}

.ac-native-custom-header {
  max-width: 52rem;
  margin: 0 auto;
  text-align: center;
}

.ac-native-custom-header .ac-eyebrow {
  color: #c9a227;
}

.ac-native-custom-header p {
  max-width: 44rem;
  margin: 0 auto;
  color: #5a5a5a;
  font-size: 1.05rem;
  line-height: 1.7;
}

.ac-native-custom-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.ac-native-custom-point {
  min-height: 16rem;
  padding: clamp(1.4rem, 2.5vw, 2rem);
  border: 1px solid #e3ded4;
  border-radius: 14px;
  background: #f8f6f1;
}

.ac-native-custom-point span {
  color: #9b7a18;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.ac-native-custom-point h3 {
  margin: 2.5rem 0 0.75rem;
  color: #171717;
  font-family: var(--fonts--heading);
  font-size: clamp(1.3rem, 2vw, 1.7rem);
  font-weight: 600;
  line-height: 1.2;
}

.ac-native-custom-point p {
  margin: 0.8rem 0 0;
  color: #5a5a5a;
  font-size: 0.95rem;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .ac-blog-grid {
    grid-template-columns: 1fr;
  }

  .ac-blog-index-row {
    grid-template-columns: 1fr;
    gap: 1.75rem;
    padding: 2.25rem 0.25rem;
  }
}

/* Tablet: collapse cramped template layouts that stay 2-3 columns until 767px */
@media screen and (max-width: 991px) {
  .ac-native-shift-grid,
  .ac-native-section-head,
  .ac-native-demand-card {
    grid-template-columns: 1fr;
  }

  .ac-native-stage {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .ac-native-stage.is-reverse .ac-native-stage-copy {
    order: 0;
  }

  .ac-native-image-slot {
    min-height: 30rem;
  }

  .section_home2_integrations .home1_integrations_wrap {
    grid-template-columns: 1fr;
  }

  .section_home2_integrations .home1_integrations_list {
    border-right: 0;
    border-bottom: 1px solid #e8e4dc;
  }

  .ac-native-signal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ac-outcomes,
  .ac-steps {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .ac-outcome {
    text-align: left;
  }

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

  .inner_hero_wrap {
    grid-template-columns: 1fr;
  }

  .inner_hero_left {
    position: static;
  }

  .inner_hero_right {
    border-top: 1px solid var(--color-neutral--shade-400);
    border-left-width: 0;
  }

  .case_hero_info {
    flex-flow: column;
    align-items: flex-start;
    gap: 0.35rem;
  }

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

  .section_home2_banner.ac-close-band .home2_banner_wrap.ac-close-band-inner {
    min-height: 0;
    padding: 2.5rem 1.5rem;
  }
}

/* Phone / large phone */
@media screen and (max-width: 767px) {
  .ac-feature-card {
    min-height: 0;
  }

  .ac-feature-media {
    display: none;
  }

  .ac-feature-card .home2_features_content {
    max-width: none;
  }

  .ac-native-compare,
  .ac-native-signal-grid,
  .ac-native-custom-points {
    grid-template-columns: 1fr;
  }

  .ac-native-compare-card {
    min-height: 0;
  }

  .ac-native-image-slot {
    min-height: 24rem;
  }

  .ac-quotes {
    grid-template-columns: 1fr;
  }

  .padding-outer-inline {
    margin-left: 0;
    margin-right: 0;
    border-radius: 0;
  }

  .ac-process-wrap {
    grid-template-columns: 1fr;
    grid-column-gap: 0;
    grid-row-gap: 2rem;
    padding-left: 2.5rem;
  }

  .section_home2_process .home1_process_divider-wrap {
    width: 12px;
    height: 100%;
    left: 4px;
    top: 0;
  }

  .section_home2_process .home1_process_divider {
    width: 12px;
    height: 100%;
  }

  .ac-process-wrap .home1_process_item,
  .ac-process-wrap .home1_process_item.is-centered,
  .ac-process-wrap .home1_process_item.is-right {
    position: relative;
    align-items: stretch;
    text-align: left;
  }

  .ac-process-wrap .home1_process_content,
  .ac-process-wrap .home1_process_content.is-centered,
  .ac-process-wrap .home1_process_content.is-right {
    align-items: flex-start;
    text-align: left;
  }

  .ac-process-wrap .home1_process_circle,
  .ac-process-wrap .home1_process_circle.is-left,
  .ac-process-wrap .home1_process_circle.is-right {
    position: absolute;
    left: -2.5rem;
    top: 0;
    z-index: 2;
  }

  .ac-process-wrap .home1_process_item.is-right::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 10px;
    bottom: 0;
    left: -2.25rem;
    width: 12px;
    background: #fbfaf7;
  }

  .ac-process-wrap .home1_process_line {
    display: none;
  }

  .ac-process-wrap .label-list.is-bottom,
  .ac-process-wrap .label-list.is-bottom.is-right,
  .ac-process-wrap .label-list.is-bottom.is-first,
  .ac-process-wrap .label-list.is-bottom.is-centerd {
    justify-content: flex-start;
  }

  .home1_solution_table {
    width: 100% !important;
    min-width: 0 !important;
  }

  .home1_solution_row {
    grid-template-columns: 1fr !important;
  }

  .home1_solution_column {
    padding: 1.15rem 1.25rem;
  }

  .home1_solution_column.is-arrow {
    min-width: 0;
    padding: 0.4rem 1.25rem;
    align-items: center;
    justify-content: center;
  }

  .home1_solution_column.is-arrow img {
    transform: rotate(90deg);
  }

  .home1_solution_column.is-secondary .ac-solution-cta {
    align-self: stretch;
    margin-top: 0.75rem;
  }

  .section_home2_banner.ac-close-band .home2_banner_wrap.ac-close-band-inner {
    padding: 2rem 1.25rem;
  }

  .section_home2_integrations .home1_integrations_right {
    padding: 2rem 1.25rem;
  }

  .footer_buy {
    padding: 2.25rem 1.25rem;
  }

  .footer_buy .heading-style-h4 {
    max-width: none;
  }

  .ac-use-card,
  .ac-blog-card,
  .ac-quote,
  .ac-agent-card {
    padding: 1.2rem 1.15rem;
  }

  .ac-hero-video {
    border-radius: 10px;
  }
}

/* Cases hero: single-column header, CTAs in a natural-width row under the boxes. */
.section_cases_hero .cases_hero_header {
  grid-template-columns: 1fr;
}

.cases_hero_cta.button-group {
  flex-flow: row wrap;
  justify-content: flex-start;
  width: auto;
}

.cases_hero_cta.button-group .button,
.cases_hero_cta.button-group .w-button {
  width: auto;
}

/* Small phones */
@media screen and (max-width: 479px) {
  .ac-header {
    padding: 0.45rem 0.55rem 0;
  }

  .ac-header-inner {
    min-height: 50px;
    border-radius: 16px;
    padding: 0 0.35rem 0 0.75rem;
  }

  .ac-header-logo img {
    height: 28px;
    max-width: 112px;
  }

  .ac-header-cta {
    height: 32px;
    padding: 0 0.7rem;
    font-size: 0.75rem;
  }

  .section_home2_features .home2_features_card,
  .section_home2_features .home2_features_card:nth-child(1) {
    top: 4.75rem;
  }

  .section_home2_features .home2_features_card:nth-child(2) {
    top: 5rem;
  }

  .section_home2_features .home2_features_card:nth-child(3) {
    top: 5.25rem;
  }

  .section_home2_features .home2_features_card:nth-child(4) {
    top: 5.5rem;
  }

  .section_home2_features .home2_features_card:nth-child(5) {
    top: 5.75rem;
  }

  .footer_nav {
    grid-column-gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-left: 0;
    justify-content: start;
    width: 100%;
  }

  .footer_nav_box {
    flex-direction: column;
    gap: 2rem;
  }

  .cases_hero_list {
    grid-template-columns: 1fr;
  }

  .button-group .button,
  .button-group .w-button {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  /* Cases hero CTAs: natural-width row under the boxes, never full-width stacked. */
  .cases_hero_cta.button-group {
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-start;
    width: auto;
  }

  .cases_hero_cta.button-group .button,
  .cases_hero_cta.button-group .w-button {
    width: auto;
  }
}

/* Shared interior-page hero treatment */
.ac-page-hero > .padding-global.padding-section-medium {
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  width: 100%;
  height: 30rem;
  min-height: 30rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.ac-page-hero > .padding-global > .container-default,
.ac-page-hero > .padding-global > .container-medium {
  width: 100%;
}

.ac-page-hero-content,
.section_cases_hero .cases_hero_header.ac-page-hero-content {
  display: flex;
  width: 100%;
  max-width: 58rem;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.ac-page-hero-content h1 {
  width: 100%;
  max-width: 58rem;
  margin-right: auto;
  margin-left: auto;
  font-family: var(--fonts--heading);
  font-size: 3.5rem;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1.05;
  text-wrap: balance;
}

.ac-page-hero-content .ac-eyebrow {
  font-family: var(--fonts--body);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1.4;
}

.ac-page-hero-lede,
.ac-page-hero-content .max-width-small,
.ac-page-hero-content .max-width-medium {
  max-width: 44rem;
  margin-right: auto;
  margin-left: auto;
}

.ac-page-hero-lede {
  margin-top: 0;
  margin-bottom: 0;
  color: #444;
  font-size: clamp(1.1rem, 1.65vw, 1.35rem);
  font-weight: 300;
  line-height: 1.62;
}

.ac-page-hero-content .button-group,
.ac-page-hero-content .cases_hero_cta.button-group {
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .ac-page-hero > .padding-global.padding-section-medium {
    height: 34rem;
    min-height: 34rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .ac-page-hero-content h1 {
    font-size: 2.625rem;
  }

  .ac-page-hero-lede {
    font-size: 1rem;
    line-height: 1.55;
  }
}
