:root {
  --bg: #0b0b0f;
  --panel: rgba(15, 15, 20, 0.7);
  --text: #f7f7fb;
  --muted: rgba(247, 247, 251, 0.72);
  --line: rgba(247, 247, 251, 0.12);
  --hot: #ff3ebf; /* magenta */
  --acid: #dfff3f; /* acid lime */
  --shadow: 0 18px 60px rgba(0, 0, 0, 0.45);
  --radius: 18px;
  --radius2: 28px;
  --max: 1160px;
}

* {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
body {
  margin: 0;
  font-family: "Space Grotesk", ui-sans-serif, system-ui, -apple-system, Segoe UI,
    Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
  color: var(--text);
  background: radial-gradient(
      1200px 700px at 18% 12%,
      rgba(255, 42, 161, 0.85),
      transparent 55%
    ),
    radial-gradient(
      900px 520px at 75% 18%,
      rgba(255, 42, 161, 0.35),
      transparent 60%
    ),
    radial-gradient(
      1200px 800px at 65% 80%,
      rgba(255, 42, 161, 0.22),
      transparent 60%
    ),
    linear-gradient(180deg, #08080c 0%, #050507 100%);
  overflow-x: hidden;
}
main {
  max-width: 100vw;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}
.container {
  width: min(100% - 40px, var(--max));
  margin: 0 auto;
}

/* Header */
.header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #ffffff;
  border-bottom: 1px solid rgba(11, 11, 15, 0.12);
}
.header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
  padding: 16px 0;
}
.brand {
  display: inline-flex;
  align-items: baseline;
  gap: 5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 900;
  color: #0b0b0f;
}
.brand small {
  color: rgba(255, 42, 161, 1);
  font-weight: 900;
  letter-spacing: 0;
  opacity: 1;
  font-size: 12px;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.nav-meta {
  color: rgba(11, 11, 15, 0.8);
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
}
.ai-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(11, 11, 15, 0.16);
  border-radius: 999px;
  padding: 5px 9px;
  color: rgba(11, 11, 15, 0.72);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.ai-badge-icon {
  width: 16px;
  height: 16px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(255, 42, 161, 0.12);
  color: rgba(255, 42, 161, 1);
  font-size: 10px;
}

.mobile-nav {
  display: none;
}

#our-work,
#approach,
#why {
  scroll-margin-top: 86px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 11px 16px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.25);
  transition: transform 0.15s ease, background 0.15s ease,
    border-color 0.15s ease;
  cursor: pointer;
}
.btn:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(247, 247, 251, 0.2);
}
.btn.primary {
  border-color: rgba(216, 255, 63, 0.35);
  background: linear-gradient(
    135deg,
    rgba(216, 255, 63, 0.85),
    rgba(255, 42, 161, 0.6)
  );
  color: #0b0b0f;
  font-weight: 800;
}
.btn.primary:hover {
  border-color: rgba(216, 255, 63, 0.55);
}
.btn.black {
  background: rgba(0, 0, 0, 0.55);
}
.header-cta {
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
  color: #0b0b0f;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.header-cta:hover {
  transform: none;
  background: transparent;
  border-color: transparent;
}
.cta-dot {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(216, 255, 63, 1);
  color: #0b0b0f;
  font-size: 14px;
  line-height: 1;
}
.arrow {
  width: 16px;
  height: 16px;
  display: inline-block;
}

.menu-btn {
  display: none;
}

/* Hero */
.hero {
  --mx: 0;
  --my: 0;
  position: relative;
  min-height: calc(100svh - 70px);
  padding: clamp(86px, 9vw, 132px) 0 clamp(58px, 7vw, 92px);
  background-color: #ffffff;
  background-image: url("./assets/communication experience brand solution.webp");
  background-repeat: no-repeat;
  background-position: left 50% top 10px;
  background-size: min(1500px, 112vw) auto;
  overflow: hidden;
  isolation: isolate;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 10% -12% auto auto;
  width: min(52vw, 620px);
  aspect-ratio: 1.24;
  border-radius: 999px;
  background: rgba(255, 62, 191, 0.1);
  filter: blur(58px);
  transform: translate3d(calc(var(--mx) * -10px), calc(var(--my) * -8px), 0);
  pointer-events: none;
  z-index: -2;
}
.hero-grain {
  position: absolute;
  inset: 0;
  opacity: 0.24;
  pointer-events: none;
  z-index: -1;
  background-image:
    radial-gradient(rgba(11, 11, 15, 0.14) 0.6px, transparent 0.6px),
    radial-gradient(rgba(255, 62, 191, 0.12) 0.45px, transparent 0.45px);
  background-position: 0 0, 12px 18px;
  background-size: 4px 4px, 7px 7px;
  mix-blend-mode: multiply;
}
.hero-dust {
  position: absolute;
  right: -4%;
  bottom: -8%;
  width: min(42vw, 520px);
  height: min(34vw, 410px);
  transform: translate3d(calc(var(--mx) * -18px), calc(var(--my) * -16px), 0);
  pointer-events: none;
  z-index: 0;
}
.hero-dust span {
  position: absolute;
  width: clamp(5px, 0.75vw, 10px);
  height: clamp(5px, 0.75vw, 10px);
  border-radius: 999px;
  background: rgba(255, 62, 191, 0.58);
  box-shadow: 0 0 24px rgba(255, 62, 191, 0.55);
  opacity: 0.55;
  animation: heroDustDrift var(--dust-dur, 8s) ease-in-out infinite alternate;
}
.hero-dust span:nth-child(1) { left: 6%; top: 60%; --dust-dur: 8s; }
.hero-dust span:nth-child(2) { left: 18%; top: 38%; --dust-dur: 9.2s; }
.hero-dust span:nth-child(3) { left: 28%; top: 72%; --dust-dur: 10.5s; }
.hero-dust span:nth-child(4) { left: 36%; top: 26%; --dust-dur: 8.7s; }
.hero-dust span:nth-child(5) { left: 44%; top: 54%; --dust-dur: 11s; }
.hero-dust span:nth-child(6) { left: 52%; top: 78%; --dust-dur: 9.8s; }
.hero-dust span:nth-child(7) { left: 60%; top: 34%; --dust-dur: 12s; }
.hero-dust span:nth-child(8) { left: 68%; top: 62%; --dust-dur: 8.9s; }
.hero-dust span:nth-child(9) { left: 74%; top: 18%; --dust-dur: 10.8s; }
.hero-dust span:nth-child(10) { left: 82%; top: 48%; --dust-dur: 9.5s; }
.hero-dust span:nth-child(11) { left: 88%; top: 72%; --dust-dur: 11.4s; }
.hero-dust span:nth-child(12) { left: 34%; top: 88%; --dust-dur: 8.4s; }
.hero-dust span:nth-child(13) { left: 56%; top: 12%; --dust-dur: 10.2s; }
.hero-dust span:nth-child(14) { left: 96%; top: 34%; --dust-dur: 12.5s; }
.hero .container {
  position: relative;
  z-index: 2;
}
.hero-center {
  position: relative;
  text-align: center;
  color: #0b0b0f;
}
.hero-kicker {
  margin: 0 0 16px;
  font-weight: 700;
  font-size: clamp(15px, 1.2vw, 19px);
  letter-spacing: 0.01em;
  text-transform: lowercase;
  opacity: 0;
  transform: translateY(16px);
  animation: heroFadeUp 0.85s ease 0.15s forwards;
}
.hero-title {
  margin: 0;
  font-size: clamp(54px, 7.8vw, 118px);
  line-height: 0.9;
  letter-spacing: -0.035em;
  font-weight: 900;
  font-family: "Bauhaus 93", "Montserrat Alternates", "Space Grotesk",
    ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial,
    sans-serif;
}
.hero-line {
  display: block;
  overflow: hidden;
  padding: 0.03em 0 0.09em;
}
.hero-line > span,
.hero-line > .hero-highlight {
  display: inline-block;
  transform: translateY(112%);
  animation: heroLineReveal 1.05s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.hero-line:nth-child(1) > span {
  animation-delay: 0.28s;
}
.hero-line:nth-child(2) > span {
  animation-delay: 0.45s;
}
.hero-line:nth-child(3) > span {
  animation-delay: 0.62s;
}
.hero-highlight {
  position: relative;
  display: inline-block;
  padding: 0.04em 0.18em 0.09em;
  margin: 0.01em 0;
  background: transparent;
  z-index: 0;
}
.hero-highlight::before {
  content: "";
  position: absolute;
  left: -0.04em;
  right: -0.04em;
  top: 0.18em;
  bottom: 0.08em;
  background: #dfff3f;
  transform: scaleX(0) rotate(-1deg);
  transform-origin: left center;
  z-index: -1;
  border-radius: 4px 18px 5px 14px;
  clip-path: polygon(0 18%, 96% 4%, 100% 78%, 5% 100%);
  animation: heroMarkerSwipe 0.85s cubic-bezier(0.24, 0.9, 0.28, 1) 0.92s forwards;
}
.hero-fix-word {
  position: relative;
  display: inline-block;
  animation: heroWordFix 1.05s cubic-bezier(0.2, 0.85, 0.25, 1) 1.45s both;
}
.hero-fix-dot {
  display: inline-block;
  color: #ff3ebf;
  transform-origin: center bottom;
  animation: heroFixDot 0.5s cubic-bezier(0.2, 0.9, 0.3, 1.3) 2.2s both;
}
.hero-mobile-break {
  display: none;
}
.hero-primary {
  margin: clamp(26px, 3vw, 38px) auto 0;
  border-radius: 999px;
  padding: 15px 22px 15px 24px;
  border: 1px solid rgba(255, 62, 191, 0.58);
  background: #ff3ebf;
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0.06em;
  box-shadow: 0 18px 42px rgba(255, 62, 191, 0.28);
  opacity: 0;
  translate: 0 16px;
  scale: 0.98;
  animation: heroButtonIn 0.8s ease 1s forwards;
}
.hero .btn {
  border-radius: 999px;
}
.hero-primary:hover {
  transform: none;
  translate: 0 -2px;
  scale: 1.035;
  background: #ff3ebf;
  box-shadow: 0 22px 54px rgba(255, 62, 191, 0.42);
}
.hero-primary .arrow {
  transition: transform 0.28s ease;
}
.hero-primary:hover .arrow {
  transform: translateX(5px);
}
.hero-cards {
  margin: clamp(36px, 4.6vw, 62px) auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  width: min(790px, 100%);
  transform: translate3d(calc(var(--mx) * -8px), calc(var(--my) * -6px), 0);
}
.hero-card {
  display: block;
  border: 1px solid rgba(11, 11, 15, 0.1);
  border-radius: 16px;
  padding: 16px 16px 15px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 16px 38px rgba(11, 11, 15, 0.08);
  opacity: 0;
  translate: 0 20px;
  animation: heroCardIn 0.75s ease forwards;
  transition: transform 0.24s ease, background 0.24s ease, box-shadow 0.24s ease,
    border-color 0.24s ease;
}
.hero-card:nth-child(1) {
  animation-delay: 1.12s;
}
.hero-card:nth-child(2) {
  animation-delay: 1.24s;
}
.hero-card:nth-child(3) {
  animation-delay: 1.36s;
}
.hero-card:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(255, 62, 191, 0.24);
  box-shadow: 0 24px 52px rgba(255, 62, 191, 0.14), 0 18px 42px rgba(11, 11, 15, 0.12);
}
.hero-card:focus-visible {
  outline: 3px solid rgba(255, 42, 161, 0.55);
  outline-offset: 3px;
}
.hero-icon {
  display: grid;
  place-items: center;
  margin-bottom: 10px;
}
.hero-svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: rgba(0, 0, 0, 0.9);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.hero-svg-accent {
  fill: rgba(223, 255, 63, 0.95);
  stroke: rgba(0, 0, 0, 0.9);
}
.hero-card-title {
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 12px;
}
.hero-card-sub {
  margin-top: 6px;
  font-weight: 600;
  opacity: 0.9;
  font-size: 12px;
}

