:root {
  --wp-black: #000;
  --wp-text: #f5f5f7;
  --wp-copy: rgba(245, 245, 247, 0.66);
  --wp-muted: rgba(245, 245, 247, 0.5);
  --wp-line: rgba(255, 255, 255, 0.11);
  --wp-line-soft: rgba(255, 255, 255, 0.065);
  --wp-blue: #48bcf2;
  --wp-blue-soft: #8edcff;
  --wp-width: 1120px;
  --wp-mid-text: #f5f7fa;
  --wp-mid-body: rgba(245, 247, 250, 0.78);
  --wp-mid-muted: rgba(245, 247, 250, 0.62);
  --wp-mid-meta: rgba(245, 247, 250, 0.52);
  --wp-mid-line: rgba(255, 255, 255, 0.12);
  --wp-mid-surface: rgba(255, 255, 255, 0.032);
  --wp-mid-surface-strong: rgba(7, 13, 23, 0.82);
  --wp-mid-radius: 26px;
}

html {
  scroll-behavior: smooth;
}

body.weby-service-page {
  margin: 0;
  color: var(--wp-text);
  background: var(--wp-black);
}

.weby-page:focus {
  outline: none;
}

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

.weby-page {
  width: 100%;
  max-width: none;
  margin: 0;
  overflow: clip;
  color: var(--wp-text);
  background: var(--wp-black);
  font-family: "Geom", sans-serif;
}

.weby-page h1,
.weby-page h2,
.weby-page h3,
.weby-page p {
  margin-top: 0;
}

.weby-page h1,
.weby-page h2,
.weby-page h3 {
  color: var(--wp-text);
  font-family: "Geom", sans-serif;
  font-weight: 400;
  text-wrap: balance;
}

