.topbar .nav a {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  min-height: 54px;
  transition: color 0.25s ease, transform 0.25s ease, text-shadow 0.25s ease;
}

html {
  overflow-x: hidden;
}

.topbar .nav a::before {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 13px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #31c6ff, var(--pink));
  box-shadow: 0 0 16px rgba(227, 58, 221, 0.72);
  opacity: 0;
  transition: left 0.28s ease, right 0.28s ease, opacity 0.28s ease;
}

.topbar .nav a::after {
  content: "";
  position: absolute;
  inset: 13px -13px;
  z-index: -1;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(49, 198, 255, 0.1), rgba(227, 58, 221, 0.14));
  opacity: 0;
  transform: scale(0.92);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.topbar .nav a:hover,
.topbar .nav a:focus-visible {
  color: #fff;
  transform: translateY(-1px);
  text-shadow: 0 0 18px rgba(227, 58, 221, 0.45);
}

.topbar .nav a:hover::before,
.topbar .nav a:focus-visible::before {
  left: 0;
  right: 0;
  opacity: 1;
}

.topbar .nav a:hover::after,
.topbar .nav a:focus-visible::after {
  opacity: 1;
  transform: scale(1);
}

.mini-cta,
.button.primary,
.button.ghost,
.text-arrow {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, background-position 0.45s ease;
}

.mini-cta {
  background: linear-gradient(90deg, rgba(241, 84, 232, 0.08), rgba(49, 198, 255, 0.04));
}

.button.primary {
  background: linear-gradient(90deg, #f154e8 0%, #c91bcb 45%, #31c6ff 100%);
  background-size: 220% 100%;
}

.button.ghost,
.text-arrow {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.055), rgba(49, 198, 255, 0.035));
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.035) inset;
}

.text-arrow {
  align-items: center;
  min-height: 39px;
  gap: 12px;
  padding: 0 18px;
  border-radius: 22px;
}

.mini-cta::before,
.button.primary::before,
.button.ghost::before,
.text-arrow::before {
  content: "";
  position: absolute;
  inset: -45% auto -45% -55%;
  width: 44%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.62), transparent);
  opacity: 0;
  transform: skewX(-18deg) translateX(0);
  transition: transform 0.58s ease, opacity 0.18s ease;
  pointer-events: none;
}

.mini-cta:hover,
.mini-cta:focus-visible,
.button.primary:hover,
.button.primary:focus-visible,
.button.ghost:hover,
.button.ghost:focus-visible,
.text-arrow:hover,
.text-arrow:focus-visible {
  color: #fff;
  transform: translateY(-3px);
  border-color: rgba(49, 198, 255, 0.62);
  box-shadow: 0 16px 42px rgba(227, 58, 221, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.08) inset;
}

.button.primary:hover,
.button.primary:focus-visible {
  background-position: 100% 0;
}

.mini-cta:hover::before,
.mini-cta:focus-visible::before,
.button.primary:hover::before,
.button.primary:focus-visible::before,
.button.ghost:hover::before,
.button.ghost:focus-visible::before,
.text-arrow:hover::before,
.text-arrow:focus-visible::before {
  opacity: 1;
  transform: skewX(-18deg) translateX(380%);
}

.mini-cta span,
.button.primary span,
.button.ghost span,
.text-arrow span {
  display: inline-block;
  transition: transform 0.25s ease;
}

.mini-cta:hover span,
.mini-cta:focus-visible span,
.button.primary:hover span,
.button.primary:focus-visible span,
.button.ghost:hover span,
.button.ghost:focus-visible span,
.text-arrow:hover span,
.text-arrow:focus-visible span {
  transform: translate(2px, -1px) rotate(8deg);
}

.topbar .nav a:focus-visible,
.mini-cta:focus-visible,
.button.primary:focus-visible,
.button.ghost:focus-visible,
.text-arrow:focus-visible {
  outline: 2px solid rgba(49, 198, 255, 0.8);
  outline-offset: 4px;
}

.hero h1 .title-line,
.bottom-cta h2 .title-line {
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  text-align: center;
}

