:root {
  --bg: #030405;
  --bg-2: #090c12;
  --panel: rgba(12, 16, 24, 0.72);
  --panel-solid: #10141d;
  --text: #f8fbff;
  --muted: #9ba7ba;
  --soft: #d8e1ef;
  --line: rgba(155, 186, 255, 0.18);
  --blue: #2dd7ff;
  --blue-2: #0878ff;
  --violet: #9c5cff;
  --green: #58ffc2;
  --danger: #ff496f;
  --font-display: "Unbounded", "Manrope", sans-serif;
  --font-body: "Manrope", sans-serif;
  --ease: cubic-bezier(0.19, 1, 0.22, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background:
    linear-gradient(180deg, rgba(3, 4, 5, 0.1), rgba(3, 4, 5, 1) 28%),
    radial-gradient(circle at 15% 12%, rgba(45, 215, 255, 0.12), transparent 24rem),
    radial-gradient(circle at 86% 18%, rgba(156, 92, 255, 0.1), transparent 25rem),
    var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  line-height: 1.62;
  letter-spacing: 0;
}

body,
main,
section {
  max-width: 100%;
}

.js body.is-loading {
  overflow: hidden;
}

body main,
body .site-header,
body .site-footer {
  transition: opacity 0.62s var(--ease), filter 0.62s var(--ease), transform 0.62s var(--ease);
}

.js body.is-loading main,
.js body.is-loading .site-header,
.js body.is-loading .site-footer {
  opacity: 0;
  filter: blur(8px);
  transform: scale(1.004);
}

a {
  color: inherit;
  text-decoration: none;
}

img,
video {
  display: block;
  max-width: 100%;
}

button,
input,
select,
textarea {
  font: inherit;
}

::selection {
  background: rgba(45, 215, 255, 0.28);
  color: var(--text);
}

.loader {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 50%, rgba(45, 215, 255, 0.055), transparent 17rem),
    #000;
  transition: opacity 0.46s var(--ease), filter 0.46s var(--ease), visibility 0.46s var(--ease);
}

.js .loader {
  display: grid;
}

body.loader-exit .loader {
  opacity: 0;
  filter: blur(10px);
  visibility: hidden;
}

.loader[hidden] {
  display: none;
}

.loader::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 49%, rgba(45, 215, 255, 0.11), transparent 16rem),
    radial-gradient(circle at 50% 52%, rgba(202, 166, 94, 0.07), transparent 22rem);
  opacity: 0;
  transform: scale(0.96);
}

.loader__mark {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  transform: translateY(8px);
  opacity: 0;
  filter: blur(10px);
  isolation: isolate;
}

.loader__mark::before {
  content: "";
  position: absolute;
  inset: 12% -28%;
  z-index: 3;
  background: linear-gradient(100deg, transparent 24%, rgba(255, 255, 255, 0.36) 48%, rgba(45, 215, 255, 0.08) 54%, transparent 72%);
  opacity: 0;
  transform: translateX(-90%) skewX(-12deg);
  pointer-events: none;
}

.loader__logo {
  width: clamp(132px, 14vw, 210px);
  opacity: 0;
  filter: drop-shadow(0 0 16px rgba(45, 215, 255, 0.24)) drop-shadow(0 0 36px rgba(202, 166, 94, 0.08));
  z-index: 2;
}

body.loader-start .loader::before {
  animation: loaderBloom 1.05s var(--ease) forwards;
}

body.loader-start .loader__mark {
  animation: loaderMarkIn 1.02s var(--ease) forwards;
}

body.loader-start .loader__mark::before {
  animation: logoSweep 1.05s var(--ease) forwards;
}

body.loader-start .loader__logo {
  animation: loaderLogo 1.02s var(--ease) forwards;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 2rem;
  padding: 1.15rem clamp(1rem, 3vw, 3rem);
  color: rgba(248, 251, 255, 0.9);
}

.site-header::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-bottom: 1px solid rgba(155, 186, 255, 0.1);
  background: linear-gradient(180deg, rgba(5, 7, 10, 0.82), rgba(5, 7, 10, 0.54));
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(22px) saturate(1.12);
  opacity: 0;
  transition: opacity 0.45s ease;
}

.site-header.is-scrolled::before {
  opacity: 1;
}

.brand {
  display: inline-flex;
  width: auto;
  align-items: center;
  gap: 0.78rem;
  position: relative;
  z-index: 24;
  min-width: 0;
}

.brand img {
  width: 64px;
  flex: 0 0 auto;
  filter: drop-shadow(0 0 14px rgba(45, 215, 255, 0.18));
}

.brand__wordmark {
  position: relative;
  overflow: hidden;
  max-width: 14rem;
  background: linear-gradient(105deg, #f7fbff 0%, #9fa9b7 34%, #79ddff 58%, #c5b4ff 100%);
  background-size: 180% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: var(--font-display);
  font-size: clamp(0.86rem, 1.1vw, 1.08rem);
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  text-shadow: 0 0 18px rgba(128, 234, 255, 0.08);
}

.brand__wordmark::after {
  content: "";
  position: absolute;
  inset: -30% -55%;
  background: linear-gradient(105deg, transparent 35%, rgba(255, 255, 255, 0.46) 50%, transparent 64%);
  opacity: 0;
  transform: translateX(-45%);
  transition: transform 0.75s var(--ease), opacity 0.45s ease;
  mix-blend-mode: screen;
}

.brand:hover .brand__wordmark {
  background-position: 100% 0;
}

.brand:hover .brand__wordmark::after {
  opacity: 0.22;
  transform: translateX(45%);
}

.nav {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2vw, 2.2rem);
  color: rgba(216, 225, 239, 0.72);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}

.nav a {
  position: relative;
  padding: 0.55rem 0;
  transition: color 0.35s ease;
}

.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.2rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(128, 234, 255, 0.25), rgba(128, 234, 255, 0.95), rgba(202, 166, 94, 0.62));
  box-shadow: 0 0 14px rgba(45, 215, 255, 0.42);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.45s var(--ease);
}

.nav a:hover,
.nav a.is-active {
  color: rgba(248, 251, 255, 0.98);
}

.nav a:hover::after,
.nav a.is-active::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav__cta {
  display: none;
}

.header-cta {
  justify-self: end;
  position: relative;
  z-index: 24;
  gap: 0.55rem;
  border: 1px solid rgba(128, 234, 255, 0.38);
  border-radius: 999px;
  padding: 0.72rem 1.15rem;
  color: var(--text);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  background: linear-gradient(135deg, rgba(128, 234, 255, 0.12), rgba(248, 251, 255, 0.055));
  box-shadow: 0 0 24px rgba(45, 215, 255, 0.11), inset 0 0 18px rgba(255, 255, 255, 0.035);
}

.menu-toggle {
  display: none;
  justify-self: end;
  width: 2.65rem;
  height: 2.65rem;
  border: 1px solid rgba(248, 251, 255, 0.18);
  border-radius: 999px;
  background: rgba(248, 251, 255, 0.055);
  color: var(--text);
  cursor: pointer;
  position: relative;
  z-index: 24;
}

.menu-toggle span {
  display: block;
  width: 1rem;
  height: 1px;
  margin: 0.22rem auto;
  background: currentColor;
  transition: transform 0.35s var(--ease), opacity 0.35s ease;
}

body.menu-open .menu-toggle span:first-child {
  transform: translateY(0.225rem) rotate(45deg);
}

body.menu-open .menu-toggle span:last-child {
  transform: translateY(-0.225rem) rotate(-45deg);
}

.hero {
  position: relative;
  min-height: 92svh;
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(280px, 0.54fr);
  gap: clamp(1.5rem, 4vw, 5rem);
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  padding: 9.5rem clamp(1.25rem, 7vw, 8rem) 4.75rem;
  --spot-x: 72%;
  --spot-y: 42%;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(circle at var(--spot-x) var(--spot-y), rgba(128, 234, 255, 0.08), transparent 19rem);
  opacity: 0;
  mix-blend-mode: screen;
  transition: opacity 0.4s ease;
}

body.site-ready .hero:hover::before {
  opacity: 1;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 0 38%, rgba(255, 255, 255, 0.045) 38.15%, transparent 38.45% 58%, rgba(128, 234, 255, 0.038) 58.15%, transparent 58.5%),
    linear-gradient(105deg, transparent 18%, rgba(45, 215, 255, 0.035), rgba(202, 166, 94, 0.025), transparent 76%);
  opacity: 0.34;
  mix-blend-mode: screen;
  animation: heroLightDrift 16s ease-in-out infinite alternate;
}

