.crm-page {
  --crm-surface: rgba(10, 16, 20, 0.88);
  --crm-surface-strong: rgba(13, 20, 25, 0.96);
  --crm-border: rgba(255, 255, 255, 0.1);
  --crm-copy: rgba(244, 246, 244, 0.72);
  background:
    radial-gradient(circle at 82% 6%, rgba(198, 255, 46, 0.1), transparent 30rem),
    radial-gradient(circle at 12% 28%, rgba(24, 229, 255, 0.06), transparent 28rem),
    linear-gradient(180deg, #030507, #070a0d 38%, #05080a 100%);
}

.crm-page main {
  overflow: clip;
}

.crm-page p,
.crm-page li {
  text-wrap: pretty;
}

.crm-page :is(.crm-card, .crm-type, .crm-feature, .crm-step, .crm-work-grid article, .crm-why-grid article, .crm-compare-grid article, .crm-integration-list article) ul,
.crm-contact ul,
.crm-faq__list ul {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.crm-page :is(.crm-card, .crm-type, .crm-feature, .crm-step, .crm-work-grid article, .crm-why-grid article, .crm-compare-grid article, .crm-integration-list article) li,
.crm-contact li,
.crm-faq__list li {
  position: relative;
  margin-top: 8px;
  padding-left: 20px;
  color: var(--crm-copy);
  line-height: 1.55;
}

.crm-page :is(.crm-card, .crm-type, .crm-feature, .crm-step, .crm-work-grid article, .crm-why-grid article, .crm-compare-grid article, .crm-integration-list article) li::before,
.crm-contact li::before,
.crm-faq__list li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 7px;
  height: 1px;
  background: var(--lime);
  box-shadow: 0 0 10px rgba(198, 255, 46, 0.54);
}

.crm-hero {
  display: block;
  min-height: 100vh;
  padding-inline: clamp(20px, 4vw, 62px);
  padding-bottom: clamp(56px, 7vw, 100px);
}

.crm-hero__stage {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(520px, 1.08fr);
  gap: clamp(24px, 3.8vw, 64px);
  align-items: center;
  width: min(1500px, 100%);
  min-height: calc(100vh - var(--header-h) - 64px);
  margin: 0 auto;
}

.crm-hero .hero-copy {
  max-width: 740px;
  padding-bottom: 0;
}

.crm-hero h1 {
  max-width: 720px;
  font-size: clamp(42px, 4.1vw, 68px);
  line-height: 0.98;
}

.crm-hero .hero-copy > p:not(.crm-hero__flow):not(.crm-hero__directions) {
  max-width: 700px;
  margin-top: 20px;
  font-size: clamp(17px, 1.45vw, 21px);
  line-height: 1.5;
}

.crm-hero .hero-actions {
  flex-wrap: nowrap;
  gap: 14px;
  margin-top: 28px;
}

.crm-hero .hero-actions .button {
  min-width: 0;
  min-height: 62px;
  padding-inline: 22px;
  font-size: 15px;
  white-space: nowrap;
}

.crm-hero__flow,
.crm-hero__directions {
  max-width: 730px !important;
  color: rgba(244, 246, 244, 0.64) !important;
  font-family: "Space Grotesk", Manrope, sans-serif;
  font-size: 14px !important;
  font-weight: 600;
  line-height: 1.7 !important;
}

.crm-hero__flow {
  margin-top: 24px !important;
}

.crm-hero__flow span {
  margin: 0 4px;
  color: var(--lime);
}

.crm-hero__directions {
  margin-top: 8px !important;
  color: rgba(244, 246, 244, 0.5) !important;
}

.crm-hero__directions i {
  margin: 0 5px;
  color: var(--cyan);
  font-style: normal;
}

.crm-system {
  min-height: min(660px, 70vh);
}

.crm-system .system-node p {
  font-size: 13px;
}

.crm-section {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.055);
}

.crm-section--wide {
  max-width: none;
}

.crm-section--wide > * {
  max-width: calc(var(--max) - clamp(40px, 8vw, 124px));
  margin-right: auto;
  margin-left: auto;
}

.crm-section__head {
  grid-template-columns: 92px minmax(0, 1fr);
  gap: clamp(24px, 4vw, 70px);
  margin-bottom: clamp(38px, 5vw, 68px);
}

.crm-section__head > div {
  max-width: 1040px;
}