.hero h1 {
  font-weight: 800;
}

.hero p {
  color: #eee9f0;
  font-weight: 700;
}

.hero {
  height: 100vh;
  min-height: 100vh;
  overflow: visible;
  z-index: 1;
  isolation: isolate;
}

.hero-left {
  bottom: clamp(-176px, -11vw, -118px);
  z-index: 0;
}

.hero-right {
  z-index: 0;
}

.intro {
  position: relative;
  z-index: 2;
}

.hero-copy {
  width: min(760px, calc(100% - 28px));
}

.bottom-cta {
  height: 700px;
  grid-template-columns: minmax(220px, .78fr) minmax(0, 590px);
  align-items: center;
  justify-items: stretch;
  justify-content: center;
  gap: clamp(28px, 6vw, 86px);
  padding-inline: max(24px, calc((100vw - var(--max)) / 2));
  text-align: left;
}

.bottom-cta > .bottom-cta-copy {
  position: relative;
  z-index: 5;
  grid-column: 2;
  grid-row: 1;
  max-width: 590px;
  padding: clamp(26px, 3vw, 36px);
  justify-self: start;
  opacity: 1;
  visibility: visible;
  filter: none;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 32px;
  background:
    linear-gradient(145deg, rgba(17, 11, 22, .54), rgba(10, 6, 14, .26) 58%, rgba(10, 6, 14, .14)),
    rgba(9, 6, 13, .16);
  box-shadow:
    0 28px 84px rgba(0, 0, 0, .26),
    inset 0 1px 0 rgba(255, 255, 255, .1);
  backdrop-filter: blur(18px) saturate(1.14);
  -webkit-backdrop-filter: blur(18px) saturate(1.14);
  isolation: isolate;
  overflow: hidden;
}

.bottom-cta > .bottom-cta-copy::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, .12), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, .04), transparent 24%);
  opacity: .85;
  pointer-events: none;
  z-index: 0;
}

.bottom-cta > .bottom-cta-copy > * {
  position: relative;
  z-index: 1;
}

html.gsap-enhanced .bottom-cta > .bottom-cta-copy {
  will-change: opacity, transform, filter;
}

.bottom-cta h2 .title-line {
  text-align: left;
}

.bottom-cta h2 {
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.04;
}

.bottom-cta h2 .title-line {
  font-size: clamp(29px, 3.5vw, 48px);
}

.bottom-cta p {
  max-width: 540px;
  margin: 20px 0 0;
}

.bottom-cta .actions {
  justify-content: flex-start;
  margin-top: 24px;
}

.bottom-cta .button,
.bottom-cta .button.primary,
.bottom-cta .button.ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, .86);
  background: linear-gradient(90deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .015));
  box-shadow: none;
}

.bottom-cta .button:hover,
.bottom-cta .button:focus-visible {
  border-color: #fff;
  background: linear-gradient(90deg, rgba(241, 84, 232, .26), rgba(49, 198, 255, .2));
  box-shadow: 0 16px 42px rgba(227, 58, 221, .28), 0 0 0 1px rgba(255, 255, 255, .1) inset;
}

.site-footer {
  position: relative;
  padding: 36px 0 40px;
  background:
    radial-gradient(circle at 14% 0%, rgba(227, 58, 221, .13), transparent 28%),
    linear-gradient(180deg, rgba(10, 5, 14, .98), #050207 76%);
  border-top: 1px solid rgba(255, 255, 255, .075);
  overflow: hidden;
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(227, 58, 221, .72), rgba(49, 198, 255, .55), transparent);
  opacity: .6;
}

.site-footer .footer-inner {
  min-height: 86px;
  display: grid;
  grid-template-columns: 52px minmax(230px, auto) minmax(190px, 1fr) minmax(200px, auto);
  align-items: center;
  gap: clamp(22px, 4vw, 66px);
  padding: 22px 24px;
  border: 1px solid rgba(255, 255, 255, .095);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .025)),
    rgba(20, 15, 24, .58);
  box-shadow:
    0 24px 70px rgba(0, 0, 0, .28),
    0 1px 0 rgba(255, 255, 255, .08) inset;
  backdrop-filter: blur(16px) saturate(1.18);
  -webkit-backdrop-filter: blur(16px) saturate(1.18);
}

