.u-abv1-body {
  background: linear-gradient(180deg, #f7fbfa 0%, #ffffff 28%, #f4f7f6 100%);
  color: #163331;
}

.u-abv1-body .u-sheet {
  width: min(1140px, calc(100% - 40px)) !important;
}

.u-abv1-body .u-header {
  background: rgba(244, 250, 249, 0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(56, 129, 122, 0.12);
}

.u-abv1-body .u-header .u-sheet-1 {
  min-height: 82px;
}

.u-abv1-body .u-menu-1 {
  width: auto;
}

.u-abv1-hero,
.u-abv1-section,
.u-abv1-metrics,
.u-abv1-cta {
  padding: 72px 0;
}

.u-abv1-hero {
  padding-top: 92px;
}

.u-abv1-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(400px, 0.94fr);
  gap: 20px;
  align-items: stretch;
}

.u-abv1-hero__copy,
.u-abv1-hero__panel {
  min-width: 0;
}

.u-abv1-hero__copy {
  background: linear-gradient(145deg, #ffffff 0%, #eef7f5 100%);
  border: 1px solid rgba(56, 129, 122, 0.14);
  border-radius: 28px;
  padding: 40px;
  box-shadow: 0 20px 60px rgba(17, 55, 52, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.u-abv1-eyebrow {
  margin: 0 0 14px;
  font-size: 0.82rem;
  line-height: 1.2;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #38817a;
  font-weight: 700;
}

.u-abv1-eyebrow--dark {
  color: #9ae2d5;
}

.u-abv1-hero__title,
.u-abv1-section__title {
  margin: 0;
  font-family: Montserrat, sans-serif;
  color: #14312f;
}

.u-abv1-hero__title {
  font-size: clamp(2.7rem, 5vw, 4.75rem);
  line-height: 1;
  letter-spacing: -0.04em;
  max-width: none;
}

.u-abv1-hero__text,
.u-abv1-section__text,
.u-abv1-panel-card__text,
.u-abv1-card__text,
.u-abv1-proof-card__body p,
.u-abv1-work-card__body p,
.u-abv1-metric-card__label {
  font-size: 1rem;
  line-height: 1.75;
  color: #4b6662;
}

.u-abv1-hero__text {
  margin: 20px 0 0;
  max-width: 50ch;
}

.u-abv1-hero__cta,
.u-abv1-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.u-abv1-btn {
  border-radius: 999px;
  padding: 14px 24px;
  font-weight: 700;
}

.u-abv1-btn--ghost {
  color: #1d5953 !important;
}

.u-abv1-chip-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 28px 0 0;
}

.u-abv1-chip-list li {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(56, 129, 122, 0.08);
  border: 1px solid rgba(56, 129, 122, 0.12);
  color: #215954;
  font-size: 0.95rem;
  line-height: 1.3;
}

.u-abv1-role-fit {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(56, 129, 122, 0.14);
}

.u-abv1-role-fit__label {
  margin: 0 0 12px;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  color: #2b6d67;
}

.u-abv1-role-fit__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 12px;
}

.u-abv1-role-fit__list li {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 14px;
  border-radius: 16px;
  background: rgba(56, 129, 122, 0.06);
  border: 1px solid rgba(56, 129, 122, 0.12);
  color: #204d49;
  font-size: 0.93rem;
  line-height: 1.35;
  font-weight: 700;
}

.u-abv1-hero__panel {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.u-abv1-panel-card,
.u-abv1-metric-card,
.u-abv1-card,
.u-abv1-proof-card,
.u-abv1-work-card,
.u-abv1-cta__box {
  border-radius: 24px;
  border: 1px solid rgba(56, 129, 122, 0.12);
  box-shadow: 0 18px 48px rgba(21, 56, 53, 0.06);
}

.u-abv1-panel-card {
  background: #163b38;
  color: #effaf8;
  padding: 28px;
}

.u-abv1-panel-card--soft {
  background: linear-gradient(180deg, #eff9f7 0%, #ffffff 100%);
  color: #173532;
}

.u-abv1-panel-card--flow {
  background: linear-gradient(145deg, #163b38 0%, #245954 100%);
  color: #effaf8;
}

.u-abv1-panel-card__label,
.u-abv1-proof-card__tag,
.u-abv1-work-card__tag {
  margin: 0 0 12px;
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
}

.u-abv1-panel-card__list {
  margin: 0;
  padding-left: 18px;
}

.u-abv1-panel-card__list li {
  margin: 10px 0;
  line-height: 1.5;
}

.u-abv1-panel-card__text {
  color: #456763;
  margin: 0;
}

.u-abv1-panel-card__text--light {
  color: rgba(239, 250, 248, 0.8);
}

.u-abv1-logo-wall,
.u-abv1-stack-brands,
.u-abv1-tool-row__items,
.u-abv1-flow-secondary {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.u-abv1-logo-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(56, 129, 122, 0.12);
  color: #224d49;
  font-size: 0.92rem;
  line-height: 1;
  font-weight: 700;
}

.u-abv1-logo-mark {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #ffffff;
  background: #547b76;
  flex: 0 0 auto;
}

.u-abv1-logo-mark--salesforce {
  background: linear-gradient(135deg, #00a1e0, #1572d3);
}

.u-abv1-logo-mark--pipedrive {
  background: #1f7a53;
}

.u-abv1-logo-mark--marketo {
  background: #5d6cf9;
}

.u-abv1-logo-mark--outreach {
  background: #ff6a3d;
}

.u-abv1-logo-mark--salesloft {
  background: #2040ff;
}

.u-abv1-logo-mark--clay {
  background: #111111;
}

.u-abv1-logo-mark--zoominfo {
  background: #ff5b2e;
}

.u-abv1-logo-mark--demandbase {
  background: #6b43f3;
}

.u-abv1-logo-mark--bombora {
  background: #2f6b5e;
}

.u-abv1-logo-mark--clearbit {
  background: #3e6cf6;
}

.u-abv1-logo-mark--sixsense {
  background: #1e2f68;
}

.u-abv1-logo-mark--make {
  background: #783df6;
}

.u-abv1-logo-mark--segment {
  background: #111111;
}

.u-abv1-logo-mark--tableau {
  background: #e97627;
}

.u-abv1-logo-mark--bigquery {
  background: #4285f4;
}

.u-abv1-logo-mark--jasper {
  background: #ff7a59;
}

.u-abv1-logo-mark--writer {
  background: #111111;
}

.u-abv1-logo-mark--copyai {
  background: #11a36a;
}

.u-abv1-logo-mark--lavender {
  background: #8b6cf7;
}

.u-abv1-logo-mark--codex {
  background: #111111;
}

.u-abv1-logo-mark--antigravity {
  background: #4285f4;
}

.u-abv1-logo-mark--claude {
  background: #d97745;
}

.u-abv1-logo-mark--deepseek {
  background: #4868ff;
}

.u-abv1-logo-mark--minimax {
  background: #ff5f2e;
}

.u-abv1-logo-mark--openclaw {
  background: #0f766e;
}

.u-abv1-logo-mark--linkedin {
  background: #0a66c2;
}

.u-abv1-logo-mark--googleads {
  background: #4285f4;
}

.u-abv1-logo-mark--meta {
  background: #0866ff;
}

.u-abv1-logo-mark--reddit {
  background: #ff4500;
}

.u-abv1-logo-pill img {
  width: 18px;
  height: 18px;
  display: block;
}

.u-abv1-tool-matrix {
  display: grid;
  gap: 10px;
}

.u-abv1-tool-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: start;
  padding: 12px 0 0;
  border-top: 1px dashed rgba(56, 129, 122, 0.18);
}

.u-abv1-tool-row:first-child {
  border-top: 0;
  padding-top: 0;
}

.u-abv1-tool-row__items {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.u-abv1-tool-card {
  min-height: 66px;
  padding: 8px 7px;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid rgba(56, 129, 122, 0.12);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-align: center;
  color: #224d49;
  font-size: 0.76rem;
  line-height: 1;
  font-weight: 700;
}

.u-abv1-tool-card img {
  width: 16px;
  height: 16px;
  display: block;
}

.u-abv1-tool-card img.u-abv1-tool-logo--wide {
  width: auto;
  max-width: 72px;
  height: 14px;
  object-fit: contain;
}

.u-abv1-panel-card--soft {
  padding: 22px;
}

.u-abv1-flow-mini {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.u-abv1-flow-mini span {
  display: inline-flex;
  align-items: center;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #f2fbfa;
  font-size: 0.9rem;
  font-weight: 700;
}

.u-abv1-flow-secondary {
  margin-top: 16px;
}

.u-abv1-metrics__grid,
.u-abv1-card-grid,
.u-abv1-proof-grid,
.u-abv1-work-grid {
  display: grid;
  gap: 20px;
}

.u-abv1-metrics__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.u-abv1-metric-card {
  background: #ffffff;
  padding: 28px 24px;
}

.u-abv1-metric-card__value {
  margin: 0 0 10px;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  line-height: 1;
  color: #1a5c55;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.u-abv1-metric-card__value--compact {
  font-size: clamp(1.5rem, 2.3vw, 1.8rem);
  line-height: 0.96;
}

.u-abv1-section--tint {
  background: linear-gradient(180deg, rgba(56, 129, 122, 0.06) 0%, rgba(56, 129, 122, 0.02) 100%);
}

.u-abv1-section--dark {
  background: linear-gradient(145deg, #163c39 0%, #0f2b29 100%);
}

.u-abv1-section__head {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 18px 34px;
  align-items: start;
  margin-bottom: 34px;
}

.u-abv1-section__lead {
  padding-top: 12px;
}

.u-abv1-section__body {
  max-width: none;
}

.u-abv1-section__body .u-abv1-section__text {
  margin: 18px 0 0;
  max-width: none;
}

.u-abv1-section__head--dark .u-abv1-section__title--dark {
  color: #f0fbf8;
}

.u-abv1-section__text--dark {
  color: rgba(240, 251, 248, 0.76);
}

.u-abv1-card-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.u-abv1-card-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.u-abv1-card {
  background: #ffffff;
  padding: 28px 24px;
}

.u-abv1-card__icon,
.u-abv1-proof-card__icon {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  margin-bottom: 18px;
  background: linear-gradient(135deg, rgba(56, 129, 122, 0.14) 0%, rgba(56, 129, 122, 0.06) 100%);
  color: #20645d;
}

.u-abv1-card__icon svg,
.u-abv1-proof-card__icon svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.u-abv1-card__icon--light {
  background: rgba(255, 255, 255, 0.14);
  color: #f1fffc;
}

.u-abv1-card--accent {
  background: linear-gradient(135deg, #173d39 0%, #245e58 100%);
}

.u-abv1-card--accent .u-abv1-card__title,
.u-abv1-card--accent .u-abv1-card__text {
  color: #f4fffd;
}

.u-abv1-card__title,
.u-abv1-proof-card h3,
.u-abv1-work-card h3 {
  margin: 0 0 10px;
  font-size: 1.18rem;
  line-height: 1.35;
  color: #163533;
}

.u-abv1-card__text {
  margin: 0;
}

.u-abv1-proof-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.u-abv1-proof-card,
.u-abv1-work-card {
  overflow: hidden;
  background: #ffffff;
  text-decoration: none;
  color: inherit;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.u-abv1-proof-card:hover,
.u-abv1-work-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 58px rgba(21, 56, 53, 0.1);
}

.u-abv1-proof-card img,
.u-abv1-work-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.u-abv1-work-card img {
  aspect-ratio: 1 / 1;
  height: auto;
}

.u-abv1-proof-card__body,
.u-abv1-work-card__body {
  padding: 24px;
}

.u-abv1-proof-card__body {
  padding: 22px;
}

.u-abv1-proof-card__body .u-abv1-proof-card__icon {
  margin-top: -20px;
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(56, 129, 122, 0.12);
  margin-bottom: 26px;
}

.u-abv1-proof-card__tag {
  color: #38817a;
}

.u-abv1-work-card__tag {
  color: #4f8d86;
}

.u-abv1-proof-card p,
.u-abv1-work-card p {
  margin: 0;
}

.u-abv1-proof-card__body p:last-child,
.u-abv1-work-card__body p:last-of-type {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.u-abv1-proof-card h3,
.u-abv1-work-card h3 {
  margin-top: 0;
  margin-bottom: 10px;
}

.u-abv1-proof-card h3 {
  font-size: 1.08rem;
}

.u-abv1-proof-card__tag,
.u-abv1-work-card__tag {
  margin-bottom: 10px;
}

.u-abv1-stack-architecture {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 8px;
}

.u-abv1-stack-column {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(154, 226, 213, 0.14);
  border-radius: 24px;
  padding: 24px 22px;
  color: #effaf8;
}

.u-abv1-stack-column__icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  background: rgba(255, 255, 255, 0.08);
  color: #9ae2d5;
}

.u-abv1-stack-column__icon svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.u-abv1-stack-column__label {
  margin: 0 0 10px;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #9ae2d5;
  font-weight: 700;
}

.u-abv1-stack-column h3 {
  margin: 0 0 16px;
  color: #f2fffd;
  font-size: 1.18rem;
  line-height: 1.35;
}

.u-abv1-stack-column:nth-child(1) h3 {
  color: #9ae2d5;
}

.u-abv1-stack-column:nth-child(2) h3 {
  color: #ffd58f;
}

.u-abv1-stack-column:nth-child(3) h3 {
  color: #b8ccff;
}

.u-abv1-stack-column:nth-child(4) h3 {
  color: #f6b9d7;
}

.u-abv1-stack-column p {
  margin: 0;
  color: rgba(239, 250, 248, 0.78);
  line-height: 1.7;
}

.u-abv1-stack-column ul {
  margin: 18px 0 0;
  padding-left: 18px;
  color: #dff6f2;
}

.u-abv1-stack-column li {
  margin: 8px 0;
  line-height: 1.5;
}

.u-abv1-stack-brands {
  margin-top: 20px;
  gap: 12px;
}

.u-abv1-stack-brands .u-abv1-logo-pill {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(154, 226, 213, 0.14);
  color: #eefcf9;
  padding: 10px 14px;
}

.u-abv1-stack-brands .u-abv1-logo-pill img {
  width: 20px;
  height: 20px;
}

.u-abv1-work-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.u-abv1-work-card a {
  display: inline-flex;
  margin-top: 16px;
  font-weight: 700;
  color: #2a7d76;
}

.u-abv1-cta__box {
  background: linear-gradient(135deg, #eef8f6 0%, #ffffff 100%);
  padding: 34px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
}

.u-abv1-cta__title {
  max-width: 15ch;
}

.u-abv1-cta__actions {
  gap: 10px;
}

.u-abv1-footer {
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 0;
}

.u-abv1-footer p,
.u-abv1-footer h5 {
  margin: 0;
}

@media (max-width: 991px) {
  .u-abv1-hero__grid,
  .u-abv1-metrics__grid,
  .u-abv1-card-grid--four,
  .u-abv1-card-grid--three,
  .u-abv1-proof-grid,
  .u-abv1-work-grid,
  .u-abv1-stack-architecture,
  .u-abv1-cta__box,
  .u-abv1-section__head {
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .u-abv1-proof-grid,
  .u-abv1-work-grid,
  .u-abv1-card-grid--four,
  .u-abv1-card-grid--three,
  .u-abv1-metrics__grid,
  .u-abv1-stack-architecture {
    grid-template-columns: 1fr 1fr;
  }

  .u-abv1-hero__title {
    max-width: none;
  }

  .u-abv1-role-fit__list {
    grid-template-columns: 1fr 1fr;
  }

  .u-abv1-footer {
    flex-direction: column;
    text-align: center;
  }

  .u-abv1-section__head {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .u-abv1-section__lead {
    padding-top: 0;
  }

  .u-abv1-tool-row {
    grid-template-columns: 1fr;
  }

  .u-abv1-tool-row__label {
    padding-top: 0;
  }

  .u-abv1-cta__title {
    max-width: none;
  }
}

@media (max-width: 767px) {
  .u-abv1-hero,
  .u-abv1-section,
  .u-abv1-metrics,
  .u-abv1-cta {
    padding: 54px 0;
  }

  .u-abv1-body .u-sheet {
    width: min(100% - 28px, 1140px) !important;
  }

  .u-abv1-hero__copy,
  .u-abv1-panel-card,
  .u-abv1-card,
  .u-abv1-metric-card,
  .u-abv1-proof-card__body,
  .u-abv1-work-card__body,
  .u-abv1-cta__box {
    padding: 22px;
  }

  .u-abv1-proof-grid,
  .u-abv1-work-grid,
  .u-abv1-card-grid--four,
  .u-abv1-card-grid--three,
  .u-abv1-metrics__grid,
  .u-abv1-stack-architecture {
    grid-template-columns: 1fr;
  }

  .u-abv1-proof-card img,
  .u-abv1-work-card img {
    height: 200px;
  }

  .u-abv1-footer {
    min-height: unset;
  }

  .u-abv1-tool-row__items {
    grid-template-columns: 1fr;
  }

  .u-abv1-role-fit__list {
    grid-template-columns: 1fr;
  }
}