@keyframes heroLineReveal {
  to {
    transform: translateY(0);
  }
}
@keyframes heroMarkerSwipe {
  to {
    transform: scaleX(1) rotate(-1deg);
  }
}
@keyframes heroWordFix {
  0% {
    transform: translateX(-0.035em) rotate(-1.5deg);
    letter-spacing: 0.012em;
    text-shadow: 0.035em 0 #ff3ebf, -0.035em 0 #dfff3f;
  }
  42% {
    transform: translateX(0.025em) rotate(0.7deg);
    text-shadow: -0.02em 0 #ff3ebf, 0.02em 0 #dfff3f;
  }
  72% {
    transform: translateX(-0.008em) rotate(-0.2deg);
    text-shadow: 0.008em 0 rgba(255, 62, 191, 0.45);
  }
  100% {
    transform: translateX(0) rotate(0);
    letter-spacing: inherit;
    text-shadow: none;
  }
}
@keyframes heroFixDot {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  70% {
    opacity: 1;
    transform: scale(1.35);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes heroDustDrift {
  from {
    transform: translate3d(0, 0, 0) scale(0.72);
  }
  to {
    transform: translate3d(28px, -34px, 0) scale(1.18);
  }
}
@keyframes heroFadeUp {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes heroCardIn {
  to {
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes heroButtonIn {
  to {
    opacity: 1;
    translate: 0 0;
    scale: 1;
  }
}

/* Sections */
section {
  padding: 72px 0;
}

.hero + section {
  padding-top: 78px;
}

/* Section 2: minimal cinematic search */
.inv {
  position: relative;
  background: #fff;
  padding: clamp(84px, 11vw, 150px) 0 clamp(28px, 4vw, 54px);
  overflow: hidden;
}
.inv::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("./assets/inv-doodle-background.webp") center / cover no-repeat;
  opacity: 0.3;
  pointer-events: none;
}
.inv::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(12, 12, 16, 0.07) 0.45px, transparent 0.45px);
  background-size: 3px 3px;
  opacity: 0.16;
  pointer-events: none;
}
.inv .container {
  position: relative;
  z-index: 1;
}
.inv-stage {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}
.inv-main {
  margin: 0 auto;
  max-width: 760px;
  font-family: "Montserrat Alternates", "Space Grotesk", sans-serif;
  font-size: clamp(38px, 5vw, 76px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.035em;
  color: #101014;
}
.inv-search {
  margin: clamp(24px, 3.5vw, 42px) auto 0;
  max-width: min(780px, 92%);
  min-height: clamp(72px, 7vw, 92px);
  padding: 0 clamp(20px, 2.4vw, 30px);
  border-radius: 999px;
  border: 1px solid rgba(16, 16, 20, 0.1);
  background: rgba(255, 255, 255, 0.96);
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: 0 16px 40px rgba(16, 16, 20, 0.08), 0 1px 0 rgba(255, 255, 255, 0.95) inset;
  transition: box-shadow 0.35s ease, border-color 0.35s ease, transform 0.35s ease;
}
.inv-search:hover {
  border-color: rgba(255, 62, 191, 0.28);
  box-shadow: 0 22px 46px rgba(16, 16, 20, 0.11), 0 0 0 10px rgba(255, 62, 191, 0.05);
  transform: translateY(-1px);
}
.inv-search-icon {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  color: rgba(16, 16, 20, 0.55);
}
.inv-search-icon svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
}
.inv-search-text {
  min-height: 1.35em;
  flex: 1;
  text-align: left;
  font-size: clamp(22px, 2.6vw, 38px);
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #0f1016;
  white-space: nowrap;
  overflow: hidden;
}
.inv-cursor {
  width: 2px;
  height: 1.15em;
  border-radius: 999px;
  background: #ff3ebf;
  animation: invBlink 1.1s ease-in-out infinite;
}
.inv-foot {
  margin: clamp(24px, 3.4vw, 40px) auto 0;
  max-width: 720px;
  font-family: "Montserrat Alternates", "Space Grotesk", sans-serif;
  font-size: clamp(30px, 4vw, 62px);
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -0.035em;
  color: #101014;
}

@keyframes invBlink {
  0%,
  49% {
    opacity: 1;
  }
  50%,
  100% {
    opacity: 0.2;
  }
}

@media (max-width: 900px) {
  .inv {
    padding: clamp(68px, 12vw, 100px) 0 clamp(18px, 6vw, 38px);
  }
  .inv::before {
    opacity: 0.2;
  }
  .inv-main {
    font-size: clamp(30px, 8vw, 46px);
  }
  .inv-search {
    width: 100%;
    max-width: 100%;
    min-height: 66px;
    border-radius: 22px;
    gap: 10px;
    padding: 0 14px;
  }
  .inv-search-icon {
    width: 24px;
    height: 24px;
  }
  .inv-search-text {
    font-size: clamp(17px, 5.1vw, 24px);
    letter-spacing: -0.01em;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero,
  .hero::before,
  .hero-dust,
  .hero-cards {
    transform: none;
  }
  .hero-kicker,
  .hero-line > span,
  .hero-line > .hero-highlight,
  .hero-highlight::before,
  .hero-fix-word,
  .hero-primary,
  .hero-card,
  .hero-dust span,
  .hero-kicker,
  .hero-line > span,
  .hero-line > .hero-highlight,
  .hero-primary,
  .hero-card {
    opacity: 1;
    transform: none;
    translate: 0 0;
    scale: 1;
    animation: none !important;
  }
  .hero-highlight::before {
    transform: scaleX(1) rotate(-1deg);
  }
  .hero-fix-dot {
    opacity: 1;
    transform: none;
    animation: none;
  }
  .inv-search {
    transition: none;
  }
  .inv-cursor {
    animation: none;
    opacity: 1;
  }
  .invx-plus,
  .invx-plus::after {
    animation: none;
  }
}

/* Section 2B: restored interactive collage */
.invx {
  background: #fff;
  padding: clamp(52px, 6vw, 76px) 0 clamp(56px, 7vw, 88px);
  scroll-margin-top: 86px;
}
.invx-head {
  text-align: center;
  margin-bottom: clamp(22px, 3vw, 34px);
}
.invx-head h2 {
  margin: 0;
  font-family: "Bauhaus 93", "Montserrat Alternates", "Space Grotesk",
    ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial,
    sans-serif;
  font-size: clamp(34px, 4.4vw, 64px);
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: 900;
  color: #0b0b0f;
}
.invx-head h2 span {
  color: rgba(255, 42, 161, 1);
}
.invx-head p {
  margin: 14px auto 0;
  max-width: 560px;
  color: rgba(11, 11, 15, 0.72);
  font-size: clamp(18px, 1.8vw, 24px);
  line-height: 1.35;
}
.invx-head .invx-mobile-services {
  display: none;
}
.invx-landscape {
  --px: 0px;
  --py: 0px;
  position: relative;
  width: min(100%, 1120px);
  margin: 0 auto;
  aspect-ratio: 3 / 2;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(11, 11, 15, 0.08);
  box-shadow: 0 18px 42px rgba(10, 10, 14, 0.08);
  background: #ffffff url("./assets/inv-landscape-collage.webp") center / contain no-repeat;
  isolation: isolate;
}
.invx-landscape::before {
  content: none;
}
.invx-hotspots {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  transition: opacity 0.75s ease;
}
.invx-plus {
  position: absolute;
  width: 46px;
  height: 46px;
  border: 2px solid rgba(255, 42, 161, 0.72);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
  color: #ff2aa1;
  font-size: 28px;
  line-height: 1;
  box-shadow: 0 12px 24px rgba(12, 12, 16, 0.14),
    0 0 0 7px rgba(255, 42, 161, 0.12),
    0 0 22px rgba(255, 42, 161, 0.26);
  pointer-events: auto;
  cursor: pointer;
  animation: invxPlusBlink 1.8s ease-in-out infinite;
  transition: transform 0.24s ease, box-shadow 0.24s ease, color 0.24s ease,
    border-color 0.24s ease, background 0.24s ease;
}
.invx-plus::after {
  content: "";
  position: absolute;
  inset: -10px;
  border: 1px solid rgba(255, 42, 161, 0.5);
  border-radius: inherit;
  opacity: 0;
  transform: scale(0.72);
  animation: invxPlusRing 1.8s ease-out infinite;
}
.invx-plus:hover {
  transform: translateY(-2px);
  border-color: rgba(216, 255, 63, 0.95);
  color: #0b0b0f;
  background: rgba(216, 255, 63, 0.96);
  box-shadow: 0 15px 28px rgba(12, 12, 16, 0.19),
    0 0 0 8px rgba(216, 255, 63, 0.18),
    0 0 28px rgba(216, 255, 63, 0.38);
}
.invx-plus.is-open {
  border-color: rgba(216, 255, 63, 0.95);
  background: rgba(216, 255, 63, 0.96);
  color: #0b0b0f;
  animation: none;
}
.invx-plus.is-open::after {
  animation: none;
  opacity: 0;
}
@keyframes invxPlusBlink {
  0%,
  100% {
    box-shadow: 0 12px 24px rgba(12, 12, 16, 0.14),
      0 0 0 7px rgba(255, 42, 161, 0.12),
      0 0 22px rgba(255, 42, 161, 0.26);
    color: #ff2aa1;
  }
  45% {
    box-shadow: 0 14px 30px rgba(255, 42, 161, 0.28),
      0 0 0 9px rgba(255, 42, 161, 0.18),
      0 0 30px rgba(255, 42, 161, 0.36);
    color: #ff2aa1;
  }
}
@keyframes invxPlusRing {
  0% {
    opacity: 0;
    transform: scale(0.72);
  }
  24% {
    opacity: 0.72;
  }
  100% {
    opacity: 0;
    transform: scale(1.35);
  }
}
.invx-comments {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  transition: opacity 0.75s ease;
}
.invx-comment {
  position: absolute;
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 10px;
  width: clamp(220px, 24vw, 330px);
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(10, 10, 16, 0.18);
  background: rgba(255, 255, 255, 0.99);
  box-shadow: 0 18px 36px rgba(10, 10, 14, 0.2);
  opacity: 0;
  transform: translateY(10px) scale(0.96);
  transition: opacity 0.45s ease var(--delay), transform 0.5s ease var(--delay);
}
.invx-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(11, 11, 15, 0.12);
  border-radius: 999px;
  background: rgba(216, 255, 63, 0.96);
  color: #0b0b0f;
  font-size: 18px;
  line-height: 1;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(11, 11, 15, 0.12);
}
.invx-close:hover {
  transform: scale(1.06);
}
.invx-comment img {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  object-fit: cover;
}
.invx-comment-meta {
  font-size: 14px;
  font-weight: 700;
  color: #0f1016;
}
.invx-comment-meta span {
  margin-left: 4px;
  font-weight: 600;
  color: rgba(15, 16, 22, 0.78);
}
.invx-comment p {
  margin: 3px 0 0;
  font-size: 14px;
  line-height: 1.38;
  color: #11131a;
}
.invx-comment.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
.invx-comment[data-comment-card="hero"],
.invx-comment[data-comment-card="social"],
.invx-comment[data-comment-card="brand"],
.invx-comment[data-comment-card="cta"] {
  grid-template-columns: 1fr;
  width: min(430px, 34vw);
  padding: 18px 52px 18px 20px;
}
.invx-comment[data-comment-card="hero"] .invx-comment-meta,
.invx-comment[data-comment-card="social"] .invx-comment-meta,
.invx-comment[data-comment-card="brand"] .invx-comment-meta,
.invx-comment[data-comment-card="cta"] .invx-comment-meta {
  color: rgba(255, 42, 161, 1);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
}
.invx-comment[data-comment-card="hero"] p,
.invx-comment[data-comment-card="social"] p,
.invx-comment[data-comment-card="brand"] p,
.invx-comment[data-comment-card="cta"] p {
  margin-top: 8px;
  font-size: clamp(15px, 1.35vw, 18px);
  line-height: 1.35;
  font-weight: 700;
}
.invx-finale {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 12px;
  text-align: center;
  opacity: 0;
  transform: scale(0.985);
  pointer-events: none;
  transition: opacity 1.15s ease 0.3s, transform 1.15s ease 0.3s;
}
.invx-finale::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(120% 95% at 50% 50%, rgba(255, 42, 161, 0.16), rgba(255, 255, 255, 0.82));
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}
.invx-finale-kicker,
.invx-finale h3,
.invx-finale-card,
.invx-finale-actions {
  position: relative;
}
.invx-finale-kicker {
  margin: 0;
  font-size: 12px;
  letter-spacing: 0.18em;
  color: rgba(11, 11, 15, 0.58);
}
.invx-finale h3 {
  margin: 0 0 6px;
  font-size: clamp(34px, 4.8vw, 66px);
  line-height: 0.97;
  letter-spacing: -0.04em;
  color: #0b0b0f;
}
.invx-finale-card {
  width: min(560px, 84%);
  border-radius: 22px;
  border: 1px solid rgba(11, 11, 15, 0.1);
  box-shadow: 0 20px 40px rgba(11, 11, 15, 0.18);
}
.invx-finale-actions {
  margin-top: 6px;
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.invx-finale-reset,
.invx-finale-review {
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}
.invx-finale-reset {
  border: 1px solid rgba(11, 11, 15, 0.16);
  background: rgba(255, 255, 255, 0.9);
  color: #0b0b0f;
}
.invx-finale-review {
  border: 1px solid rgba(255, 42, 161, 0.75);
  background: rgba(255, 42, 161, 0.96);
  color: #ffffff;
  box-shadow: 0 14px 32px rgba(255, 42, 161, 0.22);
  letter-spacing: 0.04em;
}
.invx-landscape.is-transformed .invx-hotspots,
.invx-landscape.is-transformed .invx-comments {
  opacity: 0.16;
}
.invx-landscape.is-transformed .invx-finale {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}
.invx .p-hero {
  left: 30%;
  top: 38%;
}
.invx .p-social {
  left: 27%;
  bottom: 17%;
}
.invx .p-brand {
  right: 35%;
  top: 39%;
}
.invx .p-cta {
  right: 19%;
  bottom: 24%;
}
.invx .invx-comment[data-comment-card="hero"] {
  left: 12%;
  top: 12%;
}
.invx .invx-comment[data-comment-card="social"] {
  left: 8%;
  bottom: 8%;
}
.invx .invx-comment[data-comment-card="brand"] {
  right: 8%;
  top: 12%;
}
.invx .invx-comment[data-comment-card="cta"] {
  right: 7%;
  bottom: 12%;
}

@media (max-width: 900px) {
  .invx {
    padding-top: 44px;
    padding-bottom: 52px;
  }
  .invx-landscape {
    aspect-ratio: 3 / 2;
    border-radius: 14px;
  }
  .invx-plus {
    width: 36px;
    height: 36px;
    font-size: 22px;
  }
  .invx-comment {
    width: min(72vw, 300px);
  }
  .invx .invx-comment[data-comment-card="hero"],
  .invx .invx-comment[data-comment-card="social"],
  .invx .invx-comment[data-comment-card="brand"],
  .invx .invx-comment[data-comment-card="cta"] {
    left: 8%;
    top: 8%;
    right: auto;
    bottom: auto;
    width: min(84vw, 340px);
    padding: 16px 48px 16px 18px;
  }
  .invx-comment[data-comment-card="hero"] p,
  .invx-comment[data-comment-card="social"] p,
  .invx-comment[data-comment-card="brand"] p,
  .invx-comment[data-comment-card="cta"] p {
    font-size: 15px;
  }
}

.panel {
  background: rgba(0, 0, 0, 0.48);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius2);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
.kicker {
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.section-kicker.section-kicker {
  position: relative;
  display: inline-block;
  margin: 0 0 28px;
  color: rgba(255, 42, 161, 0.95);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.section-kicker.section-kicker span {
  display: none;
}
.section-kicker.section-kicker::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -13px;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 42, 161, 0.95);
  transform: translateX(-50%);
}
h2 {
  margin: 0 0 12px;
  font-size: clamp(24px, 3.2vw, 38px);
  letter-spacing: -0.02em;
}

/* Scroll reveal: headings */
.reveal-heading {
  opacity: 0;
  transform: translateY(26px);
  filter: blur(6px);
  transition: opacity 0.7s ease, transform 0.7s ease, filter 0.7s ease;
  will-change: transform, opacity, filter;
}
.reveal-heading.is-visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.split-heading .split-char {
  display: inline-block;
  opacity: 0;
  transform: translateY(22px) scale(0.96);
  filter: blur(4px);
  will-change: transform, opacity, filter;
}
.split-heading .split-char.is-on {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

@media (prefers-reduced-motion: reduce) {
  .reveal-heading,
  .reveal-heading.is-visible {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }
  .split-heading .split-char,
  .split-heading .split-char.is-on {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }
}
.muted {
  color: var(--muted);
}
.em {
  color: var(--text);
  font-weight: 800;
}
ul.clean {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}
ul.clean li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--muted);
}
.x {
  color: rgba(255, 42, 161, 0.95);
  font-weight: 900;
  margin-top: 1px;
}

/* System */
#approach {
  background: #ffffff url("./assets/hero background.webp") center / cover no-repeat;
}
#approach .container {
  width: 100%;
  margin: 0;
}
#approach .s3 {
  width: min(100% - 40px, var(--max));
  margin: 0 auto;
}
.s3 {
  background: transparent;
  color: #0b0b0f;
  border-top: 0;
  border-bottom: 0;
  padding: 28px 0 30px;
}
.s3-top {
  text-align: center;
}
.s3-no {
  color: rgba(180, 245, 46, 0.95);
  font-weight: 800;
  font-size: 30px;
  margin-bottom: 8px;
}
.s3-title {
  margin: 0;
  font-size: clamp(34px, 4.4vw, 64px);
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: 900;
  font-family: "Bauhaus 93", "Montserrat Alternates", "Space Grotesk",
    ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial,
    sans-serif;
}
.s3-dot {
  color: rgba(180, 245, 46, 1);
}
.s3-title-keep {
  white-space: nowrap;
}
.s3-sub {
  margin: 14px auto 0;
  max-width: 520px;
  font-size: clamp(18px, 1.8vw, 30px);
  line-height: 1.35;
  color: rgba(11, 11, 15, 0.82);
}
.s3-steps {
  margin-top: 42px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(28px, 5vw, 70px);
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.s3-step {
  min-height: 0;
  border-top: 0;
  padding: 0;
  display: grid;
  align-content: start;
  justify-items: start;
  justify-self: center;
  text-align: left;
  width: min(100%, 210px);
}
.s3-num {
  width: auto;
  height: auto;
  display: inline-grid;
  place-items: center;
  justify-self: start;
  border: 0;
  background: transparent;
  color: #0b0b0f;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 900;
  margin-bottom: 22px;
  box-shadow: inset 0 -8px 0 rgba(180, 245, 46, 0.55);
}
.s3-num .s3-dot {
  color: rgba(180, 245, 46, 1);
}
.s3-step h3 {
  margin: 0 0 8px;
  font-size: clamp(24px, 2.3vw, 34px);
  line-height: 1;
  letter-spacing: -0.01em;
}
.s3-step p {
  margin: 0;
  font-size: 18px;
  color: rgba(11, 11, 15, 0.85);
}
.s3-list {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}
.s3-list li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  font-size: 16px;
  color: rgba(11, 11, 15, 0.92);
}
.s3-ico {
  width: 18px;
  height: 18px;
  display: block;
  flex-shrink: 0;
  object-fit: contain;
}
.s3-bottom {
  margin-top: 32px;
  border-top: 0;
  padding-top: 10px;
  text-align: center;
}
.s3-bottom p {
  margin: 0 auto 20px;
  font-size: clamp(20px, 2vw, 30px);
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: rgba(11, 11, 15, 0.9);
  max-width: 820px;
  font-weight: 700;
}
.s3-bottom p span {
  text-decoration: none;
  display: inline-block;
  padding: 0 10px 4px;
  border-bottom: 4px solid rgba(180, 245, 46, 0.9);
}
.s3-cta {
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.75);
  background: rgba(255, 42, 161, 0.95);
  color: #ffffff;
  box-shadow: none;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 16px 26px;
}
.s3-cta:hover {
  transform: translateY(-1px);
  background: rgba(255, 42, 161, 1);
  border-color: rgba(0, 0, 0, 0.9);
}