.hero__background {
  position: absolute;
  inset: -12%;
  z-index: -4;
  background:
    radial-gradient(circle at 82% 40%, rgba(45, 215, 255, 0.24), transparent 22rem),
    radial-gradient(circle at 16% 76%, rgba(202, 166, 94, 0.13), transparent 24rem),
    radial-gradient(circle at 58% 8%, rgba(112, 126, 160, 0.08), transparent 18rem),
    linear-gradient(135deg, #020304 0%, #07090d 48%, #020304 100%);
  filter: none;
  transform: scale(1.1) translate3d(0, var(--parallax-y, 0px), 0);
  animation: heroZoom 34s ease-in-out infinite alternate;
}

.hero__shade {
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    linear-gradient(90deg, rgba(3, 4, 5, 0.62) 0%, rgba(3, 4, 5, 0.28) 48%, rgba(3, 4, 5, 0.5) 100%),
    linear-gradient(180deg, rgba(3, 4, 5, 0.16) 0%, rgba(3, 4, 5, 0.82) 100%);
}

.hero__light {
  position: absolute;
  z-index: -2;
  height: 160%;
  width: 14vw;
  min-width: 190px;
  background: linear-gradient(180deg, transparent, rgba(45, 215, 255, 0.12), rgba(202, 166, 94, 0.08), transparent);
  filter: blur(34px);
  opacity: 0.14;
  transform: rotate(20deg);
  animation: lightSweep 14s var(--ease) infinite;
}

.hero__light--one {
  left: 12%;
  top: -30%;
}

.hero__light--two {
  right: 16%;
  top: -42%;
  animation-delay: -4.4s;
  background: linear-gradient(180deg, transparent, rgba(202, 166, 94, 0.1), transparent);
}

.hero__content {
  position: relative;
  z-index: 3;
  max-width: 1080px;
  filter: blur(0);
}

.eyebrow,
.section-kicker {
  margin: 0 0 1rem;
  color: var(--blue);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.highlight-metal,
.highlight-blue,
.highlight-gold,
.text-metal {
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.highlight-metal,
.text-metal {
  background-image: linear-gradient(105deg, #ffffff 0%, #b7c0cc 32%, #eef6ff 48%, #78dfff 72%, #d9dce8 100%);
  text-shadow: 0 0 22px rgba(128, 234, 255, 0.08);
}

.highlight-blue {
  background-image: linear-gradient(105deg, #e8fbff 0%, #6ce8ff 46%, #1887ff 100%);
  text-shadow: 0 0 20px rgba(45, 215, 255, 0.14);
}

.highlight-gold {
  background-image: linear-gradient(105deg, #fff4d2 0%, #d5b46f 48%, #9f8550 100%);
  text-shadow: 0 0 18px rgba(202, 166, 94, 0.1);
}

.hero__headline {
  max-width: 860px;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.55rem, 5.25vw, 5.8rem);
  font-weight: 800;
  line-height: 1.03;
  text-wrap: balance;
  text-shadow: 0 2px 34px rgba(0, 0, 0, 0.42);
}

.hero__headline .line {
  display: block;
  overflow: hidden;
}

.hero__headline .line-inner {
  display: block;
  opacity: 0;
  filter: blur(5px);
  transform: translateY(96%);
  transform-origin: left bottom;
}

body.site-ready .hero__headline .line-inner {
  animation: lineReveal 0.82s var(--ease) var(--line-delay, 0s) forwards;
}

.hero__headline .word {
  display: inline-block;
  position: relative;
}

.hero__subtext {
  max-width: 760px;
  margin: 0.95rem 0 0;
  color: rgba(232, 239, 250, 0.9);
  font-size: clamp(1.02rem, 1.35vw, 1.28rem);
  line-height: 1.68;
}

.hero__proof {
  max-width: 820px;
  margin: 1.15rem 0 0;
  color: rgba(248, 251, 255, 0.92);
  font-size: clamp(0.86rem, 1.1vw, 1rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.35rem;
}

.hero__badges span {
  border: 1px solid rgba(155, 186, 255, 0.16);
  border-radius: 999px;
  padding: 0.48rem 0.72rem;
  color: rgba(216, 225, 239, 0.86);
  background: rgba(248, 251, 255, 0.055);
  box-shadow: inset 0 0 18px rgba(255, 255, 255, 0.025);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero__trust {
  margin: 0.95rem 0 0;
  color: rgba(216, 225, 239, 0.82);
  font-size: 0.86rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1.1rem;
  margin-top: 1.75rem;
}

.hero-robot {
  position: relative;
  z-index: 2;
  justify-self: end;
  width: clamp(250px, 28vw, 420px);
  max-width: 100%;
  aspect-ratio: 2 / 3;
  display: grid;
  place-items: center;
  pointer-events: none;
  opacity: 0;
  transform: translate3d(1.2rem, 1rem, 0) rotateX(var(--robot-tilt-y, 0deg)) rotateY(var(--robot-tilt-x, 0deg));
  transform-style: preserve-3d;
}

body.site-ready .hero-robot {
  opacity: 1;
  transform: translate3d(0, 0, 0) rotateX(var(--robot-tilt-y, 0deg)) rotateY(var(--robot-tilt-x, 0deg));
  transition: opacity 0.9s var(--ease) 0.55s, transform 0.9s var(--ease) 0.55s;
}

body.site-ready .hero-robot.is-tracking {
  transition: opacity 0.9s var(--ease) 0.55s;
}

.hero-robot::before {
  content: "";
  position: absolute;
  left: 4%;
  right: 0;
  bottom: 3%;
  height: 42%;
  z-index: 1;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(45, 215, 255, 0.13), rgba(8, 120, 255, 0.045) 46%, transparent 70%);
  filter: blur(22px);
  opacity: 0.72;
  transform: translate3d(0, 0, -1px);
}

.hero-robot img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 34px 58px rgba(0, 0, 0, 0.42)) drop-shadow(0 0 26px rgba(45, 215, 255, 0.12));
  transform: translate3d(0, var(--robot-float-y, 0), 0);
  animation: robotFloat 6.8s ease-in-out infinite;
  will-change: transform;
}

.button,
.project-card__button,
.offer__button,
.header-cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  isolation: isolate;
}

.button,
.project-card__button,
.offer__button {
  min-height: 3.35rem;
  gap: 0.7rem;
  border-radius: 999px;
  padding: 0.95rem 1.4rem;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  transition: transform 0.36s var(--ease), border-color 0.36s ease, box-shadow 0.36s ease, background 0.36s ease;
}

.button > span:first-child,
.project-card__button > span:first-child,
.offer__button > span:first-child,
.header-cta > span:first-child {
  min-width: 0;
  overflow-wrap: anywhere;
}

.button::before,
.project-card__button::before,
.offer__button::before,
.header-cta::before {
  content: "";
  position: absolute;
  inset: -120% -40%;
  z-index: -1;
  background: linear-gradient(110deg, transparent 35%, rgba(255, 255, 255, 0.42) 48%, transparent 61%);
  transform: translateX(-55%);
  transition: transform 0.85s var(--ease);
}

.button__arrow {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  margin-left: 0.05rem;
  font-size: 0.96rem;
  line-height: 1;
  opacity: 0.78;
  transform: translateX(0);
  transition: transform 0.34s var(--ease), opacity 0.34s ease;
}

.button__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 0.18rem);
  width: 0;
  height: 1px;
  background: currentColor;
  opacity: 0.42;
  transform: translateY(-50%);
  transition: width 0.34s var(--ease), opacity 0.34s ease;
}

.button:hover .button__arrow,
.project-card__button:hover .button__arrow,
.offer__button:hover .button__arrow,
.header-cta:hover .button__arrow {
  opacity: 1;
  transform: translateX(4px);
}

.button:hover .button__arrow::before,
.project-card__button:hover .button__arrow::before,
.offer__button:hover .button__arrow::before,
.header-cta:hover .button__arrow::before {
  width: 0.72rem;
  opacity: 0.52;
}

.button:hover::before,
.project-card__button:hover::before,
.offer__button:hover::before,
.header-cta:hover::before {
  transform: translateX(55%);
}

.button::after,
.project-card__button::after,
.offer__button::after,
.header-cta::after {
  content: "";
  position: absolute;
  left: var(--press-x, 50%);
  top: var(--press-y, 50%);
  z-index: -1;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.38), rgba(128, 234, 255, 0.18) 42%, transparent 70%);
  opacity: 0;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.button.is-pressing,
