.hero-zone {
  position: relative;
}

.hero-zone .container {
  position: relative;
  z-index: 1;
}

.hero-network {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, #000 26%, #000 74%, transparent 100%);
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, #000 26%, #000 74%, transparent 100%);
}

.hero {
  display: grid;
  place-items: center;
  min-height: clamp(560px, 72svh, 760px);
  padding: clamp(94px, 10vw, 148px) 0 clamp(52px, 7vw, 86px);
  text-align: center;
}

.hero-copy {
  max-width: 1060px;
}

.hero-title {
  max-width: 1040px;
  margin: 0 auto 24px;
}

.type-line,
.type-wrap {
  color: var(--blue);
}

.type-line {
  display: block;
  min-height: 1.04em;
}

.type-wrap {
  display: inline-flex;
  align-items: baseline;
  min-width: var(--type-wrap-ch, 16ch);
  white-space: nowrap;
}

[data-typewriter] {
  display: inline-block;
  max-width: var(--type-ch, 16ch);
  overflow: hidden;
  vertical-align: bottom;
  white-space: nowrap;
  transition: opacity 180ms var(--ease);
}

[data-typewriter].is-typing {
  animation: typeWriter 760ms steps(var(--type-steps, 16), end) both;
}

.type-caret {
  display: inline-block;
  width: 0.08em;
  height: 0.78em;
  margin-left: 0.08em;
  border-radius: 99px;
  background: currentColor;
  transform: translateY(0.1em);
  animation: blink 1s steps(2, start) infinite;
}

.hero-lede {
  max-width: 620px;
  margin: 0 auto 32px;
  font-size: clamp(18px, 1.45vw, 21px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.home-values {
  padding-bottom: clamp(34px, 4.5vw, 58px);
}

.home-section {
  padding-block: clamp(72px, 8vw, 112px);
}

.home-values + .home-section {
  padding-top: clamp(58px, 6vw, 88px);
}

.home-section + .home-section {
  padding-top: 0;
}

.solutions-preview .section-head,
.more-ways-section .section-head {
  margin-bottom: clamp(28px, 3vw, 42px);
}

.solution-grid {
  gap: 22px;
}

.solution-card {
  min-height: 100%;
  padding: clamp(28px, 3.2vw, 36px);
}

.solution-card h3 {
  margin-top: 20px;
  font-size: clamp(22px, 2vw, 27px);
}

.solution-card p {
  font-size: 16px;
  line-height: 1.75;
}

.section-link {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.section-link a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 4px 3px;
  color: var(--blue-700);
  font-weight: 850;
  letter-spacing: 0;
  border-bottom: 1px solid rgba(37, 99, 235, 0.28);
  transition: color 180ms var(--ease), transform 180ms var(--ease), border-color 180ms var(--ease);
}

.section-link a:hover {
  color: var(--blue);
  border-color: rgba(37, 99, 235, 0.5);
  transform: translateY(-1px);
}

.featured-project,
.ready-section,
.more-ways-section,
.about-preview-section,
.final-cta-section {
  position: relative;
}

.easyjob-feature {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.78fr);
  gap: clamp(30px, 4vw, 62px);
  align-items: center;
  padding: clamp(30px, 5vw, 62px);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 86% 18%, rgba(139, 220, 255, 0.18), transparent 18rem),
    linear-gradient(135deg, rgba(251, 253, 255, 0.84) 0%, rgba(255, 255, 255, 0.72) 58%, rgba(243, 248, 255, 0.8) 100%);
}

.easyjob-copy p {
  max-width: 620px;
  font-size: 18px;
}

.feature-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 24px 0 30px;
  list-style: none;
}

.feature-list li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 11px;
  color: var(--muted-strong);
  font-weight: 760;
  line-height: 1.45;
}

.feature-list img {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  padding: 3px;
  border-radius: 7px;
  background:
    radial-gradient(circle at 35% 20%, rgba(139, 220, 255, 0.22), transparent 58%),
    #eef5ff;
  box-shadow: inset 0 0 0 1px rgba(37, 99, 235, 0.08);
}

.project-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.easyjob-media {
  position: relative;
  margin: 0;
  min-height: 430px;
  border-radius: 0;
  background: transparent;
  filter: drop-shadow(0 28px 42px rgba(15, 23, 42, 0.18));
  overflow: visible;
}

