/* Custom service page redesign. Route-scoped to keep global navigation and CMS behavior intact. */
.page-custom .custom-page {
  --custom-navy-950: #031126;
  --custom-navy-900: #061a36;
  --custom-navy-800: #0a2c58;
  --custom-blue: #2f6bff;
  --custom-blue-light: #5c91ff;
  --custom-cyan: #27d6dc;
  --custom-mint: #29c9a3;
  --custom-orange: #ff9850;
  --custom-ink: #10203d;
  --custom-muted: #687b96;
  --custom-line: #dee7f2;
  --custom-soft: #f3f7fc;
  overflow: hidden;
  color: var(--custom-ink);
  background: var(--custom-soft);
}

.page-custom .custom-page,
.page-custom .custom-page * {
  box-sizing: border-box;
}

.page-custom .custom-page .container {
  width: min(1240px, calc(100% - 48px));
  margin-inline: auto;
}

.page-custom .custom-page .ui-icon-svg {
  display: block;
  width: 20px;
  height: 20px;
}

.page-custom .custom-hero {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  color: #fff;
  border: 0;
  background:
    radial-gradient(circle at 83% 34%, rgba(47, 107, 255, .34), transparent 30%),
    radial-gradient(circle at 61% 108%, rgba(39, 214, 220, .13), transparent 29%),
    linear-gradient(118deg, var(--custom-navy-950) 0%, #071a38 56%, #0a2b58 100%);
}

.page-custom .custom-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: .16;
  background-image:
    linear-gradient(rgba(255, 255, 255, .13) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .13) 1px, transparent 1px);
  background-size: 68px 68px;
  mask-image: linear-gradient(90deg, transparent 34%, #000 72%);
}

.page-custom .custom-hero::after {
  position: absolute;
  top: -330px;
  right: -215px;
  width: 560px;
  height: 560px;
  content: "";
  border: 1px solid rgba(104, 167, 255, .25);
  border-radius: 50%;
  box-shadow: 0 0 0 94px rgba(73, 141, 255, .035), 0 0 0 188px rgba(73, 141, 255, .025);
}

.page-custom .custom-hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 620px;
  padding: 52px 0 58px;
  grid-template-columns: minmax(0, 1.06fr) minmax(390px, .94fr);
  align-items: center;
  gap: 44px;
}

.page-custom .custom-hero__copy {
  max-width: 670px;
  min-width: 0;
}

.page-custom .custom-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 27px;
  color: #90afd4;
  font-size: 14px;
  line-height: 1.5;
}

.page-custom .custom-eyebrow a {
  color: #c0d1e6;
  transition: color .2s ease;
}

.page-custom .custom-eyebrow a:hover {
  color: #fff;
}

.page-custom .custom-eyebrow__line {
  width: 28px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--custom-blue-light), var(--custom-cyan));
}

.page-custom .custom-eyebrow__slash {
  color: #54749c;
}

.page-custom .custom-hero h1 {
  max-width: 680px;
  margin: 0;
  color: #fff;
  font-size: clamp(43px, 4vw, 58px);
  font-weight: 850;
  line-height: 1.15;
  letter-spacing: -2.2px;
}