.wp-kicker {
  margin: 0 0 20px;
  color: var(--wp-blue);
  font-size: 10px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.wp-section {
  width: min(var(--wp-width), calc(100% - 48px));
  margin: 0 auto;
  padding: 148px 0;
}

.wp-section__head {
  max-width: 790px;
  margin-bottom: 76px;
}

.wp-section__head h2,
.wp-faq__intro h2,
.wp-final h2,
.wp-assurances h2 {
  margin-bottom: 24px;
  font-size: clamp(38px, 4.1vw, 64px);
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.wp-section__head > p:last-child,
.wp-section__head--split > p,
.wp-faq__intro > p:last-child,
.wp-final__inner > p,
.wp-assurances__copy > p {
  color: var(--wp-copy);
  font-size: clamp(15px, 1.15vw, 18px);
  line-height: 1.75;
}

.wp-section__head--split {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  align-items: end;
  gap: clamp(48px, 9vw, 132px);
  max-width: none;
}

.wp-section__head--split h2,
.wp-section__head--split p {
  margin-bottom: 0;
}

/* Hero */
.wp-hero {
  position: relative;
  display: grid;
  min-height: max(760px, 100svh);
  isolation: isolate;
  overflow: hidden;
  background: #000;
}


.wp-hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: clamp(58px, 6vw, 96px);
  width: min(1520px, calc(100% - 64px));
  margin: 0 auto;
  padding: 142px 0 84px;
}

.wp-hero__copy {
  position: relative;
  z-index: 2;
  max-width: 720px;
  transform: translateY(0);
}

.wp-hero .wp-kicker {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 24px;
  font-size: 11px;
  font-weight: 750;
  line-height: 1.6;
  letter-spacing: .17em;
  white-space: nowrap;
}

.wp-hero .wp-kicker::after {
  display: none;
  width: clamp(44px, 5vw, 82px);
  height: 1px;
  background: rgba(72, 188, 242, .42);
  content: "";
}

.wp-hero h1 {
  max-width: 720px;
  margin: 0 0 27px;
  font: 600 clamp(52px, 5.3vw, 78px)/1.02 "Geom", sans-serif;
  letter-spacing: -.055em;
  text-wrap: pretty;
}

.wp-hero h1 .wp-hero__headline-line {
  display: block;
  color: #fff;
}

.wp-hero h1 .wp-hero__headline-line + .wp-hero__headline-line {
  margin-top: .06em;
}

.wp-hero h1 .wp-hero__headline-accent {
  display: inline;
  margin: 0;
  color: var(--wp-blue-soft);
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .wp-hero h1 .wp-hero__headline-accent {
    background: linear-gradient(100deg, #fff 0%, #dff6ff 42%, #8edcff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

.wp-hero__lead {
  max-width: 620px;
  margin: 0 0 18px;
  color: #f5f8fd;
  font: 500 21px/1.5 "Geom", sans-serif;
  letter-spacing: -.015em;
}

.wp-hero__description {
  max-width: 620px;
  margin: 0 0 29px;
  color: #a7b4c5;
  font: 400 15px/1.8 "Geom", sans-serif;
}

.wp-hero__lead-line {
  display: block;
}

.wp-hero__lead-line + .wp-hero__lead-line {
  margin-top: .12em;
}

.wp-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.wp-button {
  position: relative;
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  overflow: hidden;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  font-family: "Geom", sans-serif;
  font-size: 13px;
  line-height: 1;
  text-decoration: none;
  transition: all 0.35s ease;
}

.main-btn.wp-button {
  min-height: 0;
  padding: 0.78rem 1.55rem;
  line-height: 1.2;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

.wp-button svg,
.wp-text-link svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.wp-button--primary > * {
  position: relative;
  z-index: 1;
}

.wp-button--secondary {
  color: rgba(255,255,255,.72);
  background: rgba(255,255,255,.065);
}

.wp-hero .wp-button--secondary {
  padding-right: 10px;
  padding-left: 10px;
  color: rgba(255,255,255,.68);
  background: transparent;
}

.wp-hero .wp-button--secondary svg {
  width: 16px;
  height: 16px;
  opacity: .7;
  transition: transform 220ms ease, opacity 220ms ease;
}

.wp-button--secondary:hover {
  color: #fff;
  background: rgba(255,255,255,.11);
  transform: translateY(-2px);
}

.wp-hero .wp-button--secondary:hover {
  background: transparent;
}

.wp-hero .wp-button--secondary:hover svg {
  opacity: 1;
  transform: translateX(3px);
}

.wp-button--secondary:focus-visible,
.wp-text-link:focus-visible,
.wp-hero__scroll:focus-visible,
.wp-proof__item:focus-visible,
.wp-faq summary:focus-visible {
  outline: 2px solid var(--wp-blue);
  outline-offset: 5px;
}

.wp-hero__note {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 18px 0 0;
  color: rgba(245, 245, 247, .38);
  font-size: 10px;
  letter-spacing: .035em;
}

.wp-hero__note > span[aria-hidden="true"] {
  flex: 0 0 auto;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--wp-blue);
  box-shadow: 0 0 12px rgba(72,188,242,.68);
}

.wp-hero__note-copy {
  white-space: nowrap;
}

.wp-hero .wp-kicker {
  animation: wp-hero-copy-reveal .72s .08s cubic-bezier(.16, 1, .3, 1) both;
}

.wp-hero__headline-line {
  animation: wp-hero-copy-reveal .82s cubic-bezier(.16, 1, .3, 1) both;
}

.wp-hero__headline-line:first-child {
  animation-delay: .16s;
}

.wp-hero__headline-line:nth-child(2) {
  animation-delay: .26s;
}

.wp-hero__lead-line {
  animation: wp-hero-copy-reveal .72s cubic-bezier(.16, 1, .3, 1) both;
}

.wp-hero__lead-line:first-child {
  animation-delay: .38s;
}

.wp-hero__lead-line:nth-child(2) {
  animation-delay: .46s;
}

.wp-hero .wp-actions {
  animation: wp-hero-copy-reveal .72s .56s cubic-bezier(.16, 1, .3, 1) both;
}

.wp-hero__note {
  animation: wp-hero-copy-reveal .68s .66s cubic-bezier(.16, 1, .3, 1) both;
}

@keyframes wp-hero-copy-reveal {
  from {
    opacity: 0;
    transform: translate3d(0, 16px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.wp-hero__visual {
  --wp-planet-size: min(82svh, 860px);
  --wp-planet-anchor-y: -42%;
  --wp-planet-scroll-y: 0px;
  --wp-planet-scroll-scale: 1;
  position: absolute;
  top: 50%;
  right: calc((100vw - 100%) / -2 - min(20.5svh, 215px));
  z-index: 1;
  width: var(--wp-planet-size);
  height: var(--wp-planet-size);
  opacity: 1;
  pointer-events: none;
  transform: translate3d(0, var(--wp-planet-anchor-y), 0);
  transform-origin: 50% 50%;
  will-change: auto;
}

.wp-hero__planet-motion {
  position: absolute;
  inset: 0;
  z-index: 2;
  transform: translate3d(0, var(--wp-planet-scroll-y), 0) scale(var(--wp-planet-scroll-scale));
  transform-origin: 50% 50%;
  will-change: auto;
}

.wp-hero.is-planet-active .wp-hero__planet-motion {
  will-change: transform;
}

.wp-hero__planet-stage {
  position: absolute;
  inset: 0;
  z-index: 2;
  isolation: isolate;
  animation: wp-planet-arrival 1.4s cubic-bezier(.16, 1, .3, 1) both;
}

.wp-hero__planet,
.wp-hero__lights {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  pointer-events: none;
}

.wp-hero__planet {
  z-index: 1;
  opacity: 1;
  filter: saturate(1.12) contrast(1.08) brightness(.88);
  mix-blend-mode: normal;
}

.wp-hero__lights {
  --wp-light-low: .02;
  --wp-light-mid: .58;
  --wp-light-high: 1;
  z-index: 3;
  inset: auto;
  right: auto;
  bottom: auto;
  opacity: var(--wp-light-low);
  object-fit: fill;
  filter: brightness(2.5) saturate(1.6) drop-shadow(0 0 5px rgba(255, 168, 72, .95));
  mix-blend-mode: screen;
}

.wp-hero__lights--one {
  top: 32.152975%;
  left: 14.258735%;
  width: 36.071766%;
  height: 40.415486%;
  animation: wp-city-lights-one 10s ease-in-out -2.5s infinite;
}

.wp-hero__lights--two {
  top: 29.036827%;
  left: 14.825307%;
  width: 34.372049%;
  height: 40.1322%;
  animation: wp-city-lights-two 12.5s ease-in-out -5.8s infinite;
}

.wp-hero__lights--three {
  top: 27.809254%;
  left: 13.786591%;
  width: 35.316336%;
  height: 41.170916%;
  animation: wp-city-lights-three 15s ease-in-out -8.3s infinite;
}

.wp-hero.is-planet-active .wp-hero__lights {
  will-change: opacity;
}

.wp-hero:not(.is-planet-active) .wp-hero__lights {
  animation-play-state: paused;
}

.wp-hero__scroll {
  position: absolute;
  z-index: 2;
  bottom: 32px;
  left: 50%;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,.5);
  font-size: 10px;
  letter-spacing: .16em;
  text-decoration: none;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.wp-hero__scroll svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

/* Quick facts */
.wp-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(var(--wp-width), calc(100% - 48px));
  margin: 0 auto;
  border-top: 1px solid var(--wp-line);
  border-bottom: 1px solid var(--wp-line);
}

.wp-proof__item {
  display: grid;
  align-content: center;
  min-height: 158px;
  padding: 34px 42px;
  color: inherit;
  font-family: "Geom", sans-serif;
  text-decoration: none;
}

.wp-proof__item:first-child { padding-left: 0; }
.wp-proof__item:last-child { padding-right: 0; }
.wp-proof__item + .wp-proof__item { border-left: 1px solid var(--wp-line-soft); }

.wp-proof__item strong {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-family: "Geom", sans-serif;
  font-size: clamp(22px, 2.1vw, 34px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.03em;
  transition: color 180ms ease;
}

.wp-proof__item span {
  max-width: 260px;
  color: rgba(245, 247, 250, .68);
  font-size: 13px;
  line-height: 1.6;
}

a.wp-proof__item:hover strong { color: var(--wp-blue-soft); }

/* Offer selection: legacy section restyled into a quiet three-column comparison. */
.weby-page .web-offers {
  scroll-margin-top: 80px;
  padding: 150px 0;
  color: var(--wp-text);
  background: #000;
}

.weby-page .wo__wrap {
  max-width: var(--wp-width);
  margin: 0 auto;
  padding: 0;
}

.weby-page .wo__head {
  max-width: 740px;
  margin: 0 auto 76px;
  text-align: center;
}

.weby-page .wo__label {
  display: inline-block;
  margin: 0 0 18px;
  color: var(--wp-blue);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: .2em;
}

.weby-page .wo__title {
  margin: 0 0 22px;
  color: #fff;
  font-size: clamp(40px, 4.1vw, 64px);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -.045em;
  text-transform: none;
}

.weby-page .wo__title span { color: #fff; }

.weby-page .wo__desc {
  max-width: 650px;
  margin: 0 auto;
  color: var(--wp-copy);
  font-size: 16px;
  line-height: 1.72;
}

.weby-page .wo__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  align-items: stretch;
  border-top: 1px solid var(--wp-line);
  border-bottom: 1px solid var(--wp-line);
}

.weby-page .wo__card,
.weby-page .wo__card--featured {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 48px 38px 44px;
  border: 0;
  border-radius: 0;
  color: var(--wp-text);
  background: transparent;
  box-shadow: none;
  transform: none;
  transition: background 220ms ease;
}

.weby-page .wo__card + .wo__card {
  border-left: 1px solid var(--wp-line-soft);
}

.weby-page .wo__card:hover,
.weby-page .wo__card--featured:hover {
  border-color: transparent;
  background: rgba(255,255,255,.022);
  box-shadow: none;
  transform: none;
}

.weby-page .wo__card--featured,
.weby-page .wo__card--featured:hover {
  background: linear-gradient(180deg, rgba(72,188,242,.045), rgba(72,188,242,0) 44%);
}

.weby-page .wo__badge,
.weby-page .wo__badge2 {
  position: absolute;
  top: 52px;
  right: 38px;
  display: inline-block;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: var(--wp-blue-soft);
  background: transparent;
  font-size: 9px;
  font-weight: 400;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.weby-page .web-offers .rocket,
.weby-page .web-offers .flame,
.weby-page .web-offers .hydrogen {
  position: static;
  display: block;
  width: 40px;
  height: 40px !important;
  margin: 0 0 28px;
  aspect-ratio: 1;
  object-fit: contain;
}

.weby-page .web-offers .hydrogen {
  filter: drop-shadow(0 0 0 rgba(72, 188, 242, 0));
  transform-origin: center;
  transition: filter 360ms ease, transform 560ms cubic-bezier(.2, .7, .2, 1);
}

.weby-page .wo__card:hover .hydrogen {
  filter: drop-shadow(0 0 8px rgba(72, 188, 242, .24));
  transform: rotate(9deg) scale(1.045);
}

.weby-page .wo__card--complex {
  overflow: hidden;
}

.weby-page .wo__card--complex::after {
  position: absolute;
  top: -18%;
  bottom: -18%;
  left: -58%;
  z-index: 2;
  width: 36%;
  background: linear-gradient(
    102deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, .012) 34%,
    rgba(142, 220, 255, .062) 50%,
    rgba(255, 255, 255, .012) 66%,
    rgba(255, 255, 255, 0) 100%
  );
  content: "";
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, 0, 0) skewX(-14deg);
  animation: wp-complex-sheen 10.8s linear infinite;
}

@keyframes wp-complex-sheen {
  0%, 73% {
    opacity: 0;
    transform: translate3d(0, 0, 0) skewX(-14deg);
  }
  75% {
    opacity: .62;
    transform: translate3d(0, 0, 0) skewX(-14deg);
  }
  92% {
    opacity: .62;
    transform: translate3d(650%, 0, 0) skewX(-14deg);
  }
  94%, 100% {
    opacity: 0;
    transform: translate3d(690%, 0, 0) skewX(-14deg);
  }
}

.weby-page .wo__card:not(:has(.rocket)):not(:has(.flame)):not(:has(.hydrogen))::before {
  display: block;
  width: 40px;
  height: 40px;
  margin-bottom: 28px;
  color: var(--wp-muted);
  font-size: 11px;
  line-height: 40px;
  letter-spacing: .14em;
  content: "03";
}

.weby-page .wo__cardTitle {
  min-height: 67px;
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(23px, 2vw, 29px);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -.025em;
}

.weby-page .wo__cardTitle span {
  display: block;
  margin-top: 7px;
  color: var(--wp-blue-soft);
  font-size: 11px;
  line-height: 1.3;
  letter-spacing: .035em;
}

.weby-page .wo__cardDesc {
  min-height: 92px;
  margin: 0 0 22px;
  color: var(--wp-copy);
  font-size: 14px;
  line-height: 1.65;
}

.weby-page .wo__facts {
  margin: 0 0 29px;
}

.weby-page .wo__facts > div {
  display: grid;
  grid-template-columns: 94px minmax(0, 1fr);
  gap: 13px;
  padding: 11px 0;
  border-top: 1px solid var(--wp-line-soft);
}

.weby-page .wo__facts > div:last-child {
  border-bottom: 1px solid var(--wp-line-soft);
}

.weby-page .wo__facts dt,
.weby-page .wo__facts dd {
  margin: 0;
}

.weby-page .wo__facts dt,
.weby-page .wo__listTitle {
  color: var(--wp-muted);
  font-size: 10px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.weby-page .wo__facts dd {
  color: rgba(255,255,255,.72);
  font-size: 12px;
  line-height: 1.5;
}

.weby-page .wo__listTitle {
  margin: 0 0 14px;
}

.weby-page .wo__list {
  display: flex;
  flex-direction: column;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.weby-page .wo__list li {
  position: relative;
  padding-left: 18px;
  color: rgba(255,255,255,.68);
  font-size: 12px;
  line-height: 1.45;
}

.weby-page .wo__list li::before {
  position: absolute;
  top: .62em;
  left: 0;
  width: 4px;
  height: 4px;
  border: 0;
  border-radius: 50%;
  background: var(--wp-blue);
  content: "";
  transform: none;
}

.weby-page .dots-list,
.weby-page .sec-btn-web {
  display: none;
}

.weby-page .wo__price {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 5px;
  padding-top: 27px;
  margin-top: auto;
}

.weby-page .wo__price span {
  color: var(--wp-muted);
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.weby-page .wo__price strong {
  color: #fff;
  font-size: clamp(25px, 2vw, 31px);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -.025em;
}

.weby-page .wo__billing {
  display: block;
  margin-top: 2px;
  color: rgba(255,255,255,.52);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.45;
}

.weby-page .wo__actions {
  display: flex;
  margin-top: 23px;
}

.weby-page .main-btn-web {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  color: var(--wp-blue-soft);
  background: rgba(72,188,242,.11);
  font-size: 11px;
  text-decoration: none;
  transition: color 180ms ease, background 180ms ease;
}

.weby-page .main-btn-web:hover {
  color: #021019;
  background: var(--wp-blue);
}

.weby-page .main-btn-web:focus-visible {
  outline: 2px solid var(--wp-blue-soft);
  outline-offset: 4px;
}

.weby-page .wo__note {
  max-width: 760px;
  margin: 24px auto 0;
  color: var(--wp-muted);
  font-size: 10px;
  line-height: 1.65;
  text-align: center;
}

/* One continuous starfield from the hero through the outcomes section. */
.wp-space-band {
  position: relative;
  isolation: isolate;
  overflow: clip;
  width: 100%;
  background: radial-gradient(1200px 800px at 50% 30%, #0e1726 0%, #0a1220 60%, #070d1a 100%);
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #070d1a;
}

.wp-space-band::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: min(28vw, 360px);
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #000 100%);
  content: "";
  pointer-events: none;
}

.wp-space-band__sky {
  position: sticky;
  top: 0;
  z-index: 0;
  height: 100svh;
  margin-bottom: -100svh;
  overflow: hidden;
  pointer-events: none;
}

.wp-space-band__sky .stars,
.wp-space-band__sky .meteors {
  z-index: 0;
}

/* Keep the full star density, but animate only a small natural-looking set. */
.wp-space-band .star {
  animation: none;
}

.wp-space-band.starfield-active .star:nth-child(9n + 1) {
  animation: twinkle var(--twinkle, 4s) ease-in-out infinite;
}

.wp-space-band > section {
  position: relative;
  z-index: 2;
}

.wp-space-band .wp-hero,
.weby-page .wp-space-band .web-offers {
  background: transparent;
}

/* Outcomes */
.wp-outcomes,
.wp-case,
.wp-journey,
.wp-assurances,
.wp-faq {
  color: var(--wp-mid-text);
  font-family: "Geom", sans-serif;
}

.wp-outcomes h2,
.wp-outcomes h3,
.wp-case h2,
.wp-case h3,
.wp-journey h2,
.wp-journey h3,
.wp-assurances h2,
.wp-faq h2 {
  font-family: "Geom", sans-serif;
}

.wp-outcomes .wp-kicker,
.wp-case .wp-kicker,
.wp-journey .wp-kicker,
.wp-assurances .wp-kicker,
.wp-faq .wp-kicker {
  font-family: "Geom", sans-serif;
}

.wp-outcomes {
  position: relative;
  isolation: isolate;
  padding-bottom: clamp(244px, 23vw, 326px);
}

.wp-outcomes__signal {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  opacity: .82;
  pointer-events: none;
}

.wp-outcomes > .wp-section__head,
.wp-outcomes > .wp-outcomes__grid {
  position: relative;
  z-index: 2;
}

.wp-outcomes > .wp-section__head {
  max-width: 760px;
  margin: 0 auto 72px;
  text-align: center;
}

.wp-outcomes .wp-section__head > p:last-child {
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
  color: var(--wp-mid-body);
  font-size: 16px;
  line-height: 1.68;
}

.wp-outcomes__grid {
  width: min(860px, 100%);
  margin: 0 auto;
  border-top: 1px solid var(--wp-mid-line);
}

.wp-outcomes__grid article {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: clamp(22px, 4vw, 52px);
  align-items: start;
  min-height: 0;
  padding: 34px 0 36px;
  border-bottom: 1px solid var(--wp-mid-line);
}

.wp-outcomes__grid article::after {
  position: absolute;
  inset: 0 -28px;
  z-index: -1;
  background: linear-gradient(
    90deg,
    rgba(72, 188, 242, 0) 0%,
    rgba(72, 188, 242, .075) 44%,
    rgba(142, 220, 255, 0) 100%
  );
  content: "";
  opacity: 0;
  pointer-events: none;
  transform: translateX(-16px);
}

.wp-outcomes__grid article.is-signal-hit::after {
  animation: wp-outcome-signal-hit 1.05s cubic-bezier(.22, .75, .25, 1) both;
}

.wp-outcomes__grid article > span {
  display: block;
  color: var(--wp-blue);
  padding-top: 7px;
  font-family: "Geom", sans-serif;
  font-size: 10px;
  line-height: 1;
  letter-spacing: .18em;
}

.wp-outcomes__grid article.is-signal-hit > span {
  animation: wp-outcome-number-hit 1.05s ease both;
}

.wp-outcomes__focus {
  display: inline-block;
}

.wp-outcomes.is-signal-focused .wp-outcomes__focus {
  animation: wp-outcome-focus 1.2s cubic-bezier(.2, .7, .2, 1) both;
}

.wp-outcomes__grid h3 {
  margin-bottom: 12px;
  font-size: clamp(23px, 2.1vw, 30px);
  line-height: 1.18;
  letter-spacing: -.03em;
}

.wp-outcomes__grid p {
  max-width: 610px;
  margin-bottom: 0;
  color: var(--wp-mid-body);
  font-size: 16px;
  line-height: 1.68;
}

@keyframes wp-outcome-focus {
  0% {
    filter: blur(1.8px);
    text-shadow: 0 0 0 rgba(72, 188, 242, 0);
  }
  46% {
    filter: blur(0);
    text-shadow: 0 0 26px rgba(72, 188, 242, .22);
  }
  100% {
    filter: blur(0);
    text-shadow: 0 0 0 rgba(72, 188, 242, 0);
  }
}

@keyframes wp-outcome-signal-hit {
  0% {
    opacity: 0;
    transform: translateX(-16px);
  }
  38% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(22px);
  }
}

@keyframes wp-outcome-number-hit {
  0%, 100% {
    color: var(--wp-blue);
    text-shadow: 0 0 0 rgba(72, 188, 242, 0);
    transform: translateX(0);
  }
  42% {
    color: #fff;
    text-shadow: 0 0 14px rgba(72, 188, 242, .9);
    transform: translateX(4px);
  }
}

/* Case study */
.wp-case {
  width: min(1220px, calc(100% - 48px));
}

.wp-case__shell {
  display: grid;
  grid-template-columns: minmax(300px, 390px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(52px, 7vw, 92px);
  overflow: visible;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.wp-case__media {
  --wp-case-preview-height: 560px;
  position: relative;
  display: block;
  width: min(100%, 390px);
  height: var(--wp-case-preview-height);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 24px;
  background: #070707;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .34);
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  -webkit-clip-path: inset(0 round 24px);
  clip-path: inset(0 round 24px);
  transition: transform .45s cubic-bezier(.2, .75, .25, 1), box-shadow .45s ease;
}

.wp-case__media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 72%, rgba(0,0,0,.42));
  content: "";
  pointer-events: none;
}

.wp-case__media img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 100%;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  transition: transform 8s linear;
}

.wp-case__media:hover {
  box-shadow: 0 32px 90px rgba(0, 0, 0, .48);
  transform: translateY(-6px);
}

.wp-case__media:hover img {
  will-change: transform;
  transform: translate3d(0, calc(-100% + var(--wp-case-preview-height)), 0);
}

.wp-case__media:focus-visible {
  outline: 3px solid var(--wp-blue-soft);
  outline-offset: -3px;
}

.wp-case__media > span {
  position: absolute;
  z-index: 1;
  right: 18px;
  bottom: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  color: rgba(255,255,255,.72);
  background: rgba(0,0,0,.58);
  backdrop-filter: blur(12px);
  font-size: 9px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.wp-case__content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0;
}

.wp-case__content h2 {
  max-width: 680px;
  margin-bottom: 24px;
  font-size: clamp(38px, 3.8vw, 60px);
  line-height: 1.03;
  letter-spacing: -.045em;
}

.wp-case__lead {
  max-width: 650px;
  margin-bottom: 28px;
  color: var(--wp-mid-body);
  font-size: 16px;
  line-height: 1.7;
}

.wp-case__scope {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 32px;
  padding: 0;
  list-style: none;
}

.wp-case__scope li {
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 999px;
  color: var(--wp-mid-muted);
  background: rgba(255, 255, 255, .025);
  font-size: 11px;
  line-height: 1;
}

.wp-case__facts {
  margin: 0 0 34px;
}

.wp-case__facts > div {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 24px;
  padding: 18px 0;
  border-top: 1px solid var(--wp-mid-line);
}

.wp-case__facts > div:last-child { border-bottom: 1px solid var(--wp-mid-line); }

.wp-case__facts dt {
  color: var(--wp-blue);
  padding-top: 3px;
  font-family: "Geom", sans-serif;
  font-size: 9px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.wp-case__facts dd {
  margin: 0;
  color: var(--wp-mid-body);
  font-size: 14px;
  line-height: 1.68;
}

.wp-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  transition: color 180ms ease;
}

.wp-text-link:hover { color: var(--wp-blue-soft); }
.wp-text-link--muted { color: var(--wp-muted); }

.wp-case .wp-text-link {
  color: var(--wp-mid-text);
  font-family: "Geom", sans-serif;
  font-size: 13px;
}

.wp-case .wp-text-link--muted {
  color: var(--wp-mid-muted);
}

/* Journey: scope and process combined into one decision-friendly sequence. */
.wp-journey {
  padding-top: 136px;
  padding-bottom: 136px;
}

.wp-journey .wp-section__head {
  margin-bottom: 68px;
}

.wp-journey .wp-section__head > p,
.wp-journey .wp-section__head--split > p {
  color: var(--wp-mid-body);
  font-size: 16px;
  line-height: 1.68;
}

.wp-journey__steps {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--wp-mid-line);
  list-style: none;
}

.wp-journey__steps li {
  display: grid;
  grid-template-columns: 64px minmax(220px, .82fr) minmax(280px, 1.18fr);
  gap: clamp(26px, 5vw, 64px);
  align-items: start;
  padding: 34px 0 36px;
  border-bottom: 1px solid var(--wp-mid-line);
}

.wp-journey__number {
  color: var(--wp-blue);
  padding-top: 7px;
  font-family: "Geom", sans-serif;
  font-size: 10px;
  line-height: 1;
  letter-spacing: .18em;
}

.wp-journey__copy h3 {
  margin-bottom: 11px;
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.18;
  letter-spacing: -.03em;
}

.wp-journey__copy p,
.wp-journey__output {
  margin: 0;
  color: var(--wp-mid-body);
  font-size: 15px;
  line-height: 1.68;
}

.wp-journey__output {
  min-height: 74px;
  padding: 3px 0 3px 28px;
  border-left: 1px solid var(--wp-mid-line);
}

.wp-journey__output span {
  display: block;
  margin-bottom: 9px;
  color: var(--wp-mid-meta);
  font-family: "Geom", sans-serif;
  font-size: 9px;
  line-height: 1;
  letter-spacing: .16em;
  text-transform: uppercase;
}

/* Assurances */
.wp-assurances {
  padding-top: 104px;
  padding-bottom: 104px;
}

.wp-assurances__panel {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  align-items: center;
  gap: clamp(56px, 8vw, 112px);
  padding: clamp(48px, 6vw, 76px);
  border: 1px solid var(--wp-mid-line);
  border-radius: var(--wp-mid-radius);
  background: var(--wp-mid-surface);
}

.wp-assurances h2 {
  max-width: 580px;
  margin-bottom: 24px;
  font-size: clamp(36px, 3.7vw, 58px);
  line-height: 1.04;
  letter-spacing: -.045em;
}

.wp-assurances__copy > p {
  max-width: 560px;
  margin-bottom: 32px;
  color: var(--wp-mid-body);
  font-size: 16px;
  line-height: 1.68;
}

.wp-assurances__facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 32px;
  margin: 0;
}

.wp-assurances__facts div {
  min-height: 148px;
  padding: 24px 0;
  border-top: 1px solid var(--wp-mid-line);
}

.wp-assurances__facts div:nth-last-child(-n + 2) {
  border-bottom: 1px solid var(--wp-mid-line);
}

.wp-assurances__facts dt {
  display: block;
  margin-bottom: 10px;
  color: var(--wp-mid-text);
  font-family: "Geom", sans-serif;
  font-size: clamp(18px, 1.45vw, 22px);
  font-weight: 400;
  line-height: 1.2;
}

.wp-assurances__facts div:first-child dt {
  color: var(--wp-blue-soft);
}

.wp-assurances__facts dd {
  max-width: 250px;
  margin: 0;
  color: var(--wp-mid-muted);
  font-size: 14px;
  line-height: 1.62;
}

/* FAQ */
.wp-faq {
  display: grid;
  grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr);
  gap: clamp(64px, 10vw, 144px);
  align-items: start;
  padding-top: 128px;
  padding-bottom: 144px;
}

.wp-faq__intro {
  position: sticky;
  top: 110px;
}

.wp-faq__intro h2 {
  max-width: 460px;
  margin-bottom: 22px;
  font-size: clamp(36px, 3.65vw, 58px);
  line-height: 1.04;
  letter-spacing: -.045em;
}

.wp-faq__intro > p:last-child {
  max-width: 430px;
  color: var(--wp-mid-body);
  font-size: 16px;
  line-height: 1.68;
}

.wp-faq__list details {
  border-bottom: 1px solid var(--wp-mid-line);
}

.wp-faq__list details:first-child { border-top: 1px solid var(--wp-mid-line); }

.wp-faq__list summary {
  position: relative;
  display: flex;
  min-height: 76px;
  align-items: center;
  padding: 23px 48px 23px 0;
  color: var(--wp-mid-text);
  font-size: clamp(17px, 1.35vw, 20px);
  font-weight: 500;
  line-height: 1.42;
  cursor: pointer;
  list-style: none;
}

.wp-faq__list summary::-webkit-details-marker { display: none; }

.wp-faq__list summary::before,
.wp-faq__list summary::after {
  position: absolute;
  top: 50%;
  right: 4px;
  width: 13px;
  height: 1px;
  background: var(--wp-mid-muted);
  content: "";
  transition: transform 180ms ease;
}

.wp-faq__list summary::after { transform: rotate(90deg); }
.wp-faq__list details[open] summary::after { transform: rotate(0deg); }

.wp-faq__list details p {
  max-width: 690px;
  margin: -4px 0 28px;
  padding-right: 40px;
  color: var(--wp-mid-body);
  font-size: 15px;
  line-height: 1.72;
}

/* Final CTA */
.wp-final {
  position: relative;
  display: grid;
  min-height: 650px;
  place-items: center;
  overflow: hidden;
  padding: 150px 24px;
  border-top: 1px solid var(--wp-line-soft);
  text-align: center;
}

.wp-final__glow {
  position: absolute;
  bottom: -360px;
  left: 50%;
  width: 820px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(34,157,219,.13), transparent 68%);
  filter: blur(30px);
  transform: translateX(-50%);
  pointer-events: none;
}

.wp-final__inner {
  position: relative;
  z-index: 1;
  max-width: 900px;
}

.wp-final h2 {
  margin-bottom: 26px;
  font-size: clamp(44px, 5.2vw, 78px);
  line-height: 1;
}

.wp-final__inner > p:not(.wp-kicker):not(.wp-final__note) {
  max-width: 590px;
  margin: 0 auto 34px;
}

.wp-actions--center { justify-content: center; }

.wp-final__note {
  margin: 20px 0 0;
  color: var(--wp-muted);
  font-size: 10px;
  letter-spacing: .08em;
}

@keyframes wp-planet-arrival {
  from { transform: translate3d(60px, 0, 0) scale(.96); }
  to { transform: translate3d(0, 0, 0) scale(1); }
}

@keyframes wp-city-lights-one {
  0%, 100% { opacity: var(--wp-light-low); }
  22% { opacity: var(--wp-light-mid); }
  47% { opacity: var(--wp-light-low); }
  72% { opacity: var(--wp-light-high); }
  88% { opacity: var(--wp-light-mid); }
}

@keyframes wp-city-lights-two {
  0%, 100% { opacity: var(--wp-light-low); }
  18% { opacity: var(--wp-light-mid); }
  41% { opacity: var(--wp-light-high); }
  64% { opacity: var(--wp-light-low); }
  83% { opacity: var(--wp-light-mid); }
}

@keyframes wp-city-lights-three {
  0%, 100% { opacity: var(--wp-light-low); }
  27% { opacity: var(--wp-light-high); }
  51% { opacity: var(--wp-light-mid); }
  77% { opacity: var(--wp-light-high); }
  91% { opacity: var(--wp-light-low); }
}

@media (max-width: 1140px) {
  .weby-page .wo__wrap {
    max-width: calc(100% - 48px);
  }

  .weby-page .wo__card,
  .weby-page .wo__card--featured {
    padding-right: 26px;
    padding-left: 26px;
  }

  .weby-page .wo__badge,
  .weby-page .wo__badge2 {
    right: 26px;
  }
}

@media (max-width: 900px) {
  .wp-section {
    padding: 118px 0;
  }

  .wp-section__head--split,
  .wp-case__shell,
  .wp-assurances__panel,
  .wp-faq {
    grid-template-columns: 1fr;
  }

  .wp-section__head--split,
  .wp-case__shell,
  .wp-assurances__panel,
  .wp-faq {
    gap: 52px;
  }

  .wp-hero__inner {
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 30px;
    width: min(1040px, calc(100% - 64px));
  }

  .wp-hero__visual {
    --wp-planet-size: min(72svh, 700px);
    --wp-planet-anchor-y: -38%;
    right: calc((100vw - 100%) / -2 - min(18svh, 175px));
  }

  .wp-proof__item {
    padding-right: 24px;
    padding-left: 24px;
  }

  .weby-page .web-offers {
    padding: 120px 0;
  }

  .weby-page .wo__grid {
    grid-template-columns: 1fr;
    border-bottom: 0;
  }

  .weby-page .wo__card,
  .weby-page .wo__card--featured {
    padding: 42px 0;
    border-bottom: 1px solid var(--wp-line);
  }

  .weby-page .wo__card + .wo__card {
    border-left: 0;
  }

  .weby-page .wo__badge,
  .weby-page .wo__badge2 {
    top: 46px;
    right: 0;
  }

  .weby-page .wo__cardDesc {
    min-height: 0;
  }

  .weby-page .wo__cardTitle {
    min-height: 0;
  }

  .wp-outcomes__grid {
    width: 100%;
  }

  .wp-outcomes {
    padding-bottom: 238px;
  }

  .wp-case {
    width: min(var(--wp-width), calc(100% - 48px));
  }

  .wp-case__shell {
    padding: 0;
  }

  .wp-case__media {
    --wp-case-preview-height: 520px;
    width: min(100%, 360px);
    height: var(--wp-case-preview-height);
    min-height: 0;
    aspect-ratio: auto;
  }

  .wp-case__content {
    padding: 0;
  }

  .wp-journey {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .wp-journey__steps li {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 24px 34px;
  }

  .wp-journey__output {
    grid-column: 2;
    min-height: 0;
    padding: 20px 0 0;
    border-top: 1px solid var(--wp-mid-line);
    border-left: 0;
  }

  .wp-assurances {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .wp-assurances__panel {
    padding: 56px;
  }

  .wp-faq {
    padding-top: 112px;
    padding-bottom: 124px;
  }

  .wp-faq__intro {
    position: static;
  }
}

@media (max-width: 620px) {
  .wp-section {
    width: calc(100% - 36px);
    padding: 94px 0;
  }

  .wp-section__head {
    margin-bottom: 50px;
  }

  .wp-section__head h2,
  .wp-faq__intro h2,
  .wp-final h2,
  .wp-assurances h2 {
    font-size: clamp(34px, 10vw, 46px);
  }

  .wp-hero {
    min-height: 760px;
  }


  .wp-hero__inner {
    display: block;
    width: calc(100% - 36px);
    padding: 138px 0 115px;
  }

  .wp-hero .wp-kicker {
    gap: 12px;
    margin-bottom: 22px;
  }

  .wp-hero .wp-kicker::after {
    width: 34px;
  }

  .wp-hero h1 {
    max-width: 520px;
    margin-bottom: 24px;
    font-size: clamp(43px, 12.4vw, 59px);
    line-height: 1;
  }

  .wp-hero__lead {
    margin-bottom: 28px;
    font-size: 15px;
  }

  .wp-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .wp-button {
    width: 100%;
  }

  .wp-hero__note {
    align-items: flex-start;
    font-size: 10px;
    line-height: 1.5;
  }

  .wp-hero__note-copy {
    white-space: normal;
  }

  .wp-hero__visual {
    --wp-planet-size: min(112vw, 460px);
    --wp-planet-anchor-y: 0%;
    position: absolute;
    top: auto;
    right: calc(-1 * min(28vw, 115px));
    bottom: 28px;
    width: var(--wp-planet-size);
    height: var(--wp-planet-size);
    margin: 0;
    opacity: 1;
  }

  .wp-hero__lights {
    --wp-light-low: .02;
    --wp-light-mid: .46;
    --wp-light-high: .86;
  }

  .wp-hero__scroll {
    bottom: 24px;
  }

  .wp-proof {
    grid-template-columns: 1fr;
    width: calc(100% - 36px);
  }

  .wp-proof__item,
  .wp-proof__item:first-child,
  .wp-proof__item:last-child {
    min-height: 0;
    padding: 27px 0;
  }

  .wp-proof__item + .wp-proof__item {
    border-top: 1px solid var(--wp-line-soft);
    border-left: 0;
  }

  .wp-proof__item strong {
    font-size: 25px;
  }

  .weby-page .web-offers {
    padding: 96px 0;
  }

  .weby-page .wo__wrap {
    max-width: calc(100% - 36px);
  }

  .weby-page .wo__head {
    margin-bottom: 54px;
    text-align: left;
  }

  .weby-page .wo__title {
    font-size: clamp(36px, 10.5vw, 48px);
  }

  .weby-page .wo__desc {
    font-size: 14px;
  }

  .weby-page .wo__card,
  .weby-page .wo__card--featured {
    padding: 38px 0;
  }

  .weby-page .wo__badge,
  .weby-page .wo__badge2 {
    top: 42px;
  }

  .weby-page .wo__note {
    text-align: left;
  }

  .weby-page .main-btn-web {
    width: 100%;
    text-align: center;
  }

  .wp-outcomes__grid {
    width: 100%;
  }

  .wp-outcomes {
    padding-bottom: 194px;
  }

  .wp-outcomes__signal {
    opacity: .72;
  }

  .wp-outcomes__grid article {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 18px;
    min-height: 0;
    padding: 28px 0 30px;
  }

  .wp-outcomes__grid article > span {
    padding-top: 6px;
  }

  .wp-outcomes__grid article::after {
    right: -18px;
    left: -18px;
  }

  .wp-outcomes__grid p {
    font-size: 15px;
  }

  .wp-case {
    width: calc(100% - 36px);
  }

  .wp-case__shell {
    gap: 44px;
    padding: 0;
    border-radius: 0;
  }

  .wp-case__media {
    --wp-case-preview-height: min(520px, 132vw);
    width: min(100%, 338px);
    height: var(--wp-case-preview-height);
    aspect-ratio: auto;
    border-radius: 20px;
    -webkit-clip-path: inset(0 round 20px);
    clip-path: inset(0 round 20px);
  }

  .wp-case__content {
    padding: 0;
  }

  .wp-case__content h2 {
    font-size: clamp(34px, 10vw, 46px);
  }

  .wp-case__facts > div {
    grid-template-columns: 72px 1fr;
    gap: 16px;
  }

  .wp-case .wp-actions {
    align-items: flex-start;
  }

  .wp-case .wp-text-link {
    font-size: 12px;
  }

  .wp-journey {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .wp-journey .wp-section__head {
    margin-bottom: 48px;
  }

  .wp-journey__steps li {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 18px;
    padding: 28px 0 30px;
  }

  .wp-journey__output {
    grid-column: 2;
    margin-top: 2px;
    padding-top: 18px;
  }

  .wp-assurances {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .wp-assurances__panel {
    gap: 44px;
    padding: 38px 24px 42px;
    border-radius: 20px;
  }

  .wp-assurances__facts {
    grid-template-columns: 1fr;
  }

  .wp-assurances__facts div {
    min-height: 0;
    padding: 20px 0 22px;
  }

  .wp-assurances__facts div:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .wp-assurances__facts div:last-child {
    border-bottom: 1px solid var(--wp-mid-line);
  }

  .wp-faq {
    gap: 48px;
    padding-top: 92px;
    padding-bottom: 104px;
  }

  .wp-faq__list summary {
    min-height: 68px;
    padding-top: 22px;
    padding-bottom: 22px;
    font-size: 16px;
  }

  .wp-faq__list details p {
    padding-right: 20px;
  }

  .wp-final {
    min-height: 590px;
    padding: 112px 18px;
  }

  .wp-final h2 {
    font-size: clamp(38px, 11vw, 54px);
  }
}

@media (hover: none) {
  .wp-case__media:hover {
    box-shadow: 0 24px 70px rgba(0, 0, 0, .34);
    transform: none;
  }

  .wp-case__media:hover img {
    transform: translate3d(0, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .wp-hero .wp-kicker,
  .wp-hero__headline-line,
  .wp-hero__lead-line,
  .wp-hero .wp-actions,
  .wp-hero__note,
  .wp-hero__planet-stage,
  .wp-hero__lights,
  .wp-button--primary,
  .wp-button--primary::before {
    animation: none !important;
  }
  .wp-hero .wp-kicker,
  .wp-hero__headline-line,
  .wp-hero__lead-line,
  .wp-hero .wp-actions,
  .wp-hero__note {
    opacity: 1;
    transform: none;
  }
  .wp-hero__lights { transform: none !important; }
  .wp-button,
  .wp-case__media,
  .wp-case__media img { transition: none; }
  .wp-case__media:hover,
  .wp-case__media:focus-visible { transform: none; }
  .wp-case__media:hover img,
  .wp-case__media:focus-visible img { transform: translate3d(0, 0, 0); }
  .weby-page .web-offers .hydrogen { transition: none; }
  .weby-page .wo__card:hover .hydrogen {
    filter: none;
    transform: none;
  }
  .weby-page .wo__card--complex::after {
    animation: none;
    opacity: 0;
  }
  .wp-outcomes__signal { opacity: .34; }
  .wp-outcomes.is-signal-focused .wp-outcomes__focus,
  .wp-outcomes__grid article.is-signal-hit::after,
  .wp-outcomes__grid article.is-signal-hit > span {
    animation: none;
  }
}

/* ==========================================================================
   CONTACT — SHARED HOMEPAGE FORM
   ========================================================================== */
#kontakt.contact-section {
  padding-top: clamp(88px, 9vw, 132px);
  background: #000;
  color-scheme: dark;
}

.contact-intro {
  width: min(920px, calc(100% - 40px));
  margin: 0 auto clamp(48px, 6vw, 72px);
  text-align: center;
}

.contact-eyebrow {
  margin: 0 0 16px;
  color: #48bcf2;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

#kontakt .kontaktForm-nadpis {
  max-width: 820px;
  margin: 0 auto 20px;
  padding: 0;
  color: #fff;
  font-size: clamp(36px, 4.4vw, 64px);
  font-weight: 600;
  line-height: 1.06;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

#kontakt .kontaktForm-p {
  max-width: 700px;
  margin: 0 auto;
  padding: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(16px, 1.4vw, 18px);
  line-height: 1.65;
  text-wrap: balance;
}

.contact-expectations {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 0;
  margin: 24px 0 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
  list-style: none;
}

.contact-expectations li {
  display: inline-flex;
  align-items: center;
}

.contact-expectations li + li::before {
  content: "·";
  margin: 0 12px;
  color: rgba(72, 188, 242, 0.75);
}

#kontakt .kontaktForm {
  width: min(1180px, calc(100% - 48px));
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.96fr);
  gap: clamp(56px, 7vw, 112px);
  align-items: center;
}

#kontakt .kontakt-left,
#kontakt .kontakt-right {
  min-width: 0;
}

#kontakt .kontakt-left {
  justify-content: flex-end;
}

#kontakt .kontakt-right {
  justify-content: flex-start;
}

#kontakt .form {
  gap: 22px;
  max-width: 520px;
}

.contact-field {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.contact-field__label {
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.01em;
}

.contact-field__label span,
.contact-field__hint {
  color: rgba(255, 255, 255, 0.54);
  font-weight: 400;
}

.contact-field__hint {
  margin-top: -1px;
  font-size: 12px;
  line-height: 1.45;
}

#kontakt .input,
#kontakt .textarea,
#kontakt .select-wrap select {
  min-height: 48px;
  padding: 8px 0 13px;
  border-bottom-color: rgba(255, 255, 255, 0.4);
  border-radius: 0;
  color: #fff;
  font-size: 17px;
  line-height: 1.45;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

#kontakt .input::placeholder,
#kontakt .textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

#kontakt .input:hover,
#kontakt .textarea:hover,
#kontakt .select-wrap select:hover {
  border-bottom-color: rgba(255, 255, 255, 0.62);
}

#kontakt .input:focus,
#kontakt .textarea:focus,
#kontakt .select-wrap select:focus {
  border-bottom-color: #48bcf2;
  box-shadow: 0 2px 0 -1px #48bcf2;
}

#kontakt .input:user-invalid,
#kontakt .textarea:user-invalid {
  border-bottom-color: #ff8f8f;
}