.site-footer .footer-brand,
.site-footer .footer-nav,
.site-footer .footer-email {
  position: relative;
}

.site-footer .footer-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  justify-self: start;
  border-radius: 14px;
  color: #fff;
  text-decoration: none;
  font: 700 13px/1 Montserrat, sans-serif;
  background:
    radial-gradient(circle at 35% 18%, rgba(241, 84, 232, .22), transparent 52%),
    rgba(255, 255, 255, .035);
  border: 1px solid rgba(255, 255, 255, .08);
}

.site-footer .footer-brand img {
  width: 31px;
  height: 34px;
  object-fit: contain;
  filter: drop-shadow(0 0 16px rgba(227, 58, 221, .45));
}

.site-footer .footer-nav {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  gap: clamp(20px, 2.4vw, 34px);
}

.site-footer .footer-nav::after,
.site-footer .footer-email::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(-1 * clamp(12px, 1.6vw, 26px));
  width: 1px;
  height: 36px;
  transform: translateY(-50%);
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, .22), transparent);
}

.site-footer a,
.site-footer p {
  margin: 0;
  color: rgba(248, 244, 250, .82);
  text-decoration: none;
  font-size: 12px;
  line-height: 1.4;
}

.site-footer .footer-nav a,
.site-footer .footer-email {
  transition: color .24s ease, transform .24s ease;
}

.site-footer .footer-email {
  justify-self: center;
  color: #f154e8;
}

.site-footer p {
  justify-self: end;
  max-width: 230px;
  text-align: right;
  color: rgba(248, 244, 250, .78);
}

.site-footer .footer-nav a:hover,
.site-footer .footer-nav a:focus-visible,
.site-footer .footer-email:hover,
.site-footer .footer-email:focus-visible {
  color: #fff;
  transform: translateY(-1px);
}

.site-footer .footer-brand:hover img,
.site-footer .footer-brand:focus-visible img {
  filter: drop-shadow(0 0 22px rgba(241, 84, 232, .65));
}

.scroll-down {
  bottom: clamp(20px, 4svh, 38px);
  gap: 10px;
}

.scroll-down span {
  line-height: 1;
}

.intro {
  padding-top: clamp(42px, 7svh, 82px);
}

.parallax {
  will-change: transform, opacity;
  backface-visibility: hidden;
}

.depth-layer {
  will-change: transform, opacity;
}

html.motion-active .liquid-shape,
.liquid-shape.is-outside-view {
  animation-play-state: paused, paused;
}

html.motion-active .liquid-shape::before,
html.motion-active .liquid-shape::after,
html.motion-active .liquid-shape span,
.liquid-shape.is-outside-view::before,
.liquid-shape.is-outside-view::after,
.liquid-shape.is-outside-view span {
  animation-play-state: paused;
}

html.gsap-enhanced .parallax,
html.gsap-enhanced .depth-layer {
  transform-origin: center center;
}

.reveal {
  opacity: 0;
  transform: translate3d(0, var(--reveal-y, 34px), 0) scale(.985);
  filter: blur(7px);
  transition:
    opacity .82s cubic-bezier(.22, 1, .36, 1),
    transform .82s cubic-bezier(.22, 1, .36, 1),
    filter .72s ease;
  transition-delay: var(--reveal-delay, 0ms);
}

.reveal.visible {
  opacity: 1;
  transform: none;
  filter: none;
}

.gsap-enhanced .reveal {
  opacity: 1;
  transform: none;
  filter: none;
  transition: none;
}

