.web-page {
  --web-bg: #f7f5fb;
  --web-panel: rgba(255, 255, 255, .94);
  --web-line: rgba(84, 54, 140, .14);
  --web-soft: rgba(16, 16, 20, .72);
  --web-cyan: #82cce8;
  --web-pink: #ff28d7;
  --web-ink: #24143d;
  background: var(--line-field-pattern), var(--web-bg);
  overflow-x: hidden;
}

.web-page .seo-kicker {
  letter-spacing: 0;
}

.web-page .seo-section {
  padding-block: 88px;
}

.web-page .seo-section h2 {
  font-size: 3rem;
  line-height: 1.12;
  text-wrap: balance;
}

.web-page .seo-section p,
.web-page .seo-section li {
  text-wrap: pretty;
}

.web-page .web-hero .seo-hero__inner {
  max-width: 1120px;
}

.web-page .web-hero h1 {
  line-height: 1.09;
  max-width: min(100%, 18ch);
  text-wrap: balance;
}

.web-page .web-hero .seo-hero__inner > p:not(.seo-kicker),
.web-page .web-hero .seo-actions {
  max-width: min(100%, var(--seo-hero-copy-width, 860px));
}

.web-intro {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(247, 245, 251, .96)),
    var(--line-field-pattern);
}

.web-intro__grid {
  align-items: center;
  display: grid;
  gap: 52px;
  grid-template-columns: minmax(0, .96fr) minmax(280px, .5fr);
}

.web-intro__copy {
  display: grid;
  gap: 16px;
}

.web-intro__copy p {
  max-width: 900px;
}

.web-intro-panel {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(248, 245, 252, .9)),
    var(--line-field-pattern);
  border: 1px solid var(--web-line);
  border-radius: 8px;
  box-shadow: 0 20px 48px rgba(36, 20, 61, .12);
  overflow: hidden;
}

.web-intro-panel img {
  aspect-ratio: 4 / 3;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.web-intro-panel__content {
  display: grid;
  gap: 8px;
  padding: 20px;
}

.web-intro-panel strong {
  color: var(--purple-deep);
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1.12;
}

.web-intro-panel p {
  color: var(--web-soft);
  font-size: .96rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}

.web-foundations,
.web-work,
.web-faq {
  background:
    linear-gradient(180deg, #fff 0%, #f6f3fb 100%),
    var(--line-field-pattern);
}

.web-card-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.web-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(255, 255, 255, .9)),
    var(--line-field-pattern);
  border: 1px solid var(--web-line);
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(36, 20, 61, .09);
  display: grid;
  gap: 14px;
  min-height: 322px;
  padding: 24px;
  position: relative;
}

.web-card:before {
  background: linear-gradient(90deg, var(--purple), var(--web-cyan), var(--web-pink));
  content: "";
  height: 3px;
  left: 24px;
  position: absolute;
  right: 24px;
  top: 0;
}

.web-card__index {
  align-items: center;
  background: rgba(84, 54, 140, .1);
  border: 1px solid rgba(84, 54, 140, .16);
  border-radius: 999px;
  color: var(--purple);
  display: inline-flex;
  font-size: .8rem;
  font-weight: 900;
  height: 42px;
  justify-content: center;
  line-height: 1;
  width: 42px;
}

.web-card h3,
.web-work-card h3,
.web-keywords__panel h3,
.web-applications__panel h3 {
  color: var(--purple-deep);
  font-family: var(--font-display);
  font-size: 1.34rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.12;
  margin: 0;
}

.web-card p {
  color: var(--web-soft);
  font-size: .98rem;
  font-weight: 650;
  line-height: 1.58;
  margin: 0;
}