.easyjob-media::after {
  display: none;
}

.easyjob-media img {
  position: absolute;
  right: max(-22px, -3vw);
  bottom: -22px;
  width: 100%;
  max-width: 520px;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.ready-band {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.65fr);
  gap: clamp(28px, 4vw, 52px);
  align-items: center;
  padding: clamp(30px, 4vw, 52px);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 88% 20%, rgba(139, 220, 255, 0.22), transparent 17rem),
    linear-gradient(135deg, rgba(248, 251, 255, 0.82), rgba(255, 255, 255, 0.7));
}

.ready-band p {
  max-width: 680px;
}

.mini-browser {
  min-height: 240px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.mini-browser-head {
  height: 36px;
  background: #101827;
}

.mini-browser-body {
  display: grid;
  gap: 12px;
  padding: 18px;
}

.mini-browser-body span {
  display: block;
  height: 14px;
  border-radius: 99px;
  background: #dce8f8;
}

.mini-browser-body span:first-child {
  width: 58%;
  height: 26px;
  background: linear-gradient(90deg, var(--blue), var(--cyan));
}

.project-card .screen,
.website-card .screen {
  position: relative;
  min-height: 188px;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(37, 99, 235, 0.1), rgba(139, 220, 255, 0.16)),
    #f9fbff;
}

.more-ways-section .project-card {
  display: grid;
  grid-template-rows: auto 1fr;
}

.more-ways-section .project-card .card-pad {
  display: flex;
  min-height: 216px;
  flex-direction: column;
}

.more-ways-section .project-card h3 {
  margin-top: 16px;
}

.more-ways-section .project-card p {
  margin-bottom: 0;
  line-height: 1.7;
}

.about-preview,
.final-cta {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.72fr);
  gap: clamp(26px, 4vw, 56px);
  align-items: center;
  padding: clamp(30px, 4vw, 52px);
  border-radius: var(--radius-lg);
}

.about-preview {
  background:
    radial-gradient(circle at 12% 20%, rgba(139, 220, 255, 0.14), transparent 18rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(248, 251, 255, 0.64));
}

.about-preview p {
  font-size: 17px;
  line-height: 1.78;
}

.about-preview .button {
  margin-top: 12px;
}

.final-cta {
  grid-template-columns: minmax(0, 1fr) auto;
  background:
    radial-gradient(circle at 78% 18%, rgba(37, 99, 235, 0.14), transparent 18rem),
    linear-gradient(135deg, rgba(248, 251, 255, 0.84), rgba(255, 255, 255, 0.72) 54%, rgba(238, 245, 255, 0.82));
  box-shadow:
    0 28px 80px rgba(30, 64, 175, 0.12),
    0 0 30px rgba(96, 150, 255, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.final-cta p {
  max-width: 660px;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 1.72;
}

.project-card .screen::before,
.website-card .screen::before {
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(255,255,255,.9) 0 28%, transparent 28% 100%),
    linear-gradient(180deg, rgba(255,255,255,.8), rgba(255,255,255,.38));
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.08);
  content: "";
}

.project-card .screen::after,
.website-card .screen::after {
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: 42%;
  height: 8px;
  border-radius: 99px;
  background: rgba(37, 99, 235, 0.44);
  content: "";
}