.gsap-enhanced .hero h1 em {
  display: inline-block;
  color: transparent;
  background: linear-gradient(90deg, #e33add 0%, #ff7df0 28%, #ffffff 48%, #31c6ff 68%, #e33add 100%);
  background-size: 220% 100%;
  background-position: 0 50%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gsap-enhanced .hero h1 .title-line {
  display: inline-block;
}

.section-tag.reveal {
  --reveal-y: 18px;
}

.solution-card.reveal,
.stats.reveal,
.client-logos.reveal {
  --reveal-y: 24px;
}

.case-card.reveal,
.numbers-card.reveal,
.testimonial-card.reveal {
  --reveal-y: 28px;
}

.feature-card,
.solution-card,
.case-card,
.numbers-card,
.testimonial-card {
  isolation: isolate;
  overflow: hidden;
  position: relative;
}

.stats div,
.feature-card,
.solution-card,
.case-card,
.numbers-card,
.testimonial-card,
.diff-bar {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .105), rgba(255, 255, 255, .035) 42%, rgba(227, 58, 221, .045)),
    rgba(38, 34, 43, .56);
  border-color: rgba(255, 255, 255, .16);
  box-shadow:
    0 18px 60px rgba(0, 0, 0, .28),
    0 1px 0 rgba(255, 255, 255, .12) inset,
    0 -1px 0 rgba(255, 255, 255, .035) inset;
  backdrop-filter: blur(18px) saturate(1.22);
  -webkit-backdrop-filter: blur(18px) saturate(1.22);
}

.solution-card {
  background:
    radial-gradient(circle at 24% 14%, rgba(255, 255, 255, .12), transparent 26%),
    linear-gradient(145deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .045) 52%, rgba(227, 58, 221, .05)),
    rgba(38, 34, 43, .58);
}

.diff-bar {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .095), rgba(255, 255, 255, .035)),
    rgba(38, 34, 43, .62);
}

.solutions {
  isolation: isolate;
}

.solutions-head,
.solution-grid,
.differentials {
  position: relative;
  z-index: 3;
}

.gsap-enhanced .feature-card::before,
.gsap-enhanced .solution-card::before,
.gsap-enhanced .case-card::before,
.gsap-enhanced .numbers-card::before,
.gsap-enhanced .testimonial-card::before {
  content: "";
  position: absolute;
  inset: -45%;
  z-index: 3;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 36%, rgba(255, 255, 255, var(--shine-opacity, 0)) 47%, rgba(49, 198, 255, calc(var(--shine-opacity, 0) * .38)) 51%, transparent 62%);
  mix-blend-mode: screen;
  transform: translateX(var(--shine-x, -135%)) rotate(8deg);
}

.feature-card::after,
.solution-card::after,
.case-card::after,
.numbers-card::after,
.testimonial-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 4;
  border-radius: inherit;
  background:
    radial-gradient(circle at var(--pointer-x, 50%) var(--pointer-y, 50%), rgba(255, 255, 255, 0.18), transparent 24%),
    radial-gradient(circle at var(--pointer-x, 50%) var(--pointer-y, 50%), rgba(49, 198, 255, 0.16), transparent 36%);
  opacity: var(--pointer-opacity, 0);
  pointer-events: none;
  transition: opacity 0.22s ease;
}

.feature-card:hover,
.case-card:hover,
.numbers-card:hover,
.testimonial-card:hover {
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.36), 0 0 45px rgba(227, 58, 221, 0.08);
}

.solution-card.reveal.visible:hover {
  transform: translateY(-7px);
}

.solution-card .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  font-size: 0;
  line-height: 1;
}

.solution-card .icon img {
  display: block;
  width: auto;
  max-width: 58px;
  max-height: 58px;
  object-fit: contain;
  filter: drop-shadow(0 0 16px rgba(227, 58, 221, .26));
  transform-origin: center;
  transition: transform .32s ease, filter .32s ease;
}

.solution-card h3 {
  margin-top: 22px;
}

.solution-card:hover .icon img,
.solution-card:focus-visible .icon img {
  transform: translateY(-2px) scale(1.05);
  filter: drop-shadow(0 0 22px rgba(227, 58, 221, .42));
}

.differentials > p {
  color: #f8f4fa;
  font: 800 clamp(18px, 1.7vw, 24px)/1.28 Montserrat, sans-serif;
  margin: 0 0 34px;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}

.differentials > p em {
  font-weight: 800;
  color: var(--pink);
}

.diff-bar span {
  min-width: 0;
}