.page-custom .custom-hero h1 span {
  display: inline-block;
  margin-left: .2em;
  color: transparent;
  background: linear-gradient(110deg, #6696ff 0%, #2de1dc 100%);
  background-clip: text;
  -webkit-background-clip: text;
}

.page-custom .custom-hero__lead {
  max-width: 610px;
  margin: 21px 0 0;
  color: #bdd0e8;
  font-size: 19px;
  line-height: 1.8;
}

.page-custom .custom-hot-words {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 25px;
}

.page-custom .custom-hot-words > span {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  gap: 8px;
  padding: 7px 13px;
  color: #d8e7f8;
  border: 1px solid rgba(126, 180, 255, .2);
  border-radius: 999px;
  background: rgba(255, 255, 255, .055);
  font-size: 14px;
}

.page-custom .custom-hot-words i {
  display: grid;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  place-items: center;
  color: #06182e;
  border-radius: 50%;
  background: var(--custom-cyan);
}

.page-custom .custom-hot-words i .ui-icon-svg {
  width: 12px;
  height: 12px;
  stroke-width: 2.7;
}

.page-custom .custom-hero__actions {
  display: flex;
  align-items: center;
  gap: 21px;
  margin-top: 32px;
}

.page-custom .custom-hero__primary {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 24px;
  color: #fff;
  border: 0;
  border-radius: 13px;
  background: linear-gradient(135deg, #2f6bff, #3c83ff);
  box-shadow: 0 14px 32px rgba(47, 107, 255, .34);
  font-size: 15px;
  font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease;
}

.page-custom .custom-hero__primary:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(47, 107, 255, .42);
}

.page-custom .custom-hero__secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #d8e7f8;
  font-size: 15px;
  font-weight: 750;
  transition: color .2s ease;
}

.page-custom .custom-hero__secondary:hover {
  color: #67dfdf;
}

.page-custom .custom-hero__primary .ui-icon-svg,
.page-custom .custom-hero__secondary .ui-icon-svg {
  width: 18px;
  height: 18px;
}