/* Proof strip */
.s4 {
  background: #ffffff;
  color: #0b0b0f;
  padding-top: 66px;
}
.s4-top {
  text-align: center;
}
.s4-no {
  color: rgba(255, 42, 161, 0.95);
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 8px;
}
.s4-title {
  margin: 0;
  font-family: "Bauhaus 93", "Montserrat Alternates", "Space Grotesk",
    ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial,
    sans-serif;
  font-size: clamp(34px, 4.4vw, 64px);
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: 900;
}
.s4-dot {
  color: rgba(255, 42, 161, 1);
}
.s4-sub {
  margin: 14px 0 0;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.14em;
  font-weight: 800;
  color: rgba(11, 11, 15, 0.72);
}
.s4-coverflow {
  margin-top: 34px;
  position: relative;
  height: 500px;
  perspective: 1200px;
  transform-style: preserve-3d;
}
.s4-slide {
  position: absolute;
  top: 0;
  left: 50%;
  width: min(650px, 72vw);
  height: 100%;
  transform-origin: center center;
  transform-style: preserve-3d;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #fff;
  overflow: hidden;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.16);
  transition: transform 0.55s ease, opacity 0.4s ease, filter 0.4s ease;
  opacity: 0;
  pointer-events: none;
}
.s4-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}
.s4-slide-img {
  width: 100%;
  height: 62%;
  object-fit: cover;
  display: block;
}
.s4-slide-meta {
  padding: 16px 16px 18px;
  display: grid;
  gap: 6px;
}
.s4-slide-meta h3 {
  margin: 0;
  font-size: 20px;
  letter-spacing: -0.01em;
}
.s4-slide-meta p {
  margin: 0;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(11, 11, 15, 0.72);
  font-weight: 700;
}
.s4-slide-meta strong {
  margin-top: 8px;
  font-size: 24px;
  line-height: 1;
}
.s4-slide-meta span {
  color: rgba(11, 11, 15, 0.82);
  font-size: 16px;
  line-height: 1.25;
}
.s4-controls {
  margin: 16px auto 0;
  display: flex;
  justify-content: center;
  gap: 12px;
}
.s4-nav {
  width: 52px;
  height: 36px;
  border-radius: 999px;
  padding: 0;
  border: 1px solid rgba(11, 11, 15, 0.08);
  background: rgba(216, 255, 63, 0.95);
  color: #0b0b0f;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.16);
  font-size: 18px;
  font-weight: 800;
}
.s4-next {
  background: rgba(255, 42, 161, 0.92);
  color: #ffffff;
}
.s4-nav:hover {
  transform: translateY(-1px) scale(1.03);
  border-color: rgba(0, 0, 0, 0.12);
}
.s4-cta-row {
  margin: 24px auto 0;
  width: min(100%, 760px);
  border: 1px solid rgba(0, 0, 0, 0.45);
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: stretch;
}
.s4-cta-text {
  display: grid;
  place-items: center;
  font-size: 34px;
  font-weight: 700;
  padding: 14px;
  border-right: 1px solid rgba(0, 0, 0, 0.35);
}
.s4-cta-btn {
  border-radius: 0;
  border: 0;
  margin: 0;
  background: rgba(255, 42, 161, 0.95);
  color: #fff;
  box-shadow: none;
  font-size: 18px;
  padding: 0 26px;
}
.s4-cta-btn:hover {
  transform: none;
  background: rgba(255, 42, 161, 1);
}