.diff-icon {
  display: block;
  width: clamp(38px, 4vw, 54px);
  height: clamp(36px, 3.7vw, 50px);
  object-fit: contain;
  flex: 0 0 auto;
  filter: drop-shadow(0 0 14px rgba(227, 58, 221, .22));
  transition: transform .3s ease, filter .3s ease;
}

.diff-bar span:hover .diff-icon {
  transform: translateY(-2px) scale(1.05);
  filter: drop-shadow(0 0 20px rgba(227, 58, 221, .36));
}

.portfolio-layout {
  grid-template-columns: minmax(0, 1.04fr) minmax(420px, .96fr);
  gap: clamp(22px, 3vw, 34px);
  align-items: stretch;
}

.portfolio-case {
  display: flex;
  min-height: 638px;
  flex-direction: column;
  border-radius: 22px;
}

.portfolio-case-slider {
  position: relative;
  z-index: 5;
  flex: 1 1 auto;
  min-width: 0;
}

.portfolio-slider {
  position: relative;
  overflow: hidden;
}

.portfolio-slider-viewport {
  position: relative;
  z-index: 5;
  width: 100%;
  min-width: 0;
  height: 100%;
  overflow: hidden;
}

.portfolio-slider-track {
  display: flex;
  gap: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  scroll-snap-type: none;
  transition: transform .46s cubic-bezier(.22, 1, .36, 1);
  will-change: transform;
}

.portfolio-slide {
  position: relative;
  display: flex;
  flex: 0 0 100%;
  min-width: 0;
  flex-direction: column;
  scroll-snap-align: none;
}

.portfolio-case-slider .portfolio-slide {
  justify-content: center;
}

.portfolio-arrow {
  position: absolute;
  z-index: 8;
  right: 28px;
  bottom: 26px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #fff;
  font: 500 25px/1 Inter, sans-serif;
  cursor: pointer;
  transition: transform .22s ease, opacity .22s ease;
}

.portfolio-arrow:hover,
.portfolio-arrow:focus-visible {
  transform: translateX(3px);
  opacity: .78;
  outline: none;
}

.portfolio-case .case-title {
  position: relative;
  z-index: 5;
  text-align: center;
}

.portfolio-case .case-title h2 {
  font-size: clamp(38px, 3.2vw, 48px);
}

.portfolio-case .case-label {
  margin-top: 0;
  padding-right: 62px;
}

.portfolio-case .browser {
  margin-top: 16px;
}

.portfolio-case-slider .portfolio-arrow {
  top: -13px;
  right: 0;
  bottom: auto;
}

.portfolio-reference {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
  width: 100%;
  margin-left: auto;
}

.portfolio {
  scroll-margin-top: 96px;
}

.portfolio-summary,
.portfolio-testimonial {
  border-radius: 22px;
  border-color: rgba(255, 255, 255, .11);
  background:
    radial-gradient(ellipse at 104% 118%, rgba(164, 53, 255, .46), transparent 34%),
    radial-gradient(ellipse at 103% 114%, rgba(227, 58, 221, .24), transparent 42%),
    linear-gradient(145deg, rgba(19, 18, 29, .98), rgba(13, 12, 20, .98) 58%, rgba(28, 16, 42, .96));
  box-shadow:
    0 26px 80px rgba(0, 0, 0, .32),
    0 1px 0 rgba(255, 255, 255, .08) inset,
    0 -1px 0 rgba(188, 72, 255, .2) inset;
}

.portfolio-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(210px, .86fr);
  gap: clamp(28px, 5vw, 56px);
  min-height: 335px;
  padding: clamp(34px, 4.4vw, 44px);
}

.portfolio-summary-copy,
.portfolio-services,
.testimonial-copy,
.testimonial-slide > img {
  position: relative;
  z-index: 5;
}

.portfolio-summary-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
}

