.websites-page {
  background: var(--color-white);
}

.websites-hero .solution-hero__content {
  max-width: 39rem;
}

.web-hero-visual {
  min-height: 315px;
  margin-top: 2.2rem;
  margin-bottom: -1.5rem;
  isolation: isolate;
}

.web-hero-visual__orbit {
  position: absolute;
  z-index: -1;
  inset: 8% 0 5% 5%;
  border: 1px solid rgba(32, 215, 255, .24);
  border-radius: 50%;
  transform: rotate(-9deg);
}

.web-hero-visual::before {
  position: absolute;
  z-index: -2;
  top: 18%;
  right: 8%;
  width: 54%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(5, 104, 255, .24), transparent 68%);
  content: "";
}

.web-browser {
  position: absolute;
  top: 0;
  left: 0;
  width: 92%;
  overflow: hidden;
  border: 1px solid rgba(113, 186, 255, .55);
  border-radius: 8px;
  background: #f7f9fd;
  box-shadow: 0 28px 70px rgba(0, 0, 0, .42);
}

.web-browser__bar,
.web-project__bar {
  display: flex;
  align-items: center;
  gap: 5px;
  height: 25px;
  padding: 0 9px;
  border-bottom: 1px solid rgba(102, 132, 178, .22);
  background: #eaf0f9;
}

.web-browser__bar > span,
.web-project__bar > i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #8da1be;
}

.web-browser__bar > span:first-child,
.web-project__bar > i:first-child {
  background: #1683ff;
}

.web-browser__bar > span:nth-child(2),
.web-project__bar > i:nth-child(2) {
  background: #20d7ff;
}

.web-browser__bar i {
  width: 46%;
  height: 11px;
  margin-left: 7px;
  padding-left: 8px;
  border-radius: 5px;
  background: #fff;
  color: #6a7890;
  font-size: .36rem;
  font-style: normal;
  line-height: 11px;
}

.web-browser__page {
  min-height: 232px;
  padding: 14px;
  background:
    linear-gradient(168deg, transparent 0 62%, rgba(5, 104, 255, .04) 62.2%, transparent 62.5%),
    #fff;
}

.web-browser__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.web-browser__nav > b {
  width: 48px;
  height: 11px;
  border-radius: 2px;
  background: #06142e;
}

.web-browser__nav > div {
  display: flex;
  gap: 8px;
}

.web-browser__nav i {
  width: 22px;
  height: 3px;
  border-radius: 2px;
  background: #a8b7cb;
}

.web-browser__hero {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  align-items: center;
  gap: 12px;
  min-height: 142px;
}

.web-browser__copy {
  display: grid;
  justify-items: start;
  gap: 5px;
}

.web-browser__copy > span {
  width: 42px;
  height: 5px;
  border-radius: 2px;
  background: var(--color-blue-600);
}

.web-browser__copy > strong {
  display: block;
  width: 94%;
  height: 12px;
  border-radius: 2px;
  background: #071732;
}

.web-browser__copy > strong:nth-child(3) {
  width: 72%;
}

.web-browser__copy > p {
  width: 90%;
  height: 4px;
  margin: 1px 0 0;
  border-radius: 2px;
  background: #bdc8d8;
}

.web-browser__copy > p:nth-child(5) {
  width: 68%;
}

.web-browser__cta {
  display: block;
  width: 65px;
  height: 19px;
  margin-top: 5px;
  border-radius: 4px;
  background: var(--color-blue-600);
}

.web-browser__visual {
  position: relative;
  display: grid;
  min-height: 104px;
  place-items: center;
  border-radius: 6px;
  background:
    linear-gradient(140deg, rgba(32, 215, 255, .18), rgba(5, 104, 255, .62)),
    #06142e;
}

.web-browser__visual i:first-child {
  width: 54%;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, .38);
  border-radius: 50%;
  box-shadow: 0 0 24px rgba(32, 215, 255, .4);
}

.web-browser__visual i:not(:first-child) {
  position: absolute;
  width: 76%;
  height: 1px;
  border-top: 1px solid rgba(255, 255, 255, .26);
  border-radius: 50%;
  transform: rotate(22deg);
}

.web-browser__visual i:last-child {
  transform: rotate(-24deg);
}

.web-browser__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
}