/* Logo showcase */
.logo-showcase {
  position: relative;
  overflow: hidden;
  margin-top: clamp(44px, 6vw, 76px);
  background: linear-gradient(180deg, #fff7fc 0%, #ffffff 100%);
  color: #0b0b0f;
  padding: clamp(40px, 6vw, 68px) 0 clamp(42px, 6vw, 72px);
  border-top: 1px solid rgba(11, 11, 15, 0.1);
  border-bottom: 1px solid rgba(11, 11, 15, 0.1);
}
.prob + .logo-showcase {
  margin-top: 0;
}
.logo-showcase::before,
.logo-showcase::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: clamp(56px, 10vw, 140px);
  z-index: 3;
  pointer-events: none;
}
.logo-showcase::before {
  left: 0;
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.logo-showcase::after {
  right: 0;
  background: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.logo-showcase-head {
  text-align: center;
}
.logo-showcase-title {
  margin: 0;
  font-family: "Bauhaus 93", "Montserrat Alternates", "Space Grotesk",
    ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial,
    sans-serif;
  font-size: clamp(34px, 4.4vw, 64px);
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: 900;
}
.logo-showcase-title span {
  color: rgba(255, 42, 161, 1);
}
.logo-showcase-sub {
  width: min(100%, 620px);
  margin: 14px auto 0;
  color: rgba(11, 11, 15, 0.72);
  font-size: clamp(16px, 1.8vw, 22px);
  line-height: 1.35;
}
.logo-marquee {
  display: grid;
  gap: 18px;
  margin-top: clamp(30px, 4.4vw, 52px);
}
.logo-marquee-row {
  width: 100%;
  overflow: hidden;
  transform: rotate(-1deg);
}
.logo-marquee-row-reverse {
  transform: rotate(1deg);
}
.logo-marquee-track {
  width: max-content;
  display: flex;
  align-items: stretch;
  gap: 18px;
  padding: 4px 18px;
  animation: logoMarquee 34s linear infinite;
  will-change: transform;
}
.logo-marquee-row-reverse .logo-marquee-track {
  animation-direction: reverse;
  animation-duration: 38s;
}
.logo-marquee:hover .logo-marquee-track {
  animation-play-state: paused;
}
.logo-tile {
  width: clamp(148px, 18vw, 230px);
  height: clamp(130px, 15vw, 184px);
  margin: 0;
  padding: clamp(16px, 2vw, 24px);
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid rgba(11, 11, 15, 0.12);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 34px rgba(11, 11, 15, 0.08);
}
.logo-tile-wide {
  width: clamp(230px, 30vw, 390px);
}
.logo-tile img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@keyframes logoMarquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 9px));
  }
}