.crm-section__subtitle {
  margin: 16px 0 0;
  color: var(--lime);
  font-family: "Space Grotesk", Manrope, sans-serif;
  font-size: clamp(18px, 1.7vw, 25px);
  font-weight: 600;
  line-height: 1.35;
}

.crm-section__lead {
  display: grid;
  gap: 8px;
  max-width: 920px;
  margin-top: 24px;
}

.crm-section__lead p {
  margin: 0;
  color: var(--crm-copy);
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 1.62;
}

.crm-reason-list {
  display: grid;
  border-top: 1px solid rgba(198, 255, 46, 0.25);
}

.crm-reason {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 34px;
  padding: clamp(28px, 4vw, 52px) 0;
  border-bottom: 1px solid var(--crm-border);
}

.crm-reason > span,
.crm-card > span,
.crm-type > span,
.crm-integration-list span,
.crm-work-grid article > span,
.crm-step > span {
  color: var(--cyan);
  font-family: "Space Grotesk", Manrope, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.crm-reason:nth-child(3n + 1) > span,
.crm-card:nth-child(3n + 1) > span,
.crm-type:nth-child(3n + 1) > span,
.crm-integration-list article:nth-child(3n + 1) span,
.crm-work-grid article:nth-child(3n + 1) > span,
.crm-step:nth-child(3n + 1) > span {
  color: var(--lime);
}

.crm-reason:nth-child(3n) > span,
.crm-card:nth-child(3n) > span,
.crm-type:nth-child(3n) > span,
.crm-integration-list article:nth-child(3n) span,
.crm-work-grid article:nth-child(3n) > span,
.crm-step:nth-child(3n) > span {
  color: var(--orange);
}

.crm-reason h3,
.crm-card h3,
.crm-type h3,
.crm-feature h3,
.crm-step h3,
.crm-integration-list h3,
.crm-work-grid h3,
.crm-why-grid h3,
.crm-compare-grid h3 {
  margin: 0;
  font-family: "Space Grotesk", Manrope, sans-serif;
  font-size: clamp(21px, 2vw, 30px);
  line-height: 1.15;
}

.crm-reason p,
.crm-card p,
.crm-type p,
.crm-feature p,
.crm-step p,
.crm-integration-list p,
.crm-work-grid p,
.crm-why-grid p,
.crm-compare-grid p {
  max-width: 920px;
  margin: 14px 0 0;
  color: var(--crm-copy);
  font-size: 16px;
  line-height: 1.62;
}

.crm-reason ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 24px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.crm-reason li {
  position: relative;
  padding-left: 18px;
  color: var(--crm-copy);
  line-height: 1.5;
}

.crm-reason li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 7px;
  height: 1px;
  background: var(--cyan);
}

.crm-inline-flow {
  color: rgba(244, 246, 244, 0.9) !important;
  font-family: "Space Grotesk", Manrope, sans-serif;
  font-weight: 600;
}

.crm-inline-cta {
  padding-top: clamp(36px, 5vw, 70px);
  padding-bottom: clamp(70px, 8vw, 120px);
}

.crm-inline-cta .trust-panel {
  align-items: center;
  border-color: rgba(198, 255, 46, 0.32);
  border-radius: var(--radius);
}

.crm-inline-cta .trust-panel h2 {
  margin-top: 18px;
}

.crm-inline-cta__copy {
  display: grid;
  gap: 26px;
}

.crm-inline-cta__copy p {
  margin: 0;
  color: var(--crm-copy);
  font-size: 18px;
  line-height: 1.65;
}

.crm-inline-cta__copy .button {
  width: fit-content;
  min-height: 60px;
}

.crm-card-grid,
.crm-type-grid,
.crm-feature-grid,
.crm-work-grid,
.crm-why-grid,
.crm-compare-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.crm-card-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.crm-card,
.crm-type,
.crm-feature,
.crm-work-grid article,
.crm-why-grid article,
.crm-compare-grid article {
  position: relative;
  min-width: 0;
  padding: clamp(24px, 2.8vw, 38px);
  border: 1px solid var(--crm-border);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 100% 0%, rgba(24, 229, 255, 0.055), transparent 38%),
    linear-gradient(150deg, var(--crm-surface-strong), rgba(6, 10, 13, 0.94));
}

.crm-card::before,
.crm-type::before,
.crm-feature::before,
.crm-work-grid article::before,
.crm-why-grid article::before,
.crm-compare-grid article::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 24px;
  width: 42px;
  height: 2px;
  background: var(--cyan);
  box-shadow: 0 0 16px rgba(24, 229, 255, 0.45);
}