.page-custom .custom-hero__signals {
  display: grid;
  max-width: 530px;
  margin-top: 35px;
  border-top: 1px solid rgba(143, 181, 231, .18);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.page-custom .custom-hero__signals > div {
  position: relative;
  min-width: 0;
  padding: 21px 19px 0 0;
  border: 0;
  margin: 0;
}

.page-custom .custom-hero__signals > div + div {
  padding-left: 25px;
}

.page-custom .custom-hero__signals > div + div::before {
  position: absolute;
  top: 20px;
  bottom: 0;
  left: 0;
  width: 1px;
  max-height: 39px;
  content: "";
  background: rgba(143, 181, 231, .18);
}

.page-custom .custom-hero__signals strong {
  display: block;
  color: #fff;
  font-size: 22px;
  line-height: 1.25;
}

.page-custom .custom-hero__signals small {
  display: block;
  margin-top: 5px;
  color: #829dbf;
  font-size: 13px;
}

.page-custom .custom-hero__visual {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 485px;
  margin: 0;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.page-custom .custom-hero__visual::before {
  position: absolute;
  width: min(82%, 430px);
  aspect-ratio: 1;
  content: "";
  border-radius: 50%;
  background: rgba(36, 120, 255, .18);
  filter: blur(55px);
}

.page-custom .custom-hero__visual-frame {
  position: relative;
  z-index: 2;
  width: min(100%, 560px);
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.page-custom .custom-hero__visual-frame img {
  display: block;
  width: 100%;
  max-height: 470px;
  height: auto;
  object-fit: contain;
  border: 0;
  border-radius: 0;
  background: transparent;
  filter: drop-shadow(0 30px 35px rgba(0, 0, 0, .24));
}

.page-custom .custom-section {
  padding: 94px 0;
}

.page-custom .custom-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 38px;
}

.page-custom .custom-section-heading--center {
  display: block;
  max-width: 720px;
  margin: 0 auto 42px;
  text-align: center;
}

.page-custom .custom-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 11px;
  color: var(--custom-blue);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.4;
  letter-spacing: 1.5px;
}

.page-custom .custom-kicker::before {
  width: 24px;
  height: 3px;
  content: "";
  border-radius: 999px;
  background: linear-gradient(90deg, var(--custom-blue), var(--custom-cyan));
}

.page-custom .custom-section-heading h2 {
  margin: 0;
  color: var(--custom-ink);
  font-size: clamp(30px, 3vw, 36px);
  font-weight: 850;
  line-height: 1.28;
  letter-spacing: -.8px;
}

.page-custom .custom-section-heading > p,
.page-custom .custom-section-heading > div + p {
  max-width: 470px;
  margin: 0 0 4px;
  color: var(--custom-muted);
  font-size: 16px;
  line-height: 1.75;
  text-align: right;
}

.page-custom .custom-section-heading--center > p {
  max-width: none;
  margin: 14px 0 0;
  text-align: center;
}

.page-custom .custom-section--services {
  background: linear-gradient(180deg, #f5f8fc 0%, #eef4fa 100%);
}

.page-custom .custom-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.page-custom .custom-service-card {
  --card-color: var(--custom-blue);
  --card-tint: #eff5ff;
  --card-accent-a: #2f6bff;
  --card-accent-b: #55a4ff;
  --card-glow: rgba(47, 107, 255, .075);
  position: relative;
  display: flex;
  min-height: 438px;
  flex-direction: column;
  padding: 29px 29px 27px;
  overflow: hidden;
  border: 1px solid var(--custom-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 46px rgba(24, 59, 104, .09);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.page-custom .custom-service-card:hover {
  border-color: #cbd9eb;
  transform: translateY(-5px);
  box-shadow: 0 24px 54px rgba(24, 59, 104, .13);
}

.page-custom .custom-service-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  content: "";
  background: linear-gradient(90deg, var(--card-accent-a), var(--card-accent-b));
}

.page-custom .custom-service-card::after {
  position: absolute;
  top: -70px;
  right: -65px;
  width: 150px;
  height: 150px;
  content: "";
  border-radius: 50%;
  background: var(--card-glow);
}

.page-custom .custom-service-card--data {
  --card-color: #18a981;
  --card-tint: #ebfaf6;
  --card-accent-a: #20b992;
  --card-accent-b: #41d8b4;
  --card-glow: rgba(32, 185, 146, .08);
}

.page-custom .custom-service-card--tutorial {
  --card-color: #ed7b2c;
  --card-tint: #fff5eb;
  --card-accent-a: #ff9850;
  --card-accent-b: #ffc05c;
  --card-glow: rgba(255, 152, 80, .09);
}

.page-custom .custom-service-card__top {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  min-height: 60px;
  flex: 0 0 auto;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0;
}

.page-custom .custom-service-card__icon {
  display: grid;
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  place-items: center;
  color: var(--card-color);
  border: 1px solid rgba(47, 107, 255, .12);
  border-radius: 17px;
  background: var(--card-tint);
}

.page-custom .custom-service-card--data .custom-service-card__icon {
  border-color: rgba(24, 169, 129, .13);
}

.page-custom .custom-service-card--tutorial .custom-service-card__icon {
  border-color: rgba(237, 123, 44, .13);
}

.page-custom .custom-service-card__icon .ui-icon-svg {
  width: 28px;
  height: 28px;
  stroke-width: 1.9;
}

.page-custom .custom-service-card__number {
  position: absolute;
  z-index: 1;
  top: 24px;
  right: 24px;
  display: grid;
  width: 40px;
  height: 40px;
  margin: 0;
  place-items: center;
  color: var(--card-color);
  border: 1px solid var(--custom-line);
  border-radius: 12px;
  background: #fff;
  font-size: 18px;
  font-weight: 850;
  font-variant-numeric: tabular-nums;
  line-height: 1;
  letter-spacing: 0;
}

.page-custom .custom-service-card__eyebrow {
  margin-top: 27px;
  color: var(--card-color);
  font-size: 13px;
  font-weight: 850;
}

.page-custom .custom-service-card h3 {
  margin: 8px 0 9px;
  color: var(--custom-ink);
  font-size: 25px;
  font-weight: 850;
  line-height: 1.3;
}

.page-custom .custom-service-card > p {
  min-height: 51px;
  margin: 0;
  color: var(--custom-muted);
  font-size: 15px;
  line-height: 1.7;
}

.page-custom .custom-service-card ul {
  display: grid;
  gap: 12px;
  margin: 21px 0 25px;
  padding: 19px 0 0;
  border-top: 1px solid #edf1f6;
  list-style: none;
}

.page-custom .custom-service-card li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #3e506b;
  font-size: 14px;
  line-height: 1.55;
}

.page-custom .custom-service-card li > .ui-icon-svg {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  padding: 4px;
  color: var(--card-color);
  border-radius: 50%;
  background: var(--card-tint);
  stroke-width: 2.5;
}

.page-custom .custom-service-card__link {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 9px;
  margin-top: auto;
  color: var(--card-color);
  font-size: 15px;
  font-weight: 850;
}

.page-custom .custom-service-card__link .ui-icon-svg {
  width: 18px;
  height: 18px;
  transition: transform .2s ease;
}

.page-custom .custom-service-card__link:hover .ui-icon-svg {
  transform: translateX(4px);
}

.page-custom .custom-section--process {
  border: 0;
  background: #fff;
}

.page-custom .custom-process-grid {
  position: relative;
  display: grid;
  padding: 39px 29px 35px;
  border: 1px solid var(--custom-line);
  border-radius: 24px;
  background: linear-gradient(180deg, #fbfdff, #f7faff);
  box-shadow: 0 18px 54px rgba(20, 55, 97, .07);
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.page-custom .custom-process-grid::before {
  position: absolute;
  top: 67px;
  right: calc(8.33% + 29px);
  left: calc(8.33% + 29px);
  height: 2px;
  content: "";
  opacity: .33;
  background: linear-gradient(90deg, #2f6bff 0%, #2f6bff 48%, #2bd0cf 100%);
}

.page-custom .custom-process-step {
  position: relative;
  display: block;
  min-width: 0;
  padding: 0 13px;
  text-align: center;
}

.page-custom .custom-process-step:not(:last-child)::after {
  display: none;
  content: none;
}

.page-custom .custom-process-step__number {
  position: relative;
  z-index: 2;
  display: grid;
  width: 58px;
  height: 58px;
  margin: 0 auto 20px;
  place-items: center;
  color: #fff;
  border: 7px solid #f8fbff;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--custom-blue), #35c7da);
  box-shadow: 0 8px 22px rgba(47, 107, 255, .25);
  font-size: 14px;
  font-weight: 850;
}

.page-custom .custom-process-step h3 {
  margin: 0;
  color: var(--custom-ink);
  font-size: 17px;
  line-height: 1.45;
}

.page-custom .custom-process-step p {
  margin: 9px auto 0;
  color: var(--custom-muted);
  font-size: 14px;
  line-height: 1.65;
}

.page-custom .custom-section--contact {
  position: relative;
  overflow: hidden;
  padding: 94px 0 100px;
  background: linear-gradient(135deg, #edf4fb 0%, #f6f9fc 55%, #edf8f7 100%);
}

.page-custom .custom-section--contact::before {
  position: absolute;
  top: -150px;
  left: -240px;
  width: 400px;
  height: 400px;
  content: "";
  border: 1px solid rgba(47, 107, 255, .12);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(47, 107, 255, .025);
}

.page-custom .custom-contact-layout {
  position: relative;
  display: grid;
  align-items: start;
  grid-template-columns: minmax(0, 1.72fr) minmax(330px, .78fr);
  gap: 24px;
}

.page-custom .custom-form-card {
  padding: 42px 42px 38px;
  border: 1px solid rgba(214, 225, 238, .9);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(18, 50, 91, .1);
}

.page-custom .custom-form-card__heading {
  margin-bottom: 30px;
}

.page-custom .custom-form-card__heading h2 {
  margin: 0;
  color: var(--custom-ink);
  font-size: 31px;
  font-weight: 850;
  line-height: 1.3;
}

.page-custom .custom-form-card__heading p {
  margin: 10px 0 0;
  color: var(--custom-muted);
  font-size: 15px;
  line-height: 1.7;
}

.page-custom .custom-flash {
  margin-bottom: 22px;
  border-radius: 12px;
  font-size: 14px;
}

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

.page-custom .custom-field-grid .field {
  display: block;
  min-width: 0;
}

.page-custom .custom-field-grid .field.full {
  grid-column: 1 / -1;
}

.page-custom .custom-page .field label {
  display: block;
  margin: 0 0 9px;
  color: #263a59;
  font-size: 14px;
  font-weight: 750;
}

.page-custom .custom-page .field label b {
  color: #e95252;
}

.page-custom .custom-page .field input,
.page-custom .custom-page .field select,
.page-custom .custom-page .field textarea {
  width: 100%;
  color: var(--custom-ink);
  border: 1px solid #dce5f0;
  outline: 0;
  border-radius: 12px;
  background: #f9fbfd;
  font-size: 15px;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.page-custom .custom-page .field input,
.page-custom .custom-page .field select {
  height: 50px;
  padding: 0 15px;
}

.page-custom .custom-page .field textarea {
  min-height: 138px;
  padding: 14px 15px;
  resize: vertical;
  line-height: 1.65;
}

.page-custom .custom-page .field input::placeholder,
.page-custom .custom-page .field textarea::placeholder {
  color: #99a7b9;
}

.page-custom .custom-page .field input:focus,
.page-custom .custom-page .field select:focus,
.page-custom .custom-page .field textarea:focus {
  border-color: #73a0ff;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(47, 107, 255, .09);
}

.page-custom .custom-form-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 26px;
}

.page-custom .custom-form-actions .btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 13px 24px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(135deg, #2f6bff, #3d80ff);
  box-shadow: 0 13px 28px rgba(47, 107, 255, .23);
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
}

.page-custom .custom-form-actions > span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #7d8da2;
  font-size: 13px;
  line-height: 1.55;
}

.page-custom .custom-form-actions > span .ui-icon-svg {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  color: var(--custom-mint);
}

.page-custom .custom-assurance-card {
  position: sticky;
  top: 96px;
  padding: 0;
  overflow: hidden;
  color: #fff;
  border: 1px solid rgba(99, 152, 219, .24);
  border-radius: 24px;
  background: linear-gradient(145deg, #071b38, #0a315e);
  box-shadow: 0 25px 65px rgba(5, 26, 55, .2);
}

.page-custom .custom-assurance-card__head {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 32px 30px 27px;
  border-bottom: 1px solid rgba(141, 177, 221, .16);
}

.page-custom .custom-assurance-card__head > span {
  display: grid;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  place-items: center;
  color: #77a9ff;
  border: 1px solid rgba(88, 148, 244, .3);
  border-radius: 14px;
  background: rgba(47, 107, 255, .17);
}

.page-custom .custom-assurance-card__head > span .ui-icon-svg {
  width: 24px;
  height: 24px;
}

.page-custom .custom-assurance-card .custom-kicker {
  margin: 0 0 4px;
  color: #69ddd9;
}

.page-custom .custom-assurance-card .custom-kicker::before {
  display: none;
}

.page-custom .custom-assurance-card h2 {
  margin: 0;
  color: #fff;
  font-size: 24px;
  line-height: 1.35;
}

.page-custom .custom-assurance-list {
  padding: 8px 30px;
}

.page-custom .custom-assurance-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(141, 177, 221, .13);
}

.page-custom .custom-assurance-item__number {
  display: grid;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  place-items: center;
  color: #77a9ff;
  border-radius: 10px;
  background: rgba(47, 107, 255, .15);
  font-size: 12px;
  font-weight: 850;
}

.page-custom .custom-assurance-item strong,
.page-custom .custom-assurance-item small {
  display: block;
}

.page-custom .custom-assurance-item strong {
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
}

.page-custom .custom-assurance-item small {
  margin-top: 5px;
  color: #91a9c7;
  font-size: 13px;
  line-height: 1.5;
}

.page-custom .custom-assurance-foot {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 12px 16px 16px;
  padding: 18px 16px;
  border: 1px solid rgba(53, 209, 200, .2);
  border-radius: 15px;
  background: rgba(37, 198, 179, .08);
}

.page-custom .custom-assurance-foot > span {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  place-items: center;
  color: #45d6c6;
  border-radius: 10px;
  background: rgba(69, 214, 198, .1);
}

.page-custom .custom-assurance-foot .ui-icon-svg {
  width: 21px;
  height: 21px;
}

.page-custom .custom-assurance-foot strong,
.page-custom .custom-assurance-foot small {
  display: block;
}

.page-custom .custom-assurance-foot strong {
  color: #fff;
  font-size: 14px;
}

.page-custom .custom-assurance-foot small {
  margin-top: 5px;
  color: #8eabc7;
  font-size: 12px;
}

.page-custom .custom-page #services,
.page-custom .custom-page #form {
  scroll-margin-top: 90px;
}

.page-custom .custom-page a:focus-visible,
.page-custom .custom-page button:focus-visible,
.page-custom .custom-page input:focus-visible,
.page-custom .custom-page select:focus-visible,
.page-custom .custom-page textarea:focus-visible {
  outline: 3px solid rgba(66, 136, 255, .36);
  outline-offset: 3px;
}

@media (max-width: 1120px) {
  .page-custom .custom-hero__inner {
    grid-template-columns: minmax(0, 1fr) minmax(350px, .84fr);
    gap: 26px;
  }

  .page-custom .custom-hero h1 {
    font-size: 48px;
  }

  .page-custom .custom-service-card {
    padding-inline: 24px;
  }

  .page-custom .custom-process-grid {
    gap: 30px 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .page-custom .custom-process-grid::before {
    display: none;
  }

  .page-custom .custom-contact-layout {
    grid-template-columns: minmax(0, 1.45fr) minmax(310px, .72fr);
  }

  .page-custom .custom-form-card {
    padding-inline: 34px;
  }
}

@media (max-width: 900px) {
  .page-custom .custom-page .container {
    width: min(100% - 32px, 1240px);
  }

  .page-custom .custom-hero__inner {
    min-height: 0;
    padding: 68px 0 72px;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .page-custom .custom-hero__copy {
    max-width: 720px;
    margin-inline: auto;
  }

  .page-custom .custom-eyebrow,
  .page-custom .custom-hot-words,
  .page-custom .custom-hero__actions {
    justify-content: center;
  }

  .page-custom .custom-hero__lead {
    margin-inline: auto;
  }

  .page-custom .custom-hero__signals {
    margin-inline: auto;
    text-align: left;
  }

  .page-custom .custom-hero__visual {
    min-height: 390px;
  }

  .page-custom .custom-hero__visual-frame {
    width: min(100%, 500px);
  }

  .page-custom .custom-section {
    padding: 76px 0;
  }

  .page-custom .custom-section-heading {
    display: block;
    margin-bottom: 31px;
    text-align: center;
  }

  .page-custom .custom-section-heading > p,
  .page-custom .custom-section-heading > div + p {
    max-width: 620px;
    margin: 12px auto 0;
    text-align: center;
  }

  .page-custom .custom-service-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }

  .page-custom .custom-service-card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    width: min(100%, calc(50% - 12px));
    justify-self: center;
  }

  .page-custom .custom-contact-layout {
    grid-template-columns: 1fr;
  }

  .page-custom .custom-assurance-card {
    position: static;
  }

  .page-custom .custom-assurance-list {
    display: grid;
    padding-block: 8px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }

  .page-custom .custom-assurance-item {
    border-bottom: 0;
  }
}

@media (max-width: 680px) {
  .page-custom .custom-page .container {
    width: calc(100% - 28px);
  }

  .page-custom .custom-hero__inner {
    padding: 52px 0 58px;
  }

  .page-custom .custom-hero h1 {
    font-size: 37px;
    letter-spacing: -1.2px;
  }

  .page-custom .custom-hero__lead {
    font-size: 16px;
    line-height: 1.7;
  }

  .page-custom .custom-hot-words {
    gap: 8px;
  }

  .page-custom .custom-hot-words > span {
    font-size: 13px;
  }

  .page-custom .custom-hero__actions {
    width: min(100%, 380px);
    margin-inline: auto;
    align-items: stretch;
    flex-direction: column;
    gap: 13px;
  }

  .page-custom .custom-hero__secondary {
    min-height: 44px;
    justify-content: center;
  }

  .page-custom .custom-hero__signals > div,
  .page-custom .custom-hero__signals > div + div {
    padding-inline: 12px;
  }

  .page-custom .custom-hero__signals > div:first-child {
    padding-left: 0;
  }

  .page-custom .custom-hero__signals > div:last-child {
    padding-right: 0;
  }

  .page-custom .custom-hero__signals strong {
    font-size: 18px;
  }

  .page-custom .custom-hero__signals small {
    font-size: 12px;
  }

  .page-custom .custom-hero__visual {
    min-height: 305px;
  }

  .page-custom .custom-hero__visual-frame {
    width: min(100%, 430px);
  }

  .page-custom .custom-section {
    padding: 66px 0;
  }

  .page-custom .custom-section-heading h2 {
    font-size: 28px;
  }

  .page-custom .custom-section-heading > p,
  .page-custom .custom-section-heading > div + p {
    font-size: 15px;
  }

  .page-custom .custom-service-grid {
    grid-template-columns: 1fr;
  }

  .page-custom .custom-service-card,
  .page-custom .custom-service-card:last-child:nth-child(odd) {
    min-height: 0;
    width: 100%;
    grid-column: auto;
  }

  .page-custom .custom-service-card > p {
    min-height: 0;
  }

  .page-custom .custom-process-grid {
    padding: 28px 24px;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .page-custom .custom-process-step {
    display: grid;
    padding: 13px 0;
    grid-template-columns: 48px 1fr;
    gap: 14px;
    text-align: left;
  }

  .page-custom .custom-process-step + .custom-process-step {
    border-top: 1px solid #e8eef6;
  }

  .page-custom .custom-process-step__number {
    width: 44px;
    height: 44px;
    margin: 0;
    border-width: 5px;
  }

  .page-custom .custom-process-step h3 {
    font-size: 16px;
  }

  .page-custom .custom-process-step p {
    margin-top: 5px;
  }

  .page-custom .custom-section--contact {
    padding-bottom: 72px;
  }

  .page-custom .custom-form-card {
    padding: 28px 22px 25px;
  }

  .page-custom .custom-form-card__heading h2 {
    font-size: 27px;
  }

  .page-custom .custom-field-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .page-custom .custom-field-grid .field.full {
    grid-column: auto;
  }

  .page-custom .custom-form-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }

  .page-custom .custom-form-actions > span {
    justify-content: center;
  }

  .page-custom .custom-assurance-card__head,
  .page-custom .custom-assurance-list {
    padding-inline: 22px;
  }

  .page-custom .custom-assurance-list {
    display: block;
  }

  .page-custom .custom-assurance-item {
    border-bottom: 1px solid rgba(141, 177, 221, .13);
  }
}

@media (max-width: 420px) {
  .page-custom .custom-page .container {
    width: calc(100% - 24px);
  }

  .page-custom .custom-eyebrow {
    margin-bottom: 21px;
  }

  .page-custom .custom-hero h1 {
    font-size: 32px;
  }

  .page-custom .custom-hero__lead {
    font-size: 15px;
  }

  .page-custom .custom-hot-words > span {
    width: 100%;
    justify-content: center;
  }

  .page-custom .custom-hero__signals strong {
    font-size: 16px;
  }

  .page-custom .custom-hero__visual {
    min-height: 250px;
  }

  .page-custom .custom-service-card {
    padding: 25px 22px 23px;
  }

  .page-custom .custom-service-card h3 {
    font-size: 23px;
  }

  .page-custom .custom-process-grid {
    padding-inline: 18px;
  }

  .page-custom .custom-form-card {
    padding-inline: 18px;
  }

  .page-custom .custom-form-card__heading h2 {
    font-size: 25px;
  }
}

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