.web-browser__cards i {
  height: 40px;
  border: 1px solid #dce5f2;
  border-radius: 4px;
  background:
    linear-gradient(90deg, #0568ff 0 3px, transparent 3px),
    #f8faff;
}

.web-mobile-preview {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  width: 82px;
  aspect-ratio: 9 / 18.5;
  padding: 6px;
  border: 1px solid rgba(113, 186, 255, .75);
  border-radius: 17px;
  background: #020a1c;
  box-shadow: 0 20px 40px rgba(0, 0, 0, .42);
  transform: rotate(3deg);
}

.web-mobile-preview > span {
  position: absolute;
  z-index: 2;
  top: 9px;
  left: 50%;
  width: 32%;
  height: 4px;
  border-radius: 4px;
  background: #010615;
  transform: translateX(-50%);
}

.web-mobile-preview__screen {
  display: grid;
  align-content: start;
  gap: 6px;
  height: 100%;
  padding: 20px 7px 8px;
  overflow: hidden;
  border-radius: 12px;
  background: #f8faff;
}

.web-mobile-preview__screen > i {
  width: 28px;
  height: 6px;
  border-radius: 2px;
  background: #071732;
}

.web-mobile-preview__screen > strong {
  width: 100%;
  height: 7px;
  border-radius: 2px;
  background: #071732;
}

.web-mobile-preview__screen > strong:nth-child(3) {
  width: 72%;
}

.web-mobile-preview__screen > p {
  width: 92%;
  height: 3px;
  margin: 0;
  border-radius: 2px;
  background: #b5c2d5;
}

.web-mobile-preview__screen > b {
  width: 46px;
  height: 15px;
  border-radius: 3px;
  background: var(--color-blue-600);
}

.web-mobile-preview__screen > div {
  display: grid;
  gap: 5px;
  margin-top: 3px;
}

.web-mobile-preview__screen > div i {
  height: 28px;
  border-radius: 4px;
  background: #e5edf8;
}

.web-value {
  position: relative;
  z-index: 4;
  margin-top: -1.7rem;
  padding: 2.6rem 0 3rem;
  background: var(--color-white);
}

.web-value__grid {
  display: grid;
  gap: 2rem;
}

.web-value h2,
.web-section-heading h2,
.web-quality h2 {
  margin: 0;
  color: var(--color-text);
  font-size: clamp(1.8rem, 6.5vw, 2.5rem);
  line-height: 1.08;
}

.web-value__copy > p:last-child,
.web-section-heading > p:last-child,
.web-quality__copy > p:last-child {
  margin: 1rem 0 0;
  color: var(--color-text-muted);
  font-size: var(--text-copy);
  line-height: var(--text-copy-line-height);
}

.web-principles {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
}

.web-principles li {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: .8rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--color-border);
}

.web-principles li > span {
  color: var(--color-blue-600);
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.2;
}

.web-principles h3,
.web-type h3,
.web-quality h3,
.web-process h3,
.web-project h3 {
  margin: 0;
  color: var(--color-text);
  font-size: 1rem;
  line-height: 1.3;
}

.web-principles p,
.web-type p,
.web-quality article p,
.web-process li p,
.web-project__body > p:last-child {
  margin: .4rem 0 0;
  color: var(--color-text-muted);
  font-size: var(--text-copy);
  line-height: var(--text-copy-line-height);
}

.web-types,
.web-process,
.web-projects {
  padding: 3rem 0;
}

.web-types,
.web-projects {
  background: var(--color-surface);
}

.web-section-heading {
  max-width: 60rem;
}

.web-types__grid {
  display: grid;
  gap: .75rem;
  margin-top: 1.8rem;
}

.web-type {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: .9rem;
  min-height: 150px;
  padding: 1.15rem;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: var(--color-white);
  box-shadow: 0 8px 24px rgba(5, 28, 67, .045);
  transition: border-color 240ms ease, box-shadow 240ms ease, transform 240ms ease;
}

.web-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 8px;
  background: #061c49;
  color: var(--color-cyan-400);
}

.web-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}

.web-quality {
  position: relative;
  padding: 3.3rem 0;
  overflow: hidden;
  background:
    linear-gradient(165deg, transparent 0 46%, rgba(32, 215, 255, .055) 46.1%, transparent 46.3%),
    var(--hero-bg);
}