.project-card__button.is-pressing,
.offer__button.is-pressing,
.header-cta.is-pressing {
  transform: translateY(1px) scale(0.985);
}

.button.is-pressing::after,
.project-card__button.is-pressing::after,
.offer__button.is-pressing::after,
.header-cta.is-pressing::after {
  animation: buttonRipple 0.46s var(--ease);
}

.button--primary,
.offer__button {
  border: 1px solid rgba(128, 234, 255, 0.74);
  color: #041017;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.52), transparent 28%),
    linear-gradient(135deg, #72edff, #f4fdff 48%, #9ec7ff);
  box-shadow: 0 18px 54px rgba(45, 215, 255, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.button--ghost,
.project-card__button {
  border: 1px solid rgba(248, 251, 255, 0.32);
  color: var(--text);
  background: rgba(248, 251, 255, 0.08);
  box-shadow: inset 0 0 24px rgba(255, 255, 255, 0.03);
}

.button:hover,
.project-card__button:hover,
.offer__button:hover,
.header-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 68px rgba(45, 215, 255, 0.2), 0 12px 38px rgba(0, 0, 0, 0.26);
}

.reveal-line {
  opacity: 0;
  filter: blur(4px);
  transform: translateY(14px);
}

body.site-ready .hero .reveal-line {
  animation: revealLine 0.72s var(--ease) forwards;
}

body.site-ready .hero .eyebrow {
  animation-delay: 0.02s;
}

body.site-ready .hero__subtext {
  animation-delay: 0.38s;
}

body.site-ready .hero__proof {
  animation-delay: 0.26s;
}

body.site-ready .hero__badges {
  animation-delay: 0.48s;
}

body.site-ready .hero__actions {
  animation-delay: 0.58s;
}

body.site-ready .hero__trust {
  animation-delay: 0.68s;
}

section {
  position: relative;
  z-index: 2;
}

.proof-bar,
.page-hero,
.intro-band,
.transformation,
.for-who,
.projects,
.services,
.process,
.social-proof,
.offers,
.urgency,
.contact {
  padding: clamp(4.5rem, 7vw, 7.8rem) clamp(1.25rem, 6vw, 7rem);
}

.page-hero {
  min-height: min(560px, 68svh);
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
  padding-top: clamp(7rem, 10vw, 9.5rem);
  background:
    linear-gradient(118deg, transparent 0 42%, rgba(255, 255, 255, 0.025) 42.1%, transparent 42.45%),
    radial-gradient(circle at 78% 22%, rgba(45, 215, 255, 0.14), transparent 31rem),
    radial-gradient(circle at 8% 88%, rgba(202, 166, 94, 0.09), transparent 24rem),
    linear-gradient(180deg, #030405 0%, #060910 100%);
  border-bottom: 1px solid rgba(155, 186, 255, 0.13);
}

.page-hero .hero__background {
  opacity: 0.64;
}

.page-hero__content {
  position: relative;
  z-index: 2;
  max-width: 1120px;
}

.page-hero__content h1 {
  margin: 0;
  max-width: 920px;
  font-family: var(--font-display);
  font-size: clamp(2.55rem, 5.8vw, 6.1rem);
  line-height: 0.98;
  text-wrap: balance;
}

.page-hero__content > p:not(.section-kicker) {
  max-width: 760px;
  margin: 1rem 0 0;
  color: rgba(216, 225, 239, 0.76);
  font-size: clamp(1rem, 1.6vw, 1.28rem);
  line-height: 1.75;
}

.proof-bar {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border-top: 1px solid rgba(155, 186, 255, 0.14);
  border-bottom: 1px solid rgba(155, 186, 255, 0.14);
  background:
    radial-gradient(circle at 12% 10%, rgba(45, 215, 255, 0.065), transparent 24rem),
    linear-gradient(180deg, rgba(6, 8, 12, 0.92), rgba(3, 4, 5, 0.98));
}

.proof-bar > div {
  display: flex;
  min-height: 104px;
  align-items: center;
  gap: 0.85rem;
  padding: clamp(1.25rem, 2vw, 2rem);
  border: 1px solid rgba(248, 251, 255, 0.07);
  background: rgba(248, 251, 255, 0.045);
  backdrop-filter: blur(18px);
}

.proof-bar span {
  display: inline-grid;
  width: 2.25rem;
  height: 2.25rem;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(128, 234, 255, 0.28);
  border-radius: 50%;
  color: rgba(128, 234, 255, 0.94);
  background: rgba(45, 215, 255, 0.06);
  box-shadow: 0 0 22px rgba(45, 215, 255, 0.08);
}

.proof-bar p {
  margin: 0;
  color: rgba(232, 239, 250, 0.9);
  font-size: 0.84rem;
  font-weight: 800;
  text-transform: uppercase;
}

.intro-band {
  background:
    linear-gradient(115deg, transparent 0 38%, rgba(255, 255, 255, 0.025) 38.1%, transparent 38.4%),
    repeating-linear-gradient(90deg, rgba(155, 186, 255, 0.035) 0 1px, transparent 1px 120px),
    radial-gradient(circle at 86% 10%, rgba(45, 215, 255, 0.06), transparent 28rem),
    radial-gradient(circle at 12% 90%, rgba(202, 166, 94, 0.045), transparent 22rem),
    linear-gradient(180deg, rgba(3, 4, 5, 0.98), rgba(7, 10, 15, 0.98));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.intro-band__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: clamp(2.5rem, 8vw, 8.5rem);
  align-items: end;
}

.intro-band h2,
.section-heading h2,
.services__sticky h2,
.contact__copy h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.35rem, 5vw, 5.9rem);
  line-height: 1.04;
  text-wrap: balance;
}

.intro-band p:not(.section-kicker),
.contact__copy > p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  line-height: 1.75;
}

.metric-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: clamp(2rem, 4.5vw, 4rem);
  background: var(--line);
}

.metric-strip > div {
  min-height: 124px;
  padding: clamp(1.4rem, 3vw, 2.2rem);
  background: rgba(5, 8, 12, 0.94);
}

.metric-strip strong {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(3.1rem, 6vw, 5.5rem);
  line-height: 1;
  color: var(--text);
}

.metric-strip span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.section-heading {
  max-width: 980px;
  margin-bottom: clamp(2rem, 4.5vw, 3.8rem);
}

.section-subtitle {
  max-width: 650px;
  margin: 1.25rem 0 0;
  color: rgba(216, 225, 239, 0.82);
  font-size: clamp(1rem, 1.25vw, 1.18rem);
}

.section-heading--center {
  margin-inline: auto;
  text-align: center;
}

.transformation {
  --conversion-progress: 0;
  --result-progress: 0;
  --conversion-glow: 0px;
  --conversion-lift: 0px;
  --conversion-shift: 16px;
  --conversion-scale: 0.96;
  --layout-two: 82%;
  --layout-three: 64%;
  --stage-one-opacity: 1;
  --stage-two-opacity: 0.58;
  --stage-three-opacity: 0.42;
  --result-one-opacity: 0;
  --result-two-opacity: 0;
  --result-three-opacity: 0;
  --result-one-shift: 10px;
  --result-two-shift: 10px;
  --result-three-shift: 10px;
  min-height: 140svh;
  background:
    linear-gradient(118deg, transparent 0 42%, rgba(255, 255, 255, 0.022) 42.15%, transparent 42.45%),
    repeating-linear-gradient(90deg, rgba(155, 186, 255, 0.024) 0 1px, transparent 1px 132px),
    radial-gradient(circle at 80% 18%, rgba(45, 215, 255, 0.06), transparent 25rem),
    radial-gradient(circle at 12% 82%, rgba(202, 166, 94, 0.048), transparent 22rem),
    linear-gradient(180deg, #030405, #080a10);
}

.conversion-simulator {
  position: sticky;
  top: 7.25rem;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.78fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}

.conversion-simulator__stage {
  position: relative;
  border: 1px solid rgba(190, 205, 226, 0.16);
  border-radius: 8px;
  padding: clamp(0.8rem, 1.8vw, 1.25rem);
  background:
    radial-gradient(circle at 82% 20%, rgba(45, 215, 255, 0.08), transparent 20rem),
    rgba(6, 8, 12, 0.72);
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  overflow: hidden;
}

.conversion-simulator__stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 72% 55%, rgba(45, 215, 255, 0.12), transparent 22rem);
  opacity: var(--conversion-progress);
  transition: opacity 0.7s var(--ease);
  pointer-events: none;
}