#kontakt [aria-invalid="true"] {
  border-bottom-color: #ff8f8f;
}

.contact-field__error {
  margin: 0;
  color: #ffb1b1;
  font-size: 12px;
  line-height: 1.45;
}

#kontakt .textarea {
  min-height: 112px;
}

#kontakt .select-wrap::after {
  right: 2px;
  width: 10px;
  height: 10px;
  opacity: 0.72;
}

#kontakt .select-wrap select {
  padding-right: 28px;
}

#kontakt .odeslat-button {
  min-height: 52px;
  margin-top: 4px;
}

#kontakt .form-status {
  min-height: 0;
  margin: -6px 0 0;
  font-size: 13px;
}

#kontakt .form-privacy {
  max-width: 520px;
  margin: -4px 0 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
  line-height: 1.6;
}

#kontakt .kontakt-right-videodiv {
  width: 100%;
  max-width: 540px;
}

#kontakt .kontakt-right-video {
  display: block;
  width: 100%;
  max-width: none;
  margin-top: 0;
  border-radius: 18px;
}

@media (max-width: 980px) {
  #kontakt .kontaktForm {
    width: min(620px, calc(100% - 40px));
    grid-template-columns: 1fr;
    gap: 56px;
  }

  #kontakt .kontakt-left,
  #kontakt .kontakt-right {
    justify-content: center;
  }

  #kontakt .kontakt-left {
    order: 1;
  }

  #kontakt .kontakt-right {
    order: 2;
  }

  #kontakt .kontakt-right-videodiv {
    max-width: 480px;
  }
}