.web-quality::after {
  position: absolute;
  right: -7rem;
  bottom: -9rem;
  width: 22rem;
  aspect-ratio: 1;
  border: 1px solid rgba(32, 215, 255, .15);
  border-radius: 50%;
  content: "";
}

.web-quality__grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 2rem;
}

.web-quality h2 {
  color: var(--color-white);
}

.web-quality__copy > p:last-child,
.web-quality article p {
  color: var(--color-text-muted-on-dark);
}

.web-quality__items {
  display: grid;
  gap: .6rem;
}

.web-quality article {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  column-gap: .75rem;
  padding: .85rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.web-quality article svg {
  grid-row: 1 / span 2;
  width: 24px;
  height: 24px;
  margin: .05rem auto 0;
  fill: none;
  stroke: var(--color-cyan-400);
  stroke-width: 1.8;
}

.web-quality article h3 {
  color: var(--color-white);
}

.web-process {
  background: var(--color-white);
  scroll-margin-top: 96px;
}

.web-process__steps {
  position: relative;
  display: grid;
  gap: 0;
  margin: 1.7rem 0 0;
  padding: 0;
  list-style: none;
}

.web-process__steps li {
  position: relative;
  padding: 0 0 1.5rem 3.3rem;
}

.web-process__steps li::before {
  position: absolute;
  top: 38px;
  bottom: 0;
  left: 20px;
  width: 1px;
  background: var(--color-border);
  content: "";
}

.web-process__steps li:last-child::before {
  display: none;
}

.web-process__steps li > span {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 50%;
  background: #061c49;
  color: var(--color-cyan-400);
  font-size: .72rem;
  font-weight: 800;
  box-shadow: 0 0 0 5px rgba(5, 104, 255, .08);
}

.web-process h3 {
  padding-top: .55rem;
}

.web-tech {
  background: var(--color-white);
}

.web-tech .solution-tech__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.web-projects {
  scroll-margin-top: 96px;
}

.web-projects__heading {
  max-width: none;
}

.web-projects__grid {
  display: grid;
  gap: 1rem;
  margin-top: 1.8rem;
}

.web-project {
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: var(--color-white);
  box-shadow: 0 12px 30px rgba(5, 28, 67, .065);
  transition: border-color 240ms ease, box-shadow 240ms ease, transform 240ms ease;
}

.web-project__media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-bottom: 1px solid var(--color-border);
  background: #eaf0f9;
}

.web-project__bar {
  position: relative;
  z-index: 2;
}

.web-project__bar span {
  width: 38%;
  height: 8px;
  margin-left: 6px;
  border-radius: 4px;
  background: rgba(255, 255, 255, .86);
}

.web-project__screen {
  position: absolute;
  inset: 25px 0 0;
  padding: 8% 8% 7%;
}

.web-project__logo {
  display: block;
  width: 24%;
  height: 8px;
  border-radius: 2px;
  background: #06142e;
}

.web-project__lead {
  display: grid;
  justify-items: start;
  gap: 6px;
  width: 62%;
  margin-top: 12%;
}

.web-project__lead b {
  width: 100%;
  height: 11px;
  border-radius: 2px;
  background: #06142e;
}

.web-project__lead b:nth-child(2) {
  width: 76%;
}

.web-project__lead i {
  width: 42%;
  height: 18px;
  margin-top: 4px;
  border-radius: 4px;
  background: var(--color-blue-600);
}

.web-project__blocks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  margin-top: 13%;
}

.web-project__blocks i {
  height: 42px;
  border: 1px solid rgba(13, 53, 111, .12);
  border-radius: 4px;
  background: rgba(255, 255, 255, .68);
}