.web-route {
  background: linear-gradient(118deg, #211138 0%, #392061 46%, #56388d 100%);
  color: #fff;
  isolation: isolate;
  overflow: hidden;
  position: relative;
}

.web-route:before {
  background: var(--line-field-pattern);
  content: "";
  inset: 0;
  opacity: .13;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.web-route__inner {
  display: grid;
  gap: 44px;
  margin: 0 auto;
  max-width: var(--header-max-width);
}

.web-route__intro {
  display: grid;
  gap: 18px;
  max-width: 980px;
}

.web-route .seo-kicker,
.web-route h2,
.web-route p {
  color: #fff;
}

.web-route-lab {
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 8px;
  box-shadow: 0 24px 72px rgba(13, 8, 28, .28);
  display: grid;
  grid-template-columns: minmax(250px, .34fr) minmax(0, 1fr);
  min-height: 560px;
  overflow: hidden;
}

.web-route-lab__tabs {
  border-right: 1px solid rgba(255, 255, 255, .14);
  display: grid;
  grid-template-rows: repeat(4, 1fr);
}

.web-route-lab__tab {
  appearance: none;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .82);
  cursor: pointer;
  display: grid;
  font: inherit;
  font-size: 1rem;
  font-weight: 900;
  gap: 6px;
  justify-items: start;
  line-height: 1.15;
  min-height: 106px;
  padding: 22px;
  text-align: left;
  transition: background .18s ease, color .18s ease, transform .18s ease;
}

.web-route-lab__tab:last-child {
  border-bottom: 0;
}

.web-route-lab__tab span {
  color: rgba(255, 255, 255, .62);
  font-size: .86rem;
  font-weight: 750;
  line-height: 1.35;
}

.web-route-lab__tab[aria-selected="true"] {
  background: rgba(255, 255, 255, .15);
  color: #fff;
}

.web-route-lab__tab:focus-visible {
  outline: 3px solid rgba(130, 204, 232, .85);
  outline-offset: -3px;
}

.web-route-lab__panel {
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, .92fr) minmax(310px, .62fr);
  grid-template-rows: auto auto;
  padding: 34px;
}

.web-route-lab__copy {
  display: grid;
  gap: 16px;
}