.sim-browser {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 1px solid rgba(210, 224, 244, 0.14);
  border-radius: 8px;
  background: #05070a;
}

.sim-browser__top {
  display: flex;
  gap: 0.4rem;
  border-bottom: 1px solid rgba(155, 186, 255, 0.12);
  padding: 0.8rem;
  background: rgba(248, 251, 255, 0.04);
}

.sim-browser__top span {
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 50%;
  background: rgba(216, 225, 239, 0.22);
}

.sim-browser__body {
  display: grid;
  min-height: clamp(360px, 42vw, 560px);
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1fr);
  gap: clamp(1rem, 3vw, 2rem);
  align-items: center;
  padding: clamp(1rem, 3vw, 2rem);
}

.sim-copy {
  display: grid;
  gap: 0.85rem;
}

.sim-copy p,
.sim-copy span {
  margin: 0;
  color: rgba(216, 225, 239, 0.72);
}

.sim-copy strong {
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 3.1vw, 3.4rem);
  line-height: 1.04;
}

.sim-copy p,
.sim-copy strong,
.sim-copy span {
  transition: color 0.5s ease, opacity 0.5s ease;
}

.sim-layout {
  display: grid;
  gap: 0.75rem;
  transform: translateY(var(--conversion-lift));
  transition: transform 0.2s linear;
}

.sim-layout span {
  display: block;
  min-height: 4.6rem;
  border: 1px solid rgba(155, 186, 255, 0.13);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(248, 251, 255, 0.065), rgba(248, 251, 255, 0.018));
  border-color: rgba(128, 234, 255, 0.2);
  box-shadow: 0 0 var(--conversion-glow) rgba(45, 215, 255, 0.055);
  transition: border-color 0.2s linear, box-shadow 0.2s linear, width 0.2s linear;
}

.sim-layout span:nth-child(2) {
  width: var(--layout-two);
}

.sim-layout span:nth-child(3) {
  width: var(--layout-three);
}

.sim-results {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: min(420px, 90%);
  gap: 0.65rem;
  border: 1px solid rgba(128, 234, 255, 0.2);
  border-radius: 8px;
  padding: clamp(1rem, 2vw, 1.35rem);
  background:
    radial-gradient(circle at 78% 18%, rgba(88, 255, 194, 0.1), transparent 12rem),
    rgba(5, 8, 12, 0.74);
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.36), 0 0 38px rgba(45, 215, 255, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(18px) saturate(1.12);
  opacity: var(--result-progress);
  transform: translate(-50%, -50%) translateY(var(--conversion-shift)) scale(var(--conversion-scale));
  transition: opacity 0.2s linear, transform 0.2s linear;
}

.sim-results p {
  margin: 0 0 0.15rem;
  color: rgba(216, 225, 239, 0.72);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.sim-results div {
  position: relative;
  border: 1px solid rgba(88, 255, 194, 0.18);
  border-radius: 8px;
  padding: 0.82rem 0.9rem 0.82rem 2rem;
  color: rgba(218, 255, 242, 0.92);
  background: rgba(88, 255, 194, 0.07);
  box-shadow: 0 0 22px rgba(88, 255, 194, 0.08);
  font-weight: 800;
  transform: translateY(10px);
  transition: opacity 0.2s linear, transform 0.2s linear;
}

.sim-results div::before {
  content: "";
  position: absolute;
  left: 0.85rem;
  top: 50%;
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 16px rgba(88, 255, 194, 0.24);
  transform: translateY(-50%);
}

.sim-results div:nth-of-type(1) {
  opacity: var(--result-one-opacity);
  transform: translateY(var(--result-one-shift));
}

.sim-results div:nth-of-type(2) {
  opacity: var(--result-two-opacity);
  transform: translateY(var(--result-two-shift));
}

.sim-results div:nth-of-type(3) {
  opacity: var(--result-three-opacity);
  transform: translateY(var(--result-three-shift));
}

.sim-results span {
  color: rgba(218, 255, 242, 0.78);
  font-size: clamp(0.82rem, 1vw, 0.95rem);
  text-transform: uppercase;
}

.conversion-simulator__content h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3.5vw, 3.8rem);
  line-height: 1.04;
}

.conversion-simulator__content > p:not(.section-kicker) {
  margin: 1.25rem 0 1.8rem;
  color: rgba(216, 225, 239, 0.82);
  line-height: 1.75;
}

.sim-stages {
  display: grid;
  gap: 0.75rem;
}

.sim-stages article {
  border: 1px solid rgba(155, 186, 255, 0.13);
  border-radius: 8px;
  padding: 1rem;
  background: rgba(248, 251, 255, 0.035);
  opacity: 0.58;
  transition: opacity 0.35s ease, border-color 0.35s ease, background 0.35s ease;
}

.sim-stages article:nth-child(1) {
  opacity: var(--stage-one-opacity);
}

.sim-stages article:nth-child(2) {
  opacity: var(--stage-two-opacity);
}

.sim-stages article:nth-child(3) {
  opacity: var(--stage-three-opacity);
  border-color: rgba(128, 234, 255, 0.24);
}

.sim-stages span {
  color: var(--blue);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.sim-stages strong {
  display: block;
  margin: 0.5rem 0 0.35rem;
  color: var(--text);
  font-family: var(--font-display);
  font-size: 1rem;
}

.sim-stages p {
  margin: 0;
  color: rgba(216, 225, 239, 0.72);
  font-size: 0.9rem;
  line-height: 1.55;
}

.conversion-cta {
  margin-top: 1.35rem;
}

.conversion-cta p {
  max-width: 520px;
  margin: 0.85rem 0 0;
  color: rgba(216, 225, 239, 0.74);
  font-size: 0.92rem;
}

.for-who {
  background:
    radial-gradient(circle at 78% 18%, rgba(45, 215, 255, 0.06), transparent 24rem),
    radial-gradient(circle at 8% 85%, rgba(202, 166, 94, 0.045), transparent 22rem),
    linear-gradient(180deg, #080a10, #030405);
}

.for-who__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-bottom: clamp(2rem, 4vw, 3.2rem);
  background: rgba(155, 186, 255, 0.14);
}

.for-who__grid p {
  min-height: 132px;
  margin: 0;
  padding: clamp(1.25rem, 2vw, 1.8rem);
  color: rgba(232, 239, 250, 0.92);
  background: rgba(7, 10, 15, 0.9);
  font-family: var(--font-display);
  font-size: clamp(1rem, 1.4vw, 1.35rem);
  line-height: 1.18;
}

.projects {
  background:
    linear-gradient(120deg, transparent 0 42%, rgba(255, 255, 255, 0.018) 42.1%, transparent 42.4%),
    repeating-linear-gradient(90deg, rgba(155, 186, 255, 0.026) 0 1px, transparent 1px 140px),
    radial-gradient(circle at 78% 8%, rgba(45, 215, 255, 0.06), transparent 30rem),
    radial-gradient(circle at 18% 42%, rgba(202, 166, 94, 0.045), transparent 28rem),
    linear-gradient(180deg, #07090d 0%, #030405 54%, #08090d 100%);
}

.project-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(3rem, 5.8vw, 5.5rem);
}

.project-card {
  position: relative;
  --card-x: 50%;
  --card-y: 50%;
  min-height: min(68svh, 660px);
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
  gap: clamp(1.6rem, 4vw, 3.8rem);
  align-items: center;
  border: 1px solid rgba(190, 205, 226, 0.16);
  border-radius: 8px;
  padding: clamp(1rem, 2vw, 1.5rem);
  background:
    linear-gradient(135deg, rgba(248, 251, 255, 0.055), rgba(248, 251, 255, 0.014)),
    rgba(6, 8, 12, 0.68);
  box-shadow: 0 26px 90px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.055);
  isolation: isolate;
  transition: transform 0.75s var(--ease), border-color 0.75s ease, box-shadow 0.75s ease;
}