.web-project__media--institutional {
  background:
    radial-gradient(circle at 80% 35%, rgba(32, 215, 255, .35), transparent 28%),
    linear-gradient(145deg, #f4f8ff, #dceaff);
}

.web-project__media--editorial {
  background:
    linear-gradient(90deg, transparent 0 69%, rgba(5, 104, 255, .12) 69%),
    #edf4ff;
}

.web-project__media--editorial .web-project__blocks {
  grid-template-columns: 1.4fr .8fr .8fr;
}

.web-project__media--services {
  background:
    linear-gradient(145deg, rgba(32, 215, 255, .14), transparent 46%),
    #e8f0fb;
}

.web-project__media--services .web-project__lead i {
  background: #061c49;
}

.web-project__body {
  padding: 1.1rem;
}

.web-project__type {
  margin: 0 0 .45rem;
  color: var(--color-blue-600);
  font-size: .72rem;
  font-weight: 800;
  text-transform: uppercase;
}

@media (min-width: 40rem) {
  .web-types__grid,
  .web-projects__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .web-quality__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 1.4rem;
  }

  .web-tech .solution-tech__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 48rem) {
  .web-hero-visual {
    min-height: 390px;
  }

  .web-browser {
    width: 88%;
  }

  .web-browser__page {
    min-height: 300px;
    padding: 19px;
  }

  .web-browser__hero {
    min-height: 190px;
  }

  .web-mobile-preview {
    right: 2%;
    width: 102px;
  }

  .web-value__grid,
  .web-quality__grid {
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    align-items: center;
    gap: clamp(2.5rem, 5vw, 4.5rem);
  }

  .web-process__steps {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: .7rem;
  }

  .web-process__steps li {
    padding: 3.4rem .7rem 0 0;
  }

  .web-process__steps li::before {
    top: 20px;
    right: -.7rem;
    bottom: auto;
    left: 40px;
    width: auto;
    height: 1px;
  }
}