@media (max-width: 600px) {
  #kontakt.contact-section {
    padding-top: 80px;
  }

  .contact-intro {
    width: min(100% - 32px, 520px);
    margin-bottom: 44px;
  }

  .contact-eyebrow {
    margin-bottom: 13px;
    font-size: 11px;
  }

  #kontakt .kontaktForm-nadpis {
    margin-bottom: 18px;
    font-size: clamp(32px, 10vw, 42px);
    line-height: 1.08;
  }

  #kontakt .kontaktForm-p {
    font-size: 16px;
    line-height: 1.6;
  }

  .contact-expectations {
    margin-top: 20px;
    font-size: 12px;
  }

  .contact-expectations li + li::before {
    margin: 0 8px;
  }

  #kontakt .kontaktForm {
    width: min(100% - 32px, 520px);
    gap: 48px;
  }

  #kontakt .form {
    gap: 20px;
  }

  #kontakt .odeslat-button {
    min-height: 54px;
    font-size: 14px;
    letter-spacing: 1.2px;
  }

  #kontakt .kontakt-right-videodiv {
    max-width: 420px;
  }

  #kontakt .kontakt-right-video {
    border-radius: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  #kontakt .input,
  #kontakt .textarea,
  #kontakt .select-wrap select {
    transition: none;
  }
}