.web-route-lab__label {
  color: rgba(255, 255, 255, .74);
  font-size: .78rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.web-route-lab__panel h3 {
  color: #fff;
  font-family: var(--font-display);
  font-size: 2.3rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.1;
  margin: 0;
  max-width: 760px;
  text-wrap: balance;
}

.web-route-lab__panel p {
  color: rgba(255, 255, 255, .84);
  font-size: 1.05rem;
  font-weight: 650;
  line-height: 1.62;
  margin: 0;
  max-width: 760px;
}

.web-route-lab__outcomes {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.web-route-lab__outcomes li {
  color: rgba(255, 255, 255, .88);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.4;
  padding-left: 22px;
  position: relative;
}

.web-route-lab__outcomes li:before {
  background: var(--web-cyan);
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  top: .48em;
  width: 8px;
}

.web-route-lab__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}

.web-route-lab__chips span {
  align-items: center;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: .82rem;
  font-weight: 900;
  justify-content: center;
  line-height: 1;
  padding: 10px 12px;
  text-align: center;
}

.web-route-preview {
  align-self: start;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 8px;
  box-shadow: inset 0 1px rgba(255, 255, 255, .18);
  overflow: hidden;
  position: relative;
}

.web-route-preview__browser {
  align-items: center;
  background: rgba(255, 255, 255, .15);
  display: flex;
  gap: 7px;
  height: 38px;
  padding: 0 14px;
}

.web-route-preview__browser span {
  background: rgba(255, 255, 255, .62);
  border-radius: 50%;
  display: block;
  height: 8px;
  width: 8px;
}

.web-route-preview img {
  aspect-ratio: 4 / 3;
  display: block;
  height: auto;
  object-fit: cover;
  transition: opacity .22s ease, transform .34s ease;
  width: 100%;
}

.web-route-preview.is-swapping img {
  opacity: .62;
  transform: scale(1.025);
}

.web-route-preview__checks {
  background: rgba(20, 12, 35, .78);
  display: grid;
  gap: 12px;
  padding: 14px;
}

.web-route-preview__checks > span {
  color: rgba(255, 255, 255, .82);
  font-size: .75rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.web-route-preview__checks ul {
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.web-route-preview__checks li {
  color: rgba(255, 255, 255, .9);
  font-size: .88rem;
  font-weight: 850;
  line-height: 1.25;
  padding-left: 18px;
  position: relative;
}

.web-route-preview__checks li:before {
  background: var(--web-cyan);
  border-radius: 50%;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  top: .42em;
  width: 7px;
}

.web-route-preview__note {
  align-content: center;
  background: #fff;
  border: 1px solid rgba(84, 54, 140, .14);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(13, 8, 28, .2);
  color: var(--purple-deep);
  display: grid;
  gap: 2px;
  min-height: 92px;
  min-width: 116px;
  padding: 14px;
  position: absolute;
  right: 14px;
  top: 52px;
}

.web-route-preview__note span {
  color: var(--purple);
  font-size: .74rem;
  font-weight: 900;
  line-height: 1.14;
  text-transform: uppercase;
}

.web-route-preview__note strong {
  font-family: var(--font-display);
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.12;
  max-width: 9.2rem;
}

.web-route-lab__timeline {
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  display: grid;
  gap: 10px;
  grid-column: 1 / -1;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 18px;
}

.web-route-lab__timeline li {
  color: #fff;
  font-size: .95rem;
  font-weight: 900;
  line-height: 1.28;
  padding-left: 28px;
  position: relative;
}

.web-route-lab__timeline li:before {
  align-items: center;
  background: rgba(255, 255, 255, .18);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 50%;
  color: #fff;
  content: counter(list-item);
  display: inline-flex;
  font-size: .74rem;
  font-weight: 900;
  height: 20px;
  justify-content: center;
  left: 0;
  line-height: 1;
  position: absolute;
  top: .05em;
  width: 20px;
}

.web-quality {
  background:
    linear-gradient(135deg, #fff, #f6f3fb),
    var(--line-field-pattern);
}

.web-quality__grid {
  align-items: center;
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(0, .86fr) minmax(320px, .62fr);
}

.web-quality__copy {
  display: grid;
  gap: 16px;
}

.web-quality-panel {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(248, 245, 252, .92)),
    var(--line-field-pattern);
  border: 1px solid var(--web-line);
  border-radius: 8px;
  box-shadow: 0 22px 58px rgba(36, 20, 61, .14);
  display: grid;
  gap: 18px;
  padding: 24px;
}

.web-quality-panel__meter {
  display: grid;
  gap: 9px;
}

.web-quality-panel__meter span {
  color: var(--purple-deep);
  font-size: .96rem;
  font-weight: 900;
  line-height: 1.15;
}

.web-quality-panel__meter i {
  background: rgba(84, 54, 140, .12);
  border-radius: 999px;
  display: block;
  height: 11px;
  overflow: hidden;
  position: relative;
}

.web-quality-panel__meter i:before {
  background: linear-gradient(90deg, var(--purple), var(--web-cyan), var(--web-pink));
  border-radius: inherit;
  content: "";
  display: block;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .8s cubic-bezier(.19, 1, .22, 1);
  width: var(--quality-value, 88%);
}

.web-quality-panel.is-visible .web-quality-panel__meter i:before,
.web-reveal.is-visible .web-quality-panel__meter i:before {
  transform: scaleX(1);
}

.web-quality-panel__checks {
  border-top: 1px solid rgba(84, 54, 140, .14);
  display: grid;
  gap: 12px;
  padding-top: 18px;
}

.web-quality-panel__checks > span {
  color: var(--purple);
  font-size: .78rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.web-quality-panel__checks ul {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.web-quality-panel__checks li {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(84, 54, 140, .16);
  border-radius: 999px;
  color: var(--purple-deep);
  display: flex;
  font-size: .84rem;
  font-weight: 900;
  justify-content: center;
  line-height: 1.12;
  min-height: 40px;
  padding: 8px 10px;
  text-align: center;
}

.web-process {
  background: linear-gradient(180deg, #f6f3fb, #fff);
}

.web-process__inner {
  display: grid;
  gap: 50px;
  margin: 0 auto;
  max-width: var(--header-max-width);
}

.web-process__intro {
  display: grid;
  gap: 18px;
  max-width: 940px;
}

.web-steps {
  counter-reset: web-step;
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.web-steps li {
  background: #fff;
  border: 1px solid var(--web-line);
  border-radius: 8px;
  box-shadow: 0 16px 42px rgba(36, 20, 61, .08);
  display: grid;
  gap: 12px;
  min-height: 286px;
  padding: 20px;
  position: relative;
}

.web-steps li:after {
  background: linear-gradient(90deg, var(--purple), var(--web-cyan));
  content: "";
  height: 2px;
  left: 20px;
  position: absolute;
  right: -14px;
  top: 42px;
  z-index: 0;
}

.web-steps li:last-child:after {
  display: none;
}

.web-steps span {
  align-items: center;
  background: var(--purple);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: .76rem;
  font-weight: 900;
  height: 42px;
  justify-content: center;
  line-height: 1;
  position: relative;
  width: 42px;
  z-index: 1;
}

.web-steps h3 {
  color: var(--purple-deep);
  font-family: var(--font-display);
  font-size: 1.16rem;
  font-weight: 800;
  line-height: 1.14;
  margin: 0;
}

.web-steps p {
  color: var(--web-soft);
  font-size: .92rem;
  font-weight: 650;
  line-height: 1.52;
  margin: 0;
}

.web-work__intro {
  display: grid;
  gap: 18px;
  margin-bottom: 34px;
  max-width: 940px;
}

.web-work-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.web-work-card {
  background: rgba(255, 255, 255, .94);
  border: 1px solid var(--web-line);
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(36, 20, 61, .1);
  overflow: hidden;
}

.web-work-card img {
  aspect-ratio: 4 / 3;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.web-work-card div {
  display: grid;
  gap: 10px;
  padding: 20px;
}

.web-work-card p {
  color: var(--web-soft);
  font-size: .95rem;
  font-weight: 650;
  line-height: 1.55;
  margin: 0;
}

.web-work__link {
  align-items: center;
  background: var(--purple);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
  margin-top: 28px;
  min-height: 48px;
  padding: 0 20px;
  text-decoration: none;
  transition: background .18s ease, box-shadow .18s ease, transform .18s ease;
}

.web-work__link:after {
  content: " ->";
  padding-left: 4px;
}

.web-work__link:hover,
.web-work__link:focus-visible {
  background: var(--pink-hot);
  box-shadow: 0 16px 32px rgba(160, 0, 134, .24);
  transform: translateY(-1px);
}

.web-planning,
.web-technical {
  background: #fff;
}

.web-planning__grid,
.web-technical__grid {
  align-items: center;
  display: grid;
  gap: 52px;
  grid-template-columns: minmax(280px, .62fr) minmax(0, .92fr);
}

.web-technical__grid {
  grid-template-columns: minmax(0, .92fr) minmax(280px, .62fr);
}

.web-planning__media,
.web-technical__media {
  border: 1px solid var(--web-line);
  border-radius: 8px;
  box-shadow: 0 22px 58px rgba(36, 20, 61, .14);
  overflow: hidden;
}

.web-planning__media img,
.web-technical__media img {
  aspect-ratio: 4 / 3;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.web-planning__copy,
.web-technical__copy,
.web-keywords__copy {
  display: grid;
  gap: 16px;
}

.web-link-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 8px;
}

.web-link-grid a {
  background: linear-gradient(180deg, #fff, #fbf9ff);
  border: 1px solid var(--web-line);
  border-radius: 8px;
  color: var(--purple-deep);
  font-size: .98rem;
  font-weight: 900;
  line-height: 1.2;
  min-height: 58px;
  padding: 18px;
  text-decoration: none;
  transition: border-color .18s ease, box-shadow .18s ease, color .18s ease, transform .18s ease;
}

.web-link-grid a:after {
  content: " ->";
}

.web-link-grid a:hover,
.web-link-grid a:focus-visible {
  border-color: rgba(84, 54, 140, .34);
  box-shadow: 0 14px 34px rgba(36, 20, 61, .1);
  color: var(--purple);
  transform: translateY(-1px);
}

.web-applications {
  background: linear-gradient(118deg, #211138 0%, #392061 48%, #56388d 100%);
  color: #fff;
  isolation: isolate;
  overflow: hidden;
  position: relative;
}

.web-applications:before {
  background: var(--line-field-pattern);
  content: "";
  inset: 0;
  opacity: .12;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.web-applications__inner {
  align-items: center;
  display: grid;
  gap: 46px;
  grid-template-columns: minmax(0, .9fr) minmax(320px, .7fr);
  margin: 0 auto;
  max-width: var(--header-max-width);
}

.web-applications__copy {
  display: grid;
  gap: 16px;
}

.web-applications .seo-kicker,
.web-applications h2,
.web-applications p {
  color: #fff;
}

.web-applications h2 {
  font-size: 3rem;
  line-height: 1.12;
  max-width: 920px;
  text-wrap: balance;
}

.web-applications p:not(.seo-kicker) {
  color: rgba(255, 255, 255, .84);
  font-weight: 700;
  max-width: 850px;
}

.web-applications .seo-actions {
  margin-top: 10px;
}

.web-applications__panel {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(247, 243, 255, .9)),
    var(--line-field-pattern);
  border: 1px solid rgba(255, 255, 255, .36);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(13, 8, 28, .28);
  display: grid;
  gap: 18px;
  padding: 24px;
}

.web-applications__panel h3 {
  font-size: 1.5rem;
}

.web-applications__list {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.web-applications__list li {
  background: #fff;
  border: 1px solid rgba(84, 54, 140, .14);
  border-radius: 8px;
  display: grid;
  gap: 7px;
  min-height: 126px;
  padding: 16px;
}

.web-applications__list span {
  color: var(--purple-deep);
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.12;
}

.web-applications__list small {
  color: var(--web-soft);
  font-size: .88rem;
  font-weight: 700;
  line-height: 1.45;
}

.web-keywords {
  background:
    linear-gradient(135deg, #fff, #f6f3fb),
    var(--line-field-pattern);
}

.web-keywords__grid {
  align-items: start;
  display: grid;
  gap: 44px;
  grid-template-columns: minmax(0, .92fr) minmax(300px, .62fr);
}

.web-keywords__panel {
  background: rgba(255, 255, 255, .92);
  border: 1px solid var(--web-line);
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(36, 20, 61, .1);
  display: grid;
  gap: 18px;
  padding: 24px;
}

.web-keyword-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.web-keyword-list li {
  background: #fff;
  border: 1px solid var(--web-line);
  border-radius: 999px;
  color: var(--purple-deep);
  font-size: .94rem;
  font-weight: 900;
  line-height: 1.16;
  padding: 12px 14px;
}

.web-faq-list {
  display: grid;
  gap: 12px;
}

.web-faq-list details {
  background: linear-gradient(180deg, #fff, #fbf9ff);
  border: 1px solid var(--web-line);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(36, 20, 61, .08);
  overflow: hidden;
}

.web-faq-list summary {
  color: var(--purple-deep);
  cursor: pointer;
  font-family: var(--font-display);
  font-size: 1.12rem;
  font-weight: 800;
  line-height: 1.25;
  list-style: none;
  padding: 20px 56px 20px 22px;
  position: relative;
}

.web-faq-list summary::-webkit-details-marker {
  display: none;
}

.web-faq-list summary:after {
  align-items: center;
  background: rgba(84, 54, 140, .1);
  border-radius: 50%;
  color: var(--purple);
  content: "+";
  display: inline-flex;
  font-size: 1.2rem;
  font-weight: 900;
  height: 30px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 18px;
  top: 16px;
  width: 30px;
}

.web-faq-list details[open] summary:after {
  content: "-";
}

.web-faq-list p {
  color: var(--web-soft);
  font-size: 1rem;
  font-weight: 650;
  line-height: 1.65;
  margin: 0;
  padding: 0 22px 22px;
}

.web-cta {
  background: linear-gradient(118deg, #211138 0%, #392061 47%, #56388d 100%);
  color: #fff;
  overflow: hidden;
}

.web-cta__inner {
  align-items: center;
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin: 0 auto;
  max-width: var(--header-max-width);
  min-height: 230px;
}

.web-cta .seo-kicker,
.web-cta h2,
.web-cta p {
  color: #fff;
}

.web-cta h2 {
  font-size: 3.2rem;
  max-width: 920px;
}

.web-cta p:not(.seo-kicker) {
  color: rgba(255, 255, 255, .86);
  font-size: 1.08rem;
  font-weight: 750;
  line-height: 1.6;
  margin-top: 12px;
  max-width: 820px;
}

.web-cta .seo-actions {
  justify-content: end;
  margin-top: 0;
}

.seo-footer__form-panel {
  scroll-margin-top: calc(var(--header-top) + var(--header-height) + 24px);
  width: 100%;
}

.seo-footer .site-footer__field--service {
  grid-column: 1 / -1;
}

.seo-footer__brand-map {
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  margin-top: 22px;
  overflow: hidden;
}

.seo-footer__brand-map .site-footer__map-frame {
  aspect-ratio: 16 / 9;
  min-height: 190px;
  width: 100%;
}

.seo-footer__brand-map .site-footer__map-frame iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
}

.seo-footer__brand-map .site-footer__map-placeholder {
  align-content: center;
  background: rgba(255, 255, 255, .08);
  color: #fff;
  display: grid;
  gap: 12px;
  min-height: inherit;
  padding: 18px;
}

.seo-footer__brand-map .site-footer__map-placeholder p {
  color: rgba(255, 255, 255, .9);
  font-size: .95rem;
  font-weight: 800;
  line-height: 1.45;
  margin: 0;
}

.seo-footer__brand-map .site-footer__map-consent {
  appearance: none;
  background: #fff;
  border: 0;
  border-radius: 999px;
  color: var(--purple-deep);
  cursor: pointer;
  font: inherit;
  font-size: .94rem;
  font-weight: 900;
  justify-self: start;
  min-height: 42px;
  padding: 0 16px;
}

.seo-footer__brand-map .site-footer__map-consent:focus-visible {
  outline: 3px solid rgba(130, 204, 232, .9);
  outline-offset: 3px;
}

.seo-footer__brand-map .site-footer__map-caption {
  background: rgba(255, 255, 255, .08);
  border-top: 1px solid rgba(255, 255, 255, .14);
  display: grid;
  gap: 10px;
  padding: 14px;
}

.seo-footer__brand-map .site-footer__address {
  color: #fff;
  display: grid;
  font-style: normal;
  gap: 2px;
  line-height: 1.45;
}

.seo-footer__brand-map .site-footer__map-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
}

.seo-footer__brand-map .site-footer__map-links a {
  color: #fff;
  font-size: .88rem;
  font-weight: 850;
}

.seo-footer__brand-map .site-footer__map-credit {
  color: rgba(255, 255, 255, .7);
}

.web-js .web-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .55s ease, transform .62s cubic-bezier(.19, 1, .22, 1);
}

.web-js .web-reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1180px) {
  .web-card-grid,
  .web-work-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .web-steps li:after {
    display: none;
  }
}

@media (max-width: 980px) {
  .web-page .seo-section h2,
  .web-cta h2 {
    font-size: 2.35rem;
  }

  .web-page .web-hero h1 {
    font-size: 3.35rem;
  }

  .web-intro__grid,
  .web-quality__grid,
  .web-planning__grid,
  .web-technical__grid,
  .web-applications__inner,
  .web-keywords__grid,
  .web-cta__inner {
    grid-template-columns: 1fr;
  }

  .web-route-lab {
    grid-template-columns: 1fr;
  }

  .web-route-lab__tabs {
    border-bottom: 1px solid rgba(255, 255, 255, .14);
    border-right: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
  }

  .web-route-lab__tab {
    min-height: 96px;
  }

  .web-route-lab__panel {
    grid-template-columns: 1fr;
  }

  .web-route-preview {
    max-width: 520px;
  }

  .web-cta .seo-actions {
    justify-content: start;
  }

  .web-intro-panel,
  .web-planning__media,
  .web-technical__media {
    max-width: 560px;
  }
}

@media (max-width: 720px) {
  .web-page .web-hero {
    padding-bottom: 150px;
    padding-top: 136px;
  }

  .web-page .web-hero .seo-kicker {
    font-size: .72rem;
    line-height: 1.25;
    margin-bottom: 14px;
  }

  .web-page .web-hero h1 {
    font-size: 2.28rem;
    line-height: 1.1;
    max-width: 100%;
    text-wrap: wrap;
  }

  .web-page .web-hero .seo-hero__inner > p:not(.seo-kicker) {
    font-size: 1rem;
    line-height: 1.5;
    max-width: min(calc(100% - 12px), 20rem);
  }

  .web-page .seo-section {
    padding-block: 58px;
  }

  .web-page .seo-section h2,
  .web-cta h2 {
    font-size: 2rem;
  }

  .web-card-grid,
  .web-route-lab__tabs,
  .web-route-lab__timeline,
  .web-steps,
  .web-work-grid,
  .web-link-grid,
  .web-applications__list {
    grid-template-columns: 1fr;
  }

  .web-card,
  .web-steps li {
    min-height: 0;
    padding: 22px;
  }

  .web-route-lab {
    min-height: 0;
  }

  .web-route-lab__panel {
    padding: 24px;
  }

  .web-route-lab__panel h3 {
    font-size: 1.8rem;
  }

  .web-route-preview__note {
    min-height: 78px;
    min-width: 124px;
    right: 10px;
    top: 48px;
  }

  .web-route-preview__note strong {
    font-size: 1rem;
  }

  .web-route-lab__timeline {
    padding: 16px;
  }

  .web-applications h2 {
    font-size: 2rem;
  }

  .web-applications__panel {
    padding: 20px;
  }

  .web-applications__list li {
    min-height: 0;
  }

  .web-quality-panel__checks ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .web-cta {
    padding-block: 72px;
  }

  .web-cta__inner {
    min-height: 0;
  }

  .web-keyword-list li {
    font-size: .88rem;
  }
}

@media (max-width: 390px) {
  .web-page .web-hero {
    padding-bottom: 154px;
  }

  .web-page .web-hero h1 {
    font-size: 2rem;
  }

  .web-page .web-hero .seo-hero__inner > p:not(.seo-kicker) {
    font-size: .96rem;
    line-height: 1.48;
    max-width: calc(100% - 14px);
  }

  .web-route-lab__tab {
    padding: 18px;
  }

  .web-faq-list summary {
    padding-left: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .web-reveal,
  .web-route-preview img,
  .web-route-lab__tab,
  .web-quality-panel__meter i:before,
  .web-link-grid a,
  .web-work__link {
    animation: none;
    transition: none;
    transform: none;
  }

  .web-js .web-reveal {
    opacity: 1;
  }
}