.project-card:nth-child(even) {
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
}

.project-card__media {
  position: relative;
  inset: auto;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  min-height: 0;
  border: 1px solid rgba(210, 224, 244, 0.16);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.045), transparent 18rem),
    #0b0d12;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28), inset 0 0 0 1px rgba(255, 255, 255, 0.035);
  transition: transform 0.65s var(--ease), box-shadow 0.65s ease, border-color 0.65s ease;
}

.project-card__media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(105deg, transparent 34%, rgba(255, 255, 255, 0.12) 48%, transparent 62%);
  opacity: 0;
  transform: translateX(-45%);
  transition: opacity 0.45s ease, transform 0.85s var(--ease);
  pointer-events: none;
}

.project-card__media::after {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: -1px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(128, 234, 255, 0.42), rgba(202, 166, 94, 0.24), transparent);
  opacity: 0.75;
  filter: blur(0.2px);
}

.project-card__media img,
.project-card__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  filter: saturate(1.03) brightness(1) contrast(1.01);
  transition: transform 0.85s var(--ease), filter 0.85s var(--ease);
}

.project-card__media video {
  object-fit: contain;
  background:
    radial-gradient(circle at 70% 30%, rgba(45, 215, 255, 0.055), transparent 22rem),
    #05070a;
}

.project-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at var(--card-x) var(--card-y), rgba(128, 234, 255, 0.08), transparent 18rem),
    linear-gradient(90deg, transparent 0%, rgba(45, 215, 255, 0.035) 50%, transparent 100%),
    radial-gradient(circle at 50% 100%, rgba(202, 166, 94, 0.045), transparent 28rem);
  opacity: 0;
  transition: opacity 0.7s var(--ease);
  pointer-events: none;
}

.project-card::after {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: 2;
  border: 1px solid transparent;
  border-radius: 7px;
  background: linear-gradient(135deg, rgba(45, 215, 255, 0.3), transparent 38%, rgba(156, 92, 255, 0.22)) border-box;
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.55s ease;
  pointer-events: none;
}

.project-card__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1rem, 2.4vw, 2rem);
  opacity: 1;
  filter: none;
  transform: none;
}

.project-card:nth-child(even) .project-card__media {
  grid-column: 2;
}

.project-card:nth-child(even) .project-card__content {
  grid-column: 1;
  grid-row: 1;
}

.project-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  align-items: center;
  margin-bottom: 1.15rem;
}

.project-card__index,
.project-card__badge {
  width: fit-content;
  margin: 0;
  border: 1px solid rgba(128, 234, 255, 0.2);
  border-radius: 999px;
  padding: 0.42rem 0.72rem;
  color: rgba(201, 240, 255, 0.9);
  background: rgba(248, 251, 255, 0.035);
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  box-shadow: inset 0 0 18px rgba(255, 255, 255, 0.025);
}

.project-card__badge {
  border-color: rgba(202, 166, 94, 0.22);
  color: rgba(255, 235, 190, 0.86);
  background: rgba(202, 166, 94, 0.055);
}

.project-card h3 {
  max-width: 720px;
  margin: 0 0 0.85rem;
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.6vw, 2.9rem);
  line-height: 1.08;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.26);
}

.project-card p:not(.project-card__index, .project-card__badge) {
  max-width: 620px;
  margin: 0 0 1rem;
  color: rgba(232, 239, 250, 0.9);
  font-size: clamp(0.98rem, 1.05vw, 1.08rem);
  line-height: 1.68;
}

.project-card ul,
.offer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.project-card li,
.offer li {
  position: relative;
  padding-left: 1.05rem;
  color: rgba(216, 225, 239, 0.82);
  font-size: 0.92rem;
  line-height: 1.55;
}

.project-card li + li,
.offer li + li {
  margin-top: 0.45rem;
}

.project-card li::before,
.offer li::before {
  content: "";
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 50%;
  background: rgba(45, 215, 255, 0.82);
  box-shadow: 0 0 8px rgba(45, 215, 255, 0.32);
}

.project-card__button {
  width: fit-content;
  margin-top: 1.25rem;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.48s var(--ease), transform 0.48s var(--ease), box-shadow 0.45s ease;
}

.project-card:hover .project-card__media,
.project-card:focus-within .project-card__media {
  transform: scale(1.012);
  border-color: rgba(128, 234, 255, 0.28);
  box-shadow: 0 30px 92px rgba(0, 0, 0, 0.34), 0 0 32px rgba(45, 215, 255, 0.055), inset 0 0 0 1px rgba(255, 255, 255, 0.055);
}

.project-card:hover .project-card__media::before,
.project-card:focus-within .project-card__media::before {
  opacity: 1;
  transform: translateX(45%);
}

.project-card:hover .project-card__media img,
.project-card:focus-within .project-card__media img {
  transform: scale(1.025);
  filter: saturate(1.03) brightness(1.02) contrast(1.01);
}

.project-card:hover,
.project-card:focus-within {
  transform: translateY(-0.22rem);
  border-color: rgba(45, 215, 255, 0.22);
  box-shadow: 0 34px 105px rgba(0, 0, 0, 0.32), 0 0 34px rgba(45, 215, 255, 0.035);
}

.project-card:hover::before,
.project-card:focus-within::before {
  opacity: 1;
}

.project-card:hover::after,
.project-card:focus-within::after {
  opacity: 1;
}

.project-card:hover .project-card__button,
.project-card:focus-within .project-card__button {
  opacity: 1;
  transform: translateY(0);
}

.featured-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.9rem;
  margin-top: clamp(2.5rem, 5vw, 4.5rem);
}

.philosophy {
  padding: clamp(4.5rem, 7vw, 7.8rem) clamp(1.25rem, 6vw, 7rem);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 16% 18%, rgba(45, 215, 255, 0.075), transparent 26rem),
    radial-gradient(circle at 86% 84%, rgba(202, 166, 94, 0.055), transparent 24rem),
    linear-gradient(180deg, rgba(4, 6, 10, 0.99), rgba(7, 9, 14, 0.99));
}

.philosophy__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: start;
}

.philosophy h2,
.page-cta h2,
.faq h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5vw, 5.4rem);
  line-height: 1.05;
  text-wrap: balance;
}

.philosophy p:not(.section-kicker) {
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.28vw, 1.16rem);
  line-height: 1.78;
}

.philosophy p + p {
  margin-top: 1rem;
}

.services {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(2rem, 7vw, 8rem);
  background:
    linear-gradient(115deg, transparent 0 44%, rgba(128, 234, 255, 0.026) 44.2%, transparent 44.55%),
    repeating-linear-gradient(0deg, rgba(155, 186, 255, 0.02) 0 1px, transparent 1px 96px),
    radial-gradient(circle at 14% 18%, rgba(8, 120, 255, 0.105), transparent 26rem),
    radial-gradient(circle at 86% 76%, rgba(45, 215, 255, 0.05), transparent 20rem),
    linear-gradient(180deg, #080a11, #030405);
}

.process {
  background:
    repeating-linear-gradient(90deg, rgba(155, 186, 255, 0.022) 0 1px, transparent 1px 130px),
    radial-gradient(circle at 20% 18%, rgba(45, 215, 255, 0.06), transparent 26rem),
    linear-gradient(180deg, #030405, #080a10);
}

.process__grid,
.social-proof__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(155, 186, 255, 0.14);
}

.process__grid article,
.social-proof__grid article {
  padding: clamp(1.4rem, 2.5vw, 2rem);
  background: rgba(7, 10, 15, 0.9);
}

.process__grid span {
  color: var(--blue);
  font-family: var(--font-display);
  font-size: 0.78rem;
}

.process__grid h3 {
  margin: 1rem 0 0.75rem;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2vw, 2.2rem);
}

.process__grid p,
.social-proof__grid span {
  margin: 0;
  color: rgba(216, 225, 239, 0.76);
}

.social-proof {
  background:
    radial-gradient(circle at 82% 28%, rgba(202, 166, 94, 0.055), transparent 24rem),
    radial-gradient(circle at 14% 78%, rgba(45, 215, 255, 0.055), transparent 26rem),
    linear-gradient(180deg, #080a10, #030405);
}

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

.social-proof__grid strong {
  display: block;
  margin-bottom: 0.9rem;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.2vw, 2.5rem);
  line-height: 1.08;
}