.crm-card:nth-child(3n + 1)::before,
.crm-type:nth-child(3n + 1)::before,
.crm-feature:nth-child(3n + 1)::before,
.crm-work-grid article:nth-child(3n + 1)::before,
.crm-why-grid article:nth-child(3n + 1)::before {
  background: var(--lime);
  box-shadow: 0 0 16px rgba(198, 255, 46, 0.45);
}

.crm-card:nth-child(3n)::before,
.crm-type:nth-child(3n)::before,
.crm-feature:nth-child(3n)::before,
.crm-work-grid article:nth-child(3n)::before,
.crm-why-grid article:nth-child(3n)::before {
  background: var(--orange);
  box-shadow: 0 0 16px rgba(255, 107, 42, 0.4);
}

.crm-card > h3,
.crm-type > h3 {
  margin-top: 30px;
}

.crm-card--wide,
.crm-type--wide,
.crm-why-grid__wide {
  grid-column: span 2;
}

.crm-columns {
  columns: 2;
  column-gap: 36px;
}

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

.crm-type {
  min-height: 240px;
}

.crm-scope {
  max-width: none;
  background:
    radial-gradient(circle at 15% 0%, rgba(24, 229, 255, 0.07), transparent 34rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.018), transparent);
}

.crm-scope > * {
  max-width: calc(var(--max) - clamp(40px, 8vw, 124px));
  margin-right: auto;
  margin-left: auto;
}

.crm-steps {
  display: grid;
  border-top: 1px solid rgba(24, 229, 255, 0.28);
}

.crm-step {
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr);
  gap: 30px;
  padding: clamp(28px, 3.6vw, 48px) 0;
  border-bottom: 1px solid var(--crm-border);
}

.crm-step > div {
  display: grid;
  grid-template-columns: minmax(220px, 0.65fr) minmax(0, 1.35fr);
  gap: 20px 46px;
  align-items: start;
}

.crm-step h3 {
  grid-row: 1 / span 3;
}

.crm-step p,
.crm-step ul {
  grid-column: 2;
}

.crm-step p:first-of-type {
  margin-top: 0;
}

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

.crm-feature {
  min-height: 260px;
}

.crm-feature h3 + h3 {
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid var(--crm-border);
}

.crm-integrations {
  max-width: none;
  background:
    radial-gradient(circle at 88% 12%, rgba(198, 255, 46, 0.08), transparent 30rem),
    rgba(255, 255, 255, 0.012);
}

.crm-integrations > * {
  max-width: calc(var(--max) - clamp(40px, 8vw, 124px));
  margin-right: auto;
  margin-left: auto;
}

.crm-integration-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(198, 255, 46, 0.24);
  border-left: 1px solid var(--crm-border);
}

.crm-integration-list article {
  min-width: 0;
  min-height: 250px;
  padding: 28px;
  border-right: 1px solid var(--crm-border);
  border-bottom: 1px solid var(--crm-border);
  background: rgba(7, 12, 15, 0.66);
}

.crm-integration-list h3 {
  margin-top: 38px;
}

.crm-work-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.crm-work-grid article {
  min-height: 320px;
}

.crm-work-grid h3 {
  margin-top: 28px;
}

.crm-work-grid strong {
  color: var(--text);
}

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

.crm-why-grid article {
  min-height: 260px;
}

.crm-why-grid__wide {
  min-height: auto !important;
}

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

.crm-compare-grid article:first-child {
  border-color: rgba(24, 229, 255, 0.24);
}

.crm-compare-grid article:last-child {
  border-color: rgba(198, 255, 46, 0.3);
}

.crm-compare-grid article:first-child::before {
  background: var(--cyan);
}

.crm-compare-grid article:last-child::before {
  background: var(--lime);
}

.crm-compare__note {
  max-width: 980px;
  margin: 28px 0 0;
  padding: 24px 28px;
  border-left: 3px solid var(--orange);
  background: rgba(255, 107, 42, 0.055);
  color: rgba(244, 246, 244, 0.84);
  font-size: 18px;
  line-height: 1.6;
}

.crm-faq__list {
  grid-column: auto;
  grid-row: auto;
  max-width: none;
  margin-top: 0;
}

.crm-faq__list details {
  border-color: rgba(198, 255, 46, 0.18);
  background: rgba(7, 12, 15, 0.78);
}