.link {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 12px;
  opacity: 0.9;
}
.link:hover {
  opacity: 1;
}

/* Reviews */
.reviews {
  background: #ffffff;
  color: #0b0b0f;
  padding: clamp(54px, 7vw, 92px) 0;
  overflow: hidden;
  border-top: 1px solid rgba(11, 11, 15, 0.08);
}
.reviews-hidden {
  display: none;
}
.launch-link-hidden {
  display: none !important;
}
.reviews-head {
  text-align: center;
  margin-bottom: clamp(30px, 4vw, 46px);
}
.reviews-head h2 {
  margin: 0;
  font-family: "Bauhaus 93", "Montserrat Alternates", "Space Grotesk",
    ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial,
    sans-serif;
  font-size: clamp(34px, 4.4vw, 64px);
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: 900;
}
.reviews-head h2 span {
  color: rgba(255, 42, 161, 1);
}
.reviews-head > p:last-child {
  width: min(100%, 680px);
  margin: 14px auto 0;
  color: rgba(11, 11, 15, 0.72);
  font-size: clamp(16px, 1.8vw, 22px);
  line-height: 1.35;
  font-weight: 700;
}
.reviews-controls {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: -18px auto clamp(24px, 3vw, 34px);
}
.reviews-nav {
  width: 52px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(11, 11, 15, 0.12);
  border-radius: 999px;
  background: rgba(216, 255, 63, 0.95);
  color: #0b0b0f;
  box-shadow: 0 12px 28px rgba(11, 11, 15, 0.12);
  font-size: 18px;
  font-weight: 900;
  cursor: pointer;
  transition: transform 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
}
.reviews-next {
  background: rgba(255, 42, 161, 0.95);
  color: #ffffff;
}
.reviews-nav:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(11, 11, 15, 0.16);
}
.reviews-wrap {
  display: grid;
  gap: 18px;
}
.reviews-row {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(290px, 370px);
  gap: 18px;
  overflow-x: auto;
  padding: 2px max(20px, calc((100vw - var(--max)) / 2)) 18px;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
}
.reviews-row::-webkit-scrollbar {
  display: none;
}
.review-card {
  min-height: 248px;
  display: grid;
  align-content: space-between;
  gap: 18px;
  margin: 0;
  padding: clamp(22px, 2.4vw, 30px);
  border: 1px solid rgba(11, 11, 15, 0.1);
  border-top: 4px solid rgba(216, 255, 63, 0.95);
  border-radius: 10px;
  background: linear-gradient(180deg, #ffffff 0%, #fff8fd 100%);
  box-shadow: 0 18px 38px rgba(11, 11, 15, 0.06);
  scroll-snap-align: start;
}
.review-card::before {
  content: "★★★★★";
  width: max-content;
  color: rgba(216, 255, 63, 1);
  text-shadow: 0 0 16px rgba(216, 255, 63, 0.32);
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.14em;
}
.review-card p {
  margin: 0;
  color: rgba(11, 11, 15, 0.74);
  font-size: clamp(15px, 1.25vw, 17px);
  line-height: 1.48;
  font-weight: 700;
}
.review-card h3 {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.01em;
}
.review-card h3::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: rgba(255, 42, 161, 0.95);
  box-shadow: 0 0 0 5px rgba(255, 42, 161, 0.1);
}