.proof-disclaimer {
  max-width: 760px;
  margin: 1.1rem 0 0;
  color: rgba(216, 225, 239, 0.68);
  font-size: 0.88rem;
}

.services__sticky {
  position: sticky;
  top: 8rem;
  align-self: start;
}

.services__list {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.service-row {
  display: grid;
  grid-template-columns: 4rem minmax(0, 0.86fr) minmax(230px, 0.7fr);
  gap: clamp(1rem, 2vw, 2rem);
  align-items: baseline;
  padding: clamp(1.25rem, 2.7vw, 2.4rem) 0;
  border-bottom: 1px solid var(--line);
}

.service-row span {
  color: var(--blue);
  font-family: var(--font-display);
  font-size: 0.78rem;
}

.service-row h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 3vw, 3.3rem);
  line-height: 1;
}

.service-row p {
  margin: 0;
  color: var(--muted);
}

.service-row__cta {
  width: fit-content;
  margin-top: clamp(1.4rem, 3vw, 2.6rem);
}

.calculator-anchor {
  position: relative;
  top: -5.5rem;
  height: 0;
  scroll-margin-top: 6rem;
}

.offers {
  background:
    linear-gradient(125deg, transparent 0 54%, rgba(202, 166, 94, 0.03) 54.1%, transparent 54.45%),
    radial-gradient(circle at 50% 12%, rgba(202, 166, 94, 0.07), transparent 24rem),
    radial-gradient(circle at 88% 80%, rgba(45, 215, 255, 0.04), transparent 22rem),
    linear-gradient(180deg, #030405, #0a0c13 52%, #030405);
}

.offer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  align-items: stretch;
}

.offer {
  position: relative;
  min-height: 460px;
  overflow: hidden;
  border: 1px solid rgba(155, 186, 255, 0.16);
  border-radius: 8px;
  padding: clamp(1.4rem, 2.6vw, 2.2rem);
  background:
    linear-gradient(180deg, rgba(248, 251, 255, 0.06), rgba(248, 251, 255, 0.02)),
    rgba(7, 10, 15, 0.92);
  display: flex;
  flex-direction: column;
  transition: transform 0.6s var(--ease), border-color 0.6s ease, box-shadow 0.6s ease;
}

.offer--featured {
  transform: translateY(-1.1rem);
  border-color: rgba(45, 215, 255, 0.48);
  box-shadow: 0 0 60px rgba(45, 215, 255, 0.12), 0 30px 90px rgba(0, 0, 0, 0.34);
}

.offer__beam {
  position: absolute;
  top: -30%;
  left: 40%;
  width: 160px;
  height: 160%;
  background: linear-gradient(180deg, transparent, rgba(45, 215, 255, 0.2), transparent);
  filter: blur(18px);
  transform: rotate(24deg);
  opacity: 0.42;
  pointer-events: none;
  transition: opacity 0.55s ease, transform 0.75s var(--ease);
}

.offer--featured:hover .offer__beam {
  opacity: 0.62;
  transform: translateX(0.45rem) rotate(24deg);
}

.offer__tag {
  width: fit-content;
  margin: 0 0 1rem;
  border: 1px solid rgba(45, 215, 255, 0.4);
  border-radius: 999px;
  padding: 0.35rem 0.7rem;
  color: var(--blue);
  font-size: 0.67rem;
  font-weight: 800;
  text-transform: uppercase;
}

.offer__label {
  margin: 0 0 1.25rem;
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
}

.offer h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3.5vw, 3.7rem);
  line-height: 0.98;
}

.offer__price {
  width: fit-content;
  margin: 1rem 0 0;
  border: 1px solid rgba(202, 166, 94, 0.28);
  border-radius: 999px;
  padding: 0.4rem 0.72rem;
  color: rgba(238, 216, 171, 0.92);
  background: rgba(202, 166, 94, 0.07);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.offer__best {
  margin: 1rem 0 0;
  color: rgba(128, 234, 255, 0.86);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.45;
}

.offer > p:not(.offer__label, .offer__tag, .offer__best, .offer__price) {
  margin: 1.1rem 0 1.6rem;
  color: rgba(216, 225, 239, 0.78);
}

.offer ul {
  margin-bottom: 2rem;
}

.offer__button {
  margin-top: auto;
}

.offer:hover {
  transform: translateY(-0.45rem);
  border-color: rgba(45, 215, 255, 0.34);
}

.offer--featured:hover {
  transform: translateY(-1.45rem);
}

.faq,
.page-cta {
  padding: clamp(4.5rem, 7vw, 7.8rem) clamp(1.25rem, 6vw, 7rem);
}

.faq {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    repeating-linear-gradient(90deg, rgba(155, 186, 255, 0.026) 0 1px, transparent 1px 124px),
    radial-gradient(circle at 78% 20%, rgba(45, 215, 255, 0.06), transparent 25rem),
    linear-gradient(180deg, #04060a, #080a10);
}

.faq__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: clamp(2rem, 5vw, 4rem);
  background: var(--line);
}

.faq__grid article {
  padding: clamp(1.35rem, 2.6vw, 2.2rem);
  background: rgba(6, 9, 14, 0.94);
}

.faq__grid h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 2vw, 1.75rem);
  line-height: 1.08;
}

.faq__grid p {
  margin: 1rem 0 0;
  color: var(--muted);
  line-height: 1.68;
}

.page-cta {
  display: grid;
  justify-items: center;
  text-align: center;
  border-top: 1px solid rgba(155, 186, 255, 0.14);
  background:
    radial-gradient(circle at 50% 20%, rgba(45, 215, 255, 0.09), transparent 26rem),
    radial-gradient(circle at 12% 100%, rgba(202, 166, 94, 0.055), transparent 22rem),
    linear-gradient(180deg, #030405, #070a0f);
}

.page-cta p:not(.section-kicker) {
  max-width: 720px;
  margin: 0.95rem 0 1.45rem;
  color: rgba(216, 225, 239, 0.78);
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  line-height: 1.72;
}

.page-cta--compact {
  padding-block: clamp(3.8rem, 6vw, 6rem);
}

.featured-actions--inline {
  justify-content: flex-start;
}

.urgency {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: center;
  border-top: 1px solid rgba(155, 186, 255, 0.14);
  border-bottom: 1px solid rgba(155, 186, 255, 0.14);
  background:
    radial-gradient(circle at 82% 40%, rgba(45, 215, 255, 0.09), transparent 22rem),
    radial-gradient(circle at 12% 100%, rgba(202, 166, 94, 0.06), transparent 20rem),
    linear-gradient(180deg, #05070a, #030405);
}

.urgency h2 {
  max-width: 980px;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 4.8vw, 5.4rem);
  line-height: 1.04;
  text-wrap: balance;
}

.urgency p:not(.section-kicker) {
  max-width: 720px;
  margin: 1.25rem 0 0;
  color: rgba(216, 225, 239, 0.82);
  font-size: clamp(1rem, 1.2vw, 1.18rem);
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.7fr);
  gap: clamp(2rem, 7vw, 7rem);
  align-items: start;
  background:
    linear-gradient(118deg, transparent 0 44%, rgba(255, 255, 255, 0.025) 44.1%, transparent 44.4%),
    radial-gradient(circle at 15% 15%, rgba(45, 215, 255, 0.09), transparent 25rem),
    radial-gradient(circle at 84% 70%, rgba(202, 166, 94, 0.055), transparent 22rem),
    linear-gradient(180deg, #030405, #070a0f);
}

.contact__copy p {
  max-width: 680px;
  margin-top: 1.4rem;
}

.contact__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.contact__links a {
  border-bottom: 1px solid rgba(45, 215, 255, 0.5);
  color: var(--soft);
  font-weight: 800;
  transition: color 0.32s ease, border-color 0.32s ease;
}

.contact__links a:hover,
.site-footer a:hover {
  color: var(--text);
  border-color: rgba(128, 234, 255, 0.78);
}

.contact-form {
  display: grid;
  gap: 1rem;
  border: 1px solid rgba(155, 186, 255, 0.16);
  border-radius: 8px;
  padding: clamp(1.2rem, 3vw, 2rem);
  background: rgba(8, 11, 16, 0.82);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.24);
}