.crm-faq__list summary {
  min-height: 68px;
  padding: 21px 24px;
  font-family: "Space Grotesk", Manrope, sans-serif;
  font-size: clamp(17px, 1.4vw, 20px);
}

.crm-faq__list details > div {
  max-width: 980px;
  padding: 0 24px 24px;
}

.crm-faq__list details p {
  padding: 0;
  font-size: 16px;
  line-height: 1.62;
}

.crm-contact {
  max-width: none;
  margin-top: clamp(40px, 6vw, 90px);
  padding-right: max(clamp(20px, 4vw, 62px), calc((100vw - var(--max)) / 2 + 62px));
  padding-bottom: clamp(90px, 10vw, 150px);
  padding-left: max(clamp(20px, 4vw, 62px), calc((100vw - var(--max)) / 2 + 62px));
  border-top: 1px solid rgba(198, 255, 46, 0.18);
  background:
    radial-gradient(circle at 80% 12%, rgba(24, 229, 255, 0.08), transparent 30rem),
    radial-gradient(circle at 15% 20%, rgba(198, 255, 46, 0.07), transparent 26rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.018), transparent);
  scroll-margin-top: 88px;
}

.crm-contact .contact-copy {
  position: sticky;
  top: 100px;
}

.crm-contact .contact-copy > p {
  margin-top: 18px;
  font-size: 16px;
  line-height: 1.62;
}

.crm-contact .contact-copy ul {
  margin-top: 16px;
}

.crm-contact__focus {
  width: fit-content;
  min-height: 58px;
  margin-top: 28px;
  padding-inline: 22px;
}

.crm-lead-form {
  border-color: rgba(198, 255, 46, 0.25);
  background:
    radial-gradient(circle at 100% 0%, rgba(24, 229, 255, 0.08), transparent 42%),
    linear-gradient(160deg, rgba(14, 22, 27, 0.98), rgba(7, 11, 14, 0.96));
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.44), 0 0 54px rgba(198, 255, 46, 0.07);
  scroll-margin-top: 96px;
}

.crm-lead-form__head {
  margin-bottom: 6px;
}

.crm-lead-form__head h3 {
  margin: 0;
  font-family: "Space Grotesk", Manrope, sans-serif;
  font-size: clamp(27px, 2.4vw, 38px);
  line-height: 1.1;
}

.crm-lead-form__head p {
  margin: 12px 0 0;
  color: var(--crm-copy);
  line-height: 1.55;
}

.crm-consent {
  margin: -2px 0 0;
  color: rgba(244, 246, 244, 0.52);
  font-size: 13px;
  line-height: 1.55;
}

.crm-page .system-node__link {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: rgba(198, 255, 46, 0.48);
  text-underline-offset: 3px;
}