.portfolio-summary-copy span,
.testimonial-eyebrow {
  color: #bf70ff;
  font: 800 12px/1.2 Inter, sans-serif;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.portfolio-summary strong {
  position: static;
  display: block;
  margin: 10px 0 12px;
  color: transparent;
  background: linear-gradient(180deg, #d483ff 0%, #a947ff 54%, #8d34ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font: 800 clamp(84px, 13vw, 126px)/.78 Montserrat, sans-serif;
  letter-spacing: -.07em;
  text-shadow: 0 0 34px rgba(169, 71, 255, .24);
}

.portfolio-summary-copy b {
  color: #fff;
  font: 800 17px/1.18 Inter, sans-serif;
  letter-spacing: -.02em;
  text-transform: uppercase;
}

.portfolio-summary-copy p {
  max-width: 330px;
  margin: auto 0 0;
  color: #bfb8c7;
  font-size: 13px;
  line-height: 1.45;
}

.portfolio-services {
  align-self: center;
  display: grid;
  gap: 0;
  margin: 0;
  padding: 8px 0 8px 28px;
  border-left: 1px solid rgba(255, 255, 255, .08);
  list-style: none;
}

.portfolio-services li {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-height: 31px;
  color: #d4cfdd;
  font-size: 13px;
  line-height: 1.2;
  border-bottom: 1px solid rgba(255, 255, 255, .055);
}

.portfolio-services li:last-child {
  border-bottom: 0;
}

.portfolio-services img {
  display: block;
  width: 17px;
  height: 17px;
  object-fit: contain;
  filter: drop-shadow(0 0 10px rgba(191, 112, 255, .55));
}

.portfolio-testimonial {
  display: block;
  grid-template-columns: 150px minmax(0, 1fr);
  grid-template-rows: auto 1fr;
  gap: 14px 34px;
  min-height: 285px;
  padding: 30px 36px 30px;
}

.portfolio-testimonial .portfolio-slider-viewport {
  display: block;
  height: 100%;
}

.testimonial-slide {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  grid-template-rows: auto 1fr;
  gap: 14px 34px;
}

.testimonial-eyebrow {
  grid-column: 1 / -1;
  font-size: 11px;
}

.portfolio-testimonial .testimonial-eyebrow {
  font: 800 11px/1.2 Inter, sans-serif;
}

.testimonial-mark {
  position: absolute;
  z-index: 1;
  top: 18px;
  right: 38px;
  color: #bf70ff;
  font: 900 50px/.75 Georgia, serif;
}

.testimonial-slide > .testimonial-mark {
  font: 900 50px/.75 Georgia, serif;
}

.testimonial-slide > img {
  grid-column: 1;
  grid-row: 2;
  width: 144px;
  height: 194px;
  border-radius: 14px;
  object-fit: cover;
}

.testimonial-copy {
  grid-column: 2;
  grid-row: 2;
  align-self: center;
  min-width: 0;
}

.testimonial-copy p {
  margin: 0 0 12px;
  color: #f0edf4;
  font-size: 14px;
  line-height: 1.44;
}

.testimonial-slide-long .testimonial-copy p {
  font-size: 13px;
  line-height: 1.36;
}

.testimonial-slide-extra-long {
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 12px 24px;
}

.testimonial-slide-extra-long > img {
  width: 118px;
  height: 158px;
}

.testimonial-slide-extra-long .testimonial-copy p {
  font-size: 10.8px;
  line-height: 1.25;
}

.testimonial-copy h3 {
  margin: 0 0 2px;
  color: #bf70ff;
  font: 800 14px/1.2 Inter, sans-serif;
}

.testimonial-copy small {
  display: block;
  color: #afa8b8;
  font-size: 11px;
}

.testimonial-rating {
  display: block;
  margin-top: 8px;
  color: #bf70ff;
  font-size: 17px;
  letter-spacing: 2px;
}

.whatsapp-float {
  bottom: 24px;
}

@media (min-width: 901px) {
  .solution-grid {
    column-gap: clamp(22px, 2.4vw, 34px);
    row-gap: clamp(24px, 3vw, 38px);
  }

  .solution-card:nth-child(n + 4) {
    translate: clamp(-128px, -8vw, -78px) 0;
  }

  .diff-bar {
    width: min(100%, 960px);
    margin-right: auto;
  }
}

@media (max-width: 900px) {
  .portfolio-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }

  .portfolio-case {
    min-height: 0;
  }

  .portfolio-case .case-label {
    margin-top: 6px;
  }
}

@media (max-width: 760px) {
  .portfolio-reference {
    width: 100%;
  }

  .portfolio-summary {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
    min-height: 0;
    padding: 30px;
  }

  .portfolio-summary strong {
    font-size: clamp(76px, 22vw, 106px);
  }

  .portfolio-summary-copy p {
    margin-top: 42px;
  }

  .portfolio-services {
    align-self: stretch;
    padding: 2px 0 0;
    border-left: 0;
  }

  .portfolio-testimonial {
    min-height: 0;
    padding: 28px;
  }

  .testimonial-slide {
    grid-template-columns: 118px minmax(0, 1fr);
    gap: 12px 22px;
  }

  .testimonial-slide > img {
    width: 118px;
    height: 158px;
  }

  .testimonial-copy p {
    font-size: 13px;
  }

  .testimonial-slide-long .testimonial-copy p {
    font-size: 12px;
    line-height: 1.34;
  }

  .testimonial-slide-extra-long {
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 12px 18px;
  }

  .testimonial-slide-extra-long > img {
    width: 104px;
    height: 140px;
  }

  .testimonial-slide-extra-long .testimonial-copy p {
    font-size: 10.2px;
    line-height: 1.22;
  }

  .testimonial-mark {
    right: 30px;
    font-size: 48px;
  }

  .portfolio-arrow {
    right: 22px;
    bottom: 20px;
    width: 38px;
    height: 38px;
    font-size: 19px;
  }

  .portfolio-case-slider .portfolio-arrow {
    top: -12px;
    right: 0;
    bottom: auto;
  }
}

@media (max-width: 520px) {
  .portfolio-case {
    border-radius: 18px;
    padding: 24px;
  }

  .portfolio-case .case-title h2 {
    font-size: clamp(30px, 8vw, 34px);
  }

  .portfolio-summary,
  .portfolio-testimonial {
    border-radius: 18px;
    padding: 24px;
  }

  .portfolio-summary strong {
    font-size: clamp(64px, 20vw, 84px);
  }

  .portfolio-summary-copy b {
    font-size: 14px;
  }

  .portfolio-summary-copy p,
  .portfolio-services li {
    font-size: 12px;
  }

  .portfolio-services li {
    min-height: 30px;
  }

  .portfolio-testimonial {
    padding-bottom: 70px;
  }

  .testimonial-slide {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 12px 16px;
  }

  .testimonial-slide > img {
    width: 92px;
    height: 124px;
    border-radius: 12px;
  }

  .testimonial-copy p {
    font-size: 12px;
    line-height: 1.42;
  }

  .testimonial-slide-long .testimonial-copy p {
    font-size: 11px;
    line-height: 1.32;
  }

  .testimonial-slide-extra-long {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 10px 14px;
  }

  .testimonial-slide-extra-long > img {
    width: 72px;
    height: 96px;
  }

  .testimonial-slide-extra-long .testimonial-copy {
    align-self: start;
  }

  .testimonial-slide-extra-long .testimonial-copy p {
    font-size: 9.3px;
    line-height: 1.22;
  }

  .testimonial-rating {
    font-size: 14px;
    letter-spacing: 1px;
  }
}

@media (max-width: 600px) {
  .whatsapp-float {
    right: 16px;
    bottom: 18px;
  }
}

.client-logos {
  justify-content: center;
  flex-wrap: wrap;
  gap: 26px 36px;
  padding: 6px 0;
}

.client-logos img {
  display: block;
  width: auto;
  max-width: min(172px, 100%);
  max-height: 46px;
  object-fit: contain;
  opacity: .8;
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, .18));
  transition: opacity .35s ease, transform .35s ease, filter .35s ease;
}