.screen.restaurant { background: linear-gradient(135deg, #fff3e8, #ffe0c2); }
.screen.construction { background: linear-gradient(135deg, #fff7e6, #ffe8a3); }
.screen.portfolio { background: linear-gradient(135deg, #f3edff, #d9cdfd); }
.screen.realestate { background: linear-gradient(135deg, #ecfdf5, #c7f4df); }
.screen.shop { background: linear-gradient(135deg, #fff0f7, #ffd6e9); }
.screen.salon { background: linear-gradient(135deg, #fff1f5, #ffd1df); }
.screen.marketplace { background: linear-gradient(135deg, #edf3ff, #cfe0ff); }
.screen.business { background: linear-gradient(135deg, #eef4ff, #cdddff); }
.screen.barber { background: linear-gradient(135deg, #eef1f5, #ccd4dd); }

.page-hero {
  padding: clamp(62px, 7vw, 96px) 0 clamp(38px, 5vw, 70px);
}

.page-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.55fr);
  gap: 40px;
  align-items: end;
}

.page-hero p {
  font-size: 19px;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.78fr);
  gap: 34px;
  align-items: start;
}

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

.list li {
  position: relative;
  padding-left: 26px;
  color: var(--muted-strong);
  line-height: 1.6;
}

.list li::before {
  position: absolute;
  top: 0.67em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background: var(--blue);
  content: "";
}

/* Ready-made process timeline: four connected numbered steps */
.ready-process {
  --rp-circle: clamp(76px, 6.6vw, 96px);
  --rp-line: rgba(37, 99, 235, 0.38);
}

.ready-process__head {
  display: grid;
  justify-items: center;
  gap: 12px;
  margin-bottom: clamp(42px, 5vw, 64px);
  text-align: center;
}

.ready-process__head .section-title {
  margin: 0;
}

.ready-process__divider {
  width: 46px;
  height: 3px;
  border-radius: 99px;
  background: var(--blue);
}

.ready-process-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Horizontal connector through the circle centers (circles sit above it) */
.ready-process-timeline::before {
  position: absolute;
  top: calc(var(--rp-circle) / 2 - 1px);
  right: 12.5%;
  left: 12.5%;
  height: 2px;
  background: var(--rp-line);
  content: "";
}

.ready-process-step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 clamp(10px, 1.5vw, 20px);
  text-align: center;
}

/* Small node halfway between adjacent circles (at each column boundary) */
.ready-process-step + .ready-process-step::before {
  position: absolute;
  top: calc(var(--rp-circle) / 2);
  left: 0;
  width: 14px;
  height: 14px;
  border: 2px solid var(--blue);
  border-radius: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
  content: "";
}

.ready-process-step__number {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: var(--rp-circle);
  height: var(--rp-circle);
  border: 2px solid var(--blue);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 6px rgba(37, 99, 235, 0.06);
  color: var(--blue);
  font-size: clamp(30px, 2.6vw, 38px);
  font-weight: 800;
}

.ready-process-step__drop {
  width: 0;
  height: clamp(38px, 4vw, 48px);
  border-left: 2px dashed var(--rp-line);
}

.ready-process-step__icon {
  display: grid;
  place-items: center;
  width: clamp(76px, 6.4vw, 92px);
  height: clamp(76px, 6.4vw, 92px);
  border: 1px solid rgba(37, 99, 235, 0.14);
  border-radius: 20px;
  background: linear-gradient(160deg, #ffffff, #f2f7ff);
  box-shadow: 0 12px 30px rgba(37, 99, 235, 0.1);
  color: var(--blue);
}

.ready-process-step__icon svg {
  width: clamp(32px, 2.8vw, 40px);
  height: clamp(32px, 2.8vw, 40px);
}

.ready-process-step h3 {
  margin: 20px 0 10px;
  color: var(--navy);
  font-size: clamp(20px, 1.7vw, 24px);
}

.ready-process-step p {
  max-width: 30ch;
  margin: 0;
  color: var(--muted-strong);
  font-size: 16px;
  line-height: 1.6;
}

@media (max-width: 900px) {
  .ready-process-timeline {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 46px;
  }

  .ready-process-timeline::before,
  .ready-process-step + .ready-process-step::before {
    display: none;
  }
}

@media (max-width: 560px) {
  .ready-process-timeline {
    grid-template-columns: 1fr;
    row-gap: 0;
  }

  /* Vertical dashed connector between stacked steps */
  .ready-process-step + .ready-process-step::before {
    position: static;
    display: block;
    width: 0;
    height: 38px;
    margin: 16px 0;
    border: 0;
    border-left: 2px dashed var(--rp-line);
    border-radius: 0;
    background: none;
    transform: none;
  }
}

/* Services selector and dynamic focus detail */
.service-selector-section {
  padding-top: clamp(18px, 2.6vw, 34px);
  padding-bottom: clamp(24px, 3.5vw, 42px);
}

.service-selector {
  display: grid;
  grid-template-columns: repeat(5, minmax(145px, 1fr));
  gap: clamp(14px, 1.4vw, 22px);
  align-items: stretch;
}

.service-selector__card {
  display: grid;
  gap: 12px;
  place-items: center;
  align-content: center;
  min-height: 145px;
  padding: 22px 16px;
  border: 1px solid rgba(37, 99, 235, 0.16);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 44px rgba(15, 56, 130, 0.06);
  color: var(--navy);
  font: inherit;
  text-align: center;
  cursor: pointer;
  transition: transform 180ms var(--ease), border-color 180ms var(--ease), box-shadow 180ms var(--ease), background 180ms var(--ease);
}

.service-selector__card:hover {
  border-color: rgba(37, 99, 235, 0.4);
  box-shadow: 0 22px 52px rgba(15, 56, 130, 0.12);
  transform: translateY(-2px);
}

.service-selector__card:focus-visible {
  outline: none;
  border-color: rgba(37, 99, 235, 0.58);
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.14), 0 18px 44px rgba(15, 56, 130, 0.08);
}

.service-selector__icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(37, 99, 235, 0.18);
  border-radius: 14px;
  background: rgba(37, 99, 235, 0.07);
  transition: background 180ms var(--ease), border-color 180ms var(--ease);
}

.service-selector__icon img {
  width: 24px;
  height: 24px;
}

.service-selector__title {
  font-size: 14.5px;
  font-weight: 850;
  line-height: 1.28;
}

.service-selector__card.is-active {
  border-color: transparent;
  background: linear-gradient(135deg, #2f7bff 0%, #0057e7 100%);
  box-shadow: 0 24px 54px rgba(0, 87, 231, 0.25);
  color: #fff;
}

.service-selector__card.is-active .service-selector__icon {
  border-color: rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.16);
}

.service-selector__card.is-active .service-selector__icon img {
  filter: brightness(0) invert(1);
}

.service-focus-wrap {
  padding-top: 0;
}

.service-focus {
  scroll-margin-top: 120px;
  border: 1px solid rgba(154, 187, 242, 0.68);
  border-radius: 28px;
  background:
    radial-gradient(circle at 74% 12%, rgba(139, 220, 255, 0.12), transparent 28rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(248, 251, 255, 0.88));
  box-shadow:
    0 30px 80px rgba(24, 61, 125, 0.11),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
  overflow: hidden;
}

.service-focus__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  gap: clamp(28px, 3.6vw, 52px);
  align-items: center;
  padding: clamp(28px, 4.5vw, 52px);
}

.service-focus__content,
.service-focus__visual {
  min-width: 0;
}

.service-focus__content {
  transition: opacity 180ms var(--ease), transform 180ms var(--ease);
}

.service-focus.is-changing .service-focus__content,
.service-focus.is-changing .service-focus__visual img {
  opacity: 0.42;
  transform: translateY(6px);
}

.service-focus__eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.service-focus h2 {
  max-width: none;
  margin-bottom: 14px;
  color: var(--navy);
  font-size: clamp(34px, 3.4vw, 46px);
  line-height: 1.02;
  letter-spacing: 0;
}

.service-focus__description {
  max-width: 680px;
  margin-bottom: 20px;
  color: #30405a;
  font-size: clamp(16px, 1.1vw, 18px);
  line-height: 1.5;
}

.service-focus__lists {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
  margin-bottom: 22px;
}

.service-focus__list-card h3,
.service-focus__process-block h3 {
  margin-bottom: 9px;
  color: var(--navy);
  font-size: 15px;
  font-weight: 900;
}

.service-focus__list-card ul {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-focus__list-card li {
  position: relative;
  padding-left: 18px;
  color: #3d4e69;
  font-size: 14px;
  line-height: 1.42;
}

.service-focus__list-card li::before {
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 99px;
  background: var(--blue);
  content: "";
}

.service-focus__process-block {
  padding-top: 18px;
  border-top: 1px solid rgba(185, 208, 246, 0.72);
}

.service-focus__process {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 20px;
}

.service-focus__process-line {
  position: absolute;
  top: 24px;
  right: clamp(24px, 4vw, 52px);
  left: clamp(24px, 4vw, 52px);
  border-top: 2px dotted rgba(37, 99, 235, 0.38);
}

.service-focus__process-step {
  position: relative;
  display: grid;
  gap: 5px;
  justify-items: center;
  align-content: start;
  text-align: center;
}

.service-focus__process-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 2px;
  border: 1px solid rgba(37, 99, 235, 0.22);
  border-radius: 999px;
  background: linear-gradient(180deg, #ffffff, #eef5ff);
  box-shadow: 0 10px 24px rgba(15, 56, 130, 0.1);
  color: var(--blue);
}

.service-focus__process-icon svg {
  width: 22px;
  height: 22px;
}

.service-focus__process-number {
  position: absolute;
  top: -5px;
  right: -5px;
  display: grid;
  place-items: center;
  width: 19px;
  height: 19px;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
}

.service-focus__process-step strong {
  color: var(--navy);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.15;
}

.service-focus__process-step p {
  margin: 0;
  color: #4a5b76;
  font-size: 12px;
  line-height: 1.35;
}

.service-focus__meta {
  display: grid;
  gap: 10px;
  margin-bottom: 20px;
}

.service-focus__meta-item {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.service-focus__meta-icon {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(37, 99, 235, 0.2);
  border-radius: 13px;
  background: rgba(37, 99, 235, 0.08);
  color: var(--blue);
}

.service-focus__meta-icon svg {
  width: 21px;
  height: 21px;
}

.service-focus__meta-item strong {
  display: block;
  margin-bottom: 2px;
  color: var(--navy);
  font-size: 14px;
  font-weight: 900;
}

.service-focus__meta-item p {
  margin: 0;
  color: #34445d;
  font-size: 14px;
  line-height: 1.4;
}

.service-focus__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.service-focus__actions .button {
  min-width: 210px;
}

.service-focus__visual {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  width: 100%;
  height: clamp(560px, 52vw, 760px);
  padding: 0;
  overflow: visible;
}

.service-focus__visual img {
  display: block;
  width: auto;
  height: 100%;
  max-width: none;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 26px 48px rgba(15, 56, 130, 0.13));
  transition: opacity 180ms var(--ease), transform 180ms var(--ease);
}

@media (min-width: 1101px) {
  .service-focus__inner {
    padding: 40px 52px;
  }

  .service-focus__content {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .service-focus__visual {
    aspect-ratio: 2 / 3;
    width: min(100%, 546.6667px);
    height: auto;
    max-height: 820px;
    justify-self: center;
  }
}

@media (max-width: 1240px) {
  .service-selector {
    display: flex;
    overflow-x: auto;
    padding-bottom: 8px;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }

  .service-selector__card {
    flex: 0 0 155px;
    scroll-snap-align: start;
  }
}

@media (max-width: 1100px) {
  .service-focus__inner {
    grid-template-columns: 1fr;
  }

  .service-focus__visual {
    order: 2;
    height: clamp(460px, 78vw, 680px);
    padding: 0;
  }

  .service-focus__visual img {
    width: auto;
  }
}

@media (max-width: 760px) {
  .service-selector-section {
    padding-top: 8px;
  }

  .service-focus {
    border-radius: 20px;
  }

  .service-focus__inner {
    padding: 22px;
    gap: 26px;
  }

  .service-focus h2 {
    max-width: none;
    font-size: clamp(32px, 10vw, 42px);
  }

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

  .service-focus__process {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .service-focus__process-line {
    display: none;
  }

  .service-focus__process-step {
    grid-template-columns: 52px minmax(0, 1fr);
    justify-items: start;
    column-gap: 14px;
    text-align: left;
  }

  .service-focus__process-step .service-focus__process-icon {
    grid-row: 1 / span 2;
    margin-bottom: 0;
  }

  .service-focus__actions,
  .service-focus__actions .button {
    width: 100%;
  }

  .service-focus__visual img {
    width: auto;
  }

  .service-focus__visual {
    height: clamp(360px, 112vw, 560px);
  }
}

.how-build-section {
  position: relative;
  padding-bottom: clamp(26px, 4vw, 52px);
}

.how-build-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(440px, 1fr);
  gap: clamp(36px, 6vw, 92px);
  align-items: center;
}

.how-build-copy {
  max-width: 460px;
}

.how-build-copy .section-title {
  margin-bottom: 0;
  max-width: 430px;
}

.process-panel {
  min-width: 0;
}

.process-card {
  position: relative;
  min-height: 324px;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(185, 208, 246, 0.6);
  border-radius: 24px;
  background:
    radial-gradient(circle at 20% 18%, rgba(139, 220, 255, 0.13), transparent 15rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(248, 251, 255, 0.72));
  box-shadow:
    0 22px 60px rgba(24, 61, 125, 0.11),
    0 1px 2px rgba(15, 23, 42, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  overflow: hidden;
}

.process-card::before {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.85), transparent 42%);
  content: "";
  pointer-events: none;
}

.process-card > * {
  position: relative;
}

.process-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 26px;
}

.process-counter {
  color: #5d6d86;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.process-counter strong {
  color: var(--blue);
  font-weight: 900;
}

.process-dots {
  display: flex;
  align-items: center;
  gap: 14px;
}

.process-dots span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #cfdaec;
  transition: transform 180ms var(--ease), background 180ms var(--ease);
}

.process-dots span.is-active {
  background: var(--blue);
  transform: scale(1.12);
}

.process-main {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  gap: clamp(24px, 4vw, 42px);
  align-items: center;
  padding-right: 62px;
  transition: opacity 180ms var(--ease), transform 180ms var(--ease);
}

.process-card.is-changing .process-main {
  opacity: 0;
  transform: translateY(8px);
}

.process-image {
  width: 126px;
  height: 126px;
  border-radius: 999px;
  object-fit: cover;
  filter: drop-shadow(0 14px 26px rgba(24, 61, 125, 0.08));
}

.process-main h3 {
  margin-bottom: 12px;
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.08;
}

.process-main p {
  max-width: 440px;
  margin-bottom: 0;
  color: var(--muted-strong);
  font-size: 16px;
  line-height: 1.58;
}

.process-next {
  position: absolute;
  right: 28px;
  bottom: 28px;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(212, 223, 240, 0.95);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--blue);
  box-shadow: 0 14px 30px rgba(24, 61, 125, 0.1);
  cursor: pointer;
  transition: transform 180ms var(--ease), border-color 180ms var(--ease), box-shadow 180ms var(--ease);
}

.process-next:hover,
.process-next:focus-visible {
  border-color: rgba(37, 99, 235, 0.32);
  box-shadow: 0 18px 36px rgba(37, 99, 235, 0.14), 0 0 0 5px rgba(37, 99, 235, 0.07);
  outline: none;
  transform: translateX(3px);
}

.process-next span {
  font-size: 23px;
  line-height: 1;
}

.process-flow {
  display: grid;
  grid-template-columns: minmax(120px, 1fr) auto minmax(120px, 1fr) auto minmax(120px, 1fr) auto minmax(120px, 1fr);
  gap: clamp(12px, 2.6vw, 36px);
  align-items: center;
  margin-top: clamp(28px, 4vw, 48px);
}

.process-step {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 10px;
  min-width: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #53637a;
  font-size: 12px;
  font-weight: 860;
  line-height: 1.25;
  text-align: center;
  cursor: pointer;
}

.process-step img {
  width: 70px;
  height: 70px;
  border-radius: 999px;
  object-fit: cover;
  box-shadow: 0 10px 28px rgba(24, 61, 125, 0.08);
  transition: transform 180ms var(--ease), box-shadow 180ms var(--ease), opacity 180ms var(--ease);
}

.process-step span {
  max-width: 150px;
}

.process-step:hover img,
.process-step:focus-visible img,
.process-step.is-active img {
  box-shadow: 0 14px 32px rgba(37, 99, 235, 0.15), 0 0 0 5px rgba(37, 99, 235, 0.07);
  transform: translateY(-2px);
}

.process-step:hover,
.process-step:focus-visible,
.process-step.is-active {
  color: var(--blue);
  outline: none;
}

.process-flow-arrow {
  align-self: center;
  color: #c4d1e5;
  font-size: 28px;
  line-height: 1;
}

.price-card.featured {
  border-color: rgba(37, 99, 235, 0.32);
  box-shadow: 0 24px 80px rgba(37, 99, 235, 0.16);
}

.price-value {
  color: var(--navy);
  font-size: 32px;
  font-weight: 900;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(360px, 1fr);
  gap: 34px;
  align-items: start;
}

.contact-layout > .info-card { align-self: start; }

.about-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(420px, 0.86fr);
  gap: clamp(42px, 6vw, 86px);
  align-items: center;
  min-width: 0;
  padding: clamp(72px, 7vw, 106px) 0 clamp(46px, 6vw, 82px);
}

.about-hero-copy {
  min-width: 0;
}

.about-hero h1 {
  max-width: 720px;
  margin-bottom: 28px;
}

.about-hero-lede {
  max-width: 690px;
  margin-bottom: clamp(28px, 4vw, 46px);
  font-size: clamp(17px, 1.35vw, 20px);
}

.about-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 24px);
  align-items: start;
  min-width: 0;
  width: 100%;
  max-width: min(100%, 720px);
}

.about-mini-item {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  min-width: 0;
  width: 100%;
  max-width: 100%;
  padding: 4px 0;
}

.about-mini-copy {
  min-width: 0;
  max-width: 100%;
}

.about-mini-item .icon-chip {
  width: 44px;
  height: 44px;
  border-radius: 14px;
}

.about-mini-item h3 {
  margin: 0 0 4px;
  color: var(--navy);
  font-size: clamp(13px, 0.85vw, 14.5px);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.2;
  overflow-wrap: normal;
  white-space: normal;
  word-break: normal;
}

.about-mini-item p {
  max-width: 20ch;
  margin: 0;
  color: #58687f;
  font-size: clamp(12.5px, 0.78vw, 13.5px);
  line-height: 1.45;
  overflow-wrap: anywhere;
  white-space: normal;
  word-break: normal;
}

.about-process-card {
  position: relative;
  min-width: 0;
  padding: clamp(28px, 3.4vw, 44px);
  border: 1px solid rgba(205, 219, 240, 0.92);
  border-radius: 24px;
  background:
    radial-gradient(circle at 16% 8%, rgba(139, 220, 255, 0.13), transparent 14rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(249, 252, 255, 0.88));
  box-shadow: 0 26px 74px rgba(24, 61, 125, 0.1), 0 1px 2px rgba(15, 23, 42, 0.04);
  backdrop-filter: blur(18px);
}

.about-process-card h2 {
  margin-bottom: 28px;
  color: var(--navy);
  font-size: clamp(23px, 2vw, 30px);
  line-height: 1.12;
}

.about-process-list {
  position: relative;
  display: grid;
  gap: 28px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.about-process-list::before {
  position: absolute;
  top: 24px;
  bottom: 24px;
  left: 23px;
  width: 1px;
  background: linear-gradient(180deg, rgba(37, 99, 235, 0.18), rgba(37, 99, 235, 0.05));
  content: "";
}

.about-process-list li {
  position: relative;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.about-process-list li > span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(37, 99, 235, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.93);
  color: var(--blue);
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 10px 28px rgba(37, 99, 235, 0.08);
}

.about-process-list h3 {
  margin: 2px 0 8px;
  font-size: 18px;
  font-weight: 880;
}

.about-process-list p {
  margin-bottom: 0;
  color: #52637a;
  font-size: 15px;
  line-height: 1.66;
}

.about-mission-section {
  padding-top: clamp(34px, 5vw, 68px);
}

.about-mission-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(320px, 0.58fr);
  gap: clamp(34px, 7vw, 90px);
  align-items: center;
}

.about-mission-copy .section-title {
  max-width: 720px;
  margin-bottom: 24px;
  font-size: clamp(30px, 3vw, 43px);
  line-height: 1.09;
}

.about-mission-copy p {
  max-width: 620px;
  font-size: 18px;
}

.about-belief {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.about-belief h3 {
  margin-bottom: 14px;
  font-size: 21px;
}

.about-belief p {
  margin-bottom: 0;
  line-height: 1.75;
}

.about-values-section {
  padding-top: clamp(18px, 3vw, 34px);
}

.about-value-grid {
  align-items: stretch;
}

.about-value-card {
  display: flex;
  min-height: 260px;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(24px, 3vw, 34px);
  border-radius: 20px;
}

.about-value-card .icon-chip {
  margin-bottom: 26px;
}

.about-value-card h3 {
  margin-bottom: 14px;
  font-size: 21px;
}

.about-value-card p {
  margin-bottom: 28px;
  line-height: 1.72;
}

.about-card-arrow {
  margin-top: auto;
  color: var(--blue);
  font-size: 25px;
  line-height: 1;
  transition: transform 180ms var(--ease);
}

.about-value-card:hover .about-card-arrow {
  transform: translateX(4px);
}

.about-cta-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(230px, 0.34fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: center;
  padding: clamp(30px, 4vw, 46px);
  border-radius: 24px;
  background:
    radial-gradient(circle at 86% 22%, rgba(37, 99, 235, 0.13), transparent 18rem),
    linear-gradient(135deg, rgba(248, 251, 255, 0.82), rgba(255, 255, 255, 0.7));
}

.about-cta-card .section-title {
  max-width: 720px;
  margin-bottom: 0;
  font-size: clamp(28px, 3vw, 42px);
}

.about-cta-card .button {
  justify-self: end;
  min-width: 230px;
}

/* =========================================================================
   PAGE SURFACE — the circuit background is now GLOBAL on <body>, so these
   wrappers stay transparent and simply let the body circuit show through.
   (Kept as no-op wrappers so existing markup needs no changes.)
   ========================================================================= */
.page-surface,
.page-surface--circuit,
.circuit-surface {
  position: relative;
  background: transparent;
}

/* =========================================================================
   READY-MADE CATALOG — Filter chips, card preview media, placeholder state
   ========================================================================= */

/* Filter bar */
.ready-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 36px;
}

.filter-chip {
  display: inline-flex;
  align-items: center;
  height: 36px;
  padding: 0 16px;
  border: 1px solid rgba(192, 210, 240, 0.8);
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.72);
  color: #52637a;
  font-size: 13.5px;
  font-weight: 760;
  cursor: pointer;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: background 180ms var(--ease), color 180ms var(--ease), border-color 180ms var(--ease), box-shadow 180ms var(--ease);
}

.filter-chip:hover {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(37, 99, 235, 0.28);
  color: var(--navy);
}

.filter-chip[aria-pressed="true"] {
  background: var(--blue);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 4px 18px rgba(37, 99, 235, 0.32);
}

/* Card screen — override for preview/placeholder variants */
.website-card .screen {
  min-height: unset;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

/* Disable abstract pseudo-element decorations for real-image and placeholder screens */
.website-card .screen.screen--preview::before,
.website-card .screen.screen--preview::after,
.website-card .screen.screen--placeholder::before,
.website-card .screen.screen--placeholder::after {
  content: none;
}

/* Real hero image inside card */
.screen-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 420ms var(--ease);
}

.website-card:hover .screen-img {
  transform: scale(1.04);
}

/* Premium placeholder state */
.screen-placeholder-inner {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.preview-status-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 28px;
  padding: 0 13px;
  border: 1px solid rgba(37, 99, 235, 0.2);
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.01em;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: 0 2px 12px rgba(37, 99, 235, 0.1);
}

.preview-status-chip::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(37, 99, 235, 0.5);
  flex-shrink: 0;
}

/* Filter animation */
.website-card.is-hidden {
  display: none;
}

@keyframes catalogFadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0); }
}

.website-card.is-entering {
  animation: catalogFadeIn 300ms var(--ease) both;
}

/* Catalog empty state */
.catalog-empty {
  display: none;
  grid-column: 1 / -1;
  padding: 56px 24px;
  text-align: center;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

.catalog-empty.is-visible {
  display: block;
}

/* -------------------------------------------------------------------------
   Uniform website-card height architecture
   Card uses a 2-row grid: image area (auto) + body (fills remaining height).
   Body is a flex column that pushes price + CTA to the bottom.
   Title and description get min-heights so all positions baseline-align.
   ------------------------------------------------------------------------- */
.website-card {
  display: grid;
  grid-template-rows: auto 1fr;
}

.website-card .card-pad {
  display: flex;
  flex-direction: column;
}

.website-card .card-pad h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  min-height: calc(2 * 1.2em);
  margin-top: 10px;
  margin-bottom: 8px;
}

.website-card .card-pad > p:first-of-type {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  min-height: calc(3 * 1.72em);
  margin-bottom: 0;
}

.website-card .card-pad > p:last-of-type {
  margin-top: auto;
  padding-top: 16px;
  margin-bottom: 12px;
}