.contact-form label {
  display: grid;
  gap: 0.55rem;
}

.contact-form span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(155, 186, 255, 0.18);
  border-radius: 8px;
  padding: 1rem;
  color: var(--text);
  background: rgba(3, 4, 5, 0.72);
  outline: none;
  resize: vertical;
  transition: border-color 0.35s ease, box-shadow 0.35s ease, background 0.35s ease;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: rgba(45, 215, 255, 0.72);
  background: rgba(6, 11, 17, 0.92);
  box-shadow: 0 0 0 4px rgba(45, 215, 255, 0.08);
}

.contact-form select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(216, 225, 239, 0.88) 50%),
    linear-gradient(135deg, rgba(216, 225, 239, 0.88) 50%, transparent 50%),
    linear-gradient(180deg, rgba(3, 4, 5, 0.72), rgba(3, 4, 5, 0.72));
  background-position:
    calc(100% - 1.15rem) 50%,
    calc(100% - 0.82rem) 50%,
    0 0;
  background-size: 0.34rem 0.34rem, 0.34rem 0.34rem, 100% 100%;
  background-repeat: no-repeat;
}

.form-note {
  margin: -0.2rem 0 0;
  color: rgba(216, 225, 239, 0.72);
  font-size: 0.88rem;
}

.form-status {
  min-height: 1.4rem;
  margin: 0;
  color: var(--green);
  font-size: 0.9rem;
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.form-actions[hidden] {
  display: none;
}

.site-footer {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.4rem clamp(1.25rem, 5vw, 6rem);
  border-top: 1px solid var(--line);
  color: var(--muted);
  background: #030405;
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
}

.sticky-whatsapp {
  position: fixed;
  right: clamp(1rem, 2.4vw, 1.6rem);
  bottom: clamp(1rem, 2.4vw, 1.6rem);
  z-index: 30;
  display: inline-flex;
  gap: 0.55rem;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(128, 234, 255, 0.36);
  border-radius: 999px;
  padding: 0.72rem 0.96rem;
  color: rgba(232, 255, 247, 0.94);
  background:
    linear-gradient(135deg, rgba(128, 234, 255, 0.12), rgba(88, 255, 194, 0.06)),
    rgba(6, 10, 15, 0.78);
  box-shadow: 0 18px 48px rgba(45, 215, 255, 0.1), 0 0 26px rgba(88, 255, 194, 0.08), 0 16px 42px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px) saturate(1.1);
  font-size: 0.74rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  transition: transform 0.34s var(--ease), border-color 0.34s ease, box-shadow 0.34s ease, background 0.34s ease;
}

.sticky-whatsapp img {
  width: 1.05rem;
  height: 1.05rem;
  flex: 0 0 auto;
  filter: drop-shadow(0 0 8px rgba(88, 255, 194, 0.24));
}

.sticky-whatsapp:hover {
  transform: translateY(-3px);
  border-color: rgba(88, 255, 194, 0.5);
  background:
    linear-gradient(135deg, rgba(128, 234, 255, 0.15), rgba(88, 255, 194, 0.09)),
    rgba(8, 13, 18, 0.86);
  box-shadow: 0 22px 58px rgba(45, 215, 255, 0.14), 0 0 30px rgba(88, 255, 194, 0.12), 0 18px 48px rgba(0, 0, 0, 0.36);
}

[data-reveal],
[data-reveal-group] > * {
  opacity: 0;
  filter: blur(6px);
  transform: translateY(26px);
  transition: opacity 0.72s var(--ease), filter 0.72s var(--ease), transform 0.72s var(--ease);
}

[data-reveal].is-visible,
[data-reveal-group].is-visible > * {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

[data-reveal-group].is-visible > *:nth-child(2) {
  transition-delay: 0.1s;
}

[data-reveal-group].is-visible > *:nth-child(3) {
  transition-delay: 0.2s;
}

[data-reveal-group].is-visible > *:nth-child(4) {
  transition-delay: 0.3s;
}

@keyframes loaderBloom {
  0%,
  15% {
    opacity: 0;
    transform: scale(0.94);
  }

  42% {
    opacity: 0.78;
  }

  100% {
    opacity: 0.24;
    transform: scale(1.08);
  }
}

@keyframes loaderMarkIn {
  0% {
    opacity: 0;
    filter: blur(12px);
    transform: translateY(14px) scale(0.98);
  }

  18% {
    opacity: 0.2;
  }

  38%,
  82% {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0) scale(1);
  }

  100% {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0) scale(1);
  }
}

@keyframes loaderLogo {
  0% {
    opacity: 0;
    transform: scale(0.92);
  }

  28%,
  78% {
    opacity: 1;
    transform: scale(1);
  }

  46% {
    transform: scale(1.014);
    filter: drop-shadow(0 0 22px rgba(45, 215, 255, 0.38)) drop-shadow(0 0 42px rgba(156, 92, 255, 0.1));
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes logoSweep {
  0%,
  30% {
    opacity: 0;
    transform: translateX(-90%) skewX(-12deg);
  }

  52% {
    opacity: 0.55;
  }

  78%,
  100% {
    opacity: 0;
    transform: translateX(90%) skewX(-12deg);
  }
}

@keyframes heroZoom {
  to {
    transform: scale(1.14) translate3d(-0.8%, calc(var(--parallax-y, 0px) - 0.5%), 0);
  }
}

@keyframes lightSweep {
  0%,
  100% {
    opacity: 0.12;
    transform: translateX(-18vw) rotate(20deg);
  }

  48% {
    opacity: 0.28;
  }

  70% {
    opacity: 0.12;
    transform: translateX(28vw) rotate(20deg);
  }
}

@keyframes heroLightDrift {
  from {
    background-position: -8vw 0, -12vw 0;
  }

  to {
    background-position: 10vw 0, 12vw 0;
  }
}

@keyframes robotFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -0.75rem, 0);
  }
}

@keyframes lineReveal {
  to {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}

@keyframes revealLine {
  to {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}

@keyframes buttonRipple {
  0% {
    width: 0;
    height: 0;
    opacity: 0.48;
  }

  100% {
    width: 18rem;
    height: 18rem;
    opacity: 0;
  }
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: auto 1fr auto auto;
  }

  .nav {
    justify-content: center;
    gap: 0.85rem;
    font-size: 0.68rem;
  }

  .intro-band__grid,
  .proof-bar,
  .conversion-simulator,
  .for-who__grid,
  .philosophy__grid,
  .faq__grid,
  .services,
  .process__grid,
  .social-proof__grid,
  .urgency,
  .contact {
    grid-template-columns: 1fr;
  }

  .services__sticky {
    position: relative;
    top: auto;
  }

  .offer-grid {
    grid-template-columns: 1fr;
  }

  .proof-bar {
    gap: 0;
  }

  .conversion-simulator {
    position: relative;
    top: auto;
    gap: 1.75rem;
  }

  .transformation {
    min-height: auto;
  }

  .urgency {
    align-items: start;
  }

  .urgency .button {
    width: fit-content;
  }

  .project-card {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 1.25rem;
    padding: 1rem;
  }

  .project-card:nth-child(even) {
    grid-template-columns: 1fr;
  }

  .project-card:nth-child(even) .project-card__media,
  .project-card:nth-child(even) .project-card__content {
    grid-column: auto;
    grid-row: auto;
  }

  .project-card__media {
    aspect-ratio: 16 / 9;
  }

  .project-card__content {
    padding: clamp(1.1rem, 3vw, 1.7rem);
  }

  .project-card__button {
    opacity: 1;
    transform: none;
  }

  .offer--featured,
  .offer--featured:hover {
    transform: none;
  }

  .service-row {
    grid-template-columns: 3rem 1fr;
  }

  .service-row p {
    grid-column: 2;
  }

  .page-hero {
    min-height: 54svh;
  }
}

@media (max-width: 768px) {
  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 1.35rem;
    padding: 6.65rem 1rem 2.35rem;
  }

  .hero__content {
    max-width: none;
  }

  .hero__headline {
    font-size: clamp(2.35rem, 10.7vw, 3.55rem);
    line-height: 1.01;
  }

  .hero__proof {
    margin-top: 0.8rem;
  }

  .hero__subtext {
    margin-top: 0.65rem;
  }

  .hero__badges {
    gap: 0.48rem;
    margin-top: 1rem;
  }

  .hero__badges span {
    padding: 0.38rem 0.56rem;
    font-size: 0.64rem;
  }

  .hero__trust {
    display: none;
  }

  .hero__actions {
    gap: 0.72rem;
    margin-top: 1rem;
  }

  .hero-robot {
    justify-self: center;
    width: min(210px, 58vw);
    margin-top: -0.15rem;
    opacity: 1;
    transform: none;
  }

  .hero-robot img {
    animation-duration: 8s;
  }

}