@media (min-width: 64rem) {
  .websites-hero .solution-hero__grid {
    grid-template-columns: minmax(0, .9fr) minmax(500px, 1.1fr);
  }

  .websites-hero .solution-hero__visual {
    width: min(49vw, 670px);
    min-height: 405px;
    margin: 0 0 -2.8rem;
  }

  .web-browser {
    top: 1rem;
    width: 92%;
  }

  .web-mobile-preview {
    right: 0;
    bottom: .5rem;
    width: 112px;
  }

  .web-value,
  .web-types,
  .web-process,
  .web-projects {
    padding-block: 3.4rem;
  }

  .web-value {
    margin-top: -2rem;
  }

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

  .web-type {
    grid-template-columns: 1fr;
    align-content: start;
    min-height: 235px;
  }

  .web-quality {
    padding-block: 3.8rem;
  }

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

  .web-tech .solution-tech__grid {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

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

@media (max-width: 47.99rem) {
  .websites-hero .web-hero-visual {
    margin-bottom: calc(-1.5rem - 5.9rem);
  }
}

@media (hover: hover) and (pointer: fine) {
  .web-type:hover,
  .web-project:hover {
    border-color: rgba(5, 104, 255, .36);
    box-shadow: 0 16px 34px rgba(5, 28, 67, .1);
    transform: translateY(-3px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .web-type,
  .web-project,
  .web-concept,
  .web-concepts__viewport,
  .web-concepts__dots button::before {
    transition: none;
  }
}

/* Editorial composition for the website service page. */
.web-intro {
  position: relative;
  z-index: 4;
  margin-top: -1.7rem;
  padding: 2.6rem 0 3.4rem;
  background: var(--color-white);
}

.web-intro__layout {
  display: grid;
  gap: 1.4rem;
}

.web-intro h2,
.web-section-heading h2,
.web-offer h2,
.web-quality__content h2,
.web-process h2 {
  margin: 0;
  color: var(--color-text);
  font-size: clamp(1.9rem, 7vw, 3rem);
  line-height: 1.06;
}

.web-intro__heading > p {
  max-width: 40rem;
  margin: 1.25rem 0 0;
  color: var(--color-text-muted);
  font-size: var(--text-copy);
  line-height: var(--text-copy-line-height);
}

.web-offer__heading > p:last-child,
.web-quality__content > p,
.web-section-heading > p:last-child {
  margin: 0;
  color: var(--color-text-muted);
  font-size: var(--text-copy);
  line-height: var(--text-copy-line-height);
}

.web-concepts {
  position: relative;
  align-self: start;
  height: fit-content;
  overflow: hidden;
  border: 1px solid rgba(113, 186, 255, .24);
  border-radius: 8px;
  background:
    linear-gradient(155deg, transparent 0 66%, rgba(32, 215, 255, .08) 66.2%, transparent 66.5%),
    var(--hero-bg);
  box-shadow: 0 18px 42px rgba(5, 28, 67, .14);
}

.web-concepts::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--color-blue-600), var(--color-cyan-400));
  content: "";
}

.web-concepts__viewport {
  display: grid;
  min-height: 0;
  overflow: hidden;
  transition: height 180ms ease;
}

.web-concept {
  grid-area: 1 / 1;
  display: grid;
  align-self: start;
  width: 100%;
  grid-template-rows: 10.2rem minmax(11.8rem, auto);
  visibility: hidden;
  opacity: 0;
  transform: translateX(10px);
  transition:
    opacity 240ms ease,
    transform 240ms ease,
    visibility 240ms;
}

.web-concept.is-active {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}

.web-concept__visual {
  display: grid;
  place-items: center;
  min-width: 0;
  padding: 1.2rem 1.3rem .25rem;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  background: rgba(3, 19, 58, .38);
}

.web-concept__visual svg {
  display: block;
  width: 100%;
  max-width: 360px;
  height: 100%;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.diagram-surface {
  fill: rgba(12, 42, 88, .72);
  stroke: rgba(126, 178, 236, .5);
  stroke-width: 1.2;
}

.diagram-panel {
  fill: rgba(16, 59, 113, .62);
  stroke: rgba(55, 209, 255, .72);
  stroke-width: 1.2;
}

.diagram-muted {
  stroke: rgba(154, 189, 229, .42);
  stroke-width: 1.2;
}

.diagram-strong {
  stroke: rgba(228, 242, 255, .8);
  stroke-width: 2.1;
}

.diagram-accent {
  stroke: var(--color-cyan-400);
  stroke-width: 2.2;
}

.diagram-muted-fill {
  fill: rgba(157, 191, 227, .45);
  stroke: none;
}

.diagram-accent-fill {
  fill: var(--color-cyan-400);
  stroke: none;
}

.diagram-accent-soft {
  fill: rgba(19, 127, 255, .25);
  stroke: rgba(55, 209, 255, .75);
  stroke-width: 1.2;
}

.diagram-number,
.diagram-label,
.diagram-value,
.diagram-caption {
  fill: var(--color-white);
  stroke: none;
  font-family: var(--font-sans);
}

.diagram-number {
  font-size: 17px;
  font-weight: 700;
}

.diagram-label {
  font-size: 24px;
  font-weight: 800;
}

.diagram-value {
  font-size: 13px;
  font-weight: 800;
}

.diagram-caption {
  fill: var(--color-text-muted-on-dark);
  font-size: 10px;
}

.web-concept__content {
  padding: 1.15rem 1.35rem 1.3rem;
}

.web-concept__index {
  margin: 0 0 .5rem;
  color: var(--color-cyan-400);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.web-concept h3 {
  margin: 0;
  color: var(--color-white);
  font-size: clamp(1.25rem, 5.5vw, 1.55rem);
  line-height: 1.15;
}

.web-concept__content > p:last-child {
  margin: .65rem 0 0;
  color: var(--color-text-muted-on-dark);
  font-size: .96rem;
  line-height: 1.55;
}

.web-concepts__controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 3.9rem;
  padding: .65rem .8rem .65rem 1.35rem;
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.web-concepts__dots,
.web-concepts__actions {
  display: flex;
  align-items: center;
}

.web-concepts__dots {
  gap: .42rem;
}

.web-concepts__dots button,
.web-concepts__actions button {
  position: relative;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 0;
  color: var(--color-white);
  background: transparent;
  cursor: pointer;
}

.web-concepts__dots button {
  width: 18px;
  height: 28px;
  padding: 0;
}

.web-concepts__dots button::before {
  width: 6px;
  height: 6px;
  border: 1px solid rgba(182, 214, 247, .72);
  border-radius: 50%;
  background: transparent;
  content: "";
  transition:
    width 180ms ease,
    border-radius 180ms ease,
    background-color 180ms ease;
}

.web-concepts__dots button.is-active::before {
  width: 17px;
  border-color: var(--color-cyan-400);
  border-radius: 6px;
  background: var(--color-cyan-400);
}

.web-concepts__actions {
  gap: .25rem;
}

.web-concepts__actions button {
  width: 40px;
  height: 40px;
  border-radius: 4px;
}

.web-concepts__actions button:hover {
  background: rgba(255, 255, 255, .08);
}

.web-concepts__actions svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.web-concepts__actions [data-web-concept-prev] svg {
  transform: rotate(180deg);
}

.web-concepts__pause-icon {
  width: 12px;
  height: 14px;
  border-right: 3px solid currentColor;
  border-left: 3px solid currentColor;
}

.web-concepts__actions button.is-paused .web-concepts__pause-icon {
  width: 0;
  height: 0;
  margin-left: 3px;
  border-top: 7px solid transparent;
  border-right: 0;
  border-bottom: 7px solid transparent;
  border-left: 11px solid currentColor;
}

.web-concepts button:focus-visible {
  outline: 2px solid var(--color-cyan-400);
  outline-offset: 2px;
}

.web-concepts__status {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  border: 0;
  white-space: nowrap;
}

.web-projects {
  padding: 3.3rem 0;
  background: var(--color-surface);
}

.web-projects__heading {
  max-width: none;
}

.web-projects__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
  margin-top: 1.8rem;
}

.web-project {
  display: grid;
  min-width: 0;
}

.web-project--featured {
  background: var(--color-white);
}

.web-project__body {
  align-content: center;
}

.web-project--featured .web-project__body {
  padding: 1.4rem;
}

.web-offer {
  padding: 3.5rem 0;
  background: var(--color-white);
}

.web-offer__layout {
  display: grid;
  gap: 2rem;
}

.web-offer__heading > p:last-child {
  margin-top: 1rem;
}

.web-offer__list {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid var(--color-border);
  list-style: none;
}

.web-offer__list li {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  align-items: center;
  gap: 1rem;
  padding: 1.2rem 0;
  border-top: 1px solid var(--color-border);
}

.web-offer__list li > svg {
  width: 46px;
  height: 46px;
  fill: none;
  stroke: var(--color-blue-600);
  stroke-width: 1.3;
}

.web-offer__list h3,
.web-quality__list strong,
.web-process h3 {
  margin: 0;
  color: var(--color-text);
  font-size: 1rem;
  line-height: 1.3;
}

.web-offer__list p {
  margin: .4rem 0 0;
  color: var(--color-text-muted);
  font-size: var(--text-copy);
  line-height: var(--text-copy-line-height);
}

.web-quality {
  padding: 3.5rem 0;
  overflow: visible;
  background: #eef4fb;
}

.web-quality::after {
  display: none;
}

.web-quality__layout {
  display: grid;
  gap: 2rem;
}

.web-quality__panel {
  overflow: hidden;
  border: 1px solid rgba(113, 186, 255, .28);
  border-radius: 8px;
  background: var(--hero-bg);
  box-shadow: 0 22px 54px rgba(5, 28, 67, .17);
}

.web-quality__panel-bar {
  display: flex;
  align-items: center;
  gap: 5px;
  min-height: 34px;
  padding: 0 12px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  background: rgba(255, 255, 255, .045);
}

.web-quality__panel-bar i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .32);
}