@media (max-width: 1260px) {
  .crm-hero__stage {
    grid-template-columns: minmax(0, 0.96fr) minmax(470px, 1.04fr);
  }

  .crm-hero h1 {
    font-size: clamp(39px, 4vw, 54px);
  }

  .crm-hero .hero-actions {
    flex-wrap: wrap;
  }

  .crm-hero .hero-actions .button {
    min-width: 260px;
  }

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

@media (max-width: 1120px) {
  .crm-hero {
    padding-top: calc(var(--header-h) + 40px);
  }

  .crm-hero__stage {
    grid-template-columns: 1fr;
  }

  .crm-hero .hero-copy {
    max-width: 820px;
  }

  .crm-system {
    min-height: 640px;
    margin-top: -34px;
  }

  .crm-card-grid,
  .crm-feature-grid,
  .crm-integration-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .crm-integration-list article {
    min-height: 220px;
  }

  .crm-step > div {
    grid-template-columns: 1fr;
  }

  .crm-step h3 {
    grid-row: auto;
  }

  .crm-step p,
  .crm-step ul {
    grid-column: auto;
  }
}

@media (max-width: 980px) {
  .crm-card-grid--two,
  .crm-type-grid,
  .crm-feature-grid,
  .crm-why-grid,
  .crm-compare-grid {
    grid-template-columns: 1fr;
  }

  .crm-card--wide,
  .crm-type--wide,
  .crm-why-grid__wide {
    grid-column: auto;
  }

  .crm-contact {
    grid-template-columns: 1fr;
  }

  .crm-contact .contact-copy {
    position: static;
  }

  .crm-lead-form {
    grid-column: auto;
    grid-row: auto;
  }
}

@media (max-width: 720px) {
  .crm-hero {
    padding: 98px 16px 52px;
  }

  .crm-hero__stage {
    min-height: auto;
  }

  .crm-hero h1 {
    font-size: clamp(35px, 10.8vw, 46px);
  }

  .crm-hero .hero-copy > p:not(.crm-hero__flow):not(.crm-hero__directions) {
    margin-top: 16px;
    font-size: 16px;
  }

  .crm-hero .hero-actions {
    display: grid;
    gap: 10px;
    margin-top: 24px;
  }

  .crm-hero .hero-actions .button {
    width: 100%;
    min-width: 0;
    min-height: 54px;
    white-space: normal;
  }

  .crm-hero__flow,
  .crm-hero__directions {
    font-size: 13px !important;
  }

  .crm-system {
    display: none;
  }

  .crm-section {
    padding: 66px 16px;
  }

  .crm-section__head {
    display: block;
    margin-bottom: 32px;
  }

  .crm-section__head .section-index {
    margin-bottom: 14px;
  }

  .crm-section__subtitle {
    margin-top: 12px;
    font-size: 18px;
  }

  .crm-section__lead {
    margin-top: 18px;
  }

  .crm-reason {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 14px;
    padding: 28px 0;
  }

  .crm-reason h3,
  .crm-card h3,
  .crm-type h3,
  .crm-feature h3,
  .crm-step h3,
  .crm-integration-list h3,
  .crm-work-grid h3,
  .crm-why-grid h3,
  .crm-compare-grid h3 {
    font-size: 21px;
  }

  .crm-reason p,
  .crm-card p,
  .crm-type p,
  .crm-feature p,
  .crm-step p,
  .crm-integration-list p,
  .crm-work-grid p,
  .crm-why-grid p,
  .crm-compare-grid p {
    font-size: 15px;
  }

  .crm-reason ul,
  .crm-columns {
    display: grid;
    grid-template-columns: 1fr;
    columns: auto;
  }

  .crm-inline-cta {
    padding: 36px 16px 70px;
  }

  .crm-inline-cta .trust-panel {
    display: grid;
    gap: 22px;
    padding: 24px 20px;
  }

  .crm-inline-cta .trust-panel h2 {
    font-size: 28px;
  }

  .crm-inline-cta__copy p {
    font-size: 16px;
  }

  .crm-inline-cta__copy .button {
    width: 100%;
  }

  .crm-card-grid,
  .crm-type-grid,
  .crm-feature-grid,
  .crm-integration-list,
  .crm-work-grid,
  .crm-why-grid,
  .crm-compare-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .crm-card,
  .crm-type,
  .crm-feature,
  .crm-work-grid article,
  .crm-why-grid article,
  .crm-compare-grid article {
    min-height: auto;
    padding: 24px 20px;
  }

  .crm-integration-list {
    border-left: 0;
  }

  .crm-integration-list article {
    min-height: auto;
    padding: 24px 20px;
    border-left: 1px solid var(--crm-border);
  }

  .crm-integration-list h3 {
    margin-top: 24px;
  }

  .crm-step {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
    padding: 28px 0;
  }

  .crm-compare__note {
    padding: 20px;
    font-size: 16px;
  }

  .crm-faq__list summary {
    min-height: 56px;
    padding: 17px 18px;
    font-size: 16px;
  }

  .crm-faq__list details > div {
    padding: 0 18px 18px;
  }

  .crm-contact {
    gap: 28px;
    margin-top: 0;
    padding: 72px 16px 86px;
    scroll-margin-top: 72px;
  }

  .crm-contact .contact-copy {
    order: 1;
  }

  .crm-contact .contact-copy ul {
    display: grid;
  }

  .crm-contact__focus {
    width: 100%;
  }

  .crm-lead-form {
    order: 2;
    padding: 20px 16px;
  }

  .crm-lead-form__head h3 {
    font-size: 28px;
  }

  .crm-page .site-footer {
    display: grid;
  }
}

@media (max-width: 390px) {
  .crm-hero h1 {
    font-size: clamp(33px, 10.2vw, 40px);
  }

  .crm-reason,
  .crm-step {
    grid-template-columns: 1fr;
  }

  .crm-reason > span,
  .crm-step > span {
    display: block;
    margin-bottom: -2px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .crm-card,
  .crm-type,
  .crm-feature,
  .crm-step,
  .crm-reason,
  .crm-integration-list article,
  .crm-work-grid article,
  .crm-why-grid article {
    transition: none;
  }
}