@media (max-width: 680px) {
  .site-header {
    gap: 0.75rem;
    padding: 0.85rem 1rem;
    grid-template-columns: auto 1fr auto auto;
  }

  .brand {
    gap: 0.55rem;
  }

  .brand img {
    width: 52px;
  }

  .brand__wordmark {
    max-width: 8.8rem;
    font-size: 0.76rem;
  }

  .nav {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: auto;
    z-index: 22;
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    min-width: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    justify-content: flex-start;
    align-items: center;
    gap: 0.65rem;
    padding: 7.35rem max(1.25rem, env(safe-area-inset-left)) max(2rem, env(safe-area-inset-bottom)) max(1.25rem, env(safe-area-inset-right));
    background:
      radial-gradient(circle at 76% 12%, rgba(45, 215, 255, 0.2), transparent 14rem),
      radial-gradient(circle at 12% 78%, rgba(128, 234, 255, 0.11), transparent 18rem),
      linear-gradient(180deg, rgba(5, 8, 12, 0.995), rgba(0, 0, 0, 0.995));
    box-shadow: inset 0 1px 0 rgba(128, 234, 255, 0.12);
    backdrop-filter: blur(22px) saturate(1.12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-0.65rem);
    transition: opacity 0.38s var(--ease), visibility 0.38s ease, transform 0.38s var(--ease);
    pointer-events: none;
  }

  .nav a {
    width: min(100%, 430px);
    min-height: 3.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(128, 234, 255, 0.18);
    border-radius: 8px;
    padding: 0.9rem 1rem;
    font-family: var(--font-display);
    font-size: clamp(1.05rem, 6vw, 1.7rem);
    line-height: 1.12;
    color: rgba(235, 241, 249, 0.82);
    background: linear-gradient(180deg, rgba(128, 234, 255, 0.06), rgba(248, 251, 255, 0.025));
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.36s var(--ease), transform 0.36s var(--ease), color 0.35s ease, border-color 0.35s ease, background 0.35s ease, box-shadow 0.35s ease;
  }

  .nav a::after {
    display: none;
  }

  .nav a:hover,
  .nav a.is-active {
    color: #f8fbff;
    border-color: rgba(128, 234, 255, 0.42);
    background: linear-gradient(180deg, rgba(45, 215, 255, 0.11), rgba(248, 251, 255, 0.035));
    box-shadow: 0 0 26px rgba(45, 215, 255, 0.08);
  }

  .nav a.nav__cta {
    display: flex;
    justify-content: center;
    margin-top: 0.8rem;
    min-height: 4rem;
    border: 1px solid rgba(128, 234, 255, 0.74);
    border-radius: 999px;
    color: #041017;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.52), transparent 28%),
      linear-gradient(135deg, #72edff, #f4fdff 48%, #9ec7ff);
    box-shadow: 0 18px 54px rgba(45, 215, 255, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.75);
    text-align: center;
    text-transform: uppercase;
    font-family: var(--font-body);
    font-size: 0.74rem;
    font-weight: 900;
  }

  .nav a.nav__cta:hover {
    color: #041017;
    border-color: rgba(128, 234, 255, 0.82);
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.52), transparent 28%),
      linear-gradient(135deg, #72edff, #f4fdff 48%, #9ec7ff);
    box-shadow: 0 22px 68px rgba(45, 215, 255, 0.26), 0 12px 38px rgba(0, 0, 0, 0.26);
  }

  body.menu-open {
    overflow: hidden;
  }

  body.menu-open .header-cta,
  body.menu-open .sticky-whatsapp {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  body.menu-open .nav {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }

  body.menu-open .nav a {
    opacity: 1;
    transform: translateY(0);
  }

  body.menu-open .nav a:nth-child(2) {
    transition-delay: 0.04s;
  }

  body.menu-open .nav a:nth-child(3) {
    transition-delay: 0.08s;
  }

  body.menu-open .nav a:nth-child(4) {
    transition-delay: 0.12s;
  }

  body.menu-open .nav a:nth-child(5) {
    transition-delay: 0.16s;
  }

  .header-cta {
    padding: 0.62rem 0.9rem;
  }

  .menu-toggle {
    display: block;
  }

  .hero {
    min-height: auto;
    padding: 6.35rem 1rem 2.2rem;
  }

  .hero::before {
    display: none;
  }

  .hero__headline {
    font-size: clamp(2.25rem, 10.8vw, 3.45rem);
    line-height: 1.01;
  }

  .hero__subtext {
    font-size: 1rem;
    line-height: 1.58;
  }

  .hero__proof {
    font-size: 0.78rem;
    line-height: 1.55;
  }

  .hero__badges {
    gap: 0.45rem;
  }

  .hero__badges span {
    font-size: 0.62rem;
    padding: 0.36rem 0.52rem;
  }

  .hero__actions,
  .form-actions,
  .contact__links,
  .site-footer {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-robot {
    display: none;
  }

  .button,
  .project-card__button,
  .offer__button {
    width: 100%;
  }

  .proof-bar > div {
    min-height: 82px;
  }

  .sim-browser__body {
    grid-template-columns: 1fr;
    min-height: 460px;
  }

  .sim-results {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    max-width: none;
    opacity: 1;
    transform: none;
  }

  .sim-results div,
  .sim-results div:nth-of-type(1),
  .sim-results div:nth-of-type(2),
  .sim-results div:nth-of-type(3) {
    opacity: 1;
    transform: none;
  }

  .metric-strip {
    grid-template-columns: 1fr;
  }

  .project-card {
    min-height: auto;
    display: grid;
    grid-template-columns: 1fr;
    overflow: hidden;
  }

  .project-card__media {
    position: relative;
    inset: auto;
    aspect-ratio: 16 / 9;
    min-height: 0;
  }

  .project-card::before {
    opacity: 0;
  }

  .project-card:hover,
  .project-card:focus-within {
    transform: none;
  }

  .project-card__content {
    position: relative;
    opacity: 1;
    filter: blur(0);
    transform: none;
    background: transparent;
    border-top: 1px solid rgba(155, 186, 255, 0.16);
    padding: 1.25rem 0.25rem 0.35rem;
  }

  .project-card h3 {
    font-size: 1.45rem;
  }

  .project-card p:not(.project-card__index, .project-card__badge),
  .project-card li {
    font-size: 0.86rem;
  }

  .project-card__button {
    opacity: 1;
    transform: none;
  }

  .proof-bar,
  .page-hero,
  .intro-band,
  .transformation,
  .for-who,
  .philosophy,
  .projects,
  .services,
  .process,
  .social-proof,
  .offers,
  .faq,
  .page-cta,
  .urgency,
  .contact {
    padding: 3.15rem 1rem;
  }

  .page-hero {
    padding-top: 6.5rem;
    min-height: 48svh;
  }

  .page-hero__content h1 {
    font-size: clamp(2.25rem, 11vw, 3.85rem);
  }

  .page-hero__content > p:not(.section-kicker) {
    font-size: 1rem;
    line-height: 1.62;
  }

  .urgency .button {
    width: 100%;
  }

  .featured-actions--inline {
    justify-content: stretch;
  }

  .sticky-whatsapp {
    right: 0.85rem;
    bottom: 0.85rem;
    min-height: 2.55rem;
    padding: 0.62rem 0.76rem;
    font-size: 0.66rem;
  }

  .sticky-whatsapp img {
    width: 0.95rem;
    height: 0.95rem;
  }
}

@media (max-width: 420px) {
  .site-header {
    gap: 0.55rem;
  }

  .brand img {
    width: 44px;
  }

  .brand__wordmark {
    display: none;
  }

  .header-cta {
    padding: 0.56rem 0.58rem;
    font-size: 0.6rem;
  }

  .header-cta .button__arrow {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .loader {
    display: none;
  }

  .hero::before {
    display: none;
  }

  .hero-robot img {
    animation: none;
  }
}