/* FAQ uses the same visual system as the homepage. */
.weby-page .wp-journey {
  position: relative;
  isolation: isolate;
}

.weby-page .wp-journey::before {
  position: absolute;
  inset: 0 auto 0 50%;
  z-index: -1;
  width: 100vw;
  background:
    radial-gradient(
      circle 680px at calc(100% + 160px) 48%,
      rgba(72, 188, 242, 0.13) 0%,
      rgba(2, 132, 199, 0.085) 28%,
      rgba(7, 37, 62, 0.055) 48%,
      rgba(0, 0, 0, 0) 72%
    ),
    #000;
  content: "";
  pointer-events: none;
  transform: translateX(-50%);
}

.weby-page .home-faq__head {
  position: static;
  top: auto;
}

.weby-page .home-faq__head h2 {
  font-weight: 600;
}

.weby-page .home-faq__head > p {
  margin-top: 22px;
}

.weby-page .home-faq__list details > p {
  margin-top: -5px;
}

.weby-page .home-faq__list summary:focus-visible {
  outline: 2px solid var(--wp-blue);
  outline-offset: 5px;
}

.weby-page .home-faq__contact:focus-visible {
  border-radius: 4px;
  outline: 2px solid var(--wp-blue);
  outline-offset: 4px;
}

@media (max-width: 620px) {
  .weby-page .wp-journey::before {
    background:
      radial-gradient(
        circle 420px at calc(100% + 180px) 62%,
        rgba(72, 188, 242, 0.1) 0%,
        rgba(2, 132, 199, 0.06) 30%,
        rgba(0, 0, 0, 0) 70%
      ),
      #000;
  }

  .weby-page .home-faq__list details > p {
    margin-top: -3px;
  }
}

/* ==========================================================================
   MOBILE POLISH — /weby/
   One late, page-scoped layer keeps the phone layout consistent across all
   sections, including landscape phones between the older 620/900 breakpoints.
   ========================================================================== */