/* Testimonial + CTA */
#about {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.62)),
    url("./assets/footer fixing problems about websites.webp") center / cover no-repeat;
  color: #f7f7fb;
  padding: clamp(56px, 7vw, 88px) 0;
}
.bottom {
  padding: clamp(24px, 4vw, 42px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(18px, 3vw, 28px);
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.quote {
  border-radius: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.28);
  padding: clamp(20px, 2.8vw, 30px);
  box-shadow: none;
}
.quote .kicker {
  color: rgba(255, 42, 161, 0.95);
}
blockquote {
  margin: 0 0 12px;
  font-size: clamp(18px, 1.8vw, 24px);
  line-height: 1.45;
  font-weight: 700;
  color: rgba(247, 247, 251, 0.9);
}
.who {
  color: rgba(247, 247, 251, 0.62);
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 12px;
}
.cta {
  border-radius: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.28);
  padding: clamp(20px, 2.8vw, 30px);
  display: grid;
  gap: 12px;
  align-content: center;
}
.cta h3 {
  margin: 0;
  font-family: "Bauhaus 93", "Montserrat Alternates", "Space Grotesk",
    ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial,
    sans-serif;
  font-size: clamp(30px, 3.8vw, 48px);
  line-height: 1.02;
  letter-spacing: -0.02em;
  color: #f7f7fb;
}
.cta p {
  margin: 0;
  color: rgba(247, 247, 251, 0.72);
  font-size: clamp(17px, 1.8vw, 22px);
  font-weight: 700;
}
.cta .btn {
  border-color: rgba(247, 247, 251, 0.16);
  background: rgba(255, 255, 255, 0.08);
  color: #f7f7fb;
  box-shadow: none;
  font-weight: 800;
}
.cta .btn.primary {
  border-color: rgba(216, 255, 63, 0.35);
  background: #dfff3f;
  color: #0b0b0f;
}
.cta .btn:hover {
  background: rgba(255, 255, 255, 0.12);
}
.cta .btn.primary:hover {
  background: #ecff72;
}

/* Form modal */
dialog {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  padding: 0;
  width: min(720px, calc(100% - 28px));
  background: rgba(10, 10, 14, 0.88);
  color: var(--text);
  box-shadow: 0 28px 120px rgba(0, 0, 0, 0.55),
    0 26px 70px rgba(216, 255, 63, 0.22);
  backdrop-filter: blur(14px);
  overflow: hidden;
}
dialog::after {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  bottom: -34px;
  height: 78px;
  border-radius: 999px;
  background: rgba(216, 255, 63, 0.34);
  filter: blur(34px);
  pointer-events: none;
}
dialog::backdrop {
  background: rgba(0, 0, 0, 0.7);
}
.service-modal {
  width: min(520px, calc(100% - 28px));
  border-color: rgba(11, 11, 15, 0.12);
  background: #ffffff;
  color: #0b0b0f;
  box-shadow: 0 28px 100px rgba(11, 11, 15, 0.32),
    0 18px 60px rgba(255, 62, 191, 0.2);
}
.service-modal::after {
  background: rgba(255, 62, 191, 0.28);
}
.service-modal-inner {
  position: relative;
  padding: clamp(28px, 6vw, 46px);
  text-align: left;
  z-index: 1;
}
.service-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(11, 11, 15, 0.14);
  border-radius: 999px;
  background: #ffffff;
  color: #0b0b0f;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}
.service-modal-kicker {
  margin: 0 0 12px;
  color: var(--hot);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
}
.service-modal h2 {
  margin: 0;
  padding-right: 42px;
  font-family: "Space Grotesk", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(28px, 6vw, 42px);
  line-height: 1.05;
  letter-spacing: 0.02em;
  font-weight: 800;
}
.service-modal #serviceModalCopy {
  margin: 20px 0 26px;
  color: rgba(11, 11, 15, 0.72);
  font-size: clamp(16px, 3vw, 19px);
  line-height: 1.55;
  font-weight: 600;
}
.service-modal-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 0;
  border-radius: 999px;
  padding: 9px 13px;
  background: var(--hot);
  color: #0b0b0f;
  font-family: "Space Grotesk", ui-sans-serif, system-ui, sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.07em;
  cursor: pointer;
}
.service-modal-cta:hover {
  background: #ff62ca;
}
.modal-top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
  padding: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.modal-top h3 {
  margin: 0;
  font-size: 16px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.modal-top p {
  margin: 6px 0 0;
  color: var(--muted);
}
form {
  padding: 18px;
  display: grid;
  gap: 12px;
}
.row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
label {
  display: grid;
  gap: 8px;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(247, 247, 251, 0.8);
}
input,
textarea {
  width: 100%;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
  padding: 12px 12px;
  outline: none;
}
textarea {
  min-height: 110px;
  resize: vertical;
}
input:focus,
textarea:focus {
  border-color: var(--hot);
  box-shadow: 0 0 0 2px rgba(255, 62, 191, 0.16);
}
.form-actions {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  padding: 0 18px 18px;
  position: relative;
  z-index: 1;
}
.form-actions .btn.primary {
  background: var(--hot);
  border-color: var(--hot);
  box-shadow: 0 14px 34px rgba(255, 62, 191, 0.3);
}
.form-actions .btn.primary:hover {
  background: #ff62ca;
  border-color: #ff62ca;
}
.form-actions .btn.primary:disabled {
  cursor: wait;
  opacity: 0.7;
  transform: none;
}
.error {
  display: none;
  padding: 10px 14px;
  margin: 0 18px;
  border-radius: 14px;
  background: rgba(255, 42, 161, 0.15);
  border: 1px solid rgba(255, 42, 161, 0.28);
  color: rgba(247, 247, 251, 0.92);
}
.success {
  display: none;
  padding: 10px 14px;
  margin: 0 18px;
  border-radius: 14px;
  background: rgba(216, 255, 63, 0.14);
  border: 1px solid rgba(216, 255, 63, 0.22);
  color: rgba(247, 247, 251, 0.92);
}

/* Footer */
footer {
  padding: 30px 0 50px;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.9)),
    url("./assets/footer fixing problems about websites.webp") center bottom / cover no-repeat;
}
.foot {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  border-top: 1px solid var(--line);
  padding-top: 18px;
}

/* Problem section */
.prob {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.7)),
    url("./assets/website developer with ai asistance .webp") center / cover no-repeat;
  color: #f7f7fb;
  padding: clamp(72px, 9vw, 120px) 0 clamp(60px, 8vw, 96px);
  position: relative;
  overflow: hidden;
}
.prob-deco-tl {
  position: absolute;
  top: 32px;
  left: 32px;
  opacity: 0.52;
  pointer-events: none;
}
.prob-deco-tl path {
  stroke: rgba(247, 247, 251, 0.72);
}
.prob-deco-tr {
  position: absolute;
  top: 36px;
  right: 36px;
  opacity: 0.42;
  pointer-events: none;
}
.prob-deco-tr line,
.prob-deco-bl line {
  stroke: rgba(247, 247, 251, 0.66);
}
.prob-deco-bl {
  position: absolute;
  bottom: 180px;
  left: 36px;
  opacity: 0.42;
  pointer-events: none;
}
.prob-deco-splash {
  position: absolute;
  bottom: -60px;
  right: -80px;
  width: 320px;
  height: 320px;
  border-radius: 50% 38% 55% 42%;
  background: radial-gradient(circle at 35% 45%, rgba(255, 42, 161, 0.34), rgba(255, 42, 161, 0.1) 52%, transparent 72%);
  filter: blur(18px);
  opacity: 0.55;
  pointer-events: none;
}
.prob-head {
  text-align: center;
  margin-bottom: clamp(30px, 4vw, 46px);
}
.prob-title {
  margin: 0;
  font-family: "Bauhaus 93", "Montserrat Alternates", "Space Grotesk", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: 1.04;
  letter-spacing: -0.012em;
  font-weight: 900;
  color: #f7f7fb;
}
.prob-title-dot {
  color: rgba(255, 42, 161, 0.95);
}
.prob-slider-outer {
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
}
.prob-slider-clip {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  padding: 26px 0 30px;
  touch-action: pan-y;
}
.prob-track {
  display: flex;
  gap: 20px;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
  user-select: none;
}
.prob-card {
  flex: 0 0 clamp(220px, 21vw, 290px);
  background: linear-gradient(180deg, #20202a 0%, #111118 100%);
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 22px 20px 16px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.34);
  cursor: pointer;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  position: relative;
}
.prob-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 52px rgba(0, 0, 0, 0.44);
}
.prob-card.is-active {
  border-color: #c8ff00;
  box-shadow: 0 26px 58px rgba(0, 0, 0, 0.52),
    0 0 0 1px rgba(200, 255, 0, 0.26);
}
.prob-active-arrow {
  position: absolute;
  top: -19px;
  left: 50%;
  transform: translateX(-50%) scale(0);
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 999px;
  background: #c8ff00;
  color: #0d0d0d;
  display: grid;
  place-items: center;
  font-size: 16px;
  font-weight: 900;
  cursor: pointer;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  pointer-events: none;
  z-index: 2;
}
.prob-card.is-active .prob-active-arrow {
  transform: translateX(-50%) scale(1);
  pointer-events: auto;
}
.prob-card.is-active .prob-active-arrow:hover {
  transform: translateX(-50%) scale(1.08);
}
.prob-num {
  font-size: 13px;
  font-weight: 800;
  color: rgba(255, 42, 161, 0.9);
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}
.prob-card h3 {
  margin: 0 0 12px;
  font-size: clamp(21px, 2vw, 25px);
  line-height: 1.18;
  letter-spacing: 0;
  font-weight: 900;
  color: #f7f7fb;
  min-height: 2.36em;
}
.prob-line {
  width: 24px;
  height: 2.5px;
  background: rgba(255, 42, 161, 0.85);
  border-radius: 999px;
  margin-bottom: 14px;
}
.prob-img {
  width: 100%;
  aspect-ratio: 4 / 3.05;
  border-radius: 10px;
  overflow: hidden;
  background: #f3f6ff;
  border: 1px solid rgba(200, 255, 0, 0.42);
  box-shadow: inset 0 0 0 1px rgba(11, 11, 15, 0.08);
}
.prob-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  padding: 10px;
}
.prob-nav {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: #f7f7fb;
  color: #0d0d0d;
  font-size: 18px;
  display: grid;
  place-items: center;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  margin: 0 16px;
  z-index: 2;
}
.prob-nav:hover {
  transform: scale(1.06);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.13);
}
.prob-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
}
.prob-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: none;
  background: rgba(247, 247, 251, 0.28);
  padding: 0;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}