.web-quality__panel-bar i:first-child {
  background: var(--color-blue-500);
}

.web-quality__panel-bar i:nth-child(2) {
  background: var(--color-cyan-400);
}

.web-quality__panel-bar span {
  margin-left: .45rem;
  color: var(--color-text-muted-on-dark);
  font-size: .65rem;
}

.web-quality__score {
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding: 1.4rem 1.2rem .8rem;
}

.web-quality__score span {
  color: var(--color-text-muted-on-dark);
  font-size: .78rem;
  font-weight: 600;
  text-transform: uppercase;
}

.web-quality__score strong {
  color: var(--color-cyan-400);
  font-size: 2.4rem;
  line-height: .9;
}

.web-quality__signals {
  display: grid;
  gap: 1rem;
  padding: 1rem 1.2rem 1.5rem;
}

.web-quality__signals div {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  align-items: center;
  gap: .7rem;
}

.web-quality__signals span {
  color: var(--color-text-on-dark);
  font-size: .76rem;
  font-weight: 600;
}

.web-quality__signals i {
  height: 5px;
  overflow: hidden;
  border-radius: 5px;
  background: rgba(255, 255, 255, .1);
}

.web-quality__signals b {
  display: block;
  width: 92%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--color-blue-600), var(--color-cyan-400));
}

.web-quality__signals div:nth-child(2) b {
  width: 88%;
}

.web-quality__signals div:nth-child(3) b {
  width: 90%;
}

.web-quality__signals div:nth-child(4) b {
  width: 86%;
}

.web-quality__content > p {
  margin-top: 1rem;
}

.web-quality__list {
  display: grid;
  gap: 0;
  margin: 1.4rem 0 0;
  padding: 0;
  list-style: none;
}