@media (max-width: 760px) {
  body.weby-service-page,
  .weby-page {
    --wp-mobile-gutter: clamp(18px, 5vw, 24px);
  }

  body.weby-service-page #mainHeader .menu {
    padding-top: max(96px, calc(env(safe-area-inset-top) + 82px));
    padding-right: var(--wp-mobile-gutter);
    padding-bottom: max(28px, env(safe-area-inset-bottom));
    padding-left: var(--wp-mobile-gutter);
    background: radial-gradient(circle at top, rgba(20, 120, 200, .3), rgba(1, 4, 15, .975));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  body.weby-service-page #mainHeader .menu > a,
  body.weby-service-page #mainHeader .nav-services {
    width: 100%;
    max-width: 520px;
  }

  body.weby-service-page #mainHeader .menu > a {
    display: flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    padding: 12px 0;
  }

  body.weby-service-page #mainHeader .nav-services__trigger {
    min-height: 52px;
    padding: 12px 0;
  }

  body.weby-service-page #mainHeader .nav-services__panel {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  body.weby-service-page #mainHeader .menu .nav-services__panel .nav-services__overview-link {
    min-height: 44px;
  }

  .wp-section {
    width: calc(100% - var(--wp-mobile-gutter) - var(--wp-mobile-gutter));
    padding: 82px 0;
  }

  .wp-section__head {
    margin-bottom: 42px;
  }

  .wp-section__head--split {
    gap: 30px;
  }

  .wp-section__head h2,
  .wp-faq__intro h2,
  .wp-final h2,
  .wp-assurances h2 {
    margin-bottom: 20px;
    font-size: clamp(34px, 9vw, 46px);
    line-height: 1.055;
    letter-spacing: -.04em;
  }

  .wp-section__head > p:last-child,
  .wp-section__head--split > p,
  .wp-faq__intro > p:last-child,
  .wp-final__inner > p,
  .wp-assurances__copy > p {
    font-size: 15px;
    line-height: 1.68;
  }

  .wp-kicker {
    margin-bottom: 16px;
    line-height: 1.5;
  }

  .wp-hero {
    min-height: max(760px, 100svh);
  }

  .wp-hero__inner {
    display: block;
    width: calc(100% - var(--wp-mobile-gutter) - var(--wp-mobile-gutter));
    padding-top: max(112px, calc(env(safe-area-inset-top) + 94px));
    padding-bottom: 92px;
  }

  .wp-hero__copy {
    max-width: 580px;
    transform: none;
  }

  .wp-hero .wp-kicker {
    gap: 11px;
    margin-bottom: 19px;
    font-size: 10px;
    line-height: 1.45;
    white-space: normal;
  }

  .wp-hero .wp-kicker::after {
    width: 30px;
    flex: 0 0 30px;
  }

  .wp-hero h1 {
    max-width: 600px;
    margin-bottom: 22px;
    font-size: clamp(38px, 10.2vw, 54px);
    line-height: 1.025;
    letter-spacing: -.04em;
  }

  .wp-hero__lead {
    max-width: 540px;
    margin-bottom: 16px;
    font-size: 19px;
    line-height: 1.62;
  }

  .wp-hero__description {
    max-width: 540px;
    margin-bottom: 27px;
    font-size: 14px;
    line-height: 1.7;
  }

  .wp-hero__lead-line {
    display: inline;
  }

  .wp-hero__lead-line + .wp-hero__lead-line {
    margin-top: 0;
  }

  .wp-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
  }

  .wp-button,
  .main-btn.wp-button {
    width: 100%;
    min-height: 50px;
  }

  .main-btn.wp-button {
    padding: 10px 18px;
    line-height: 1.35;
    text-align: center;
    white-space: normal;
  }

  .wp-hero .wp-button--secondary {
    min-height: 46px;
    padding-right: 14px;
    padding-left: 14px;
  }

  .wp-hero__visual {
    --wp-planet-size: min(98vw, 440px);
    --wp-planet-anchor-y: 0%;
    top: clamp(125px, 22vw, 170px);
    right: calc(0px - min(30vw, 150px));
    bottom: auto;
    width: var(--wp-planet-size);
    height: var(--wp-planet-size);
    margin: 0;
    opacity: 1;
    transform: none;
  }

  .wp-hero__planet {
    filter: saturate(1.08) contrast(1.05) brightness(.72);
  }

  .wp-hero__lights {
    --wp-light-low: .02;
    --wp-light-mid: .42;
    --wp-light-high: .82;
  }

  .wp-proof {
    grid-template-columns: 1fr;
    width: calc(100% - var(--wp-mobile-gutter) - var(--wp-mobile-gutter));
  }

  .wp-proof__item,
  .wp-proof__item:first-child,
  .wp-proof__item:last-child {
    min-height: 84px;
    padding: 22px 0;
  }

  .wp-proof__item + .wp-proof__item {
    border-top: 1px solid var(--wp-line-soft);
    border-left: 0;
  }

  .wp-proof__item strong {
    margin-bottom: 7px;
    font-size: 23px;
  }

  .wp-proof__item span {
    max-width: 420px;
    font-size: 14px;
    line-height: 1.58;
  }

  .wp-outcomes {
    padding-top: 82px;
    padding-bottom: 158px;
  }

  .wp-outcomes > .wp-section__head {
    margin-bottom: 43px;
  }

  .wp-outcomes .wp-section__head > p:last-child {
    font-size: 15px;
    line-height: 1.65;
  }

  .wp-outcomes__signal {
    opacity: .62;
  }

  .wp-outcomes__grid {
    width: 100%;
  }

  .wp-outcomes__grid article {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 14px;
    padding: 25px 0 27px;
  }

  .wp-outcomes__grid article > span {
    padding-top: 6px;
  }

  .wp-outcomes__grid article::after {
    right: calc(0px - var(--wp-mobile-gutter));
    left: calc(0px - var(--wp-mobile-gutter));
  }

  .wp-outcomes__grid h3 {
    margin-bottom: 9px;
    font-size: clamp(20px, 5.7vw, 24px);
    line-height: 1.22;
  }

  .wp-outcomes__grid p {
    font-size: 14px;
    line-height: 1.64;
  }

  .weby-page .web-offers {
    padding: 82px 0;
  }

  .weby-page .wo__wrap {
    max-width: calc(100% - var(--wp-mobile-gutter) - var(--wp-mobile-gutter));
  }

  .weby-page .wo__head {
    margin: 0 0 43px;
    text-align: left;
  }

  .weby-page .wo__label {
    margin-bottom: 15px;
  }

  .weby-page .wo__title {
    margin-bottom: 18px;
    font-size: clamp(34px, 9vw, 46px);
    line-height: 1.055;
  }

  .weby-page .wo__desc {
    margin: 0;
    font-size: 14px;
    line-height: 1.65;
  }

  .weby-page .wo__grid {
    grid-template-columns: 1fr;
    border-bottom: 0;
  }

  .weby-page .wo__card,
  .weby-page .wo__card--featured {
    padding: 34px 0 36px;
    border-bottom: 1px solid var(--wp-line);
  }

  .weby-page .wo__card + .wo__card {
    border-left: 0;
  }

  .weby-page .wo__badge,
  .weby-page .wo__badge2 {
    top: 38px;
    right: 0;
  }

  .weby-page .web-offers .rocket,
  .weby-page .web-offers .flame,
  .weby-page .web-offers .hydrogen {
    width: 36px;
    height: 36px !important;
    margin-bottom: 24px;
  }

  .weby-page .wo__cardTitle {
    min-height: 0;
    margin-bottom: 14px;
    padding-right: 92px;
    font-size: clamp(23px, 6.8vw, 28px);
  }

  .weby-page .wo__card:not(:has(.wo__badge)):not(:has(.wo__badge2)) .wo__cardTitle {
    padding-right: 0;
  }

  .weby-page .wo__cardDesc {
    min-height: 0;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.62;
  }

  .weby-page .wo__facts {
    margin-bottom: 26px;
  }

  .weby-page .wo__facts > div {
    grid-template-columns: 84px minmax(0, 1fr);
    gap: 12px;
    padding: 13px 0;
  }

  .weby-page .wo__facts dt,
  .weby-page .wo__listTitle {
    font-size: 10px;
    line-height: 1.5;
  }

  .weby-page .wo__facts dd,
  .weby-page .wo__list li {
    font-size: 13px;
    line-height: 1.58;
  }

  .weby-page .wo__list {
    gap: 10px;
  }

  .weby-page .wo__price {
    padding-top: 25px;
  }

  .weby-page .wo__price strong {
    font-size: clamp(26px, 8vw, 31px);
  }

  .weby-page .wo__actions {
    margin-top: 21px;
  }

  .weby-page .main-btn-web {
    width: 100%;
    min-height: 48px;
    padding: 0 18px;
    font-size: 13px;
    text-align: center;
  }

  .weby-page .wo__note {
    margin-top: 22px;
    font-size: 12px;
    line-height: 1.65;
    text-align: left;
  }

  .wp-case {
    width: calc(100% - var(--wp-mobile-gutter) - var(--wp-mobile-gutter));
  }

  .wp-case__shell {
    gap: 36px;
    padding: 0;
  }

  .wp-case__media {
    --wp-case-preview-height: min(112vw, 430px);
    width: min(100%, 340px);
    height: var(--wp-case-preview-height);
    border-radius: 18px;
    -webkit-clip-path: inset(0 round 18px);
    clip-path: inset(0 round 18px);
  }

  .wp-case__content h2 {
    margin-bottom: 20px;
    font-size: clamp(33px, 8.8vw, 44px);
    line-height: 1.055;
  }

  .wp-case__lead {
    margin-bottom: 24px;
    font-size: 15px;
    line-height: 1.66;
  }

  .wp-case__scope {
    gap: 7px;
    margin-bottom: 27px;
  }

  .wp-case__scope li {
    padding: 7px 9px;
  }

  .wp-case__facts {
    margin-bottom: 27px;
  }

  .wp-case__facts > div {
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 14px;
    padding: 16px 0;
  }

  .wp-case__facts dt {
    font-size: 10px;
  }

  .wp-case__facts dd {
    font-size: 14px;
    line-height: 1.65;
  }

  .wp-case .wp-actions {
    align-items: flex-start;
    gap: 8px;
  }

  .wp-case .wp-text-link {
    min-height: 44px;
    font-size: 12px;
    line-height: 1.45;
  }

  .wp-journey {
    padding-top: 78px;
    padding-bottom: 78px;
  }

  .wp-journey .wp-section__head {
    margin-bottom: 40px;
  }

  .wp-journey .wp-section__head > p,
  .wp-journey .wp-section__head--split > p {
    font-size: 15px;
    line-height: 1.66;
  }

  .wp-journey__steps li {
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 14px;
    padding: 25px 0 27px;
  }

  .wp-journey__copy h3 {
    margin-bottom: 9px;
    font-size: clamp(20px, 5.8vw, 24px);
  }

  .wp-journey__copy p,
  .wp-journey__output {
    font-size: 14px;
    line-height: 1.64;
  }

  .wp-journey__output {
    grid-column: 2;
    margin-top: 2px;
    padding: 16px 0 0;
  }

  .wp-assurances {
    padding-top: 64px;
    padding-bottom: 68px;
  }

  .wp-assurances__panel {
    gap: 36px;
    padding: 32px 20px 34px;
    border-radius: 18px;
  }

  .wp-assurances h2 {
    font-size: clamp(33px, 8.8vw, 44px);
  }

  .wp-assurances__copy > p {
    margin-bottom: 26px;
    font-size: 15px;
    line-height: 1.66;
  }

  .wp-assurances__facts {
    grid-template-columns: 1fr;
  }

  .wp-assurances__facts div {
    min-height: 0;
    padding: 19px 0 21px;
  }

  .wp-assurances__facts div:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .wp-assurances__facts div:last-child {
    border-bottom: 1px solid var(--wp-mid-line);
  }

  .wp-assurances__facts dt {
    margin-bottom: 8px;
    font-size: 19px;
  }

  .wp-assurances__facts dd {
    max-width: none;
    font-size: 14px;
    line-height: 1.62;
  }

  .weby-page .home-faq {
    padding: 74px var(--wp-mobile-gutter) 58px;
  }

  .weby-page .home-faq__inner {
    gap: 34px;
  }

  .weby-page .home-faq__head > span {
    margin-bottom: 15px;
  }

  .weby-page .home-faq__head h2 {
    font-size: clamp(33px, 8.8vw, 42px);
    line-height: 1.055;
  }

  .weby-page .home-faq__head > p {
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.62;
  }

  .weby-page .home-faq__list summary {
    grid-template-columns: minmax(0, 1fr) 24px;
    gap: 14px;
    min-height: 68px;
    padding: 20px 0;
    font-size: 17px;
    line-height: 1.32;
  }

  .weby-page .home-faq__list details > p {
    margin: -2px 0 23px;
    font-size: 15px;
    line-height: 1.68;
  }

  .weby-page .home-faq__contact {
    min-height: 44px;
    margin-top: -8px;
    font-size: 13px;
    line-height: 1.5;
  }

  #kontakt.contact-section {
    padding-top: 74px;
    padding-bottom: 94px;
  }

  .contact-intro {
    width: calc(100% - var(--wp-mobile-gutter) - var(--wp-mobile-gutter));
    margin-bottom: 40px;
  }

  .contact-eyebrow {
    margin-bottom: 13px;
    font-size: 10px;
    line-height: 1.5;
  }

  #kontakt .kontaktForm-nadpis {
    margin-bottom: 17px;
    font-size: clamp(32px, 8.8vw, 42px);
    line-height: 1.075;
    letter-spacing: -.035em;
  }

  #kontakt .kontaktForm-p {
    font-size: 15px;
    line-height: 1.62;
  }

  .contact-expectations {
    gap: 8px 16px;
    margin-top: 19px;
    font-size: 12px;
  }

  .contact-expectations li::before,
  .contact-expectations li + li::before {
    width: 4px;
    height: 4px;
    margin: 0 7px 0 0;
    border-radius: 50%;
    background: rgba(72, 188, 242, .9);
    content: "";
  }

  #kontakt .kontaktForm {
    width: min(520px, calc(100% - var(--wp-mobile-gutter) - var(--wp-mobile-gutter)));
    gap: 42px;
  }

  #kontakt .form {
    gap: 20px;
  }

  #kontakt .input,
  #kontakt .textarea,
  #kontakt .select-wrap select {
    min-height: 50px;
    font-size: 16px;
  }

  #kontakt .odeslat-button {
    width: 100%;
    min-height: 54px;
    padding-right: 14px;
    padding-left: 14px;
    font-size: 13px;
    line-height: 1.35;
    letter-spacing: .08em;
  }

  #kontakt .form-privacy {
    font-size: 12px;
    line-height: 1.65;
  }

  #kontakt .kontakt-right-videodiv {
    max-width: 400px;
  }

  #kontakt .kontakt-right-video {
    border-radius: 14px;
  }

  body.weby-service-page .site-footer__inner {
    width: calc(100% - var(--wp-mobile-gutter) - var(--wp-mobile-gutter));
    padding-top: 48px;
    padding-bottom: max(24px, env(safe-area-inset-bottom));
  }

  body.weby-service-page .site-footer__grid {
    column-gap: 24px;
    row-gap: 32px;
  }

  body.weby-service-page .site-footer__brand p {
    font-size: 13px;
    line-height: 1.65;
  }

  body.weby-service-page .site-footer__wordmark {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
  }

  body.weby-service-page .site-footer__column address,
  body.weby-service-page .site-footer__nav {
    gap: 4px;
  }

  body.weby-service-page .site-footer__column address a,
  body.weby-service-page .site-footer__nav a,
  body.weby-service-page .site-footer__legal a {
    min-height: 44px;
  }

  body.weby-service-page .site-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    margin-top: 34px;
  }

  body.weby-service-page .site-footer__legal {
    justify-content: flex-start;
    gap: 4px 18px;
  }
}

@media (max-width: 480px) {
  body.weby-service-page .site-footer__grid {
    grid-template-columns: 1fr;
  }

  body.weby-service-page .site-footer__brand {
    grid-column: auto;
  }
}

@media (max-width: 380px) {
  .wp-hero h1 {
    font-size: clamp(35px, 10.6vw, 40px);
  }

  .weby-page .wo__cardTitle {
    padding-right: 76px;
  }

  .weby-page .wo__facts > div {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 10px;
  }

  .wp-case__facts > div {
    grid-template-columns: 60px minmax(0, 1fr);
    gap: 12px;
  }

  .wp-journey__steps li {
    grid-template-columns: 29px minmax(0, 1fr);
    gap: 12px;
  }
}

@media (max-width: 620px) {
  .wp-hero {
    min-height: min(660px, 100svh);
  }

  .wp-hero__inner {
    padding-bottom: 48px;
  }

  .wp-hero__visual {
    top: clamp(36px, 12vw, 70px);
    right: calc(0px - min(70vw, 280px));
  }

  .wp-proof {
    overflow: hidden;
    border: 1px solid rgba(142, 220, 255, .14);
    border-radius: 18px;
    background: transparent;
    box-shadow: none;
  }

  .wp-case__content {
    order: 1;
  }

  .wp-case__media {
    --wp-case-preview-height: clamp(220px, 72vw, 300px);
    order: 2;
    width: min(100%, 420px);
    height: var(--wp-case-preview-height);
    padding-top: 0;
    border-color: rgba(255, 255, 255, .1);
    border-radius: 16px;
    background: #070707;
    box-shadow:
      0 18px 48px rgba(0, 0, 0, .28),
      inset 0 1px 0 rgba(255, 255, 255, .035);
    -webkit-clip-path: inset(0 round 16px);
    clip-path: inset(0 round 16px);
  }

  .wp-case__media::before {
    display: none;
  }

  .wp-case__media::after {
    z-index: 1;
    background: linear-gradient(180deg, transparent 58%, rgba(0, 0, 0, .52));
  }

  .wp-case__media img {
    min-height: 0;
    object-position: top center;
  }

  .wp-case__media > span {
    right: auto;
    bottom: 12px;
    left: 12px;
    z-index: 2;
    padding: 8px 10px;
    background: rgba(0, 0, 0, .7);
  }

  .wp-proof__item,
  .wp-proof__item:first-child,
  .wp-proof__item:last-child {
    position: relative;
    display: grid;
    grid-template-columns: clamp(82px, 27vw, 96px) minmax(0, 1fr);
    gap: 12px;
    align-content: initial;
    align-items: center;
    min-height: 90px;
    padding: 17px clamp(14px, 4.3vw, 17px);
    transition: background-color 180ms ease;
  }

  .wp-proof__item + .wp-proof__item {
    border-top: 1px solid rgba(255, 255, 255, .085);
  }

  .wp-proof__item strong {
    grid-column: 1;
    margin: 0;
    font-size: clamp(19px, 6vw, 23px);
    line-height: 1.12;
    letter-spacing: -.025em;
  }

  .wp-proof__item span {
    grid-column: 2;
    max-width: none;
    color: rgba(245, 247, 250, .66);
    font-size: 13px;
    line-height: 1.48;
  }

  a.wp-proof__item::after {
    display: none;
    grid-column: 3;
    justify-self: end;
    color: rgba(142, 220, 255, .76);
    font-family: "Geom", sans-serif;
    font-size: 17px;
    line-height: 1;
    content: "\2192";
    transition: color 180ms ease, transform 180ms ease;
  }

  a.wp-proof__item:hover,
  a.wp-proof__item:active {
    background-color: transparent;
  }

  a.wp-proof__item:hover::after,
  a.wp-proof__item:active::after {
    color: #fff;
    transform: translateX(3px);
  }

  a.wp-proof__item:focus-visible {
    border-radius: 14px;
    outline-offset: -3px;
  }
}