.prob-dot.is-active {
  background: rgba(255, 42, 161, 0.9);
  transform: scale(1.25);
}
@media (max-width: 980px) {
  .prob {
    padding: 64px 0 58px;
  }
  .prob-deco-splash {
    right: -180px;
    width: 240px;
    height: 240px;
    opacity: 0.72;
  }
  .prob-head {
    margin-bottom: 34px;
    padding: 0 18px;
  }
  .prob-title {
    max-width: 100%;
    font-size: clamp(26px, 8.2vw, 34px);
    line-height: 1.04;
    letter-spacing: 0;
  }
  .prob-slider-outer {
    position: relative;
    width: 100vw;
    max-width: 100vw;
  }
  .prob-slider-clip {
    padding: 22px 0 26px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    overscroll-behavior-x: contain;
    touch-action: pan-x pan-y;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .prob-slider-clip::-webkit-scrollbar {
    display: none;
  }
  .prob-track {
    width: max-content;
    padding-inline: 11vw;
    transition: none;
  }
  .prob-nav {
    display: none;
  }
  .prob-card {
    flex: 0 0 min(78vw, 270px);
    scroll-snap-align: center;
    scroll-snap-stop: always;
  }
  .prob-card h3 {
    font-size: clamp(21px, 6vw, 25px);
    line-height: 1.18;
  }
  .prob-img {
    aspect-ratio: 4 / 2.85;
  }
}

/* Responsive */
@media (max-width: 980px) {
  .container {
    width: min(100% - 32px, var(--max));
  }
  .cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .header {
    box-shadow: none;
  }
  .header-inner {
    grid-template-columns: auto auto;
    justify-content: space-between;
    gap: 14px;
    padding: 18px 0;
  }
  .header .container {
    position: relative;
  }
  .nav,
  .header-cta {
    display: none;
  }
  .hero {
    min-height: auto;
    padding: 62px 0 52px;
  }
  .hero::before {
    width: 82vw;
    inset: 8% -28% auto auto;
  }
  .hero-dust {
    right: -20%;
    bottom: -4%;
    width: 78vw;
    height: 48vw;
    opacity: 0.72;
  }
  .hero-kicker {
    margin-bottom: 12px;
  }
  .hero-title {
    font-size: clamp(44px, 13vw, 66px);
    line-height: 0.92;
    letter-spacing: -0.045em;
  }
  .hero-mobile-break {
    display: block;
  }
  .hero-fix-word {
    margin-top: 0.12em;
  }
  .hero-highlight {
    padding: 0.03em 0.16em 0.08em;
  }
  .hero-primary {
    padding: 13px 17px;
    font-size: 12px;
  }
  .hero-cards {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 30px;
    transform: none;
  }
  .hero-card {
    border-width: 1px;
    border-radius: 14px;
    padding: 14px 12px;
    background: rgba(255, 255, 255, 0.78);
    display: block;
    text-align: center;
  }
  .hero-icon {
    margin-bottom: 8px;
  }
  .hero-svg {
    width: 34px;
    height: 34px;
    stroke-width: 2.4px;
  }
  .hero-card-title {
    font-size: 13px;
    letter-spacing: 0.08em;
  }
  .invx-head .invx-mobile-services {
    display: block;
    margin-top: 12px;
    color: rgba(255, 42, 161, 1);
    font-size: 12px;
    line-height: 1.6;
    font-weight: 800;
    letter-spacing: 0.09em;
  }
  .hero-card-sub {
    margin-top: 8px;
    font-size: 13px;
    font-weight: 600;
    opacity: 0.85;
  }
  .grid-2 {
    grid-template-columns: 1fr;
  }
  #approach .s3 {
    width: 100%;
  }
  .s3 {
    padding: 14px 0 24px;
  }
  .s3-no {
    font-size: 20px;
  }
  .s3-title {
    font-size: clamp(30px, 8.4vw, 40px);
  }
  .s3-sub {
    width: min(100% - 36px, 420px);
    font-size: clamp(15px, 4.2vw, 19px);
  }
  .s3-steps {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(250px, 76vw);
    grid-template-columns: none;
    gap: 14px;
    width: 100%;
    max-width: none;
    margin-top: 22px;
    padding: 4px 18px 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .s3-steps::-webkit-scrollbar {
    display: none;
  }
  .s3-step {
    width: 100%;
    min-height: 260px;
    padding: 20px 18px;
    justify-items: center;
    text-align: center;
    align-content: start;
    border: 1px solid rgba(11, 11, 15, 0.1);
    border-top: 4px solid rgba(180, 245, 46, 0.9);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.76);
    box-shadow: 0 14px 34px rgba(11, 11, 15, 0.08);
    scroll-snap-align: center;
  }
  .s3-num {
    width: auto;
    height: auto;
    font-size: 18px;
    justify-self: center;
    margin-bottom: 12px;
  }
  .s3-list {
    margin-top: 14px;
    gap: 6px;
  }
  .s3-list li {
    justify-content: center;
  }
  .s3-step h3 {
    font-size: 25px;
  }
  .s3-step p {
    font-size: 16px;
  }
  .s3-list li {
    font-size: 16px;
  }
  .s3-bottom {
    width: min(100% - 36px, 420px);
    margin: 12px auto 0;
    padding-top: 0;
  }
  .s3-bottom p {
    font-size: 17px;
    margin-bottom: 14px;
  }
  .s3-bottom p span {
    border-bottom-width: 3px;
  }
  .s3-cta {
    width: 100%;
    padding: 13px 18px;
    font-size: 14px;
  }
  .s4 {
    padding-top: 44px;
  }
  .s4-sub {
    font-size: 12px;
    letter-spacing: 0.1em;
  }
  .s4-coverflow {
    height: 430px;
    perspective: none;
  }
  .s4-slide {
    width: min(460px, 88vw);
    left: 50%;
  }
  .s4-slide-img {
    height: 65%;
  }
  .s4-slide-meta h3 {
    font-size: 18px;
  }
  .s4-slide-meta strong {
    font-size: 24px;
  }
  .s4-slide-meta span {
    font-size: 16px;
  }
  .s4-cta-row {
    grid-template-columns: 1fr;
  }
  .s4-cta-text {
    font-size: 24px;
    border-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.35);
  }
  .s4-cta-btn {
    width: 100%;
    padding: 14px 16px;
    font-size: 14px;
  }
  .logo-showcase {
    padding: 48px 0 62px;
  }
  .logo-showcase::before,
  .logo-showcase::after {
    display: none;
  }
  .logo-showcase-head {
    padding: 0 18px;
  }
  .logo-showcase-title {
    font-size: clamp(30px, 9.2vw, 44px);
  }
  .logo-showcase-sub {
    font-size: 16px;
  }
  .logo-marquee {
    gap: 12px;
  }
  .logo-marquee-track {
    gap: 12px;
    padding: 4px 12px;
    animation-duration: 24s;
  }
  .logo-marquee-row-reverse .logo-marquee-track {
    animation-duration: 28s;
  }
  .logo-tile {
    width: 142px;
    height: 122px;
    padding: 14px;
  }
  .logo-tile-wide {
    width: 218px;
  }
  .reviews {
    padding: 48px 0 58px;
  }
  .reviews-head h2 {
    font-size: clamp(30px, 9.2vw, 44px);
  }
  .reviews-head > p:last-child {
    font-size: 16px;
  }
  .reviews-controls {
    margin-top: -12px;
  }
  .reviews-nav {
    width: 48px;
    height: 38px;
  }
  .reviews-row {
    grid-auto-columns: minmax(268px, 82vw);
    padding-left: 16px;
    padding-right: 16px;
  }
  .review-card {
    min-height: 240px;
  }
  .cards,
  .bottom {
    grid-template-columns: 1fr;
  }
  .row {
    grid-template-columns: 1fr;
  }
  .nav {
    display: none;
  }
  .menu-btn {
    display: inline-flex;
    width: auto;
    min-width: 0;
    padding: 8px 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: #0b0b0f;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
  }
  .menu-icon {
    width: 18px;
    font-size: 18px;
    line-height: 1;
    text-align: center;
  }
  .header .mobile-nav {
    display: none;
    position: absolute;
    top: calc(100% - 8px);
    left: 0;
    right: 0;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    background: #0b0b0f;
    box-shadow: 0 22px 55px rgba(11, 11, 15, 0.26);
  }
  .header .mobile-nav a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 14px;
    border-top: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    opacity: 1;
    color: #ffffff;
  }
  .header .mobile-nav a::after {
    content: "→";
    color: var(--hot);
    font-size: 17px;
    letter-spacing: 0;
  }
  .header .mobile-nav a:hover {
    color: var(--hot);
  }
  .header .mobile-nav .btn {
    width: 100%;
    margin-top: 10px;
    border-color: var(--hot);
    background: var(--hot);
    color: #0b0b0f;
    box-shadow: 0 12px 28px rgba(255, 62, 191, 0.28);
    font-weight: 800;
    letter-spacing: 0.04em;
  }
  .header .mobile-nav .btn:hover {
    background: #ff62ca;
    border-color: #ff62ca;
  }
}