.client-logos img:hover,
.client-logos img:focus-visible {
  opacity: 1;
  transform: translateY(-3px);
  filter: drop-shadow(0 14px 30px rgba(227, 58, 221, .2));
}

.client-count {
  display: grid;
  gap: 3px;
  color: #f2edf4;
  font: 800 19px/1 Montserrat, sans-serif;
  text-align: center;
}

.client-count small {
  color: #bdb5c0;
  font: 700 9px/1 Inter, sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
}

@media (prefers-reduced-motion: reduce) {
  .parallax,
  .depth-layer {
    rotate: none !important;
    translate: none !important;
    will-change: auto;
    transition: none !important;
  }

  .reveal {
    filter: none;
    transform: none;
    transition: opacity .2s ease;
  }
}

@media (max-width: 900px) {
  .bottom-cta {
    height: auto;
    min-height: 720px;
    grid-template-columns: minmax(0, 1fr);
    align-content: center;
    gap: 18px;
    padding-block: 104px;
  }

  .bottom-cta > .bottom-cta-copy {
    grid-column: 1;
    grid-row: auto;
    max-width: 620px;
    padding: 28px 26px;
  }

  .site-footer {
    padding: 30px 0 34px;
  }

  .site-footer .footer-inner {
    grid-template-columns: 52px minmax(0, 1fr);
    align-items: start;
    justify-items: start;
    gap: 14px 22px;
    padding: 22px 20px;
  }

  .site-footer .footer-brand {
    grid-column: 1;
    grid-row: 1 / span 3;
  }

  .site-footer .footer-nav {
    grid-column: 2;
    grid-row: 1;
    flex-wrap: wrap;
    gap: 14px 22px;
  }

  .site-footer .footer-email {
    grid-column: 2;
    grid-row: 2;
    justify-self: start;
  }

  .site-footer p {
    grid-column: 2;
    grid-row: 3;
    justify-self: start;
    max-width: none;
    text-align: left;
  }

  .site-footer .footer-nav::after,
  .site-footer .footer-email::after {
    display: none;
  }
}