@media (max-width: 760px) and (max-height: 520px) {
  body.weby-service-page #mainHeader .menu {
    padding-top: max(72px, calc(env(safe-area-inset-top) + 62px));
  }

  body.weby-service-page #mainHeader .menu > a,
  body.weby-service-page #mainHeader .nav-services__trigger {
    min-height: 46px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

@media (max-width: 760px) and (hover: none) and (pointer: coarse) {
  .main-btn:hover,
  .wp-button:hover,
  .weby-page .wo__card:hover,
  .weby-page .wo__card--featured:hover,
  .wp-case__media:hover {
    transform: none;
  }

  .wp-proof__item:active strong,
  .wp-proof__item:focus-visible strong {
    color: var(--wp-blue-soft);
  }

  .wp-case__media img {
    will-change: auto;
    transition: none;
  }

  .weby-page .wo__card:hover .hydrogen {
    filter: none;
    transform: none;
  }

  .weby-page .wo__card--complex .main-btn-web:focus-visible {
    outline-offset: -3px;
  }
}

/* ==========================================================================
   LOWER NAVY FLOW — matched to the subtle rhythm used on /webove-aplikace-a-systemy/
   ========================================================================== */
.wp-space-band::after {
  background: linear-gradient(180deg, rgba(3, 6, 12, 0) 0%, #03060c 100%);
}

.weby-page .wp-journey::before {
  background:
    radial-gradient(
      circle 680px at calc(100% + 160px) 48%,
      rgba(72, 188, 242, .13) 0%,
      rgba(2, 132, 199, .085) 28%,
      rgba(7, 37, 62, .055) 48%,
      rgba(3, 6, 12, 0) 72%
    ),
    #03060c;
}

.weby-page .wp-assurances {
  position: relative;
  isolation: isolate;
}

.weby-page .wp-assurances::before {
  position: absolute;
  inset: 0 auto 0 50%;
  z-index: -1;
  width: 100vw;
  background: linear-gradient(
    180deg,
    #03060c 0%,
    #080e19 18%,
    #080e19 82%,
    #03060c 100%
  );
  content: "";
  pointer-events: none;
  transform: translateX(-50%);
}

.weby-page .home-faq {
  background: linear-gradient(180deg, #03060c 0%, #03060c 68%, #000 100%);
}

.weby-page #kontakt.contact-section {
  background:
    radial-gradient(circle 760px at 50% 0%, rgba(72, 188, 242, .16), transparent 58%),
    #000;
}

@media (max-width: 620px) {
  .weby-page .wp-journey::before {
    background:
      radial-gradient(
        circle 440px at calc(100% + 170px) 58%,
        rgba(72, 188, 242, .1) 0%,
        rgba(2, 132, 199, .06) 31%,
        rgba(3, 6, 12, 0) 70%
      ),
      #03060c;
  }

  .weby-page #kontakt.contact-section {
    background:
      radial-gradient(circle 480px at 50% 0%, rgba(72, 188, 242, .12), transparent 62%),
      #000;
  }
}

.wp-assurances__cta--mobile {
  display: none;
}

@media (max-width: 620px) {
  .wp-assurances__copy > .wp-button {
    display: none;
  }

  .wp-assurances__cta--mobile {
    display: inline-flex;
    margin-top: -10px;
  }
}

/* ==========================================================================
   HOSTING — QUIET RELIEF MOMENT
   ========================================================================== */
.hosting-page .wp-outcomes--relief {
  position: relative;
  isolation: isolate;
  display: grid;
  place-items: center;
  width: min(1220px, calc(100% - 48px));
  min-height: 560px;
  padding: 100px 0 70px;
  overflow: visible;
  text-align: center;
}

.wp-relief__field {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: visible;
  pointer-events: none;
}

.wp-relief__halo {
  position: absolute;
  top: 48%;
  left: 50%;
  width: min(620px, 68vw);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(72, 188, 242, .075) 0%, rgba(72, 188, 242, .026) 38%, transparent 69%);
  opacity: .88;
  transform: translate(-50%, -50%);
}

.wp-relief__halo::before,
.wp-relief__halo::after {
  position: absolute;
  border-radius: 50%;
  content: "";
}

.wp-relief__halo::before {
  inset: 8%;
  background: conic-gradient(
    from 218deg,
    transparent 0deg,
    rgba(72, 188, 242, .06) 34deg,
    rgba(142, 220, 255, .23) 112deg,
    rgba(255, 255, 255, .08) 205deg,
    rgba(72, 188, 242, .14) 274deg,
    transparent 328deg
  );
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 1px), #000 calc(100% - 1px));
  mask: radial-gradient(farthest-side, transparent calc(100% - 1px), #000 calc(100% - 1px));
}

.wp-relief__halo::after {
  inset: 29%;
  border: 1px solid rgba(142, 220, 255, .08);
  box-shadow:
    0 0 70px rgba(72, 188, 242, .045),
    inset 0 0 58px rgba(72, 188, 242, .025);
}

.wp-relief__inner {
  position: relative;
  z-index: 2;
  width: min(960px, 100%);
  margin: 0 auto;
}

.wp-outcomes--relief h2 {
  margin: 0;
  font: 400 clamp(52px, 6.5vw, 88px)/.99 "Geom", sans-serif;
  letter-spacing: -.052em;
}

.wp-outcomes--relief h2 > span {
  display: block;
}

.wp-relief__accent {
  color: var(--wp-blue-soft);
  text-shadow: 0 0 34px rgba(72, 188, 242, .12);
}

.wp-relief__lead {
  max-width: 720px;
  margin: 34px auto 0;
  color: var(--wp-mid-body);
  font: 400 clamp(15px, 1.2vw, 18px)/1.75 "Geom", sans-serif;
  text-wrap: pretty;
}

.wp-relief__promise {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 38px auto 0;
  color: rgba(245, 247, 250, .54);
  font: 400 10px/1.4 "Geom", sans-serif;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.wp-relief__promise strong {
  color: rgba(245, 247, 250, .76);
  font-weight: 400;
}

.wp-relief__promise > span {
  width: 32px;
  height: 1px;
  background: linear-gradient(90deg, rgba(72, 188, 242, .12), rgba(142, 220, 255, .56));
}

.wp-relief__concern {
  --relief-duration: 16s;
  position: absolute;
  top: 50%;
  left: 50%;
  color: rgba(245, 247, 250, .14);
  font: 400 9px/1 "Geom", sans-serif;
  letter-spacing: .2em;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0;
  transform: translate(-50%, -50%) translate3d(var(--from-x), var(--from-y), 0);
  animation: wp-relief-absorb var(--relief-duration) linear infinite;
  animation-delay: var(--relief-delay, 0s);
  animation-play-state: paused;
  will-change: transform, opacity, filter;
}

.wp-relief__field > .wp-relief__concern:nth-child(2) {
  --from-x: -500px;
  --from-y: -190px;
  --mid-x: -168px;
  --mid-y: -64px;
  --near-x: -54px;
  --near-y: -20px;
  --relief-duration: 16.5s;
  --relief-delay: -4s;
}

.wp-relief__field > .wp-relief__concern:nth-child(3) {
  --from-x: 500px;
  --from-y: -178px;
  --mid-x: 172px;
  --mid-y: -60px;
  --near-x: 56px;
  --near-y: -19px;
  --relief-duration: 18s;
  --relief-delay: -12s;
}

.wp-relief__field > .wp-relief__concern:nth-child(4) {
  --from-x: -555px;
  --from-y: 42px;
  --mid-x: -188px;
  --mid-y: 16px;
  --near-x: -60px;
  --near-y: 6px;
  --relief-duration: 17.2s;
  --relief-delay: -9s;
}

.wp-relief__field > .wp-relief__concern:nth-child(5) {
  --from-x: 545px;
  --from-y: 68px;
  --mid-x: 186px;
  --mid-y: 24px;
  --near-x: 60px;
  --near-y: 8px;
  --relief-duration: 15.8s;
  --relief-delay: -2s;
}

.wp-relief__field > .wp-relief__concern:nth-child(6) {
  --from-x: -390px;
  --from-y: 268px;
  --mid-x: -132px;
  --mid-y: 92px;
  --near-x: -43px;
  --near-y: 30px;
  --relief-duration: 18.6s;
  --relief-delay: -15s;
}

.wp-relief__field > .wp-relief__concern:nth-child(7) {
  --from-x: 405px;
  --from-y: 252px;
  --mid-x: 138px;
  --mid-y: 86px;
  --near-x: 45px;
  --near-y: 28px;
  --relief-duration: 17.8s;
  --relief-delay: -7s;
}

.wp-outcomes--relief.is-relief-active .wp-relief__concern,
.wp-outcomes--relief.is-relief-active .wp-relief__halo,
.wp-outcomes--relief.is-relief-active .wp-relief__halo::before {
  animation-play-state: running;
}

.wp-outcomes--relief.is-relief-active .wp-relief__halo {
  animation: wp-relief-breathe 8s ease-in-out infinite;
}

.wp-outcomes--relief.is-relief-active .wp-relief__halo::before {
  animation: wp-relief-ring-drift 28s linear infinite;
}

.wp-outcomes--relief.is-relief-seen h2 {
  animation: wp-relief-reveal .86s cubic-bezier(.16, 1, .3, 1) both;
}

.wp-outcomes--relief.is-relief-seen .wp-relief__lead {
  animation: wp-relief-reveal .82s .09s cubic-bezier(.16, 1, .3, 1) both;
}

.wp-outcomes--relief.is-relief-seen .wp-relief__promise {
  animation: wp-relief-reveal .78s .17s cubic-bezier(.16, 1, .3, 1) both;
}

@keyframes wp-relief-absorb {
  0% {
    opacity: 0;
    filter: blur(.2px);
    transform: translate(-50%, -50%) translate3d(var(--from-x), var(--from-y), 0) scale(1);
  }
  14% {
    opacity: .16;
  }
  62% {
    opacity: .11;
    filter: blur(.2px);
    transform: translate(-50%, -50%) translate3d(var(--mid-x), var(--mid-y), 0) scale(.96);
  }
  84% {
    opacity: .055;
    filter: blur(1.2px);
    transform: translate(-50%, -50%) translate3d(var(--near-x), var(--near-y), 0) scale(.9);
  }
  100% {
    opacity: 0;
    filter: blur(6px);
    transform: translate(-50%, -50%) translate3d(0, 0, 0) scale(.78);
  }
}

@keyframes wp-relief-breathe {
  0%, 100% {
    opacity: .76;
    transform: translate(-50%, -50%) scale(.985);
  }
  50% {
    opacity: .94;
    transform: translate(-50%, -50%) scale(1.015);
  }
}

@keyframes wp-relief-ring-drift {
  to { transform: rotate(360deg); }
}

@keyframes wp-relief-reveal {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 760px) {
  .hosting-page .wp-outcomes--relief {
    width: calc(100% - var(--wp-mobile-gutter) - var(--wp-mobile-gutter));
    min-height: 460px;
    padding: 70px 0 46px;
  }

  .wp-relief__halo {
    top: 47%;
    width: min(460px, 122vw);
  }

  .wp-outcomes--relief h2 {
    font-size: clamp(39px, 10.7vw, 52px);
    line-height: 1.025;
    letter-spacing: -.045em;
  }

  .wp-relief__lead {
    max-width: 540px;
    margin-top: 26px;
    font-size: 15px;
    line-height: 1.66;
  }

  .wp-relief__promise {
    flex-wrap: wrap;
    gap: 11px;
    margin-top: 30px;
    font-size: 9px;
    letter-spacing: .12em;
  }

  .wp-relief__promise > span {
    width: 22px;
  }

  .wp-relief__field > .wp-relief__concern:nth-child(2) {
    --from-x: -250px;
    --from-y: -150px;
    --mid-x: -98px;
    --mid-y: -58px;
    --near-x: -38px;
    --near-y: -22px;
  }

  .wp-relief__field > .wp-relief__concern:nth-child(3) {
    --from-x: 250px;
    --from-y: -138px;
    --mid-x: 98px;
    --mid-y: -54px;
    --near-x: 38px;
    --near-y: -21px;
  }

  .wp-relief__field > .wp-relief__concern:nth-child(4) {
    --from-x: -270px;
    --from-y: 70px;
    --mid-x: -104px;
    --mid-y: 28px;
    --near-x: -40px;
    --near-y: 11px;
  }

  .wp-relief__field > .wp-relief__concern:nth-child(5) {
    --from-x: 270px;
    --from-y: 82px;
    --mid-x: 104px;
    --mid-y: 31px;
    --near-x: 40px;
    --near-y: 12px;
  }

  .wp-relief__field > .wp-relief__concern:nth-child(6),
  .wp-relief__field > .wp-relief__concern:nth-child(7) {
    display: none;
  }
}

@media (max-width: 380px) {
  .wp-outcomes--relief h2 {
    font-size: 38px;
  }

  .wp-relief__promise {
    flex-direction: column;
  }

  .wp-relief__promise > span {
    width: 1px;
    height: 18px;
    background: linear-gradient(180deg, rgba(72, 188, 242, .12), rgba(142, 220, 255, .56));
  }
}

@media (prefers-reduced-motion: reduce) {
  .wp-outcomes--relief .wp-relief__concern {
    display: none;
  }

  .wp-outcomes--relief .wp-relief__halo,
  .wp-outcomes--relief .wp-relief__halo::before,
  .wp-outcomes--relief.is-relief-seen h2,
  .wp-outcomes--relief.is-relief-seen .wp-relief__lead,
  .wp-outcomes--relief.is-relief-seen .wp-relief__promise {
    animation: none !important;
  }
}

/* ==========================================================================
   HOSTING — SERVICE SYSTEM
   ========================================================================== */
.hosting-page .hosting-care {
  width: min(1220px, calc(100% - 48px));
  padding-top: 100px;
  padding-bottom: 110px;
  color: var(--wp-mid-text);
  font-family: "Geom", sans-serif;
}

.hosting-page .hosting-care + .web-offers {
  padding-top: 90px;
  padding-bottom: 100px;
}

.hosting-care__head {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .72fr);
  align-items: end;
  gap: clamp(54px, 8vw, 112px);
  margin-bottom: clamp(52px, 6vw, 76px);
}