@media (prefers-reduced-motion: reduce) {
  .logo-marquee-track {
    animation: none;
    transform: translateX(0);
  }
}
/* WHY MAGENTAR */
#why {
  background: #ffffff;
  color: #0b0b0f;
}

.why-wrap {
  padding: clamp(48px, 6vw, 72px) 0;
  display: grid;
  gap: clamp(22px, 3vw, 34px);
  border-top: 0;
}

.why-header {
  text-align: center;
}

.why-title {
  font-family: "Bauhaus 93", "Montserrat Alternates", "Space Grotesk",
    ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(34px, 4.4vw, 64px);
  font-weight: 900;
  line-height: 1;
  margin: 0 auto;
  color: #0b0b0f;
  max-width: 760px;
  letter-spacing: -0.02em;
}
.why-title span {
  color: rgba(255, 42, 161, 0.95);
}
.why-title-keep {
  white-space: nowrap;
}

.why-body {
  display: block;
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.why-lead {
  font-size: clamp(16px, 1.35vw, 19px);
  color: rgba(11, 11, 15, 0.9);
  font-weight: 700;
  line-height: 1.45;
}

.why-body p {
  margin: 0;
  font-size: clamp(14px, 1.05vw, 16px);
  color: rgba(11, 11, 15, 0.64);
  line-height: 1.7;
}

.why-proof {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.why-proof div {
  border-top: 4px solid rgba(216, 255, 63, 0.95);
  background: rgba(250, 250, 247, 0.9);
  padding: 14px 14px;
}

.why-proof strong {
  display: block;
  font-family: "Bauhaus 93", "Montserrat Alternates", "Space Grotesk",
    ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(26px, 2.7vw, 40px);
  line-height: 0.95;
  color: #0b0b0f;
}

.why-proof span {
  display: block;
  margin-top: 7px;
  color: rgba(11, 11, 15, 0.68);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.why-sisters {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  background: transparent;
}

.why-sister {
  min-height: 100%;
  background: rgba(250, 250, 247, 0.96);
  border: 1px solid rgba(11, 11, 15, 0.1);
  border-radius: 8px;
  padding: clamp(18px, 2.3vw, 26px);
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  align-items: flex-start;
  box-shadow: 0 18px 44px rgba(11, 11, 15, 0.08);
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.why-sister:hover {
  transform: translateY(-3px);
  background: #ffffff;
  border-color: rgba(255, 42, 161, 0.36);
}
.why-sister:hover h3,
.why-sister:hover .why-sister-desc { color: rgba(11, 11, 15, 0.82); }
.why-sister:hover .why-sister-tags span { border-color: rgba(216, 255, 63, 0.75); color: rgba(11, 11, 15, 0.68); }

.why-sister-avatar {
  display: none;
  font-size: 0.9rem;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  background: rgba(216, 255, 63, 0.95);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0b0b0f;
  font-weight: 900;
  letter-spacing: 0.06em;
  box-shadow: 0 12px 28px rgba(216, 255, 63, 0.16);
}

.why-sister-info {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.why-sister-info h3 {
  font-family: "Bauhaus 93", "Montserrat Alternates", "Space Grotesk",
    ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 800;
  color: #0b0b0f;
  transition: color 0.25s;
  line-height: 1;
}

.why-sister-name {
  margin: 0;
  color: rgba(255, 42, 161, 1);
  font-size: 0.88rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.why-sister-role {
  font-size: 0.64rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 42, 161, 1);
  font-weight: 800;
}

.why-sister-desc {
  font-size: 0.86rem;
  color: rgba(11, 11, 15, 0.62);
  line-height: 1.7;
  transition: color 0.25s;
}

.why-sister-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 0.25rem 0 0.75rem;
}

.why-sister-tags span {
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.25rem 0.65rem;
  border: 1px solid rgba(11, 11, 15, 0.14);
  color: rgba(11, 11, 15, 0.54);
  border-radius: 20px;
  transition: all 0.25s;
}

.why-sister .btn {
  width: 100%;
  margin-top: 8px;
  border: 1px solid rgba(255, 42, 161, 0.55);
  background: rgba(255, 42, 161, 0.92);
  color: #ffffff;
  box-shadow: none;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.why-sister .btn:hover {
  background: rgba(255, 42, 161, 1);
  border-color: rgba(255, 42, 161, 0.8);
}

@media (max-width: 768px) {
  .why-wrap {
    padding: 34px 0;
    gap: 18px;
  }
  .why-body {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .why-title {
    font-size: clamp(30px, 9.2vw, 44px);
  }
  .why-lead {
    font-size: 15px;
    line-height: 1.38;
  }
  .why-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .why-proof div {
    padding: 10px 12px;
    border-top-width: 3px;
  }
  .why-proof strong {
    font-size: 28px;
  }
  .why-proof span {
    margin-top: 4px;
    font-size: 9px;
    line-height: 1.25;
  }
  .why-sisters {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .why-sister {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 14px;
    box-shadow: 0 10px 28px rgba(11, 11, 15, 0.06);
  }
  .why-sister-avatar {
    width: 38px;
    height: 38px;
    font-size: 0.78rem;
  }
  .why-sister-info {
    gap: 0.35rem;
  }
  .why-sister-info h3 {
    font-size: 24px;
  }
  .why-sister-role {
    font-size: 0.58rem;
    line-height: 1.35;
  }
  .why-sister-desc {
    font-size: 0.78rem;
    line-height: 1.45;
  }
  .why-sister-tags {
    gap: 0.28rem;
    margin: 0.15rem 0 0;
  }
  .why-sister-tags span {
    font-size: 0.54rem;
    padding: 0.2rem 0.48rem;
  }
}