@media (max-width: 600px) {
  .hero {
    height: 100vh;
    min-height: 100vh;
  }

  .hero-left {
    bottom: -92px;
  }

  .scroll-down {
    display: grid;
    bottom: 18px;
    gap: 7px;
    font-size: 8px;
  }

  .scroll-down span {
    font-size: 22px;
  }

  .intro {
    padding-top: 42px;
  }

  .topbar {
    grid-template-columns: auto minmax(0, auto);
    gap: 8px;
    padding: 0 10px 0 14px;
  }

  .mini-cta {
    max-width: 158px;
    padding: 8px 11px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 7px;
    letter-spacing: .06em;
  }

  .hero-copy {
    width: min(calc(100% - 20px), 390px);
  }

  .hero h1,
  .bottom-cta h2 {
    font-size: clamp(31px, 9.5vw, 36px);
  }

  .hero h1 .title-line,
  .bottom-cta h2 .title-line {
    font-size: clamp(28px, 8.4vw, 32px);
  }

  .bottom-cta h2 {
    font-size: clamp(23px, 7vw, 28px);
    line-height: 1.1;
  }

  .bottom-cta h2 .title-line {
    font-size: clamp(21px, 6.4vw, 25px);
  }

  .bottom-cta {
    min-height: 720px;
    padding: 94px 18px;
  }

  .bottom-cta > .bottom-cta-copy {
    padding: 24px 20px;
    border-radius: 26px;
  }

  .bottom-cta .actions {
    align-items: stretch;
  }

  .bottom-cta .button {
    width: 100%;
  }

  .site-footer .footer-inner {
    gap: 13px 18px;
    padding: 20px 18px;
  }

  .diff-bar {
    gap: 12px;
    padding: 14px;
  }

  .differentials > p {
    font-size: clamp(17px, 5.2vw, 20px);
    margin-bottom: 24px;
  }

  .diff-bar span {
    justify-content: flex-start;
    gap: 8px;
  }

  .diff-icon {
    width: 34px;
    height: 34px;
  }

  .diff-bar b {
    font-size: 11px;
  }

  .client-logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 26px;
    justify-items: center;
  }

  .client-logos img {
    max-width: 118px;
    max-height: 38px;
  }
}