.hosting-care__head h2 {
  max-width: 720px;
  margin: 0;
  font: 400 clamp(43px, 4.5vw, 66px)/1.02 "Geom", sans-serif;
  letter-spacing: -.048em;
}

.hosting-care__head h2 span {
  display: block;
  color: var(--wp-blue-soft);
}

.hosting-care__intro > p {
  max-width: 570px;
  margin: 0;
  color: var(--wp-mid-body);
  font-size: clamp(15px, 1.12vw, 17px);
  line-height: 1.72;
  text-wrap: pretty;
}

.hosting-care__trust {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  max-width: 420px;
  margin-top: 27px;
  padding-top: 22px;
  border-top: 1px solid var(--wp-mid-line);
}

.hosting-care__trust strong {
  color: var(--wp-blue-soft);
  font: 400 42px/1 "Geom", sans-serif;
  letter-spacing: -.04em;
}

.hosting-care__trust span {
  max-width: 235px;
  color: var(--wp-mid-meta);
  font-size: 11px;
  line-height: 1.55;
}

.hosting-care__panel {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid rgba(142, 220, 255, .12);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .032), rgba(255, 255, 255, .012));
  box-shadow:
    0 34px 110px rgba(0, 0, 0, .23),
    inset 0 1px 0 rgba(255, 255, 255, .025);
}

.hosting-care__panel::before {
  position: absolute;
  top: -280px;
  right: -250px;
  z-index: -1;
  width: 700px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(72, 188, 242, .095), rgba(72, 188, 242, .025) 43%, transparent 70%);
  content: "";
  pointer-events: none;
}

.hosting-care__status {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0;
  padding: 23px 34px;
  color: var(--wp-mid-meta);
  border-bottom: 1px solid var(--wp-mid-line);
  font: 400 9px/1.4 "Geom", sans-serif;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.hosting-care__status > span {
  flex: 0 0 auto;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--wp-blue-soft);
  box-shadow: 0 0 14px rgba(72, 188, 242, .58);
}

.hosting-care__list,
.hosting-care__assurances {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hosting-care__list > li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) minmax(150px, 196px);
  align-items: start;
  gap: clamp(22px, 3vw, 40px);
  padding: 30px 34px 31px;
  border-bottom: 1px solid var(--wp-mid-line);
}

.hosting-care__number {
  display: block;
  padding-top: 7px;
  color: rgba(72, 188, 242, .68);
  font: 400 9px/1 "Geom", sans-serif;
  letter-spacing: .16em;
}

.hosting-care__copy h3 {
  margin: 0 0 9px;
  color: var(--wp-mid-text);
  font: 400 clamp(21px, 1.7vw, 25px)/1.18 "Geom", sans-serif;
  letter-spacing: -.028em;
}

.hosting-care__copy p {
  max-width: 690px;
  margin: 0;
  color: var(--wp-mid-body);
  font-size: 14px;
  line-height: 1.68;
  text-wrap: pretty;
}

.hosting-care__scope {
  margin: 7px 0 0;
  color: rgba(142, 220, 255, .68);
  font: 400 9px/1.55 "Geom", sans-serif;
  letter-spacing: .1em;
  text-align: right;
  text-transform: uppercase;
}

.hosting-care__assurances {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  background: rgba(72, 188, 242, .025);
}

.hosting-care__assurances li {
  position: relative;
  padding: 23px 26px 23px 50px;
  color: rgba(245, 247, 250, .69);
  font-size: 12px;
  line-height: 1.55;
}

.hosting-care__assurances li + li {
  border-left: 1px solid var(--wp-mid-line);
}

.hosting-care__assurances li::before {
  position: absolute;
  top: 28px;
  left: 27px;
  width: 7px;
  height: 4px;
  border-bottom: 1px solid var(--wp-blue-soft);
  border-left: 1px solid var(--wp-blue-soft);
  content: "";
  opacity: .82;
  transform: rotate(-45deg);
}

.hosting-care__footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 42px;
  padding: 30px 34px 32px;
  border-top: 1px solid var(--wp-mid-line);
  background: rgba(0, 0, 0, .11);
}

.hosting-care__footer > p {
  max-width: 650px;
  margin: 0;
  color: var(--wp-mid-muted);
  font-size: 13px;
  line-height: 1.65;
}

.hosting-care__footer > p strong {
  display: block;
  margin-bottom: 4px;
  color: var(--wp-mid-text);
  font-weight: 500;
}

.hosting-care__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 18px;
}

.hosting-care .wp-text-link {
  color: var(--wp-mid-text);
  font-family: "Geom", sans-serif;
  font-size: 12px;
  white-space: nowrap;
}

.hosting-care .wp-text-link--muted {
  color: var(--wp-mid-muted);
}

.hosting-care.is-care-seen .hosting-care__head > * {
  animation: hosting-care-reveal .8s cubic-bezier(.16, 1, .3, 1) both;
}

.hosting-care.is-care-seen .hosting-care__head > :last-child {
  animation-delay: .08s;
}

.hosting-care.is-care-seen .hosting-care__panel {
  animation: hosting-care-reveal .9s .12s cubic-bezier(.16, 1, .3, 1) both;
}

.hosting-care.is-care-seen .hosting-care__list > li {
  animation: hosting-care-row .64s cubic-bezier(.16, 1, .3, 1) both;
}

.hosting-care.is-care-seen .hosting-care__list > li:nth-child(1) { animation-delay: .18s; }
.hosting-care.is-care-seen .hosting-care__list > li:nth-child(2) { animation-delay: .23s; }
.hosting-care.is-care-seen .hosting-care__list > li:nth-child(3) { animation-delay: .28s; }
.hosting-care.is-care-seen .hosting-care__list > li:nth-child(4) { animation-delay: .33s; }
.hosting-care.is-care-seen .hosting-care__list > li:nth-child(5) { animation-delay: .38s; }
.hosting-care.is-care-seen .hosting-care__list > li:nth-child(6) { animation-delay: .43s; }

@keyframes hosting-care-reveal {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes hosting-care-row {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 900px) {
  .hosting-care__head {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 28px;
  }

  .hosting-care__trust {
    margin-top: 23px;
  }

  .hosting-care__list > li {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 20px;
  }

  .hosting-care__scope {
    grid-column: 2;
    margin-top: 1px;
    text-align: left;
  }

  .hosting-care__assurances {
    grid-template-columns: 1fr;
  }

  .hosting-care__assurances li + li {
    border-top: 1px solid var(--wp-mid-line);
    border-left: 0;
  }

  .hosting-care__footer {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .hosting-care__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  .hosting-page .hosting-care + .web-offers {
    padding-top: 64px;
    padding-bottom: 82px;
  }
}

@media (max-width: 620px) {
  .hosting-page .hosting-care {
    width: calc(100% - var(--wp-mobile-gutter) - var(--wp-mobile-gutter));
    padding-top: 86px;
    padding-bottom: 100px;
  }

  .hosting-care__head {
    gap: 24px;
    margin-bottom: 42px;
  }

  .hosting-care__head h2 {
    font-size: clamp(35px, 9.4vw, 46px);
    line-height: 1.045;
  }

  .hosting-care__intro > p {
    font-size: 15px;
    line-height: 1.66;
  }

  .hosting-care__trust {
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 14px;
    margin-top: 21px;
    padding-top: 19px;
  }

  .hosting-care__trust strong {
    font-size: 36px;
  }

  .hosting-care__panel {
    border-radius: 21px;
  }

  .hosting-care__status {
    padding: 20px;
    font-size: 8px;
    line-height: 1.55;
  }

  .hosting-care__list > li {
    grid-template-columns: 27px minmax(0, 1fr);
    gap: 12px;
    padding: 25px 20px 26px;
  }

  .hosting-care__number {
    padding-top: 6px;
  }

  .hosting-care__copy h3 {
    margin-bottom: 8px;
    font-size: clamp(20px, 5.8vw, 23px);
  }

  .hosting-care__copy p {
    font-size: 14px;
    line-height: 1.64;
  }

  .hosting-care__scope {
    font-size: 8px;
    line-height: 1.6;
  }

  .hosting-care__assurances li {
    padding: 20px 20px 20px 45px;
    font-size: 12px;
  }

  .hosting-care__assurances li::before {
    top: 25px;
    left: 23px;
  }

  .hosting-care__footer {
    gap: 22px;
    padding: 25px 20px 27px;
  }

  .hosting-care__actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .hosting-care .wp-text-link {
    min-height: 42px;
    white-space: normal;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hosting-care.is-care-seen .hosting-care__head > *,
  .hosting-care.is-care-seen .hosting-care__panel,
  .hosting-care.is-care-seen .hosting-care__list > li {
    animation: none !important;
  }
}