.web-quality__list li {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: .65rem;
  padding: .85rem 0;
  border-top: 1px solid rgba(8, 23, 51, .12);
}

.web-quality__list svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: var(--color-blue-600);
  stroke-width: 1.8;
}

.web-quality__list span {
  color: var(--color-text-muted);
  font-size: .88rem;
  line-height: 1.5;
}

.web-quality__list strong {
  display: block;
  margin-bottom: .15rem;
}

.web-process {
  padding: 3.6rem 0;
  background:
    linear-gradient(165deg, transparent 0 53%, rgba(32, 215, 255, .055) 53.1%, transparent 53.3%),
    var(--hero-bg);
}

.web-process__heading {
  max-width: 52rem;
}

.web-process h2 {
  color: var(--color-white);
}

.web-process__steps {
  display: grid;
  gap: 0;
  margin: 2rem 0 0;
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  list-style: none;
}

.web-process__steps li {
  position: relative;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  padding: 1.1rem 0;
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.web-process__steps li::before {
  display: none;
}

.web-process__steps li > span {
  position: static;
  display: block;
  width: auto;
  height: auto;
  grid-row: 1 / span 2;
  border-radius: 0;
  background: transparent;
  color: var(--color-cyan-400);
  font-size: 1.6rem;
  line-height: 1;
  box-shadow: none;
}

.web-process h3 {
  padding: 0;
  color: var(--color-white);
}

.web-process__steps p {
  margin: .35rem 0 0;
  color: var(--color-text-muted-on-dark);
  font-size: var(--text-copy);
  line-height: var(--text-copy-line-height);
}

.web-tech {
  padding-top: 2.5rem;
  border-top: 0;
  background: var(--color-white);
}

@media (min-width: 40rem) {
  .web-quality__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 1.4rem;
  }

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

  .web-project--featured {
    grid-column: 1 / -1;
    grid-template-columns: minmax(0, 1.35fr) minmax(240px, .65fr);
  }

  .web-project--featured .web-project__media {
    min-height: 330px;
    aspect-ratio: auto;
    border-right: 1px solid var(--color-border);
    border-bottom: 0;
  }

  .web-quality__panel {
    max-width: 590px;
  }
}

@media (min-width: 48rem) {
  .web-intro__layout {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr);
    align-items: start;
    gap: clamp(2rem, 6vw, 5rem);
  }

  .web-quality__layout {
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    align-items: center;
    gap: clamp(2.5rem, 6vw, 5rem);
  }
}

@media (min-width: 64rem) {
  .web-intro {
    margin-top: -2rem;
    padding-block: 3.2rem 4rem;
  }

  .web-projects,
  .web-offer,
  .web-quality {
    padding-block: 4.2rem;
  }

  .web-projects__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
  }

  .web-project--featured {
    grid-column: 1 / -1;
    min-height: 390px;
  }

  .web-project--featured .web-project__body {
    padding: 2rem;
  }

  .web-offer__layout {
    grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
    align-items: start;
    gap: clamp(3rem, 8vw, 7rem);
  }

  .web-offer__heading {
    position: sticky;
    top: 118px;
  }

  .web-offer__list li {
    grid-template-columns: 80px minmax(0, 1fr);
    gap: 1.25rem;
    padding: 1.55rem 0;
  }

  .web-offer__list li > svg {
    width: 64px;
    height: 64px;
    stroke-width: 1.15;
  }

  .web-quality__panel {
    min-height: 360px;
  }

  .web-quality__score {
    padding: 2.2rem 2rem 1rem;
  }

  .web-quality__score strong {
    font-size: 3.5rem;
  }

  .web-quality__signals {
    gap: 1.25rem;
    padding: 1.4rem 2rem 2rem;
  }

  .web-process {
    padding-block: 4.3rem;
  }

  .web-process__steps {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    border-top: 1px solid rgba(255, 255, 255, .14);
  }

  .web-process__steps li {
    display: block;
    min-height: 210px;
    padding: 1.4rem 1.25rem 0 0;
    border-top: 0;
  }

  .web-process__steps li:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, .12);
  }

  .web-process__steps li + li {
    padding-left: 1.25rem;
  }

  .web-process__steps li > span {
    margin-bottom: 2.4rem;
    font-size: 2.5rem;
  }
}
